Age | Commit message (Expand) | Author |
2018-09-26 | s/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-25 | Use getnameinfo(2) | kn |
2018-09-25 | usage() is void | kn |
2018-09-25 | Allow panes to be 1 line or column by redrawing instead of using the | Nicholas Marriott |
2018-09-25 | Since each database that has the rpath promise only needs to access one | Ricardo Mestre |
2018-09-25 | Remove initial pledge(2) that doesn't give us much protection since it's so | Ricardo Mestre |
2018-09-24 | Only include pane status in minimum size if it is turned on, GitHub | Nicholas Marriott |
2018-09-22 | Remove unused Table_size define and digits() function. | Todd C. Miller |
2018-09-22 | Use user_from_uid() and uid_from_user() directly. The wrappers | Todd C. Miller |
2018-09-22 | fix uid -> username lookup | Richard Procter |
2018-09-21 | Use password/group cache functions and avoid stashing a pointer to | Todd C. Miller |
2018-09-21 | Use password/group cache functions and avoid stashing a pointer to | Todd C. Miller |
2018-09-21 | Allow ssh_config ForwardX11Timeout=0 to disable the timeout and allow | Damien Miller |
2018-09-21 | when compiled with GSSAPI support, cache supported method OIDs by | Damien Miller |
2018-09-21 | In sshkey_in_file(), ignore keys that are considered for being too | Damien Miller |
2018-09-21 | Treat connections with ProxyJump specified the same as ones with a | Damien Miller |
2018-09-20 | actually make CASignatureAlgorithms available as a config option | Damien Miller |
2018-09-20 | fix indentation | Jonathan Gray |
2018-09-20 | fix indentation | Jonathan Gray |
2018-09-20 | Import updated moduli. | Darren Tucker |
2018-09-20 | reorder CASignatureAlgorithms, and add them to the various -o lists; | Jason McIntyre |
2018-09-20 | fix "ssh -Q sig" to show correct signature algorithm list (it was | Damien Miller |
2018-09-20 | add CASignatureAlgorithms option for the client, allowing it to specify | Damien Miller |
2018-09-20 | Add sshd_config CASignatureAlgorithms option to allow control over | Damien Miller |
2018-09-19 | Make "ssh-add -q" do what it says on the tin: silence output from | Damien Miller |
2018-09-18 | Fix typo in previous: group_from_gid(st->st_gid, 1), not st_uid. | Theo Buehler |
2018-09-18 | i forgot to sync sndiod with aucat/dsp.c rev 1.12 | miko |
2018-09-18 | clear p->ctx array with memset(); ok ratchov@ | miko |
2018-09-18 | Use user_from_uid(3) if getlogin(2) fails, storing the uid as a | Todd C. Miller |
2018-09-17 | Use the strict pragma for better warnings. | Todd C. Miller |
2018-09-17 | When choosing a prime from the moduli file, avoid re-using the | Todd C. Miller |
2018-09-17 | Move tally mark printing out of the main benchmark loop; ok tb@ | cheloha |
2018-09-17 | unveil(2) "path" (/dev/audioctl0 by default, or changed via args) with rw | Ricardo Mestre |
2018-09-16 | Unbreak tree with 'char *' -> 'const char *' for | Kenneth R Westerback |
2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that | Todd C. Miller |
2018-09-16 | Use user_from_uid(3) and group_from_gid(3) in a few more places | Todd C. Miller |
2018-09-16 | Use user_from_uid(3) and group_from_gid(3) to avoid extra passwd | Todd C. Miller |
2018-09-16 | Replace the local getname() and getuserid() functions with calls | Todd C. Miller |
2018-09-14 | Do not leak a file descriptor when opening nohup.out. Make sure | Alexander Bluhm |
2018-09-14 | No longer needed since the ping/ping6 unification. | Florian Obser |
2018-09-14 | second try, deals properly with missing and private-only keys: | Damien Miller |
2018-09-14 | revert following; deals badly with agent keys | Damien Miller |
2018-09-14 | garbage-collect moribund ssh_new_private() API. | Damien Miller |
2018-09-14 | Use consistent format in debug log for keys readied, offered and | Damien Miller |
2018-09-13 | Fix warnings caused by user_from_uid() and group_from_gid() now | Todd C. Miller |
2018-09-13 | hold our collective noses and use the openssl-1.1.x API in OpenSSH; | Damien Miller |
2018-09-12 | fix edit mistake; spotted by jmc@ | Damien Miller |
2018-09-12 | add SSH_ALLOWED_CA_SIGALGS - the default list of signature algorithms | Damien Miller |
2018-09-12 | add sshkey_check_cert_sigtype() that checks a cert->signature_type | Damien Miller |