Age | Commit message (Expand) | Author |
2012-05-20 | remove .cvsignore from cvs source dir, ok deraadt | Stuart Henderson |
2012-03-31 | sync cvsignore patterns. ok sthen@ | Matthieu Herrb |
2012-03-26 | Adjust the default "ignore" list for cvs; | Stuart Henderson |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2012-01-05 | ignore vim's .*.swp files. | Marc Espie |
2011-07-04 | declare a return type on a function returning void, matches upstream | Jonathan Gray |
2010-10-15 | Switch the remaining users of libdes in src to libcrypto, | Jonathan Gray |
2010-09-22 | We are still far away from supporting the roff macro definition macro .de | Ingo Schwarze |
2010-07-26 | - replace SP with sp calls. this was defined within cvs.1, but unsupported | Jason McIntyre |
2010-07-22 | As per OpenCVS, general usage in coversation and apparently newer | Jonathan Gray |
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 |