Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace tilde_expand_filename with a simpler implementation, ahead of more | 2005-04-09 | 1 | -73/+0 | |
| | | | | whacking; ok deraadt@ | ||||
* | add prototypes for -Wall; ok djm | 2004-05-21 | 1 | -1/+2 | |
| | |||||
* | make two tiny header files go away; djm ok | 2004-05-08 | 1 | -2/+1 | |
| | |||||
* | KNF | 2002-06-23 | 1 | -2/+3 | |
| | |||||
* | fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@ | 2001-08-11 | 1 | -2/+2 | |
| | |||||
* | sync with netbsd tree changes. | 2001-02-08 | 1 | -1/+2 | |
| | | | | | | - more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long | ||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -2/+2 | |
| | | | | rename util.[ch] -> misc.[ch] | ||||
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | 2000-12-19 | 1 | -2/+2 | |
| | | | | with u_char. | ||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -2/+7 | |
| | | | | | | | 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. | ||||
* | OpenBSD tag | 2000-06-20 | 1 | -1/+1 | |
| | |||||
* | check for ~ expansion past MAXPATHLEN | 1999-12-06 | 1 | -3/+7 | |
| | |||||
* | KNF, final part 3 | 1999-11-24 | 1 | -4/+4 | |
| | |||||
* | much more KNF | 1999-11-24 | 1 | -17/+12 | |
| | |||||
* | KNF part 1 | 1999-11-23 | 1 | -43/+40 | |
| | |||||
* | spelling | 1999-09-30 | 1 | -3/+2 | |
| | |||||
* | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | 1999-09-26 | 1 | -0/+71 | |
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. |