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