summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshd (follow)
Commit message (Expand)AuthorAgeFilesLines
* prepare for rekeying: move DH code to dh.cmarkus2001-03-291-2/+2
* Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoiddjm2001-03-041-2/+2
* log*.c -> log.cmarkus2001-03-031-2/+2
* $OpenBSD$niklas2001-01-291-0/+2
* rename *-skey.c *-chall.c since the files are not skey specificmarkus2001-01-181-1/+1
* 1) removes fake skey from sshd, since this will be muchmarkus2001-01-181-5/+1
* support supplementary group in {Allow,Deny}Groupsmarkus2001-01-131-1/+2
* add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@avantgo.com and memarkus2000-10-111-1/+1
* First rough implementation of the diffie-hellman group exchange. Theprovos2000-10-111-1/+1
* Boring... Add :L modifier to all tweakable variables tests.espie2000-09-031-5/+5
* Add calls to setusercontext() and login_get*(). We basically callmillert2000-08-201-0/+1
* split auth-rsa option parsing into auth-optionsmarkus2000-06-181-1/+1
* syncmarkus2000-04-261-2/+2
* split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removalmarkus2000-03-281-1/+2
* support DESTDIR include fetching; dmderaadt2000-03-141-1/+1
* order kerberos librariesderaadt2000-03-011-4/+4
* atomicio() via libderaadt1999-12-061-1/+1
* move atomicio into it's own file. wrap all socket write()s which were doingderaadt1999-12-061-1/+1
* move common files to ./lib and link libssh.a, tested with and w/o objmarkus1999-10-251-6/+1
* support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.markus1999-10-161-1/+2
* add skey to sshd:markus1999-10-071-0/+10
* scp should not link against kerberos stuffderaadt1999-10-061-3/+8
* crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@dugsong1999-10-051-1/+1
* more shrinkingderaadt1999-10-041-5/+4
* nuked minfd. sigh. hope this is the last one.markus1999-10-041-7/+1
* libwrap, ick, yuckderaadt1999-10-031-0/+6
* Remove kerberos libdes - it's all in libcryptobeck1999-10-011-2/+2
* Why do I need this library dependency workaround for static builds.. anyone?deraadt1999-10-011-2/+3
* use libc md5deraadt1999-09-301-1/+1
* revert last commit. somethign was out of sync.provos1999-09-301-1/+1
* link with -lkrbprovos1999-09-301-1/+1
* update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused variables, update manpagesdugsong1999-09-291-3/+13
* DPADD; mickeyderaadt1999-09-291-0/+1
* no need for double librariesderaadt1999-09-291-1/+1
* krb4 support; evanc@concer.toderaadt1999-09-291-4/+4
* convert all uses of gmp to SSL bignumprovos1999-09-281-4/+4
* proper groups for installderaadt1999-09-261-1/+0
* build ssh components using our build modelderaadt1999-09-261-0/+24