aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Initialize deadq_head statically.Hiroki Sato2016-12-211-13/+14
* - Add fklog into struct socklist. Files and local/remote sockets areHiroki Sato2016-12-211-142/+188
* - Use fnmatch(3) for domanname matching of -a options.Hiroki Sato2016-12-212-29/+11
* Escape punctuation characters.Hiroki Sato2016-12-201-6/+6
* Add a NULL check.Hiroki Sato2016-12-201-0/+2
* Add a default socket bound to *:514 when no -b option is specified.Hiroki Sato2016-12-201-1/+10
* Add a missing STAILQ_INSERT_TAIL() for allowaddr rule.Hiroki Sato2016-12-191-26/+31
* Remove an extra "break" which could incorrectly terminate anHiroki Sato2016-12-131-6/+0
* - Refactor listening socket list. All of the listening sockets areHiroki Sato2016-12-122-416/+380
* Temporarily backout the previous commit because it was totally broken due toHiroki Sato2016-12-122-380/+415
* - Refactor listening socket list. All of the listening sockets areHiroki Sato2016-12-122-415/+380
* Properly initialize nextpBaptiste Daroussin2016-11-271-1/+1
* initialize *nextp which could be left uninitialized in case the configurationBaptiste Daroussin2016-11-261-0/+1
* syslogd(8): add an 'include' keywordBaptiste Daroussin2016-11-012-82/+162
* Directly set the O_NONBLOCK flags via open(2)Baptiste Daroussin2016-09-111-4/+1
* syslogd: Enable repeated line compression for lines of any length.Alan Somers2016-01-271-1/+1