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 (
Expand
)
Author
2006-06-01
call get_remote_ipaddr() early; fixes logging after client disconnects;
Markus Friedl
2006-05-30
Sync usage() with man page and reality.
Michael Knudsen
2006-05-29
add GSSAPI to the list of authentication methods supported;
Jason McIntyre
2006-05-29
oops - previous was too long; split the list of auths up
Jason McIntyre
2006-05-29
Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample
Darren Tucker
2006-05-29
Add gssapi-with-mic to PreferredAuthentications default list; ok jmc
Darren Tucker
2006-05-28
build a lint library for us to use above
Theo de Raadt
2006-05-18
paramter -> parameter
Miod Vallat
2006-05-17
fix leak; coverity via Kylene Jo Hall
Markus Friedl
2006-05-16
missing free; from Kylene Hall
Markus Friedl
2006-05-08
uint32_t -> u_int32_t (which we use everywhere else)
Damien Miller
2006-05-06
Add $OpenBSD$ in comment here too
Darren Tucker
2006-05-04
tighter DH exponent checks here too; feedback and ok markus@
Damien Miller
2006-04-30
these files should not exist. the developers have been given ample time
Theo de Raadt
2006-04-25
Prevent ssh from trying to open private keys with bad permissions more than
Darren Tucker
2006-04-22
remove extra spaces
Kevin Steves
2006-04-22
use setres[ug]id() to permanently revoke privileges; ok deraadt@
Damien Miller
2006-04-20
Switch from using pipes to socketpairs for communication between
Damien Miller
2006-04-20
simplify; ok djm@
Markus Friedl
2006-04-20
replace the last non-sig_atomic_t flag used in a signal handler with a
Damien Miller
2006-04-18
Move Buffer bignum functions into their own file, bufbn.c. This means that
Darren Tucker
2006-04-16
reorder sanity test so that it cannot dereference past the end of the
Damien Miller
2006-04-16
avoid making a tiny 4-byte write to send the packet length of sftp
Damien Miller
2006-04-16
introduce atomiciov() function that wraps readv/writev to retry
Damien Miller
2006-04-16
Fix condition where we could exit with a fatal error when an input
Damien Miller
2006-04-03
GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066
Damien Miller
2006-04-02
sessionid can be 32 bytes now too when sha256 kex is used; ok djm@
Darren Tucker
2006-04-01
ANSIfy; requested deraadt@
Damien Miller
2006-04-01
xasprintification; ok deraadt@
Damien Miller
2006-04-01
minimal lint cleanup (unused crud, and some size_t); ok djm
Theo de Raadt
2006-04-01
$OpenBSD$ in here too
Damien Miller
2006-03-31
remote user escape is %r not %h; spotted by jmc@
Damien Miller
2006-03-31
kill trailing whitespace;
Jason McIntyre
2006-03-30
Prevent duplicate log messages when privsep=yes; ok djm@
Darren Tucker
2006-03-30
Correctly handle truncated files while converting keys; ok djm@
Darren Tucker
2006-03-30
add percent escape chars to the IdentityFile option, bz #1159 based
Damien Miller
2006-03-30
replace {GET,PUT}_XXBIT macros with functionally similar functions,
Damien Miller
2006-03-30
ARGSUSED for dispatch table-driven functions
Damien Miller
2006-03-28
use strtonum() to parse the pid from the file, and range check it
Theo de Raadt
2006-03-28
do not accept unreasonable X ports numbers; ok djm
Theo de Raadt
2006-03-28
spacing
Theo de Raadt
2006-03-27
always use a format string for addargs; spotted by mouring@
Damien Miller
2006-03-27
use strtonum() instead of atoi(), limit dhg size to 64k; ok djm
Theo de Raadt
2006-03-27
we can do the size & nmemb check before the integer overflow check; evol
Theo de Raadt
2006-03-26
typo
Theo de Raadt
2006-03-25
standardise spacing in $OpenBSD$ tags; requested by deraadt@
Damien Miller
2006-03-25
delete cast not required
Theo de Raadt
2006-03-25
remove (char *) casts to a function that accepts void * for the arg
Theo de Raadt
2006-03-25
use strtonum() instead of atoi() [limit X screens to 400, sorry]
Theo de Raadt
2006-03-25
mark two more signal handlers ARGSUSED
Theo de Raadt
[next]