summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2002-03-20list more files that we haveMichael Shalayeff
2002-03-20some moreMichael Shalayeff
2002-03-20fix for palm againJim Rees
2002-03-20strerror() on chdir() fail; ok provos@Kevin Steves
2002-03-20for unprivileged user, group do:Kevin Steves
2002-03-20style(9)Marc Espie
2002-03-19o don't need a var to keep the number of commands; use a define.Federico G. Schwindt
2002-03-19Initial version of pmdb support for powerpc, traceback and registers workDale Rahn
2002-03-19Do not print offset if no symbol found for address. ok art@Dale Rahn
2002-03-19if pc is below 0x1000, stop; now trace shows up to start().Federico G. Schwindt
2002-03-19a bit of style.Federico G. Schwindt
2002-03-19check error before checking the magic.Federico G. Schwindt
2002-03-19prepare to support both formats simultaneously.Federico G. Schwindt
2002-03-19use SSH_SESSION_KEY_LENGTH for key lengthMarkus Friedl
2002-03-19vax support.Federico G. Schwindt
2002-03-19check for NULL; from provos@Markus Friedl
2002-03-19make getpwnamallow() allways call pwcopy()Markus Friedl
2002-03-19KNF whitespaceMarkus Friedl
2002-03-19whitespace KNFMarkus Friedl
2002-03-19clean up prototypesMarkus Friedl
2002-03-19o check if the file is exists, is readable and executable before goingFederico G. Schwindt
2002-03-19use xfree() after xstrdup().Mike Pechkin
2002-03-19Banner has no default.Kevin Steves
2002-03-19_PATH_PRIVSEP_CHROOT_DIR; ok provos@Kevin Steves
2002-03-19Kill remote comments, un-expose private code.Marc Espie
2002-03-18UnprivUser/UnprivGroup usable now--specify numeric user/group; okKevin Steves
2002-03-18document UsePrivilegeSeparationNiels Provos
2002-03-18credits for privsepNiels Provos
2002-03-18integrate privilege separated openssh; its turned off by default for now.Niels Provos
2002-03-18export compression streams for ssh-privsepNiels Provos
2002-03-18implementation of the interface between privileged and unprivileged processNiels Provos
2002-03-18file descriptor passing abstraction for ssh-privsepNiels Provos
2002-03-18shared memory abstraction for ssh-privsepNiels Provos
2002-03-18buffer_skip_string and extra sanity checking; needed by ssh-privsepNiels Provos
2002-03-18add key_demote() for ssh-privsepMarkus Friedl
2002-03-18export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsepMarkus Friedl
2002-03-18typos.Marc Espie
2002-03-18export/import cipher states; needed by ssh-privsepMarkus Friedl
2002-03-18catchup on a few specials we haveMichael Shalayeff
2002-03-18move auth_approval into getpwnamallow with help from millert@Niels Provos
2002-03-18 Enter the new undo code. it is still disabled since it has bugs, but it'sVincent Labrecque
2002-03-18set client to NULL after xfree(), from Rolf Braun <rbraun+ssh@andrew.cmu.edu>Dug Song
2002-03-18 grep/compile mode shouldn't be readonly by default.Vincent Labrecque
2002-03-18have the authentication functions return the authentication contextNiels Provos
2002-03-17getpwnamallow returns struct passwd * only if user valid; okay markus@Niels Provos
2002-03-17Update to match new registers in struct regArtur Grabowski
2002-03-16 This should've been commited yesterday, before the funmap change.Vincent Labrecque
2002-03-16 Make these special buffers readonly by default. ok art@Vincent Labrecque
2002-03-16BSD license. from Daniel Kouril via Dug Song. ok markus@Kevin Steves
2002-03-16split auth_rhosts_rsa(), ok provos@Markus Friedl