summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-03-08Add formats for client and server UID and user (for multiuser setups).Nicholas Marriott
2022-03-07Pass client when adding menu item, GitHub issue 3103.Nicholas Marriott
2022-03-07Switch internal sample representation to 24-bit fixed-pointAlexandre Ratchov
2022-03-07Switch internal sample representation to 24-bit fixed-point.Alexandre Ratchov
2022-03-04Revert previous and add LOGIN_SETENV and LOGIN_SETRTABLETheo Buehler
2022-03-03Allow optional arguments.Nicholas Marriott
2022-03-02make searches for makefile before Makefile;Jason McIntyre
2022-03-01Don't convert codes for special keys (Tab, Enter, Escape).Nicholas Marriott
2022-03-01pack pollfd array before server_accept_loop() ppoll() call,Damien Miller
2022-02-28Exit on SIGHUP before attach also, GitHub issue 3084.Nicholas Marriott
2022-02-28Map control keys back to an ASCII uppercase letter when passing them onNicholas Marriott
2022-02-27The At macro doesn't accept v8, v9 or v10. Noticed by jmc@Todd C. Miller
2022-02-27Use ',' in custom separator example and change shell prompt to non-root.Todd C. Miller
2022-02-27tweak the opening paragraph for readability, and tidy up one of the examples;Jason McIntyre
2022-02-27include rejected signature algorithm in error message and not theChristian Weisgerber
2022-02-25use setall for setusercontext, to make it simpler to inherit new changes.Ted Unangst
2022-02-25fix indent and other minor KNF nitsTheo Buehler
2022-02-25Remove the char * casts from arguments to do_lstat, do_readdir andDarren Tucker
2022-02-25save an unneccessary alloc/free, based on patch fromDamien Miller
2022-02-23free(3) wants stdlib.hDamien Miller
2022-02-23put back the scp manpage changes for SFTP mode tooDamien Miller
2022-02-23and we go back to testing sftp-scp after the 8.9 release...Theo de Raadt
2022-02-23avoid integer overflow of auth attempts (harmless, caught by monitor)Damien Miller
2022-02-23randomise the password used in fakepwDamien Miller
2022-02-23use asprintf to construct .rhosts pathsDamien Miller
2022-02-23openssh-8.9Damien Miller
2022-02-22whitespaceTheo Buehler
2022-02-22Check asprintf() return to avoid crashing in strcmp().Theo Buehler
2022-02-22MAXCOMLEN is no longer needed in these programs, so remove the annotationTheo de Raadt
2022-02-22Since ktr_comm is now a string, we do not need MAXCOMLEN to limit printf.Theo de Raadt
2022-02-22Pledge stdio.Rob Pierce
2022-02-22Remove -v option from usage.Rob Pierce
2022-02-22Add a seq(1) command, similar to what is present in GNU and Plan9.Todd C. Miller
2022-02-22Do not attempt to update focus (and crash) when there is no previous window.Nicholas Marriott
2022-02-22Add next_session_id format with the next session ID, GitHub issue 3078.Nicholas Marriott
2022-02-22Initialize copy_width before adjusting it, GitHub issue 3079.Nicholas Marriott
2022-02-22Use correct size for screen when popup is created without borders.Nicholas Marriott
2022-02-22Add window-resized hook to man page, from Thomas Adam.Nicholas Marriott
2022-02-22repair sys/param.h namespace listTheo de Raadt
2022-02-22need a local nitems() definitionTheo de Raadt
2022-02-22need a local nitems() definitionTheo de Raadt
2022-02-20Fix vi recovery mode.Theo Buehler
2022-02-20move to 7.1-betaTheo de Raadt
2022-02-20sys/proc.h requires sys/signal.h (will become visible when sys/param.hTheo de Raadt
2022-02-19mininumu -> minimumJonathan Gray
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
2022-02-18prefer https links in man pagesJonathan Gray
2022-02-17new sentence, new lineJonathan Gray
2022-02-17check for EINTR/EAGAIN failures in the rfd fast-path;Damien Miller
2022-02-17Add a window-resized hook which is fired when the window is actuallyNicholas Marriott