summaryrefslogtreecommitdiff
path: root/crypto/dist/ssh
AgeCommit message (Expand)Author
2003-12-11Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)dyoung
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-09-18typo. markus@openbsditojun
2003-09-18protect against double free; #660; zardoz at users.sf.netitojun
2003-09-18missing buffer_free(&encrypted); #662; zardoz at users.sf.netitojun
2003-09-18make sure we init nalloc.christos
2003-09-18fix problem in previous patchchristos
2003-09-17More buffer size adjusted before allocation succeeded fixes. Bump to 20030917.christos
2003-09-16dammit, don't apply patches blindly.christos
2003-09-16bring more fixes from 3.7.1christos
2003-09-16crank __NETBSDSSH_VERSION for buffer.c fixlukem
2003-09-16Do not record expanded size before attempting to reallocate the associatedchristos
2003-09-08SKEY and BSDAUTH #ifdef mixupitojun
2003-08-26Make getlastlogx have the pathname to the lastlogx database as firstwiz
2003-07-28Apply patch from lha@, via OpenBSD portable SSH's revision 1.11 of this file:jwise
2003-07-24bring back krb4 support, just to suppress unwanted noise from other developers.itojun
2003-07-24upgrade openssl to 0.9.7b. (AES is now supported)itojun
2003-07-23the block is just for krb4 (not for krb5) so should be removed. lhaitojun
2003-07-23typo on #if condition converesionitojun
2003-07-23remove KRB4 and AFS support. sync w/ openssh main treeitojun
2003-07-23license clarification (UCB 3-clause, and progressmeter)itojun
2003-07-10add __RCSID("$NetBSD$"), because it's hard to track our changes in alukem
2003-07-04Undo unintended commit.wiz
2003-07-04Fix off-by-one. From William Allen Simpson in PR 22012.wiz
2003-06-30Quote punctuation so it gets marked up.wiz
2003-06-27Quote question mark; punctuation fix; new sentence, new line.wiz
2003-06-27Quote question mark.wiz
2003-06-27Be consistent in how we call .rhosts authentication.wiz
2003-05-26typo: get correct counters; introduced during rekeying change. (openbsd rev 1...itojun
2003-05-17sscanf overrunitojun
2003-05-1564bit issue; reported by Havard Eidnes and Juergen Hannken-Illjes, sync w/itojun
2003-05-14>implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@itojun
2003-05-14markus@openbsd, for PR 20550itojun
2003-05-14OpenSSH 3.6.1 as of 20030514 - krb5 over ssh2itojun
2003-05-14setup -> set up.wiz
2003-04-14avoid hardcoded SOCK_xx; with markus; should allow ssh over SCTPitojun
2003-04-08new copyright notice (w/ TNF copyright). thanks millertitojun
2003-04-07Some e.g. cleanup: replace "eg" with "e.g.,". From Igor Sobrado in PR 19692.wiz
2003-04-03sync w/ 3.6.1 (remove files that are removed on openssh repo)itojun
2003-04-03sync w/ 3.6.1itojun
2003-04-03OpenSSH 3.6.1 as of 2003/4/3itojun
2003-03-26Support populating the environment from login.conf(5)'s "setenv"lukem
2003-03-24Add missinglukem
2003-03-24* Add log messages for password or account expiry; it makes it much easierlukem
2002-12-06Avoid conflict with reserved identifier "log".thorpej
2002-10-15back out the previous change. We really don't want to enable login on amanu
2002-10-15Re-allow connection when /dev is read-only, and the tty is owned by themanu
2002-10-04use cast to unsigned long long, instead of PRIu64itojun
2002-10-03use PRIu64 for u_int64_t.petrov
2002-10-01upgrade to openssh 3.5. major changes include:itojun