summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change device locators type from int to long, for the sake of 64-bit portsmiod2015-09-111-3/+3
* Instead of having global variables containing the libevent structures,bluhm2015-09-101-46/+64
* Hide netgroup internals inside libc. The parts that netgroup_mkdbderaadt2015-09-104-4/+330
* Convert syslogd TLS connect to use handshake callback. The bt_hostnamebluhm2015-09-103-51/+48
* delete obsolete .Bk from the SYNOPSISschwarze2015-09-101-10/+8
* Assign the return value of getopt() to an int, not a char, so that optionsmiod2015-09-101-3/+2
* regen configure, reported by deraadt@sthen2015-09-101-28/+81
* reduce .Nd to one line and kill .Tn while hereschwarze2015-09-1010-69/+37
* Remove compat files no longer required.sthen2015-09-102-573/+0
* Fix handling of compat/b64_{ntop,pton} by using __-prefixed versions directly,sthen2015-09-107-14/+45
* fix return type for tls_read/writebeck2015-09-101-3/+3
* fix type and return check for tls_read/write.beck2015-09-101-4/+4
* Make syslogd compile again after recent libtls changes. Adapt tobluhm2015-09-101-18/+16
* fix after libtls api changesbeck2015-09-101-12/+12
* fix after libtls api changesbeck2015-09-101-8/+8
* Update httpd to call tls_handshake() after tls_accept_socket().jsing2015-09-101-12/+16
* Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvcderaadt2015-09-094-6/+15
* Fix memory leak in error path when max length exceeded.millert2015-09-091-1/+2
* Remove more dead code.ajacoutot2015-09-091-8/+4
* To double the receive buffer of a socketpair does not help as sendingbluhm2015-09-091-14/+25
* Remove unused code.ajacoutot2015-09-091-8/+5
* Move and tweak a comment.ajacoutot2015-09-091-2/+2
* when bypassing the enqueuer, insert Message-Id header if none was found andgilles2015-09-076-24/+117
* append a slash immediately after a file system path that is a directory;sobrado2015-09-071-5/+5
* Fix a regression that was introduced with server.c r1.64: Do NOT freereyk2015-09-073-6/+5
* Simplify handling of sum files.ajacoutot2015-09-072-16/+9
* No need to restore backup of sum files; once the new ones are installed,ajacoutot2015-09-071-19/+1
* UINT_MAX would overflow the integer calculation later on, leading totobias2015-09-061-4/+5
* Avoid floating point exception when an invalid font width was specified.tobias2015-09-061-12/+14
* hex array of bytes should be printed fixed-form; from Jihyun Yuderaadt2015-09-061-2/+2
* Avoid unintended problems with operator precedence when doing anjsg2015-09-052-4/+4
* zap extra newline that snuck injasper2015-09-041-2/+1
* In sendsyslog(2) I got the plural s of messages right. The messagesbluhm2015-09-031-7/+9
* Instead of creating a line buffer on the stack, tcp_readcb() canbluhm2015-09-031-7/+5
* Document spool dir in smtpd's FILES section and be consistent withmillert2015-09-033-9/+11
* Modify acpidump to work on systems booted from efi boot. Use the ACPIyasuoka2015-09-032-3/+52
* move paren to correctly return a negative error value instead of thejsg2015-09-031-2/+2
* the session kicking mechanism has an accounting bug leading to some legitgilles2015-09-031-38/+4
* Bind the *:514 UDP socket of syslogd with SO_REUSEADDR. This avoidsbluhm2015-09-011-7/+8
* stop defining a local copy of perror(); libc/rpc no longer uses it.deraadt2015-09-011-9/+1
* The !prog and +host features allow to select log messages from abluhm2015-08-311-27/+9
* rename a variable "err" to "error"deraadt2015-08-302-11/+11
* warnx(3) has an implicit \n at the end.florian2015-08-301-2/+2
* log battery changes every 10%, not every 21.tedu2015-08-281-2/+2
* Rework the UNIX domain socket garbage collector, including ideas fromguenther2015-08-282-11/+3
* Xr ntpctl; from Rob Piercederaadt2015-08-281-2/+3
* missing va_end(); OK deraadtgsoares2015-08-271-1/+2
* When syslogd is reloading a modified config, it does a reexec onbluhm2015-08-271-4/+8
* Add a boundary check for safety and use snprintf() to construct the IPyasuoka2015-08-272-12/+11
* fix a use after free in an error path found with afljsg2015-08-261-1/+1