Age | Commit message (Expand) | Author |
2009-09-08 | Add -4 and -6 flags to irrfilter mode, allowing you to only fetch (you | Stuart Henderson |
2009-09-08 | Make the BGP OPEN capability parser RFC 5492 compliant. While there add | Claudio Jeker |
2009-09-08 | Update irrfilter to support IPv6 and 4-byte AS numbers. IPv6 support based | Claudio Jeker |
2009-09-08 | Cope with remote host sending '452 Insufficient system storage'. | Landry Breuil |
2009-09-08 | Replace remaining occurrence of old PF syntax with "match...nat-to", | Stuart Henderson |
2009-09-08 | Remove some nat-anchor, binat-anchor, rdr-anchor. Noticed by jmc@. | Stuart Henderson |
2009-09-07 | Don't print package comment when -q is given, and no other option is | Landry Breuil |
2009-09-07 | Teach the printer about capabilities, new cease codes, end-of-rib marker, | Stuart Henderson |
2009-09-07 | rdr -> rdr-to | Jason McIntyre |
2009-09-06 | When dvmrpd receives a prune, it must checks if every downstream member | Michele Marchetto |
2009-09-04 | Fix scheduling of bounces that could not be delivered. | Jacek Masiulaniec |
2009-09-04 | Fix scheduling of bounces that could not be delivered. | Jacek Masiulaniec |
2009-09-04 | Prepend Return-Path. | Jacek Masiulaniec |
2009-09-04 | Fix scheduling of bounce messages. | Jacek Masiulaniec |
2009-09-04 | Dvrmpd inherited the same yesno porblem from bgpd. Make sure it throws | Claudio Jeker |
2009-09-04 | Make sure that a proper syntax error is produced when something else then | Claudio Jeker |
2009-09-04 | merged with mda.c | Jacek Masiulaniec |
2009-09-04 | Use the address familiy of the neighbor IP to decide which MP type to use. | Claudio Jeker |
2009-09-04 | Major mda update: | Jacek Masiulaniec |
2009-09-04 | Fix a crash when messagep->batch_id is read from disk and used long | Jacek Masiulaniec |
2009-09-03 | Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP Relay | Reyk Floeter |
2009-09-03 | Use correct destination in memcpy(). Fixes PR6218, OK henning | Claudio Jeker |
2009-09-03 | imsg_get sets errno so use fatal instead of fatalx. | Jacek Masiulaniec |
2009-09-02 | Prepend Delivered-To, not append. Discussed with gilles@. | Jacek Masiulaniec |
2009-09-02 | Include mbox write errors in "show stats". Suggested by gilles. | Jacek Masiulaniec |
2009-09-02 | Do not lose mail when write(2) to mbox fails. | Jacek Masiulaniec |
2009-09-02 | remove dead code, gilles ok | Jacek Masiulaniec |
2009-09-02 | Correct the currently supported RFC level of the IPv6CP support, | Stuart Henderson |
2009-09-02 | Implement all of RFC 4486 BGP Cease Notification Message Subcodes. | Claudio Jeker |
2009-09-01 | Log all 4yz/5yz responses we send when in debug mode; ok gilles@ | Jacek Masiulaniec |
2009-09-01 | Bring manpage up to speed with the changes that just happend or at least | Claudio Jeker |
2009-09-01 | Bring ftp-proxy in sync with the massive pf change just commited by Henning. | Claudio Jeker |
2009-09-01 | sync with new pf | Reyk Floeter |
2009-09-01 | If relayd returned an error don't exit with success. This may help scripts | Claudio Jeker |
2009-09-01 | Echo back the Relay Agent Information option if present (RFC 3046). | Reyk Floeter |
2009-08-31 | Use UINT_MAX instead of ASNUM_MAX and get rid of this mostly useless define. | Claudio Jeker |
2009-08-31 | Just use UINT_MAX as the maximum 4-byte AS number. It is good enough here. | Claudio Jeker |
2009-08-31 | Fix mandoc magic to make the command render correctly. | Claudio Jeker |
2009-08-31 | Don't get stuck in an infinite loop comparing u_short <= USHRT_MAX which | Claudio Jeker |
2009-08-27 | $OpenBSD$ | Jacek Masiulaniec |
2009-08-27 | Implement client side of the SMTP protocol in a library-like module. | Jacek Masiulaniec |
2009-08-27 | s/relayd/smtpd/ | Jacek Masiulaniec |
2009-08-27 | Implement client side of the SMTP protocol in a library-like module. | Jacek Masiulaniec |
2009-08-27 | lookup(n.) -> look up(v.) | Jason McIntyre |
2009-08-27 | allow to specify interface names as addresses, for example "listen on | Reyk Floeter |
2009-08-27 | getpwnam failure that results in setting errno could confuse the | Jacek Masiulaniec |
2009-08-26 | fix previous | Jacek Masiulaniec |
2009-08-26 | Do not add Delivered-To to outgoing mail. It will result in premature | Jacek Masiulaniec |
2009-08-26 | Add ogg media types from RFC 5334 and update application/ogg as well. | Federico G. Schwindt |
2009-08-26 | Add ! support to ProxyPass to exclude directories from being proxied. | Federico G. Schwindt |