summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2009-08-25djm accidentally changed the type of dirfilt in the prototypesJonathan Gray
2009-08-24URI-decode the filenames in the listing used for HTTP pkg_add updates.Stuart Henderson
2009-08-24Harden variables setting, prodded by alex@Antoine Jacoutot
2009-08-23Document all variables used by sysmerge.Antoine Jacoutot
2009-08-21Fix for PR6213, peers with 4-byte AS numbers were unable to connect to aClaudio Jeker
2009-08-18The end of headers check that is used to determine where to insert ourGilles Chehade
2009-08-18HEADS-UP: change the way sysmerge(8) runs by default.Antoine Jacoutot
2009-08-17Don't try to move files that don't exist.Antoine Jacoutot
2009-08-17also report routers and their host states in relayctlReyk Floeter
2009-08-17Switch several kerberos/afs tools from using using libreadlineJonathan Gray
2009-08-16Properly initialize the array setting auto-upgradable files.Antoine Jacoutot
2009-08-16parse "nameserver [host]:port" syntax in /etc/resolv.confStefan Sperling
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
2009-08-14SENSOR_WATTS; ok reyk deraadtConstantine A. Murenin
2009-08-14do not timeout disabled hosts in the icmp checksReyk Floeter
2009-08-14SENSOR_WATTS; ok canacar deraadt kettenis henningConstantine A. Murenin
2009-08-13fix ID string; from Alan R. S. BuenoJason McIntyre
2009-08-13add new 'router' functionality to dynamically add or remove routesReyk Floeter
2009-08-12Update nlist array and uncomment a few things to pave the way for upcomingMiod Vallat
2009-08-12Namecache revamp.Bob Beck
2009-08-12Fix unwanted rejects by parsing (and ignoring) AUTH=<...> MAILJacek Masiulaniec
2009-08-12change some defaults inside amd itself, so that the rc scripts no longerTheo de Raadt
2009-08-11call reset_flags in bounce_session failure code path.Jacek Masiulaniec
2009-08-11do not repeat flag resetting code, introduce reset_flags().Jacek Masiulaniec
2009-08-10build on amd64 alsoJonathan Gray
2009-08-09Scale both receive and send buffer on the raw socket. The default 8192Claudio Jeker
2009-08-08- simplify a bit queue_message_update()Gilles Chehade
2009-08-08sync with code change for mailq in smtpctlIan Darwin