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