Commit Graph

140 Commits

Author SHA1 Message Date
cheusov 8e6f0d9ebd Add .include <bsd.sys.mk> for initializing USE_SSP.
This fixes build failure if USE_FORT=YES
   Approved by christos@
2012-05-02 13:35:03 +00:00
joerg b757af438b Disable new -Wstring-plus-int warning where needed for now.
Adjust various places that add GCC-only options to check for the active
compiler first.
2012-04-04 10:59:44 +00:00
christos 69586eb894 From Garo Taft:
- Add a -w flag which will make the sanity script sleep for a second before
  and after checkouts, commits, and updates.
- Fix expected output to look for the right default action on empty log
  message. It's now "abort".
- Add new requests "Checkin-prog" and "Update-prog" to expectation values.
- Add new "access"âand "group" files to CVSROOT admin database expectation
  values.
- All tests pass except client-20, which hangs.
2012-03-22 20:49:53 +00:00
christos 0dc6655837 Entries to the file contents need to be NULL terminated. 2012-03-13 17:12:30 +00:00
christos f6d789ff18 remove statement with no effect. 2012-03-09 15:24:34 +00:00
christos 6799d6e664 add acl.c 2012-03-09 00:14:16 +00:00
christos 75e57c5640 refresh autoconf infrastructure so that it has a fighting chance to work
with something not from the previous decade.
NB: I should eventually put back the OS specific stuff I've removed so
that we can have a complete distribution.
2012-03-08 20:54:18 +00:00
christos 00f7e7b88f prefer NULL over 0 2012-03-08 20:50:55 +00:00
christos 8182c8fa04 fix format string 2012-03-08 20:50:46 +00:00
christos a3b3956a06 add cvs acl support 2012-03-08 20:50:26 +00:00
christos 286e174e7d Don't use %n in the writable data segment. Fortified glibc complains. When
the left hand does not communicate with the right hand.
2012-03-08 20:49:29 +00:00
christos 6c8d7be65d add acl support 2012-03-08 20:48:02 +00:00
christos 90cde42e32 - put back missing noexec check
- add cvs acl support
2012-03-08 20:47:45 +00:00
christos 9c245492c2 check symlink return 2012-03-08 20:47:17 +00:00
christos 99ced8ed96 add acl support 2012-03-08 20:46:59 +00:00
christos e05cc624b8 in new format strings, formats are actually checked, so put tag commands in. 2012-03-08 20:46:35 +00:00
christos 09b7edcb8d check chdir return 2012-03-08 20:46:08 +00:00
christos 8fb428a11a - fix printf format string
- add acl support
2012-03-08 20:45:52 +00:00
christos 255af61e37 - add acl support
- document availability of tag commands.
2012-03-08 20:45:28 +00:00
christos 2d4ac8bd98 add acl prototype 2012-03-08 20:44:32 +00:00
christos f029472951 add acl function prototype 2012-03-08 20:44:06 +00:00
christos e5bacfa057 - better handling of binary files
- add acl support
2012-03-08 20:43:48 +00:00
christos b33dfa11bd use the result of strtoul 2012-03-08 20:43:19 +00:00
christos 9e721b8438 restore lost fix: add nolock 2012-03-08 20:42:56 +00:00
christos e2e2a4ed11 attempt to fix the unit tests 2012-03-08 20:42:21 +00:00
christos e76f287eda - check return value of write(2)
- add acl support
2012-03-08 20:41:48 +00:00
christos cde5019549 Add cvs acl support 2012-03-08 20:41:20 +00:00
christos c520239488 - Put back %, which was removed from the new format strings
[with reversed meaning, so that we are still compatible with the new format]
- Fix format strings
2012-03-08 20:41:04 +00:00
christos 3046f895f0 add acl.c 2012-03-08 20:39:28 +00:00
christos a24f5ebc91 fix malloc botches in the original code 2012-03-08 20:37:29 +00:00
christos 22d2af8da8 - restrict tag command to non-destructive operations for non-admins.
[deletion, moving is dissallowed]
- add history for tag commands
- cvs acl support
2012-03-08 20:34:35 +00:00
christos 25f203d228 - acl support
- check chdir return
2012-03-08 20:33:02 +00:00
christos 53edc8a562 acl support 2012-03-08 20:32:31 +00:00
christos 4872c424c4 announce acl support 2012-03-08 20:32:18 +00:00
christos d246e6162a add acl info 2012-03-08 20:30:38 +00:00
drochner f9e6b678d8 add patch from Redhat bug#784141 which fixes a possible
buffer overflow if used with an HTTP proxy (CVE-2012-0804)
approved by releng
2012-02-09 16:28:53 +00:00
dholland d716fa09ba Remove stray file that appears to have come from the CVS distribution.
How it got here isn't entirely clear, but it's clear that it should go.
2012-01-24 22:40:20 +00:00
joerg 3a4dc84ff4 Don't use dangling elses. 2012-01-06 15:16:02 +00:00
mhitch 2c13773a38 Add logical drive device ld - a number of raid controllers provide these.
Also fix a typo/pasto when checking devices against devices/types in the
configuration file:  use value from configuration, not the end of the
device_info table.  Devices which aren't explicitly specified in the
device_info table can now be used by adding a type entry in the config
file.
2012-01-04 16:37:45 +00:00
wiz 372160b738 Document 'cvs rdiff -p'. 2011-09-24 12:02:58 +00:00
mrg 3f55311b0b implement cvs rdiff -p. (someone please upate the manual for me :) 2011-09-24 11:37:27 +00:00
christos 2819a85a08 Allow init for new repository construction! 2011-07-29 18:47:11 +00:00
tsutsui 5fbf2258b9 Handle implicit library dependency for static builds:
- libheimbase is required by libkrb5
 - libwind is required by libhx509
2011-06-04 02:08:50 +00:00
joerg 015f3042c3 Pull in report.c, 1.107 from upstream:
Use offsetof() macro and avoid defining dummy static union for FIELD()
macro.  Makes it compilable by clang compiler.
2011-05-30 16:03:02 +00:00
joerg a216da57a6 Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
2011-05-26 12:56:24 +00:00
joerg c219644b8d Fix printing of time_t 2011-05-24 15:51:00 +00:00
christos 72b8fabea7 Add missing prototype. 2011-05-15 17:52:41 +00:00
christos 2c52b012a9 missing string.h 2011-05-15 01:16:29 +00:00
christos 3326babf00 copy from misc directory 2011-05-15 01:13:29 +00:00
matt d4e4f7a60a Use static libdm so dmsetup and lvm can be linked dynamically.
Change LIBDM_* to LIBDEVMAPPER_* so LIBDM can refer to libdm.
2011-03-04 22:48:29 +00:00