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
Age
Commit message (
Collapse
)
Author
2002-06-28
gidset[2] -> gidset[1]; markus ok
Theo de Raadt
2002-06-28
range check -u option at invocation
Theo de Raadt
2002-06-28
use ssize_t
Theo de Raadt
2002-06-28
tree(3) wants an int return value for its compare functions and
Todd C. Miller
the difference between two pointers is not an int. Just do the safest thing and store the result in a long and then return 0, -1, or 1 based on that result.
2002-06-27
use convtime(); ok markus@
Kevin Steves
2002-06-27
use xfree()
Theo de Raadt
2002-06-27
improve mm_zalloc check; markus ok
Theo de Raadt
2002-06-27
more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@
Markus Friedl
2002-06-26
bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edu
Markus Friedl
2002-06-26
more %u
Theo de Raadt
2002-06-26
fix exit code for -X/-x
Markus Friedl
2002-06-26
use ssize_t for recvmsg() and sendmsg() return
Theo de Raadt
2002-06-26
correct %u
Theo de Raadt
2002-06-26
3.4
Markus Friedl
2002-06-26
make sure # of response matches # of queries, fixes int overflow; from ISS
Markus Friedl
2002-06-26
disclose less information from environment files; based on input from djm, ↵
Theo de Raadt
and dschultz@uclink.Berkeley.EDU
2002-06-26
be careful in mm_zalloc
Theo de Raadt
2002-06-26
limit # of env vars to 1000; ok deraadt/djm
Markus Friedl
2002-06-26
limit # of channels to 10000
Markus Friedl
2002-06-26
limit append to 1MB and buffers to 10MB
Markus Friedl
2002-06-26
limit size of BNs to 8KB; ok provos/deraadt
Markus Friedl
2002-06-25
lightweight do_setusercontext after chroot()
Markus Friedl
2002-06-25
unnecessary cast
Markus Friedl
2002-06-24
explicit (u_int) for uid and gid
Theo de Raadt
2002-06-24
printf type pedant
Jun-ichiro itojun Hagino
2002-06-24
cat to (void) when output from buffer_get_X is ignored
Markus Friedl
2002-06-24
move channel counter to u_int
Markus Friedl
2002-06-24
the socket name contains ssh-agent's ppid; via mpech@ from form@
Markus Friedl
2002-06-23
tcode is u_int
Markus Friedl
2002-06-23
packet_get_int() returns unsigned for reason & seqnr
Theo de Raadt
2002-06-23
display, screen, row, col, xpixel, ypixel are u_int; markus ok
Theo de Raadt
2002-06-23
KNF
Theo de Raadt
2002-06-23
compression_level is u_int
Theo de Raadt
2002-06-23
some minor KNF and %u
Theo de Raadt
2002-06-23
minor KNF. things the fingers do while you read
Theo de Raadt
2002-06-23
u_int stuff
Theo de Raadt
2002-06-23
bunch of u_int vs int stuff
Theo de Raadt
2002-06-23
various KNF and %d for unsigned
Theo de Raadt
2002-06-23
KNF
Theo de Raadt
2002-06-22
save auth method before monitor_reset_key_state(); bugzilla bug #284;
Kevin Steves
ok provos@
2002-06-22
don't call setsid() if debugging or run from inetd; no "Operation not
Kevin Steves
permitted" errors now; ok millert@ markus@
2002-06-22
use process ID vs. pid/PID/process identifier
Kevin Steves
2002-06-22
typo
Kevin Steves
2002-06-22
check /var/empty owner mode; ok provos@
Kevin Steves
2002-06-22
add /var/empty in FILES section
Kevin Steves
2002-06-22
typo
Christian Weisgerber
2002-06-22
section 5 not 4 for ssh_config
Kevin Steves
2002-06-22
correct comment
Kevin Steves
2002-06-21
OpenSSH_3.3
Markus Friedl
2002-06-21
Don't initialise compression buffers when compression=no in sshd_config;
Damien Miller
ok Niels@
[next]