| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new modifier - "R", when it is specified the path to pid file | sobomax | 2011-05-14 | 1 | -30/+61 |
* | Fix an old bug in newsyslog where we kept one log file more than was | simon | 2011-04-21 | 1 | -31/+59 |
* | Sync manpage's SYNOPSIS with program's usage. | ru | 2011-03-09 | 1 | -2/+2 |
* | Make code more friendly to the non-C99 compilers - don't allocate | sobomax | 2011-02-22 | 1 | -4/+8 |
* | Add xz(1) support to newsyslog. | mm | 2011-01-31 | 1 | -93/+121 |
* | Make -S functional. | brian | 2010-12-31 | 1 | -1/+1 |
* | Fix a typo in a comment. | simon | 2010-11-21 | 1 | -1/+1 |
* | Add a -S switch to override the default syslog pid file. This can be useful | brian | 2010-07-23 | 1 | -2/+7 |
* | Add support for creating the archived log filenames using a time-stamp | simon | 2010-07-22 | 1 | -16/+236 |
* | Add file include processing for newsyslog. | gordon | 2010-05-29 | 1 | -17/+109 |
* | Convert newsyslog to using queue(3) macros instead of a home rolled version. | gordon | 2010-05-29 | 1 | -113/+71 |
* | Add a new option, -P, which reverts newsyslog(8) to the old behavior, | delphij | 2010-01-20 | 1 | -3/+7 |
* | Don't consider non-existence of a PID file an error, we should be able | delphij | 2009-12-21 | 1 | -1/+12 |
* | Fix two typos. | delphij | 2008-01-30 | 1 | -2/+2 |
* | Use same signedness for i and matched_c. This should make | delphij | 2006-08-17 | 1 | -1/+2 |
* | Remove mention of the `W' flag, which has been turned to no-op by the | sobomax | 2006-07-21 | 1 | -3/+1 |
* | Remove the last three calls to strncpy(), two of which would have | gad | 2006-06-27 | 1 | -6/+6 |
* | Remove the "oldorder" processing. The "neworder" processing has | gad | 2006-06-27 | 1 | -250/+16 |
* | Improve error-handling related to the fork() done to compress files after | gad | 2006-01-20 | 1 | -15/+38 |
* | Fix logic error which causes <null> to be printed instead of the | sobomax | 2005-12-01 | 1 | -1/+1 |
* | Add the -N option to not rotate any files. This is to be used in | brooks | 2005-03-03 | 1 | -3/+13 |
* | Because the `permission' field in conf_entry is intended to be used as | delphij | 2005-01-04 | 1 | -1/+1 |
* | Mention "-d directory" in usage(). | brooks | 2004-10-06 | 1 | -1/+1 |
* | Don't prepend the directory specified by -d when the file is a relative | brooks | 2004-10-05 | 1 | -1/+1 |
* | Add a new -d argument which is used to specify an alternate root for log | brooks | 2004-10-04 | 1 | -2/+9 |
* | Nothing says that /var/log can't be not a directory but a symbolic link | sobomax | 2004-07-04 | 1 | -2/+2 |
* | Fix the format-string in a call to err(). It was causing a warning if | gad | 2004-06-20 | 1 | -1/+1 |
* | Fix the check for a "duplicate filename to compress", so that we're checking | gad | 2004-06-19 | 1 | -1/+1 |
* | Switch to using the "neworder" for rotating log files, by default. The | gad | 2004-06-12 | 1 | -1/+9 |
* | Add an "oldorder" option, so that when the default changes to "neworder", | gad | 2004-06-07 | 1 | -0/+8 |
* | In "neworder" processing, reduce the delay between signals to separate | gad | 2004-06-07 | 1 | -10/+38 |
* | Major re-ordering of the steps that newsyslog will use when processing | gad | 2004-06-07 | 1 | -0/+425 |
* | A variety of minor changes. Allow users to set a debugging option via | gad | 2004-06-07 | 1 | -67/+120 |
* | Style-istic fix to a number of #define's that were not followed by a tab... | gad | 2004-06-03 | 1 | -16/+16 |
* | Add a 'D' flag that can be specified on entries in newsyslog.conf. | gad | 2004-06-03 | 1 | -0/+32 |
* | Change standard processing to use the newer createlog() routine | gad | 2004-06-03 | 1 | -56/+33 |
* | Improved versions of the is*ch() and tolowerch() macros that I like to use. | gad | 2004-06-02 | 1 | -7/+7 |
* | When rotating some "blah.log" file, make sure that a chmod and | gad | 2004-06-02 | 1 | -13/+14 |
* | Do not :-terminate err(3) string, one will be added anyway. | charnier | 2004-04-04 | 1 | -1/+1 |
* | Restructure the time processing routines, mainly to fix up the | gad | 2003-09-23 | 1 | -41/+96 |
* | Move the parse8601 and parseDWM routines into a new ptime.c file. The | gad | 2003-09-12 | 1 | -219/+4 |
* | Switch dotrim() to take advantage of the 'struct conf_entry' that | gad | 2003-09-09 | 1 | -33/+36 |
* | Reduce the annoying compiler warnings that pop up when compiling with | gad | 2003-09-09 | 1 | -9/+9 |
* | Correct the comment about which timezone-change loses an hour... | gad | 2003-09-09 | 1 | -2/+2 |
* | Add a '-D <something>' command line arg, which can be used to set | gad | 2003-09-09 | 1 | -3/+57 |
* | Use strtol() instead of strtoul() in parse8601, so we can detect | gad | 2003-09-09 | 1 | -17/+17 |
* | Fix typo in the previous commit. Was checking wrong variable... | gad | 2003-09-09 | 1 | -1/+1 |
* | Change parse8601 and parseDWM so they return an alternate error value | gad | 2003-09-09 | 1 | -14/+29 |
* | Cosmetic change to move parse8601 right next to parseDWM. No code | gad | 2003-09-09 | 1 | -86/+86 |
* | When checking the 'user:group' field in newsyslog.conf, freebsd's source | gad | 2003-08-19 | 1 | -2/+14 |