Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-29 | remove unneeded casts and some char->u_char cleanup; ok markus@ | Kevin Steves | |
2001-12-27 | call fatal() for openssl allocation failures | Markus Friedl | |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt | |
2001-12-05 | minor KNF | Theo de Raadt | |
2001-11-17 | enum/int type cleanup where it made sense to do so; ok markus@ | Kevin Steves | |
2001-08-03 | improve usage(). ok markus@ | Jakob Schlyter | |
2001-08-02 | clean up some /* SMARTCARD */. ok markus@ | Jakob Schlyter | |
2001-08-02 | add /* SMARTCARD */ to #else/#endif. ok markus@ | Jakob Schlyter | |
2001-08-01 | use strings instead of ints for smartcard reader ids | Markus Friedl | |
2001-07-20 | do not exit() from signal handlers; ok deraadt@ | Markus Friedl | |
2001-07-18 | chdir("/") from bbraun@synack.net; ok markus@ | Kevin Steves | |
2001-07-17 | update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com | Markus Friedl | |
2001-07-15 | typo in usage; ok markus@ | Kevin Steves | |
2001-07-04 | handle mutiple adds of the same smartcard key | Markus Friedl | |
2001-07-04 | for smartcards remove both RSA1/2 keys | Markus Friedl | |
2001-07-04 | handle card removal more gracefully, add sc_close() to scard.h | Markus Friedl | |
2001-07-04 | ignore SIGPIPE when debugging, too | Markus Friedl | |
2001-06-27 | s/generate_additional_parameters/rsa_generate_additional_parameters/ | Markus Friedl | |
http://www.humppa.com/ | |||
2001-06-26 | more smartcard support. | Markus Friedl | |
2001-06-26 | update usage | Markus Friedl | |
2001-06-26 | add debug flag | Markus Friedl | |
2001-06-25 | update copyright for 2001 | Markus Friedl | |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino | |
TODO; cleanup headers | |||
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 | |