Age | Commit message (Expand) | Author |
2009-12-14 | Fix "cvs [update aborted]: out of memory; can not reallocate 5242880 bytes" | Stefan Sperling |
2009-12-13 | fix leaks found by parfait. | Jonathan Gray |
2008-10-01 | Fix synopsis of "commit" command. | Mark Kettenis |
2008-09-12 | Typo in description for log -r fixed. | Tobias Stoeckmann |
2008-06-25 | handle sparc64 seperately; ok miod | Theo de Raadt |
2008-06-11 | Add a CVSROOT/config option "DisableMdocdate" (default:no) to turn off | Damien Miller |
2008-05-11 | If "cvs admin" encountered an entry in CVS/Entries for a file which has no | Tobias Stoeckmann |
2008-02-27 | fix a segfault in gnucvs that can occur with "checkout -c" if there is | Joris Vink |
2008-02-08 | Febuary -> February | Jason McIntyre |
2007-11-03 | make sure configure is done before we try building manpages. | Marc Espie |
2007-05-26 | introduce Mdocdate tag, requested by jmc. | Niall O'Higgins |
2007-05-12 | when comparing two revisions of a directory tree, don't show dead files | Nikolay Sturm |
2006-07-12 | makeinfo --no-split, simplifies sets immensely. | Marc Espie |
2006-02-19 | memset(p, 0, sizeof(p)) -> memset(p, 0, sizeof(*p)). | Otto Moerbeek |
2005-04-20 | Fixes from Derek Price, CAN-2005-0753. ok deraadt@ | Otto Moerbeek |
2004-10-23 | Add support for passing the tag name in to the program specified by the | Todd C. Miller |
2004-06-21 | propagate CPP here as well | Anil Madhavapeddy |
2004-06-18 | tagortag -> tag or tag. From Fabio Olive Leite. | Otto Moerbeek |
2004-06-09 | Several potential security problems found and fixed by Stefan Esser & | Otto Moerbeek |
2004-05-19 | Fix 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 the | Otto Moerbeek |
2004-04-09 | cvs does not need a private version of getopt(3), our in-tree getopt(3) | Todd C. Miller |
2004-01-13 | Do not evaluate this->next after calling the handler; the handler may | Otto Moerbeek |
2004-01-02 | Don't strip scripts; idea from mpech@; ok deraadt@ | Todd C. Miller |
2003-12-29 | re-entrancy hack that is currently needed for cvs to work correctly. | Theo de Raadt |
2003-12-18 | Don't add -I$(srcdir)/zlib to CFLAGS since the version of zlib included with | Todd C. Miller |
2003-12-18 | cvs uses zlib, not gzip; remove a lie. OK deraadt@ | Todd C. Miller |
2003-12-17 | Quick fix for zlib's update. | Marc Espie |
2003-12-16 | Better fix for MALLOC_OPTIONS=J bug. Something had problems with | Todd C. Miller |
2003-12-12 | Add a check for absolute pathnames; from cvs 1.11.10; deraadt@ OK | Todd C. Miller |
2003-09-25 | Free buffer and set it to NULL on error lest it be used. | Todd C. Miller |
2003-07-20 | No need to link with -lasn1 or -lcom_err anymore. | Todd C. Miller |
2003-06-10 | Install rcs2log, not a symlink to ../share/cvs/contrib/rcs2log | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-16 | sync | Hans Insulander |
2003-05-16 | Don't link with -lkrb -lkafs. | Hans Insulander |
2003-05-12 | Disable krb4 support in preparation for krb4 removal. | Magnus Holmberg |
2003-05-06 | minor string cleanings; tdeval ok | Theo de Raadt |
2003-02-16 | a few missing man pages converted from info documents; work done by jmc | Theo de Raadt |
2003-01-23 | Add a "DisableXProg" option to CVSROOT/config that can be used to | Todd C. Miller |
2003-01-20 | In dirswitch(), don't free dir_name until right before allocating | Todd C. Miller |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |
2002-07-06 | dont deref NULL pointer in IPv6 pserver client operation. | Jun-ichiro itojun Hagino |
2002-06-21 | make pserver code IPv6 ready. markus ok | Jun-ichiro itojun Hagino |
2002-06-21 | Document CVSREADONLYFS and -R. ok henning@, tholo@ | Kjell Wooding |
2002-06-03 | fix typo | Todd T. Fries |
2002-06-03 | make ro /usr/src work again, tholo@ ok | Todd T. Fries |
2002-06-03 | make ro /usr/src work again | Todd T. Fries |
2002-05-31 | don't write CVSvn.texi to src. | Wilbern Cobb |
2002-05-15 | sync | Theo de Raadt |