Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
- more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long | |||
2001-01-29 | handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 ↵ | Markus Friedl | |
attack | |||
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 | |
rename util.[ch] -> misc.[ch] | |||
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 | |
with u_char. | |||
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 | |
there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. IdentityFile2, HostDsaKey and DSAAuthentication are obsolete. you can use multiple IdentityFile and HostKey for all types of keys. the option DSAAuthentication is replaced by PubkeyAuthetication. | |||
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 | |
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||
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 | |
(note that we cannot talk to ssh.com's ssh2 agents) | |||
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 | |
via Debian bug #59926 | |||
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 | |
a few more checks and warnings about 'pretended' keysizes. | |||
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 | |
Don't let child access std{in,out,err} | |||
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 | |
by removing the connect() junk, with the following restrictions: 1) change the version to "OpenSSH-1.1": agent-forwarding will work only between OpenSSH-1.1 client and OpenSSH-1.1 server 2) renamed the environment variable of OpenSSH-1.1 to "SSH_AUTH_SOCKET", since useing OpenSSH-1.0 ssh-add against the new ssh-agent does not work | |||
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 | |
delete minfd residua | |||
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 | |
1999-09-30 | do not bother with dinosaur pacification | Theo de Raadt | |