Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | undo /etc/shell and proto 2,1 change for openssh-2.5.2 | 2001-03-19 | 1 | -11/+2 | |
| | |||||
* | check /etc/shells, too | 2001-03-17 | 1 | -2/+11 | |
| | |||||
* | make copyright lines the same format | 2001-03-02 | 1 | -2/+2 | |
| | |||||
* | use pwcopy in ssh.c, too | 2001-02-22 | 1 | -16/+1 | |
| | |||||
* | PermitRootLogin={yes,without-password,forced-commands-only,no} | 2001-02-12 | 1 | -11/+18 | |
| | | | | (before this change, root could login even if PermitRootLogin==no) | ||||
* | unexpand and remove end-of-line whitespace; ok markus@ | 2001-02-04 | 1 | -4/+4 | |
| | |||||
* | make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@ | 2001-02-03 | 1 | -2/+2 | |
| | |||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -4/+4 | |
| | | | | rename util.[ch] -> misc.[ch] | ||||
* | 1) removes fake skey from sshd, since this will be much | 2001-01-18 | 1 | -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}Groups | 2001-01-13 | 1 | -33/+23 | |
| | | | | from stevesk@pobox.com | ||||
* | new cipher framework | 2000-10-11 | 1 | -2/+1 | |
| | |||||
* | some more Copyright fixes | 2000-09-07 | 1 | -2/+1 | |
| | |||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -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. | ||||
* | unused | 2000-08-04 | 1 | -3/+1 | |
| | |||||
* | accept an empty shell in authentication; bug reported by chris@tinker.ucr.edu | 2000-05-17 | 1 | -2/+9 | |
| | |||||
* | split auth/sshconnect in one file per protocol version | 2000-04-26 | 1 | -826/+2 | |
| | |||||
* | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | 2000-04-26 | 1 | -49/+249 | |
| | | | | | for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. | ||||
* | whitespace cleanup | 2000-04-14 | 1 | -23/+23 | |
| | |||||
* | check payload for (illegal) extra data | 2000-04-14 | 1 | -5/+15 | |
| | |||||
* | ssh2 server side, see README.openssh2; enable with 'sshd -2' | 2000-04-06 | 1 | -1/+172 | |
| | |||||
* | split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal | 2000-03-28 | 1 | -0/+554 | |