OpenBSD CVS

CVS log for src/usr.bin/cvs/Attic/cvsd.h


[BACK] Up to [local] / src / usr.bin / cvs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Wed Apr 6 22:08:53 2005 UTC (19 years, 1 month ago) by joris
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED



remove dead and unused code

ok jfb@

Revision 1.8 / (download) - annotate - [select for diffs], Tue Feb 22 22:33:01 2005 UTC (19 years, 2 months ago) by jfb
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.7: +33 -20 lines
Diff to previous 1.7 (colored)

Split the cvs daemon into two different processes: cvsd and cvsd-child.
The cvsd process only takes care of managing children and repository
locks, while the child handles all requests made to access or modify
the contents of the repository.
This will allow us to take advantage of randomized library remapping
and new propolice cookies, and minimizes the amount of code that can
run with elevated privileges.  Still work in progress.

suggested by deraadt@

Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 7 17:10:56 2004 UTC (19 years, 5 months ago) by tedu
Branch: MAIN
Changes since 1.6: +9 -13 lines
Diff to previous 1.6 (colored)

less whitespace, more pretty.  ok jfb

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 9 20:51:33 2004 UTC (19 years, 6 months ago) by krapht
Branch: MAIN
Changes since 1.5: +36 -20 lines
Diff to previous 1.5 (colored)

session prototypes and some cleanup

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 27 13:42:39 2004 UTC (19 years, 7 months ago) by jfb
Branch: MAIN
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

Rename some variables to match the general format, and avoid exporting
variables that aren't needed

Revision 1.4 / (download) - annotate - [select for diffs], Sat Sep 25 12:21:43 2004 UTC (19 years, 7 months ago) by jfb
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

Most of the code to handle SIGCHLD and spawn new children whenever
one dies.  Also fix cvsd_set() by making a copy of the string passed
as argument.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 24 14:28:07 2004 UTC (19 years, 7 months ago) by jfb
Branch: MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2 (colored)

When creating the local socket, set the group to the server's group ID

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 25 03:29:35 2004 UTC (19 years, 9 months ago) by jfb
Branch: MAIN
Changes since 1.1: +44 -10 lines
Diff to previous 1.1 (colored)

* rework on the child API, still needs more functionality
* move the ACL parsing code into the more general conf.y, which handles
  parsing of the whole configuration file

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jul 13 22:02:40 2004 UTC (19 years, 10 months ago) by jfb
Branch: OpenCVS
CVS Tags: OpenCVS_0_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

* initial import from the cvs-tools module

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 13 22:02:40 2004 UTC (19 years, 10 months ago) by jfb
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.