summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2002-03-19use SSH_SESSION_KEY_LENGTH for key lengthMarkus Friedl
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-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-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-18export/import cipher states; needed by ssh-privsepMarkus Friedl
2002-03-18move auth_approval into getpwnamallow with help from millert@Niels Provos
2002-03-18set client to NULL after xfree(), from Rolf Braun <rbraun+ssh@andrew.cmu.edu>Dug Song
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-16BSD license. from Daniel Kouril via Dug Song. ok markus@Kevin Steves
2002-03-16split auth_rhosts_rsa(), ok provos@Markus Friedl
2002-03-16skip inflateEnd if inflate fails; ok provos@Markus Friedl
2002-03-15fix file type checking (use S_ISREG). ok by markusJun-ichiro itojun Hagino
2002-03-14split auth_rsa() for better readability and privsep; ok provos@Markus Friedl
2002-03-14split out ssh1 session key decryption; ok provos@Markus Friedl
2002-03-14don't trust size sent by (rogue) server; noted by s.esser@e-matters.deMarkus Friedl
2002-03-11indentJun-ichiro itojun Hagino
2002-03-11correct type mismatches (u_int64_t != unsigned long long)Jun-ichiro itojun Hagino
2002-03-08printf type mismatchJun-ichiro itojun Hagino
2002-03-08tabifyJun-ichiro itojun Hagino
2002-03-06OpenSSH_3.1Markus Friedl
2002-03-06compat.cMarkus Friedl
2002-03-06undoMarkus Friedl
2002-03-06compat.cMarkus Friedl
2002-03-05and -ldes here tooTheo de Raadt
2002-03-04off by one; thanks to joost@pine.nlMarkus Friedl
2002-03-04handle connection close during read of protocol version string.Kevin Steves
2002-03-04$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addKevin Steves
2002-03-04error-> debug, because O_NONBLOCK for /dev/null causes too many different err...Markus Friedl
2002-03-04unused includeMarkus Friedl
2002-03-02correct copyright dates for scp license; ok markus@Kevin Steves
2002-03-01undo the 'delay hostname lookup' changeMarkus Friedl
2002-02-28log user not allowed details, from dwd@bell-labs.com; ok markus@Kevin Steves
2002-02-28-u0 DNS for user@hostKevin Steves