Age | Commit message (Expand) | Author |
2005-03-29 | fix memleak | Joris Vink |
2005-03-29 | be more verbose when cleaning up the string table. | Joris Vink |
2005-03-29 | Nicer wrapping. We used to mimick the old dc(1), which prints | Otto Moerbeek |
2005-03-29 | allow cmd_options to be NULL, so that commands which | Joris Vink |
2005-03-29 | put back the cmd.c file, it got lost in previous commits. | Joris Vink |
2005-03-28 | dead code | Jean-Francois Brousseau |
2005-03-28 | build with the yacc date parser | Jean-Francois Brousseau |
2005-03-28 | make LP_TRACE messages go through again, and assign them a level of | Jean-Francois Brousseau |
2005-03-28 | alignment | Jean-Francois Brousseau |
2005-03-28 | Linefeed is part of a line according to POSIX, so take that into account | Otto Moerbeek |
2005-03-28 | mark potential signal race so we fix it later, ok otto | Theo de Raadt |
2005-03-28 | spacing | Theo de Raadt |
2005-03-28 | fix argument count in cvs_startcmd() | Joris Vink |
2005-03-27 | revert r1.9; this one needs more discussion | Robert Nagy |
2005-03-27 | Use inclusive bound check for line length, it is more clear. | Otto Moerbeek |
2005-03-27 | Make call stack auto-growing, instead of fixed size. Enables much deeper | Otto Moerbeek |
2005-03-27 | add a -i option to ignore case distinctions in the process match; | Robert Nagy |
2005-03-26 | check for null and return error instead of stepping over it | Michael Shalayeff |
2005-03-26 | fix a typo | Michael Shalayeff |
2005-03-26 | fix a variety of things i found at coverity. ok joris@ | Ted Unangst |
2005-03-25 | kill unneeded (char *) casts. ok millert, otto | Jared Yanovich |
2005-03-25 | Use the return value from getopt() instead of optopt in non-error | Jared Yanovich |
2005-03-24 | more cleanup and knf | Jean-Francois Brousseau |
2005-03-24 | ditch the filename hash table and use the new strtab code instead | Jean-Francois Brousseau |
2005-03-24 | oops, call to old function that was missed | Jean-Francois Brousseau |
2005-03-24 | add missing prototypes for standard yacc functions and make yyerror() | Jean-Francois Brousseau |
2005-03-24 | add the string table code and enable it on startup | Jean-Francois Brousseau |
2005-03-24 | add the first pieces of our new command framework. | Joris Vink |
2005-03-23 | move the filename string table code in a separate file so we can use it | Jean-Francois Brousseau |
2005-03-23 | public domain yacc date parser with a first round of knf | Jean-Francois Brousseau |
2005-03-22 | add `calendar.all' file to FILES section; ok mickey jmc | Xavier Santolaria |
2005-03-18 | typo; | Jason McIntyre |
2005-03-17 | Fix eof without newline handling. spotted by and ok deraadt@ | Otto Moerbeek |
2005-03-16 | 4.1 | Markus Friedl |
2005-03-16 | get the syntax right for {Local,Remote}Forward; | Jason McIntyre |
2005-03-15 | change some silly snprintf(buf, buflen, "%s", login) calls to just use | Niall O'Higgins |
2005-03-15 | snprintf(buf, sizeof(buf), "%s", p) is silly, use strlcpy(). From Bruno Rohee. | Otto Moerbeek |
2005-03-14 | make the OPERATORS list -compact: this avoids the nasty line split | Jason McIntyre |
2005-03-14 | add an example showing how to use -prune to skip a directory whilst | Jason McIntyre |
2005-03-14 | simplify the description of -d to avoid confusion; | Jason McIntyre |
2005-03-14 | limit input buffer size for channels; bugzilla #896; with and ok dtucker@ | Markus Friedl |
2005-03-14 | Populate host for log message for logins denied by AllowUsers and DenyUsers. | Darren Tucker |
2005-03-14 | Correct description of -H (bz #997); ok markus@, punctuation jmc@ | Darren Tucker |
2005-03-13 | set rcs_errno to RCS_ERR_NOENT if no matching symbol is found in | Jean-Francois Brousseau |
2005-03-13 | support for the optional `branch' keyword, which is used to set the | Jean-Francois Brousseau |
2005-03-13 | spacing | Jean-Francois Brousseau |
2005-03-13 | unbreak, and do this correct. | Joris Vink |
2005-03-13 | simplify if {} else {} case. | Joris Vink |
2005-03-13 | Use correct byte order when printing out port numbers. | Chad Loder |
2005-03-13 | make 'netstat -i' print carp link addresses correctly. | Marco Pfatschbacher |