aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/lib/md5.c
Commit message (Collapse)AuthorAgeFilesLines
* Make CVS use /usr/lib/libmd.a rather than supplying Yet Another Copy(TM)Peter Wemm1995-12-111-277/+0
| | | | | | | | of md5.[ch]. Note that minor mods were made to md5.h to support this, so a reinstall of lib/libmd is needed before building this cvs. Notes: svn path=/head/; revision=12763
* Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 releasePeter Wemm1995-12-101-0/+277
plus a couple of minor changes.. Some highlights of the new stuff that was not in the old version: - remote access support.. full checkout/commit/log/etc.. - much improved dead file support.. - speed improvements - better $CVSROOT handling - $Name$ support - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o" - safer setuid/setgid support - many bugs fixed.. :-) - probably some new ones.. :-( - more that I cannot remember offhand.. Notes: svn path=/vendor/cvs/dist/; revision=12750