[Pkg-gnupg-commit] [libassuan] annotated tag MERGE-TO-GNUPG-START created (now 41b0d04)
Eric Dorland
eric at moszumanska.debian.org
Fri May 22 05:34:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a change to annotated tag MERGE-TO-GNUPG-START
in repository libassuan.
at 41b0d04 (tag)
tagging 57bf030308c487f2799e603a2ac51bb90367d2f3 (commit)
replaces NEWPG-0-3-10
tagged by GIT admin account
on Fri Aug 16 14:24:25 2002 +0000
- Log -----------------------------------------------------------------
This commit was manufactured by cvs2svn to create tag 'MERGE-TO-GNUPG-START'.
Werner Koch (1):
* assuan.h: Renamed Bad_Certificate_Path to Bad_Certificate_Chain.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 092da66 New repository initialized by cvs2svn.
new 360de5a First chunk of code for the Assuan library
new 06a04ea gpgsm does now build and a dummy server can be started.
new d5aea23 Assuan server mode is now basically usable
new 3273d72 we are now able to check self-signed certificates
new 4a06ed3 * assuan-connect.c (assuan_pipe_connect): New function. (assuan_pipe_disconnect): Likewise. * assuan-defs.h (struct assuan_context_s): New member PID.
new e91d747 Allow to store an arbitrary pointer in the context. Added assuan_write_status().
new 8837bf9 Added code for data lines. For ease of implementation we need glibc (custom streams).
new 84e785b * assuan-connect.c (assuan_pipe_connect): Require NAME to be set. Using ARGV[0] automatically is bad mojo.
new 61756e7 * assuan.h: Prototype assuan_pipe_connect and assuan_pipe_disconnect.
new 91d758a Signing does now work. There is no secret key management yet, so you should set GPGSM_FAKE_KEY=1 before you try to verify a signature created by gpgsm --sign or the SIGN server command.
new 3330fe3 * assuan-buffer.c (_assuan_read_line): Deal with reads of more than a line. * assuan-defs.h: Add space in the context for this.
new e4eb731 * assuan-connect.c (assuan_get_pid): New - actually done by Marcus in gpgme. Set the line length back to the old value.
new c08d23f Add a copyright note to the bottom
new e78360c * assuan-handler.c (assuan_register_bye_notify) (assuan_register_reset_notify) (assuan_register_cancel_notify): New and call them from the standard handlers.
new 39ab39d (assuan_process): Moved bulk of function to .. (process_request): .. new. (assuan_process_next): One shot version of above. (assuan_get_active_fds): New. NOTE - this has not been tested yet.
new bef98f1 * assuan.h: Added more status codes.
new 27a3b31 More error codes
new 47e100a * assuan-handler.c (assuan_register_input_notify): New. (assuan_register_output_notify): New.
new e9a8c90 assuan-connect.c (assuan_pipe_connect): Add more error reporting. assuan-client.c: New. assuan-inquire.c: New. assuan-handler.c (process_request): Check for nested invocations.
new 7f3bee6 new error codes
new fa5bb50 * assuan-connect.c (assuan_pipe_connect): Implemented the inital handshake. * assuan-client.c (read_from_server): Renamed to (_assuan_read_from_server): this and made external.
new 8bb0195 Fixed INPUT/OUTPUT command
new 07ac854 2001-12-13 Marcus Brinkmann <marcus at gnu.org>
new d2b43a6 assuan/ 2001-12-14 Marcus Brinkmann <marcus at g10code.de>
new b55899b 2001-12-14 Marcus Brinkmann <marcus at g10code.de>
new 1bc91ac Change history, doubleplusgood.
new bf3161a * util.h (digitp, hexdigitp): New ctype like macros. (atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New.
new cfe7dde * assuan-listen.c (assuan_close_input_fd): New. (assuan_close_output_fd): New. * assuan-handler.c (std_handler_reset): Always close them after a reset command. (std_handler_bye): Likewise.
new 176f371 assuan/ 2001-12-14 Marcus Brinkmann <marcus at g10code.de>
new 09e2199 The last log had an incorrect changelog entry, and was missing a fix.
new 0ee0e9e * assuan-handler.c (assuan_set_okay_line): New. (process_request): And use it here.
new e9c52c1 new error codes
new 385bea7 * assuan-client.c (_assuan_read_from_server): Skip spaces after the keyword.
new ba6c275 * maperror.c: Add mapping for Not_Trusted.
new c5698a4 * assuan-buffer.c (_assuan_read_line): Add output logging. (assuan_write_line): Ditto. (_assuan_cookie_write_data): Ditto. (_assuan_cookie_write_flush): Ditto. * assuan-util.c (_assuan_log_print_buffer): New. (assuan_set_log_stream): New. (assuan_begin_confidential): New. (assuan_end_confidential): New.
new dbcd183 * assuan.h: Added Invalid Option error code.
new c314434 * assuan-connect.c: Move all except assuan_get_pid to... * assuan-pipe-connect.c: this. (assuan_pipe_disconnect): Removed. (do_finish, do_deinit): New (assuan_pipe_connect): and set them into the context. * assuan-socket-connect.c: New.
new f1a52d6 2002-01-22 Marcus Brinkmann <marcus at g10code.de>
new eebe742 * assuan-socket-connect.c (LOGERRORX): and removed typo.
new 403225e 2002-02-01 Marcus Brinkmann <marcus at g10code.de>
new 19267c9 * assuan-buffer.c (writen,readline) [USE_GNU_PT]: Use pth_read/write. * assuan-socket-server.c (accept_connection) [USE_GNU_PTH]: Ditto.
new e60dc86 A bunch of new features. Allow empty responses on an inquiry.
new 52d4471 * assuan-client.c (assuan_transact): Add 2 more arguments to support status lines. Passing NULL yields the old behaviour. * assuan-handler.c (process_request): Flush data lines send without using the data fp.
new 6726410 Minor fixes; about to release 0.3.1
new 47464f1 * assuan-client.c (_assuan_read_from_server): Detect END. (assuan_transact): Pass it to the data callback.
new ae6bc7f * assuan-buffer.c (my_log_prefix): New. Use it for all i/o debug output.
new 1e45cc2 * assuan-util.c (assuan_set_io_func): New. * assuan-buffer.c (writen, readline): Use the new functions instead of pth. * assuan-socket-server.c (accept_connection): Don't use the pth_accept - using the assuan included accept code would be a bad idea within Pth so we don't need a replacement function.
new f874380 * assuan-buffer.c (assuan_write_line): Make sure we never accidently print an extra LF.
new 6b39e12 * gpgsm.c (main): Use GNUPG_DEFAULT_HOMEDIR constant.
new 947f488 Changed the lincese for Assuan to LGPL.
new 57bf030 * assuan.h: Renamed Bad_Certificate_Path to Bad_Certificate_Chain.
The 52 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git
More information about the Pkg-gnupg-commit
mailing list