freebsd-skq/contrib/csup
Ulf Lilleengen 1282a5e283 - Add support for CVSup authentication mechanisms to csup.
- Include a cpasswd script performing the same mechanisms as the cvpasswd
  utility from CVSup.

PR:		bin/114129
Submitted by:	Petar Zhivkov Petrov <pesho.petrov -at- gmail.com>
MFC after:	1 month
2010-02-02 05:57:42 +00:00
..
attrstack.c
attrstack.h
auth.c - Add support for CVSup authentication mechanisms to csup. 2010-02-02 05:57:42 +00:00
auth.h - Add support for CVSup authentication mechanisms to csup. 2010-02-02 05:57:42 +00:00
config.c - Disable rsync support for now, as it is not fully working. 2009-01-02 12:37:31 +00:00
config.h - Add support for CVSup authentication mechanisms to csup. 2010-02-02 05:57:42 +00:00
cpasswd.1 - Add support for CVSup authentication mechanisms to csup. 2010-02-02 05:57:42 +00:00
cpasswd.sh - Add support for CVSup authentication mechanisms to csup. 2010-02-02 05:57:42 +00:00
csup.1 - Add support for CVSup authentication mechanisms to csup. 2010-02-02 05:57:42 +00:00
detailer.c - Try to match style(9). 2009-01-04 17:26:59 +00:00
detailer.h
diff.c A few bugfixes: 2008-12-03 22:47:33 +00:00
diff.h - Import csup work from p4. 2008-10-19 09:08:59 +00:00
fattr_bsd.h
fattr_posix.h
fattr.c - Make sure comparisons are done on file types as well. 2008-11-23 16:44:49 +00:00
fattr.h - Import csup work from p4. 2008-10-19 09:08:59 +00:00
fixups.c
fixups.h
fnmatch.c
fnmatch.h
globtree.c
globtree.h
GNUmakefile - Fix build with GNU make. 2008-11-20 12:52:07 +00:00
idcache.c
idcache.h
keyword.c - Import csup work from p4. 2008-10-19 09:08:59 +00:00
keyword.h - Import csup work from p4. 2008-10-19 09:08:59 +00:00
lex.rcs.c - Import csup work from p4. 2008-10-19 09:08:59 +00:00
lister.c - Check for NULL in case fattr_frompath fails. 2009-01-02 12:35:01 +00:00
lister.h
main.c - Add support for CVSup authentication mechanisms to csup. 2010-02-02 05:57:42 +00:00
main.h
Makefile - Add support for CVSup authentication mechanisms to csup. 2010-02-02 05:57:42 +00:00
misc.c - Fixup the rcs revision comparing to be correct this time. 2008-11-19 14:53:20 +00:00
misc.h - Refactor some parts of the code and increase code reuse. 2008-11-20 19:51:06 +00:00
mux.c - Import csup work from p4. 2008-10-19 09:08:59 +00:00
mux.h
parse.y
pathcomp.c
pathcomp.h
proto.c - Add support for CVSup authentication mechanisms to csup. 2010-02-02 05:57:42 +00:00
proto.h - Implement support for retrieving a size_t type from the protocol stream. 2008-10-25 10:52:22 +00:00
queue.h
rcsfile.c - Remove semicolon that should not have been there. 2009-06-12 16:37:53 +00:00
rcsfile.h - Add proper error checking and printing to the CVSMode code when reading and 2009-03-25 20:15:48 +00:00
rcsparse.c - Add proper error checking and printing to the CVSMode code when reading and 2009-03-25 20:15:48 +00:00
rcsparse.h - Update copyright. 2009-01-04 17:31:01 +00:00
rcstokenizer.h - Import csup work from p4. 2008-10-19 09:08:59 +00:00
rcstokenizer.l - Update copyright. 2009-01-04 17:31:01 +00:00
README
rsyncfile.c - Update copyright. 2009-01-04 17:31:01 +00:00
rsyncfile.h - Update copyright. 2009-01-04 17:31:01 +00:00
status.c - Refactor some parts of the code and increase code reuse. 2008-11-20 19:51:06 +00:00
status.h
stream.c - Refactor some parts of the code and increase code reuse. 2008-11-20 19:51:06 +00:00
stream.h - Import csup work from p4. 2008-10-19 09:08:59 +00:00
threads.c
threads.h
TODO - Add support for CVSup authentication mechanisms to csup. 2010-02-02 05:57:42 +00:00
token.h
token.l
updater.c - Add missing data argument to printf. 2009-06-01 09:25:32 +00:00
updater.h

$FreeBSD$

Authors
-------

CVSup was originally written in Modula-3 by
	John Polstra <jdp@polstra.com>.

Csup is a rewrite of CVSup in C.  It has been mostly written by
	Maxime Henrion <mux@FreeBSD.org>.

A few contributors have helped him in his task and they are listed here in
alphabetical order :

	Olivier Houchard <cognet@FreeBSD.org>
	Ulf Lilleengen <lulf@kerneled.org>
	Christoph Mathys <cmathys@bluewin.ch>	(Google SoC Project)
	Etienne Vidal <etienne.vidal@gmail.com>


Building & Installing
---------------------

Csup should build and run fine under any *BSD OS (that includes FreeBSD,
NetBSD, OpenBSD and DragonFlyBSD), as well as Linux and Darwin.  If you
have a problem building from source, drop me a mail!

There is one Makefile specifically tailored for *BSD systems named
Makefile and another one that is gmake-specific for Darwin and Linux
users named GNUmakefile.  You don't really need to worry about that
since whatever your "make" command is, it should pick up the correct
Makefile.

As usual, to build the source code, just run "make".  Once this is done,
just run "make install" to install the binary and manual page.

Be warned however that if the packaging system of your OS knows about
csup, it is certainly better to install it from there rather than by
hand, so that it can then be properly deinstalled.