summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-06-24move a space to the correct spotTed Unangst
2016-06-23fix AuthenticationMethods during configuration re-parse;Damien Miller
2016-06-21use the same argument name for -f in usage() as in SYNOPSIS;Jason McIntyre
2016-06-21Make usage string match the man page.Alexandre Ratchov
2016-06-21some formatting and comma tweaks; ok ratchovJason McIntyre
2016-06-21Update manual to "new" audioctl:Alexandre Ratchov
2016-06-21Reimplement audioctl using new api in a simper way.Alexandre Ratchov
2016-06-21Fix a bug loading the default certificate path locations.Brent Cook
2016-06-19Move the RB_ code from doas.h to env.c, and limit the environment interface to aMartijn van Duren
2016-06-19revert 1.34; causes problems loading public keysDamien Miller
2016-06-17grammar fix;Jason McIntyre
2016-06-17translate OpenSSL error codes to something more meaninful;Damien Miller
2016-06-17ban AuthenticationMethods="" and accept AuthenticationMethods=anyDamien Miller
2016-06-16the environment handling code was showing its age. just because environTed Unangst
2016-06-16Include stdarg.h for va_copy as per man page.Darren Tucker
2016-06-16Allow a command to be specified to display-panes, similar toNicholas Marriott
2016-06-16keys stored in openssh format can have comments too;Jason McIntyre
2016-06-15Add missing buffer_name format, from Awal Garg.Nicholas Marriott
2016-06-15Copy mode needs to keep the original grid intact so it can copy from itNicholas Marriott
2016-06-15Add -F to list-commands.Nicholas Marriott
2016-06-15Remove "POSSIBLE BREAK-IN ATTEMPT!" from log message about forward andDarren Tucker
2016-06-12Remove old unused prototype, from Ilya Kaliman.Nicholas Marriott
2016-06-11don't use specified twice in a sentence, noticed by jmcTed Unangst
2016-06-11clarify some wordingTed Unangst
2016-06-11specify that default is deny if no rule matchesTed Unangst
2016-06-11expand contractionsTed Unangst
2016-06-11tighten up some wordingTed Unangst
2016-06-10Spelling error (incrased -> increased), from Josh Soref.Nicholas Marriott
2016-06-10Simplify the sample rate converter, no behaviour change.Alexandre Ratchov
2016-06-08removed unused fields of resamp structureAlexandre Ratchov
2016-06-08use getprognameTed Unangst
2016-06-08Back out rev 1.28 "Check min and max sizes sent by the client" change.Darren Tucker
2016-06-07revert recent changes to allow setenv. everybody now has an idea aboutTed Unangst
2016-06-07merge setenv feature into keepenv. less grammar, more better.Ted Unangst
2016-06-07Add -g and -p options to control device and file start position.Alexandre Ratchov
2016-06-07ktrace support for pollfd[] arraysTheo de Raadt
2016-06-07Add resamp_getcnt() routine to calculate the exact number of samplesAlexandre Ratchov
2016-06-07"Well finally everyone can see that the shit is really shitty."Ted Unangst
2016-06-07add a hack to avoid printing the long string format for times in the 70s.Ted Unangst
2016-06-06Much faster (and smaller) method of mapping RGB colour to an xterm(1)Nicholas Marriott
2016-06-06Cache selected state so that cells going from selected to unselected are notNicholas Marriott
2016-06-06Insert new panes after the pane being split in the list rather thanNicholas Marriott
2016-06-06Allow #[] in window-status-separator.Nicholas Marriott
2016-06-06it's typedef, not typdef.Tobias Ulmer
2016-06-05In netstat, display correct counter for 'no basic MCS set' error.Stefan Sperling
2016-06-05spelling fix;Jason McIntyre
2016-06-05add a doas.conf setenv directive that allows setting environmentDamien Miller
2016-06-03tweak previous;Jason McIntyre
2016-06-03Allow ExitOnForwardFailure and ClearAllForwardings to be overridden whenDarren Tucker
2016-06-03Move the host and port used by ssh -W into the Options struct.Darren Tucker