summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-09-26s/process_mux_master/mux_master_process/ in mux master function names,Damien Miller
2018-09-25-T applies to ip6 too, apparently;Jason McIntyre
2018-09-25Use getnameinfo(2)kn
2018-09-25usage() is voidkn
2018-09-25Allow panes to be 1 line or column by redrawing instead of using theNicholas Marriott
2018-09-25Since each database that has the rpath promise only needs to access oneRicardo Mestre
2018-09-25Remove initial pledge(2) that doesn't give us much protection since it's soRicardo Mestre
2018-09-24Only include pane status in minimum size if it is turned on, GitHubNicholas Marriott
2018-09-22Remove unused Table_size define and digits() function.Todd C. Miller
2018-09-22Use user_from_uid() and uid_from_user() directly. The wrappersTodd C. Miller
2018-09-22fix uid -> username lookupRichard Procter
2018-09-21Use password/group cache functions and avoid stashing a pointer toTodd C. Miller
2018-09-21Use password/group cache functions and avoid stashing a pointer toTodd C. Miller
2018-09-21Allow ssh_config ForwardX11Timeout=0 to disable the timeout and allowDamien Miller
2018-09-21when compiled with GSSAPI support, cache supported method OIDs byDamien Miller
2018-09-21In sshkey_in_file(), ignore keys that are considered for being tooDamien Miller
2018-09-21Treat connections with ProxyJump specified the same as ones with aDamien Miller
2018-09-20actually make CASignatureAlgorithms available as a config optionDamien Miller
2018-09-20fix indentationJonathan Gray
2018-09-20fix indentationJonathan Gray
2018-09-20Import updated moduli.Darren Tucker
2018-09-20reorder CASignatureAlgorithms, and add them to the various -o lists;Jason McIntyre
2018-09-20fix "ssh -Q sig" to show correct signature algorithm list (it wasDamien Miller
2018-09-20add CASignatureAlgorithms option for the client, allowing it to specifyDamien Miller
2018-09-20Add sshd_config CASignatureAlgorithms option to allow control overDamien Miller
2018-09-19Make "ssh-add -q" do what it says on the tin: silence output fromDamien Miller
2018-09-18Fix typo in previous: group_from_gid(st->st_gid, 1), not st_uid.Theo Buehler
2018-09-18i forgot to sync sndiod with aucat/dsp.c rev 1.12miko
2018-09-18clear p->ctx array with memset(); ok ratchov@miko
2018-09-18Use user_from_uid(3) if getlogin(2) fails, storing the uid as aTodd C. Miller
2018-09-17Use the strict pragma for better warnings.Todd C. Miller
2018-09-17When choosing a prime from the moduli file, avoid re-using theTodd C. Miller
2018-09-17Move tally mark printing out of the main benchmark loop; ok tb@cheloha
2018-09-17unveil(2) "path" (/dev/audioctl0 by default, or changed via args) with rwRicardo Mestre
2018-09-16Unbreak tree with 'char *' -> 'const char *' forKenneth R Westerback
2018-09-16Use uid_from_user(3) and gid_from_group(3) in utilities thatTodd C. Miller
2018-09-16Use user_from_uid(3) and group_from_gid(3) in a few more placesTodd C. Miller
2018-09-16Use user_from_uid(3) and group_from_gid(3) to avoid extra passwdTodd C. Miller
2018-09-16Replace the local getname() and getuserid() functions with callsTodd C. Miller
2018-09-14Do not leak a file descriptor when opening nohup.out. Make sureAlexander Bluhm
2018-09-14No longer needed since the ping/ping6 unification.Florian Obser
2018-09-14second try, deals properly with missing and private-only keys:Damien Miller
2018-09-14revert following; deals badly with agent keysDamien Miller
2018-09-14garbage-collect moribund ssh_new_private() API.Damien Miller
2018-09-14Use consistent format in debug log for keys readied, offered andDamien Miller
2018-09-13Fix warnings caused by user_from_uid() and group_from_gid() nowTodd C. Miller
2018-09-13hold our collective noses and use the openssl-1.1.x API in OpenSSH;Damien Miller
2018-09-12fix edit mistake; spotted by jmc@Damien Miller
2018-09-12add SSH_ALLOWED_CA_SIGALGS - the default list of signature algorithmsDamien Miller
2018-09-12add sshkey_check_cert_sigtype() that checks a cert->signature_typeDamien Miller