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