summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2002-07-25love, jasonMichael Shalayeff
2002-07-25Obey LDSTATIC when building "generate".Artur Grabowski
2002-07-25use vasprintf() instead of vsnprintf + malloc + vsnprintf hack;idea from deraadtVincent Labrecque
2002-07-25 replace the ugly and buggy adjustname function by a simple one usingVincent Labrecque
2002-07-25this just had to go inHenning Brauer
2002-07-25handle < 0 and such betterTheo de Raadt
2002-07-25FallBackToRsh does not exist anywhere else. Remove it from here. OK deraadt.mouring
2002-07-24print out all known keys for a host if we get a unknown host key,Markus Friedl
2002-07-24 remove the CHANGE undo record type, use a combination of delete and insertVincent Labrecque
2002-07-24don't use the TAILQ before it is initialised. makes pmdb not crash onVincent Labrecque
2002-07-24ELF_TOOLCHAIN instead of listing all ELF archs.Artur Grabowski
2002-07-23utmp_len is unsigned; display error consistent with other options.Kevin Steves
2002-07-22check argc after getopt(), otherwise we may go ahead even if we only gotFederico G. Schwindt
2002-07-22u_int here; ok provos@Kevin Steves
2002-07-22fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;Markus Friedl
2002-07-22auth_close() was not actually getting called in auth_errx?() (notTodd C. Miller
2002-07-22KNF and unbreak PT_GETREGSArtur Grabowski
2002-07-22Map the core file with MAP_PRIVATE.Artur Grabowski
2002-07-22Use process_getregs everywhere.Artur Grabowski
2002-07-22knfArtur Grabowski
2002-07-22Support for reading from core files.Artur Grabowski
2002-07-21remove invalid commentKevin Steves
2002-07-21unneeded includesKevin Steves
2002-07-21extern char *optarg; for portableKevin Steves
2002-07-20Error out if setusercontext() fails and the runas user is not root.Todd C. Miller
2002-07-19display a warning from ssh when XAuthLocation does not exist or xauthKevin Steves
2002-07-19remove fatal cleanups after fork; based on discussions with and codeMarkus Friedl
2002-07-19feature requests come from idiotsHenning Brauer
2002-07-19ansiTheo de Raadt
2002-07-19ansiTheo de Raadt
2002-07-17Fix omission in description of FS variable; from teduTodd C. Miller
2002-07-17more olde russian measurements and group togetherMichael Shalayeff
2002-07-17spring clean-up: remove extra spaces at end of line,Marc Espie
2002-07-16add RCS Id; ok millert@Christian Weisgerber
2002-07-15ansiTheo de Raadt
2002-07-15make the des_read/write routines take void *Theo de Raadt
2002-07-15ansi and some bug fixesTheo de Raadt
2002-07-15Move atrun(8) functionality into cron(8) proper. This fixes theTodd C. Miller
2002-07-15license change from William LeFebvre <wnl@groupsys.com>; top is now BSDTheo de Raadt
2002-07-15little more debugging; ok markus@Kevin Steves
2002-07-13ansiTheo de Raadt
2002-07-13ansiTheo de Raadt
2002-07-12EVP_CIPH_CUSTOM_IV for our own rijndaelMarkus Friedl
2002-07-12print connect failure during debugging mode.Jun-ichiro itojun Hagino
2002-07-12malloc/strdup failure not handled; cloder@acm.orgTheo de Raadt
2002-07-11oppose abort()ion and urinetherapyMichael Shalayeff
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-07-10use right sizeof in memcpy; markus okTheo de Raadt
2002-07-10bark if all connection attempt fails.Jun-ichiro itojun Hagino
2002-07-09make sed r command not bail out. try sed -e "/a/r"Theo de Raadt