Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-04 | pay attention, jakob | Theo de Raadt | |
2003-02-04 | ISC BIND version 9.3.0. ok deraadt@ | Jakob Schlyter | |
2003-02-04 | add old nslookup(1) manpage, needs more work | Jakob Schlyter | |
2003-02-04 | enable bind now; some diffs from jakob, some from me | Theo de Raadt | |
2003-02-03 | typos; | Jason McIntyre | |
ipsecadm(8): examples ho@ help and ok markus@ | |||
2003-02-03 | remove sparc64 workaround, fixed in latest propolice patches | Jakob Schlyter | |
2003-02-03 | typos and minor KNF; from andrushock, thanks! | Henning Brauer | |
2003-02-02 | adjust after pfctl change; parse_rules doesn't take opts seperately any more | Henning Brauer | |
2003-02-02 | We don't need to include bsd.man.mk explicitly, bsd.lib.mk pulls | Todd C. Miller | |
it in if it is needed. We do need a fake maninstall target ifdef NOMAN though. This prevents dhcp-options.5 from being installed if NOMAN is set. | |||
2003-02-02 | I've been guaranteed that guaranteed is better than guarenteed. | Miod Vallat | |
2003-02-01 | typos; | Jason McIntyre | |
chat(8): removed reference to uucico(8) ok deraadt@ | |||
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 | |