summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/cvs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix -fno-common issues; ok mortimerderaadt2021-01-271-1/+3
* Stop looking at current_cvsroot->cr_method to figure out if we're remote or not.joris2017-06-011-2/+2
* Add missing getpw pledgetb2016-09-041-2/+2
* opencvs can use pledge "stdio rpath wpath cpath fattr proc exec".deraadt2015-11-191-1/+5
* Remove xfree(), like already done for RCS. From Michael W Bombardieri,nicm2015-11-051-9/+8
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-5/+5
* An internal function called xrealloc() is actually a fail-hardderaadt2014-12-011-3/+3
* unsigned char for ctype. ok deraadtokan2014-01-081-2/+2
* Lose unused variable cvs_msg, from Michael W Bombardieri.nicm2011-09-201-2/+1
* Rename a bunch of variables and functions, removing the cvs_/rcs_ray2010-07-231-4/+4
* add a hash table mechanism based upon hcreate(3) but one that allowsjoris2008-06-211-1/+8
* unused varsjoris2008-06-171-2/+1
* don't always re-open the same CVS/Entries file, instead keep thejoris2008-06-141-1/+6
* make opencvs behave exactly like GNU cvs does when it comes tojoris2008-06-101-12/+6
* Set up cmdp before first possible call of fatal to avoid NULL pointertobias2008-05-301-11/+11
* Don't limit ourselfs when it comes to arguments on command line ortobias2008-05-281-20/+50
* Set umask (and cvs_umask) to system's umask in local and client mode.tobias2008-03-081-3/+4
* spacingjoris2008-02-261-2/+1
* initial CVSROOT/modules support, only does aliases at the moment (-a).joris2008-02-021-2/+4
* Zapped some variables which made the source harder to read (and to verify).tobias2008-01-281-4/+2
* Simply the use of cmdp and cvs_command by zapping cvs_command and workingtobias2008-01-101-12/+5
* break after exit() is uselesschl2007-10-071-2/+1
* Allow lines which do not specify any arguments for command (or cvs).tobias2007-09-191-7/+10
* parse global arguments (cvs) and command arguments only once, i.e. firsttobias2007-09-191-11/+18
* Print warning about invalid command in .cvsrc only if -V is in use.tobias2007-09-191-4/+5
* Next to ' ', '\t' is valid between command and arguments.tobias2007-09-191-6/+11
* Weird, but our goal is compatibility: treat '\t' in front of keyword as '#'.tobias2007-09-191-3/+8
* Usage of fgetln() instead of fgets() in .cvsrc parsing handles linetobias2007-09-191-12/+16
* Fixed segmentation fault that occured during .cvsrc parsing if an invalidtobias2007-09-101-11/+11
* Do not fatal if getpwuid() fails, instead ignore user configuration files.tobias2007-09-071-5/+5
* Stick at GNU cvs behaviour with Root directive handling: it does not needtobias2007-09-021-14/+4
* the ellipsis is not an optional argument; while here, sync the usagesobrado2007-08-061-2/+2
* Add bounds check for cvs command arguments. Initial diff by Tobiasray2007-05-271-1/+3
* Revert, we dealt with the -x flag in the past. jmc suddenlyray2007-05-271-2/+2
* Mention -x flag (for compatibility only). From Tobias Stoeckmann.ray2007-05-271-2/+2
* Call fatal() if extra arguments are given to "opencvs server". Fromray2007-05-271-1/+4
* cvs_server_path is more appropriate to check than cvs_server_active.ray2007-05-261-2/+3
* Note that the global -x option is kept for compatibility (for now) and hasxsa2007-05-221-2/+2
* - we do not have -H, zap it.xsa2007-05-091-3/+3
* make usage() __dead; from Tobias Stoeckmann.xsa2007-04-301-8/+7
* missing header; from Tobias Stoeckmann.xsa2007-04-301-1/+2
* changes "Usage" to "usage"; sorts options list in cvs history;sobrado2007-04-241-3/+3
* fix comment; from jared r r spiegelotto2007-02-241-2/+2
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-5/+9
* cvs_path_cat() removal since we can now easily handle thatxsa2007-02-171-7/+8
* strtol(3) -> strtonum(3)joris2007-02-091-7/+5
* sort options;jmc2007-02-061-2/+2
* in a remote setup:joris2007-01-111-6/+2
* global option -n implies -lxsa2006-12-111-1/+2
* Permit checkout from a read-only repository using the -R global optionxsa2006-12-111-3/+13