summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-10-02add DESCRIPTION and .Ss to the toc; suggested by espie@Ingo Schwarze
2018-10-02enable the equivalent of -O toc in man.cgi(8)Ingo Schwarze
2018-10-02Add an option -T html -O toc to add a brief table of contents nearIngo Schwarze
2018-10-02mention INFO@openssh.com for sending SIGINFODamien Miller
2018-10-02Add server support for signalling sessions via the SSH channel/Damien Miller
2018-10-02Support a second argument to -O man,Ingo Schwarze
2018-10-02Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.Ingo Schwarze
2018-10-01Add missing URI encoding when writing HTTP redirects,Ingo Schwarze
2018-10-01update currency exchange rates;Jason McIntyre
2018-09-30telnet argv parsing overflow; from YangX92Theo de Raadt
2018-09-30For -w output in -m mode, tweak the handling of bytes that do notIngo Schwarze
2018-09-30fix the rest of the bug mitigated in the previous commit:Ingo Schwarze
2018-09-29Treat NUL like any other byte in the default case; aligns newline countcheloha
2018-09-28If tpcbench(8) is startet with -r0 it does not print statistics.Alexander Bluhm
2018-09-28Add unveil(2) to sdiff(1) to the following files:Ricardo Mestre
2018-09-28Fix white spaces.Alexander Bluhm
2018-09-27Use same working directory rules for jobs as new windows rather thanNicholas Marriott
2018-09-26KERN_CPTIME2: set ENODEV if the CPU is offline.cheloha
2018-09-26Use more appropiate types/limits around strtonum()kn
2018-09-26Adjust alignment in hostsprint()kn
2018-09-26remove big ugly TODO comment from start of file. Some of the mentionedDamien Miller
2018-09-26Document mux proxy mode; added by Markus in openssh-7.4Damien Miller
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