summaryrefslogtreecommitdiffstats
path: root/usr.bin/newsyslog (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-6/+6
* mkstemp() returns -1 on failurederaadt2019-06-281-2/+2
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
* Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert2018-09-161-29/+23
* Simplify mail sending.jca2017-07-241-20/+4
* Delete extra whitespacesjca2017-07-221-6/+6
* err(1, "whatever") -> err(1, NULL) for malloc(3) failuresjca2017-07-221-11/+11
* Don't exit on invalid config lines, yet return a proper exit status.jca2017-07-202-43/+104
* Don't bother freeing memory just before exiting.jca2017-07-141-3/+2
* TAILQs instead of hand-rolled listsjca2017-07-141-44/+32
* syslogd(8) -Z generates log files with time in ISO format and UTC.bluhm2017-03-161-5/+11
* instead of using the makefile to override ancient defaults in the code,tedu2016-06-012-36/+8
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* ajacoutot@ reported seeingtb2016-01-111-2/+2
* Remove NULL-checks before free(). ok tb@mmcc2015-12-091-3/+2
* backout pledge completely for now, newsyslog needs chown() which is restrictedsthen2015-11-191-7/+1
* don't drop "pledge exec", it's needed for compression. ok deraadt@sthen2015-11-181-4/+1
* pledge() in newsyslog.benno2015-11-171-1/+10
* these files document their config files too: adjust NAME accordingly;jmc2015-11-141-3/+4
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-3/+3
* in getopt() blocks, stop incrementing flag variable which are supposedderaadt2015-02-081-5/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-12/+12
* less sendmail specific; ok millertjmc2014-09-161-4/+3
* obvious cases of missing .An;schwarze2014-09-081-5/+5
* unsigned char casts for ctypederaadt2013-11-261-8/+9
* rename a variable to hours so it doesn't look like time. ok deraadt guenthertedu2013-04-051-5/+5
* remove uesless Pp;jmc2013-01-171-3/+2
* When we only rotate a log file once a month, the "next rotate" outputphessler2012-01-151-1/+3
* use, as far as possible, the same notation for date strings as otherjmc2011-09-261-21/+22
* after some thought, i think it unlikely that we will need to specifyjmc2011-09-161-4/+4
* use .St here for ISO 8601 references; ok millertjmc2011-09-161-5/+5
* sync manpage and comment with reality. From Nathanael Rensen.lum2011-05-192-5/+5
* Include pid file name in error message for a failed kill(). Prompted bynicm2010-07-241-3/+3
* The newsyslog(8) utility used to keep one archived log file more thanschwarze2010-03-201-14/+17
* The first paragraph of the DESCRIPTION had multiple issues,schwarze2009-11-281-21/+24
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* Correct error message when fclose() fails. From Brian Poole.millert2009-09-101-5/+5
* convert to new .Dd format;jmc2007-05-311-2/+2
* remove some bogus *p tests from charles longeautedu2007-03-201-3/+5
* rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tamas TEVESZ; ok millertderaadt2006-12-111-2/+3
* missing full stop; from matt jibsonjmc2006-08-101-2/+2
* some clarifications for the "size" field + cleanup;jmc2006-05-231-4/+8
* timezone -> time zonejmc2005-11-301-2/+2
* sort options while here;jmc2005-03-021-23/+23
* rework some .Ss section as .Sy: groff does not like .Ss's in the middlejmc2005-03-021-4/+7
* ARGSUSED before signal handler with unused signoderaadt2004-09-141-2/+3
* Make newsyslog(8) deal correctly with a count of 0 in newsyslog.conf.millert2004-07-111-15/+26
* prettyderaadt2004-05-101-32/+27
* If no user/group is specified for the log file in newsyslog.conf,millert2004-04-092-69/+63
* Set mode and ownership when renaming file -> file.0 like we do whenmillert2004-04-061-7/+18