summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-agent.c
AgeCommit message (Expand)Author
2001-12-29remove unneeded casts and some char->u_char cleanup; ok markus@Kevin Steves
2001-12-27call fatal() for openssl allocation failuresMarkus Friedl
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-05minor KNFTheo de Raadt
2001-11-17enum/int type cleanup where it made sense to do so; ok markus@Kevin Steves
2001-08-03improve usage(). ok markus@Jakob Schlyter
2001-08-02clean up some /* SMARTCARD */. ok markus@Jakob Schlyter
2001-08-02add /* SMARTCARD */ to #else/#endif. ok markus@Jakob Schlyter
2001-08-01use strings instead of ints for smartcard reader idsMarkus Friedl
2001-07-20do not exit() from signal handlers; ok deraadt@Markus Friedl
2001-07-18chdir("/") from bbraun@synack.net; ok markus@Kevin Steves
2001-07-17update maxfd if maxfd is closed; report from jmcelroy@dtgnet.comMarkus Friedl
2001-07-15typo in usage; ok markus@Kevin Steves
2001-07-04handle mutiple adds of the same smartcard keyMarkus Friedl
2001-07-04for smartcards remove both RSA1/2 keysMarkus Friedl
2001-07-04handle card removal more gracefully, add sc_close() to scard.hMarkus Friedl
2001-07-04ignore SIGPIPE when debugging, tooMarkus Friedl
2001-06-27s/generate_additional_parameters/rsa_generate_additional_parameters/Markus Friedl
2001-06-26more smartcard support.Markus Friedl
2001-06-26update usageMarkus Friedl
2001-06-26add debug flagMarkus Friedl
2001-06-25update copyright for 2001Markus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-04-03free() -> xfree()Kevin Steves
2001-03-26try to read private f-secure ssh v2 rsa keys.Markus Friedl
2001-03-06EINTR/EAGAIN handling is required in more casesTheo de Raadt
2001-03-02make copyright lines the same formatTheo de Raadt
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-01-29handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 ...Markus Friedl
2001-01-25call _exit() in signal handlerTheo de Raadt
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-11fix select overflow, work by deraadt and me.Markus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-12-19remove() -> unlink() for consistencyMarkus Friedl
2000-12-13remove redundant spaces; from stevesk@pobox.comMarkus Friedl
2000-12-09extern int optind; from stevesk@sweden.hp.comMarkus Friedl
2000-11-30agents must not dump core, ok niels@Markus Friedl
2000-11-14do not reorder keys if a key is removedMarkus Friedl
2000-11-12add support for RSA to SSH2. please test.Markus Friedl
2000-11-12off-by-one when removing a key from the agentMarkus Friedl
2000-09-21bug compat for old ssh.com softwareMarkus Friedl
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-08-31add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensionsMarkus Friedl
2000-08-19add SSH2/DSA support to the agent and some other DSA related cleanups.Markus Friedl
2000-07-16make ssh-add accept dsa keys (the agent does not)Markus Friedl
2000-04-29keysize warnings error() -> log()Markus Friedl
2000-04-21Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>Damien Miller
2000-04-19pid_tTheo de Raadt
2000-04-14whitespace cleanupMarkus Friedl