summaryrefslogtreecommitdiff
path: root/external/gpl2/xcvs
AgeCommit message (Expand)Author
2013-11-07Don't use SIG_register to register a SIG_IGN handler. It thinks it registerschristos
2013-10-30Ignore SIGPIPE; this is silly, we are getting EOF from a client, then whilechristos
2013-05-09When checking for membership in the system group file don't forget to checkchristos
2013-04-21Use LOG_ERR instead of LOG_EMERG, as LOG_EMERG causes syslogd to tell alljakllsch
2013-03-27delete the assert as we'll never get there anyway.christos
2013-03-27Don't abort with an assertion when a directory cannot be found in achristos
2012-10-03- add more debuggingchristos
2012-09-23Update LLVM/Clang snapshot to r164464. This adopts the GCC options forjoerg
2012-09-13Don't fail if we don't have a current_parsed_root, makes:christos
2012-04-04Disable new -Wstring-plus-int warning where needed for now.joerg
2012-03-22From Garo Taft:christos
2012-03-13Entries to the file contents need to be NULL terminated.christos
2012-03-09remove statement with no effect.christos
2012-03-09add acl.cchristos
2012-03-08refresh autoconf infrastructure so that it has a fighting chance to workchristos
2012-03-08prefer NULL over 0christos
2012-03-08fix format stringchristos
2012-03-08add cvs acl supportchristos
2012-03-08Don't use %n in the writable data segment. Fortified glibc complains. Whenchristos
2012-03-08add acl supportchristos
2012-03-08- put back missing noexec checkchristos
2012-03-08check symlink returnchristos
2012-03-08add acl supportchristos
2012-03-08in new format strings, formats are actually checked, so put tag commands in.christos
2012-03-08check chdir returnchristos
2012-03-08- fix printf format stringchristos
2012-03-08- add acl supportchristos
2012-03-08add acl prototypechristos
2012-03-08add acl function prototypechristos
2012-03-08- better handling of binary fileschristos
2012-03-08use the result of strtoulchristos
2012-03-08restore lost fix: add nolockchristos
2012-03-08attempt to fix the unit testschristos
2012-03-08- check return value of write(2)christos
2012-03-08Add cvs acl supportchristos
2012-03-08- Put back %, which was removed from the new format stringschristos
2012-03-08add acl.cchristos
2012-03-08fix malloc botches in the original codechristos
2012-03-08- restrict tag command to non-destructive operations for non-admins.christos
2012-03-08- acl supportchristos
2012-03-08acl supportchristos
2012-03-08announce acl supportchristos
2012-03-08add acl infochristos
2012-02-09add patch from Redhat bug#784141 which fixes a possibledrochner
2012-01-24Remove stray file that appears to have come from the CVS distribution.dholland
2012-01-06Don't use dangling elses.joerg
2011-09-24Document 'cvs rdiff -p'.wiz
2011-09-24implement cvs rdiff -p. (someone please upate the manual for me :)mrg
2011-07-29Allow init for new repository construction!christos
2011-06-04Handle implicit library dependency for static builds:tsutsui