summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs
AgeCommit message (Expand)Author
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
2004-10-23Add support for passing the tag name in to the program specified by theTodd C. Miller
2004-06-21propagate CPP here as wellAnil Madhavapeddy
2004-06-18tagortag -> tag or tag. From Fabio Olive Leite.Otto Moerbeek
2004-06-09Several potential security problems found and fixed by Stefan Esser &Otto Moerbeek
2004-05-19Fix buffer overflow find by Stefan Esser, patch by Derek Robert Price.Todd C. Miller
2004-04-16- a malicious server may send path names that translate out of theOtto Moerbeek
2004-04-09cvs does not need a private version of getopt(3), our in-tree getopt(3)Todd C. Miller
2004-01-13Do not evaluate this->next after calling the handler; the handler mayOtto Moerbeek
2004-01-02Don't strip scripts; idea from mpech@; ok deraadt@Todd C. Miller
2003-12-29re-entrancy hack that is currently needed for cvs to work correctly.Theo de Raadt
2003-12-18Don't add -I$(srcdir)/zlib to CFLAGS since the version of zlib included withTodd C. Miller
2003-12-18cvs uses zlib, not gzip; remove a lie. OK deraadt@Todd C. Miller
2003-12-17Quick fix for zlib's update.Marc Espie
2003-12-16Better fix for MALLOC_OPTIONS=J bug. Something had problems withTodd C. Miller
2003-12-12Add a check for absolute pathnames; from cvs 1.11.10; deraadt@ OKTodd C. Miller
2003-09-25Free buffer and set it to NULL on error lest it be used.Todd C. Miller
2003-07-20No need to link with -lasn1 or -lcom_err anymore.Todd C. Miller
2003-06-10Install rcs2log, not a symlink to ../share/cvs/contrib/rcs2logTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-16syncHans Insulander
2003-05-16Don't link with -lkrb -lkafs.Hans Insulander
2003-05-12Disable krb4 support in preparation for krb4 removal.Magnus Holmberg
2003-05-06minor string cleanings; tdeval okTheo de Raadt
2003-02-16a few missing man pages converted from info documents; work done by jmcTheo de Raadt
2003-01-23Add a "DisableXProg" option to CVSROOT/config that can be used toTodd C. Miller
2003-01-20In dirswitch(), don't free dir_name until right before allocatingTodd C. Miller
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-07-06dont deref NULL pointer in IPv6 pserver client operation.Jun-ichiro itojun Hagino
2002-06-21make pserver code IPv6 ready. markus okJun-ichiro itojun Hagino
2002-06-21Document CVSREADONLYFS and -R. ok henning@, tholo@Kjell Wooding
2002-06-03fix typoTodd T. Fries
2002-06-03make ro /usr/src work again, tholo@ okTodd T. Fries
2002-06-03make ro /usr/src work againTodd T. Fries
2002-05-31don't write CVSvn.texi to src.Wilbern Cobb
2002-05-15syncTheo de Raadt