summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-04-18Fix || example.Nicholas Marriott
2018-04-16Disable SSH2_MSG_DEBUG messages for Twisted Conch clients withoutDamien Miller
2018-04-14don't free the %C expansion, it's used later for LocalCommandDamien Miller
2018-04-13Use TIOCGWINSZ to reduce the default -Owidth during interactive useIngo Schwarze
2018-04-13Make sure that mandoc only goes into UTF-8 mode if the user reallyIngo Schwarze
2018-04-13preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze
2018-04-13mg tries to write backups to the wrong directory when run under aFlorian Obser
2018-04-13notify user immediately when underlying ssh process dies;Damien Miller
2018-04-13Defend against user enumeration timing attacks.Darren Tucker
2018-04-11preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze
2018-04-11Stop telling patch(1) runs ed(1).Vadim Zhukov
2018-04-11Allow no client for rename-session, from Ryan Freeman.Nicholas Marriott
2018-04-10Delete the description of the argument of the "ciphers" commandIngo Schwarze
2018-04-10A couple of fixes to the : form of SGR. Apparently there is an extraNicholas Marriott
2018-04-10print rtable for internet sockets unless it's the default; based on a diffStuart Henderson
2018-04-10Add x and X to choose-tree (with a confirmation prompt) to kill anNicholas Marriott
2018-04-10typo: "anon's" -> "anons"Mike Larkin
2018-04-10Two new low-level roff(7) features:Ingo Schwarze
2018-04-10lots of typos in comments/docs. Patch from Karsten Weiss after checkingDamien Miller
2018-04-09don't kill ssh-agent's listening socket entriely if we fail to accept aDamien Miller
2018-04-09When accessing an undefined number register, define it to be zero, likeIngo Schwarze
2018-04-09the UseLogin option was removed, so remove it here too.T.J. Townsend
2018-04-09Using an undefined string or macro will cause it to be defined as empty.Ingo Schwarze
2018-04-08The assault on Dutschke happened in 1968.Theo Buehler
2018-04-08tweak previous;Jason McIntyre
2018-04-07have libtool do libtool work, mainly work around exec limitations byMarc Espie
2018-04-07Remove unused pathnames.h header since patch was refactoring into not invokinganton
2018-04-07tweak previous;Jason McIntyre
2018-04-06Print a 'p' flag for file descriptors that were opened after pledge(2).Alexander Bluhm
2018-04-06Allow "SendEnv -PATTERN" to clear environment variables previouslyDamien Miller
2018-04-06Fix link, from Eliran Gonen.Nicholas Marriott
2018-04-06relax checking of authorized_keys environment="..." options to allowDamien Miller
2018-04-06add a couple of missed options to the config dump; patch fromDamien Miller
2018-04-06ssh does not accept -oInclude=... on the commandline, the Include keywordDamien Miller
2018-04-05We don't offer CBC cipher by default any more. Spotted by RenaudDamien Miller
2018-04-05Do not use a non-portable .R man(7) macro. Neither groff nor theIngo Schwarze
2018-04-05use the portable \(lq and \(rq internally rather than \(Lq and \(RqIngo Schwarze
2018-04-05For .Do/.Dq, use the documented and portable \(lq and \(rqIngo Schwarze
2018-04-04Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for interactive and CS1 ...job
2018-04-03Import regenerated moduli file.Darren Tucker
2018-04-01With malloc option J, the first realloc(3) in apply(1) would returnAlexander Bluhm
2018-04-01update currency exchange rates;Jason McIntyre
2018-03-31Improve description of openssl(1) ciphers.Ingo Schwarze
2018-03-30Updates to the description of "openssl ca" from OpenSSL.Ingo Schwarze
2018-03-30checked the content against the current version of OpenSSL openssl.pod;Ingo Schwarze
2018-03-30Fix overflow in list value parsing.Tobias Stoeckmann
2018-03-29Do not crash on empty window, reported by Jamie Macdonald in GitHubNicholas Marriott
2018-03-27Clear password buffers in non-terminating casesTheo de Raadt
2018-03-27Fix possibly wrong execution of commands and out of boundary write withTobias Stoeckmann
2018-03-24openssh-7.7Markus Friedl