summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2012-07-29reset the session if no RCPT was accepted for the batch.Eric Faurot
2012-07-29fix bogus permfail when no MX is defined on a valid domain.Eric Faurot
2012-07-29- introduce xlowercase() and allow lowercase() to fail gracefullyGilles Chehade
2012-07-29get rid of A_INVALID.Eric Faurot
2012-07-29remove the session tree from the global env and move it to mta_session.c,Eric Faurot
2012-07-28fix uninitialized field type in scheduler_info struct.Charles Longeau
2012-07-23workaround: link this static for a release, because the upgrade scriptTheo de Raadt
2012-07-19Fix for VU#624931 CVE-2012-2978: NSD denial of servicePeter Hessler
2012-07-18make the scheduler less verbose by default.Eric Faurot
2012-07-17Use correct types for (large) constants. Found a diff like this in myOtto Moerbeek
2012-07-17use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sendingYASUOKA Masahiko
2012-07-16add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)Markus Friedl
2012-07-16sync the first example with the default conf file; ok gillesJason McIntyre
2012-07-16don;t quote things unneccessarily; ok gillesJason McIntyre
2012-07-15update examples:Gilles Chehade
2012-07-15when specifying a relay port that's not standart, do not ntohs() the relayGilles Chehade
2012-07-15fix exampleGilles Chehade
2012-07-14reorganize the makefile a bitEric Faurot
2012-07-13install the correct file; from schwarze, ok krwTheo de Raadt
2012-07-13Cleanup the knexthop mess and make sure we only send an update to the RDEClaudio Jeker
2012-07-13do not install the pkg(1) front-end stub in /usr/sbin anymore, everyoneTheo de Raadt
2012-07-13do not install the pkg(1) front-end stub in /usr/sbin anymore, everyoneTheo de Raadt
2012-07-13Make sure that set med 0 is ACTION_SET_MED and not relative. FixesClaudio Jeker
2012-07-13npppd used wrong AVPs as a `calling number' because `break' in switchYASUOKA Masahiko
2012-07-13Recognize additional DH groups; ok sthen naddyMike Belopuhov
2012-07-13after connect() returns EINPROGRESS the connection can still fail,Sebastian Benoit
2012-07-13temporary option until I come up with a nicer way: if -DNOINSTALLPATHMarc Espie
2012-07-13put back the Key-Arg field - sess_id still prints it;Jason McIntyre
2012-07-13zap trailing whitespace; no binary changeGleydson Soares
2012-07-12remove (hopefully) all traces of sslv2; ok sthenJason McIntyre
2012-07-12remove unused filesEric Faurot
2012-07-12remove a double .includeJasper Lievisse Adriaanse
2012-07-12minor fixMarc Espie
2012-07-12add support for maildir tagging/folders.Charles Longeau
2012-07-11enable back = char in address localpart, that is sometimes used by mailing li...Charles Longeau
2012-07-11Respect RFC 5321, section 4.5.3.1.: it reduces our current max size forCharles Longeau
2012-07-11Don't respect RFC 5322, that allows some crazy characters in emailCharles Longeau
2012-07-11improve messages for suspend/hibernateTheo de Raadt
2012-07-11first go at a manpageDavid Gwynne
2012-07-11fix getopt to not eat tDavid Gwynne
2012-07-11-t pftag doesnt do anything, trim the getopt side of it until i get to it.David Gwynne
2012-07-11manpage is comingDavid Gwynne
2012-07-11bring in a persistent event driven tftp-proxy to replace the libexecDavid Gwynne
2012-07-11Disable SSLv2 in OpenSSL. No objections from djm.Stuart Henderson
2012-07-11Unbreak the tree for gcc2 arches.Peter Hessler
2012-07-11cleanup offset argument in default_print_* functions, pointed out by Mike SmallStuart Henderson
2012-07-11Limit "while(setsockopt(..SO_RCVBUF/SO_SNDBUF..))" loops to prevent themStuart Henderson
2012-07-11Don't skip pipe, kqueue, crypto, or systrace files in pstat -f outputPhilip Guenthe
2012-07-10backout the:Charles Longeau
2012-07-10support -A to print the ascii text of captured packets. ok deraadt@Stuart Henderson