Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-23 | Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches | Darren Tucker | |
change in Portable; ok markus@ | |||
2004-06-13 | implement session multiplexing in the client (the server has supported this | Damien Miller | |
since 2.0); ok markus@ | |||
2003-12-23 | implement KerberosGetAFSToken server option. ok markus@, beck@ | Jakob Schlyter | |
2003-08-24 | re-organize Makefiles so that static builds actually work | Theo de Raadt | |
2003-08-22 | nuke "kerberos-2@ssh.com" | Markus Friedl | |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl | |
stripped down and tested by Jakob and myself. | |||
2003-07-16 | some minor DPADD changes | Theo de Raadt | |
2003-07-15 | stop using libcom_err, it is built into krb5 | Theo de Raadt | |
2003-05-17 | Don't link with unneeded kerberos libraries | Hans Insulander | |
2003-05-14 | implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@ | Markus Friedl | |
server interops with commercial client; ok jakob@ djm@ | |||
2003-04-10 | unbreak linking on elf - stupid kerberos | Peter Valchev | |
2003-04-09 | Disable Kerberos 4 support. | Hans Insulander | |
ok markus@ | |||
2003-02-21 | move server only kex and monitor code to sshd. | Markus Friedl | |
2002-06-20 | move configuration file options from ssh.1/sshd.8 to | Kevin Steves | |
ssh_config.5/sshd_config.5; ok deraadt@ millert@ | |||
2002-06-11 | no longer use uidswap.[ch] from the ssh client | Markus Friedl | |
run less code with euid==0 if ssh is installed setuid root just switch the euid, don't switch the complete set of groups (this is only needed by sshd). ok provos@ | |||
2002-05-25 | split auth2.c into one file per method; ok provos@/deraadt@ | Markus Friedl | |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-03-18 | integrate privilege separated openssh; its turned off by default for now. | Niels Provos | |
work done by me and markus@ | |||
2002-03-05 | and -ldes here too | Theo de Raadt | |
2001-10-07 | BSD_AUTH supersedes SKEY, so SKEY is commented out. | Markus Friedl | |
2001-09-10 | link k5 before k4 (new binutils is more picky than old ld) | Jason Wright | |
2001-06-28 | Link with libcom_err for kerberos5 | Hans Insulander | |
2001-06-26 | only build Kerberos v5 support with KERBEROS5=yes | Dug Song | |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund ↵ | Dug Song | |
<assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok | |||
2001-05-29 | build in support for BSD authentication | Todd C. Miller | |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl | |
2001-03-29 | prepare for rekeying: move DH code to dh.c | 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-03 | log*.c -> log.c | Markus Friedl | |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-18 | rename *-skey.c *-chall.c since the files are not skey specific | 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 | |||
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 | First rough implementation of the diffie-hellman group exchange. The | Niels Provos | |
client can ask the server for bigger groups to perform the diffie-hellman in, thus increasing the attack complexity when using ciphers with longer keys. University of Windsor provided network, T the company. | |||
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
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-06-18 | split auth-rsa option parsing into auth-options | Markus Friedl | |
add options support to authorized_keys2 | |||
2000-04-26 | sync | Markus Friedl | |
2000-03-28 | split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal | Markus Friedl | |
2000-03-14 | support DESTDIR include fetching; dm | Theo de Raadt | |
2000-03-01 | order kerberos libraries | Theo de Raadt | |
1999-12-06 | atomicio() via lib | Theo de Raadt | |
1999-12-06 | move atomicio into it's own file. wrap all socket write()s which were doing | Theo de Raadt | |
write(sock, buf, len) != len, with atomicio() calls. | |||
1999-10-25 | move common files to ./lib and link libssh.a, tested with and w/o obj | Markus Friedl | |
1999-10-16 | support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies. | Markus Friedl | |
interops (x11,agent,etc) with 1.2.27 and protocol 1.3 | |||
1999-10-07 | add skey to sshd: | Markus Friedl | |
1) pass *pw to auth_password() not user_name, do_authentication already keeps private copy of struct passwd for current user. 2) limit authentication attemps to 5, otherwise ssh -o 'NumberOfPasswordPrompts 100000' host lets you enter 100000 passwds 3) make s/key a run-time option in /etc/sshd_config 4) generate fake skeys, for s/key for nonexisting users, too limit auth-tries for nonexisting users, too. Note that % ssh -l nonexisting-user -o 'NumberOfPasswordPrompts 100000' host has NO limits in ssh-1.2.27 | |||
1999-10-06 | scp should not link against kerberos stuff | Theo de Raadt | |
1999-10-05 | crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@ | Dug Song | |
1999-10-04 | more shrinking | Theo de Raadt | |