| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop dead links to loria.fr and cvshome.org |  jca | 2019-01-10 | 1 | -18/+0 |
* | When checking out certain commits by date, cvs got confused. If |  bluhm | 2018-10-22 | 1 | -1/+3 |
* | Fix a few, but not all, clang warnings: Use "%s" to print modifiable |  tb | 2018-07-10 | 2 | -2/+2 |
* | When executing ssh, use "--" to indicate end of arguments before the |  millert | 2017-08-21 | 1 | -2/+4 |
* | once cvs's flow-control mechanism has kicked in, stop reading from |  jcs | 2017-04-14 | 1 | -1/+5 |
* | Nuke some excess whitespace. |  krw | 2017-01-20 | 1 | -7/+7 |
* | admin: add -C option to set a revision's commitid |  jcs | 2016-08-31 | 1 | -2/+59 |
* | When the commit message is empty, don't default to c)ontinue |  tb | 2016-08-16 | 1 | -4/+4 |
* | Pledge cvs(1). |  jca | 2015-11-17 | 1 | -0/+22 |
* | Use crypt_checkpass() instead of strcmp(hash, crypt(password, hash)). |  millert | 2015-10-30 | 1 | -7/+3 |
* | finally enable writing per-commit commitid tokens to rcs ,v files |  jcs | 2014-05-28 | 2 | -8/+1 |
* | When writing a history entry, don't downcast time() return value to |  jca | 2013-12-14 | 1 | -2/+2 |
* | Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@ |  millert | 2013-12-03 | 7 | -8/+7 |
* | Prep for big ino_t: cast to unsigned long long and format with %ll or %q |  guenther | 2013-08-08 | 1 | -2/+2 |
* | Move the declaration of `disable_x_prog' outside of a #ifdef AUTH_SERVER_SUPPORT |  miod | 2013-06-20 | 1 | -2/+2 |
* | avoid rebuilding server.c and client.c in the install target |  robert | 2013-06-03 | 1 | -2/+2 |
* | backport commitid support from newer CVS (with a different random id |  jcs | 2013-06-03 | 7 | -1/+74 |
* | Adjust the default "ignore" list for cvs; |  sthen | 2012-03-26 | 1 | -2/+2 |
* | In preparation for getline and getdelim additions to libc, rename getline() |  fgsch | 2012-03-04 | 19 | -32/+32 |
* | ignore vim's .*.swp files. |  espie | 2012-01-05 | 1 | -0/+1 |
* | declare a return type on a function returning void, matches upstream |  jsg | 2011-07-04 | 1 | -1/+1 |
* | Switch the remaining users of libdes in src to libcrypto, |  jsg | 2010-10-15 | 1 | -5/+5 |
* | As per OpenCVS, general usage in coversation and apparently newer |  jsg | 2010-07-22 | 1 | -1/+1 |
* | Fix "cvs [update aborted]: out of memory; can not reallocate 5242880 bytes" |  stsp | 2009-12-14 | 1 | -4/+3 |
* | fix leaks found by parfait. |  jsg | 2009-12-13 | 2 | -4/+15 |
* | Typo in description for log -r fixed. |  tobias | 2008-09-12 | 1 | -1/+1 |
* | handle sparc64 seperately; ok miod |  deraadt | 2008-06-25 | 1 | -0/+3 |
* | Add a CVSROOT/config option "DisableMdocdate" (default:no) to turn off |  djm | 2008-06-11 | 5 | -0/+18 |
* | If "cvs admin" encountered an entry in CVS/Entries for a file which has no |  tobias | 2008-05-11 | 1 | -0/+5 |
* | fix a segfault in gnucvs that can occur with "checkout -c" if there is |  joris | 2008-02-27 | 1 | -0/+5 |
* | Febuary -> February |  jmc | 2008-02-08 | 1 | -1/+1 |
* | introduce Mdocdate tag, requested by jmc. |  niallo | 2007-05-26 | 1 | -0/+27 |
* | when comparing two revisions of a directory tree, don't show dead files |  sturm | 2007-05-12 | 1 | -1/+1 |
* | Fixes from Derek Price, CAN-2005-0753. ok deraadt@ |  otto | 2005-04-20 | 3 | -7/+10 |
* | Add support for passing the tag name in to the program specified by the |  millert | 2004-10-23 | 2 | -0/+12 |
* | Several potential security problems found and fixed by Stefan Esser & |  otto | 2004-06-09 | 6 | -27/+137 |
* | Fix buffer overflow find by Stefan Esser, patch by Derek Robert Price. |  millert | 2004-05-19 | 1 | -4/+42 |
* | - a malicious server may send path names that translate out of the |  otto | 2004-04-16 | 2 | -0/+21 |
* | re-entrancy hack that is currently needed for cvs to work correctly. |  deraadt | 2003-12-29 | 1 | -0/+24 |
* | Don't add -I$(srcdir)/zlib to CFLAGS since the version of zlib included with |  millert | 2003-12-18 | 1 | -1/+1 |
* | Quick fix for zlib's update. |  espie | 2003-12-17 | 1 | -1/+1 |
* | Better fix for MALLOC_OPTIONS=J bug. Something had problems with |  millert | 2003-12-16 | 1 | -11/+3 |
* | Add a check for absolute pathnames; from cvs 1.11.10; deraadt@ OK |  millert | 2003-12-12 | 1 | -0/+11 |
* | Free buffer and set it to NULL on error lest it be used. |  millert | 2003-09-25 | 1 | -0/+5 |
* | minor string cleanings; tdeval ok |  deraadt | 2003-05-06 | 3 | -6/+6 |
* | Add a "DisableXProg" option to CVSROOT/config that can be used to |  millert | 2003-01-23 | 3 | -0/+49 |
* | In dirswitch(), don't free dir_name until right before allocating |  millert | 2003-01-20 | 1 | -3/+3 |
* | From Andrushock, s/sucess/success/g |  millert | 2002-12-09 | 1 | -1/+1 |
* | dont deref NULL pointer in IPv6 pserver client operation. |  itojun | 2002-07-06 | 1 | -2/+2 |
* | make pserver code IPv6 ready. markus ok |  itojun | 2002-06-21 | 1 | -21/+50 |