| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 1.49: | Tom Rhodes | 2005-02-24 | 1 | -1/+8 |
| * | Nothing says that /var/log can't be not a directory but a symbolic link | Maxim Sobolev | 2004-07-04 | 1 | -2/+2 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -6/+12 |
| * | Fix the format-string in a call to err(). It was causing a warning if | Garance A Drosehn | 2004-06-20 | 1 | -1/+1 |
| * | Fix the check for a "duplicate filename to compress", so that we're checking | Garance A Drosehn | 2004-06-19 | 1 | -1/+1 |
| * | Assorted markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-06-13 | 1 | -96/+80 |
| * | Switch to using the "neworder" for rotating log files, by default. The | Garance A Drosehn | 2004-06-12 | 1 | -1/+9 |
| * | Drop the include for <stdint.h>, it was only needed when this was | Garance A Drosehn | 2004-06-07 | 1 | -1/+0 |
| * | Add an "oldorder" option, so that when the default changes to "neworder", | Garance A Drosehn | 2004-06-07 | 1 | -0/+8 |
| * | In "neworder" processing, reduce the delay between signals to separate | Garance A Drosehn | 2004-06-07 | 1 | -10/+38 |
| * | Major re-ordering of the steps that newsyslog will use when processing | Garance A Drosehn | 2004-06-07 | 1 | -0/+425 |
| * | A variety of minor changes. Allow users to set a debugging option via | Garance A Drosehn | 2004-06-07 | 1 | -67/+120 |
| * | Style-istic fix to a number of #define's that were not followed by a tab... | Garance A Drosehn | 2004-06-03 | 1 | -16/+16 |
| * | Add a 'D' flag that can be specified on entries in newsyslog.conf. | Garance A Drosehn | 2004-06-03 | 2 | -1/+41 |
| * | Change standard processing to use the newer createlog() routine | Garance A Drosehn | 2004-06-03 | 1 | -56/+33 |
| * | Improved versions of the is*ch() and tolowerch() macros that I like to use. | Garance A Drosehn | 2004-06-02 | 1 | -7/+7 |
| * | When rotating some "blah.log" file, make sure that a chmod and | Garance A Drosehn | 2004-06-02 | 1 | -13/+14 |
| * | Do not :-terminate err(3) string, one will be added anyway. | Philippe Charnier | 2004-04-04 | 1 | -1/+1 |
| * | Move newsyslog.conf.5 to usr.sbin/newsyslog. There is no real history | Tom Rhodes | 2004-03-12 | 2 | -1/+371 |
| * | Remove information about the configuration file. | Tom Rhodes | 2004-03-11 | 1 | -308/+3 |
| * | Handle a 'const' parameter without using __DECONST(). | Garance A Drosehn | 2003-10-04 | 1 | -8/+14 |
| * | Restructure the time processing routines, mainly to fix up the | Garance A Drosehn | 2003-09-23 | 3 | -85/+480 |
| * | Correct the calculation of "a leap year" in parseDWM. The calculation | Garance A Drosehn | 2003-09-14 | 1 | -17/+43 |
| * | Move the parse8601 and parseDWM routines into a new ptime.c file. The | Garance A Drosehn | 2003-09-12 | 4 | -219/+320 |
| * | Switch dotrim() to take advantage of the 'struct conf_entry' that | Garance A Drosehn | 2003-09-09 | 1 | -33/+36 |
| * | Reduce the annoying compiler warnings that pop up when compiling with | Garance A Drosehn | 2003-09-09 | 1 | -9/+9 |
| * | Correct the comment about which timezone-change loses an hour... | Garance A Drosehn | 2003-09-09 | 1 | -2/+2 |
| * | Add a '-D <something>' command line arg, which can be used to set | Garance A Drosehn | 2003-09-09 | 1 | -3/+57 |
| * | Use strtol() instead of strtoul() in parse8601, so we can detect | Garance A Drosehn | 2003-09-09 | 1 | -17/+17 |
| * | Fix typo in the previous commit. Was checking wrong variable... | Garance A Drosehn | 2003-09-09 | 1 | -1/+1 |
| * | Change parse8601 and parseDWM so they return an alternate error value | Garance A Drosehn | 2003-09-09 | 1 | -14/+29 |
| * | Cosmetic change to move parse8601 right next to parseDWM. No code | Garance A Drosehn | 2003-09-09 | 1 | -86/+86 |
| * | When checking the 'user:group' field in newsyslog.conf, freebsd's source | Garance A Drosehn | 2003-08-19 | 1 | -2/+14 |
| * | Fix an 'bad file descriptor' error which would come up when using | Garance A Drosehn | 2003-08-02 | 1 | -1/+0 |
| * | Fix age_old_log checking so that it will notice log files which were | Garance A Drosehn | 2003-05-05 | 1 | -4/+19 |
| * | Slightly improve the checking of the 'size' field, so people will get | Garance A Drosehn | 2003-05-05 | 1 | -2/+8 |
| * | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | David E. O'Brien | 2003-05-03 | 1 | -4/+2 |
| * | Add a -C (create) option for newsyslog, and a 'C' flag for entries in the | Garance A Drosehn | 2003-04-27 | 2 | -20/+190 |
| * | Document support for the new 'U' flag, which was implemented back in March | Garance A Drosehn | 2003-04-24 | 1 | -6/+17 |
| * | Document support for the new -s and -R command-line options, and | Garance A Drosehn | 2003-04-24 | 1 | -51/+124 |
| * | Document support for the <default> entry, which was implemented in | Garance A Drosehn | 2003-04-23 | 1 | -2/+8 |
| * | Fix interactions between entries for a specific file vs entries for | Garance A Drosehn | 2003-03-09 | 1 | -62/+177 |
| * | The processing of files given on the command-line will work a little better | Garance A Drosehn | 2003-03-09 | 1 | -1/+1 |
| * | Add a config-file flag of 'U' or 'u' to indicate that the pid-file | Garance A Drosehn | 2003-03-08 | 1 | -46/+115 |
| * | Prefix all -n (noaction) "unix cmds" with tab, thus making it much easier | Garance A Drosehn | 2003-03-07 | 1 | -19/+24 |
| * | Move the -s (nosignal) processing, as newsyslog needs to print out a | Garance A Drosehn | 2003-03-07 | 1 | -11/+14 |
| * | Add missing 'static' on two routines, so they match their declarations. | Garance A Drosehn | 2003-03-03 | 1 | -2/+2 |
| * | A variety of cosmetic changes, mostly to (slightly) reduce diffs with | Garance A Drosehn | 2003-03-03 | 1 | -29/+29 |
| * | Collapse two more parameters to dotrim() into the 'ent' parameter that is | Garance A Drosehn | 2003-03-03 | 1 | -13/+12 |
| * | Change to using uid_t and gid_t instead of int. Also change this won't | Garance A Drosehn | 2003-03-03 | 1 | -42/+37 |