%% options copyright owner = Dirk Krause copyright year = 2016-xxxx license = bsd %% module #include "dk4conf.h" #include #if DK4_HAVE_STDLIB_H #ifndef STDLIB_H_INCLUDED #include #define STDLIB_H_INCLUDED 1 #endif #endif #if DK4_HAVE_UNISTD_H #ifndef UNISTD_H_INCLUDED #include #define UNISTD_H_INCLUDED 1 #endif #endif #if DK4_HAVE_PROCESS_H #ifndef PROCESS_H_INCLUDED #include #define PROCESS_H_INCLUDED 1 #endif #endif #if DK4_HAVE_IO_H #ifndef IO_H_INCLUDED #include #define IO_H_INCLUDED 1 #endif #endif #if DK4_HAVE_FCNTL_H #ifndef FCNTL_H_INCLUDED #include #define FCNTL_H_INCLUDED 1 #endif #endif #if DK4_HAVE_SYS_TYPES_H #ifndef SYS_TYPES_H_INCLUDED #include #define SYS_TYPES_H_INCLUDED 1 #endif #endif #if DK4_HAVE_SIGNAL_H #ifndef SIGNAL_H_INCLUDED #include #define SIGNAL_H_INCLUDED 1 #endif #endif #include "dk4const.h" #include "dk4numco.h" #include "dk4vers.h" #include "dk4mem.h" #include "dk4opt.h" #include "dk4aopt.h" #include "dk4app.h" #include "dk4mema.h" #include "dk4dbi.h" #include "dk4dbia.h" #include "dk4fput.h" $!trace-include /** License conditions. */ static const dkChar * const license_text[] = { $!text macro=dkT,preprocessor This software uses code from the following projects, either directly or as a library: dktools Dirk Krause's tools and libraries. See http://dktools.sourceforge.net/ for more information. #if DK4_HAVE_DB_H && (DK4_CHAR_SIZE == 1) Berkeley DB Database library. #endif #if DK4_HAVE_ZLIB_H zlib Data compression library. See http://www.zlib.net/ for more information. #endif #if DK4_HAVE_BZLIB_H bzip2 Data compression program and library. See http://www.bzip.org/ for more information. #endif All the licenses below apply to the program. Licenses for used libraries are shown as found on my Scientific Linux 6.x computer in the /usr/share/doc directory on 2015-04-01. Check the project homepages of the used libraries for additional information and/or updated license terms. DK tools and libraries license ============================== Copyright (c) 2016, Dirk Krause All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the Dirk Krause nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #if DK4_HAVE_DB_H && (DK4_CHAR_SIZE == 1) Berkeley DB license =================== This package was debianized by Clint Adams on Wed, 25 Jul 2007 20:37:51 +0700 It was downloaded from http://www.oracle.com/technology/software/products/berkeley-db/db/index.html Copyright and license: The following is the license that applies to this copy of the Berkeley DB software. For a license to use the Berkeley DB software under conditions other than those described here, or to purchase support for this software, please contact Oracle at berkeleydb-info_us@oracle.com. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= /* * Copyright (c) 1990, 2010 Oracle and/or its affiliates. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Redistributions in any form must be accompanied by information on * how to obtain complete source code for the DB software and any * accompanying software that uses the DB software. The source code * must either be included in the distribution or be available for no * more than the cost of distribution plus a nominal fee, and must be * freely redistributable under reasonable conditions. For an * executable file, complete source code means the source code for all * modules it contains. It does not include source code for modules or * files that typically accompany the major components of the operating * system on which the executable file runs. * * THIS SOFTWARE IS PROVIDED BY ORACLE ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR * NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL ORACLE BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* * Copyright (c) 1990, 1993, 1994, 1995 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /* * Copyright (c) 1995, 1996 * The President and Fellows of Harvard University. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= /*** * ASM: a very small and fast Java bytecode manipulation framework * Copyright (c) 2000-2005 INRIA, France Telecom * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Neither the name of the copyright holders nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. */ #endif #if DK4_HAVE_ZLIB_H Zlib license ============ (C) 1995-2004 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Jean-loup Gailly Mark Adler jloup@gzip.org madler@alumni.caltech.edu #endif #if DK4_HAVE_BZLIB_H Bzip2 and libbzip2 library license ================================== This program, "bzip2", the associated library "libbzip2", and all documentation, are copyright (C) 1996-2007 Julian R Seward. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 3. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 4. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Julian Seward, jseward@bzip.org bzip2/libbzip2 version 1.0.5 of 10 December 2007 #endif $!end }; /** Short help text. */ static const dkChar * const help_text[] = { $!text macro=dkT dk-dbco - Copy and convert simple databases ------------------------------------------- dk-dbco Options: -a --add Modify existing database. -k --key-size= Key buffer size. -v --value-buffer-size= Value buffer size. Default for both: 256. --help Show short help text. --manual *** SHOW FULL MANUAL *** --version Show version information. --license Show license information. $!end }; /** Version text. */ static const dkChar version_text[] = { DKT_VERSION_DK #if DK4_HAVE_DB_H && (DK4_CHAR_SIZE == 1) dkT(" bdb") #endif #if DK4_HAVE_NDBM_H && (DK4_CHAR_SIZE == 1) dkT(" ndbm") #endif dkT(" mem") }; static const dkChar * const dk_dbco_kwnl[] = { $!string-table macro=dkT # # 0 Program group name # dktools # # 1 Help text file name # dk-dbco.txt # # 2 String table file name # dk-dbco.str # # 3 ERROR: Application startup failed! # ERROR: Application startup failed!\n # # 4 5 Preference names for key and value size # db.key.max-size db.value.max-size $!end }; /** Constant texts used by the module, replaced by localized versions if available. */ static const dkChar * const dk_dbco_kw_def[] = { $!string-table macro=dkT # # 0 Error: Failed to set up signal handlers! # Failed to set up signal handlers! # # 1 Error: Failed to restore previous signal handlers! # Failed to restore previous signal handlers! # # 2 Error: Failed to write record! # Failed to write record! # # 3 Error: Missing source database name! # Missing source database name! # # 4 Error: Missing destination database name! # Missing destination database name! # # 5 Error: Failed to close database (final write attempt failed)! # Failed to close database (synchronizing to disk failed)! # # 6 Error: Source and destination database are required! # Source and destination database are required! # # 7 Error: Aborted by signal! # Aborted by signal! $!end }; /** Options. */ static const dk4_option_specification_t dk_dbco_options[] = { { dkT('a'), dkT("add"), DK4_OPT_ARG_NONE } , { dkT('k'), dkT("key-buffer-size"), DK4_OPT_ARG_SIZE } , { dkT('v'), dkT("value-buffer-size"), DK4_OPT_ARG_SIZE } , { dkT('R'), dkT("reset"), DK4_OPT_ARG_NONE } }; /** Buffer for key. */ char kb[4096]; /** Buffer for value. */ char vb[4096]; /** Key buffer to use. */ static char *pkb = kb; /** Value buffer to use. */ static char *pvb = vb; /** Allocated key buffer for large sizes. */ static char *akb = NULL; /** Allocated value buffer for large sizes. */ static char *avb = NULL; /** Array of constant text strings, use localized version if available. */ static const dkChar * const * dk_dbco_msg = dk_dbco_kw_def; /** Application structure. */ static dk4_app_t *app = NULL; /** Number of options in the dk_dbco_options array. */ static const size_t dk_dbco_sz_options = sizeof(dk_dbco_options)/sizeof(dk4_option_specification_t); /** Number of keywords in the dk_dbco_msg array. */ static size_t dk_dbco_sz_msg = (sizeof(dk_dbco_kw_def)/sizeof(DK4_PDKCHAR) - 1); /** Size of key buffer to use. */ static size_t ks = sizeof(kb); /** Size of value buffer to use. */ static size_t vs = sizeof(vb); /** Exit status code. */ static int exval = EXIT_FAILURE; /** Flag: Truncate existing destination database. */ static int trunc = 1; /** Indicator: SIGINT signal received. */ static DK4_VOLATILE dk4_sig_atomic_t sig_had_int = 0; /** Indicator: SIGTERM signal received. */ static DK4_VOLATILE dk4_sig_atomic_t sig_had_term = 0; /** Pass a volatile pointer to an atomic integer. This function is necessary as some compilers mis-optimize direct access to volatile variables (at least if you believe one of the coding standards). @param ptr Address of atomic integer variable. @return The unmodified pointer. */ static DK4_VOLATILE dk4_sig_atomic_t * sig_pass_pointer(DK4_VOLATILE dk4_sig_atomic_t *ptr) { return ptr; } /** Handler for SIGINT signal. @param signo Signal number (always SIGINT, ignored). */ static void sig_handler_int(int signo) { *sig_pass_pointer(&sig_had_int) = 1; } /** Handler for SIGTERM signal. @param signo Signal number (always SIGTERM, ignored). */ static void sig_handler_term(int signo) { *sig_pass_pointer(&sig_had_term) = 1; } /** Read value from volatile atomic type. This function is necessary as some compilers mis-optimize direct access to volatile variables (at least if you believe one of the coding standards). @param ap Pointer to volatile atomic variable. @return Contents of the variable. */ static dk4_sig_atomic_t sig_read_atomic(DK4_VOLATILE dk4_sig_atomic_t *ap) { return (*ap); } /** Check whether we can continue or if a signal was received. @return 1 if the program can continue, 0 if a signal was received. */ static int sig_can_continue(void) { int back = 1; if (0 != sig_read_atomic(&sig_had_int )) { back = 0; } if (0 != sig_read_atomic(&sig_had_term)) { back = 0; } return back; } /** Function to traverse a simple database. The function must check the kb, ks, vb and vs arguments for validity, they are passed as found by the backend functions (this means pointers may be NULL, sizes may be 0). @param Object modified during traversal, may be NULL. @param kb Key data. @param ks Key size. @param vb Value data. @param vs Value size. @return 1 on success, 0 on error (can continue), -1 on error (abort). */ static int dk_dbco_traverse_fct( void *obj, const void *mykb, size_t myks, const void *myvb, size_t myvs ) { dk4_dbi_t *dbidst; int back = 0; $? "+ dk_dbco_traverse_fct" dbidst = (dk4_dbi_t *)obj; if (0 != sig_can_continue()) { if ((NULL != mykb) && (NULL != myvb) && (0 < myks) && (0 < myvs)) { $? ". buffers and sizes ok" back = dk4dbi_set(dbidst, mykb, myks, myvb, myvs, NULL); if (1 != back) { $? "! failed to write record" /* ERROR: Failed to set entry */ dk4app_log_1(app, dk_dbco_msg, dk_dbco_sz_msg, DK4_LL_ERROR, 2); } #if TRACE_DEBUG else { $? ". record written successfully" } #endif } } else { back = -1; $? "! aborted by signal" } $? "- dk_dbco_traverse_fct %d", back return back; } static void dk_dbco_copy_all_entries(dk4_dbi_t *dbisrc, dk4_dbi_t *dbidst) { int res; $? "+ dk_dbco_copy_all_entries" res = dk4dbi_traverse(dbisrc, (void *)dbidst, dk_dbco_traverse_fct); if (1 == res) { exval = EXIT_SUCCESS; $? ". success" } $? "- dk_dbco_copy_all_entries" } static void dk_dbco_run_with_filenames(void) { dk4_er_t er; dk4_dbi_t *dbisrc = NULL; dk4_dbi_t *dbidst = NULL; const dkChar *fnsrc = NULL; const dkChar *fndst = NULL; size_t i; $? "+ dk_dbco_run_with_filenames" /* Process preferences and options */ if (0 != dk4app_opt_is_set_short(app, dkT('R'), NULL)) { if (0 != dk4app_pref_get_size(&i, app, dk_dbco_kwnl[4], 0)) { ks = i; } if (0 != dk4app_pref_get_size(&i, app, dk_dbco_kwnl[5], 0)) { vs = i; } } if (0 != dk4app_opt_is_set_short(app, dkT('k'), NULL)) { if (0 != dk4app_opt_get_size_short(&i, app, dkT('k'), NULL)) { ks = i; } } if (0 != dk4app_opt_is_set_short(app, dkT('v'), NULL)) { if (0 != dk4app_opt_get_size_short(&i, app, dkT('v'), NULL)) { vs = i; } } if (0 != dk4app_opt_is_set_short(app, dkT('a'), NULL)) { trunc = 0; } $? ". preferences and options processed" /* Allocate memory if necessary */ if (sizeof(kb) < ks) { akb = dk4mem_new_app(char,ks,app); if (NULL != akb) { pkb = akb; } else { goto finished; } } if (sizeof(vb) < vs) { avb = dk4mem_new_app(char,vs,app); if (NULL != avb) { pvb = avb; } else { goto finished; } } $? ". buffers available" /* Open databases */ fnsrc = dk4app_get_argv(app, 0); if (NULL == fnsrc) { /* ERROR: Missing source file name */ dk4app_log_1(app, dk_dbco_msg, dk_dbco_sz_msg, DK4_LL_ERROR, 3); goto finished; } fndst = dk4app_get_argv(app, 1); if (NULL == fndst) { /* ERROR: Missing destination file name */ dk4app_log_1(app, dk_dbco_msg, dk_dbco_sz_msg, DK4_LL_ERROR, 4); goto finished; } $? ". database names found" dbisrc = dk4dbi_open_sizes_app(fnsrc, 0, 0, ks, vs, NULL, app); if (NULL == dbisrc) { goto finished; } if (0 == sig_can_continue()) { goto finished; } dbidst = dk4dbi_open_sizes_app(fndst, 1, trunc, ks, vs, NULL, app); if (NULL == dbidst) { goto finished; } $? ". databases opened" /* Run processing */ dk_dbco_copy_all_entries(dbisrc, dbidst); finished: /* Cleanup */ if (NULL != dbidst) { dk4error_init(&er); if (0 == dk4dbi_close(dbidst, &er)) { /* ERROR: Failed to close database */ dk4app_log_1(app, dk_dbco_msg, dk_dbco_sz_msg, DK4_LL_ERROR, 5); exval = EXIT_FAILURE; } } if (NULL != dbisrc) { dk4dbi_close(dbisrc, NULL); } dk4mem_release(avb) ; dk4mem_release(akb) ; $? "- dk_dbco_run_with_filenames" } static void dk_dbco_normal_run(void) { $? "+ dk_dbco_normal_run" if (2 == dk4app_get_argc(app)) { dk_dbco_run_with_filenames(); } else { /* ERROR: Must have source and destination database! */ dk4app_log_1(app, dk_dbco_msg, dk_dbco_sz_msg, DK4_LL_ERROR, 6); } $? "- dk_dbco_normal_run" } #if DK4_HAVE_SIGACTION /** Set signal handlers and run. */ static void dk_dbco_run_with_signal_handlers(void) { struct sigaction oint; struct sigaction nint; struct sigaction oterm; struct sigaction nterm; int success = 0; /* Set up signal handling for SIGINT. */ DK4_MEMRES(&nint, sizeof(nint)); nint.sa_handler = sig_handler_int; nint.sa_flags = 0; if (0 != sigemptyset(&nint.sa_mask)) { /* ERROR: Failed to set up masked signal set for SIGINT */ dk4app_log_1(app, dk_dbco_msg, dk_dbco_sz_msg, DK4_LL_ERROR, 0); goto finished; } if (0 != sigaddset(&nint.sa_mask, SIGINT)) { /* ERROR: Failed to set up masked signal set for SIGINT */ dk4app_log_1(app, dk_dbco_msg, dk_dbco_sz_msg, DK4_LL_ERROR, 0); goto finished; } if (0 != sigaction(SIGINT, &nint, &oint)) { /* ERROR: Failed to set up signal handler for SIGINT */ dk4app_log_1(app, dk_dbco_msg, dk_dbco_sz_msg, DK4_LL_ERROR, 0); goto finished; } /* Set up signal handling for SIGTERM */ DK4_MEMRES(&nterm, sizeof(nterm)); nterm.sa_handler = sig_handler_term; nterm.sa_flags = 0; if (0 != sigemptyset(&nterm.sa_mask)) { /* ERROR: Failed to set up masked signal set for SIGTERM */ dk4app_log_1(app, dk_dbco_msg, dk_dbco_sz_msg, DK4_LL_ERROR, 0); goto restore_old_int; } if (0 != sigaddset(&nterm.sa_mask, SIGTERM)) { /* ERROR: Failed to set up masked signal set for SIGTERM */ dk4app_log_1(app, dk_dbco_msg, dk_dbco_sz_msg, DK4_LL_ERROR, 0); goto restore_old_int; } if (0 != sigaction(SIGTERM, &nterm, &oterm)) { /* ERROR: Failed to set up signal handler for SIGTERM */ dk4app_log_1(app, dk_dbco_msg, dk_dbco_sz_msg, DK4_LL_ERROR, 0); goto restore_old_int; } success = 1; dk_dbco_normal_run(); /* Restore signal handling for SIGTERM. */ if (0 != sigaction(SIGTERM, &oterm, NULL)) { /* ERROR: Failed to restore old SIGTERM settings */ dk4app_log_1(app, dk_dbco_msg, dk_dbco_sz_msg, DK4_LL_ERROR, 1); success = 0; } /* Restore signal handling for SIGINT. */ restore_old_int: if (0 != sigaction(SIGINT, &oint, NULL)) { /* ERROR: Failed to restore old SIGPIPE settings */ dk4app_log_1(app, dk_dbco_msg, dk_dbco_sz_msg, DK4_LL_ERROR, 1); success = 0; } /* Set exit status code if error occured. */ finished: if (0 == success) { exval = EXIT_FAILURE; } } #else #if DK4_HAVE_SIGSET /** Set signal handlers and run. */ static void dk_dbco_run_with_signal_handlers(void) { dk4_sig_handler_t *oldint = NULL; dk4_sig_handler_t *oldterm = NULL; oldint = sigset(SIGINT, sig_handler_int); oldterm = sigset(SIGTERM, sig_handler_term); dk_dbco_normal_run(); sigset(SIGTERM, oldterm); sigset(SIGINT, oldint); } #else #if DK4_HAVE_SIGNAL /** Set signal handlers and run. */ static void dk_dbco_run_with_signal_handlers(void) { dk4_sig_handler_t *oldint = NULL; dk4_sig_handler_t *oldterm = NULL; oldint = signal(SIGINT, sig_handler_int); oldterm = signal(SIGTERM, sig_handler_term); dk_dbco_normal_run(); signal(SIGTERM, oldterm); signal(SIGINT, oldint); } #else /** Set signal handlers and run. */ static void dk_dbco_run_with_signal_handlers(void) { dk_dbco_normal_run(); } #endif #endif #endif /** Main function. @param argc Number of command line arguments. @param argv Command line arguments array. @return 0 on success, all other values indicate errors. */ #if DK4_CHAR_SIZE > 1 int wmain(int argc, wchar_t *argv[]) #else int main(int argc, char *argv[]) #endif { int hvl = 0; /* Flag: Help, version, license */ $!trace-init dk-dbco.deb $? "+ main" dk4fput_initialize_stderr(); app = dk4app_open_cmd( argc, argv, dk_dbco_options, dk_dbco_sz_options, dk_dbco_kwnl[0], version_text, dk_dbco_kwnl[1], help_text, license_text ); if (NULL != app) { dk_dbco_sz_msg = dk4app_string_table_size(dk_dbco_kw_def); dk_dbco_msg = dk4app_string_table(app, dk_dbco_kwnl[2], dk_dbco_kw_def); if (0 != dk4app_can_run_normally(app)) { dk_dbco_run_with_signal_handlers(); if (0 != sig_read_atomic(&sig_had_int )) { /* ERROR: Aborted by signal! */ dk4app_log_1(app, dk_dbco_msg, dk_dbco_sz_msg, DK4_LL_ERROR, 7); exval = EXIT_FAILURE; } if (0 != sig_read_atomic(&sig_had_term)) { exval = EXIT_FAILURE; } } else { hvl = 1; dk4fput_initialize_stdout(); if (0 != dk4app_help_version_license(app)) { exval = EXIT_SUCCESS; } } dk4app_close(app); } else { dk4fputs(dk_dbco_kwnl[3], stderr, NULL); } if (0 != hvl) { fflush(stdout); } fflush(stderr); if (0 != hvl) { dk4fput_cleanup_stdout(); } dk4fput_cleanup_stderr(); $? "- main %d", exval $!trace-end exit(exval); return exval; }