summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2003-02-11adjust after pfctl changesHenning Brauer
2003-02-11More -G/-U deletion + style(9) while millert@ is here.Mike Pechkin
Make sence. millert@ ok
2003-02-11Show DF on IP fragmentsCedric Berger
ok henric@
2003-02-11typos;Jason McIntyre
raidctl(8) ok millert@ mknetid(8) help maja@
2003-02-11Fix bug 3088 in a different way. Reported by bob at cemetery dot homeunixMats O Jansson
dot org. -moj ok deraadt@
2003-02-10indentTheo de Raadt
2003-02-10jakob promised bind9 would not break the tree. But noooo... another damnTheo de Raadt
workaround in the tree
2003-02-09typos;Jason McIntyre
2003-02-08Make the -u and -g options more like the -U and -G options. My intentionTodd 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-08typo; krauseHenning Brauer
2003-02-07typos;Jason McIntyre
2003-02-05typos; isakmpd(8) ok niklas@, mailwrapper(8) help kjell@Jason McIntyre
2003-02-04pay attention, jakobTheo de Raadt
2003-02-04ISC BIND version 9.3.0. ok deraadt@Jakob Schlyter
2003-02-04add old nslookup(1) manpage, needs more workJakob Schlyter
2003-02-04enable bind now; some diffs from jakob, some from meTheo de Raadt
2003-02-03typos;Jason McIntyre
ipsecadm(8): examples ho@ help and ok markus@
2003-02-03remove sparc64 workaround, fixed in latest propolice patchesJakob Schlyter
2003-02-03typos and minor KNF; from andrushock, thanks!Henning Brauer
2003-02-02adjust after pfctl change; parse_rules doesn't take opts seperately any moreHenning Brauer
2003-02-02We don't need to include bsd.man.mk explicitly, bsd.lib.mk pullsTodd 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-02I've been guaranteed that guaranteed is better than guarenteed.Miod Vallat
2003-02-01typos;Jason McIntyre
chat(8): removed reference to uucico(8) ok deraadt@
2003-01-31typos;Jason McIntyre
eeprom(8): added .Ar to fields, removed references to sun3 sshd(8): help and ok markus@ help and ok millert@
2003-01-30when an interface is no longer valid, remove it from the protocol listTed Unangst
ok deraadt@ millert@
2003-01-29typos;Jason McIntyre
many tweaks by millert@ (thanks) thanks mpech@ for help with adduser(8) ok millert@
2003-01-29do setprocticle; ok camieldTheo de Raadt
2003-01-28a lost ntohs() caused tcpdump not to print the action.Henning Brauer
debugging session with and ok'd by dhartmei@
2003-01-28typos; added white boldface to examplesJason McIntyre
ok deraadt@
2003-01-28compile without propolice on sparc64 for nowJakob Schlyter
2003-01-27bugfix 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-27remove some unused includes, from Andrey MatveevDaniel Hartmeier
2003-01-26mop up, from krwDaniel Hartmeier
2003-01-25Permit 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-24Instead of stashing the timestamp on the pw temp file before eachTodd 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-24ansiTheo de Raadt
2003-01-24compile rdata.c using -O0 on sparc64 due to bug in propoliceJakob Schlyter
2003-01-24ndc doesn't start named if named_flags=NO in /etc/rc.confMike Pechkin
Fix it. millert@ ok
2003-01-24do not print deprecation messageJakob Schlyter
2003-01-24install nslookupJakob Schlyter
2003-01-23'conjunction' typosAnil Madhavapeddy
2003-01-23typos;Jason McIntyre
ok millert@
2003-01-21SO_SNDBUF needs int, not u_longJun-ichiro itojun Hagino
2003-01-21getting sysctl(net.inet6.ip6.def_hlim) need int variable, not u_longJun-ichiro itojun Hagino
2003-01-21correct arg size for IPV6_UNICAST_HOPS socket option. Hiroki SatoJun-ichiro itojun Hagino
2003-01-20regen with autoconf 2.52Jakob Schlyter
2003-01-20document our local changesJakob Schlyter
2003-01-20write pid-file before chroot (also specifiable via -i on the command line).Jakob Schlyter
2003-01-20fall back to system random device if chrootJakob Schlyter
2003-01-20close /dev/null on shutdownJakob Schlyter