Age | Commit message (Expand) | Author |
2018-09-29 | Treat NUL like any other byte in the default case; aligns newline count | cheloha |
2018-09-28 | If tpcbench(8) is startet with -r0 it does not print statistics. | Alexander Bluhm |
2018-09-28 | Add unveil(2) to sdiff(1) to the following files: | Ricardo Mestre |
2018-09-28 | Fix white spaces. | Alexander Bluhm |
2018-09-27 | Use same working directory rules for jobs as new windows rather than | Nicholas Marriott |
2018-09-26 | KERN_CPTIME2: set ENODEV if the CPU is offline. | cheloha |
2018-09-26 | Use more appropiate types/limits around strtonum() | kn |
2018-09-26 | Adjust alignment in hostsprint() | kn |
2018-09-26 | remove big ugly TODO comment from start of file. Some of the mentioned | Damien Miller |
2018-09-26 | Document mux proxy mode; added by Markus in openssh-7.4 | Damien Miller |
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 |