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
/
bufaux.c
Age
Commit message (
Expand
)
Author
2003-04-08
rename log() into logit() to avoid name conflict. markus ok, from netbsd
Jun-ichiro itojun Hagino
2002-10-23
%u for u_int
Markus Friedl
2002-06-26
limit size of BNs to 8KB; ok provos/deraadt
Markus Friedl
2002-06-23
minor KNF. things the fingers do while you read
Theo de Raadt
2002-04-20
add buffer_{get,put}_short
Markus Friedl
2002-03-26
do not talk about packets in bufaux
Markus Friedl
2002-03-18
buffer_skip_string and extra sanity checking; needed by ssh-privsep
Niels Provos
2002-01-18
unneeded cast cleanup; ok markus@
Kevin Steves
2001-12-28
buffer_get_bignum: int -> void
Markus Friedl
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-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2001-01-16
indent
Theo de Raadt
2001-01-10
cleanup sftp-server implementation:
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-06-20
OpenBSD tag
Markus Friedl
2000-04-14
whitespace cleanup
Markus Friedl
2000-04-12
#include <ssl/foo.h> -> <openssh/foo.h>
Markus Friedl
2000-03-28
support ssh2 bignums
Markus Friedl
2000-03-16
-pedantic: signed vs. unsigned, void*-arithm, etc
Markus Friedl
1999-11-24
KNF, final part 3
Markus Friedl
1999-11-24
much more KNF
Theo de Raadt
1999-11-23
KNF part 1
Markus Friedl
1999-11-12
save a view malloc/memcpy/memset/free's, ok niels
Markus Friedl
1999-11-02
replace assert() with error, fatal or packet_disconnect
Markus Friedl
1999-09-28
convert all uses of gmp to SSL bignum
Niels Provos
1999-09-26
i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
Theo de Raadt