summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/monitor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't record hostbased authentication hostkeys as user keysdjm2015-09-041-2/+2
* Fix occurrences of "r = func() != 0" which result in the wrong errorjsg2015-09-021-2/+2
* Improve size == 0, count == 0 checking in mm_zalloc, which is "array" like.deraadt2015-08-211-8/+3
* Don't count successful partial authentication as failures in monitor;djm2015-06-221-2/+2
* Remove pattern length argument from match_pattern_list(),djm2015-05-041-5/+3
* prevent authorized_keys options picked up on public key tests withoutdjm2015-05-011-4/+7
* fix compilation with OPENSSL=no; ok dtucker@djm2015-04-271-1/+3
* don't call record_login() in monitor when UseLogin is enabled;djm2015-04-171-1/+4
* UpdateHostKeys fixes:djm2015-02-201-4/+4
* Revise hostkeys@openssh.com hostkey learning extension.djm2015-02-161-6/+39
* make rekey_limit for sshd w/privsep work; ok djm@ dtucker@markus2015-02-131-6/+1
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-3/+3
* Reduce use of <sys/param.h> and transition to <limits.h> throughout.deraadt2015-01-201-2/+2
* adapt kex to sshbuf and struct ssh; ok djm@markus2015-01-191-2/+2
* update packet.c & isolate, introduce struct sshmarkus2015-01-191-228/+61
* move authfd.c and its tentacles to the new buffer/key API;djm2015-01-141-18/+24
* add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypesdjm2015-01-131-1/+13
* remember which public keys have been used for authentication anddjm2014-12-221-2/+8
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-2/+2
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-1/+3
* unbreak compression, by re-init-ing the compression code in themarkus2014-05-031-1/+3
* make compiling against OpenSSL optional (make OPENSSL=no);markus2014-04-291-1/+22
* convert memset of potentially-private data to explicit_bzero()djm2014-02-021-4/+4
* replace most bzero with explicit_bzero, except a few that cna be memsettedu2014-01-311-2/+2
* remove experimental, never-enabled JPAKE code; ok markus@djm2014-01-291-225/+1
* fix rekeying for KEX_C25519_SHA256; noted by dtucker@markus2013-11-041-1/+2
* add ssh-agent(1) support to sshd(8); allows encrypted hostkeys,markus2013-07-191-4/+14
* for hostbased authentication, print the client host and user ondjm2013-06-211-2/+5
* Standardise logging of supplemental information during userauth. Keysdjm2013-05-191-5/+4
* bye, bye xfree(); ok markus@djm2013-05-171-65/+60
* Add RekeyLimit to sshd with the same syntax as the client allowing rekeyingdtucker2013-05-161-1/+5
* add submethod support to AuthenticationMethods; ok and freedback djm@markus2013-03-071-5/+6
* reconstruct the original username that was sent by the client, which maydjm2013-03-071-11/+19
* drain the log messages after receiving the keystate from the unprivmarkus2012-12-111-5/+5
* Fixes logging of partial authentication when privsep is enableddjm2012-12-021-5/+11
* Support multiple required authentication via an AuthenticationMethodsdjm2012-11-041-4/+31
* remove dead code following 'for (;;)' loops.dtucker2012-06-221-4/+1
* memleak on error pathdjm2012-01-051-1/+2
* ignore EINTR errors from poll()djm2011-06-231-2/+5
* make the pre-auth privsep slave log via a socketpair shared with thedjm2011-06-171-15/+108
* 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
* use FD_CLOEXEC consistently; patch from zion AT x96.orgdjm2011-05-151-2/+2
* ECDH/ECDSA compliance fix: these methods vary the hash function they usedjm2010-09-091-4/+4
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-1/+2
* s/timing_safe_cmp/timingsafe_bcmp/gdjm2010-07-131-6/+6
* implement a timing_safe_cmp() function to compare memory without leakingdjm2010-07-131-8/+8
* Hold authentication debug messages until after successful authentication.dtucker2010-03-071-17/+1
* Add support for certificate key types for users and hosts.djm2010-02-261-2/+3
* Fix warnings found by chl@ and djm@ and change roaming_atomicio'sandreas2009-06-121-1/+2