summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs
AgeCommit message (Expand)Author
2015-02-05Add missing check for stdint.h, needed for SIZE_MAX in xsize.h.Todd C. Miller
2014-10-21no more kerberos.Daniel Dickman
2014-05-28finally enable writing per-commit commitid tokens to rcs ,v filesjoshua stein
2014-04-22Remove KERBEROS5 from the Makefiles (except ssh for now, where it isReyk Floeter
2014-04-15Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ isMiod Vallat
2013-12-14When writing a history entry, don't downcast time() return value toJeremie Courreges-Anglas
2013-12-03Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@Todd C. Miller
1997-06-28Latest version from Cyclic SoftwareThorsten Lockert
1996-10-18New release from Cyclic SoftwareThorsten Lockert
1996-01-30Missed files from 1.7.1 importThorsten Lockert
1995-12-19raw import of cvs-1.6Theo de Raadt
2013-11-11disable kerberos support (only used for pserver, which we stronglyTheo de Raadt
2013-08-08Prep for big ino_t: cast to unsigned long long and format with %ll or %qPhilip Guenther
1998-03-12Latest version from CyclicThorsten Lockert
2013-08-06Switch vax to gcc 3.3.6.Miod Vallat
2013-06-20Move the declaration of `disable_x_prog' outside of a #ifdef AUTH_SERVER_SUPPORTMiod Vallat
2013-06-19don't link to hx509, pthread and ntlm related librariesRobert Nagy
2013-06-18Shuffle library link order to appease the static arch deities.Miod Vallat
2013-06-17link to the new kerberos librariesRobert Nagy
2013-06-03avoid rebuilding server.c and client.c in the install targetRobert Nagy
2013-06-03backport commitid support from newer CVS (with a different random idjoshua stein
1997-03-18New release from Cyclic SoftwareThorsten Lockert
1996-01-30Upgrade to 1.7.1 snapshotThorsten Lockert
1995-12-19raw import of cvs-1.6Theo de Raadt
2013-04-19Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).Theo de Raadt
2012-05-20remove .cvsignore from cvs source dir, ok deraadtStuart Henderson
2012-03-31sync cvsignore patterns. ok sthen@Matthieu Herrb
2012-03-26Adjust the default "ignore" list for cvs;Stuart Henderson
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2012-01-05ignore vim's .*.swp files.Marc Espie
2011-07-04declare a return type on a function returning void, matches upstreamJonathan Gray
2010-10-15Switch the remaining users of libdes in src to libcrypto,Jonathan Gray
2010-09-22We are still far away from supporting the roff macro definition macro .deIngo Schwarze
2010-07-26- replace SP with sp calls. this was defined within cvs.1, but unsupportedJason McIntyre
2010-07-22As per OpenCVS, general usage in coversation and apparently newerJonathan Gray
2009-12-14Fix "cvs [update aborted]: out of memory; can not reallocate 5242880 bytes"Stefan Sperling
2009-12-13fix leaks found by parfait.Jonathan Gray
2008-10-01Fix synopsis of "commit" command.Mark Kettenis
2008-09-12Typo in description for log -r fixed.Tobias Stoeckmann
2008-06-25handle sparc64 seperately; ok miodTheo de Raadt
2008-06-11Add a CVSROOT/config option "DisableMdocdate" (default:no) to turn offDamien Miller
2008-05-11If "cvs admin" encountered an entry in CVS/Entries for a file which has noTobias Stoeckmann
2008-02-27fix a segfault in gnucvs that can occur with "checkout -c" if there isJoris Vink
2008-02-08Febuary -> FebruaryJason McIntyre
2007-11-03make sure configure is done before we try building manpages.Marc Espie
2007-05-26introduce Mdocdate tag, requested by jmc.Niall O'Higgins
2007-05-12when comparing two revisions of a directory tree, don't show dead filesNikolay Sturm
2006-07-12makeinfo --no-split, simplifies sets immensely.Marc Espie
2006-02-19memset(p, 0, sizeof(p)) -> memset(p, 0, sizeof(*p)).Otto Moerbeek
2005-04-20Fixes from Derek Price, CAN-2005-0753. ok deraadt@Otto Moerbeek