2023-03-27 |
dtucker | Add RevokedHostKeys to percent expansion test.
|
commit | commitdiff | tree |
2023-03-27 |
dtucker | Add tilde and environment variable expansion to RevokedHostKeys.
|
commit | commitdiff | tree |
2023-03-14 |
dtucker | Free KRL itself in addition to its contents. From Coverity...
|
commit | commitdiff | tree |
2023-03-14 |
dtucker | Check pointer for NULL before attempting to deref....
|
commit | commitdiff | tree |
2023-03-12 |
dtucker | Put upper bound on number of entries in SSH2_MSG_EXT_INFO...
|
commit | commitdiff | tree |
2023-03-12 |
dtucker | calloc can return NULL but xcalloc cannot. From Coverity...
|
commit | commitdiff | tree |
2023-03-10 |
dtucker | Explicitly ignore return from fcntl(... FD_CLOEXEC...
|
commit | commitdiff | tree |
2023-03-10 |
dtucker | Plug mem leak on error path. Coverity CID 405026,...
|
commit | commitdiff | tree |
2023-03-10 |
dtucker | Expliticly ignore return code from fcntl(.. FD_CLOEXEC...
|
commit | commitdiff | tree |
2023-03-10 |
dtucker | Remove no-op (int) > INT_MAX checks since they can...
|
commit | commitdiff | tree |
2023-03-09 |
dtucker | Re-split the merge of the reorder-hostkeys test.
|
commit | commitdiff | tree |
2023-03-08 |
dtucker | Plug mem leak. Coverity CID 405196, ok djm@
|
commit | commitdiff | tree |
2023-03-07 |
dtucker | Fix mem leak in environment setup. From jjelen at...
|
commit | commitdiff | tree |
2023-03-06 |
dtucker | Unit test for kex_proposal_populate_entries.
|
commit | commitdiff | tree |
2023-03-06 |
dtucker | Refactor creation of KEX proposal.
|
commit | commitdiff | tree |
2023-03-05 |
dtucker | Fix mem and FILE leaks in moduli screening.
|
commit | commitdiff | tree |
2023-03-05 |
dtucker | Plug mem leak in moduli checkpoint option parsing.
|
commit | commitdiff | tree |
2023-03-05 |
dtucker | Remove unused compat.h includes. We've previously...
|
commit | commitdiff | tree |
2023-03-04 |
dtucker | Use time_t instead of u_int for remaining x11 timeout...
|
commit | commitdiff | tree |
2023-03-03 |
dtucker | Ensure ms_remain is always initialized, similar to...
|
commit | commitdiff | tree |
2023-03-03 |
dtucker | Check for non-NULL before string comparison. From...
|
commit | commitdiff | tree |
2023-03-03 |
dtucker | Check return values of dup2. Spotted by Coverity,...
|
commit | commitdiff | tree |
2023-03-03 |
dtucker | Use time_t for x11_refuse_time timeout. We need SSH_TIME_T_...
|
commit | commitdiff | tree |
2023-03-03 |
dtucker | Check return value from fctnl and warn on failure....
|
commit | commitdiff | tree |
2023-03-02 |
dtucker | Remove SUDO in proxy command wrapper. Anything that...
|
commit | commitdiff | tree |
2023-03-02 |
dtucker | Fix breakage on dhgex test.
|
commit | commitdiff | tree |
2023-03-02 |
dtucker | Quote grep and log message better.
|
commit | commitdiff | tree |
2023-03-02 |
dtucker | Ensure we always call fclose when writing checkpoints...
|
commit | commitdiff | tree |
2023-03-01 |
dtucker | Remove old log symlinks before creating new ones. ...
|
commit | commitdiff | tree |
2023-03-01 |
dtucker | Rework logging for the regression tests. Previously...
|
commit | commitdiff | tree |
2023-02-28 |
dtucker | fatal out if allocating banner string fails to avoid...
|
commit | commitdiff | tree |
2023-02-28 |
dtucker | Explicitly ignore return from fchmod similar to other...
|
commit | commitdiff | tree |
2023-02-27 |
dtucker | Plug mem leak on globbed ls error path. Spotted by...
|
commit | commitdiff | tree |
2023-02-21 |
dtucker | fseek to end of known_hosts before writing to it. ...
|
commit | commitdiff | tree |
2023-02-17 |
dtucker | Remove now-unused compat bit SSH_BUG_RSASIGMD5. The...
|
commit | commitdiff | tree |
2023-02-17 |
dtucker | Remove now-unused compat bit SSH_BUG_BIGENDIANAES....
|
commit | commitdiff | tree |
2023-02-16 |
dtucker | Remove SSH_BUG_PASSWORDPAD compat bit since it's no...
|
commit | commitdiff | tree |
2023-02-16 |
dtucker | Remove SSH_BUG_IGNOREMSG compat flag since it's only...
|
commit | commitdiff | tree |
2023-02-09 |
dtucker | Test adding terminating newline to known_hosts.
|
commit | commitdiff | tree |
2023-02-09 |
dtucker | Ensure that there is a terminating newline when adding...
|
commit | commitdiff | tree |
2023-02-08 |
dtucker | ssh-agent doesn't actually take -v, so the recently...
|
commit | commitdiff | tree |
2023-01-19 |
dtucker | Check if we can copy sshd or need to use sudo to do...
|
commit | commitdiff | tree |
2023-01-14 |
dtucker | Shell syntax fix. From ren mingshuai vi github PR...
|
commit | commitdiff | tree |
2023-01-14 |
dtucker | Instead of skipping the all-tokens test if we don't...
|
commit | commitdiff | tree |
2023-01-13 |
dtucker | Move scp path setting to a helper function.
|
commit | commitdiff | tree |
2023-01-13 |
dtucker | Add scp's path to test sshd's PATH.
|
commit | commitdiff | tree |
2023-01-13 |
dtucker | Document "UserKnownHostsFile none". ok djm@
|
commit | commitdiff | tree |
2023-01-13 |
dtucker | Add a "Host" line to the output of ssh -G showing the...
|
commit | commitdiff | tree |
2023-01-06 |
dtucker | When OpenSSL is not available, skip parts of percent...
|
commit | commitdiff | tree |
2023-01-06 |
dtucker | Save debug logs from ssh for debugging purposes.
|
commit | commitdiff | tree |
2022-12-09 |
dtucker | Warn if no host keys for hostbased auth can be loaded...
|
commit | commitdiff | tree |
2022-12-09 |
dtucker | Add some server debugging for hostbased auth.
|
commit | commitdiff | tree |
2022-12-07 |
dtucker | Fix comment typo.
|
commit | commitdiff | tree |
2022-12-04 |
dtucker | Remove duplicate includes. Patch from AtariDreams...
|
commit | commitdiff | tree |
2022-12-01 |
dtucker | Clean up ssh-add and ssh-agent logs.
|
commit | commitdiff | tree |
2022-12-01 |
dtucker | Log output of ssh-agent and ssh-add to make debugging...
|
commit | commitdiff | tree |
2022-11-29 |
dtucker | Add void to client_repledge args to fix compiler warning...
|
commit | commitdiff | tree |
2022-11-10 |
dtucker | Handle dynamic remote port forwarding in escape commandline...
|
commit | commitdiff | tree |
2022-11-09 |
dtucker | Fix typo in fatal error message. Patch from vapier...
|
commit | commitdiff | tree |
2022-11-09 |
dtucker | Remove errant colon and simplify format string in error...
|
commit | commitdiff | tree |
2022-11-07 |
dtucker | The IdentityFile option in ssh_config can also be used...
|
commit | commitdiff | tree |
2022-11-07 |
dtucker | Remove some set but otherwise unused variables, spotted...
|
commit | commitdiff | tree |
2022-11-07 |
dtucker | Check for and disallow MaxStartups values less than...
|
commit | commitdiff | tree |
2022-11-07 |
dtucker | Import regenerated moduli.
|
commit | commitdiff | tree |
2022-11-07 |
dtucker | Fix typo. From pablomh via -portable github PR#344.
|
commit | commitdiff | tree |
2022-10-30 |
dtucker | Use variable for diff options instead of unconditionally...
|
commit | commitdiff | tree |
2022-09-21 |
dtucker | Fix typo. From AlexanderStohr via github PR#343.
|
commit | commitdiff | tree |
2022-08-19 |
dtucker | Strictly enforce the maximum allowed SSH2 banner size...
|
commit | commitdiff | tree |
2022-07-25 |
dtucker | Restore missing "!" in TEST_SSH_ELAPSED_TIMES test.
|
commit | commitdiff | tree |
2022-07-24 |
dtucker | Test TEST_SSH_ELAPSED_TIMES for empty string not executable...
|
commit | commitdiff | tree |
2022-07-04 |
dtucker | Add TEST_REGRESS_CACHE_DIR which, if set, is used to...
|
commit | commitdiff | tree |
2022-07-01 |
dtucker | Remove extra line leftover from merge conflict. ok...
|
commit | commitdiff | tree |
2022-07-01 |
dtucker | Don't leak the strings allocated by order_hostkeyalgs...
|
commit | commitdiff | tree |
2022-07-01 |
dtucker | Always return allocated strings from the kex filtering...
|
commit | commitdiff | tree |
2022-06-24 |
dtucker | Roll back previous KEX changes as they aren't safe...
|
commit | commitdiff | tree |
2022-06-24 |
dtucker | Don't leak the strings allocated by order_hostkeyalgs...
|
commit | commitdiff | tree |
2022-06-18 |
dtucker | Don't attempt to fprintf a null identity comment. ...
|
commit | commitdiff | tree |
2022-06-17 |
dtucker | Log an error if pipe() fails while accepting a connection...
|
commit | commitdiff | tree |
2022-06-03 |
dtucker | Add missing *-sk types to ssh-keyscan manpage.
|
commit | commitdiff | tree |
2022-06-03 |
dtucker | Add period at end of "not known by any other names...
|
commit | commitdiff | tree |
2022-06-03 |
dtucker | ssh-keygen -A: do not generate DSA keys by default...
|
commit | commitdiff | tree |
2022-05-27 |
dtucker | f sshpkt functions fail, then password is not cleared...
|
commit | commitdiff | tree |
2022-05-27 |
dtucker | Avoid kill with -1 argument.
|
commit | commitdiff | tree |
2022-05-27 |
dtucker | Note that ProxyJump also accepts the same tokens as...
|
commit | commitdiff | tree |
2022-05-09 |
dtucker | Remove errant apostrophe. From haruyama at queen-ml...
|
commit | commitdiff | tree |
2022-04-29 |
dtucker | Don't leak SK device. Patch from Pedro Martelletto...
|
commit | commitdiff | tree |
2022-04-27 |
dtucker | Add authfd path to debug output. ok markus@
|
commit | commitdiff | tree |
2022-04-26 |
dtucker | Check sshauthopt_new() for NULL. bz#3425, from tessgauthier at
|
commit | commitdiff | tree |
2022-04-21 |
dtucker | It looks like we can't completely avoid waiting for...
|
commit | commitdiff | tree |
2022-04-20 |
dtucker | Use ssh -f and ControlPersist to start up test forwards...
|
commit | commitdiff | tree |
2022-04-20 |
dtucker | Simplify forward-control test. Since we no longer...
|
commit | commitdiff | tree |
2022-04-20 |
dtucker | Import regenerated moduli
|
commit | commitdiff | tree |
2022-04-16 |
dtucker | ssh-keygen's -G/-T have been replaced with -M generate...
|
commit | commitdiff | tree |
2022-04-12 |
dtucker | Correct path for system known hosts file in description of
|
commit | commitdiff | tree |
2022-04-08 |
dtucker | Note that curve25519-sha256 was later published in...
|
commit | commitdiff | tree |
2022-03-11 |
dtucker | Revert previous commit. The problem it was attempting...
|
commit | commitdiff | tree |
2022-03-11 |
dtucker | Check for underflow as well as overflow when scaling...
|
commit | commitdiff | tree |
2022-02-28 |
dtucker | Remove unused ivbits argument from chacha_keysetup...
|
commit | commitdiff | tree |
2022-02-25 |
dtucker | Remove the char * casts from arguments to do_lstat...
|
commit | commitdiff | tree |
2022-02-20 |
dtucker | Aproximate realpath on the expected output by deduping...
|
commit | commitdiff | tree |
next |