summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2002-03-29autogenerated - I'm a luser.Bob Beck
2002-03-29missed cruftBob Beck
2002-03-29remove cruft.Bob Beck
2002-03-29fix half baked abortion of a merge to 1.3.23 and takeBob Beck
tree to apache-1.3.24+mod+ssl2.8.8
2002-03-29import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
2002-03-28unbreak; deraadt@ ok.Federico G. Schwindt
2002-03-27Fix possible buffer overflow in map-mbone's dns resolution; Jose NazarioTodd C. Miller
2002-03-27Make SYNOPSIS more readable, from Daniel Lucq.Dale Rahn
2002-03-27Add X-Window support to wsmoused(8). This allows running wsmoused(8) andjbm
X-Window at the same time, removing the need to kill wsmoused(8) before starting X-Window.
2002-03-27Mostly cosmetic update so we can call it 0.5.Camiel Dobbelaar
ok millert@, fgsch@
2002-03-27instead of using mkstemp() to get a temporary name, use the created file,Federico G. Schwindt
so we don't end with ypdbXXXXXX files around; maja@ ok.
2002-03-26Typos; from Brian Poole, thanks.Miod Vallat
2002-03-26remove unexistant option 'b'; commented by pval@, maja@ ok.Federico G. Schwindt
2002-03-26o -Wall cleanup.Federico G. Schwindt
o fix usage. o don't call ypdb_cloes() if db is never open. maja@ pval@ ok.
2002-03-26check that the fopen didnt failEric Jackson
deraadt@ OK
2002-03-25spellingTheo de Raadt
2002-03-25bring in prototypesTheo de Raadt
2002-03-25Fix a typobrian
2002-03-25make docs match reality - we don't support hooks in dhclient-scriptBob Beck
2002-03-23\\ not \. needs doubling. wngdn@src.uchicago.edu, pr 2475Theo de Raadt
2002-03-23small cleanups:Marc Espie
ansi prototypes, help formating, common code to handle integer parameters. Let SystemV shm parameters be settable.
2002-03-23document new extensions for PF logsMike Frantzen
2002-03-22match style of the rest of the Configure script, test -> []Brad Smith
2002-03-20Improve error message in makedbm. -mojMats O Jansson
from Kenneth Ingham <ingham@i-pi.com>
2002-03-17This along with the recent dynamic linker fixes allows modules to workBrad Smith
with Apache on our ELF-based architecures. Enable alpha, powerpc and sparc64.
2002-03-14We also need to vis-encode the path contained in a symbolic link.Todd C. Miller
Based on a patch from Nicolas Rachinsky (FreeBSD PR 35454).
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-03-13login(8) -> login(1)Marco S Hyman
2002-03-13Use the return value from snprintf() to keep a track of the length ofbrian
the display string in MPPEDispOpts.
2002-03-12Handle B460800 and B921600 being defined in <termios.h>brian
2002-03-12correct type on last arg to execl()Brad Smith
-- Lost with upgrade to mod_ssl 2.8.7
2002-03-09Rename the new 'preserve' flag to 'nochange' for consistency with FreeBSD.Todd C. Miller
The old 'preserve' name is still accepted but is not documented and will be removed in the future.
2002-03-09Escape whitespace and encode special chars with vis(3); from FreeBSDTodd C. Miller
2002-03-08fix a fallout from tcp timer conversionMichael Shalayeff
2002-03-06directorys->directories. from beldridg@pobox.com; ok art@Kevin Steves
2002-03-05'user -D -k path' was not actually changing the default values unless anotherTodd C. Miller
option to change was specified. Also fix man page formatting mistake. From Brian Poole
2002-03-05Don't delete ptmp if we didn't create it ourselves; Brian PooleTodd C. Miller
2002-03-05Don't drop the last character from ut_line in ID0logout()brian
2002-03-052nd part to make dhcpd work on sparc64:Jason Wright
remove use of SIOCGIFCONF and use getifaddrs()/freeifaddrs() instead
2002-03-05and a -ldes here and a -ldes there.. (i only commit after I test each)Theo de Raadt
2002-03-04Add a 'preserve' flag to tell mtree not to change the attributes ofTodd C. Miller
a file/directory. This is useful when you want to update children of a directory but not the parent.
2002-03-04Make makedbm work on alpha and sparc64. -moj from NetBSD.Mats O Jansson
2002-03-04Don't blow away ``set escape'' settings when we've completed thebrian
login phase. Just initialise the correct parts
2002-03-01sync with KAMEKenjiro Cho
minor man fixes from NetBSD.
2002-03-01sync with KAMEKenjiro Cho
fix the argument for an unknown hash policy: argv -> *argv
2002-02-28merge mod_ssl 2.8.7Brad Smith
-- Ok'd by: beck@
2002-02-28no, that error message was bad.Bob Beck
2002-02-28Some new servers return the hostname as type XBob Beck
this ensures we check against the right thing and don't reject leases when we shouldn't.
2002-02-28remove more 0 byte files.Brad Smith