Age | Commit message (Expand) | Author |
2024-10-30 | Don't run through time checks when entry is definitely oversized. | Jan Klemkow |
2024-04-22 | newsyslog: allow the F flag to be used on its own. | Todd C. Miller |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that | Todd C. Miller |
2017-07-24 | Simplify mail sending. | Jeremie Courreges-Anglas |
2017-07-22 | Delete extra whitespaces | Jeremie Courreges-Anglas |
2017-07-22 | err(1, "whatever") -> err(1, NULL) for malloc(3) failures | Jeremie Courreges-Anglas |
2017-07-20 | Don't exit on invalid config lines, yet return a proper exit status. | Jeremie Courreges-Anglas |
2017-07-14 | Don't bother freeing memory just before exiting. | Jeremie Courreges-Anglas |
2017-07-14 | TAILQs instead of hand-rolled lists | Jeremie Courreges-Anglas |
2017-03-16 | syslogd(8) -Z generates log files with time in ISO format and UTC. | Alexander Bluhm |
2016-06-01 | instead of using the makefile to override ancient defaults in the code, | Ted Unangst |
2016-01-11 | ajacoutot@ reported seeing | tb |
2015-12-09 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-11-19 | backout pledge completely for now, newsyslog needs chown() which is restricted | Stuart Henderson |
2015-11-18 | don't drop "pledge exec", it's needed for compression. ok deraadt@ | Stuart Henderson |
2015-11-17 | pledge() in newsyslog. | Sebastian Benoit |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-02-08 | in getopt() blocks, stop incrementing flag variable which are supposed | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2013-04-05 | rename a variable to hours so it doesn't look like time. ok deraadt guenther | Ted Unangst |
2012-01-15 | When we only rotate a log file once a month, the "next rotate" output | Peter Hessler |
2011-05-19 | sync manpage and comment with reality. From Nathanael Rensen. | lum |
2010-07-24 | Include pid file name in error message for a failed kill(). Prompted by | Nicholas Marriott |
2010-03-20 | The newsyslog(8) utility used to keep one archived log file more than | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-09-10 | Correct error message when fclose() fails. From Brian Poole. | Todd C. Miller |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2006-12-11 | rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tama... | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-07-11 | Make newsyslog(8) deal correctly with a count of 0 in newsyslog.conf. | Todd C. Miller |
2004-05-10 | pretty | Theo de Raadt |
2004-04-09 | If no user/group is specified for the log file in newsyslog.conf, | Todd C. Miller |
2004-04-06 | Set mode and ownership when renaming file -> file.0 like we do when | Todd C. Miller |
2004-04-05 | o use mode_t, not int for permissions. | Todd C. Miller |
2003-12-16 | Avoid segmentation fault when empty commands are specified in the | Otto Moerbeek |
2003-07-25 | When parser_file() fails, print correct line number. | Mike Pechkin |
2003-07-01 | Add support for -a dirs on different filesystems. | Todd C. Miller |
2003-06-26 | more proto fixes | Theo de Raadt |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-10 | Whoops, <= 0 should be < 0. Problem noticed by marc@ | Todd C. Miller |
2003-06-09 | o replace remaining strtoul() with strtol() and check for < 0 | Todd C. Miller |
2003-06-09 | Use strtol() not strtoul() so we can detect a negative number in a pid file. | Todd C. Miller |
2003-06-09 | Need to include time.h to get ctime() proto. | Todd C. Miller |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |