Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-22 | put `check ssl' in the right place; | Jason McIntyre | |
2007-02-22 | various language/macro fixes; | Jason McIntyre | |
2007-02-22 | +.An -nosplit | Jason McIntyre | |
2007-02-22 | minor KNF bits here too | Henning Brauer | |
2007-02-22 | KNF | Henning Brauer | |
2007-02-22 | do not try to set IP_TTL on non-INET listening sockets, it's not going | Henning Brauer | |
to work on INET6... non-fatal error, so in pratice this just avoids a misleading error msg | |||
2007-02-22 | another dead extern; Mark Lumsden <mark@cyodesigns.com> | Henning Brauer | |
2007-02-22 | spacing | Reyk Floeter | |
2007-02-22 | spacing | Reyk Floeter | |
2007-02-22 | document the retry option before setting the state to down for hosts | Reyk Floeter | |
in tables. | |||
2007-02-22 | document the new options to manipulate carp demotion counters. | Reyk Floeter | |
2007-02-22 | Add layer 7 functionality to hoststated used for layer 7 | Reyk Floeter | |
loadbalancing, SSL acceleration, general-purpose TCP relaying, and transparent proxying. see hoststated.conf(5) and my upcoming article on undeadly.org for details. ok to commit deraadt@ pyr@ | |||
2007-02-22 | Pass sizeof(buf) to fgets instead of hard-coded number. | Ray Lai | |
From Charles Longeau. OK moritz@ and jakob@. | |||
2007-02-21 | Create "syslogd: restart" message after the setup of signal | Marco Pfatschbacher | |
handlers. This prevents a race where syslogd could die on SIGPIPE at startup. Also distinguish between start and restart. OK henning@ | |||
2007-02-21 | put -L and -G in the right place; | Jason McIntyre | |
2007-02-21 | put -G in the right place; from Igor Sobrado | Jason McIntyre | |
2007-02-21 | - Pass full buffer size to fgets. | Ray Lai | |
- No need to initialize buffer. - Spacing. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK moritz@. | |||
2007-02-20 | document syslog to other programs, ok jmc | Henning Brauer | |
2007-02-20 | implement logging to other program's stdin. | Henning Brauer | |
if the target is like "| /path/to/program", syslogd forks and execs program and sends the selected log messages to program's stdin. uses a socketpair, grows the receive buffer on the reader side and has the socket nonblocking on syslog'd side to prevent syslogd blocking. I'm using that here to feed logsurfer from ports for automated log analysis, werks beautifully. lots of input & help mpf, ok mpf djm "no objections" millert | |||
2007-02-20 | put -n in the right place; from Igor Sobrado | Jason McIntyre | |
2007-02-20 | use HOST_UP instead of an hard coded integer | Reyk Floeter | |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai | |
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@. | |||
2007-02-19 | sort options and sync usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-19 | put -n in the right place; from Igor Sobrado | Jason McIntyre | |
2007-02-19 | tweaks from Igor Sobrado and myself; | Jason McIntyre | |
2007-02-19 | - simply synopsis and usage() | Jason McIntyre | |
- order options mostly from Igor Sobrado | |||
2007-02-19 | tidy up synopsis and usage(); reported by Igor Sobrado | Jason McIntyre | |
2007-02-19 | unbreak by allowing clean in !objdir case to fail (no Makefile there in that | Henning Brauer | |
case), ok espie, also noticed by simon | |||
2007-02-19 | tidy up synopsis and usage(); | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); | Jason McIntyre | |
2007-02-18 | Use sizeof(buf) instead of hard coded numbers. | Ray Lai | |
From Charles Longeau <chl at tuxfamily dot org> long ago. OK moritz@. | |||
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); partly from Igor Sobrado | Jason McIntyre | |
2007-02-18 | simplify synopsis and usage(); based on a diff from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and options list; from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage; from Igor Sobrado | Jason McIntyre | |
2007-02-18 | unused extern decl | Henning Brauer | |
From: Mark Lumsden <mark@cyodesigns.com> | |||
2007-02-18 | tidy up synopsis and usage; from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage; from Igor Sobrado | Jason McIntyre | |
2007-02-18 | unneeded .Op; from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | order options and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | - sync SYNOPSIS and usage() | Jason McIntyre | |
- add args to the option list - I/O does not need .Tn - .Nm does not need an argument based on a diff from Igor Sobrado | |||
2007-02-18 | sync usage() and synopsis; spotted by Igor Sobrado | Jason McIntyre | |
2007-02-18 | oops, let synopsis and usage agree; | Jason McIntyre | |
2007-02-18 | document -C option; ok jmc | Theo de Raadt | |