summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2002-08-08Make a good attempt to find the registers for the first frame.Artur Grabowski
2002-08-08Use & to test if bits are set, not &&; markus@ ok.Aaron Campbell
2002-08-08sizeof fname, not sizeof *fnameHakan Olsson
2002-08-083rd arg for open, plus some bounds checking. miod@ ok.Hakan Olsson
2002-08-07dijkstra born, dijkstra diedMichael Shalayeff
2002-08-05dup2() style nit--don't dup2() if oldfd == newfd; espie@ OK.Todd C. Miller
2002-08-05move a few birthdays to the .birthday as pt out by pjanzen@; add a few moreMichael Shalayeff
2002-08-04revoke privs earlierTheo de Raadt
2002-08-04iliya day, no swimming, no-noMichael Shalayeff
2002-08-04now we all know that nautilus was a response to icbm threatMichael Shalayeff
2002-08-04ansi, and revoke privs after opening the ttyTheo de Raadt
2002-08-04ansiTheo de Raadt
2002-08-04spacesTheo de Raadt
2002-08-04only open kvm once between these twoTheo de Raadt
2002-08-04kvm gid revocation earlierTheo de Raadt
2002-08-04move kvm opening to earliest possible placeTheo de Raadt
2002-08-03spell 'debugging' correctly with double 'g' (in comments)Peter Valchev
2002-08-02replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parserMarkus Friedl
2002-08-02diff is u_int (2x); ok deraadt/provosMarkus Friedl
2002-08-02note that .ssh/environment is only read whenMarco S Hyman
2002-08-02Change mm_zalloc() sanity checks to be more in line with whatTodd C. Miller
2002-07-31When I got removed the use of atexit() I missed the fact that edit()Todd C. Miller
2002-07-31use fork, not vfork. seems to fix misterious trapframe trashing on hppa; dera...Michael Shalayeff
2002-07-31Update to correctly deal with link_map.Artur Grabowski
2002-07-31unbreak process_getregsArtur Grabowski
2002-07-31Fix error message.Artur Grabowski
2002-07-30add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, de...Markus Friedl
2002-07-29print file:lineMarkus Friedl
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