summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.h
AgeCommit message (Expand)Author
2000-04-06ssh2 server side, see README.openssh2; enable with 'sshd -2'Markus Friedl
2000-03-28replace big switch() with function tables (prepare for ssh2)Markus Friedl
2000-03-23initial support for DSA keys. ok deraadt@, niels@Markus Friedl
2000-02-01int atomicio -> ssize_t (for alpha). ok deraadt@David Leonard
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl
1999-12-12type conflict for 'extern Type *options' in channels.c; dot@dotat.atMarkus Friedl
1999-12-06move atomicio into it's own file. wrap all socket write()s which were doingTheo de Raadt
1999-12-02document $SSH_ASKPASS, reasonable defaultMarkus Friedl
1999-12-01move skey-auth from auth-passwd.c to auth-skey.c, same for krb4Markus Friedl
1999-12-01ports are u_shortMarkus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-22tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGEMarkus Friedl
1999-11-22syslog changes:Markus Friedl
1999-11-19bugfix: loglevels are per host in clientconfig,Markus Friedl
1999-11-15the keysize of rsa-parameter 'n' is passed implizit,Markus Friedl
1999-11-11make all access to options via 'extern Options options'Markus Friedl
1999-11-11IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millertMarkus Friedl
1999-11-10add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,Markus Friedl
1999-11-10remove x11- and krb-cleanup from fatal() + krb-cleanup cleanupMarkus Friedl
1999-11-02remove unused argument. ok dugsongMarkus Friedl
1999-10-28from niklas: Add -c -s and -k support, Create socket early to avoid race,Markus Friedl
1999-10-25remove prototypes for old/removed minfd functionsMarkus Friedl
1999-10-16support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.Markus Friedl
1999-10-16-Wall cleanupNiels Provos
1999-10-14fix old connect() race security-bug for ssh-agent and agent-forwardingMarkus Friedl
1999-10-11make sure ~/.ssh/authorized_keys is not writable for group/world (sshd)Markus Friedl
1999-10-07add skey to sshd:Markus Friedl
1999-10-05move auth-sockets to private dirMarkus Friedl
1999-10-04nuke genminfd/AUTH_FDMarkus Friedl
1999-10-03add code to detect DNS spoofing:Niels Provos
1999-10-01get rid of references to randomseedfile we dont need it. for sshdNiels Provos
1999-09-29update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused...Dug Song
1999-09-28convert all uses of gmp to SSL bignumNiels Provos
1999-09-26build ssh components using our build modelTheo de Raadt
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt