summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-03-18typo;Jason McIntyre
2005-03-17Fix eof without newline handling. spotted by and ok deraadt@Otto Moerbeek
2005-03-164.1Markus Friedl
2005-03-16get the syntax right for {Local,Remote}Forward;Jason McIntyre
2005-03-15change some silly snprintf(buf, buflen, "%s", login) calls to just useNiall O'Higgins
2005-03-15snprintf(buf, sizeof(buf), "%s", p) is silly, use strlcpy(). From Bruno Rohee.Otto Moerbeek
2005-03-14make the OPERATORS list -compact: this avoids the nasty line splitJason McIntyre
2005-03-14add an example showing how to use -prune to skip a directory whilstJason McIntyre
2005-03-14simplify the description of -d to avoid confusion;Jason McIntyre
2005-03-14limit input buffer size for channels; bugzilla #896; with and ok dtucker@Markus Friedl
2005-03-14Populate host for log message for logins denied by AllowUsers and DenyUsers.Darren Tucker
2005-03-14Correct description of -H (bz #997); ok markus@, punctuation jmc@Darren Tucker
2005-03-13set rcs_errno to RCS_ERR_NOENT if no matching symbol is found inJean-Francois Brousseau
2005-03-13support for the optional `branch' keyword, which is used to set theJean-Francois Brousseau
2005-03-13spacingJean-Francois Brousseau
2005-03-13unbreak, and do this correct.Joris Vink
2005-03-13simplify if {} else {} case.Joris Vink
2005-03-13Use correct byte order when printing out port numbers.Chad Loder
2005-03-13make 'netstat -i' print carp link addresses correctly.Marco Pfatschbacher
2005-03-13maintain alphabetical order in primaries list;Jason McIntyre
2005-03-12thanx -> thanksThierry Deval
2005-03-12escape `.' at eol to avoid double spacing issue;Jason McIntyre
2005-03-12escape `.' at eol to avoid double spacing issues;Jason McIntyre
2005-03-12sync usage() w/ synopsis;Jason McIntyre
2005-03-12- tweak synopsisJason McIntyre
2005-03-12spacingTheo de Raadt
2005-03-11- synopsis according to style(9)Jason McIntyre
2005-03-11PR 4135: detect illegal frame sizes; fix file transfer when usingOtto Moerbeek
2005-03-11support the remaining options as well.Joris Vink
2005-03-11typo, missing \n; mpechMarkus Friedl
2005-03-10spacingTheo de Raadt
2005-03-10oops, right maskTheo de Raadt
2005-03-10use right permissionsTheo de Raadt
2005-03-10wrap AF_UNIX bind() call in umask() handling (as well as post-chmod)Theo de Raadt
2005-03-10spacingTheo de Raadt
2005-03-10fix more BACKUP/NOBACKUP/NO_BACKUP confusion, again no binary change.Henning Brauer
2005-03-10-v description comes before -w;Jason McIntyre
2005-03-10spacingTheo de Raadt
2005-03-10add -n command line switch to disable backup file generation, handyHenning Brauer
2005-03-10the realpath() was needed to do do relative to absolute pathHenning Brauer
2005-03-10switch keyword (Id -> OpenBSD) and prettier alignmentJean-Francois Brousseau
2005-03-10Check listen addresses for null, prevents xfree from dying duringDarren Tucker
2005-03-10Use correct byte order when printing out port numbers.Chad Loder
2005-03-09remove useless -DBACKUP from CFLAGS and change the comment for BACKUPHenning Brauer
2005-03-09unmaintained cruft, get rid of it instead of spreading bad infoJean-Francois Brousseau
2005-03-09fix mg's behaviour with regards to files on which we do not haveJean-Francois Brousseau
2005-03-09connect rcs/ stuffs; ok jfb jorisXavier Santolaria
2005-03-09enable -f option of `remove' command; ok jfb jorisXavier Santolaria
2005-03-09align, and don't override the standard BINOWN and BINMODEJean-Francois Brousseau
2005-03-09the mg binary is too small, if we keep adding theo quotes we might beHenning Brauer