summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/src/server.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-14once cvs's flow-control mechanism has kicked in, stop reading fromjcs1-1/+5
2015-10-30Use crypt_checkpass() instead of strcmp(hash, crypt(password, hash)).millert1-7/+3
2013-12-03Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@millert1-1/+1
2013-06-20Move the declaration of `disable_x_prog' outside of a #ifdef AUTH_SERVER_SUPPORTmiod1-2/+2
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()fgsch1-3/+3
2010-10-15Switch the remaining users of libdes in src to libcrypto,jsg1-5/+5
2009-12-13fix leaks found by parfait.jsg1-2/+9
2004-06-09Several potential security problems found and fixed by Stefan Esser &otto1-10/+68
2004-05-19Fix buffer overflow find by Stefan Esser, patch by Derek Robert Price.millert1-4/+42
2003-12-29re-entrancy hack that is currently needed for cvs to work correctly.deraadt1-0/+24
2003-01-23Add a "DisableXProg" option to CVSROOT/config that can be used tomillert1-0/+25
2003-01-20In dirswitch(), don't free dir_name until right before allocatingmillert1-3/+3
2001-09-29Merge remaining local changes, correct build issuestholo1-1/+6
2001-09-28Merge local changes; work in progresstholo1-160/+285
2001-02-10Integrate local changestholo1-181/+348
1999-09-10Integrate local changestholo1-63/+185
1999-02-28Integrate local changestholo1-136/+470
1998-08-22Integrate local changestholo1-3/+27
1998-07-13Integrate local changestholo1-17/+49
1998-03-12Integrate local changestholo1-31/+57
1998-02-22Merge local changes to support a configuration file with Cyclic's schemetholo1-1/+0
1998-02-22Integrate local changestholo1-393/+849
1997-08-04save errno in sigchld handlersderaadt1-0/+3
1997-06-28Integrate local changestholo1-24/+117
1997-04-21Integrate local changestholo1-3/+72
1997-03-18Integrate local changestholo1-68/+148
1997-02-21Integrate local changestholo1-177/+537
1996-10-18Undo CVSroot change in main.ctholo1-1/+1
1996-10-18Integrate local changestholo1-1590/+1670
1996-05-30who wrote this code? nonblocking pipe, select, and then not deal with aderaadt1-1/+4
1996-05-24server must parseopts() after getting Rootderaadt1-0/+1
1996-05-06Integrate local changes to CVS; remove files no longer part of the CVStholo1-47/+166
1996-04-27Integrate local changes to CVStholo1-41/+149
1996-01-30Integrate local changestholo1-93/+905
1996-01-29if CVSREADONLYFS, access to the history file is irrelevantderaadt1-1/+1
1995-12-20stall all three server:server pipes, and 2MB instead of 256Kderaadt1-11/+13
1995-12-19allow at most 256K of data to be queuedderaadt1-1/+25
1995-12-19raw import of cvs-1.6deraadt1-0/+3577