summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2003-01-20fall back to system random device if chrootJakob Schlyter
2003-01-20close /dev/null on shutdownJakob Schlyter
2003-01-20open /dev/null before chrootJakob Schlyter
2003-01-20indentJakob Schlyter
2003-01-20call tzset() before chrootJakob Schlyter
2003-01-20include lcg.h instead of lfsr.hJakob Schlyter
2003-01-20better serial generationJakob Schlyter
2003-01-20use arc4random()Jakob Schlyter
2003-01-20add lcg test programJakob Schlyter
2003-01-20add option to force IPv4/IPv6Jakob Schlyter
2003-01-20better id generationJakob Schlyter
2003-01-20test for tzset()Jakob Schlyter
2003-01-20test for arc4random()Jakob Schlyter
2003-01-20use arc4random() instead of rand() if availibleJakob Schlyter
2003-01-20use isc_random_get instead of rand()Jakob Schlyter
2003-01-20use lcg instad of lfsr for id generationJakob Schlyter
2003-01-20fix broken lfsr implementationJakob Schlyter
2003-01-20add lcg.hJakob Schlyter
2003-01-20prevent the compiler from blowing up on sparc64; from NetBSD via millert@Jakob Schlyter
2003-01-20add Linear Congruential Generator implementationJakob Schlyter
2003-01-20initJakob Schlyter
2003-01-20chroot to /var/named by defaultJakob Schlyter
2003-01-20skip dnssec programsJakob Schlyter
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2003-01-20typos; alan@alanday.comTheo de Raadt
2003-01-20use LOG_NDELAY in chroot() using daemonsTheo de Raadt
2003-01-18inet6 fixes from jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-18more typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-17seperate[d][ly] -> separate[d][ly]; alan@alanday.comTheo de Raadt
2003-01-17more; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-09Add support for active/inactive tablesets in the kernel.Cedric Berger
2003-01-07Add function to search for and remove stale rulesets from other authpfDaniel Hartmeier
2003-01-07Remove pfr_unwrap_table workaround, it's no longer needed.Daniel Hartmeier
2003-01-06nicer syslogTheo de Raadt
2003-01-06some cleanup; andrushock@korovino.netTheo de Raadt
2003-01-06Typo: s/to be use if/to be used if/ s/Standford/Stanford/Chad Loder
2003-01-06only do kvm_openfiles for -v, all others use sysctlTheo de Raadt
2003-01-06minor tweaksTheo de Raadt
2003-01-05Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for tableDaniel Hartmeier
2003-01-04Remove some debug output. -mojMats O Jansson
2003-01-04workaround until pf fixes thisTheo de Raadt
2003-01-03Bring in userland code for accessing PF radix tables.Cedric Berger
2003-01-03Fix BE64 bug with (time_t *)&timeval.tv_sec; from Rob SeastromJason Wright
2003-01-01Support all possible rule types ("scrub" rules can log packets beingRyan Thomas McBride
2003-01-01Scrub and filter rules are separated now, adjust authpf accordingly.Daniel Hartmeier
2002-12-31amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, asMiod Vallat
2002-12-31Prepare for the removal of amiga and sun3 platforms from the tree.Miod Vallat
2002-12-29Mention $user_id, like $user_ip.Daniel Hartmeier
2002-12-29Set a macro $user_id to the user name, just like $user_ip is already setDaniel Hartmeier
2002-12-25no more -O1 needed on alphaHenning Brauer