summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2002-11-25"successful" spelling fixes in comments & documentationPeter Valchev
2002-11-23bye byeTheo de Raadt
2002-11-23Correct href, from Francesco Toscan <francesco@toscan.biz>margarida
2002-11-23don't try to do ioctl with PF_OPT_NOACTIONRyan Thomas McBride
2002-11-23add code to load lists of redirection addresses for nat/rdr/route-to/etc.Ryan Thomas McBride
2002-11-22Disallow non-interactive sessions, to avoid problem of users scp'ingBob Beck
2002-11-22fix fd handling, so 'make build >log 2>fixme' really worksPhilipp Buehler
2002-11-22honor COPTS; ok henning@Christian Weisgerber
2002-11-22Add some .Xr's that have been sitting in my treeTodd C. Miller
2002-11-21Rename shadow group to _shadowTodd C. Miller
2002-11-21Add a "shadow" group and make the shadow passwd db readable by thatTodd C. Miller
2002-11-21third person; margaridaTheo de Raadt
2002-11-21crap in getopt; margaridaTheo de Raadt
2002-11-21Add -n option to print message source addresses numerically rather thanChad Loder
2002-11-19be more preciseTheo de Raadt
2002-11-19hacks to make the tree build; henning gets a carrot up the nose next time i m...Theo de Raadt
2002-11-18fix typos; Jon BernardTodd C. Miller
2002-11-18kill unused #define which was a workaround with old OpenSSL versionsHenning Brauer
2002-11-18kill duplicate int retry; from David Krause, Thanks!Henning Brauer
2002-11-18strto* usage audit. deraadt okJun-ichiro itojun Hagino
2002-11-18atoi -> strto*. correct -p parsing (don't allow 65536). deraadt okJun-ichiro itojun Hagino
2002-11-17typo fix: high_class should be med_class in priq example.Kenjiro Cho
2002-11-16Remove pccon which is a left-over from the i386 pccons console driver.Matthieu Herrb
2002-11-14Create our own version.c instead of snurking it out of ../named/objTodd C. Miller
2002-11-14search in obj dir for version.c. OK pval.Marco S Hyman
2002-11-14version.c should be generated from Version.c and ${VER}Todd C. Miller
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-11-14Sync with bind-4.9.11-REL; fixes the problems listed in:Todd C. Miller
2002-11-11Pass gcc -ansi -pedantic; Chad LoderTodd C. Miller
2002-11-09remove references to unexistent manpages; miod ok.Federico G. Schwindt
2002-11-09yet another round of SEE ALSO fixes.Federico G. Schwindt
2002-11-08Use STDIN_FILENO and STDOUT_FILENO & ANSI prototypes; Chad LoderTodd C. Miller
2002-11-07Check for non-existent group in groupdel just like userdel; Sebastian StarkTodd C. Miller
2002-11-07Change some err/warn -> errx/warnx. Should maybe do the same forTodd C. Miller
2002-11-07mention restart issues with 3rd party modulesHenning Brauer
2002-11-07Allow '$' in a username as long as it is the last character sinceTodd C. Miller
2002-11-07httpd(8), not (1)...Henning Brauer
2002-11-07fix typo; Nick NauwelaertsTodd C. Miller
2002-11-07check (server == NULL) to not crash "altqstat -s -i lo0"Kenjiro Cho
2002-11-06no need for makeinfo --no-warn anymore; fgs removed offending parts inPeter Valchev
2002-11-02- fix broken nodes and remove repeated items.Federico G. Schwindt
2002-11-02Actually, this is bind 4.9.9-RELTodd C. Miller
2002-11-01add a comment how to get secure maps built; millert@ ok.Federico G. Schwindt
2002-10-30o for gre version 1, correctly check if kp (key present) is unset.Federico G. Schwindt
2002-10-29Add -U option to set uid, gid, and group vector based on password database.Todd C. Miller
2002-10-28merge mod-ssl 2.8.12Henning Brauer
2002-10-28fix typo: regulary -> regularly; from Margarida Sequeira <niness@devilness.org>Peter Valchev
2002-10-26use poll(2). sync w/kameJun-ichiro itojun Hagino
2002-10-26prototype shouldn't carry variable nameJun-ichiro itojun Hagino
2002-10-26use poll(2). sync w/kame originally from netbsdJun-ichiro itojun Hagino