summaryrefslogtreecommitdiff
path: root/src/libassuan.vers
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2009-08-26 18:36:49 +0000
committerMarcus Brinkmann <mb@g10code.com>2009-08-26 18:36:49 +0000
commitbca49a41bfb5d3f1e8ce7412d15a865cfc482516 (patch)
tree5066bcc8971f3cdc1c97d17709c0e578eb4817e0 /src/libassuan.vers
parent5809572eed9ac2ed694317e036a3cead8e8946d1 (diff)
downloadlibassuan-bca49a41bfb5d3f1e8ce7412d15a865cfc482516.tar.gz
2009-08-26 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Test for versioned symbols support. (LIBASSUAN_LT_CURRENT, LIBASSUAN_LT_AGE) (LIBASSUAN_LT_REVISION): New, set to 0. (LIBASSUAN_CONFIG_API_VERSION): Bump to 2. (AC_CONFIG_MACRO_DIR, AC_DISABLE_STATIC, AC_LIBTOOL_WIN32_DLL) (AC_LIBTOOL_RC, AC_PROG_LIBTOOL, AM_PATH_GPG_ERROR): Invoke. (AC_PROG_RANLIB): Don't invoke. (HAVE_W32_SYSTEM): New AM conditional. (AC_CONFIG_FILES): Add src/versioninfo.rc. * ltmain.sh, m4/libtool.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4: New files from libtool 2.2.6. * tests/Makefile.am (AM_CFLAGS, LDADD): Add gpg-error. * tests/fdpassing.c: Change error values to gpg-error ones. src/ 2009-08-26 Marcus Brinkmann <marcus@g10code.de> * libassuan-config.in: Add gpg-error. * assuan-buffer.c, assuan-inquire.c, assuan-handler.c, assuan-util.c, assuan-client.c, assuan-socket-connect.c, assuan-pipe-connect.c, assuan-defs.h, assuan-socket.c, assuan-connect.c, assuan-uds.c, assuan-socket-server.c, assuan-listen.c, assuan-pipe-server.c: Return gpg_error_t instead assuan_error_t everywhere. Return gpg error codes everywhere. Replace xtrymalloc, xfree, etc with _assuan_malloc, _assuan_free etc. Protect include <config.h> by HAVE_CONFIG_H where not done so already. * versioninfo.rc.in, libassuan.vers, libassuan.def, assuan-error.c: New files. * Makefile.am: Add libtool handling and gpg-error (also for W32). (EXTRA_DIST): Remove mkerrors, add libassuan.vers, versioninfo.rc.in and libassuan.def. (BUILT_SOURCES, MOSTLYCLEANFILES): Removed. (common_sources): Remove assuan-errors.c, add assuan-error.c. * assuan.h: Include <gpg-error.h>. [_ASSUAN_ONLY_GPG_ERRORS]: Feature removed. (assuan_init_connected_socket_server, assuan_strerror) (assuan_pipe_connect2): Removed obsolete interfaces. (assuan_error_t): Removed type. (assuan_flag_t): Changed from enum to unsigned int. (ASSUAN_NO_WAITPID, ASSUAN_CONFIDENTIAL): Changed from enum to macro. (assuan_process): Return gpg_error_t instead of int. (assuan_set_assuan_err_source): Change argument type from int to gpg_err_source_t. * assuan-defs.h (_assuan_error): Change types to gpg_error_t. (err_code, err_is_eof, xtrymalloc, xtrycalloc, xtryrealloc) (xfree): Removed. (set_error): Adjust for gpg-error codes. (_assuan_gpg_strerror_r, _assuan_gpg_strsource): Removed. (struct assuan_context_s): Remove member os_errno. * assuan-socket-server.c (accept_connection): Don't set CTX->os_errno. * mkerrors: Removed file. * assuan-io-pth.c (_assuan_simple_sendmsg) (_assuan_simple_recvmsg), assuan-io.c (_assuan_simple_sendmsg, _assuan_simple_recvmsg): Set errno instead returning error directly (and return -1). * assuan-handler.c (assuan_process_done): Remove handling for old style error values. (process_request, assuan_process): Change return type from int to gpg_error_t. * assuan-client.c (assuan_transact): Remove support for old style error values. * assuan-pipe-connect.c (assuan_pipe_connect2): Removed. * assuan-logging.c (my_strerror_r, my_strsource) (load_libgpg_error, _assuan_gpg_strerror_r) (_assuan_gpg_strsource): Removed.
Diffstat (limited to 'src/libassuan.vers')
-rw-r--r--src/libassuan.vers93
1 files changed, 93 insertions, 0 deletions
diff --git a/src/libassuan.vers b/src/libassuan.vers
new file mode 100644
index 0000000..b139143
--- /dev/null
+++ b/src/libassuan.vers
@@ -0,0 +1,93 @@
+# libassuan.vers - List of symbols to export.
+# Copyright (C) 2009 g10 Code GmbH
+#
+# This file is part of LIBASSUAN.
+#
+# LIBASSUAN is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser general Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# LIBASSUAN is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+
+#-----------------------------------------------------------
+# Please remember to add new functions also to libassuan.def
+#-----------------------------------------------------------
+
+LIBASSUAN_1.0 {
+ global:
+ assuan_accept;
+ assuan_begin_confidential;
+ assuan_close_input_fd;
+ assuan_close_output_fd;
+ assuan_command_parse_fd;
+ assuan_deinit_server;
+ assuan_disconnect;
+ assuan_end_confidential;
+ assuan_get_active_fds;
+ assuan_get_assuan_log_prefix;
+ assuan_get_assuan_log_stream;
+ assuan_get_data_fp;
+ assuan_get_flag;
+ assuan_get_input_fd;
+ assuan_get_output_fd;
+ assuan_get_peercred;
+ assuan_get_pid;
+ assuan_get_pointer;
+ assuan_init_pipe_server;
+ assuan_init_socket_server;
+ assuan_init_socket_server_ext;
+ assuan_inquire;
+ assuan_inquire_ext;
+ assuan_pending_line;
+ assuan_pipe_connect;
+ assuan_pipe_connect_ext;
+ assuan_process;
+ assuan_process_done;
+ assuan_process_next;
+ assuan_read_line;
+ assuan_receivefd;
+ assuan_register_bye_notify;
+ assuan_register_cancel_notify;
+ assuan_register_command;
+ assuan_register_input_notify;
+ assuan_register_option_handler;
+ assuan_register_output_notify;
+ assuan_register_post_cmd_notify;
+ assuan_register_reset_notify;
+ assuan_send_data;
+ assuan_sendfd;
+ assuan_set_assuan_err_source;
+ assuan_set_assuan_log_prefix;
+ assuan_set_assuan_log_stream;
+ assuan_set_error;
+ assuan_set_flag;
+ assuan_set_hello_line;
+ assuan_set_io_hooks;
+ assuan_set_io_monitor;
+ assuan_set_log_stream;
+ assuan_set_malloc_hooks;
+ assuan_set_okay_line;
+ assuan_set_pointer;
+ assuan_sock_bind;
+ assuan_sock_check_nonce;
+ assuan_sock_close;
+ assuan_sock_connect;
+ assuan_sock_get_nonce;
+ assuan_sock_new;
+ assuan_socket_connect;
+ assuan_socket_connect_ext;
+ assuan_transact;
+ assuan_write_line;
+ assuan_write_status;
+
+ local:
+ *;
+
+};