summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2002-10-26use strtoul, not atoi. some error handling sync w/kame.Jun-ichiro itojun Hagino
2002-10-25copy over the code for hpux to be used for a BSD case, not tested, but at lea...Michael Shalayeff
2002-10-25prepend the underscore always for elf, this makes kvm_bsd.db work on elf plat...Michael Shalayeff
2002-10-25Add options to set the uid, gid, and group vector after the chroot;Todd C. Miller
2002-10-25Remove PATH_NATRULES, since nat is no longer in a seperate file.Camiel Dobbelaar
2002-10-25- spelling/grammarCamiel Dobbelaar
2002-10-25- be even more careful with data supplied from outsideCamiel Dobbelaar
2002-10-25%ul -> %luCamiel Dobbelaar
2002-10-25%ul -> %luCamiel Dobbelaar
2002-10-25escape a couple of literal \n's so they print correctlyJason Wright
2002-10-24be more picky about arg parsing. check ERANGE on strtoul. sync w/kame.Jun-ichiro itojun Hagino
2002-10-23Replace tmpnam() with mkstemp() to avoid possible /tmp race.Todd C. Miller
2002-10-23integer overflow cleanup - convert to u_long so strtoul can handle comparisonsMark Grimes
2002-10-15improve englishJakob Schlyter
2002-10-14Fix from FreeBSD for atlhon problems with mtrr and XFree86. Ok deraadt@Matthieu Herrb
2002-10-13Xr files.conf(5)Miod Vallat
2002-10-07merge apache 1.3.27Henning Brauer
2002-10-07sync MANUALFILESHenning Brauer
2002-10-07drain the bitbucketHenning Brauer
2002-10-07emacsed outHenning Brauer
2002-10-07gone to the big harddrive in the skyHenning Brauer
2002-10-07merge apache 1.3.27 and mod_ssl 2.8.11Henning Brauer
2002-10-07import apache 1.3.27 and mod_ssl 2.8.11Henning Brauer
2002-10-07make restarts work again with missing srm.conf (sigh)Henning Brauer
2002-10-06match php 4, too, in the example, j@pureftpd.orgHenning Brauer
2002-10-06in the commented out AddType example for php take values fitting for php4,Henning Brauer
2002-10-04fix a cross-site scripting vuln:Henning Brauer
2002-10-01version 1.2.4.1 from KTH: ok deraadt@ jason@Dale Rahn