summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)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
ok art
2002-07-25 replace the ugly and buggy adjustname function by a simple one usingVincent Labrecque
simple APIs. makes mg not crash with 65k filenames... ok art@
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
see discussion at http://marc.theaimsgroup.com/?t=101069210100016&r=1&w=4 the ssharp mitm tool attacks users in a similar way, so i'd like to pointed out again: A MITM attack is always possible if the ssh client prints: The authenticity of host 'bla' can't be established. (protocol version 2 with pubkey authentication allows you to detect MITM attacks)
2002-07-24 remove the CHANGE undo record type, use a combination of delete and insertVincent Labrecque
to have the same behavior in a simpler way. ok art@
2002-07-24don't use the TAILQ before it is initialised. makes pmdb not crash onVincent Labrecque
exit if called with an non{existent,executable} file. ok art@
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
ok markus@
2002-07-22check argc after getopt(), otherwise we may go ahead even if we only gotFederico G. Schwindt
flags; from Jean-Francois Brousseau <krapht@secureops.com>.
2002-07-22u_int here; ok provos@Kevin Steves
2002-07-22fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;Markus Friedl
suggeted by millert@; ok deraadt@
2002-07-22auth_close() was not actually getting called in auth_errx?() (notTodd C. Miller
that it really makes much of a difference). Call vwarnx?() instead of verrx?() and then do the exit inline after auth_close(). That's what I get for doing a cut & paste from err.c...
2002-07-22KNF and unbreak PT_GETREGSArtur Grabowski
2002-07-22Map the core file with MAP_PRIVATE.Artur Grabowski
Some other random cleanups.
2002-07-22Use process_getregs everywhere.Artur Grabowski
2002-07-22knfArtur Grabowski
2002-07-22Support for reading from core files.Artur Grabowski
From Jean-Francois Brousseau <krapht@secureops.com>
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
Pointed out by deraadt@
2002-07-19display a warning from ssh when XAuthLocation does not exist or xauthKevin Steves
returned no authentication data. ok markus@
2002-07-19remove fatal cleanups after fork; based on discussions with and codeMarkus Friedl
from solar.
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
and rescind 3rd licence clause.
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
long-standing annoyance that atrun's granularity is 10 minutes. Most at jobs run with a 1 minute granularity. Jobs submitted via "at now" or "batch" will run immediately. Includes a rewritten cron(8) man page. at(1) will be integrated more closely into cron at a future date. Upgrading notes: the atrun job in root's crontab should be removed. the /var/at/spool directory is no longer used
2002-07-15license change from William LeFebvre <wnl@groupsys.com>; top is now BSDTheo de Raadt
licensed. this same license will show up on his next release as well.
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
vtamara@wimsey.informatik.uni-kl.de, pr 2755