summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-08-27add a type of "auth-doas" to the perm check to allow login.conf fiddlingTed Unangst
2015-08-27backout previous for now, as it causes me portability problemsAlexandre Ratchov
2015-08-27fix typos in comments and error messagesAlexandre Ratchov
2015-08-27Allow sparse blocks to be used as silence if samples are encodedAlexandre Ratchov
2015-08-27use strtonum to parse the number of lines of context.David Gwynne
2015-08-25When searching for tabs, start from screen width, fixes out-of-boundsNicholas Marriott
2015-08-24In grid_duplicate_lines, if the line is empty (cellsize == 0) then clearNicholas Marriott
2015-08-24Document clear(1) a bit more prominently.Jeremie Courreges-Anglas
2015-08-24Remove obsolete fields in struct unpcb. In the past they were usedAlexander Bluhm
2015-08-23Need to permit kbind in this sandbox tooPhilip Guenther
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2015-08-22Add cwd context to syslog entry.Doug Hogan
2015-08-22tweak previous;Jason McIntyre
2015-08-22system(3) call remove for updating (ctags -u)Sebastien Marie
2015-08-21Improve printing of KEX offers and decisionsDamien Miller
2015-08-21Fix printing (ssh -G ...) of HostKeyAlgorithms=+...Damien Miller
2015-08-21Fix expansion of HostkeyAlgorithms=+...Damien Miller
2015-08-21Regen moduliDarren Tucker
2015-08-21Improve size == 0, count == 0 checking in mm_zalloc, which is "array" like.Theo de Raadt
2015-08-21openssh-7.1Damien Miller
2015-08-21fix inverted logic that broke PermitRootLogin;Damien Miller
2015-08-21correctly indent a line to make the intent clearJonathan Gray
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-08-20Do not need to cast malloc(). stdlib.h is brought in via a local .h file.Theo de Raadt
2015-08-20In the certificates section, be consistent about using "host_key"Christian Weisgerber
2015-08-20Show program name for permission failure messages.Rafael Zalamena
2015-08-19Better compat matching for WinSCP, add compat matching forDamien Miller
2015-08-19fix double-free() in error path of DSA key generation reported byDamien Miller
2015-08-19fix free() of uninitialised pointer reported by Mateusz Kocielski;Damien Miller
2015-08-19fixed unlink([uninitialised memory]) reported by Mateusz Kocielski;Damien Miller
2015-08-19bring prototypes into scope, requires movement of a large global objectTheo de Raadt
2015-08-18do not cast malloc() return if stdlib.h is includedTheo de Raadt
2015-08-17Fix whois server detection for new TLDs using whois.nic.<domain> whereStuart Henderson
2015-08-16Come out of copy mode when history is cleared.Nicholas Marriott
2015-08-14match myproposal.h order; from brian conwayJason McIntyre
2015-08-14Remove charsets other than UTF-8 from locale(1) output.Stefan Sperling
2015-08-14Move locate(1) database build directory back to /tmp and kill non-existentRafael Zalamena
2015-08-13oops, SYNOPSIS was missing an Ar; while here i tweaked the list spacing;Jason McIntyre
2015-08-13Grow -P (POSIX output) and -t (POSIX output radix) support. Several 3rd-partyMiod Vallat
2015-08-13and now we can unify the code. okay tedu@Marc Espie
2015-08-13right-up should be right-of, also rename the values too.Nicholas Marriott
2015-08-12more explicit warnings. Okay tedu@Marc Espie
2015-08-12Support + and - for dates.Nicholas Marriott
2015-08-12Mention LC_MESSAGES.Vadim Zhukov
2015-08-12Fix adjustment of the offset when string, pstring or search match.Nicholas Marriott
2015-08-12Rename left/right/up/down relative to active pane to add -of suffixNicholas Marriott
2015-08-12Add string/Ww as aliases for string/Bb, and ignore t. (The latestNicholas Marriott
2015-08-11Only warn about [bl]estring16 when they are used, like the otherNicholas Marriott
2015-08-11When an exact string match is found, only print the test string, not upNicholas Marriott
2015-08-11Any type can be prefixed with "u", even where it makes no sense. AlsoNicholas Marriott