summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2013-03-18switch from having a timeout after every read/write for the clientDavid Gwynne
2013-03-18handle EMFILE/ENFILE from accept by disabling handling of events on theDavid Gwynne
2013-03-18this is a new identd daemon to replace the libexec one that can be runDavid Gwynne
2013-03-17update to 1.2.7Robert Nagy
2013-03-17i missed the bit of maxime villards diff that took the client_free out ofDavid Gwynne
2013-03-17Add the router preference defines to the icmp6.h header and remove theBrad Smith
2013-03-15camield requested backout of rev 1.26, and indeed ftp-proxy does notSebastian Benoit
2013-03-15let oack use the full buffer space to build its packet, not just the sizeDavid Gwynne
2013-03-15"correct" the order of calloc arguments.David Gwynne
2013-03-15fix up some lwarn()s that should be lwarnx()sDavid Gwynne
2013-03-15fix a huge bug in tftpd.David Gwynne
2013-03-14Install npppd.conf with perms 0640, there could be the radius config on this ...Giovanni Bechis
2013-03-14use after free; 33% found by llvmFlorian Obser
2013-03-14correct struct in sizeof(); found by llvmFlorian Obser
2013-03-14tedu faithd(8), suggested by todd@ some weeks ago after a submission byMartin Pieuchot
2013-03-14Remove some faith-related #ifdef'd code that was only used for old IIJMartin Pieuchot
2013-03-12Fix kernel profiling on MP systems by using per-CPU buffers and teachMartin Pieuchot
2013-03-11derivated -> derived; from daniel dickmanJason McIntyre
2013-03-11Report new PF "translation" counter, indicating that address translationStuart Henderson
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2013-03-11RFC 2131 says don't ACK any REQUEST messages that contain aKenneth R Westerback
2013-03-11Remove the -I option, even if the ioctls for manipulating a defaultMartin Pieuchot
2013-03-11do not start npppd if a pptp tunnel is configured but the gre protocol is notGiovanni Bechis
2013-03-10This diff changes relayd to use the monotonic clock instead ofReyk Floeter
2013-03-10reserve a filedescriptor on accept() for subsequent connect() call, asSebastian Benoit
2013-03-09Enable TCP socket splicing for HTTP persistent connection and chunkedAlexander Bluhm
2013-03-08Add missing $OpenBSD$ RCS tagsCharles Longeau
2013-03-07Implement a bgpctl nei foo destroy that will remove the specified clonedClaudio Jeker
2013-03-07Implements a few missing bits for better templates support:Claudio Jeker
2013-03-07Allow a '+' in the MAILTO email adress; from Constantine A. MureninTodd C. Miller
2013-03-06as done in ospf{,6}d/relayd, sync yyerror in various other daemons withStuart Henderson
2013-03-06sync yyerror() with version in bgpd so that it logs to syslog when daemonized.Stuart Henderson
2013-03-06When dumping config, just print "passive" for passive interfaces ratherStuart Henderson
2013-03-04Fix compiler warnings about casts discarding const qualifiers andAlexander Bluhm
2013-03-04- check parser's return value and exit if parsing failedOtto Moerbeek
2013-03-04sync yyerror() with bgpd; use vlog() to log parser errors so they show inStuart Henderson
2013-03-04When locking/unlocking an account, never touch passwords that are "*"Antoine Jacoutot
2013-03-04typo in commentSebastian Benoit
2013-03-02Always compare aliases(5) at the end of the sysmerge(8) run after allAntoine Jacoutot
2013-02-26Some firmware revisions provide a factory-default configuration that containsMark Kettenis
2013-02-21Fix a potential crash when connecting to a misbehaving smtp server.Eric Faurot
2013-02-21do not send disconnect event to the mfa if connect event was not sent.Eric Faurot
2013-02-19When opening a /dev/ldom-* device node fails, show its path in the errorStefan Sperling
2013-02-18Fix determination of endianness with *BSD OS's.Brad Smith
2013-02-18re-apply:Okan Demirmen
2013-02-18revert previous; wrong time.Okan Demirmen
2013-02-18use localbase for pkg-readmesOkan Demirmen
2013-02-18missing comma in log messageEric Faurot
2013-02-18resolve conflictsStuart Henderson
2013-02-18Update to NSD 3.2.15, ok brad@ phessler@ deraadt@ also tested by okan@Stuart Henderson