Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-11 | adjust after pfctl changes | Henning Brauer | |
2003-02-11 | More -G/-U deletion + style(9) while millert@ is here. | Mike Pechkin | |
Make sence. millert@ ok | |||
2003-02-11 | Show DF on IP fragments | Cedric Berger | |
ok henric@ | |||
2003-02-11 | typos; | Jason McIntyre | |
raidctl(8) ok millert@ mknetid(8) help maja@ | |||
2003-02-11 | Fix bug 3088 in a different way. Reported by bob at cemetery dot homeunix | Mats O Jansson | |
dot org. -moj ok deraadt@ | |||
2003-02-10 | indent | Theo de Raadt | |
2003-02-10 | jakob promised bind9 would not break the tree. But noooo... another damn | Theo de Raadt | |
workaround in the tree | |||
2003-02-09 | typos; | Jason McIntyre | |
2003-02-08 | Make the -u and -g options more like the -U and -G options. My intention | Todd C. Miller | |
was to avoid needless incompatibilities with NetBSD's command line options but this ended up causing too much confusion on the part of the user. The -u option now also sets the group and group vector based on passwd(5) and group(5) unless an alternate group list is specified via the -g option. The -U and -G options have been removed. The resulting code is much simpler and the behavior of chroot(8) seems to better match users' expectations; OK deraadt@ | |||
2003-02-08 | typo; krause | Henning Brauer | |
2003-02-07 | typos; | Jason McIntyre | |
2003-02-05 | typos; isakmpd(8) ok niklas@, mailwrapper(8) help kjell@ | Jason McIntyre | |
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 | |