summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth-rhosts.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)markus2001-04-121-6/+21
| | | | | similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :)
* do gid/groups-swap in addition to uid-swap, should help if /home/groupmarkus2001-04-061-3/+3
| | | | | is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks to olar@openwall.com is comments. we had many requests for this.
* sync with netbsd tree changes.itojun2001-02-081-2/+3
| | | | | | - more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long
* 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
| | | | rename util.[ch] -> misc.[ch]
* 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
| | | | with u_char.
* 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
| | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate.
* 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
| | | | move checking of remote port to central place
* make all access to options via 'extern Options options'markus1999-11-111-6/+7
| | | | | | | | and 'extern ServerOptions options' respectively; options are no longer passed as arguments: * make options handling more consistent * remove #include "readconf.h" from ssh.h * readconf.h is only included if necessary
* 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
| | | | | | 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/+332
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.