aboutsummaryrefslogtreecommitdiffstats
path: root/src/initlog.c
Commit message (Collapse)AuthorAgeFilesLines
* fix use-after-free (#171198)Bill Nottingham2005-10-271-1/+4
|
* fix glibc free errorDan Walsh2005-07-211-2/+4
|
* free some of the more egregious memory leaks (#85935)Bill Nottingham2005-03-311-7/+17
|
* bring back initlog for third-party scripts. officially deprecate itBill Nottingham2005-03-311-35/+2
|
* fix various minilogd bogosities (uninitialized variable, handling of ↵Bill Nottingham2004-11-161-1/+1
| | | | wrong-protocol connections, don't check atime) (#106338)
* cleanup fd leaks, mem leaks, other bogosities (#119987, <linux_4ever@yahoo.com>)Bill Nottingham2004-05-041-0/+1
|
* copyright cleanupBill Nottingham2003-09-161-0/+11
|
* fix leaked fd, potential usernetctl badness, and initlog/process bogons ↵Bill Nottingham2003-06-131-4/+6
| | | | (<linux_4ever@yahoo.com>)
* don't allow --event to be used with --cmd/--run (#49203)Bill Nottingham2001-07-171-0/+5
|
* don't close the magic file descriptorBill Nottingham2001-02-221-0/+1
|
* fix segfaults in popt when called with bogus stuff (#28140)Bill Nottingham2001-02-181-1/+5
|
* don't do silly access checks on the root partition; instead, just try ↵Bill Nottingham2000-08-111-1/+38
| | | | connecting to the syslog socket if it's there...
* fix some warnings on alphaBill Nottingham2000-01-311-2/+2
|
* close configuration file descriptorBill Nottingham1999-11-151-2/+9
|
* ignore anything before a ^HBill Nottingham1999-08-101-4/+4
| | | | | ignore twiddles on lines by themselves allow BOL/EOL matching
* what's that debugging code doing there?Bill Nottingham1999-08-061-2/+0
|
* *** empty log message ***Bill Nottingham1999-07-261-1/+2
|
* add config file parsing, strip data before a \rBill Nottingham1999-07-251-12/+94
|
* fix some compiler warnings (nkbj@image.dk)Bill Nottingham1999-07-081-3/+3
|
* log by default to LOCAL7Bill Nottingham1999-04-131-1/+1
|
* *** empty log message ***r4-02Bill Nottingham1999-04-091-1/+0
|
* fixeds for the case where /dev/log exists at bootBill Nottingham1999-04-091-6/+16
|
* don't output error messages if reading commandsBill Nottingham1999-03-181-6/+10
|
* gack. don't exit on command format errors from subprocessBill Nottingham1999-03-181-8/+9
|
* if /dev/log exists on ROFS, that *doesn't* mean syslog is runningBill Nottingham1999-03-161-2/+4
|
* if [ 0 ] don't work in shell. *thwap*Bill Nottingham1999-03-141-1/+0
|
* fixesBill Nottingham1999-02-041-37/+22
|
* bugfixes...Bill Nottingham1999-02-041-1/+0
|
* add initlog stuff. do "halt -p", "umount -f" in shutdown. use %defattr inBill Nottingham1999-02-031-0/+317
specfile... um, I think that's it.