summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* undo /etc/shell and proto 2,1 change for openssh-2.5.2markus2001-03-191-11/+2
* check /etc/shells, toomarkus2001-03-171-2/+11
* make copyright lines the same formatderaadt2001-03-021-2/+2
* use pwcopy in ssh.c, toomarkus2001-02-221-16/+1
* PermitRootLogin={yes,without-password,forced-commands-only,no}markus2001-02-121-11/+18
* unexpand and remove end-of-line whitespace; ok markus@stevesk2001-02-041-4/+4
* 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-4/+4
* 1) removes fake skey from sshd, since this will be muchmarkus2001-01-181-22/+72
* support supplementary group in {Allow,Deny}Groupsmarkus2001-01-131-33/+23
* new cipher frameworkmarkus2000-10-111-2/+1
* some more Copyright fixesmarkus2000-09-071-2/+1
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-1/+29
* unusedmarkus2000-08-041-3/+1
* accept an empty shell in authentication; bug reported by chris@tinker.ucr.eduderaadt2000-05-171-2/+9
* split auth/sshconnect in one file per protocol versionmarkus2000-04-261-826/+2
* add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]markus2000-04-261-49/+249
* whitespace cleanupmarkus2000-04-141-23/+23
* check payload for (illegal) extra datamarkus2000-04-141-5/+15
* ssh2 server side, see README.openssh2; enable with 'sshd -2'markus2000-04-061-1/+172
* split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removalmarkus2000-03-281-0/+554