Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-03 | Open files with O_NONBLOCK but turn off non-blocking mode for | Todd C. Miller | |
non-ttys. If write(2) returns EAGAIN just ignore the error and move on. This prevents a locked terminal from causing syslogd grief. If we ever want to support logging to a fifo this will probably have to be revisited. | |||
2001-08-03 | fix typo; jcs@rt.fm | Theo de Raadt | |
2001-07-27 | Wall cleanup | Peter Valchev | |
2001-05-03 | fix typo; isaki@par.odn.ne.jp | Theo de Raadt | |
2001-02-07 | Remove support for #!. It's not intuitive and if you happen to add | Federico G. Schwindt | |
lines as the end of a stock syslog.conf you're going to spend some time figuring why is not working as it should; problem found by riq@core-sdi.com, millert@ ok. | |||
2001-01-19 | mark remaining signal races which are difficult to fix | Theo de Raadt | |
2001-01-16 | fix another signal race, and check signal flags even in non-EINTR from ↵ | Theo de Raadt | |
select case | |||
2001-01-11 | fd_set overflows, move races out of signal handlers, and fd_set repairs; | Theo de Raadt | |
some conversations with alejo@core-sdi.com, not sure yet if this is 100% perfect, but i have tested it and it works.. | |||
2000-09-13 | Use vis(3) when escaping non-printable characters instead of doing it | Todd C. Miller | |
(poorly) by hand. Also fixes a potential one byte overflow noted by Solar Designer. | |||
2000-08-17 | do the save_errno thing, but other races still exist in here | Theo de Raadt | |
2000-04-16 | for the Nth time, the damn syslog socket is required | Theo de Raadt | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt | |
1999-07-06 | union wait -> int | Todd C. Miller | |
wait3 -> waitpid (for portability) | |||
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-04-02 | all .Nm macros should have an argument in SYNOPSIS; also misc cleanup | Aaron Campbell | |
1999-03-11 | cleanup | Aaron Campbell | |
1999-02-03 | The necessary defs are in paths.h now. | Angelos D. Keromytis | |
1999-01-05 | careful about sunx.sun_path termination; matter@research.suspicious.org | Theo de Raadt | |
1998-06-26 | make it 21 total log devs | Theo de Raadt | |
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-06-11 | bogus use of variable for two purposes; guido@gvr.org | Theo de Raadt | |
1998-05-18 | MAXHOSTNAMELEN not MAXHOSTNAMELEN+1 | Theo de Raadt | |
1998-05-05 | select on nfds+1, not nfds. ficus@openbsd.org | Todd C. Miller | |
1998-03-01 | use sigset_t all over the place | Theo de Raadt | |
1998-02-11 | syslogd gets a new -a argument: specify additional AF_UNIX log devices | Theo de Raadt | |
syslogd should create & listen to. As in "syslogd -a /chroot/dev/log", I'm sure you get the idea. | |||
1998-02-03 | workaround gethostbyaddr() race in signal handler; more correct fix would | Theo de Raadt | |
change SIGHUP handler to only set a flag that the main loop catches. But I'm lazy, and starting to believe noone gives a damn... | |||
1997-11-09 | $OpenBSD$ | Todd T. Fries | |
1997-11-07 | Rewrite bad code. | bri | |
Suggested by: Theo | |||
1997-11-06 | indent | Theo de Raadt | |
1997-11-06 | indent | Theo de Raadt | |
1997-11-06 | Understand sections in syslog.conf. | bri | |
Current syslog.conf files are still understood andtreated the same. | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-15 | F_FORW has no associated fd; init sin_len too | Theo de Raadt | |
1997-09-13 | be more careful about f_file handling throughout | Theo de Raadt | |
1997-09-08 | Ignore trailing spaces on priority in /etc/syslogd.conf | Bob Beck | |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |
1997-07-21 | Wall | Theo de Raadt | |
1997-06-18 | act in-Initialized inside part of die(); avoids printing mangled log entry; ↵ | Theo de Raadt | |
joerg | |||
1997-04-04 | do not whack pid file if run -d; hwr@pilhuhn.de | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-20 | actually explain what -u does | Theo de Raadt | |
1996-12-03 | cleanup debug; pointed out by darcy@druid.com | Theo de Raadt | |
1996-07-30 | bzzt, need finet for outgoing as well | Theo de Raadt | |
1996-07-30 | fix usage message | Theo de Raadt | |
1996-07-27 | snprintf some more; also change -s to -u (-u is insecure mode, opens udp port) | Theo de Raadt | |
1996-07-26 | Same as last commit, use snprintf, not sprintf | joshd | |
1996-07-26 | should not use sprintf unless input strings are of known value | joshd | |
Doesn't look to be exploitable. |