summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2002-03-23setproctitle() after preauth child; ok markus@Kevin Steves
2002-03-21remove unused, sync w/ cmdline patch in my tree.Markus Friedl
2002-03-21Add PIN-protection for secret key.Jim Rees
2002-03-21Add PIN-protection for secret key.Jim Rees
2002-03-21add privsep_preauth() and remove 1 goto; ok provos@Markus Friedl
2002-03-21add privsep (off)Markus Friedl
2002-03-21fix NULL %s on debug3(); ok markus@Kevin Steves
2002-03-21In sc_put_key(), sc_reader_id should be id.Jim Rees
2002-03-21remove unusedMarkus Friedl
2002-03-21remove constMarkus Friedl
2002-03-21move key upload to scard.[ch]Markus Friedl
2002-03-21make compile w/ openssl 0.9.7Markus Friedl
2002-03-21add built-in command line for adding new port forwardings on the fly.Jakob Schlyter
2002-03-21ignore errors for nonexisting default keys in ssh-add,Markus Friedl
2002-03-20strerror() on chdir() fail; ok provos@Kevin Steves
2002-03-20for unprivileged user, group do:Kevin Steves
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