index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
packet.c
Age
Commit message (
Expand
)
Author
2002-02-27
remove unneeded casts in [gs]etsockopt(); ok markus@
Kevin Steves
2002-02-24
make 'cp' unsigned and merge with 'ucp'; ok stevesk@
Markus Friedl
2002-02-14
hide some more implementation details of cipher.[ch] and prepares for move
Markus Friedl
2002-01-24
need misc.h for set_nodelay()
Kevin Steves
2002-01-24
add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning).
Kevin Steves
2002-01-18
unneeded cast cleanup; ok markus@
Kevin Steves
2002-01-11
handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@
Markus Friedl
2001-12-29
remove unneeded casts and some char->u_char cleanup; ok markus@
Kevin Steves
2001-12-28
packet_read* no longer return the packet length, since it's not used.
Markus Friedl
2001-12-28
buffer_get_bignum: int -> void
Markus Friedl
2001-12-28
packet_get_bignum* no longer returns a size
Markus Friedl
2001-12-28
s/packet_done/packet_check_eom/ (end-of-message); ok djm@
Markus Friedl
2001-12-27
get rid of packet_integrity_check, use packet_done() instead.
Markus Friedl
2001-12-20
Conformance fix: we should send failing packet sequence number when
Damien Miller
2001-12-19
change the buffer/packet interface to use void* vs. char*; ok markus@
Kevin Steves
2001-12-19
basic KNF done while i was looking for something else
Theo de Raadt
2001-12-05
minor KNF
Theo de Raadt
2001-12-05
make it compile with more strict prototype checking
Jun-ichiro itojun Hagino
2001-11-10
remove extra debug()
Markus Friedl
2001-11-07
pad using the padding field from the ssh2 packet instead of sending
Markus Friedl
2001-09-27
missing called=1; chombier@mac.com
Markus Friedl
2001-06-25
update copyright for 2001
Markus Friedl
2001-06-23
more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
Jun-ichiro itojun Hagino
2001-06-20
move from channel_stop_listening to channel_free_all,
Markus Friedl
2001-06-12
do not log() packet_set_maxsize
Markus Friedl
2001-06-07
use xxx_put_cstring()
Markus Friedl
2001-05-31
undo the .c file split, just merge the header and keep the cvs history
Markus Friedl
2001-05-30
channel layer cleanup: merge header files and split .c files
Markus Friedl
2001-05-28
remove some lines, simplify.
Markus Friedl
2001-04-05
fix whitespace: unexpand + trailing spaces.
Markus Friedl
2001-04-05
reset compress state per direction when rekeying.
Markus Friedl
2001-04-04
clear+free keys,iv for rekeying.
Markus Friedl
2001-04-04
don't sent multiple kexinit-requests.
Markus Friedl
2001-04-03
undo parts of recent my changes: main part of keyexchange does not
Markus Friedl
2001-03-03
Dynamically allocate fd_set; deraadt@ OK
Todd C. Miller
2001-03-01
KNF
Theo de Raadt
2001-02-28
use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
Markus Friedl
2001-02-28
in ssh protocol v2 use ignore messages for padding (instead of trailing \0).
Markus Friedl
2001-02-27
fix random padding
Markus Friedl
2001-02-12
deal with EAGAIN/EINTR selects which were skipped
Theo de Raadt
2001-02-11
1) clean up the MAC support for SSH-2
Markus Friedl
2001-02-08
sync with netbsd tree changes.
Jun-ichiro itojun Hagino
2001-02-04
unexpand and remove end-of-line whitespace; ok markus@
Kevin Steves
2001-02-04
remove duplicate #include's; ok markus@
Kevin Steves
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2001-01-19
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
Markus Friedl
2001-01-13
reorder, typo
Markus Friedl
2001-01-13
split out keepalive from packet_interactive (from dale@accentre.com)
Markus Friedl
2001-01-09
allow TCP_NDELAY for ipv6; from netbsd via itojun@
Markus Friedl
2001-01-02
log remote ip on disconnect; PR 1600, from jcs@rt.fm
Markus Friedl
[next]