Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-16 | sort options; from Igor Sobrado | Jason McIntyre | |
2007-02-16 | sync synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-16 | sort options and sync usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-15 | regen, DEV_RANDOM is gone | Henning Brauer | |
2007-02-15 | get rid of the ConfigStart/End section used by the weird fragile apache | Henning Brauer | |
configure system. the mod_auth_digest module has such a section, and there (via two other indirections, of course!) -DDEV_RANDOM=/dev/arandom is added to CFLAGS. via a few more bizarre indicrections that ends up in ap_config_auto.h. Since ap_config_auto.h gets installed in /usr/lib/apache/include/ and thus might be used by 3rd party modules, we must be very careful with removing shitz there. But I kinda doubt anything relies on a define that is only there when a module marked as experimental is compiled in. since we long ago made mod_auth_digest use arc4random and do not use said DEV_RANDOM define at all any more, we don't need it ourselves. so nuke the mod_auth_digest ConfigStart/End section, which doesn't do anything else, alltogether. Since mod_auth_digest is only compiled as DSO, the define was missing on static archs, therefore breaking the build on vax an friends since espie put the pregenerated ap_config_auto.h in. ok millert deraadt | |||
2007-02-14 | g/c NO_DL_NEEDED, it is no longer used by os/unix/os.c | Todd C. Miller | |
2007-02-13 | unbreak compile on 64bit systems; no cookie for espie. ok millert | Henning Brauer | |
2007-02-13 | crontab -e /tmp//crontab.ynUyD24939 versus /tmp/crontab.ynUyD24939. | Marcus Glocker | |
OK millert@ | |||
2007-02-13 | remove prereq, by using a pre-generated include file (this one should now | Marc Espie | |
be MI since we removed stuff that was arch-dependent). The Configure script still rebuilds a copy of that file, and we check it for diffs. okay millert@ | |||
2007-02-12 | Switch address and AS fields in mrt dump messages for incoming traffic so | Claudio Jeker | |
that source and destination match the actual traffic flow. Found and initial diff by Adam Chappell (Adam.Chappell at interoute dot com) | |||
2007-02-12 | rde_nbr_loading() may be called with area == NULL. Check for this condition | Claudio Jeker | |
and scan all available areas in that case -- the only case when this may happen is for self announced AS-ext LSA. This solves a crash when redistributed routes were removed shortly after startup. OK norby@ | |||
2007-02-12 | Fix some log_warn() messages. | Claudio Jeker | |
2007-02-12 | kill extra word; | Jason McIntyre | |
2007-02-12 | spacing | Pierre-Yves Ritschard | |
2007-02-09 | unbreak the symset function | Reyk Floeter | |
2007-02-09 | return on ECONNREFUSED so we don't fall through to 'result < | Kevin Steves | |
BOOTP_MIN_LEN' and display discarding message. ok henning@ claudio@ | |||
2007-02-09 | remove some commas to aid readability; ok jmc@ | Kevin Steves | |
2007-02-09 | Remove unneeded statement. The debug code needing it is long gone. | Claudio Jeker | |
2007-02-08 | prevent vnconfig from asking for a key when unconfiguring or listing devices. | Alexander von Gernler | |
even clarify this further by supplying NULL and 0 to action() for -u case ok pedro@, no objections bluhm@ | |||
2007-02-08 | carefully check some return values and make lint happier. never pass | Reyk Floeter | |
any truncated strings (table names/anchors/tags/...) to pf and the kernel. ok pyr@ | |||
2007-02-08 | carefully check some return values and make lint happy. check for | Reyk Floeter | |
truncation before feeding strings into the kernel. | |||
2007-02-08 | Fix a typo. 'Yes, of course.' espie@ | Bernd Ahlers | |
2007-02-07 | consistency tweak; | Jason McIntyre | |
2007-02-07 | add new "log (updates|all)" configuration option to log state | Reyk Floeter | |
notifications after completed host checks. either only log the "updates" to new states or log "all" state notifications, even if the state didn't change. the log messages will be reported to syslog or to stderr if the daemon is running in foreground mode. ok claudio@ pyr@ | |||
2007-02-07 | include the host name in log_debug() messages used by check_tcp read | Reyk Floeter | |
callbacks. | |||
2007-02-07 | another log_debug() removal ("nothing to write") | Reyk Floeter | |
2007-02-07 | more log_debug() cleanup | Reyk Floeter | |
2007-02-07 | remove superfluos log_debug() messages | Reyk Floeter | |
ok pyr@ | |||
2007-02-07 | remove unused functions and variables which have been copied from | Reyk Floeter | |
ospfd(8) (can be re-imported later if required). | |||
2007-02-07 | add the -D option to define macros on the command line (as found in | Reyk Floeter | |
bgpd(8), hostapd(8), ipsecctl(8), pfctl(8), ...). | |||
2007-02-07 | remove a log_debug() that is no longer needed. | Claudio Jeker | |
2007-02-07 | sync dhcp.h to krw's correction to not count 14 bytes of ethernet | Kevin Steves | |
overhead. ok krw@ | |||
2007-02-06 | spaces | Kevin Steves | |
2007-02-06 | fix some dodgy displays; | Jason McIntyre | |
2007-02-06 | remove some dangling function prototypes | Kevin Steves | |
2007-02-06 | discuss consistently "the Epoch"; | Jason McIntyre | |
2007-02-06 | fix typo. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-06 | fix a bug when enabling a service that has no backup table. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-06 | update some more debug messages and fix typos. also remove some extra | Reyk Floeter | |
debug noise from ssl.c. | |||
2007-02-06 | now that check_http_code, check_http_digest and check_send_expect are | Pierre-Yves Ritschard | |
in check_tcp.c, prototype them in check_tcp.c ok reyk@ | |||
2007-02-06 | declare the function ssl_error() globally | Reyk Floeter | |
2007-02-06 | change fatal message to know where it happened | Reyk Floeter | |
2007-02-06 | remove an unused variable. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-06 | inform hoststatectl monitor of ruleset changes and table syncs. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-04 | back-out extra commit | Marc Espie | |
2007-02-04 | protect `normal' installs against archive burps. | Marc Espie | |
2007-02-04 | streamline messages for interactive mode, no need to repeat the same list | Marc Espie | |
twice. | |||
2007-02-03 | merge tcp-based checks into one file, no functional changes | Reyk Floeter | |
ok pyr@ | |||
2007-02-03 | use .Ex; | Jason McIntyre | |
2007-02-03 | document accton(8); ok ajacoutot | Jason McIntyre | |