summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/compress.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update packet.c & isolate, introduce struct sshmarkus2015-01-191-165/+0
* work around name-space collisions some buggy compilers (looking at youderaadt2010-09-081-2/+3
* "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
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* 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
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-2/+2
* 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
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-8/+6
* 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