Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-08 | ugly hack to fix digest authentication for ie, safari et al. FreeBSD PR#55401. | Jakob Schlyter | |
ok henning@ | |||
2003-10-08 | cleanup of PASS PHRASE ARGUMENTS and ASN1PARSE; | Jason McIntyre | |
2003-10-07 | FILES /etc/sensorsd.conf | Henning Brauer | |
spotted by millert@ ok millert@ jmc@ | |||
2003-10-06 | connect sensorsd to the build | Henning Brauer | |
ok deraadt@ | |||
2003-10-06 | .Xr it 4 | Henning Brauer | |
PR3512, From: zejames@greyhats.org | |||
2003-10-05 | ansi | Theo de Raadt | |
2003-10-04 | remove my wacky spacing; some typos from 0.97c; | Jason McIntyre | |
2003-10-04 | move [-d] from NAME to SYNOPSIS; | Jason McIntyre | |
2003-10-04 | incorrect Ar vs Fl | Theo de Raadt | |
2003-10-03 | exit if no config file; jeffi@rcn.com | Theo de Raadt | |
2003-10-02 | chroot handling for SSLCertificateChainFile, problem found and fix tested by | Henning Brauer | |
Sandor Palfy <netchan@cotse.net> | |||
2003-10-02 | style sync w/ kame | Jun-ichiro itojun Hagino | |
2003-10-01 | use the same amount of indent for the action fields in the example conf; | Jason McIntyre | |
2003-10-01 | fix typo; jjy2+@pitt.edu | Theo de Raadt | |
2003-10-01 | sys/types.h is not really needed with sys/param.h. | Kevin Lo | |
ok henning@ | |||
2003-09-30 | o err out on start if no watches are defined | Henning Brauer | |
o log how many watches are defined o on configuration reload also log how many watches we have | |||
2003-09-30 | set the log message ident with openlog(), ok henning@ | jose | |
2003-09-29 | uncomment daemon() call; spotted by jose@ | Henning Brauer | |
2003-09-26 | - kill whitespace at EOL | Jason McIntyre | |
- uppercase .Dt's - kill blank lines | |||
2003-09-26 | Rearchitecture of the userland/kernel IOCTL interface for transactions. | Cedric Berger | |
This brings us close to 100% atomicity for a "pfctl -f pf.conf" command. (some splxxx work remain in the kernel). Basically, improvements are: - Anchors/Rulesets cannot disappear unexpectedly anymore. - No more leftover in the kernel if "pfctl -f" fail. - Commit is now done in a single atomic IOCTL. WARNING: The kernel code is fully backward compatible, but the new pfctl/authpf userland utilities will only run on a new kernel. The following ioctls are deprecated (i.e. will be deleted sooner or later, depending on how many 3rd party utilities use them and how soon they can be upgraded): - DIOCBEGINRULES - DIOCCOMMITRULES - DIOCBEGINALTQS - DIOCCOMMITALTQS - DIOCRINABEGIN - DIOCRINADEFINE They are replaced by the following ioctls (yes, PF(4) will follow) which operate on a vector of rulesets: - DIOCXBEGIN - DIOCXCOMMIT - DIOCXROLLBACK Ok dhartmei@ mcbride@ | |||
2003-09-26 | avoid strdup. and, while at it, fix a file leak at sigexit time spotted | Theo de Raadt | |
by ish | |||
2003-09-26 | use erealloc | Theo de Raadt | |
2003-09-26 | use emalloc and watch for strdup failure | Theo de Raadt | |
2003-09-26 | use emalloc | Theo de Raadt | |
2003-09-26 | check strdup failure; ok anil millert | Theo de Raadt | |
2003-09-26 | add bounds to sscanf, millert@ | Anil Madhavapeddy | |
2003-09-26 | erm, committing to teh right repository helps sometimes. | Henning Brauer | |
don't reject usernames > 15 chars; username is not used as ruleset name any more, thus, this restriction is gone. PR3491, fix from dhartmei | |||
2003-09-26 | realloc tuning; pvalchev ok | Theo de Raadt | |
2003-09-26 | realloc fixes; ok deraadt millert | Peter Valchev | |
2003-09-26 | use a much more random salt; prompted by ast@domdv.de | Theo de Raadt | |
2003-09-25 | realloc fixes; markus ok | Theo de Raadt | |
2003-09-25 | - simplify macros | Jason McIntyre | |
- sort options - typos and formatting improvements - sync usage() and SYNOPSIS | |||
2003-09-24 | cleanup privsep communications between child/parent with a lot more | Anil Madhavapeddy | |
paranoia. noticed by aaron@, feedback from drahn@ cloder@ millert@ | |||
2003-09-24 | sensorsd monitors the hardware sensors as reported by sysctl in hw.sensors. | Henning Brauer | |
limits can be configured, out of range notifications through syslog. config file parsing based on bob's hints, lots of hints from theo feedback from grange, otto, mickey as well ok deraadt@; grange@ on an earlier version | |||
2003-09-23 | simplify by using getifaddrs. cedric@ ok | Jun-ichiro itojun Hagino | |
2003-09-23 | ignore address families other than AF_INET in get_netmask(). | Matthieu Herrb | |
ok cedric@ | |||
2003-09-22 | Off-by-ones, from aaron@ | Miod Vallat | |
2003-09-22 | sync with 9.2.2-P3; new zone type "delegation-only" | Jakob Schlyter | |
discussed with deraadt@, millert@ and todd@ | |||
2003-09-22 | sync with FreeBSD page, including standard options list and some mdoc nits; | Jason McIntyre | |
from naddy@ | |||
2003-09-21 | plug memory leak. from kame. fgsch ok | Jun-ichiro itojun Hagino | |
2003-09-19 | when dropping privileges use initgroups(3) instead of setgroups(2) so the | Henning Brauer | |
secondary groups get initialized as well. ok beck@ deraadt@ | |||
2003-09-19 | whack getopt ? matching; jeffi@rcn.com | Theo de Raadt | |
2003-09-08 | insufficient size for mib; andrushock@korovino.net | Theo de Raadt | |
2003-09-08 | Fix 'tcpdump -v icmp' endianess buglet, print ID in hex. | Cedric Berger | |
Found by ho@, help/test pb@, hex suggestion/ok deraadt@ | |||
2003-09-08 | fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.h | Bob Beck | |
file from the kernel - this makes the kerberosV/kafs.h file include that, as well as the kafs.h used in afs (hiding in the afs sources). this needs more drastic gutting post release, but at least this now all uses the same ioctl's. | |||
2003-09-07 | fix crash. pr3454 from openbsd at rukh.net. ok deraadt@ | Ted Unangst | |
2003-09-06 | - interval specified with -i flag, not -w | Jason McIntyre | |
- no -M or -N options - sync usage() and SYNOPSIS from Jeff Ito (PRs 3452 and 2453) | |||
2003-09-06 | zap ?; jeffi@rcn.com | Theo de Raadt | |
2003-09-05 | one check return from sysconf, one off by one vnsprintf, and one missing free. | Ted Unangst | |
all from Patrick Latifi in pr3414 | |||
2003-09-05 | -t missing in synopsis | Henning Brauer | |
pr3444 jeffi@rcn.com ok jmc@ |