Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-11 | no need to call dirname(pw->pw_dir). | Markus Friedl | |
note that dirname(3) modifies its argument on some systems. | |||
2001-06-27 | tridge@samba.org | Markus Friedl | |
2001-06-25 | terminate secure_filename checking after checking homedir. that way it | Niels Provos | |
works on AFS. okay markus@ | |||
2001-06-23 | *known_hosts2 is obsolete for hostbased authentication and | Markus Friedl | |
only used for backward compat. merge ssh1/2 hostkey check and move it to auth.c | |||
2001-05-24 | fix comment; from jakob@ | Markus Friedl | |
2001-05-20 | configurable authorized_keys{,2} location; originally from peter@; ok djm@ | Markus Friedl | |
2001-03-19 | undo /etc/shell and proto 2,1 change for openssh-2.5.2 | Markus Friedl | |
2001-03-17 | check /etc/shells, too | Markus Friedl | |
2001-03-02 | make copyright lines the same format | Theo de Raadt | |
2001-02-22 | use pwcopy in ssh.c, too | Markus Friedl | |
2001-02-12 | PermitRootLogin={yes,without-password,forced-commands-only,no} | Markus Friedl | |
(before this change, root could login even if PermitRootLogin==no) | |||
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves | |
2001-02-03 | make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@ | Markus Friedl | |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl | |
rename util.[ch] -> misc.[ch] | |||
2001-01-18 | 1) removes fake skey from sshd, since this will be much | Markus Friedl | |
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. | |||
2001-01-13 | support supplementary group in {Allow,Deny}Groups | Markus Friedl | |
from stevesk@pobox.com | |||
2000-10-11 | new cipher framework | Markus Friedl | |
2000-09-07 | some more Copyright fixes | Markus Friedl | |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
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. | |||
2000-08-04 | unused | Markus Friedl | |
2000-05-17 | accept an empty shell in authentication; bug reported by chris@tinker.ucr.edu | Theo de Raadt | |
2000-04-26 | split auth/sshconnect in one file per protocol version | Markus Friedl | |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl | |
for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. | |||
2000-04-14 | whitespace cleanup | Markus Friedl | |
2000-04-14 | check payload for (illegal) extra data | Markus Friedl | |
2000-04-06 | ssh2 server side, see README.openssh2; enable with 'sshd -2' | Markus Friedl | |
2000-03-28 | split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal | Markus Friedl | |