Module Name:src
Committed By: christos
Date: Sat Jan 5 00:27:58 UTC 2019
Modified Files:
src/external/gpl2/xcvs/dist/src: tag.c
Log Message:
When we we fail to remove tags, print an error message since we are going
to be exiting with an error anyway.
To generate a diff
Module Name:src
Committed By: christos
Date: Tue Aug 21 15:37:34 UTC 2018
Modified Files:
src/external/gpl2/xcvs/dist/src: main.c run.c
Log Message:
support SIGINFO
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl2/xcvs/dist/src/main.c
cvs rdi
Module Name:src
Committed By: christos
Date: Sun Apr 29 15:47:01 UTC 2018
Modified Files:
src/external/gpl2/xcvs/dist/src: create_adm.c
Log Message:
keep going if there is a CVS directory already, but warn
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/e
Module Name:src
Committed By: christos
Date: Fri Sep 15 21:03:26 UTC 2017
Modified Files:
src/external/gpl2/xcvs/dist/src: cvs.h filesubr.c find_names.c import.c
rcs.c subr.c update.c vers_ts.c
Log Message:
1/2 the number of {l,s}stat(2) calls by exposing the s
Module Name:src
Committed By: christos
Date: Tue Aug 22 10:06:57 UTC 2017
Modified Files:
src/external/gpl2/xcvs/dist/src: rsh-client.c
Log Message:
Fix for CVE-2017-12836; (cvs command injection) from MirBSD.
XXX: pullup-8
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Wed Jan 4 16:11:20 UTC 2017
Modified Files:
src/external/gpl2/xcvs/dist/src: update.c
Log Message:
only preserve timestamps on specific revisions if we've been asked to.
found by martin@
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Mon Dec 19 17:31:47 UTC 2016
Modified Files:
src/external/gpl2/xcvs/dist/src: update.c
Log Message:
fix the usage message
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/gpl2/xcvs/dist/src/update.c
P
Module Name:src
Committed By: christos
Date: Mon Dec 19 04:54:49 UTC 2016
Modified Files:
src/external/gpl2/xcvs/dist/src: update.c
Log Message:
remove obsolete comment, flip polarity.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl2/xcvs/dis
Module Name:src
Committed By: christos
Date: Mon Dec 19 04:44:35 UTC 2016
Modified Files:
src/external/gpl2/xcvs/dist/src: update.c
Log Message:
fix reversed logic
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl2/xcvs/dist/src/update.c
Pleas
Module Name:src
Committed By: christos
Date: Mon Dec 19 04:37:13 UTC 2016
Modified Files:
src/external/gpl2/xcvs/dist/src: update.c
Log Message:
add -t to preserve timestamps.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl2/xcvs/dist/src/upd
Module Name:src
Committed By: christos
Date: Mon Dec 19 03:15:31 UTC 2016
Modified Files:
src/external/gpl2/xcvs/dist/src: update.c
Log Message:
Always pass the modification time of the file to the client and let it decide
if it is going to use it to set the time. This mak
Module Name:src
Committed By: christos
Date: Mon May 30 17:49:51 UTC 2016
Modified Files:
src/external/gpl2/xcvs/dist/src: import.c subr.c
Log Message:
Make sure that all messages end in '\n' in make_message_rcsvalid() and
compensate for it in add_rcs_file().
To generate
Module Name:src
Committed By: christos
Date: Sun Feb 21 00:56:44 UTC 2016
Modified Files:
src/external/gpl2/xcvs/dist/src: import.c
Log Message:
Handle the last newline in the "special" import for new file like RCS does.
I.e. make_message_rcsvalid() removes it, and we put
Module Name:src
Committed By: christos
Date: Sat Jan 30 16:21:47 UTC 2016
Modified Files:
src/external/gpl2/xcvs/dist/src: import.c
Log Message:
Remove trailing whitespace from imported messages when adding now files.
This is done in RCS_checkin() but we have a "fast path"
Module Name:src
Committed By: apb
Date: Sun Aug 10 07:33:37 UTC 2014
Modified Files:
src/external/gpl2/xcvs/dist/src: server.c
Log Message:
Move the arbitrary limit on number of files per commit into
#define MAXARGS. The limit used to be 1, but was changed to
100
Module Name:src
Committed By: tls
Date: Sun Aug 10 07:09:51 UTC 2014
Modified Files:
src/external/gpl2/xcvs/dist/src: server.c
Log Message:
Relax arbitrary limit of 10,000 changed files per commit idiotically
introduced in CVS 1.11.17.
To generate a diff of this commit:
Module Name:src
Committed By: christos
Date: Thu Nov 7 20:09:55 UTC 2013
Modified Files:
src/external/gpl2/xcvs/dist/src: exithandle.c
Log Message:
Don't use SIG_register to register a SIG_IGN handler. It thinks it registers
a fucntion, but then it ends up calling (*1)(13
Module Name:src
Committed By: christos
Date: Wed Oct 30 14:25:47 UTC 2013
Modified Files:
src/external/gpl2/xcvs/dist/src: exithandle.c
Log Message:
Ignore SIGPIPE; this is silly, we are getting EOF from a client, then while
processing the error SIGPIPE comes because the c
Module Name:src
Committed By: christos
Date: Thu May 9 15:25:44 UTC 2013
Modified Files:
src/external/gpl2/xcvs/dist/src: acl.c
Log Message:
When checking for membership in the system group file don't forget to check
the primary group of the user.
To generate a diff of
Module Name:src
Committed By: jakllsch
Date: Sun Apr 21 19:34:14 UTC 2013
Modified Files:
src/external/gpl2/xcvs/dist/src: error.c
Log Message:
Use LOG_ERR instead of LOG_EMERG, as LOG_EMERG causes syslogd to tell all
ttys.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Wed Mar 27 19:23:28 UTC 2013
Modified Files:
src/external/gpl2/xcvs/dist/src: lock.c
Log Message:
delete the assert as we'll never get there anyway.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl2
Module Name:src
Committed By: christos
Date: Wed Mar 27 18:15:13 UTC 2013
Modified Files:
src/external/gpl2/xcvs/dist/src: lock.c
Log Message:
Don't abort with an assertion when a directory cannot be found in a
repository. This could happen when someone copies from one dir
Module Name:src
Committed By: christos
Date: Wed Oct 3 22:28:20 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: acl.c
Log Message:
- add more debugging
- don't return memory we did not allocate, which the caller will then free!
To generate a diff of this commi
Module Name:src
Committed By: christos
Date: Thu Sep 13 17:45:07 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: server.c
Log Message:
Don't fail if we don't have a current_parsed_root, makes:
'echo version | cvs server'
work again.
To generate a diff o
Module Name:src
Committed By: christos
Date: Thu Mar 22 20:49:55 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: sanity.sh
Log Message:
>From Garo Taft:
- Add a -w flag which will make the sanity script sleep for a second before
and after checkouts, commits, an
Module Name:src
Committed By: christos
Date: Tue Mar 13 17:12:30 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: mkmodules.c
Log Message:
Entries to the file contents need to be NULL terminated.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/ex
Module Name:src
Committed By: christos
Date: Fri Mar 9 15:24:34 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: acl.c
Log Message:
remove statement with no effect.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/xcvs/dist/src/acl.
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:50:26 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: cvs.h
Log Message:
add cvs acl support
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/xcvs/dist/src/cvs.h
Please not
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:48:22 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: add.c admin.c annotate.c commit.c
remove.c
Log Message:
add acl support
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:48:02 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: diff.c
Log Message:
add acl support
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/xcvs/dist/src/diff.c
Please note
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:47:45 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: import.c
Log Message:
- put back missing noexec check
- add cvs acl support
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:47:17 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: filesubr.c
Log Message:
check symlink return
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/xcvs/dist/src/filesubr.c
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:46:59 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: log.c
Log Message:
add acl support
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/xcvs/dist/src/log.c
Please note th
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:46:35 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: logmsg.c
Log Message:
in new format strings, formats are actually checked, so put tag commands in.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:46:08 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: ls.c
Log Message:
check chdir return
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/xcvs/dist/src/ls.c
Please note t
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:45:52 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: main.c
Log Message:
- fix printf format string
- add acl support
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl2/xcvs/
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:45:28 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: mkmodules.c
Log Message:
- add acl support
- document availability of tag commands.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:44:32 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: parseinfo.h
Log Message:
add acl prototype
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/xcvs/dist/src/parseinfo.h
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:44:06 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: parseinfo.c
Log Message:
add acl function prototype
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/xcvs/dist/src/pars
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:43:48 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: patch.c
Log Message:
- better handling of binary files
- add acl support
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gp
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:43:19 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: rcs.c
Log Message:
use the result of strtoul
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl2/xcvs/dist/src/rcs.c
Plea
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:42:57 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: recurse.c
Log Message:
restore lost fix: add nolock
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl2/xcvs/dist/src/
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:42:21 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: sanity.sh
Log Message:
attempt to fix the unit tests
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl2/xcvs/dist/src
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:41:48 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: server.c
Log Message:
- check return value of write(2)
- add acl support
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gp
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:41:20 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: status.c
Log Message:
Add cvs acl support
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/xcvs/dist/src/status.c
Plea
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:41:04 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: subr.c
Log Message:
- Put back %, which was removed from the new format strings
[with reversed meaning, so that we are still compatible with the new
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:39:28 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: Makefile.am
Log Message:
add acl.c
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl2/xcvs/dist/src/Makefile.am
Plea
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:37:29 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: acl.c
Log Message:
fix malloc botches in the original code
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl2/xcvs/dist/s
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:34:35 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: tag.c
Log Message:
- restrict tag command to non-destructive operations for non-admins.
[deletion, moving is dissallowed]
- add history for tag comm
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:33:02 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: update.c
Log Message:
- acl support
- check chdir return
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/xcvs/dist/src
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:32:31 UTC 2012
Added Files:
src/external/gpl2/xcvs/dist/src: acl.c
Log Message:
acl support
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/gpl2/xcvs/dist/src/acl.c
Please note that diffs
Module Name:src
Committed By: christos
Date: Thu Mar 8 20:32:18 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: version.c
Log Message:
announce acl support
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl2/xcvs/dist/src/version.
Module Name:src
Committed By: drochner
Date: Thu Feb 9 16:28:53 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: client.c
Log Message:
add patch from Redhat bug#784141 which fixes a possible
buffer overflow if used with an HTTP proxy (CVE-2012-0804)
approved by
Module Name:src
Committed By: mrg
Date: Sat Sep 24 11:37:27 UTC 2011
Modified Files:
src/external/gpl2/xcvs/dist/src: patch.c
Log Message:
implement cvs rdiff -p. (someone please upate the manual for me :)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/
Module Name:src
Committed By: christos
Date: Fri Jul 29 18:47:11 UTC 2011
Modified Files:
src/external/gpl2/xcvs/dist/src: mkmodules.c
Log Message:
Allow init for new repository construction!
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/x
Module Name:src
Committed By: christos
Date: Sun May 15 17:52:41 UTC 2011
Modified Files:
src/external/gpl2/xcvs/dist/src: client.c
Log Message:
Add missing prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/xcvs/dist/src/client.c
P
Module Name:src
Committed By: christos
Date: Fri Feb 19 23:50:55 UTC 2010
Modified Files:
src/external/gpl2/xcvs/dist/src: logmsg.c
Log Message:
make the default action abort for the empty log message; it used to be
continue. requested by joerg.
To generate a diff of thi
Module Name:src
Committed By: dsl
Date: Fri Nov 27 18:38:29 UTC 2009
Modified Files:
src/external/gpl2/xcvs/dist/src: zlib.c
Log Message:
Fix compressed server accesses.
According to http://cvs.savannah.gnu.org/viewvc/ccvs/src/?root=cvs
this was broken between revs 1.29 an
Module Name:src
Committed By: apb
Date: Sat Sep 5 12:50:33 UTC 2009
Modified Files:
src/external/gpl2/xcvs/dist/src: admin.c
Log Message:
It's expected that config will be NULL in a cvs client, but not
in a server or with a local CVSROOT.
To generate a diff of this comm
Module Name:src
Committed By: dholland
Date: Sat Sep 5 06:18:55 UTC 2009
Modified Files:
src/external/gpl2/xcvs/dist/src: filesubr.c
Log Message:
Check group membership correctly; ingroup() returns a truth value, not a gid.
PR bin/41995.
To generate a diff of this commi
Module Name:src
Committed By: christos
Date: Tue Apr 21 18:43:52 UTC 2009
Modified Files:
src/external/gpl2/xcvs/dist/src: rcs.c
Log Message:
remove dup line.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/xcvs/dist/src/rcs.c
Please note t
Module Name:src
Committed By: christos
Date: Tue Apr 21 17:27:50 UTC 2009
Modified Files:
src/external/gpl2/xcvs/dist/src: rcs.c
Log Message:
Fix LOCALID expansion (from Anon Ymous)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/xcvs/dist/s
Module Name:src
Committed By: christos
Date: Mon Apr 20 17:13:42 UTC 2009
Modified Files:
src/external/gpl2/xcvs/dist/src: main.c
Log Message:
put back -u
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/xcvs/dist/src/main.c
Please note that
63 matches
Mail list logo