summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
AgeCommit message (Expand)Author
2003-08-18Call tzset() to stash the current timezone before we chroot.Todd C. Miller
2003-08-15remove extra \n in {warn,err}{,x} callsTheo de Raadt
2003-08-01clean up debug output some, and correct an incorrect error check inAnil Madhavapeddy
2003-07-31delintTheo de Raadt
2003-07-31knfAnil Madhavapeddy
2003-07-31Privilege separated syslog daemon. The child listening to log requests dropsAnil Madhavapeddy
2003-07-08dont silently truncate a domain socket specified via the -p argument;Anil Madhavapeddy
2003-06-26correct an example, and fix BUGS;Jason McIntyre
2003-06-12- section reorderJason McIntyre
2003-06-04fix some more UCB term 3Theo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-17Fix typo in last commit, spotted by Brian Poole. That'll teach meTodd C. Miller
2003-05-17Cannot use strlcpy() for strings in struct utmp since they are not guaranteedTodd C. Miller
2003-05-08.Xr newsyslogTodd C. Miller
2003-03-21Fix default facility when none is specified (should be LOG_USER,Todd C. Miller
2003-02-14typos;Jason McIntyre
2003-01-23typos;Jason McIntyre
2002-12-22fix cutnpaste; from hunter@comsys.com.uaMichael Shalayeff
2002-11-21Add -n option to print message source addresses numerically rather thanChad Loder
2002-09-06use more socklen_t; pvalchevTheo de Raadt
2002-08-08Pass correct buffer length to snprintf on error condition; ericj@, fgsch@ ok.Aaron Campbell
2002-07-24Sanity check snprintf() return values before using them. It is legal forTodd C. Miller
2002-07-20ansiTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-05Double socket receive buffer size; deraadt@ OKTodd C. Miller
2002-05-26pid_t cleanupTheo de Raadt
2002-05-25fix usage; from Sam Smith <S@mSmith.net>.Federico G. Schwindt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-02KNF, and remove unneccessary signal blocking and errno saving, since not sign...Theo de Raadt
2001-11-17use volatile sig_atomic_t where possible; simply volatile i other placesTheo de Raadt
2001-11-17missing prototype (getmsgbufsize).Markus Friedl
2001-11-17reread config from main loop instead of signal hander; ok deraadt@Markus Friedl
2001-11-16no need for setjmp.hTheo de Raadt
2001-08-03Open files with O_NONBLOCK but turn off non-blocking mode forTodd C. Miller
2001-08-03fix typo; jcs@rt.fmTheo de Raadt
2001-07-27Wall cleanupPeter Valchev
2001-05-03fix typo; isaki@par.odn.ne.jpTheo de Raadt
2001-02-07Remove support for #!. It's not intuitive and if you happen to addFederico G. Schwindt
2001-01-19mark remaining signal races which are difficult to fixTheo de Raadt
2001-01-16fix another signal race, and check signal flags even in non-EINTR from select...Theo de Raadt
2001-01-11fd_set overflows, move races out of signal handlers, and fd_set repairs;Theo de Raadt
2000-09-13Use vis(3) when escaping non-printable characters instead of doing itTodd C. Miller
2000-08-17do the save_errno thing, but other races still exist in hereTheo de Raadt
2000-04-16for the Nth time, the damn syslog socket is requiredTheo de Raadt
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
1999-07-06union wait -> intTodd C. Miller
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell