summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/monitor.c
AgeCommit message (Expand)Author
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-11-18unbreak fake authloop for non-existent users (my screwup). Spotted andDamien Miller
2003-11-17replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.Markus Friedl
2003-11-04standardise arguments to auth methods - they should all take authctxt.Damien Miller
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
2003-08-28remove kerberos support from ssh1, since it has been replaced with GSSAPI;Markus Friedl
2003-08-26fix passwd auth for 'username leaks via timing'; with djm@, original patches ...Markus Friedl
2003-08-2464 bit cleanups; markus okTheo de Raadt
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl
2003-07-22remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);Markus Friedl
2003-06-24int -> u_int; ok djm@, deraadt@, mouring@Markus Friedl
2003-06-12typos; dtucker at zip.com.auMarkus Friedl
2003-06-02deprecate VerifyReverseMapping since it's dangerous if combinedMarkus Friedl
2003-05-24cast some types for printing; ok markus@Damien Miller
2003-05-14http://bugzilla.mindrot.org/show_bug.cgi?id=560Markus Friedl
2003-05-14implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@Markus Friedl
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
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