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