summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/bufaux.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-1/+2
| | | | rename util.[ch] -> misc.[ch]
* cleanup sftp-server implementation:markus2001-01-101-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'markus2000-12-191-5/+5
| | | | with u_char.
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-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 tagmarkus2000-06-201-1/+1
|
* whitespace cleanupmarkus2000-04-141-6/+6
|
* support ssh2 bignumsmarkus2000-03-281-1/+4
|
* KNF, final part 3markus1999-11-241-9/+13
|
* much more KNFderaadt1999-11-241-22/+22
|
* convert all uses of gmp to SSL bignumprovos1999-09-281-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.deraadt1999-09-261-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.