Age | Commit message (Expand) | Author |
2020-02-12 | Standardize argument naming for "sourceaddr" and unify the wording a bit, | Ingo Schwarze |
2020-02-12 | remove some unreferenced functions | Jonathan Gray |
2020-02-12 | Prevent double free in error path; pointed out by scan-build. | Florian Obser |
2020-02-11 | remove uneeded include files | Jonathan Gray |
2020-02-11 | remove uneeded #include lines | Jonathan Gray |
2020-02-11 | Replace SIZE defines with sizeof. | Florian Obser |
2020-02-11 | Simplify and unify wording for the -I sourceaddr option in various places. | Theo de Raadt |
2020-02-11 | Pretty sure sha1 works most of the time, no need to check during | Florian Obser |
2020-02-11 | Remove unused functionality from dst_api.c. | Florian Obser |
2020-02-11 | unifdef feature checks; we have all these things. | Florian Obser |
2020-02-11 | Remove ~/.digrc support which feels like a misfeature. | Florian Obser |
2020-02-11 | Remove #if 0 that has been there since the initial import in 2003. | Florian Obser |
2020-02-11 | Remove unused variables from Ben Boeckel, and a Pp from jmc. | Nicholas Marriott |
2020-02-10 | Finally delete support for the "_whatdb" configuration directive, | Ingo Schwarze |
2020-02-10 | For compatibility with the man(1) implementations of the man-1.6 | Ingo Schwarze |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
2020-02-09 | Rename WAV_H "include guard" macro of afile.h to AFILE_H. | Alexandre Ratchov |
2020-02-09 | Do not define variables in def.h since this will lead to duplicate definitions | Florian Obser |
2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY | Jonathan Gray |
2020-02-07 | Unhook usr.sbin/bind from the build and hook up new dig source | Florian Obser |
2020-02-07 | Move dig(1) and needed DNS libraries into it's own source directory in | Florian Obser |
2020-02-07 | sync the description of the $SSH_SK_PROVIDER environment variable with | Damien Miller |
2020-02-07 | Add ssh -Q key-sig for all key and signature types. Teach ssh -Q to accept | Darren Tucker |
2020-02-07 | fix two PIN entry bugs on FIDO keygen: 1) it would allow more than the | Damien Miller |
2020-02-06 | When using HostkeyAlgorithms to merely append or remove algorithms | Damien Miller |
2020-02-06 | expand HostkeyAlgorithms prior to config dump, matching other | Damien Miller |
2020-02-06 | Add Include to the list of permitted keywords after a Match keyword. | Christian Weisgerber |
2020-02-06 | Replace "security key" with "authenticator" in program messages. | Christian Weisgerber |
2020-02-06 | Make sure that -l always causes -w to be ignored, as documented | Ingo Schwarze |
2020-02-05 | Make list-keys description clearer in tmux.1 and remove an unused variable. | Nicholas Marriott |
2020-02-04 | require FIDO application strings to start with "ssh:"; ok markus@ | Damien Miller |
2020-02-03 | revert enabling UpdateHostKeys by default - there are still corner cases | Damien Miller |
2020-02-03 | Instead of passing titles through vis() which doubles backslashes, just | Nicholas Marriott |
2020-02-03 | use better markup for challenge and write-attestation, | Jason McIntyre |
2020-02-02 | Output (none) in debug in the case in the CheckHostIP=no case as | Darren Tucker |
2020-02-02 | Prevent possible null pointer deref of ip_str in debug. | Darren Tucker |
2020-02-02 | shuffle the challenge keyword to keep the -O list sorted; | Jason McIntyre |
2020-02-02 | Drop 'mixer' variable whose value is not used. | Alexandre Ratchov |
2020-02-02 | Rename {print,parse}_val() functions to {print,parse}_field() | Alexandre Ratchov |
2020-02-01 | Rename print_names flag to show_names. | Alexandre Ratchov |
2020-02-01 | Move commands processing into it's own routine. | Alexandre Ratchov |
2020-02-01 | update currency exchange rates; | Jason McIntyre |
2020-02-01 | tweak previous; | Jason McIntyre |
2020-01-31 | whitespace | Damien Miller |
2020-01-31 | force early logging to stderr if debug_flag (-d) is set; avoids | Damien Miller |
2020-01-31 | mistake in previous: filling the incorrect buffer | Damien Miller |
2020-01-31 | Add a sshd_config "Include" directive to allow inclusion of files. | Damien Miller |
2020-01-31 | spelling fix; | Jason McIntyre |
2020-01-30 | document changed default for UpdateHostKeys | Damien Miller |
2020-01-30 | enable UpdateKnownHosts=yes if the configuration specifies only the | Damien Miller |