summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth-rhosts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)markus2001-04-121-6/+21
* do gid/groups-swap in addition to uid-swap, should help if /home/groupmarkus2001-04-061-3/+3
* sync with netbsd tree changes.itojun2001-02-081-2/+3
* make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@markus2001-02-031-2/+2
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-3/+4
* move ssh1 definitions to ssh1.h, pathnames to pathnames.hmarkus2001-01-191-5/+6
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-2/+2
* move fake-auth from auth1.c to individual auth methods, disables s/key in debug-msgmarkus2000-10-031-1/+4
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-8/+6
* OpenBSD tagmarkus2000-06-201-1/+1
* whitespace cleanupmarkus2000-04-141-9/+9
* check format string for packet_disconnect and packet_send_debug, toomarkus1999-12-271-2/+2
* KNF, final part 3markus1999-11-241-23/+34
* much more KNFderaadt1999-11-241-16/+16
* KNF part 1markus1999-11-231-237/+209
* more %d vs. %s in fmt-stringsmarkus1999-11-181-2/+2
* split do_authentication() in subroutinesmarkus1999-11-141-17/+1
* make all access to options via 'extern Options options'markus1999-11-111-6/+7
* use strcasecmp()deraadt1999-10-031-23/+2
* wringing out all the waterderaadt1999-09-301-13/+1
* numerous sprintf, strncpy, strcpy cleanupsderaadt1999-09-291-5/+4
* convert all uses of gmp to SSL bignumprovos1999-09-281-1/+1
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-0/+332