summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-08-02session_groups can be static also.Nicholas Marriott
2018-08-02Make key trees and some other bits static.Nicholas Marriott
2018-08-02Minor tidying.Nicholas Marriott
2018-08-02Make display-panes block the client until a pane is chosen or it times out.Nicholas Marriott
2018-08-01Fix an off-by-one string read access that could happen if an emptyIngo Schwarze
2018-08-01After rewriting the parse buffer from scratch, we also have to resetIngo Schwarze
2018-08-01Initialize new lineflag member.Nicholas Marriott
2018-08-01Avoid a read access one byte beyond the end of an allocated stringIngo Schwarze
2018-08-01Use a single space after colon in another errx().Theo Buehler
2018-08-01Disallow negative reps, they make no sense. While here, sscanf -> strtonum.cheloha
2018-08-01Remove midsentence period.rob
2018-08-01document when -exec evaluates to true; from kris katterjohnJason McIntyre
2018-08-01Update a comment to include -delete, -execdir, -ls and -print0 amongTheo Buehler
2018-08-01Document that -delete and -execdir prevent -print from being assumed.Theo Buehler
2018-08-01update currency exchange rates;Jason McIntyre
2018-07-31Relocate some public functions above the internal functions comment.rob
2018-07-31Do not leak path or use it after free.Nicholas Marriott
2018-07-31Move struct screen_sel into screen.c and tidy up members that are onlyNicholas Marriott
2018-07-31Fix some debugging output now that ber type and encoding are unsigned int.rob
2018-07-31Make ber type and encoding a unsigned int instead of unsigned long.Claudio Jeker
2018-07-31Clear history on RIS like most other terminals do.Nicholas Marriott
2018-07-31delay bailout for invalid authenticating user until after the packetDamien Miller
2018-07-31fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366Damien Miller
2018-07-31KNFTheo de Raadt
2018-07-30catch up with the symlink removal of /dev/{audio,mixer};Jason McIntyre
2018-07-30Remove a leftover unused struct.Nicholas Marriott
2018-07-29After "termcap" initilization is finished, top appears to not open anyTheo de Raadt
2018-07-29UTF-8 support: use wcwidth(3) when calculating column widths;Ingo Schwarze
2018-07-28Issue a STYLE message when normalizing the date format in .Dd/.TH.Ingo Schwarze
2018-07-27garbage collect the unused "#define INDENT"Ingo Schwarze
2018-07-27avoid expensive channel_open_message() calls; ok djm@Markus Friedl
2018-07-27Now that ssh can't be setuid, remove the original_real_uid andDarren Tucker
2018-07-27Remove uid checks from low port binds. Now that ssh cannot beDarren Tucker
2018-07-27ssh(1) no longer supports being setuid root. Remove reference to crc32Darren Tucker
2018-07-25Document the spinning time of the CPU in systat(1) and top(1).Alexander Bluhm
2018-07-25Don't redefine Makefile choices which come correct from bsd.*.mkTheo de Raadt
2018-07-25fix indent; Clemens GoessnitzerTheo de Raadt
2018-07-25Use the caller provided (copied) pwent struct in load_public_identity_filesBob Beck
2018-07-23Remove more redundant element selectors where the class selectorIngo Schwarze
2018-07-23replace the last instances of ex units by em;Ingo Schwarze
2018-07-23oops, failed to notice that SEE ALSO got messed up;Jason McIntyre
2018-07-23Point to glob in section 7 for the actual list of special characters insteadkn
2018-07-22Switch authorized_keys example from ssh-dss to ssh-rsa since the formerDarren Tucker
2018-07-20add pledge(2), it only needs rpath if reading from a fileRicardo Mestre
2018-07-20zap whitespacesRicardo Mestre
2018-07-20slightly-clearer description for AuthenticationMethods - the listsDamien Miller
2018-07-20remove unused zlib.hDamien Miller
2018-07-19Fix typo in comment. From Alexandru Iacob via github.Darren Tucker
2018-07-19Deprecate UsePrivilegedPort now that support for running ssh(1)Darren Tucker
2018-07-18Convert from fgetln(3) to getline(3). Based on a diff from Lauri Tirkkonen.Todd C. Miller