Age | Commit message (Expand) | Author |
2015-02-05 | Add missing check for stdint.h, needed for SIZE_MAX in xsize.h. | Todd C. Miller |
2014-10-21 | no more kerberos. | Daniel Dickman |
2014-05-28 | finally enable writing per-commit commitid tokens to rcs ,v files | joshua stein |
2014-04-22 | Remove KERBEROS5 from the Makefiles (except ssh for now, where it is | Reyk Floeter |
2014-04-15 | Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is | Miod Vallat |
2013-12-14 | When writing a history entry, don't downcast time() return value to | Jeremie Courreges-Anglas |
2013-12-03 | Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@ | Todd C. Miller |
1997-06-28 | Latest version from Cyclic Software | Thorsten Lockert |
1996-10-18 | New release from Cyclic Software | Thorsten Lockert |
1996-01-30 | Missed files from 1.7.1 import | Thorsten Lockert |
1995-12-19 | raw import of cvs-1.6 | Theo de Raadt |
2013-11-11 | disable kerberos support (only used for pserver, which we strongly | Theo de Raadt |
2013-08-08 | Prep for big ino_t: cast to unsigned long long and format with %ll or %q | Philip Guenther |
1998-03-12 | Latest version from Cyclic | Thorsten Lockert |
2013-08-06 | Switch vax to gcc 3.3.6. | Miod Vallat |
2013-06-20 | Move the declaration of `disable_x_prog' outside of a #ifdef AUTH_SERVER_SUPPORT | Miod Vallat |
2013-06-19 | don't link to hx509, pthread and ntlm related libraries | Robert Nagy |
2013-06-18 | Shuffle library link order to appease the static arch deities. | Miod Vallat |
2013-06-17 | link to the new kerberos libraries | Robert Nagy |
2013-06-03 | avoid rebuilding server.c and client.c in the install target | Robert Nagy |
2013-06-03 | backport commitid support from newer CVS (with a different random id | joshua stein |
1997-03-18 | New release from Cyclic Software | Thorsten Lockert |
1996-01-30 | Upgrade to 1.7.1 snapshot | Thorsten Lockert |
1995-12-19 | raw import of cvs-1.6 | Theo de Raadt |
2013-04-19 | Constrain the 2038 check to only when sizeof(time_t) == sizeof(int). | Theo de Raadt |
2012-05-20 | remove .cvsignore from cvs source dir, ok deraadt | Stuart Henderson |
2012-03-31 | sync cvsignore patterns. ok sthen@ | Matthieu Herrb |
2012-03-26 | Adjust the default "ignore" list for cvs; | Stuart Henderson |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2012-01-05 | ignore vim's .*.swp files. | Marc Espie |
2011-07-04 | declare a return type on a function returning void, matches upstream | Jonathan Gray |
2010-10-15 | Switch the remaining users of libdes in src to libcrypto, | Jonathan Gray |
2010-09-22 | We are still far away from supporting the roff macro definition macro .de | Ingo Schwarze |
2010-07-26 | - replace SP with sp calls. this was defined within cvs.1, but unsupported | Jason McIntyre |
2010-07-22 | As per OpenCVS, general usage in coversation and apparently newer | Jonathan Gray |
2009-12-14 | Fix "cvs [update aborted]: out of memory; can not reallocate 5242880 bytes" | Stefan Sperling |
2009-12-13 | fix leaks found by parfait. | Jonathan Gray |
2008-10-01 | Fix synopsis of "commit" command. | Mark Kettenis |
2008-09-12 | Typo in description for log -r fixed. | Tobias Stoeckmann |
2008-06-25 | handle sparc64 seperately; ok miod | Theo de Raadt |
2008-06-11 | Add a CVSROOT/config option "DisableMdocdate" (default:no) to turn off | Damien Miller |
2008-05-11 | If "cvs admin" encountered an entry in CVS/Entries for a file which has no | Tobias Stoeckmann |
2008-02-27 | fix a segfault in gnucvs that can occur with "checkout -c" if there is | Joris Vink |
2008-02-08 | Febuary -> February | Jason McIntyre |
2007-11-03 | make sure configure is done before we try building manpages. | Marc Espie |
2007-05-26 | introduce Mdocdate tag, requested by jmc. | Niall O'Higgins |
2007-05-12 | when comparing two revisions of a directory tree, don't show dead files | Nikolay Sturm |
2006-07-12 | makeinfo --no-split, simplifies sets immensely. | Marc Espie |
2006-02-19 | memset(p, 0, sizeof(p)) -> memset(p, 0, sizeof(*p)). | Otto Moerbeek |
2005-04-20 | Fixes from Derek Price, CAN-2005-0753. ok deraadt@ | Otto Moerbeek |