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