summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-agent.c
AgeCommit message (Collapse)Author
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2003-03-13ssh-agent is similar to ssh-keysign (allows other processes to useMarkus Friedl
private rsa keys). however, it gets key over socket and not from a file, so we have to do blinding here as well.
2003-01-23ssh-add -c, prompt user for confirmation (using ssh-askpass) whenMarkus Friedl
private agent key is used; with djm@; test by dugsong@, djm@; ok deraadt@
2003-01-21Add a -t life option to ssh-agent that set the default lifetime.Marco S Hyman
The default can still be overriden by using -t in ssh-add. OK markus@
2002-10-01allow root to access the agent, since there is no protection from root.Markus Friedl
2002-09-12%u for uid print; ok markus@Kevin Steves
2002-09-10check the euid of the connecting process with getpeereid(2); ok provos ↵Markus Friedl
deraadt stevesk
2002-08-22shutdown(SHUT_RDWR) not needed before close here; ok markus@Kevin Steves
2002-08-22use common close function; ok markus@Kevin Steves
2002-08-21raise listen backlog; ok markus@Kevin Steves
2002-08-12make ssh-agent setgid, disallow ptrace.Markus Friedl
2002-07-21extern char *optarg; for portableKevin Steves
2002-06-24cat to (void) when output from buffer_get_X is ignoredMarkus Friedl
2002-06-23some minor KNF and %uTheo de Raadt
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-06-15remove the CONSTRAIN_IDENTITY messages and introduce a newMarkus Friedl
ADD_ID message with contraints instead. contraints can be only added together with the private key.
2002-06-15fix stupid typoMarkus Friedl
2002-06-15break agent key lifetime protocol and allow other contraints for key usage.Markus Friedl
2002-06-11pid_t cleanup. Markus need this now to keep hacking.Mike Pechkin
markus@, millert@ ok Note: big usr.bin/ cleanup is comming. Now I'm waiting Ok from espie@ for make/.
2002-06-09use tab not spaces (|unexpand)Markus Friedl
2002-06-05ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@Markus Friedl
2002-06-05ssh-add -x for lock and -X for unlocking the agent.Markus Friedl
todo: encrypt private keys with locked...
2002-06-05copy current request into an extra buffer and just flush thisMarkus Friedl
request on errors, ok provos@
2002-06-05'-a bind_address' binds the agent to user-specified unix-domainMarkus Friedl
socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
2002-04-02check $SHELL for -k and -d, too; http://bugzilla.mindrot.org/show_bug.cgi?id=199Markus Friedl
2002-03-25change sc_get_key to sc_get_keys and hide smartcard details in scard.cMarkus Friedl
2002-03-21Add PIN-protection for secret key.Jim Rees
2002-03-04$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addKevin Steves
missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c files. ok markus@
2002-02-05use log interface and remove perror() in child. useKevin Steves
fatal_add_cleanup() vs. atexit(). ok mouring@ markus@
2002-02-04unneeded includesKevin Steves
2002-01-18unneeded cast cleanup; ok markus@Kevin Steves
2002-01-13change to use queue.h macros; okay markus@Niels Provos
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
http://www.humppa.com/