summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs
AgeCommit message (Expand)AuthorFilesLines
2019-12-21a few depend:-related thingies that were still in.espie1-4/+1
2019-01-10Drop dead links to loria.fr and cvshome.orgjca5-54/+0
2018-10-22When checking out certain commits by date, cvs got confused. Ifbluhm1-1/+3
2018-09-14Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@naddy1-4/+6
2018-08-16When installing the link to rcs2log, set the owner on the link itselfmillert1-1/+1
2018-07-11do not pick up groff from /usr/local/bin in configure, noticed by benno@;naddy1-1/+3
2018-07-10Fix a few, but not all, clang warnings: Use "%s" to print modifiabletb6-25/+19
2017-11-09Use the proper macros in AUTHORS, and delete the bogus BUGS section.schwarze1-3/+1
2017-08-21When executing ssh, use "--" to indicate end of arguments before themillert1-2/+4
2017-06-12destroy lint remnants.espie1-4/+1
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-09-29Set correct owner for installed files. Required for noperm release.natano3-15/+18
2016-09-20Revert previous, I didn't intend to commit this (yet).natano3-31/+20
2016-09-20Set correct owner for installed files. One step closer to nopermnatano3-16/+19
2016-09-04httpS://www.openbsd.org/tb1-1/+1
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
2016-03-07regentb1-92/+91
2016-03-07There is a mknod(2) call hidden deep in the guts of cvs(1) thattb1-1/+0
2015-11-20Regen.jca1-187/+4
2015-11-20Server-side pserver support is broken, and we don't plan to support it.jca2-29/+0
2015-11-17Pledge cvs(1).jca1-0/+22
2015-10-30Use crypt_checkpass() instead of strcmp(hash, crypt(password, hash)).millert1-7/+3
2015-02-05Add missing check for stdint.h, needed for SIZE_MAX in xsize.h.millert3-2/+5
2014-10-21no more kerberos.daniel1-3/+3
2014-05-28finally enable writing per-commit commitid tokens to rcs ,v filesjcs2-8/+1
2014-04-22Remove KERBEROS5 from the Makefiles (except ssh for now, where it isreyk1-9/+1
2014-04-15Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ ismiod1-4/+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@millert17-129/+75
2013-11-11disable kerberos support (only used for pserver, which we stronglyderaadt1-7/+7
2013-08-08Prep for big ino_t: cast to unsigned long long and format with %ll or %qguenther1-2/+2
2013-08-06Switch vax to gcc 3.3.6.miod1-2/+7
2013-06-20Move the declaration of `disable_x_prog' outside of a #ifdef AUTH_SERVER_SUPPORTmiod1-2/+2
2013-06-19don't link to hx509, pthread and ntlm related librariesrobert1-1/+1
2013-06-18Shuffle library link order to appease the static arch deities.miod1-1/+1
2013-06-17link to the new kerberos librariesrobert1-1/+1
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 idjcs9-1/+91
2013-04-19Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).deraadt1-3/+3
2012-05-20remove .cvsignore from cvs source dir, ok deraadtsthen1-16/+0
2012-03-31sync cvsignore patterns. ok sthen@matthieu1-4/+4
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()fgsch21-34/+34
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,jsg3-9/+9
2010-09-22We are still far away from supporting the roff macro definition macro .deschwarze1-138/+130
2010-07-26- replace SP with sp calls. this was defined within cvs.1, but unsupportedjmc1-108/+103