summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/monitor_wrap.c
AgeCommit message (Expand)Author
2007-10-29Send config block back to slave for invalid users too so optionsDarren Tucker
2007-09-21unifdef -DBSD_AUTHDamien Miller
2007-09-04make file descriptor passing code return an error rather than call fatal()Damien Miller
2007-06-07Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, mustPeter Valchev
2007-06-05Preserve MAC ctx between packets, saving 2xhash calls per-packet.Damien Miller
2007-02-19Teach Match how handle config directives that are used before authentication.Darren Tucker
2006-08-12Revert previous include file ordering change, for ssh to compile under gcc2Miod Vallat
2006-08-06"zlib.h" can be <zlib.h>; ok djm@ markus@Kevin Steves
2006-08-05Zap unused variables in -DSKEY code. ok djm@Darren Tucker
2006-08-05Add headers required to build with KERBEROS5=no. ok djm@Darren Tucker
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-11move #include <errno.h> out of includes.h; ok markus@Kevin Steves
2006-07-06move #include <pwd.h> out of includes.h; ok markus@Kevin Steves
2006-03-30replace {GET,PUT}_XXBIT macros with functionally similar functions,Damien Miller
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2006-03-20sprinkle u_int throughout pty subsystem, ok markusTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2005-05-24Switch atomicio to use a simpler interface; it now returns a size_tAnil Madhavapeddy
2004-07-17Move "Last logged in at.." message generation to the monitor, rightDarren Tucker
2004-07-03Put s/key functions inside #ifdef SKEY same as monitor.c,Darren Tucker
2004-06-22Change login->username, will prevent -Wshadow errors in Portable; ok markus@Darren Tucker
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2003-11-17replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.Markus Friedl
2003-10-15check pmonitor != NULLMarkus Friedl
2003-10-11return NULL for missing banner; ok djm@Markus Friedl
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-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-28deal with typing of write vs read in atomicioTheo de Raadt
2003-04-07typo: get correct counters; introduced during rekeying change.Markus Friedl
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-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-21KNFTheo de Raadt
2002-09-26krb4 + privsep; ok dugsong@, 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-07-04don't allocate, copy, and discard if there is not interested in the data; ok ...Markus Friedl
2002-07-04patch memory leaks; grendel@zeitbombe.orgTheo de Raadt
2002-06-30minor KNFTheo de Raadt
2002-06-28use ssize_tTheo de Raadt
2002-06-26more %uTheo de Raadt
2002-06-19make the monitor sync the transfer ssh1 session key;Markus Friedl