summaryrefslogtreecommitdiff
path: root/contrib/cvs/src/server.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove CVS from the base system.Eitan Adler2013-06-151-6760/+0
| | | | | | | | | Discussed with: many Reviewed by: peter, zi Approved by: core Notes: svn path=/head/; revision=251794
* Merge rev 1.9 (new long flag to ignore the CVSROOT/passwd file)David E. O'Brien2008-03-191-32/+17
| | | | | | | rev 1.2 (local tag/$Id$ keyword support) into version 1.11-20080310. Notes: svn path=/head/; revision=177402
* Merge rev 1.9 (new long flag to ignore the CVSROOT/passwd file)David E. O'Brien2008-01-131-47/+125
| | | | | | | rev 1.2 (local tag/$Id$ keyword support) into version 1.11.22. Notes: svn path=/head/; revision=175279
* Merge 1.11.15+ -> 1.11.17 changes onto mainline. I've left cvs.1 alonePeter Wemm2004-06-101-10/+66
| | | | | | | for now. Notes: svn path=/head/; revision=130307
* Merge updated patch from vendor branch (1.1.1.17)Dag-Erling Smørgrav2004-05-201-2/+40
| | | | Notes: svn path=/head/; revision=129487
* Merge parser fix from vendor branch (rev 1.1.1.16)Dag-Erling Smørgrav2004-05-191-2/+2
| | | | Notes: svn path=/head/; revision=129420
* Initial merge of cvs-1.11.5 -> 1.11.15 changes onto mainlinePeter Wemm2004-04-151-552/+553
| | | | Notes: svn path=/head/; revision=128269
* Merge security fix from vendor branch (revision 1.1.1.14).Jacques Vidrine2004-01-211-4/+19
| | | | Notes: svn path=/head/; revision=124796
* Turn off Checkin-prog and Update-prog.Peter Wemm2003-01-211-2/+2
| | | | Notes: svn path=/head/; revision=109664
* Merge cvs-1.11.2.1-20021201 -> 1.11.5 changes onto mainlinePeter Wemm2003-01-211-37/+37
| | | | Notes: svn path=/head/; revision=109660
* Merge 1.11.2 -> 1.11.2.1-20021201 changes onto mainlinePeter Wemm2002-12-021-120/+58
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107487
* Initial merge of 1.11.1p1 -> 1.11.2 changes onto mainlinePeter Wemm2002-09-021-75/+101
| | | | Notes: svn path=/head/; revision=102843
* Initial merge of cvs-1.11 -> 1.11.1p1 changes onto mainline. There isPeter Wemm2001-08-101-161/+286
| | | | | | | still some suspicious and/or broken stuff to fix yet. Notes: svn path=/head/; revision=81407
* Merge changes from 1.10.7 -> 1.11 into mainline. Note that the oldPeter Wemm2000-10-021-184/+348
| | | | | | | anoncvs no-password hack is gone and is replaced by the official version. Notes: svn path=/head/; revision=66528
* Merge cyclic changes for 1.10.7 only our mainline.Peter Wemm1999-12-111-200/+660
| | | | Notes: svn path=/head/; revision=54431
* Merge cvs-1.9.xx -> 1.10 changes onto mainline.Peter Wemm1999-03-181-20/+76
| | | | | | | | Changes of significance include the top level CVS directory being optional and defaulting to off.. Notes: svn path=/head/; revision=44856
* Make cvs really ignore a pserver password when the passwd field of thePeter Wemm1998-05-271-3/+4
| | | | | | | | | CVSROOT/passwd file is empty. A 'cvs login' still seems to be required since the cvs client doesn't seem to believe it's possible to not need a password (yet :-). This is intended for cheap anoncvs use. Notes: svn path=/head/; revision=36422
* It would help if it compiled. *blush*Peter Wemm1998-05-271-1/+1
| | | | Notes: svn path=/head/; revision=36421
* Add a new long flag that causes cvs to ignore the CVSROOT/passwd file.Peter Wemm1998-05-271-4/+9
| | | | | | | | | | | | This is mostly intended for use on freefall where we'd like to provide a passwd file for easy anoncvs mirroring access, but don't want to open up the pserver on freefall itself. While here, some initial tweaks intended for allowing an empty pserver password. I'm not sure that this works yet. Notes: svn path=/head/; revision=36418
* Merge changes from vendor branch into mainlinePeter Wemm1998-03-101-31/+57
| | | | Notes: svn path=/head/; revision=34467
* Cosmetic cleanups for the local tag support. Since rcs isn't calledPeter Wemm1998-01-311-1/+3
| | | | | | | anymore, don't do all the putenv's for it's benefit. Notes: svn path=/head/; revision=32914
* Merge vendor changes to files that we've touched onto mainline.Peter Wemm1998-01-301-0/+35
| | | | | | | (If only all import/merges were this trivial :-) Notes: svn path=/head/; revision=32899
* Merge changes from CYCLIC branch onto mainline. rcs.[ch] still to come.Peter Wemm1998-01-261-394/+815
| | | | Notes: svn path=/head/; revision=32788
* merge conflictsPeter Wemm1997-06-221-1/+46
| | | | Notes: svn path=/head/; revision=26804
* Pull in OpenBSD's support for checking out from a read-only repository,Peter Wemm1997-05-171-1/+1
| | | | | | | | | | | | such as within an anoncvs server, or from a CDROM repository. Cyclic (the cvs maintainers) do not like this approach and have an alternative read-only system, but that requires a read/write repository to work (which rules out CDROM). Obtained from: OpenBSD Notes: svn path=/head/; revision=25866
* Initial round of support for a local $Id$ keyword in cvs, eg: $FreeBSD$.Peter Wemm1997-05-161-0/+1
| | | | | | | | | | This is not complete yet in that it doesn't drive our version of RCS completely, but it does work fine when you do the appropriate magic. Obtained from: OpenBSD source tree Notes: svn path=/head/; revision=25847
* Import of cvs-1.9.9-970515 onto vendor branch.Peter Wemm1997-05-151-1824/+2464
| | | | | | | Obtained from: cyclic.com Notes: svn path=/vendor/cvs/dist/; revision=25839
* Import of slightly trimmed cvs-1.8 distribution. Generated filesPeter Wemm1996-08-201-0/+4642
and non-unix code has been left out. Notes: svn path=/vendor/cvs/dist/; revision=17721