Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-31 | typos; | Jason McIntyre | |
eeprom(8): added .Ar to fields, removed references to sun3 sshd(8): help and ok markus@ help and ok millert@ | |||
2003-01-30 | when an interface is no longer valid, remove it from the protocol list | Ted Unangst | |
ok deraadt@ millert@ | |||
2003-01-29 | typos; | Jason McIntyre | |
many tweaks by millert@ (thanks) thanks mpech@ for help with adduser(8) ok millert@ | |||
2003-01-29 | do setprocticle; ok camield | Theo de Raadt | |
2003-01-28 | a lost ntohs() caused tcpdump not to print the action. | Henning Brauer | |
debugging session with and ok'd by dhartmei@ | |||
2003-01-28 | typos; added white boldface to examples | Jason McIntyre | |
ok deraadt@ | |||
2003-01-28 | compile without propolice on sparc64 for now | Jakob Schlyter | |
2003-01-27 | bugfix from Can Erkin Acar <canacar@eee.metu.edu.tr>: | Henning Brauer | |
hbhopt_print() and dstopt_print() can return 0 if the option is located just one byte short of snapend this would cause an infinite loop in ip6_print(). | |||
2003-01-27 | remove some unused includes, from Andrey Matveev | Daniel Hartmeier | |
2003-01-26 | mop up, from krw | Daniel Hartmeier | |
2003-01-25 | Permit initialisation of a table content from a file in pf.conf. | Cedric Berger | |
Cleaning up of the table options parsing, more flexible. idea+cleanup deraadt@, ok dhartmei@, pass all regress tests. | |||
2003-01-24 | Instead of stashing the timestamp on the pw temp file before each | Todd C. Miller | |
edit, just stash it once in copyfile(). This fixes the check for whether or not changes have been made (based on the timestamp) for cases like when the _shadow group is missing but is fixed by the admin during the next edit. | |||
2003-01-24 | ansi | Theo de Raadt | |
2003-01-24 | compile rdata.c using -O0 on sparc64 due to bug in propolice | Jakob Schlyter | |
2003-01-24 | ndc doesn't start named if named_flags=NO in /etc/rc.conf | Mike Pechkin | |
Fix it. millert@ ok | |||
2003-01-24 | do not print deprecation message | Jakob Schlyter | |
2003-01-24 | install nslookup | Jakob Schlyter | |
2003-01-23 | 'conjunction' typos | Anil Madhavapeddy | |
2003-01-23 | typos; | Jason McIntyre | |
ok millert@ | |||
2003-01-21 | SO_SNDBUF needs int, not u_long | Jun-ichiro itojun Hagino | |
2003-01-21 | getting sysctl(net.inet6.ip6.def_hlim) need int variable, not u_long | Jun-ichiro itojun Hagino | |
2003-01-21 | correct arg size for IPV6_UNICAST_HOPS socket option. Hiroki Sato | Jun-ichiro itojun Hagino | |
2003-01-20 | regen with autoconf 2.52 | Jakob Schlyter | |
2003-01-20 | document our local changes | Jakob Schlyter | |
2003-01-20 | write pid-file before chroot (also specifiable via -i on the command line). | Jakob Schlyter | |
2003-01-20 | fall back to system random device if chroot | Jakob Schlyter | |
2003-01-20 | close /dev/null on shutdown | Jakob Schlyter | |
2003-01-20 | open /dev/null before chroot | Jakob Schlyter | |
2003-01-20 | indent | Jakob Schlyter | |
2003-01-20 | call tzset() before chroot | Jakob Schlyter | |
2003-01-20 | include lcg.h instead of lfsr.h | Jakob Schlyter | |
2003-01-20 | better serial generation | Jakob Schlyter | |
2003-01-20 | use arc4random() | Jakob Schlyter | |
2003-01-20 | add lcg test program | Jakob Schlyter | |
2003-01-20 | add option to force IPv4/IPv6 | Jakob Schlyter | |
2003-01-20 | better id generation | Jakob Schlyter | |
2003-01-20 | test for tzset() | Jakob Schlyter | |
2003-01-20 | test for arc4random() | Jakob Schlyter | |
2003-01-20 | use arc4random() instead of rand() if availible | Jakob Schlyter | |
2003-01-20 | use isc_random_get instead of rand() | Jakob Schlyter | |
2003-01-20 | use lcg instad of lfsr for id generation | Jakob Schlyter | |
2003-01-20 | fix broken lfsr implementation | Jakob Schlyter | |
2003-01-20 | add lcg.h | Jakob Schlyter | |
2003-01-20 | prevent the compiler from blowing up on sparc64; from NetBSD via millert@ | Jakob Schlyter | |
2003-01-20 | add Linear Congruential Generator implementation | Jakob Schlyter | |
2003-01-20 | init | Jakob Schlyter | |
2003-01-20 | chroot to /var/named by default | Jakob Schlyter | |
setuid to named by default | |||
2003-01-20 | skip dnssec programs | Jakob Schlyter | |
2003-01-20 | ISC BIND version 9.2.2rc1 | Jakob Schlyter | |
2003-01-20 | typos; alan@alanday.com | Theo de Raadt | |