| Commit message (Expand) | Author | Age | Files | Lines |
* | free() -> xfree() |  stevesk | 2001-04-03 | 1 | -4/+4 |
* | try to read private f-secure ssh v2 rsa keys. |  markus | 2001-03-26 | 1 | -21/+4 |
* | EINTR/EAGAIN handling is required in more cases |  deraadt | 2001-03-06 | 1 | -6/+18 |
* | make copyright lines the same format |  deraadt | 2001-03-02 | 1 | -3/+3 |
* | sync with netbsd tree changes. |  itojun | 2001-02-08 | 1 | -3/+3 |
* | handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 attack |  markus | 2001-01-29 | 1 | -3/+4 |
* | call _exit() in signal handler |  deraadt | 2001-01-25 | 1 | -6/+15 |
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. |  markus | 2001-01-21 | 1 | -8/+7 |
* | fix select overflow, work by deraadt and me. |  markus | 2001-01-11 | 1 | -29/+63 |
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' |  markus | 2000-12-19 | 1 | -20/+20 |
* | remove() -> unlink() for consistency |  markus | 2000-12-19 | 1 | -3/+3 |
* | remove redundant spaces; from stevesk@pobox.com |  markus | 2000-12-13 | 1 | -4/+4 |
* | extern int optind; from stevesk@sweden.hp.com |  markus | 2000-12-09 | 1 | -2/+3 |
* | agents must not dump core, ok niels@ |  markus | 2000-11-30 | 1 | -2/+9 |
* | do not reorder keys if a key is removed |  markus | 2000-11-14 | 1 | -6/+12 |
* | add support for RSA to SSH2. please test. |  markus | 2000-11-12 | 1 | -71/+64 |
* | off-by-one when removing a key from the agent |  markus | 2000-11-12 | 1 | -4/+8 |
* | bug compat for old ssh.com software |  markus | 2000-09-21 | 1 | -3/+8 |
* | check return value for setenv(3) for failure, and deal appropriately |  deraadt | 2000-09-15 | 1 | -4/+7 |
* | cleanup copyright notices on all files. I have attempted to be accurate with |  deraadt | 2000-09-07 | 1 | -3/+28 |
* | add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions |  markus | 2000-08-31 | 1 | -2/+3 |
* | add SSH2/DSA support to the agent and some other DSA related cleanups. |  markus | 2000-08-19 | 1 | -192/+318 |
* | make ssh-add accept dsa keys (the agent does not) |  markus | 2000-07-16 | 1 | -3/+6 |
* | keysize warnings error() -> log() |  markus | 2000-04-29 | 1 | -3/+3 |
* | Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de> |  djm | 2000-04-21 | 1 | -2/+6 |
* | pid_t |  deraadt | 2000-04-19 | 1 | -4/+5 |
* | whitespace cleanup |  markus | 2000-04-14 | 1 | -5/+5 |
* | #include <ssl/foo.h> -> <openssh/foo.h> |  markus | 2000-04-12 | 1 | -3/+3 |
* | -pedantic: signed vs. unsigned, void*-arithm, etc |  markus | 2000-03-16 | 1 | -4/+5 |
* | cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and dgaudet@arctic.org |  markus | 2000-01-02 | 1 | -2/+4 |
* | keysize warnings talk about identity files |  markus | 1999-12-15 | 1 | -3/+3 |
* | KNF, final part 3 |  markus | 1999-11-24 | 1 | -13/+20 |
* | much more KNF |  deraadt | 1999-11-24 | 1 | -19/+14 |
* | KNF part 1 |  markus | 1999-11-23 | 1 | -564/+517 |
* | only one 'extern char *__progname' |  markus | 1999-11-19 | 1 | -5/+4 |
* | more %d vs. %s in fmt-strings |  markus | 1999-11-18 | 1 | -3/+3 |
* | the keysize of rsa-parameter 'n' is passed implizit, |  markus | 1999-11-15 | 1 | -2/+6 |
* | replace assert() with error, fatal or packet_disconnect |  markus | 1999-11-02 | 1 | -3/+8 |
* | call setsid() regardless of argv[] |  markus | 1999-10-28 | 1 | -5/+11 |
* | from niklas: Add -c -s and -k support, Create socket early to avoid race, |  markus | 1999-10-28 | 1 | -38/+139 |
* | ignore sigpipe, do not die if the client (ssh-add, ssh) dies, ok: niklas@ |  markus | 1999-10-27 | 1 | -1/+10 |
* | use libssl md5 routines |  deraadt | 1999-10-27 | 1 | -6/+6 |
* | fix old connect() race security-bug for ssh-agent and agent-forwarding |  markus | 1999-10-14 | 1 | -57/+7 |
* | You have Mail. Email fuer Dich. Karsten Patzwaldt <kpa@gmx.net> default=no |  markus | 1999-10-07 | 1 | -2/+2 |
* | move auth-sockets to private dir |  markus | 1999-10-05 | 1 | -23/+29 |
* | nuke genminfd/AUTH_FD |  markus | 1999-10-04 | 1 | -93/+41 |
* | use SHUT_* symbols |  deraadt | 1999-10-03 | 1 | -5/+5 |
* | use libc md5 |  deraadt | 1999-09-30 | 1 | -3/+4 |
* | even smaller |  deraadt | 1999-09-30 | 1 | -3/+3 |
* | do not bother with dinosaur pacification |  deraadt | 1999-09-30 | 1 | -6/+1 |