summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2003-10-08ugly hack to fix digest authentication for ie, safari et al. FreeBSD PR#55401.Jakob Schlyter
ok henning@
2003-10-08cleanup of PASS PHRASE ARGUMENTS and ASN1PARSE;Jason McIntyre
2003-10-07FILES /etc/sensorsd.confHenning Brauer
spotted by millert@ ok millert@ jmc@
2003-10-06connect sensorsd to the buildHenning Brauer
ok deraadt@
2003-10-06.Xr it 4Henning Brauer
PR3512, From: zejames@greyhats.org
2003-10-05ansiTheo de Raadt
2003-10-04remove my wacky spacing; some typos from 0.97c;Jason McIntyre
2003-10-04move [-d] from NAME to SYNOPSIS;Jason McIntyre
2003-10-04incorrect Ar vs FlTheo de Raadt
2003-10-03exit if no config file; jeffi@rcn.comTheo de Raadt
2003-10-02chroot handling for SSLCertificateChainFile, problem found and fix tested byHenning Brauer
Sandor Palfy <netchan@cotse.net>
2003-10-02style sync w/ kameJun-ichiro itojun Hagino
2003-10-01use the same amount of indent for the action fields in the example conf;Jason McIntyre
2003-10-01fix typo; jjy2+@pitt.eduTheo de Raadt
2003-10-01sys/types.h is not really needed with sys/param.h.Kevin Lo
ok henning@
2003-09-30o err out on start if no watches are definedHenning Brauer
o log how many watches are defined o on configuration reload also log how many watches we have
2003-09-30set the log message ident with openlog(), ok henning@jose
2003-09-29uncomment daemon() call; spotted by jose@Henning Brauer
2003-09-26- kill whitespace at EOLJason McIntyre
- uppercase .Dt's - kill blank lines
2003-09-26Rearchitecture 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-26avoid strdup. and, while at it, fix a file leak at sigexit time spottedTheo de Raadt
by ish
2003-09-26use ereallocTheo de Raadt
2003-09-26use emalloc and watch for strdup failureTheo de Raadt
2003-09-26use emallocTheo de Raadt
2003-09-26check strdup failure; ok anil millertTheo de Raadt
2003-09-26add bounds to sscanf, millert@Anil Madhavapeddy
2003-09-26erm, 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-26realloc tuning; pvalchev okTheo de Raadt
2003-09-26realloc fixes; ok deraadt millertPeter Valchev
2003-09-26use a much more random salt; prompted by ast@domdv.deTheo de Raadt
2003-09-25realloc fixes; markus okTheo de Raadt
2003-09-25- simplify macrosJason McIntyre
- sort options - typos and formatting improvements - sync usage() and SYNOPSIS
2003-09-24cleanup privsep communications between child/parent with a lot moreAnil Madhavapeddy
paranoia. noticed by aaron@, feedback from drahn@ cloder@ millert@
2003-09-24sensorsd 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-23simplify by using getifaddrs. cedric@ okJun-ichiro itojun Hagino
2003-09-23ignore address families other than AF_INET in get_netmask().Matthieu Herrb
ok cedric@
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-09-22sync with 9.2.2-P3; new zone type "delegation-only"Jakob Schlyter
discussed with deraadt@, millert@ and todd@
2003-09-22sync with FreeBSD page, including standard options list and some mdoc nits;Jason McIntyre
from naddy@
2003-09-21plug memory leak. from kame. fgsch okJun-ichiro itojun Hagino
2003-09-19when dropping privileges use initgroups(3) instead of setgroups(2) so theHenning Brauer
secondary groups get initialized as well. ok beck@ deraadt@
2003-09-19whack getopt ? matching; jeffi@rcn.comTheo de Raadt
2003-09-08insufficient size for mib; andrushock@korovino.netTheo de Raadt
2003-09-08Fix 'tcpdump -v icmp' endianess buglet, print ID in hex.Cedric Berger
Found by ho@, help/test pb@, hex suggestion/ok deraadt@
2003-09-08fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.hBob 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-07fix crash. pr3454 from openbsd at rukh.net. ok deraadt@Ted Unangst
2003-09-06- interval specified with -i flag, not -wJason McIntyre
- no -M or -N options - sync usage() and SYNOPSIS from Jeff Ito (PRs 3452 and 2453)
2003-09-06zap ?; jeffi@rcn.comTheo de Raadt
2003-09-05one 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 synopsisHenning Brauer
pr3444 jeffi@rcn.com ok jmc@