summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* %u for uid print; ok markus@stevesk2002-09-121-3/+3
|
* check the euid of the connecting process with getpeereid(2); ok provos deraadt steveskmarkus2002-09-101-1/+16
|
* shutdown(SHUT_RDWR) not needed before close here; ok markus@stevesk2002-08-221-2/+1
|
* use common close function; ok markus@stevesk2002-08-221-22/+16
|
* raise listen backlog; ok markus@stevesk2002-08-211-2/+2
|
* make ssh-agent setgid, disallow ptrace.markus2002-08-121-1/+5
|
* extern char *optarg; for portablestevesk2002-07-211-1/+2
|
* 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
| | | | | ADD_ID message with contraints instead. contraints can be only added together with the private key.
* 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
| | | | | | | markus@, millert@ ok Note: big usr.bin/ cleanup is comming. Now I'm waiting Ok from espie@ for make/.
* 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
| | | | todo: encrypt private keys with locked...
* copy current request into an extra buffer and just flush thismarkus2002-06-051-42/+55
| | | | request on errors, ok provos@
* '-a bind_address' binds the agent to user-specified unix-domainmarkus2002-06-051-9/+20
| | | | socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
* 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
| | | | | missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c files. ok markus@
* use log interface and remove perror() in child. usestevesk2002-02-051-14/+14
| | | | fatal_add_cleanup() vs. atexit(). ok mouring@ markus@
* 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
| | | | http://www.humppa.com/
* 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
| | | | TODO; cleanup headers