summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2013-01-28use a stripped-down mta_envelope structure in the mta process.Eric Faurot
2013-01-28log sender address as "<>" when delivering bouncesEric Faurot
2013-01-28allow lookups from backends in "accept for [...] virtual" contextGilles Chehade
2013-01-28ssl.c is a very old copy of smtpd's and didn't catch up the bump of theGilles Chehade
2013-01-28fix possible descriptor leak in mta_session when reusing session for manyGilles Chehade
2013-01-28- introduce 'smtpctl trace lookup' to trace lookup processGilles Chehade
2013-01-27add a -u option to make it possible to build on an existing databaseMarc Espie
2013-01-26pesky quote!Jason McIntyre
2013-01-26tweak previous;Jason McIntyre
2013-01-26no longer usedGilles Chehade
2013-01-26users can now be looked up in tables, the user_backend code is no longerGilles Chehade
2013-01-26user credentials are now looked up using the table API, the auth_backendGilles Chehade
2013-01-26these are no longer used, maps were replaced with something betterGilles Chehade
2013-01-26Sync with our smtpd repo:Gilles Chehade
2013-01-25Rename some functions and bump copyright.Antoine Jacoutot
2013-01-24Even if there's no special seclevel required in snmpd.conf, we have toGerhard Roth
2013-01-22Only send a single CRLF between chunks. A second CRLF seemed to beReyk Floeter
2013-01-19fix build with gcc 2Miod Vallat
2013-01-18command-line (adj.) -> command line (n.);Jason McIntyre
2013-01-18much faster -E: try a sneak peek at the 'raw' contents file.Marc Espie
2013-01-18move lock down: we don't really need to lock to match the directoryMarc Espie
2013-01-17some simple macro fixes;Jason McIntyre
2013-01-17Remove unnecessary pointer casts. No binary diff.Alexander Bluhm
2013-01-17improve snapshot handling:Markus Friedl
2013-01-17do not send IMSG_LS_UPD if we have no links; ok claudioMarkus Friedl
2013-01-17ignore the nbr_adj_timer if we are not forming adjacencies; ok claudioMarkus Friedl
2013-01-17transmit correct state to RDE; ok claudioMarkus Friedl
2013-01-17allow two minutes until neighbor adjacencies are formed; ok claudio@Markus Friedl
2013-01-17for point-to-point interfaces we need to send lsupdates to theMarkus Friedl
2013-01-17the peer might still send more DD messages, even if the RDE hasMarkus Friedl
2013-01-17the event NBR_EVT_SEQ_NUM_MIS is not defined in state NBR_STA_XSTRTMarkus Friedl
2013-01-17Dump some more flags and subtypes in tcpdump. Especially flags used inClaudio Jeker
2013-01-17Fixup printing of rdomain configs -- add network statements and only printClaudio Jeker
2013-01-16document a safe cast, which should be (unsigned int) instead of simplyTheo de Raadt
2013-01-15VMware PXE "ROMs" confuse the DHCP gateway address with the IPDavid Gwynne
2013-01-15Per group support for authpf rules files in /etc/authpf/groups.Bob Beck
2013-01-14update to nginx-1.2.6Robert Nagy
2013-01-14kroute.c rev 1.69 of ospfd for ospf6dFlorian Obser
2013-01-14sm_usmerr should be initialized with OIDVAL, not MIB; ok reyk@Miod Vallat
2013-01-13Tweak whitespace, add missing #defines, use DHO_RELAY_AGENT_INFORMATIONKenneth R Westerback
2013-01-13Add DHO_ defines for all known options. Use same names as ISC whereKenneth R Westerback
2013-01-10Don't log "unknown subcode" for subcode 0 when the hold timer expires,Stuart Henderson
2013-01-09Almost exactly 10 years ago, we changed the length of PF table names toPeter Hessler
2013-01-08Remove private CVS tag from an obsolete repository and bump copyrightReyk Floeter
2013-01-08add other root servers from named.root that were missed in previous updatesStuart Henderson
2013-01-08new IPv4 address for D.ROOT-SERVERS.NETJakob Schlyter
2013-01-08new IPv4 address for D.ROOT-SERVERS.NETJakob Schlyter
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2013-01-07Use __attribute__((__gnu_inline__)) with __inline__ if __GNUC_STDC_INLINE__Brad Smith
2013-01-07Remove inline from ppp_output() function to fix building with LLVM.Brad Smith