summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop dead links to loria.fr and cvshome.orgjca2019-01-101-18/+0
* When checking out certain commits by date, cvs got confused. Ifbluhm2018-10-221-1/+3
* Fix a few, but not all, clang warnings: Use "%s" to print modifiabletb2018-07-102-2/+2
* When executing ssh, use "--" to indicate end of arguments before themillert2017-08-211-2/+4
* once cvs's flow-control mechanism has kicked in, stop reading fromjcs2017-04-141-1/+5
* Nuke some excess whitespace.krw2017-01-201-7/+7
* admin: add -C option to set a revision's commitidjcs2016-08-311-2/+59
* When the commit message is empty, don't default to c)ontinuetb2016-08-161-4/+4
* Pledge cvs(1).jca2015-11-171-0/+22
* Use crypt_checkpass() instead of strcmp(hash, crypt(password, hash)).millert2015-10-301-7/+3
* finally enable writing per-commit commitid tokens to rcs ,v filesjcs2014-05-282-8/+1
* When writing a history entry, don't downcast time() return value tojca2013-12-141-2/+2
* Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@millert2013-12-037-8/+7
* Prep for big ino_t: cast to unsigned long long and format with %ll or %qguenther2013-08-081-2/+2
* Move the declaration of `disable_x_prog' outside of a #ifdef AUTH_SERVER_SUPPORTmiod2013-06-201-2/+2
* avoid rebuilding server.c and client.c in the install targetrobert2013-06-031-2/+2
* backport commitid support from newer CVS (with a different random idjcs2013-06-037-1/+74
* Adjust the default "ignore" list for cvs;sthen2012-03-261-2/+2
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-0419-32/+32
* ignore vim's .*.swp files.espie2012-01-051-0/+1
* declare a return type on a function returning void, matches upstreamjsg2011-07-041-1/+1
* Switch the remaining users of libdes in src to libcrypto,jsg2010-10-151-5/+5
* As per OpenCVS, general usage in coversation and apparently newerjsg2010-07-221-1/+1
* Fix "cvs [update aborted]: out of memory; can not reallocate 5242880 bytes"stsp2009-12-141-4/+3
* fix leaks found by parfait.jsg2009-12-132-4/+15
* Typo in description for log -r fixed.tobias2008-09-121-1/+1
* handle sparc64 seperately; ok miodderaadt2008-06-251-0/+3
* Add a CVSROOT/config option "DisableMdocdate" (default:no) to turn offdjm2008-06-115-0/+18
* If "cvs admin" encountered an entry in CVS/Entries for a file which has notobias2008-05-111-0/+5
* fix a segfault in gnucvs that can occur with "checkout -c" if there isjoris2008-02-271-0/+5
* Febuary -> Februaryjmc2008-02-081-1/+1
* introduce Mdocdate tag, requested by jmc.niallo2007-05-261-0/+27
* when comparing two revisions of a directory tree, don't show dead filessturm2007-05-121-1/+1
* Fixes from Derek Price, CAN-2005-0753. ok deraadt@otto2005-04-203-7/+10
* Add support for passing the tag name in to the program specified by themillert2004-10-232-0/+12
* Several potential security problems found and fixed by Stefan Esser &otto2004-06-096-27/+137
* Fix buffer overflow find by Stefan Esser, patch by Derek Robert Price.millert2004-05-191-4/+42
* - a malicious server may send path names that translate out of theotto2004-04-162-0/+21
* re-entrancy hack that is currently needed for cvs to work correctly.deraadt2003-12-291-0/+24
* Don't add -I$(srcdir)/zlib to CFLAGS since the version of zlib included withmillert2003-12-181-1/+1
* Quick fix for zlib's update.espie2003-12-171-1/+1
* Better fix for MALLOC_OPTIONS=J bug. Something had problems withmillert2003-12-161-11/+3
* Add a check for absolute pathnames; from cvs 1.11.10; deraadt@ OKmillert2003-12-121-0/+11
* Free buffer and set it to NULL on error lest it be used.millert2003-09-251-0/+5
* minor string cleanings; tdeval okderaadt2003-05-063-6/+6
* Add a "DisableXProg" option to CVSROOT/config that can be used tomillert2003-01-233-0/+49
* In dirswitch(), don't free dir_name until right before allocatingmillert2003-01-201-3/+3
* From Andrushock, s/sucess/success/gmillert2002-12-091-1/+1
* dont deref NULL pointer in IPv6 pserver client operation.itojun2002-07-061-2/+2
* make pserver code IPv6 ready. markus okitojun2002-06-211-21/+50