summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-agent.c
AgeCommit message (Expand)Author
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 deraad...Markus Friedl
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
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
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
2002-06-05copy current request into an extra buffer and just flush thisMarkus Friedl
2002-06-05'-a bind_address' binds the agent to user-specified unix-domainMarkus Friedl
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
2002-02-05use log interface and remove perror() in child. useKevin Steves
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
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