summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/compress.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update packet.c & isolate, introduce struct sshmarkus2015-01-191-165/+0
| | | | | | | | a) switch packet.c to buffer api and isolate per-connection info into struct ssh b) (de)serialization of the state is moved from monitor to packet.c c) the old packet.c API is implemented in opacket.[ch] d) compress.c/h is removed and integrated into packet.c with and ok djm@
* work around name-space collisions some buggy compilers (looking at youderaadt2010-09-081-2/+3
| | | | | | gcc, at least in earlier versions, but this does not forgive your current transgressions) seen between zlib and openssl ok djm
* "zlib.h" can be <zlib.h>; ok djm@ markus@stevesk2006-08-061-2/+2
|
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-2/+4
| | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
| | | | Theo nuked - our scripts to sync -portable need them in the files
* RCSID() can diederaadt2006-03-191-1/+0
|
* cast for portability; millert@markus2004-01-131-3/+5
|
* -Wall; ok henningmarkus2004-01-131-3/+3
|
* export compression streams for ssh-privsepprovos2002-03-181-3/+3
|
* skip inflateEnd if inflate fails; ok provos@markus2002-03-161-3/+7
|
* remove unneeded casts and some char->u_char cleanup; ok markus@stevesk2001-12-291-7/+7
|
* basic KNF done while i was looking for something elsederaadt2001-12-191-7/+7
|
* mem leak; chombier@mac.commarkus2001-09-271-2/+2
|
* reset compress state per direction when rekeying.markus2001-04-051-5/+19
|
* sync with netbsd tree changes.itojun2001-02-081-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.markus2001-01-211-2/+2
| | | | rename util.[ch] -> misc.[ch]
* fix prototypes; from stevesk@pobox.commarkus2000-12-201-2/+2
|
* 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-8/+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-11/+11
|
* cleanup, less codemarkus2000-03-281-31/+9
|
* -pedantic: signed vs. unsigned, void*-arithm, etcmarkus2000-03-161-6/+6
|
* KNF, final part 3markus1999-11-241-20/+26
|
* much more KNFderaadt1999-11-241-14/+14
|
* KNF part 1markus1999-11-231-104/+103
|
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-0/+160
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.