Age | Commit message (Expand) | Author |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
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 |
2006-08-10 | missing full stop; from matt jibson | Jason McIntyre |
2006-05-23 | some clarifications for the "size" field + cleanup; | Jason McIntyre |
2005-11-30 | timezone -> time zone | Jason McIntyre |
2005-03-02 | sort options while here; | Jason McIntyre |
2005-03-02 | rework some .Ss section as .Sy: groff does not like .Ss's in the middle | Jason McIntyre |
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 |
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre |
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-10 | - section reorder | Jason McIntyre |
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 |
2003-05-15 | Fix some typos, clarify a few bits, and fix a display issue with `:'. | Todd C. Miller |
2003-05-15 | From Brian Poole | Todd C. Miller |
2003-04-25 | check asprintf return value for error, as the pointer is not guaranteed | Peter Valchev |
2003-02-12 | Add support for rotating files at a specific time; from FreeBSD | Todd C. Miller |
2003-02-09 | typos; | Jason McIntyre |
2003-01-25 | it is 2003 now | Todd C. Miller |
2003-01-25 | Move parsing of the monitor notification user with the rest of the | Todd C. Miller |
2003-01-25 | Make monitor section match the actual code. | Todd C. Miller |
2003-01-06 | typo; jmc@prioris.mini.pw.edu.pl | Theo de Raadt |
2002-12-23 | Display offending line number in error messages. | Todd C. Miller |
2002-11-27 | typo; Tor Houghton | Todd C. Miller |
2002-11-07 | Sigh, sizes are in KB, not bytes, which made the cutoff size for | Todd C. Miller |
2002-09-21 | When rotating files or checking the age of a file, check for both | Todd C. Miller |
2002-09-19 | Deal with someone specifying an empty string for the command to run | Todd C. Miller |
2002-09-19 | Fix long-standing bug. When specifying a command to run instead of sending | Todd C. Miller |
2002-09-19 | Since isspace() considers \n to be a space we need to check for start | Todd C. Miller |
2002-09-17 | Allow user to restrict logs to be rotated by specifying pathnames on | Todd C. Miller |
2002-09-17 | Add -F (force) flag; inspired by FreeBSD | Todd C. Miller |
2002-09-17 | Add -a flag to specify a directory to store archived logs. Based on | Todd C. Miller |
2002-09-16 | o Remove "NONE" #define and check uid_t and gid_t against -1 with proper casts | Todd C. Miller |
2002-09-13 | remove trailing whitespace | Todd C. Miller |
2002-09-13 | Don't rotate log files < 512 bytes unless in binary mode. This | Todd C. Miller |
2002-09-13 | Use .Dv for SIGUSR1 like all the other signal names. | Todd C. Miller |