summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* reserve a filedescriptor on accept() for subsequent connect() call, asbenno2013-03-101-3/+45
* Enable TCP socket splicing for HTTP persistent connection and chunkedbluhm2013-03-093-12/+82
* Add missing $OpenBSD$ RCS tagschl2013-03-083-0/+6
* Implement a bgpctl nei foo destroy that will remove the specified clonedclaudio2013-03-074-14/+27
* Implements a few missing bits for better templates support:claudio2013-03-076-36/+111
* Allow a '+' in the MAILTO email adress; from Constantine A. Mureninmillert2013-03-071-2/+2
* as done in ospf{,6}d/relayd, sync yyerror in various other daemons withsthen2013-03-0611-35/+61
* sync yyerror() with version in bgpd so that it logs to syslog when daemonized.sthen2013-03-062-10/+16
* When dumping config, just print "passive" for passive interfaces rathersthen2013-03-061-30/+33
* Fix compiler warnings about casts discarding const qualifiers andbluhm2013-03-042-14/+15
* - check parser's return value and exit if parsing failedotto2013-03-042-4/+12
* sync yyerror() with bgpd; use vlog() to log parser errors so they show insthen2013-03-042-5/+9
* When locking/unlocking an account, never touch passwords that are "*"ajacoutot2013-03-041-4/+9
* typo in commentbenno2013-03-041-2/+2
* Always compare aliases(5) at the end of the sysmerge(8) run after allajacoutot2013-03-021-5/+7
* Some firmware revisions provide a factory-default configuration that containskettenis2013-02-261-2/+10
* Fix a potential crash when connecting to a misbehaving smtp server.eric2013-02-211-8/+47
* do not send disconnect event to the mfa if connect event was not sent.eric2013-02-211-4/+8
* When opening a /dev/ldom-* device node fails, show its path in the errorstsp2013-02-191-2/+2
* Fix determination of endianness with *BSD OS's.brad2013-02-181-0/+10
* re-apply:okan2013-02-182-4/+4
* revert previous; wrong time.okan2013-02-182-4/+4
* use localbase for pkg-readmesokan2013-02-182-4/+4
* missing comma in log messageeric2013-02-181-2/+2
* resolve conflictssthen2013-02-1828-91/+547
* Update to NSD 3.2.15, ok brad@ phessler@ deraadt@ also tested by okan@sthen2013-02-1819-55/+1722
* zap the surrounding whitespace and mark up for "=";jmc2013-02-171-3/+3
* disable queue compression temporarily, we lack the smtpctl bitsgilles2013-02-172-32/+5
* only use local hostname in Received lines if listener has not overriden it,gilles2013-02-161-2/+2
* Fix unlocking on 32bits arch where it would fuck up the shell...ajacoutot2013-02-161-4/+6
* add missing bits for lmtp support (from Ashish SHUKLA).eric2013-02-154-19/+78
* terminate session instead of fatal() if getsockname() fails.eric2013-02-151-3/+5
* Fix the toread check in the lateconnect case. This allowsbluhm2013-02-151-2/+2
* Add missing break, reported by Jared S. Candelaria.mpi2013-02-151-1/+2
* disable symbol visibility on vax in order to unbreak the buildrobert2013-02-142-2/+8
* Obey RFC 2131 and when the broadcast flag is set send reply backkrw2013-02-141-1/+2
* grow MAX_LOCALPART_SIZE and MAX_DOMAINPART_SIZE by 1 (for the '\0')eric2013-02-141-3/+3
* - document smtpctl trace expandgilles2013-02-141-3/+5
* - log smtpd version at startupgilles2013-02-142-2/+5
* - change => to = in documentationgilles2013-02-141-3/+3
* - smtpctl trace expand, enables tracing of aliases expansiongilles2013-02-1412-65/+197
* simplify markup for the "table" keyword; ok gillesjmc2013-02-141-14/+4
* Pipex did panic when the 0 length mppe is given by ioctl. Returnyasuoka2013-02-135-43/+46
* - when declaring a static table for userinfo, do not make username part ofgilles2013-02-132-6/+14
* Back out per-CPU kernel profiling, it shouldn't modify a public headermpi2013-02-122-105/+54
* tweak previous;jmc2013-02-111-6/+6
* Teach kgmon(8) to deal with per-CPU kernel profiling.mpi2013-02-112-62/+117
* update the internal pcre to 8.32robert2013-02-1014-4577/+5629
* remove some unneeded Xo/Xc.jmc2013-02-101-36/+10
* do not mark up punctuation; ok gillesjmc2013-02-101-20/+18