aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* Correct size for allocation and bzero of fdsr.Xin LI2018-04-231-2/+2
* Use proper alphabetic sorting of options.Ed Schouten2018-04-151-15/+15
* Add RFC 5424 syslog message output to syslogd.Ed Schouten2018-04-152-163/+299
* Fix enough warnings that we can build syslogd on all targets at WARNS=6.Ed Schouten2018-04-072-5/+5
* Push RFC 5424 message format from logmsg() into fprintlog().Ed Schouten2018-04-061-72/+78
* Remove some places where error messages are prefixed with "syslogd".Ed Schouten2018-04-061-16/+16
* Properly respect the passed in hostname for RFC 5424 messages.Ed Schouten2018-04-061-1/+3
* Add RFC 5424 syslog message parsing to syslogd.Ed Schouten2018-04-061-120/+440
* Fix whitespace issues in r330034. No functional changes.Gleb Smirnoff2018-03-201-9/+9
* Fix two memory leaks in syslogdDavid Bright2018-02-261-3/+12
* When parsing remote messages, require them to have standard timestampGleb Smirnoff2017-12-052-62/+105
* Revert r325558 as it is incorrect.Gleb Smirnoff2017-11-281-14/+1
* Fix obvious NULL pointer dereference from r310350.Gleb Smirnoff2017-11-281-6/+5
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-2/+6
* When parsing UDP messages skip optional hostname as described byGleb Smirnoff2017-11-081-1/+14
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Fix another logic bug that came out of recent syslogd refactoring and exposed byMaxim Sobolev2017-04-151-5/+10
* Since shutdown(2) on datagram socket is no longer a NOP after rev 316874Maxim Sobolev2017-04-151-2/+5
* Fix a regression which prevented an IPv6 address in a -b option fromHiroki Sato2017-03-201-1/+9
* syslogd: try to print out a more helpful message in socksetup(..) if/whenEnji Cooper2017-03-201-1/+10
* syslogd: fix dprintf in socksetup(..)Enji Cooper2017-03-201-1/+2
* syslogd: don't leak `f` on failure in cfline(..)Enji Cooper2017-03-201-0/+2
* syslogd: fix memory leaks in main(..) and allowaddr(..)Enji Cooper2017-03-151-12/+18
* Correct nuance of -a :service -> "*" in r314563, r314585Enji Cooper2017-03-041-2/+2
* Correct verb change for service => `*` after r314563Enji Cooper2017-03-031-1/+1
* Wordsmith syslogd(8)Enji Cooper2017-03-021-12/+14
* Renumber copyright clause 4Warner Losh2017-02-284-4/+4
* Parameterize out the length of struct filed->f_lasttime as `MAXDATELEN`Enji Cooper2017-02-251-4/+6
* Use SRCTOP instead of .CURDIR relative paths with ".."Enji Cooper2017-02-241-2/+2
* Sort sys/ #includes some moreEnji Cooper2017-02-071-2/+2
* Sort sys/ #includes and zap an unnecessary trailing space nearbyEnji Cooper2017-02-071-7/+7
* Use a flexible array for TypeNames instead of hardcoding the array lengthEnji Cooper2017-02-071-1/+1
* Fix typos in comments (returing -> returning)Enji Cooper2017-02-071-1/+1
* Fix a bug which caused not to create AF_LOCAL sockets when familyHiroki Sato2017-01-281-1/+2
* Add more #ifdef INET and INET6.Hiroki Sato2017-01-111-2/+25
* - Use more descriptive names for variables.Hiroki Sato2016-12-311-33/+37
* Remove extra NULL-check before free(3).Hiroki Sato2016-12-311-2/+1
* Replace two fat signal handlers with function calls inHiroki Sato2016-12-311-66/+68
* Retry to open an F_PIPE process when it dies unexpectedly.Hiroki Sato2016-12-311-16/+18
* - Fix -N flag (NoBind) for AF_LOCAL sockets.Hiroki Sato2016-12-241-12/+21
* Unbreak syslogd after r310494Enji Cooper2016-12-241-1/+2
* - Remove unused code.Hiroki Sato2016-12-241-9/+6
* - More ifdef INET and INET6.Hiroki Sato2016-12-231-17/+34
* mdoc and style fixes.Hiroki Sato2016-12-231-47/+82
* - Fix a use-after-free bug when dq_timeout == 1 andHiroki Sato2016-12-221-32/+35
* Add a missing "default:" case.Hiroki Sato2016-12-221-0/+2
* Initialize a structure by using a compound literal to avoid forgettingHiroki Sato2016-12-221-48/+51
* Fix debug log in the case of AF_INET6.Hiroki Sato2016-12-221-6/+12
* - Simplify masklen->netmask conversion for AF_INET6.Hiroki Sato2016-12-221-65/+81
* Simplify type casting of struct sockaddr_in.Hiroki Sato2016-12-211-13/+13