Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-19 | assorted fixes: | Eric Faurot | |
- fix client certificates - unlink control socket on exit - write a pidfile - minor code updates | |||
2013-07-19 | typo | Eric Faurot | |
2013-07-19 | typo in copyright | Eric Faurot | |
2013-07-19 | scheduler improvements: | Eric Faurot | |
- implement suspend/resume scheduling for individual envelopes or message, with the associated smtpctl commands. - allow the mta to request immediate scheduling of an envelope. - on temporary failures a penalty can be given to further delay the next try. | |||
2013-07-19 | need to create the incoming directory | Eric Faurot | |
2013-07-19 | New implementation for smtpctl and the command line parser. Allows | Eric Faurot | |
richer syntax, and makes the code way simpler to follow and extend with new commands. | |||
2013-07-19 | Improve and document the way the default server name is found. | Eric Faurot | |
2013-07-19 | remove obsolete file | Eric Faurot | |
2013-07-19 | typo in copyright | Eric Faurot | |
2013-07-19 | document "error:" aliases | Eric Faurot | |
2013-07-19 | Get rid of env->sc_pw and env->sc_pwqueue. Early queue initialization | Eric Faurot | |
now happens in queue_init(), and backends take the queue passwd as parameter in their init function. Remove useless SMTPD_FILTER_USER while there. | |||
2013-07-19 | unused variable | Eric Faurot | |
2013-07-19 | ndp used an int expire_time for time calculation. Convert this | Alexander Bluhm | |
into time_t. OK henning@ florian@ | |||
2013-07-19 | tls perfect forward secrecy with ecdhe | Eric Faurot | |
suggested by djm@ on hackers@, diff ok djm@ | |||
2013-07-19 | Make sure to report all errors | Eric Faurot | |
2013-07-19 | add '!' in email addresses supported charset | Eric Faurot | |
2013-07-19 | Introduce expand string modifiers | Eric Faurot | |
2013-07-19 | Remove useless sc_pid from struct smtpd. | Eric Faurot | |
2013-07-19 | get rid of sa_set_port() and its awfully contorted implementation | Eric Faurot | |
2013-07-18 | Document SSLECDHCurve. | Joel Sing | |
ok jmc@ | |||
2013-07-17 | implement -H, which hides existing and non-existent users, as well as | Okan Demirmen | |
implying -h. feedback and ok from jmc@ and dlg@ | |||
2013-07-17 | on graceful restart, the number of prefixes could be counted wrong, | Sebastian Benoit | |
triping max-prefix. fix it this way, at least until prefix accounting is done better. diff from florian@ ok claudio@ | |||
2013-07-16 | Disable SSL compression in order to mitigate CRIME attacks. Add | Joel Sing | |
an SSLCompression option so that it can be turned back on, however on this is currently a no-op due to the compile options for libssl. Requested by and ok djm@ | |||
2013-07-16 | Enable ECDHE support in httpd via a SSLECDHCurve option. This specifies the | Joel Sing | |
named curve to use when generating ephemeral EC keys for an ECDHE-based cipher suite, or can be set to `none' to disable. The default is to use a prime256v1 curve. yay^Wok djm@ | |||
2013-07-16 | Define HonorCipherOrder as a FLAG (rather than as a TAKE1), so that it | Joel Sing | |
works correctly as a boolean on/off flag. While here, rename the variable so that it is consistent with existing naming scheme. ok otto@ djm@ | |||
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
2013-07-16 | simplify some icky macros; from Jan Stary, tweaked by me | Jason McIntyre | |
2013-07-16 | where "-" represents stdin, just use Sq, not Fl, since it's not a flag; | Jason McIntyre | |
from Jan Stary | |||
2013-07-15 | remove non-standard section: it does nothing for this page; | Jason McIntyre | |
2013-07-14 | merge the relevant bits of dhcp(8) into dhclient(8) and dhcpd(8), | Jason McIntyre | |
removing traces of dhcp(8)... i'm about to remove that file, since it's essentially useless. holding off for a little, in case my commit is greeted with howls. help/ok krw | |||
2013-07-12 | Commented out SSLHonorCipherOrder in example configs; ok jsing@ | Otto Moerbeek | |
2013-07-12 | update after asr changes. | Eric Faurot | |
2013-07-11 | document SSLHonorCipherOrder; ok jmc@ | Otto Moerbeek | |
2013-07-11 | update (or add) STANDARDS; | Jason McIntyre | |
help/ok krw | |||
2013-07-11 | introduce HonorCipherOrder to use the server's order of preference of ciphers | Otto Moerbeek | |
ok djm@ guenther@ | |||
2013-07-10 | no need for this file to be .m4 any longer; i'm actually following suit | Jason McIntyre | |
to the same move as made by, i think, freebsd, but i can;t for the life of me find the corresponding commit; ok/help espie | |||
2013-07-10 | Change the way the RDE updates its peer list. The SE is now always sending | Claudio Jeker | |
a IMSG_SESSION_ADD message to the RDE when a peer comes up or when a reload happens. The IMSG_SESSION_ADD has the full current config of the peer and so the RDE should end up with correct values. This affects mostly maxprefix and the RIB settings. OK henning@ | |||
2013-07-10 | In the EXAMPLES section, it is not very obvious that "localnet" is not a | Lawrence Teo | |
literal argument name due to lack of formatting, so replace it with an example network to make it clearer (discussed with and suggested by jmc@). While here, fix some style nits in a sentence to make it consistent with the other examples. ok jmc | |||
2013-07-09 | switch the rval to 1 before loop through the linked list \ | Gleydson Soares | |
and finally change back to 0 afterwards. so teach tcpdrop to exit 1 if \ ail->ai_family != aif_family. OK markus@ | |||
2013-07-09 | rename laddr2 to faddr2 for more consistency. OK markus@ | Gleydson Soares | |
2013-07-08 | Swap the program name and it's exit code so the output makes sense again. | Jasper Lievisse Adriaanse | |
ok espie@ | |||
2013-07-05 | More a.out files leave the party. | Miod Vallat | |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat | |
2013-07-05 | Teach mopd and mopa.out about ELF files, and allow forthcoming VAX ELF boot | Miod Vallat | |
blocks to be converted to working mop binaries. From NetBSD. | |||
2013-07-05 | zap; it's pointless and badly outdated. | Jasper Lievisse Adriaanse | |
2013-07-04 | have FILES format a bit better; | Jason McIntyre | |
2013-07-04 | some very minor tweaking; | Jason McIntyre | |
2013-07-04 | somehow a return; was removed | Gilles Chehade | |
spotted by David Hill and Maxime Villard | |||
2013-06-29 | do not use Sx for sections outwith the page; | Jason McIntyre | |
man4 still to go... | |||
2013-06-26 | paragraph still mentions an interface name when the example below no longer | Gilles Chehade | |
does, reported by Tyler Morgan and Scott Vanderbilt ok jmc@ |