summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth.c (follow)
Commit message (Collapse)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
| | | | (before this change, root could login even if PermitRootLogin==no)
* 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
| | | | rename util.[ch] -> misc.[ch]
* 1) removes fake skey from sshd, since this will be muchmarkus2001-01-181-22/+72
| | | | | | | harder with /usr/libexec/auth/login_XXX 2) share/unify code used in ssh-1 and ssh-2 authentication (server side) 3) make addition of BSD_AUTH and other challenge reponse methods easier.
* support supplementary group in {Allow,Deny}Groupsmarkus2001-01-131-33/+23
| | | | from stevesk@pobox.com
* 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
| | | | | | | 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.
* 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
| | | | | for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol.
* 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