summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2013-02-17zap the surrounding whitespace and mark up for "=";Jason McIntyre
2013-02-17disable queue compression temporarily, we lack the smtpctl bitsGilles Chehade
2013-02-16only use local hostname in Received lines if listener has not overriden it,Gilles Chehade
2013-02-16Fix unlocking on 32bits arch where it would fuck up the shell...Antoine Jacoutot
2013-02-15add missing bits for lmtp support (from Ashish SHUKLA).Eric Faurot
2013-02-15terminate session instead of fatal() if getsockname() fails.Eric Faurot
2013-02-15Fix the toread check in the lateconnect case. This allowsAlexander Bluhm
2013-02-15Add missing break, reported by Jared S. Candelaria.Martin Pieuchot