summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-03-29fix memleakJoris Vink
2005-03-29be more verbose when cleaning up the string table.Joris Vink
2005-03-29Nicer wrapping. We used to mimick the old dc(1), which printsOtto Moerbeek
2005-03-29allow cmd_options to be NULL, so that commands whichJoris Vink
2005-03-29put back the cmd.c file, it got lost in previous commits.Joris Vink
2005-03-28dead codeJean-Francois Brousseau
2005-03-28build with the yacc date parserJean-Francois Brousseau
2005-03-28make LP_TRACE messages go through again, and assign them a level ofJean-Francois Brousseau
2005-03-28alignmentJean-Francois Brousseau
2005-03-28Linefeed is part of a line according to POSIX, so take that into accountOtto Moerbeek
2005-03-28mark potential signal race so we fix it later, ok ottoTheo de Raadt
2005-03-28spacingTheo de Raadt
2005-03-28fix argument count in cvs_startcmd()Joris Vink
2005-03-27revert r1.9; this one needs more discussionRobert Nagy
2005-03-27Use inclusive bound check for line length, it is more clear.Otto Moerbeek
2005-03-27Make call stack auto-growing, instead of fixed size. Enables much deeperOtto Moerbeek
2005-03-27add a -i option to ignore case distinctions in the process match;Robert Nagy
2005-03-26check for null and return error instead of stepping over itMichael Shalayeff
2005-03-26fix a typoMichael Shalayeff
2005-03-26fix a variety of things i found at coverity. ok joris@Ted Unangst
2005-03-25kill unneeded (char *) casts. ok millert, ottoJared Yanovich
2005-03-25Use the return value from getopt() instead of optopt in non-errorJared Yanovich
2005-03-24more cleanup and knfJean-Francois Brousseau
2005-03-24ditch the filename hash table and use the new strtab code insteadJean-Francois Brousseau
2005-03-24oops, call to old function that was missedJean-Francois Brousseau
2005-03-24add missing prototypes for standard yacc functions and make yyerror()Jean-Francois Brousseau
2005-03-24add the string table code and enable it on startupJean-Francois Brousseau
2005-03-24add the first pieces of our new command framework.Joris Vink
2005-03-23move the filename string table code in a separate file so we can use itJean-Francois Brousseau
2005-03-23public domain yacc date parser with a first round of knfJean-Francois Brousseau
2005-03-22add `calendar.all' file to FILES section; ok mickey jmcXavier Santolaria
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