Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -55/+0 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | 2006-03-25 | 1 | -1/+1 | |
| | |||||
* | spacing | 2005-03-10 | 1 | -2/+2 | |
| | |||||
* | introduce a new buffer API that returns an error rather than fatal()ing when | 2004-10-29 | 1 | -1/+11 | |
| | | | | presented with bad data; ok markus@ | ||||
* | constify. ok markus@ & djm@ | 2003-11-10 | 1 | -3/+3 | |
| | |||||
* | add buffer_{get,put}_short | 2002-04-20 | 1 | -1/+4 | |
| | |||||
* | buffer_skip_string and extra sanity checking; needed by ssh-privsep | 2002-03-18 | 1 | -1/+4 | |
| | |||||
* | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add | 2002-03-04 | 1 | -2/+2 | |
| | | | | | missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c files. ok markus@ | ||||
* | buffer_get_bignum: int -> void | 2001-12-28 | 1 | -3/+3 | |
| | |||||
* | change the buffer/packet interface to use void* vs. char*; ok markus@ | 2001-12-19 | 1 | -2/+2 | |
| | |||||
* | remove comments from .h, since they are cut&paste from the .c files | 2001-06-26 | 1 | -25/+4 | |
| | | | | and out of sync | ||||
* | prototype pedant. not very creative... | 2001-06-26 | 1 | -14/+14 | |
| | | | | | - () -> (void) - no variable names | ||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -1/+2 | |
| | | | | rename util.[ch] -> misc.[ch] | ||||
* | cleanup sftp-server implementation: | 2001-01-10 | 1 | -1/+3 | |
| | | | | | | | | | | | add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT parse SSH2_FILEXFER_ATTR_EXTENDED send SSH2_FX_EOF if readdir returns no more entries reply to SSH2_FXP_EXTENDED messages use #defines from the draft. move #definitions to sftp.h more info: http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt | ||||
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | 2000-12-19 | 1 | -5/+5 | |
| | | | | with u_char. | ||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -7/+6 | |
| | | | | | | | 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 | |
| | |||||
* | whitespace cleanup | 2000-04-14 | 1 | -6/+6 | |
| | |||||
* | support ssh2 bignums | 2000-03-28 | 1 | -1/+4 | |
| | |||||
* | KNF, final part 3 | 1999-11-24 | 1 | -9/+13 | |
| | |||||
* | much more KNF | 1999-11-24 | 1 | -22/+22 | |
| | |||||
* | convert all uses of gmp to SSL bignum | 1999-09-28 | 1 | -5/+5 | |
| | | | | | | convert all used of rsa to SSL rsa functions remove all use of randomstate to OpenBSD arc4random() and arc4_stir() all this done at a long long night in Canada. | ||||
* | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | 1999-09-26 | 1 | -0/+51 | |
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. |