summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
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
2002-02-28remove 0 byte files. these files should have been removed over 14 monthsBrad Smith
ago.
2002-02-25typo; yozo@v007.vaio.ne.jpTheo de Raadt
2002-02-25do not age address on loopback interface. sync w/kameJun-ichiro itojun Hagino
2002-02-24getc, getchar, etc return an int, not a charPeter Valchev
2002-02-23check that user is not in group more thoroughly (don't assume anythingMarc Espie
about group contents). ok millert@
2002-02-23remove things we do not needTheo de Raadt
2002-02-22Do not include uio header file, that interface was removed.Dale Rahn
2002-02-22Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@Dale Rahn
add extattrctl getextattr setextattr
2002-02-22Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@Dale Rahn
2002-02-22mark opened device and socket as close on exec; idea from freebsd pr/35182Michael Shalayeff
2002-02-21Invoke helper scripts with relative path; this got borked in rev 1.13.Miod Vallat
2002-02-21use sizeof w/ defines; niklas@ millert@ ok.Federico G. Schwindt
2002-02-20Fix ELF so it works with /dev/ksyms. Also make 'detection' of ksymsPer Fogelstrom
a little more robust by looking at the actual namelist filename.
2002-02-20sync with KAMEKenjiro Cho
- use strerror(3).
2002-02-20sync with KAMEKenjiro Cho
- #include <util.h> for pidfile(3). - use one signal handler instead of three. - add static to internals.
2002-02-20sync with KAMEKenjiro Cho
- #include <err.h> - remove unused variables. - initialize rval.
2002-02-20Revert 1.10, bad mpech@ didn't try to compile.Miod Vallat
2002-02-19IPsec is written ``IPsec'', not ``IPSec''.Miod Vallat
2002-02-19Fix the signal races in rbootd.Miod Vallat
Credit to millert@ and deraadt@ for pointing out some of my braindamage.
2002-02-19Use opendev(3) rather than open(2) to please lazy people like me thatMiod Vallat
don't want to type "/dev/". It's somewhat an abuse of opendev(), but millert@ said it was ok.
2002-02-19Clean the dust, do decent error checking, and add a manual page.Miod Vallat
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-19Every command should have a manual page.Miod Vallat
Even obscure ones. Especially obscure ones.
2002-02-19Use arc4random().Mike Pechkin
millert@ ok
2002-02-19Fix gethostname() usage.Mike Pechkin
deraadt@ ok