Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-06 | do gid/groups-swap in addition to uid-swap, should help if /home/group | Markus Friedl | |
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. | |||
2001-04-04 | we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@ | Markus Friedl | |
2001-03-28 | check auth_root_allowed for kbd-int auth, too. | Markus Friedl | |
2001-03-21 | merge common ssh v1/2 code | Markus Friedl | |
2001-03-20 | add changes need for BSD_AUTH plus disabled BSD_AUTH code | Markus Friedl | |
2001-03-11 | debug | Markus Friedl | |
2001-03-04 | Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid | Damien Miller | |
header conflicts in portable; ok markus@ | |||
2001-03-01 | KNF | Theo de Raadt | |
2001-02-22 | use pwcopy in ssh.c, too | Markus Friedl | |
2001-02-13 | setproctitle(user) only if getpwnam succeeds | 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-10 | offer passwd before s/key | Markus Friedl | |
2001-02-08 | strict checking | Markus Friedl | |
2001-02-08 | fix typo | Markus Friedl | |
2001-02-07 | move k_setpag() to a central place; ok dugsong@ | Markus Friedl | |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves | |
2001-02-04 | remove duplicate #include's; ok markus@ | Kevin Steves | |
2001-01-22 | rename skey -> challenge response. | Markus Friedl | |
auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled. | |||
2001-01-22 | no need to include; from mouring@etoh.eviladmin.org | 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-20 | typo | Markus Friedl | |
2001-01-20 | pass the filename to auth_parse_options() | Markus Friedl | |
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl | |
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 | |||
2001-01-13 | enable kerberos passwd auth in ssh2, use k_setpag; ok hin, dugsong, from ↵ | Markus Friedl | |
ksulliva@psc.edu | |||
2001-01-08 | implement option 'Banner /etc/issue.net' for ssh2, move version to | Markus Friedl | |
2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner is enabled). | |||
2000-12-28 | count authentication failures only | Markus Friedl | |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl | |
with u_char. | |||
2000-12-03 | support f-secure/ssh.com 2.0.12; ok niels@ | Markus Friedl | |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl | |
there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. IdentityFile2, HostDsaKey and DSAAuthentication are obsolete. you can use multiple IdentityFile and HostKey for all types of keys. the option DSAAuthentication is replaced by PubkeyAuthetication. | |||
2000-10-14 | OpenSSH_2.3; note that is is not complete, but the version number needs to ↵ | Markus Friedl | |
be changed for interoperability reasons | |||
2000-10-11 | new cipher framework | Markus Friedl | |
2000-10-11 | add support for s/key (kbd-interactive) to ssh2, based on work by ↵ | Markus Friedl | |
mkiernan@avantgo.com and me | |||
2000-10-11 | clear auth options unless auth sucessfull | Markus Friedl | |
2000-09-27 | use key_type() | Markus Friedl | |
2000-09-21 | add context to dispatch_run | 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-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller | |
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class. | |||
2000-07-07 | clean code is good code | Todd T. Fries | |
2000-06-19 | make userauth+pubkey interop with ssh.com-2.2.0 | Markus Friedl | |
2000-06-18 | split auth-rsa option parsing into auth-options | Markus Friedl | |
add options support to authorized_keys2 | |||
2000-06-18 | implement bug compatibility with ssh-2.0.13 pubkey, server side | Markus Friedl | |
2000-05-08 | bug compat w/ ssh-2.0.13 x11, split out bugs | Markus Friedl | |
2000-05-06 | add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8 | Markus Friedl | |
2000-05-05 | log failure before sending the reply | Markus Friedl | |
2000-05-01 | Add missing #ifdefs; ok - markus | Damien Miller | |
2000-05-01 | disable kerb,s/key in ssh2 | Markus Friedl | |
2000-04-27 | cleanup logging for sshd/2, respect PasswordAuth no | Markus Friedl | |
2000-04-27 | xfree DSA blobs | Markus Friedl | |