summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/authfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix whitespace: unexpand + trailing spaces.markus2001-04-051-3/+3
* EINTR/EAGAIN handling is required in more casesderaadt2001-03-061-1/+5
* log functions should not be passed strings that end in newline as theymillert2001-03-041-2/+2
* split line so that p will have an easier time next time aroundderaadt2001-03-011-2/+3
* unexpand and remove end-of-line whitespace; ok markus@stevesk2001-02-041-2/+2
* remove duplicate #include's; ok markus@stevesk2001-02-041-2/+1
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-5/+7
* fix prototypes; from stevesk@pobox.commarkus2000-12-201-3/+3
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-13/+13
* add support for RSA to SSH2. please test.markus2000-11-121-28/+48
* interop with ssh-agent2, from <res@shore.net>markus2000-10-091-4/+9
* bug compat for old ssh.com softwaremarkus2000-09-211-3/+8
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-9/+27
* add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensionsmarkus2000-08-311-1/+2
* add SSH2/DSA support to the agent and some other DSA related cleanups.markus2000-08-191-80/+155
* cleanup; ok niels@markus2000-08-151-202/+114
* correct sun_len; Alexander@Leidinger.netderaadt2000-08-021-3/+4
* make ssh-add accept dsa keys (the agent does not)markus2000-07-161-19/+54
* cleanup, less cut&pastemarkus2000-06-261-111/+31
* OpenBSD tagmarkus2000-06-201-1/+1
* keysize warnings error() -> log()markus2000-04-291-3/+3
* whitespace cleanupmarkus2000-04-141-12/+12
* #include <ssl/foo.h> -> <openssh/foo.h>markus2000-04-121-2/+2
* keysize warnings talk about identity filesmarkus1999-12-151-2/+2
* move atomicio into it's own file. wrap all socket write()s which were doingderaadt1999-12-061-12/+12
* KNF, final part 3markus1999-11-241-47/+80
* much more KNFderaadt1999-11-241-14/+14
* KNF part 1markus1999-11-231-464/+431
* Integers should not be printed with %sho1999-11-181-2/+2
* close-on-exec for auth-socket, ok deraadtmarkus1999-11-161-1/+8
* the keysize of rsa-parameter 'n' is passed implizit,markus1999-11-151-7/+13
* fix old connect() race security-bug for ssh-agent and agent-forwardingmarkus1999-10-141-110/+6
* move auth-sockets to private dirmarkus1999-10-051-2/+2
* nuke genminfd/AUTH_FDmarkus1999-10-041-8/+1
* use SHUT_* symbolsderaadt1999-10-031-4/+4
* even smallerderaadt1999-09-301-4/+4
* numerous sprintf, strncpy, strcpy cleanupsderaadt1999-09-291-2/+2
* convert all uses of gmp to SSL bignumprovos1999-09-281-28/+35
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-0/+669