summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* cat to (void) when output from buffer_get_X is ignoredmarkus2002-06-241-3/+3
* some minor KNF and %uderaadt2002-06-231-36/+37
* KNF done automatically while reading....deraadt2002-06-191-4/+2
* remove the CONSTRAIN_IDENTITY messages and introduce a newmarkus2002-06-151-53/+14
* fix stupid typomarkus2002-06-151-7/+7
* break agent key lifetime protocol and allow other contraints for key usage.markus2002-06-151-10/+17
* pid_t cleanup. Markus need this now to keep hacking.mpech2002-06-111-7/+7
* use tab not spaces (|unexpand)markus2002-06-091-2/+2
* ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@markus2002-06-051-9/+80
* ssh-add -x for lock and -X for unlocking the agent.markus2002-06-051-1/+68
* copy current request into an extra buffer and just flush thismarkus2002-06-051-42/+55
* '-a bind_address' binds the agent to user-specified unix-domainmarkus2002-06-051-9/+20
* check $SHELL for -k and -d, too; http://bugzilla.mindrot.org/show_bug.cgi?id=199markus2002-04-021-2/+2
* change sc_get_key to sc_get_keys and hide smartcard details in scard.cmarkus2002-03-251-57/+41
* Add PIN-protection for secret key.rees2002-03-211-5/+9
* $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addstevesk2002-03-041-3/+1
* use log interface and remove perror() in child. usestevesk2002-02-051-14/+14
* unneeded includesstevesk2002-02-041-6/+2
* unneeded cast cleanup; ok markus@stevesk2002-01-181-3/+3
* change to use queue.h macros; okay markus@provos2002-01-131-82/+69
* remove unneeded casts and some char->u_char cleanup; ok markus@stevesk2001-12-291-3/+3
* call fatal() for openssl allocation failuresmarkus2001-12-271-3/+4
* basic KNF done while i was looking for something elsederaadt2001-12-191-5/+5
* minor KNFderaadt2001-12-051-5/+5
* enum/int type cleanup where it made sense to do so; ok markus@stevesk2001-11-171-6/+10
* improve usage(). ok markus@jakob2001-08-031-4/+8
* clean up some /* SMARTCARD */. ok markus@jakob2001-08-021-3/+3
* add /* SMARTCARD */ to #else/#endif. ok markus@jakob2001-08-021-5/+5
* use strings instead of ints for smartcard reader idsmarkus2001-08-011-8/+11
* do not exit() from signal handlers; ok deraadt@markus2001-07-201-16/+16
* chdir("/") from bbraun@synack.net; ok markus@stevesk2001-07-181-6/+9
* update maxfd if maxfd is closed; report from jmcelroy@dtgnet.commarkus2001-07-171-7/+12
* typo in usage; ok markus@stevesk2001-07-151-3/+3
* handle mutiple adds of the same smartcard keymarkus2001-07-041-2/+4
* for smartcards remove both RSA1/2 keysmarkus2001-07-041-3/+4
* handle card removal more gracefully, add sc_close() to scard.hmarkus2001-07-041-2/+3
* ignore SIGPIPE when debugging, toomarkus2001-07-041-5/+4
* s/generate_additional_parameters/rsa_generate_additional_parameters/markus2001-06-271-4/+4
* more smartcard support.markus2001-06-261-2/+116
* update usagemarkus2001-06-261-3/+3
* add debug flagmarkus2001-06-261-8/+25
* update copyright for 2001markus2001-06-251-4/+3
* more strict prototypes. raise warning level in Makefile.inc. markus ok'editojun2001-06-231-22/+20
* free() -> xfree()stevesk2001-04-031-4/+4
* try to read private f-secure ssh v2 rsa keys.markus2001-03-261-21/+4
* EINTR/EAGAIN handling is required in more casesderaadt2001-03-061-6/+18
* make copyright lines the same formatderaadt2001-03-021-3/+3
* sync with netbsd tree changes.itojun2001-02-081-3/+3
* handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 attackmarkus2001-01-291-3/+4
* call _exit() in signal handlerderaadt2001-01-251-6/+15