History log of /netbsd/external/gpl2/xcvs/dist/src/server.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 3cd63638 17-May-2016 christos <christos@NetBSD.org>

Add RCSID's


# acc9f35c 10-Aug-2014 apb <apb@NetBSD.org>

Move the arbitrary limit on number of files per commit into
#define MAXARGS. The limit used to be 10000, but was changed to
1000000 earlier today.


# b9d67ead 10-Aug-2014 tls <tls@NetBSD.org>

Relax arbitrary limit of 10,000 changed files per commit idiotically
introduced in CVS 1.11.17.


# a686f39b 13-Sep-2012 christos <christos@NetBSD.org>

Don't fail if we don't have a current_parsed_root, makes:
'echo version | cvs server'
work again.


# 78f1483d 08-Mar-2012 christos <christos@NetBSD.org>

- check return value of write(2)
- add acl support


# 889c434e 10-Apr-2009 christos <christos@NetBSD.org>

- fix bug with cvs group auth
- use our own getopt
- add config tests for optreset


# 274254cd 08-Apr-2009 christos <christos@NetBSD.org>

Port over NetBSD fixes:
- remove configure hooks to other os's
- handle symlinks in cvsroot
- configurable CVS local directory name
- unlock patch
- setxid patch (handle setuid CVS and drop privilege

Port over NetBSD fixes:
- remove configure hooks to other os's
- handle symlinks in cvsroot
- configurable CVS local directory name
- unlock patch
- setxid patch (handle setuid CVS and drop privileges correctly)
- when __SSP__ avoid alloca
- admin commands in history
- programmable admin group
- always enforce admin group
- protocol independent network handling (handle ipv6)
- correct issue with wrong revision in resurrected files
- centralize cvs password cleanup in memory
- don't segv if we re-enter exit handlers
- more sprintf -> snprintf
- extra empty line in editor buffer
- alias 't' with 'T' in logmsg.c for compatibility
- alias config "LocalKeyword" with "tag" and "UserAdminOptions" with
"AdminOptions" for compatibility.
- disable Checking-prog and Update-prog for security
- take account of our current umask when computing the mode of files.

show more ...


# a7c91847 07-Apr-2009 christos <christos@NetBSD.org>

from ftp.gnu.org