summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2018-09-12add cert->signature_type field and keep it in sync with certificateDamien Miller
2018-09-12Add "ssh -Q sig" to allow listing supported signature algorithmsDamien Miller
2018-09-12allow key revocation by SHA256 hash and allow ssh-keygen to create KRLsDamien Miller
2018-09-12log certificate fingerprint in authentication success/failure messageDamien Miller
2018-09-11The cursor position is limited to the margins for CUF and CUB, so turnNicholas Marriott
2018-09-11Do not check for mouse events on pane borders when zoomed, based on aNicholas Marriott
2018-09-10Do not clear selection when searching.Nicholas Marriott
2018-09-09Fix a crash in rdistd triggered by the recent getpw{ent,nam,uid}Todd C. Miller
2018-09-07Remove unnused af argument from unmask(), sync with pfctlkn
2018-09-07Declare strings passed to local_listen() as const. This makes itAlexander Bluhm