Age | Commit message (Expand) | Author |
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 |
2002-09-13 | KNF + ANSI; deraadt@ OK | Todd C. Miller |
2002-09-12 | add missing include of limits.h | Todd C. Miller |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell |
2002-06-26 | Don't follow symbolic links for (ie. user-owned) log files by default; | Wilbern Cobb |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-27 | Fix uninitialized variable introduced in rev 1.40; found by lebel@ | Todd C. Miller |
2001-11-24 | handle NL terminated pid files correctly, OK deraadt@ | Marco S Hyman |
2001-11-23 | greater care at reading pidfiles; millert ok | Theo de Raadt |
2001-11-19 | kill more registers | Mike Pechkin |
2001-11-16 | errno safety in SIGCHLD handler | Theo de Raadt |
2001-08-21 | MLINK to config file man page | Theo de Raadt |
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-03-01 | Remove -t option from getopt() since it doesn't exist; mpech@prosoft.org.lv. | Aaron Campbell |
2001-01-12 | various small cleanups | Theo de Raadt |