summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Collapse)Author
2005-04-03first round of EX_* exit codes removal; ok joris@.Xavier Santolaria
2005-04-01crank up buffersize to get rid of truncated requests.Joris Vink
2005-04-01make sure we don't do unneeded things for the version command.Joris Vink
2005-03-31+YFLAGS=Xavier Santolaria
2005-03-31make sure the server command can still be reached with theJoris Vink
new framework. ok xsa@
2005-03-31- as long as we are using the sysexits.h error codes make sureJoris Vink
we handle them. - handle cmd_sendflags() when it fails.
2005-03-31fix prototype for cvs_commit_prepare()Joris Vink
2005-03-31remove unused variable.Joris Vink
2005-03-30move all the client commands to the new command framework.Joris Vink
eliminates a lot of duplicate code. ok jfb@
2005-03-30allow this to be compiled on its own for testing.Joris Vink
ok jfb@
2005-03-29cvs_file_attach() can fail, make sure we can handle itJoris Vink
when it does.
2005-03-29-width Ds in places; jfb jcsTheo de Raadt
2005-03-29fix memleakJoris Vink
ok jfb@
2005-03-29be more verbose when cleaning up the string table.Joris Vink
ok jfb@
2005-03-29allow cmd_options to be NULL, so that commands whichJoris Vink
have no options will work fine.
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
LOG_DEBUG for the syslog facility ok xsa@
2005-03-28alignmentJean-Francois Brousseau
2005-03-28fix argument count in cvs_startcmd()Joris Vink
ok jfb@
2005-03-26fix a variety of things i found at coverity. ok joris@Ted Unangst
2005-03-24more cleanup and knfJean-Francois Brousseau
2005-03-24ditch the filename hash table and use the new strtab code insteadJean-Francois Brousseau
ok joris@
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
accept a format with variable arguments
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
ok jfb@
2005-03-23move the filename string table code in a separate file so we can use itJean-Francois Brousseau
in more places ok joris@, xsa@
2005-03-23public domain yacc date parser with a first round of knfJean-Francois Brousseau
2005-03-13set rcs_errno to RCS_ERR_NOENT if no matching symbol is found inJean-Francois Brousseau
rcs_sym_getrev()
2005-03-13support for the optional `branch' keyword, which is used to set theJean-Francois Brousseau
default branch for an RCS file
2005-03-13spacingJean-Francois Brousseau
2005-03-13unbreak, and do this correct.Joris Vink
2005-03-13simplify if {} else {} case.Joris Vink
ok xsa@
2005-03-11support the remaining options as well.Joris Vink
ok jfb@, xsa@
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-10switch keyword (Id -> OpenBSD) and prettier alignmentJean-Francois Brousseau
2005-03-09unmaintained cruft, get rid of it instead of spreading bad infoJean-Francois Brousseau
ok xsa@
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-08make cvs_findcmd() and cvs_read_rcfile() static.Joris Vink
ok xsa@, jfb@
2005-03-08don't forget to send options to the server when they are specified.Joris Vink
ok jfb@
2005-03-07use rcs_kflag_get() and RCS_KWEXP_INVAL() to check for validJoris Vink
RCS keyword expansion modes, also call rcs_kflag_usage() when an invalid mode is specified. ok jfb@
2005-03-07free rcs when we are done using it.Joris Vink
ok xsa@
2005-03-06.OP -> .Op;Jason McIntyre
2005-03-06initial support for the admin command. Not all options are working yet.Joris Vink
ok xsa@ jfb@