Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-18 | set client to NULL after xfree(), from Rolf Braun <rbraun+ssh@andrew.cmu.edu> | Dug Song | |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt | |
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-01-22 | only AFS needs radix.[ch] | Markus Friedl | |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl | |
rename util.[ch] -> misc.[ch] | |||
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl | |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl | |
with u_char. | |||
2000-10-03 | move fake-auth from auth1.c to individual auth methods, disables s/key in ↵ | Markus Friedl | |
debug-msg | |||
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||
2000-08-28 | print uid/gid as unsigned | Theo de Raadt | |
2000-08-02 | disallow kerberos authentication if we can't verify the TGT; from | Niels Provos | |
dugsong@ kerberos authentication is on by default only if you have a srvtab. | |||
2000-06-22 | Missing CVS idents; ok markus | Damien Miller | |
2000-04-14 | whitespace cleanup | Markus Friedl | |
2000-03-21 | -Wall | Markus Friedl | |
2000-03-16 | -pedantic: signed vs. unsigned, void*-arithm, etc | Markus Friedl | |
1999-12-01 | move skey-auth from auth-passwd.c to auth-skey.c, same for krb4 | Markus Friedl | |
1999-11-24 | much more KNF | Theo de Raadt | |
1999-11-23 | KNF part 1 | Markus Friedl | |
1999-11-15 | disconnect if getpeername() fails | Markus Friedl | |
1999-11-14 | missing xfree(*client) | Markus Friedl | |
1999-11-10 | remove x11- and krb-cleanup from fatal() + krb-cleanup cleanup | Markus Friedl | |
1999-11-02 | remove unused argument. ok dugsong | Markus Friedl | |
1999-10-01 | s/long/int/ | Theo de Raadt | |
1999-09-29 | numerous sprintf, strncpy, strcpy cleanups | Theo de Raadt | |
1999-09-29 | update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up ↵ | Dug Song | |
unused variables, update manpages | |||
1999-09-26 | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | Theo de Raadt | |
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise. |