- Dec 31, 2005
-
-
dprice authored
* Makefile.am (cvs_SOURCES): Add new files. * main.c: Include "verify.h". (opt_usage): Add --verify* args. (main): Process same. * root.c (new_cvsroot_t): Default verify method options. (parse_cvsroot): Process same. * root.h (cvsroot_t): Add verify method options. * sign.c (get_sign_textmode), sign.h (get_sign_textmode): Export.
-
- Dec 30, 2005
-
-
dprice authored
-
dprice authored
-
dprice authored
-
dprice authored
(read_u64): New function. (read_signature): Expand header comment block. (parse_signature): Parse up to key ID. (struct openpgp_signature): Move decl to... gpg.h (struct openpgp_signature): ...here. (parse_signature): New proto. * log.c: Include "base64.h" & "gpg.h". (log_version): Print signature information when available. * sanity.sh: Accept new signature info in log messages.
-
dprice authored
Use uint8_t rather than unsigned char.
-
dprice authored
output rather than potentially variable bit length types. (write_part, parse_header, read_signature, parse_signature): Carry through above <stdint.h> change to callers.
-
dprice authored
-
dprice authored
(parse_header): New function factored from... (read_signature): ...here. (struct openpgp_signature): New decl. (parse_signature): New function.
-
- Dec 27, 2005
- Dec 21, 2005
-
-
dprice authored
-
- Dec 09, 2005
- Dec 08, 2005
-
-
dprice authored
-
- Dec 07, 2005
- Nov 30, 2005
-
-
mdb authored
* cvs.texinfo (Error messages): Add a note about the Bad root error that may arise if --allow-root is used and does not include the directory the cvs client wants to use.
-
mdb authored
* root.c (root_allow_used): New function. * root.h (root_allow_used): Ditto. * server.c (serve_root): Call new function in server mode. * sanity.sh (server2-3): Fix typo in test name. (server2-5, server2-6): New tests for --allow-root feature. (proxy-init): Fix --allow-root instances for primary-wrapper to include the primary and the secondary in the list. (writeproxy-noredirect): Ditto. (writeproxy-ssh-noredirect): Ditto.
-
- Nov 28, 2005
- Nov 23, 2005
-
-
dprice authored
* sanity.sh: Update to compensate.
-
- Nov 18, 2005
- Nov 17, 2005
-
-
dprice authored
notices and add two new ones. * sanity.sh: Update to compensate.
-
- Nov 16, 2005
-
-
dprice authored
-
dprice authored
-
dprice authored
applied successfully. Only print patch failed messages for traces. * update.c (update): Share flags with refetch pass. Never send contents when refetching. Only print refetching message for traces. Use "U" instead of "P", except for traces. * sanity.sh: Update to compensate.
-
- Nov 14, 2005
-
-
mdb authored
based on USE_VMS_FILENAME macro.
-
mdb authored
(short_options): Now in file scope for validation of UserAdminOptions. (long_options): Use opt_value enums for option.value table. related case statements. (make_UserAdminOptions): Rewrite. (admin): Quote the group name. * mkmodules.c (UserAdminOptions): Add defaults for execute and no-execute.
-
dprice authored
-
- Nov 13, 2005
- Nov 12, 2005
-
-
mdb authored
* doc/cvs.texinfo (admin options): Document new --execute and --no-execute options. (Based on CVS patch #4446 from Alex Manoussakis.) * src/admin.c: Add long option processing. (make_UserAdminOptions): New option for administrative permission of long options. (admin): Use long option processing. Add support for --execute and --no-execute options. * src/parseinfo.c (parse_config): Use new make_UserAdminOptions function to process the UserAdminOptions= configuration line. * src/sanity.sh (modes): Added tests for admin --execute/--no-execute options. (Based on CVS patch #4446 from Alex Manoussakis.)
-
- Nov 10, 2005
-
-
scjones authored
-