summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix whitespace: unexpand + trailing spaces.markus2001-04-051-4/+4
* reset compress state per direction when rekeying.markus2001-04-051-8/+21
* clear+free keys,iv for rekeying.markus2001-04-041-13/+14
* don't sent multiple kexinit-requests.markus2001-04-041-2/+3
* undo parts of recent my changes: main part of keyexchange does notmarkus2001-04-031-56/+52
* Dynamically allocate fd_set; deraadt@ OKmillert2001-03-031-11/+21
* KNFderaadt2001-03-011-3/+3
* use ignore message to simulate a SSH2_MSG_CHANNEL_DATA messagemarkus2001-02-281-4/+12
* in ssh protocol v2 use ignore messages for padding (instead of trailing \0).markus2001-02-281-1/+55
* fix random paddingmarkus2001-02-271-2/+2
* deal with EAGAIN/EINTR selects which were skippedderaadt2001-02-121-3/+8
* 1) clean up the MAC support for SSH-2markus2001-02-111-16/+9
* sync with netbsd tree changes.itojun2001-02-081-3/+3
* unexpand and remove end-of-line whitespace; ok markus@stevesk2001-02-041-3/+3
* remove duplicate #include's; ok markus@stevesk2001-02-041-2/+1
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-2/+3
* move ssh1 definitions to ssh1.h, pathnames to pathnames.hmarkus2001-01-191-1/+2
* reorder, typomarkus2001-01-131-3/+5
* split out keepalive from packet_interactive (from dale@accentre.com)markus2001-01-131-9/+6
* allow TCP_NDELAY for ipv6; from netbsd via itojun@markus2001-01-091-9/+10
* log remote ip on disconnect; PR 1600, from jcs@rt.fmmarkus2001-01-021-3/+5
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-40/+40
* disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0markus2000-12-061-1/+4
* remove unusedmarkus2000-10-121-2/+2
* new cipher frameworkmarkus2000-10-111-35/+29
* hmac->macmarkus2000-10-031-4/+4
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-8/+28
* rename crc32() to ssh_crc32() to avoid zlib name clash. do not move toderaadt2000-08-191-4/+4
* OpenBSD tagmarkus2000-06-201-1/+1
* clear padding in ssh2markus2000-05-041-4/+9
* less debug, rm unusedmarkus2000-05-011-11/+4
* send debug messages in SSH2 formatmarkus2000-04-301-3/+10
* whitespace cleanupmarkus2000-04-141-13/+13
* check payload for (illegal) extra datamarkus2000-04-141-1/+7
* #include <ssl/foo.h> -> <openssh/foo.h>markus2000-04-121-4/+4
* remove unused argument, split cipher_mask()markus2000-04-041-5/+5
* ssh2 packet formatmarkus2000-04-031-44/+438
* channel layer support for ssh2markus2000-04-031-1/+33
* replace big switch() with function tables (prepare for ssh2)markus2000-03-281-1/+2
* missing xfree()markus2000-02-051-4/+8
* getsockname() requires initialized tolen; andy@guildsoftware.comderaadt2000-01-221-2/+2
* use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;markus2000-01-201-3/+3
* ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:markus2000-01-041-11/+54
* "Connection closed by x.x.x.x": fatal() -> log()markus1999-12-151-3/+5
* set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()markus1999-12-021-4/+7
* KNF, final part 3markus1999-11-241-67/+114
* much more KNFderaadt1999-11-241-15/+15
* KNF part 1markus1999-11-231-426/+405
* syslog changes:markus1999-11-221-4/+4
* SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@markus1999-11-191-1/+21