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