summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs (follow)
Commit message (Expand)AuthorAgeFilesLines
* a few depend:-related thingies that were still in.espie2019-12-211-4/+1
* Drop dead links to loria.fr and cvshome.orgjca2019-01-105-54/+0
* When checking out certain commits by date, cvs got confused. Ifbluhm2018-10-221-1/+3
* Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@naddy2018-09-141-4/+6
* When installing the link to rcs2log, set the owner on the link itselfmillert2018-08-161-1/+1
* do not pick up groff from /usr/local/bin in configure, noticed by benno@;naddy2018-07-111-1/+3
* Fix a few, but not all, clang warnings: Use "%s" to print modifiabletb2018-07-106-25/+19
* Use the proper macros in AUTHORS, and delete the bogus BUGS section.schwarze2017-11-091-3/+1
* When executing ssh, use "--" to indicate end of arguments before themillert2017-08-211-2/+4
* destroy lint remnants.espie2017-06-121-4/+1
* 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
* Set correct owner for installed files. Required for noperm release.natano2016-09-293-15/+18
* Revert previous, I didn't intend to commit this (yet).natano2016-09-203-31/+20
* Set correct owner for installed files. One step closer to nopermnatano2016-09-203-16/+19
* httpS://www.openbsd.org/tb2016-09-041-1/+1
* 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
* regentb2016-03-071-92/+91
* There is a mknod(2) call hidden deep in the guts of cvs(1) thattb2016-03-071-1/+0
* Regen.jca2015-11-201-187/+4
* Server-side pserver support is broken, and we don't plan to support it.jca2015-11-202-29/+0
* Pledge cvs(1).jca2015-11-171-0/+22
* Use crypt_checkpass() instead of strcmp(hash, crypt(password, hash)).millert2015-10-301-7/+3
* Add missing check for stdint.h, needed for SIZE_MAX in xsize.h.millert2015-02-053-2/+5
* no more kerberos.daniel2014-10-211-3/+3
* finally enable writing per-commit commitid tokens to rcs ,v filesjcs2014-05-282-8/+1
* Remove KERBEROS5 from the Makefiles (except ssh for now, where it isreyk2014-04-221-9/+1
* Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ ismiod2014-04-151-4/+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-0317-129/+75
* disable kerberos support (only used for pserver, which we stronglyderaadt2013-11-111-7/+7
* Prep for big ino_t: cast to unsigned long long and format with %ll or %qguenther2013-08-081-2/+2
* Switch vax to gcc 3.3.6.miod2013-08-061-2/+7
* Move the declaration of `disable_x_prog' outside of a #ifdef AUTH_SERVER_SUPPORTmiod2013-06-201-2/+2
* don't link to hx509, pthread and ntlm related librariesrobert2013-06-191-1/+1
* Shuffle library link order to appease the static arch deities.miod2013-06-181-1/+1
* link to the new kerberos librariesrobert2013-06-171-1/+1
* 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-039-1/+91
* Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).deraadt2013-04-191-3/+3
* remove .cvsignore from cvs source dir, ok deraadtsthen2012-05-201-16/+0
* sync cvsignore patterns. ok sthen@matthieu2012-03-311-4/+4
* 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-0421-34/+34
* 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-153-9/+9
* We are still far away from supporting the roff macro definition macro .deschwarze2010-09-221-138/+130
* - replace SP with sp calls. this was defined within cvs.1, but unsupportedjmc2010-07-261-108/+103