summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-07-17wrap some long linesDamien Miller
2021-07-17fix sftp on ControlPersist connections, broken by recent SessionTypeDamien Miller
2021-07-16Update the default block size in the manual, in sndiod.c r1.37 it wasStuart Henderson
2021-07-16Explicitly check for and start time-based rekeying in the clientDamien Miller
2021-07-15Wrap over 80 long lines in ca.cKinichiro Inoguchi
2021-07-15Explicitly check pointer variable if it is NULL or not in ca.cKinichiro Inoguchi
2021-07-15Remove space between '*' and pointer variable in ca.cKinichiro Inoguchi
2021-07-15Use 'serial' rather than 'ser' in ca.cKinichiro Inoguchi
2021-07-15Convert openssl(1) ca option handlingKinichiro Inoguchi
2021-07-14Remove unneeded calls to tls_init(3)kn
2021-07-14Restructure the getopt_long options. Sort them mostly by name with theClaudio Jeker
2021-07-14Move default value for TERM into tmux.h.Nicholas Marriott
2021-07-14reorder SessionType; ok djmJason McIntyre
2021-07-13add a SessionType directive to ssh_config, allowing the configurationDamien Miller
2021-07-13Give #() commands a one second grace period where the output is emptyNicholas Marriott
2021-07-13Only use client for sizing when not detached, GitHub issue 2772.Nicholas Marriott
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-07-12Make limit for time_t test unconditional in the format_absolute_timeDarren Tucker
2021-07-12Use existing format_absolute_time() function when printing cert validityDarren Tucker
2021-07-09silence redundant error message; reported by Fabian StelzerDamien Miller
2021-07-08Avoid a potential buffer overflow in backslash escaping.Todd C. Miller
2021-07-08Fix mouse_word format now word-separators has no space and position ofNicholas Marriott
2021-07-08csplit(1): Fix extraneous output in edge caseTodd C. Miller
2021-07-06Improve error reporting when the tmux /tmp directory cannot be createdNicholas Marriott
2021-07-06Forbid empty session names, GitHub issue 2758.Nicholas Marriott
2021-07-05Fix off-by-one array access when 64 channel stream is resampledAlexandre Ratchov
2021-07-05Fix a couple of whitespace things. Portable already has these so thisDarren Tucker
2021-07-05Order includes as per style(9). Portable already has these so thisDarren Tucker
2021-07-05Remove comment referencing now-removed RhostsRSAAuthentication. ok djm@Darren Tucker
2021-07-05allow spaces to appear in usernames for local to remote, and scp -3Damien Miller
2021-07-04The mandoc(1) manual already mentions that -T man output modeIngo Schwarze
2021-07-02Use nanosleep() and setitimer() instead of usleep() and ualarm().Todd C. Miller
2021-07-02Remove obsolete comments about SSHv1 auth methods. ok djm@Darren Tucker
2021-07-02Remove references to ChallengeResponseAuthentication in favour ofDarren Tucker
2021-06-30... way too much white space!Claudio Jeker
2021-06-30Remove TODO.md, this file is not up-to-date and also not really a goodClaudio Jeker
2021-06-30Replace Id: tags with OpenBSD: tagsClaudio Jeker
2021-06-28In terminal output of man(7) documents, stop printing two extra blankIngo Schwarze
2021-06-27add a style message about overlong text lines,Ingo Schwarze
2021-06-25fix decoding of X.509 subject name; from Leif Thuresson via bz3327Damien Miller
2021-06-25Use better language to refer to the user. From l1ving via githubDarren Tucker
2021-06-25Replace SIGCHLD/notify_pipe kludge with pselect.Darren Tucker
2021-06-23substantially shorten the usage() messageTheo de Raadt
2021-06-22reduce verbosity in usage and make it match SYNOPSIS;Jason McIntyre
2021-06-22reduce verbosity in usage and make it match SYNOPSIS;Jason McIntyre
2021-06-22reduce verbosity in usage and make it match SYNOPSIS;Jason McIntyre
2021-06-22Reduce verbosity in tset/reset usage()Theo Buehler
2021-06-22Hoist initialization of _nc_progname to start of main()Theo Buehler
2021-06-20Change the authentication protocol (-a) default to SHA-256 and the privacyMartijn van Duren
2021-06-18Mention %1 under choose-tree also.Nicholas Marriott