Age | Commit message (Expand) | Author |
2000-10-14 | AllowTcpForwarding; from naddy@ | Markus Friedl |
2000-10-11 | add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av... | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-07-22 | random early drop; ok theo, niels | Markus Friedl |
2000-07-14 | allow leading whitespace. ok niels | Markus Friedl |
2000-07-13 | allow multiple whitespace but only one '=' between tokens, bug report from | Niels Provos |
2000-07-10 | strtok() --> strsep(). (niels@ ok) | Hakan Olsson |
2000-06-26 | MaxStartups: limit number of unauthenticated connections, work by theo and me | Markus Friedl |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-06-18 | include = in WHITESPACE; markus ok | Theo de Raadt |
2000-06-17 | add support for ssh v2 subsystems. ok markus@. | Jakob Schlyter |
2000-05-31 | xauth_location support; pr 1234 | Markus Friedl |
2000-05-22 | check strtok() != NULL; ok niels@ | Markus Friedl |
2000-05-08 | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) | Markus Friedl |
2000-05-06 | add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8 | Markus Friedl |
2000-05-03 | GatewayPorts for sshd, ok deraadt@ | Markus Friedl |
2000-05-03 | s/DsaKey/HostDSAKey/, document option | Markus Friedl |
2000-05-01 | PidFile, pr 1210 | Markus Friedl |
2000-04-26 | ssh/sshd default to proto 1 and 2 | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-04-12 | add Cipher and Protocol options to ssh/sshd, e.g.: | Markus Friedl |
2000-04-06 | ssh2 server side, see README.openssh2; enable with 'sshd -2' | Markus Friedl |
2000-03-07 | typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de | Markus Friedl |
2000-02-24 | sync with sshd_config | Markus Friedl |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl |
1999-11-24 | strcasecmp instead of tolower | Markus Friedl |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | much more KNF | Theo de Raadt |
1999-11-23 | KNF part 1 | Markus Friedl |
1999-11-19 | remove unused index (-Wall) | Markus Friedl |
1999-11-19 | bugfix: loglevels are per host in clientconfig, | Markus Friedl |
1999-11-11 | print _all_ bad options found in configfile | Markus Friedl |
1999-11-11 | IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millert | Markus Friedl |
1999-11-10 | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | Markus Friedl |
1999-10-25 | server-logs default to AUTH (consistence with sample sshd_config) | Markus Friedl |
1999-10-17 | default KerberosOrLocalPassword to 'yes' | Dug Song |
1999-10-17 | remove AllowHosts, DenyHosts, SilentDeny server access control cruft - replac... | Dug Song |
1999-10-14 | refuse to start if there is no configuration file for sshd. ok: deraadt | Markus Friedl |
1999-10-14 | PermitRootLogin={yes,no,without-password}, default=yes, ok deraadt,niels | Markus Friedl |
1999-10-12 | SilentDeny, don't log/answer refused connections, deraadt@ | Markus Friedl |
1999-10-11 | Allow/Deny Users/Groups, from zzlevo@dd.chalmers.se, ok deraadt@ | Markus Friedl |
1999-10-11 | UseLogin, default=no, from kpa@gmx.net, ok deraadt@ | Markus Friedl |
1999-10-07 | You have Mail. Email fuer Dich. Karsten Patzwaldt <kpa@gmx.net> default=no | Markus Friedl |
1999-10-07 | add skey to sshd: | Markus Friedl |
1999-10-02 | Wall | Theo de Raadt |
1999-10-01 | randomseed is really gone now | Theo de Raadt |
1999-10-01 | get rid of references to randomseedfile we dont need it. for sshd | Niels Provos |
1999-09-30 | do not bother with dinosaur pacification | Theo de Raadt |
1999-09-29 | fix server krb4 option initialization | Dug Song |
1999-09-29 | update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused... | Dug Song |