summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* whitespace cleanupmarkus2000-04-141-5/+5
|
* #include <ssl/foo.h> -> <openssh/foo.h>markus2000-04-121-3/+3
|
* -pedantic: signed vs. unsigned, void*-arithm, etcmarkus2000-03-161-4/+5
|
* cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and dgaudet@arctic.orgmarkus2000-01-021-2/+4
|
* keysize warnings talk about identity filesmarkus1999-12-151-3/+3
|
* KNF, final part 3markus1999-11-241-13/+20
|
* much more KNFderaadt1999-11-241-19/+14
|
* KNF part 1markus1999-11-231-564/+517
|
* only one 'extern char *__progname'markus1999-11-191-5/+4
|
* more %d vs. %s in fmt-stringsmarkus1999-11-181-3/+3
|
* the keysize of rsa-parameter 'n' is passed implizit,markus1999-11-151-2/+6
| | | | a few more checks and warnings about 'pretended' keysizes.
* replace assert() with error, fatal or packet_disconnectmarkus1999-11-021-3/+8
|
* call setsid() regardless of argv[]markus1999-10-281-5/+11
|
* from niklas: Add -c -s and -k support, Create socket early to avoid race,markus1999-10-281-38/+139
| | | | Don't let child access std{in,out,err}
* ignore sigpipe, do not die if the client (ssh-add, ssh) dies, ok: niklas@markus1999-10-271-1/+10
|
* use libssl md5 routinesderaadt1999-10-271-6/+6
|
* fix old connect() race security-bug for ssh-agent and agent-forwardingmarkus1999-10-141-57/+7
| | | | | | | | | | by removing the connect() junk, with the following restrictions: 1) change the version to "OpenSSH-1.1": agent-forwarding will work only between OpenSSH-1.1 client and OpenSSH-1.1 server 2) renamed the environment variable of OpenSSH-1.1 to "SSH_AUTH_SOCKET", since useing OpenSSH-1.0 ssh-add against the new ssh-agent does not work
* You have Mail. Email fuer Dich. Karsten Patzwaldt <kpa@gmx.net> default=nomarkus1999-10-071-2/+2
|
* move auth-sockets to private dirmarkus1999-10-051-23/+29
| | | | delete minfd residua
* nuke genminfd/AUTH_FDmarkus1999-10-041-93/+41
|
* use SHUT_* symbolsderaadt1999-10-031-5/+5
|
* use libc md5deraadt1999-09-301-3/+4
|
* even smallerderaadt1999-09-301-3/+3
|
* do not bother with dinosaur pacificationderaadt1999-09-301-6/+1
|
* numerous sprintf, strncpy, strcpy cleanupsderaadt1999-09-291-5/+5
|
* test for RSA in the ssl library, real early onderaadt1999-09-291-1/+11
|
* convert all uses of gmp to SSL bignumprovos1999-09-281-62/+95
| | | | | | convert all used of rsa to SSL rsa functions remove all use of randomstate to OpenBSD arc4random() and arc4_stir() all this done at a long long night in Canada.
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-0/+629
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise.