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
/
monitor.c
Age
Commit message (
Expand
)
Author
2003-04-02
reapply rekeying chage, tested by henning@, ok djm@
Markus Friedl
2003-04-01
backout rekeying changes (for 3.6.1)
Markus Friedl
2003-04-01
rekeying bugfixes and automatic rekeying:
Markus Friedl
2003-03-23
unbreak rekeying for privsep; ok millert@
Markus Friedl
2003-03-05
fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@
Markus Friedl
2003-02-16
fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@
Markus Friedl
2003-02-04
skey/bsdauth: use 0 to indicate failure instead of -1, because
Markus Friedl
2002-11-05
handle overflows for size_t larger than u_int; siw@goneko.de, bug #425
Markus Friedl
2002-09-26
krb4 + privsep; ok dugsong@, deraadt@
Markus Friedl
2002-09-24
only call kerberos code for authctxt->valid
Markus Friedl
2002-09-23
only call auth_krb5 if kerberos is enabled; ok deraadt@
Markus Friedl
2002-09-09
signed vs unsigned from -pedantic; ok henning@
Markus Friedl
2002-09-09
kerberos support for privsep. confirmed to work by lha@stacken.kth.se
Jun-ichiro itojun Hagino
2002-08-29
pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>
Kevin Steves
2002-08-02
Change mm_zalloc() sanity checks to be more in line with what
Todd C. Miller
2002-07-22
u_int here; ok provos@
Kevin Steves
2002-06-27
use xfree()
Theo de Raadt
2002-06-27
improve mm_zalloc check; markus ok
Theo de Raadt
2002-06-26
correct %u
Theo de Raadt
2002-06-26
be careful in mm_zalloc
Theo de Raadt
2002-06-22
save auth method before monitor_reset_key_state(); bugzilla bug #284;
Kevin Steves
2002-06-21
Don't initialise compression buffers when compression=no in sshd_config;
Damien Miller
2002-06-19
make the monitor sync the transfer ssh1 session key;
Markus Friedl
2002-06-04
__FUNCTION__ -> __func__
Markus Friedl
2002-06-04
save the session id (hash) for ssh2 (it will be passed with the initial sign ...
Markus Friedl
2002-06-04
only allow enabled authentication methods; ok provos@
Markus Friedl
2002-05-15
'monitor' variable clashes with at least one lame platform (NeXT). Renamed
mouring
2002-05-12
Fix sshd Banner option for privsep; ok markus@ provos@
Damien Miller
2002-03-30
check waitpid for EINTR; based on patch from peter@ifm.liu.se
Markus Friedl
2002-03-27
monitor_allowed_key() returns int instead of pointer. ok markus@
mouring
2002-03-24
remove "\n" from fatal()
Kevin Steves
2002-03-21
fix NULL %s on debug3(); ok markus@
Kevin Steves
2002-03-19
use SSH_SESSION_KEY_LENGTH for key length
Markus Friedl
2002-03-19
make getpwnamallow() allways call pwcopy()
Markus Friedl
2002-03-19
whitespace KNF
Markus Friedl
2002-03-19
clean up prototypes
Markus Friedl
2002-03-18
implementation of the interface between privileged and unprivileged process
Niels Provos