summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/monitor_wrap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* prevent authorized_keys options picked up on public key tests withoutdjm2015-05-011-6/+9
* Revise hostkeys@openssh.com hostkey learning extension.djm2015-02-161-3/+4
* adapt kex to sshbuf and struct ssh; ok djm@markus2015-01-191-3/+3
* update packet.c & isolate, introduce struct sshmarkus2015-01-191-229/+13
* adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependenciesmarkus2015-01-131-2/+2
* make compiling against OpenSSL optional (make OPENSSL=no);markus2014-04-291-2/+11
* convert memset of potentially-private data to explicit_bzero()djm2014-02-021-3/+3
* remove experimental, never-enabled JPAKE code; ok markus@djm2014-01-291-164/+1
* fix rekeying for AES-GCM modes; ok deraadtmarkus2013-11-061-2/+2
* bye, bye xfree(); ok markus@djm2013-05-171-15/+15
* support AES-GCM as defined in RFC 5647 (but with simpler KEX handling)markus2013-01-081-19/+20
* pasto; ok djm@naddy2012-10-011-2/+2
* make the pre-auth privsep slave log via a socketpair shared with thedjm2011-06-171-1/+27
* allow AuthorizedKeysFile to specify multiple files, separated by spaces.djm2011-05-231-2/+7
* use a macro to define which string options to copy between configsdjm2011-05-201-3/+10
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-1/+2
* Hold authentication debug messages until after successful authentication.dtucker2010-03-071-18/+1
* alphabetize includes; reduces diff vs portable and style(9). ok stevesk djmdtucker2009-06-221-5/+5
* Keep track of number of bytes read and written. Needed for upcomingandreas2009-05-281-1/+8
* Put the globals in packet.c into a struct and don't access it directlyandreas2009-05-251-8/+9
* refactor the (disabled) Schnorr proof code to make it a little moredjm2009-03-051-4/+5
* Add support for an experimental zero-knowledge password authenticationdjm2008-11-041-1/+165
* sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@markus2008-07-101-4/+6
* Make the maximum number of sessions run-time controllable viadjm2008-05-081-4/+18
* Implement a channel success/failure status confirmation callbackdjm2008-05-081-1/+2
* Send config block back to slave for invalid users too so optionsdtucker2007-10-291-3/+4
* unifdef -DBSD_AUTHdjm2007-09-211-61/+1
* make file descriptor passing code return an error rather than call fatal()djm2007-09-041-3/+4
* Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, mustpvalchev2007-06-071-2/+2
* Preserve MAC ctx between packets, saving 2xhash calls per-packet.djm2007-06-051-2/+2
* Teach Match how handle config directives that are used before authentication.dtucker2007-02-191-4/+17
* Revert previous include file ordering change, for ssh to compile under gcc2miod2006-08-121-2/+2
* "zlib.h" can be <zlib.h>; ok djm@ markus@stevesk2006-08-061-2/+2
* Zap unused variables in -DSKEY code. ok djm@dtucker2006-08-051-3/+2
* Add headers required to build with KERBEROS5=no. ok djm@dtucker2006-08-051-1/+3
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-11/+10
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
* move #include <errno.h> out of includes.h; ok markus@stevesk2006-07-111-1/+2
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-1/+5
* replace {GET,PUT}_XXBIT macros with functionally similar functions,djm2006-03-301-4/+4
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* introduce xcalloc() and xasprintf() failure-checked allocations functionsdjm2006-03-251-7/+3
* sprinkle u_int throughout pty subsystem, ok markusderaadt2006-03-201-1/+1
* RCSID() can diederaadt2006-03-191-1/+0
* Switch atomicio to use a simpler interface; it now returns a size_tavsm2005-05-241-11/+8
* Move "Last logged in at.." message generation to the monitor, rightdtucker2004-07-171-2/+7
* Put s/key functions inside #ifdef SKEY same as monitor.c,dtucker2004-07-031-1/+3
* Change login->username, will prevent -Wshadow errors in Portable; ok markus@dtucker2004-06-221-3/+3
* make ssh -Wshadow clean, no functional changesavsm2004-06-211-14/+14