summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2013-07-19assorted fixes:Eric Faurot
- fix client certificates - unlink control socket on exit - write a pidfile - minor code updates
2013-07-19typoEric Faurot
2013-07-19typo in copyrightEric Faurot
2013-07-19scheduler 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-19need to create the incoming directoryEric Faurot
2013-07-19New implementation for smtpctl and the command line parser. AllowsEric Faurot
richer syntax, and makes the code way simpler to follow and extend with new commands.
2013-07-19Improve and document the way the default server name is found.Eric Faurot
2013-07-19remove obsolete fileEric Faurot
2013-07-19typo in copyrightEric Faurot
2013-07-19document "error:" aliasesEric Faurot
2013-07-19Get rid of env->sc_pw and env->sc_pwqueue. Early queue initializationEric 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-19unused variableEric Faurot
2013-07-19ndp used an int expire_time for time calculation. Convert thisAlexander Bluhm
into time_t. OK henning@ florian@
2013-07-19tls perfect forward secrecy with ecdheEric Faurot
suggested by djm@ on hackers@, diff ok djm@
2013-07-19Make sure to report all errorsEric Faurot
2013-07-19add '!' in email addresses supported charsetEric Faurot
2013-07-19Introduce expand string modifiersEric Faurot
2013-07-19Remove useless sc_pid from struct smtpd.Eric Faurot
2013-07-19get rid of sa_set_port() and its awfully contorted implementationEric Faurot
2013-07-18Document SSLECDHCurve.Joel Sing
ok jmc@
2013-07-17implement -H, which hides existing and non-existent users, as well asOkan Demirmen
implying -h. feedback and ok from jmc@ and dlg@
2013-07-17on 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-16Disable SSL compression in order to mitigate CRIME attacks. AddJoel 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-16Enable ECDHE support in httpd via a SSLECDHCurve option. This specifies theJoel 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-16Define HonorCipherOrder as a FLAG (rather than as a TAKE1), so that itJoel 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-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-16simplify some icky macros; from Jan Stary, tweaked by meJason McIntyre
2013-07-16where "-" represents stdin, just use Sq, not Fl, since it's not a flag;Jason McIntyre
from Jan Stary
2013-07-15remove non-standard section: it does nothing for this page;Jason McIntyre
2013-07-14merge 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-12Commented out SSLHonorCipherOrder in example configs; ok jsing@Otto Moerbeek
2013-07-12update after asr changes.Eric Faurot
2013-07-11document SSLHonorCipherOrder; ok jmc@Otto Moerbeek
2013-07-11update (or add) STANDARDS;Jason McIntyre
help/ok krw
2013-07-11introduce HonorCipherOrder to use the server's order of preference of ciphersOtto Moerbeek
ok djm@ guenther@
2013-07-10no need for this file to be .m4 any longer; i'm actually following suitJason 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-10Change the way the RDE updates its peer list. The SE is now always sendingClaudio 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-10In the EXAMPLES section, it is not very obvious that "localnet" is not aLawrence 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-09switch 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-09rename laddr2 to faddr2 for more consistency. OK markus@Gleydson Soares
2013-07-08Swap the program name and it's exit code so the output makes sense again.Jasper Lievisse Adriaanse
ok espie@
2013-07-05More a.out files leave the party.Miod Vallat
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2013-07-05Teach mopd and mopa.out about ELF files, and allow forthcoming VAX ELF bootMiod Vallat
blocks to be converted to working mop binaries. From NetBSD.
2013-07-05zap; it's pointless and badly outdated.Jasper Lievisse Adriaanse
2013-07-04have FILES format a bit better;Jason McIntyre
2013-07-04some very minor tweaking;Jason McIntyre
2013-07-04somehow a return; was removedGilles Chehade
spotted by David Hill and Maxime Villard
2013-06-29do not use Sx for sections outwith the page;Jason McIntyre
man4 still to go...
2013-06-26paragraph still mentions an interface name when the example below no longerGilles Chehade
does, reported by Tyler Morgan and Scott Vanderbilt ok jmc@