cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/ChangeLog [signed-commits]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/ChangeLog [signed-commits]
Date: Sun, 16 Oct 2005 16:45:20 -0400

Index: ccvs/src/ChangeLog
diff -u ccvs/src/ChangeLog:1.3303.2.9 ccvs/src/ChangeLog:1.3303.2.10
--- ccvs/src/ChangeLog:1.3303.2.9       Sun Oct 16 17:02:43 2005
+++ ccvs/src/ChangeLog  Sun Oct 16 20:45:17 2005
@@ -1,5 +1,28 @@
 2005-10-16  Derek Price  <address@hidden>
 
+       * client.c (send_signature, send_fileproc, client_process_import_file):
+       Use new APIs.
+       * cvs.h: Move function prototypes into...
+       * filesubr.h: ...this new header.
+       * hash.c (nodetypestring): Add RCSSTRING.
+       * hash.h (Ntype): Add RCSSTRING.
+       (Node): Add data len field.
+       * rcs.c: Verify interface.
+       (rcsbuf_get_node_type): New function.
+       (RCS_reparsercsfile, RCS_fully_parse, getdelta, RCS_getdeltatext):
+       Handle new RCSSTRING newphrase node type.
+       (RCS_checkin): Generate and save OpenPGP signature when needed.
+       (putrcsfield_proc): Remove FIXME.  Handle new Node type.  Use Node len
+       when available.
+       * server.c (serve_modified): Get sig file name via new API.
+       * sign.c (get_sign_commits): Return false in serve_mode.
+       (get_sigfile_name, have_sigfile, read_signature): New functions.
+       (gen_signature): New function with content originally from...
+       (get_signature): ...this function, which now also handles loading from
+       a sigfile when required.
+       * sign.h (get_sign_commits, get_signature): Add server_active arg.
+       (gen_signature, have_sigfile): New function protos.
+
        * sign.h (DEFAULT_SIGN_PROGRAM, DEFAULT_SIGN_TEXTMODE): Move to
        configure.in.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]