libisds-0.10.7/0000755000076400001440000000000013130413450010223 500000000000000libisds-0.10.7/TODO0000644000076400001440000000305413130406756010650 00000000000000* Test Re-signISDSDocument service Testing instance seems refusing any input as not-a-message * Implement news from 2012-07-29 Add access interface log-in method as specified in 6th appendix * Support RMD160 hash algorithm as requested by 212/2012 Coll. * Parse system message XML documents describing what has happend * Implement news defined from 2011-06-19 specification: Convenience wrappers for publishing and ceasing government journals * Implement news from 2011-10-16 NumOfMessages * Provide a mapping from country codes to full English names (to allow binding to Debian ISO 3166 catalogues) * Asynchronous interface Grep for (reentrant|thread) comments * Multithreaded interface Grep for (reentrant|thread) comments * Improve isds_*message() system Allow formatted message appending, preserve deep messages * Make function tests Cover all functions * Generate certificates for tests to make sure they have not expired * Test X.509 authentication using hardware engine * Write high level documentation ISDS overview Gather comments from header files Write manual page(s) * I18N Solve UTF-8 vs. locale-encoded logging schism * Find a way how to request for a box creation * Test message is system generated * Make high logic checks optional * Validate XML trees (optional) * Distinguish processing errors by different isds_error values instead of generic IE_ERROR Invalid input from application (IE_INVAL?) Library error on processing application data Library error on processing server data Server error libisds-0.10.7/NEWS0000644000076400001440000004274513130411744010662 00000000000000Version 0.10.7 ============== • This release adds new enum values to accomodate to changes in specification published on 2017-03-05 and to changes in not yet released specification update. Applications built against old library should be able to run against the new library. Applications built against the new library must be run against the new library. • isds_UserType enum type has new USERTYPE_RECEIVER and USERTYPE_GUARDIAN values. • isds_DbType enum type has new DBTYPE_PFO_AUDITOR, DBTYPE_OVM_FO, DBTYPE_OVM_PFO, and DBTYPE_OVM_PO values. Version 0.10.6 ============== • This release is fully compatible with the previous one. • Compatibility with OpenSSL 1.1.0 was added. Version 0.10.5 ============== • This release is fully compatible with the previous one. • isds_DbState enumeration type recognizes box state 6 as DBSTATE_TEMP_UNACCESSIBLE_LAW. Although latest specification from 2016-04-10 declares all web services return value 2 instead of 6, it was reported the value 6 was seen in the wild. Version 0.10.4 ============== • This release is fully compatible with the previous one. • If a new message was sent, publishing recipient identity controlled by dmPublishOwnID member of the isds_envelope structure was not respected. This bug is fixed now. • A compile time warning in on-line tests was fixed. Version 0.10.3 ============== • This release is fully compatible with the previous one. • Dollar characters controlling argument orderding were removed from printf-like formatting strings. They are not supported in mingw toolchain and caused one-time password authentication failures on Windows platform. • Logging binary blobs on debug level could read unitialized memory on platforms where size_t type is not compatible with int type. This is fixed now. • An indentation warning reported by GCC 6 was fixed. Version 0.10.2 ============== • This release is fully compatible with previous one. There are only minimal changes allowing to build without libcurl. • Compilation failed if libcurl support was disabled. This is fixed now. Version 0.10.1 ============== • This release is fully compatible with previous one. There are no changes in the code. Only tests were updated. • Pregenerated certificates used for tests expired causing a test unit to fail. This release updates the certificates. Version 0.10 ============ • A new ISDSSearch2 service was implemented by an isds_find_box_by_fulltext() function. • The OpenSSL library can be used instead of the default GPGme library by specifying --enable-openssl-backend option to the configure script. • When parsing ISO 8601 date-time strings from a server response, microsecond fractions are properly rounded (half up) now. • An use-after-free bug in parsing SOAP response has been fixed. • Handling su_seconds_t type used in the timeval structure was corrected to enable flawless compilation with Mac OS X standard library. • Various signedness mismataches which could lead to an undefined behaviour were fixed. • A work-around for accessing the strdup(3) function in Mac OS X standard library was applied. Version 0.9 =========== • New functions isds_PersonName_free(), isds_BirthInfo_free(), and isds_Address_free() have been added. Applications can use them for deallocating isds_PersonName, isds_BirthInfo, and isds_Address structures. • A memory leak in isds_DbOwnerInfo_free() has been fixed. • A new glibc feature-macro _DEFAULT_SOURCE is used to silent warnings about deprecated _SVID_SOURCE and _BSD_SOURCE macros. This is will be needed since glibc-2.20 although current manual pages do not document this change. • `template' identifier has been renamed in header files not to clash with C++ keywords. • Global variable definitions have been moved from a private header file into compilation units to satisfy strict OS X linker. • This release is binary compatible with previous version 0.8. However applications built against 0.9 are not guaranteed to work with 0.8. • Documentation for GetDataBoxList SOAP service has been updated to align with specification released on 2014-01-14. • Internal test suite encountered many improvements (more return value checks, NULL pointer dereference and memory leaks fixes, closing sockets fixed, some code was simplified). Version 0.8 =========== • New ISDS service DataBoxCreditInfo has been implemented as isds_get_commercial_credit(). This allows to retrieve current credit amount available to the box owner for commercial activities like sending commercial messages or using long term storage. It also allows to obtain recent history of credit changes. • Preliminary support for building with MinGW tool-chain has been added. Not all tests have been ported yet. • The MIME type normalization is case insensitive now. • Status codes 1007 and 2011 of CheckDataBox ISDS service, bad box ID, are recognized now and reported to the application as IE_INVAL. • This release is binary compatible with previous version 0.7. However applications built against 0.8 are not guaranteed to work with 0.7. • The build system, autotools and gettext scripts namely, has been updated. • NULL pointer dereference while parsing second and next permissions for sending commercial messages has been fixed in the isds_get_commercial_permissions() function. • Bad arguments handling at isds_get_message_sender() function that could lead to crash has been fixed. Version 0.7 =========== • New ISDS service Re-signISDSDocument has been implemented as isds_resign_message() function. This can be used for adding time stamp to already signed message or delivery details that had been produced without the time stamp. • TLS errors from cURL library are reported as IE_SECURITY to libisds applications now. This is new isds_error value and it denotes any security problem leading to abort of requested operation. • This release is ABI-compatible with previous version 0.6. However applications built against 0.7 are not guaranteed to work with 0.6. • Internal test suite checks TLS authentication. GnuTLS is needed for building tests now. • Parsing dmRecipientOrgUnitNum value from message envelope has been fixed. • A memory leak when using XPath has been fixed. Version 0.6.2 ============= • Building tests out of source tree has been fixed. Version 0.6.1 ============= • Missing test/simline/server_types.h files has been added into distribution to fix test suite compilation. Version 0.6 =========== • ABI changed due to changes in specification. Some functions got additional parameters or return codes. • One-time password (OTP) authentication implemented. There is a new argument at isds_login() and isds_change_password() functions of type struct isds_otp*. Pass NULL if do not request OTP authentication. The structure is used to select OTP method (HMAC- or time-based code), to pass the OTP code (use NULL to ask server for new time-based code), and to retrieve fine state of OTP authentication. The functions can return IE_PARTIAL_SUCCESS if time-based method is selected and server sent the new OTP code successfully. OTP-authenticated context resides on URL different from others (use NULL or isds_otp_locator for official instance or isds_otp_testing_locator for testing instance). You can try client/login tool to check OTP-authenticated log-in. You can use client/hotp_generator tool to generate series of HMAC-based OTP codes (requires Perl Authen::OATH module). There is a bug in cURL < 7.28.0 preventing from correct re-authentication. If you have unpatched cURL, configure libisds with `--enable-curlreauthorizationbug' option. (See INSTALL for more details.) • isds_change_password() has additional argument to retrieve reference number of the request assigned by the server. Pass NULL if you do not care. • Internal tests check log-in procedure against simulated ISDS server. You can run the simulated server as standalone executable in test/simline/server_cli to check another clients. The server implements besides authentication DummyRequest, services for changing passwords and EraseMessage. • New DeleteDataBoxPromptly service implemented as isds_delete_box_promptly(). (This service is not documented in the specification). • New PDZInfo service implemented as isds_get_commercial_permissions(). This service enables application to know whether it can send commercial messages, which subtypes of commercial messages can send (there are differences on payment type), and to retrieve tokens for sending such messages. • New service EraseMessage implemented as isds_delete_message_from_storage(). This function can be used to delete messages stored in long term storage (also known as safe previously). Only messages in the long term storage can be explicitly deleted. • New user types USERTYPE_LIQUIDATOR (company liquidator) and USERTYPE_OFFICIAL_CERT (undocumented in specification) added. • Return value of isds_normalize_mime_type() is pointer to constant string now to discourage application from fiddling with the value. • Autoconf m4 macros have been updated (curl-7.26.0, gettext-0.18.1.1, gpgme-1.3.1, libgcrypt-1.5.0, libtool-2.4.2, libxml2-2.8.0). Version 0.5 =========== • ABI changed due to changes in specification. API is preserved. Please recompile your applications. • This release has not been tested on real system because devoloper has not obtained new testing account yet. But he believes library works. Testers are welcome. • Delivery events 5, 10, 11, 12, and 13 are recognized now. • GetMessageAuthor service implemented as get_message_sender() function. • New isds_envelope member `dmPublishOwnID' added. It allows sender to reveal his natural name to recipient on sending a message. • isds_GetDataBoxUsers() can return empty list of users now. • New document types recognised. MIME types of Software602 forms have been changed to reflect IANA registry. • Credential for testing account removed from documentation and code. Owner of ISDS removed all testing accounts, testers must request for new account and must agree with new rules including keeping credentials in secret and non-disclosuring found bugs in ISDS. Example clients and on-line tests read credentials from environment and central file in build root direcotory. See README for more details. • Errors from libxml2 parser are captured by libisds log system as ILF_XML facility and at ILL_ERROR level. Application can get them by standard library interface. • Library can be compiled without support for network operation by passing `--without-libcurl' option to configure script. All functions dependent on network remain available and will return IE_NOTSUP return code. • Dead variables removed to pass compilation by GCC 4.6 in strict mode. • Prepare test environment to pass without ~/.gnupg directory. Packagers can remove the hack from their packages now. Version 0.4 =========== • This version breaks ABI because of ISDS specification change. Please adapt your application where affected functions are called. • ABI change: isds_get_password_expiration() will return NULL if password never expires. Adjust your application to cope with NULL pointer on IE_SUCCESS. • ABI change: isds_add_box() has new credentials_delivery parameter to request for on-line credentials delivery and to receive token for that. • ABI change: isds_add_user() has new credentials_delivery parameter to request for on-line credentials delivery and to receive token for that. • ABI change: isds_reset_password() has different arguments to request for on-line credentials delivery and to receive token for that. • ABI change: deprecated functions isds_set_tls() and isds_set_mime_type_normalization() removed. Use isds_set_opt() instead. • SOAP Fault error message is passed to application via isds_long_message(). • New function isds_get_list_of_sent_message_state_changes() implements GetMessageStateChanges service. It returns list of message status changes in requested time interval. • New function isds_get_box_list_archive() implements GetDataBoxList service. It returns ZIP archive with comma separate list of boxes. Different types of lists can be requested. Only type `UPG' is available to public. • New function isds_activate() implements Activate service. • New delivery state EV0 is recognized as EVENT_ENTERED_SYSTEM isds_event_type. • `tsr' document name suffix is recognized as time stamp file type. • New function isds_pki_credentials_free() to deallocate isds_pki_credentials structure. • ISO time string parser fixed (negative or no time zone offset). • All tests can run in parallel now. • Lot of internal tests added. Funny color output now. Version 0.3.1 ============= • Add `server' directory to distribution tar balls because example messages are needed for some tests. Version 0.3 =========== • This library breaks API because of new features and changes in ISDS. • This library version covers complete ISDS specification as released on 2010-05-23. • Support for XML documents added. Use isds_document.is_xml to distinguish between binary and XML document types. Because XML node list (isds_document.xml_node_list) is used to describe XML document, your application must link to libxml2 library too since now. Please note this feature has not been heavily tested and that the interface is a little tricky (regarding memory allocation). See client/sendxmldoc.c and client/loadsentmessagewithxmldocuments.c examples for hints how to use it. • Box creation (isds_add_box()) supports requesting for token. This functionality is not covered by specification as it's not implemented on server side yet. • Message authenticity verification through new web service AuthenticateMessage (isds_authenticate_message()) is supported. This function sends a signed message encapsulated in CMS to ISDS where the system resolves originality of the message. • isds_envelope->dmType is input/output now. The one letter value is transferred while sending new message. However ISDS ignores this option as semantic is not defined yet. • isds_envelope->timestamp is optional now. Some ISDS services can return message without time stamp as can do not exist yet. • Cookie-tracked session authentication changed to stateless. That means password is transmitted to server on each request. Password is cached by libcurl library until connection gets closed. Also different server locators for non-certificate and certificate client authentication emerged. Old log-in method will be canceled on 2010-07-01. Old libisds versions become useless. Upgrade is strongly recommended. • Static and out-of-source directory compilation is supported now. • New function isds_normalize_mime_type(): translates file name extension to MIME type (because official ISDS client is broken). This can be globally enabled by isds_set_opt(). • Context parameters can be set by isds_set_opt(): TLS options (isds_set_tls() is deprecated now), MIME type normalization (new: mangle document MIME type in incoming messages into more reasonable values). • Deprecated functions removed: isds_load_received_message(), isds_log_signed_message(). • isds_DbUserInfo.caState added (country of contact address). • isds_get_delivery_info() fixed to produce standard raw representation of delivery details that can be loaded by isds_load_delivery() back. • New function guess_raw_type(): detects type of supported message and delivery details formats. Detected format can be supplied to isds_load_message(). This way, application can automagically load and parse any supported format. • libcurl debug messages are caught by libisds and redirected to library logger (ILF_HTTP facility). Version 0.2.1 ============= • Libs value in libisds.pc pkg-config module fixed. Version 0.2 =========== • X.509 client certificate authentication is supported (but not tested yet). Underlying HTTPS cURL library supports OpenSSL, GnuTLS and NSS cryptographic back ends currently. Current legislation requires to use cryptographic module with unexportable private key. I've tested ASEKey produced by Athena Smartcard Solution with OpenSSL back end successfully (a patch for curl-7.20.0 is required). Example code client/certauth.c and server/tls/peer server and CA, server and client cryptographic material are bundled. • Application can pass CRL PEM file to cryptographic library. • Library offers pkg-config integration. Application build scripts can check `libisds' pkg-config module and use PKG_CHECK_MODULES() m4 macro. • Application can get dynamic string describing library version and its dependencies at run-time (isds_version()). • API changed and is not backward compatible. Please adjust and recompile your applications. • Library tests have been splitted to off-line (--enable-test) and on-line (--enable-online-test) tests. On-line tests can not be compiled without off-line tests. All tests are switched off by default. • Server base URL for isds_login() does not contain path anymore. Application must supply schema and hostname only (e.g. https://localhost/). Undefined base URL will be interpreted as official ISDS locator. • Base URLs of official ISDS server (isds_locator) and testing ISDS server (isds_testing_locator) are provided by library. Application can offer them as default choices to the user. • Documents can be submitted for authorize conversion into Czech POINT system (czp_convert_document(), requires specific isds_ctx). • Application can catch all global log messages and redirect them wherever it needs. Version 0.1 =========== • This is first public release. Whole ISDS 2010-01-22 specification is covered except: XML documents, X.509 authentication libisds-0.10.7/ChangeLog0000644000076400001440000111724213130413450011725 00000000000000commit 6c2bc9da6f0f48a034993044c799e98e12b3c42e (HEAD -> refs/heads/v0.10-stable) Author: Petr Písař Date: Sun Jul 9 13:43:56 2017 +0200 l10n: Update translation catalogues commit 99b290cc4e89bcec5d02b1dd194e965d56cef43f Author: Petr Písař Date: Sun Jul 9 13:30:53 2017 +0200 Increase version to 0.10.7 commit 86f2798dd694e51677633e0772f1c176d06ddeed Author: Petr Písař Date: Sun Jul 9 12:07:41 2017 +0200 doc: Annotate documentation for new box types It's funny there is still no official documentation despite the testing instance implements these changes because latest available Provozní řád is from 2017-03-05. The changes were announced only in a short extraordinary change advisory. commit 4e0cee5071fa4bc9c8e31a529dde79073635cd75 Author: Karel Slany Date: Tue Jul 4 14:11:21 2017 +0200 Added OVM_FO, OVM_PFO and OVM_PO box types. commit 3c1a558f12937a424718c1e67487d53cc3f4ac87 Author: Petr Písař Date: Sat Apr 8 13:52:25 2017 +0200 Add missing user and sender types to example client's dump code commit 99e94d55014feb065b719208a6d9372cc7c030e4 Author: Karel Slany Date: Wed Mar 29 17:15:48 2017 +0200 Added PFO_AUDITOR box type. commit 5276c1f1b9dd50f02361041ca18bc428a9439d97 Author: Karel Slany Date: Wed Mar 29 13:43:10 2017 +0200 Added RECEIVER and GUARDIAN user types. commit 9e4274c41169c3b1748ac1698dc806a03ac39ee1 (tag: refs/tags/v0.10.6, refs/remotes/repo.or.cz/v0.10-stable) Author: Petr Písař Date: Sun Oct 16 11:51:40 2016 +0200 l10n: Update translation catalogues commit 0f644a766d619101034883777cb8c6d4d21a5c7f Author: Petr Písař Date: Sun Oct 16 11:46:13 2016 +0200 Increase version to 0.10.6 commit 5f77b9161377ab4f727812047cedeb863d6aa355 Author: Petr Písař Date: Sun Oct 16 10:29:52 2016 +0200 Adapt to OpenSSL 1.1.0 OpenSSL 1.1.0 hid structure internals and provided methods. This patch adapts to the changes so that it's possible to build it against new and old OpenSSL. commit 0337dc573ac68ab28a41dc2f38dffc51f34c7eeb (tag: refs/tags/v0.10.5) Author: Petr Písař Date: Sat Oct 1 23:01:19 2016 +0200 l10n: Update translation catalogues commit dabe9fc12ac7f11a466c6aac20090094d489535b Author: Petr Písař Date: Sat Oct 1 22:49:01 2016 +0200 Increase version to 0.10.5 commit a5a9c308c3514dd025fd2faf0228b92d564146f6 Author: Karel Slany Date: Tue Sep 27 12:53:12 2016 +0200 Added a new value into isds_DbState. A new data-box state 6 has been introduced. (13.4.2016, Provozni rad ISDS, WS_ISDS_Sprava_datovych_schranek.pdf). Because of the functional similarity, the name for the new state has been derived from the existing name for state 2. commit cc0d4844118e493b604f329264d6e7d3bd607862 (tag: refs/tags/v0.10.4) Author: Petr Písař Date: Wed Jun 8 21:41:05 2016 +0200 l10n: Update translation catalogues commit 521de2f82f8bfd95b2f66b70297accb21767ba4c Author: Petr Písař Date: Wed Jun 8 21:20:44 2016 +0200 Increase version to 0.10.4 commit 451707fd988a9bcdefc468d5864d0efc7ae650b7 Author: Petr Písař Date: Wed Jun 8 21:02:29 2016 +0200 test: Fix a warning about unsued arguments in the online test commit 2e1a742adbce8fd7c7ed92ff9e22a8f8a2fe02d0 Author: Karel Slany Date: Wed Jun 8 11:45:59 2016 +0200 Fixed a bug. User identification didn't work properly. commit bf9cd27c03dd0dddd882efd5daf7708bb0ee1f01 (tag: refs/tags/v0.10.3) Author: Petr Písař Date: Fri Mar 18 19:47:45 2016 +0100 l10n: Update translation catalogues commit 3056a30d795721e6c5bb7f73e6adfc305bbff2fe Author: Petr Písař Date: Fri Mar 18 18:28:47 2016 +0100 Increase version to 0.10.3 commit 5875136cc24682f1acdff6552e9b53996858cc09 Author: Petr Písař Date: Fri Mar 18 17:45:15 2016 +0100 Correct _isds_build_url_from_context() documentation This copies changes in _isds_build_url_from_context() documentstion from soap.c to soap.h as made in: commit 1d1041f77de2fb21629e8e8d70ee872189f2654b Author: Petr Písař Date: Wed Mar 16 21:13:59 2016 +0100 Do not use dolar in formatting strings commit 8610a389f5e5ba1fb6c3d3c2d3ff2323724e3618 Author: Petr Písař Date: Wed Mar 16 21:13:59 2016 +0100 Do not use dolar in formatting strings ISO C 99 does not support "$" to control print(3) arguments order. This is not support on mingw platform. This patch changes the library code in order not to use it. It sucks because it makes the code less elegant and less readable. The same problem can occur in translated messages. I worry translations without capability of words reordering will be dumb. I urge people to use better toolchains. commit e4df4393111f3fc1c2353c39b93035708e21fd8c Author: Karel Slany Date: Sun Mar 6 11:12:01 2016 +0100 Fixed a potential bug when printing debugging information. According to C standard, the string precision/length limit argument of printf() when using "%.*s" must have int type. Using size_t instead can cause wrong interpretation of data stored on stack. Depending on the compiler and system this may result in random programme crashes. It is better to stick to the standard and pass int as string length. commit cfc630a7ffe1b4c2fa4df455e5317f237e451480 Author: Petr Písař Date: Fri Feb 5 21:16:44 2016 +0100 test: Fix indentation This caused a warnings with GCC 6: http.c: In function 'base64_encode_blockend': http.c:138:2: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation] return codechar - code_out; ^~~~~~ http.c:135:5: note: ...this 'if' clause, but it is not if (state_in->stepcount >= 0) ^~ commit 6340b771dcb8a22775086f6fccf69d40094b09c5 Author: Petr Písař Date: Thu Jan 14 20:46:57 2016 +0100 Increase version to 0.10.2 commit 3d5b2d8d2714b10e995886a158bd8bdb406efe11 Author: Petr Písař Date: Thu Jan 14 20:16:39 2016 +0100 Fix building without libcurl If configured --without-libcurl, compilation failed with: isds.c:11090:17: error: 'struct isds_ctx' has no member named 'curl' This was caused by misplaced condition on libcurl support. This patch fixes it together with similar mistake in offline tests. Reported by Toralf Förster from Gentoo tinderbox testing . commit f41a9ae065cb9764a8b12fe56a97d03b393e0d1a (tag: refs/tags/v0.10.1) Author: Petr Písař Date: Sun Sep 6 10:03:16 2015 +0200 Increase version to 0.10.1 commit af3b67d9f26ee0307a429fab8e2cbf197169aa99 Author: Petr Písař Date: Sat Sep 5 18:07:24 2015 +0200 Regenerate certificates with longer expiration time Certificates in server/tls directory are used when running simline tests. The certificates expired at the end of August 2015, therefore certificate_user_password_authentication test unit failed. This fixes the tests by providing new certificates that are valid for next 50 years. In the future, we will probably generate the certificates on the fly. This is only a hotfix. The new certificates have reversed order of fields in the distinguished names (because GnuTLS' certtool does so and I'm lazy to generate them again). Therefore the distinguished name of the client was adjusted in the test. commit 41104b28b0154de6d93957af63e1b88fb2da0ec4 (tag: refs/tags/v0.10) Author: Petr Písař Date: Sun Jan 11 11:28:04 2015 +0100 Fix a typo in a comment commit e58c7ce5b9e6dfa2b648780b1912671a4d2a4c94 Author: Petr Písař Date: Sat Jan 10 21:56:30 2015 +0100 TODO: ISDSSearch2 done commit d671b3f594054d0a82e76a0a7e20c241fa618676 Author: Petr Písař Date: Sat Jan 10 21:55:53 2015 +0100 README: Update tested dependencies commit 29cab1cf6b1b0191b2681c90f6a1112f0ff420d8 Author: Petr Písař Date: Sat Jan 10 21:07:33 2015 +0100 Fix decoding "PDZ" isds:dbSendOptions value commit 9dca05a09def5c2778f0b80693acaf34bf96178c Author: Petr Písař Date: Sat Jan 10 17:22:19 2015 +0100 Align a comment to 80 columns commit da757bcb3f86b0820f3a6df8503aad5a5e4ae18f Author: Petr Písař Date: Sat Jan 10 16:49:58 2015 +0100 l10n: Update Czech translation commit 0716295012f936d2b232fa2136e8ab3e2c21c7c0 Author: Petr Písař Date: Sat Jan 10 16:28:31 2015 +0100 Normalize some error messages commit 26db1289cde8c97e91987c0420f0a3fa03c1e22f Author: Petr Písař Date: Sat Jan 10 16:22:12 2015 +0100 Update copyright years commit 509fd39aeb1bed6e1aaa26897d3069b4e06d63ed Author: Petr Písař Date: Sat Jan 10 16:20:48 2015 +0100 i18n: Update message template commit 8d8522a7c6bcdb70d7d5d1a94fbde43e6890e358 Author: Petr Písař Date: Sat Jan 10 14:54:10 2015 +0100 Increase version to 0.10 commit 67b3f7ab845e8b59ad826befa99ecfc3e2205bff Author: Petr Písař Date: Sat Jan 10 14:51:23 2015 +0100 Update soname version Only new symbols have been added, no changes in ABI have been made. commit 9343ebfc1447952a6c0c601f99147ef969cdddeb Author: Petr Písař Date: Sun Jan 4 15:32:08 2015 +0100 Check for _XOPEN_SOURCE level needed for strdup() 500 is needed on glibc, 600 on Mac OS X. Thanks to Boris Dušek for reporting this issue. commit 4d4882797676382c04b50109b288fccab0de3ece Author: Petr Písař Date: Sat Jan 3 16:40:32 2015 +0100 test: Silent warnings in simline tests commit fc96bfb0ca0cb54fa694a0c7727ffb6c116c6e78 Author: Petr Písař Date: Sat Jan 3 13:08:42 2015 +0100 test: Silent warnings in offile tests commit 2207d3f284770077189966114606a851aa7b4afc Author: Petr Písař Date: Fri Jan 2 22:43:06 2015 +0100 Silent a signed-comparison warning in examples commit 66c0fe152f846c3b17c4c0abf745ce52a22a987e Author: Petr Písař Date: Fri Jan 2 22:18:05 2015 +0100 Silent unused-argument warnings in examples commit 8f3b9041fb7feadffd665d747bc3d0687de5e786 Author: Petr Písař Date: Fri Jan 2 22:14:04 2015 +0100 Silent unused-argument warnings on log_curl() The arguemnts could be used to log into isds_ctx-specific log when it will be implemented. commit 7703b1d61eb36faee6ce17bd08a08b7f4393147b Author: Petr Písař Date: Fri Jan 2 22:07:36 2015 +0100 Silent a signed-comparison warning in the _isds_b64decode() Proper type for _isds_base64_decode_block() return value is size_t. Using it also eliminates the warning. commit 6ea4bb1cc08212490d9fbd845e082fb4ba3d2782 Author: Petr Písař Date: Fri Jan 2 21:25:45 2015 +0100 Silent an unused-argument warning on the element_start() commit b2b6fea7d54f26dd552a0cd8adabb3fd1f6db0eb Author: Petr Písař Date: Fri Jan 2 21:10:15 2015 +0100 Silent an unused-argument warning on the log_xml() commit 1214dd209926f5c4c1ac1a0e18dab1e8ba0bf4ca Author: Petr Písař Date: Fri Jan 2 21:06:14 2015 +0100 Silent a signed-comparison warning in the isds_normalize_mime_type() commit 5cffd3d566bea89796bf44ffb15e23d920d94080 Author: Petr Písař Date: Fri Jan 2 21:03:54 2015 +0100 Silent a signed-comparison warning in the isds_hash_cmp() commit ee609583e39e753c8f54f9762c9a3aad6c4d350e Author: Petr Písař Date: Fri Jan 2 21:00:01 2015 +0100 Silent a signed-comparison warning when comparing against nodeNr nodeNr member of xmlNodeSet structure has type signed int. commit d32488c99ee6495906d9ebcd155caba309c7ea1f Author: Petr Písař Date: Fri Jan 2 20:36:33 2015 +0100 Silent a signed-comparison warning in the isds_change_password() commit f248ee3551b714fd39252121081e2797f6ce87ee Author: Petr Písař Date: Fri Jan 2 20:33:59 2015 +0100 Silent a signed-comparison warning in the _isds_request_totp_code() commit 23b84799c27e3f642fea6926b15321079b8e898a Author: Petr Písař Date: Fri Jan 2 20:27:46 2015 +0100 Silent a signed-comparison warning in the timestring2timeval() commit e1894f0a0eb33eb27c80d88e35bc7cd5cf9f1e26 Author: Petr Písař Date: Thu Jan 1 21:02:31 2015 +0100 Silent a signed-comparison warning in Base-64 decoding The sizeof() is used to compute a number of members of a static array. The unsigned (size_t) value was then used to compare against a signed value. And here compiler can warn. To prevent from pointless sign extension to size_t width, I decided to store the "constant" (it's 80) into int8_t as it fits there. commit a91bd9e8881b5b56b7379bb42923828c3eeb8c1b Author: Petr Písař Date: Thu Jan 1 15:49:15 2015 +0100 Round microseconds when parsing ISO 8601 date-time string The string is converted into timeval structure which has microseonds resolution. Currently, the server does not use higher resolution, but the ISO 8601 has virtually unlimited precision. Therefore this patch implements rounding so that submicroseconds are taken into account too. The rounding algorithm is round half up (or round half away from zero in case of negative dates, but these are not supported properly either.), i.e. 0.5 µs gets rounded to 1 µs. commit 971c7a7b4af8664bc402f76f9e43a895c296e2bb Author: Petr Písař Date: Thu Jan 1 09:51:43 2015 +0100 Fix a memory leak in the isds_find_box_by_fulltext() commit a0ee09238758b2899b2a8f564f386f10f19ab643 Author: Petr Písař Date: Wed Dec 31 12:15:48 2014 +0100 Fix su_seconds_t handling su_seconds_t type used in struct timeval was handled as a long int type. This is not true on Mac OS X standard library. This patch fixes it by relying only on POSIX requirements (a signed integer large enough to accept values from [-1, 1000000] range). Thanks to Boris Dušek for reporting this issue. commit 249d0cda3a7e8d0f45ccfc9fdfd1f6b5c6d2282c Author: Petr Písař Date: Tue Dec 30 16:24:19 2014 +0100 Make all isds_find_box_by_fulltext() output arguments indirect pointers Specification XML Schema allows elements to miss from the response. If server would send successfull response without these elements, output arguments of isds_find_box_by_fulltext() function would contain uninitialized garbage despite of returing IE_SUCCESS. I decided to accept such response instead of discarding it. First, accepting any syntactially correct responses is a princip if this library (be liberate in what you accept). Second, I can forsee that the ISDSSearch2 service allowing to enumerate all users or to narrow a query up to one person is questionable from point of view of the privacy, and the service will be forced to provide more fuzzy data, like not revealing the actual number of matching boxes. Therefore this patch changes prototype of isds_find_box_by_fulltext() function in that way that last five output argument are not pointers to data type anymore, but they are pointers pointers to automatically reallocated data types, so one can obtain NULL from the function declaring the requested value is not avaialable. commit 76b81daa626cdb2d50d95c7d0c764e87e2c13e35 Author: Petr Písař Date: Tue Dec 30 11:48:16 2014 +0100 test: Try error response in isds_find_box_fulltext test commit 3001da4c1c9e1267848e634adbf766f5b9dd2984 Author: Petr Písař Date: Mon Dec 29 22:24:10 2014 +0100 Fix XPath context in isds_find_box_by_fulltext() commit 05f6f5f41f12c8c13a79482ade49171c2637e832 Author: Petr Písař Date: Mon Dec 29 22:23:21 2014 +0100 Correct isds_find_box_by_fulltext() prototype commit 90a201d5370458c3d65a875c69c2bf448251b583 Author: Petr Písař Date: Mon Dec 29 22:20:20 2014 +0100 test: Add tests for isds_find_box_by_fulltext() commit 352270497d7cbad2f87bb3fb5c8337388772f9ac Author: Petr Písař Date: Tue Dec 23 22:00:39 2014 +0100 Fix interpreting matches Terminating zero was missing from the transformed string. commit 8e0aae7ebce1ac039a1f4573dfa8b17f035ed78c Author: Petr Písař Date: Tue Dec 23 16:32:13 2014 +0100 test: Add isds-interpret_matches This test checks isds.c:interpret_matches(). commit 13608ce3a8766cf307d0d8227afc9ca9e3738ef3 Author: Petr Písař Date: Sun Dec 21 22:09:49 2014 +0100 Fix typo in a comment commit 9cbbd9d0ac8af67d99549e4cfad141e610f8484a Author: Petr Písař Date: Sun Dec 21 22:06:17 2014 +0100 test: Add isds_fulltext_result_free() test commit 3ee82d1ae82a9c735393347bc75378d2a2ecf247 Author: Petr Písař Date: Fri Dec 19 10:55:14 2014 +0100 Add isds_find_box_by_fulltext() implementing ISDSSearch2 TODO: Write tests commit 6c0ca452986f83978570e1c8e9daf27b1397e731 Author: Petr Písař Date: Mon Dec 15 18:04:27 2014 +0100 TODO: Add ISDSSearch2 commit 405f8f9b072e01a3f9f452f8336f541a1b5e57a6 Author: Petr Písař Date: Mon Dec 15 18:00:42 2014 +0100 doc: Add ISDSSearch2 service This is a new service introduced on 2014-12-15. commit b6d6195fe838fd107ae9e28028ab53b7df27381c Author: Petr Písař Date: Mon Dec 15 14:36:35 2014 +0100 doc: Update time stamp documentation to 2014-09-15 specification commit 1ab90cc7a93cf6f195e4df29ea3e8f9b456f0fda Author: Petr Písař Date: Sun Dec 14 19:55:59 2014 +0100 Free context URL even if connection is not established It turned out that cURL handle and URL string, both in the context, do not correlate all the time. commit a44844a6e9a7716945171a8e246b21b9427758bf Author: Petr Písař Date: Sun Dec 14 19:34:23 2014 +0100 test: Clean context and library globals when aborting simline tests commit 614434f80352d76fb829250b847805dd4c86d293 Author: Petr Písař Date: Sun Dec 14 18:03:21 2014 +0100 Remove a use-after-free when parsing SOAP response _isds_soap() returned a copy of an XML node list with content of the SOAP Body element. However, the copy still linked to the original XML document dictionary and the original XML document was deallocated before leaving _isds_soap(). This patch changes the API of the internal _isds_soap() function to return original XML document and a pointer to the content of the SOAP Body. So the problem moves to the upper layer. Namely _isds() and _czp_czpdeposit(). I'm not sure the the two upper functions build a new XML document from the SOAP Body content properly, maybe it introduces some memory leaks. It will need reading libxml2 sources more thoroughly. commit 559712d0e49b0271f722a3c86e39d3b636d44def Author: Petr Písař Date: Sun Dec 14 14:00:04 2014 +0100 Rename private isds() function to _isds() To conform to the coding styles commit 43690182774d3734775568e23489700baacf9151 Author: Petr Písař Date: Sun Dec 14 13:54:45 2014 +0100 Explain why isds_login() and isds_ping() use _isds_soap() directly commit edede1793536073c90873682b0e12549c0a261e3 Author: Petr Písař Date: Sun Dec 14 13:31:12 2014 +0100 test: Add test for isds_ping() commit 75b4d01c4e311ac26bef2211f84f9f85be586e33 Author: Petr Písař Date: Sun Nov 2 20:23:30 2014 +0100 Document _isds_extract_cms_data() does not verify CMS' signature There is no C library implementing the Advanced Digital Signature standard. Therefore the CMS is not verified. commit 3d9f8df4a5b3b9595d15754a889d3ad968c73830 Author: Petr Písař Date: Sun Nov 2 19:56:59 2014 +0100 Internationalize "n/a" library versions commit 2ab79703aab4b9688ba9cdfee56372744388d0cb Author: Petr Písař Date: Sun Nov 2 19:52:50 2014 +0100 README: We support OpenSSL instead of GPGme with Libgcrypt Configure option --enable-openssl-backend and optional dependency on the OpenSSL library is documented. commit e80decd9c32eb0babc117c1fe31596f16d067971 Author: Petr Písař Date: Sun Nov 2 19:39:50 2014 +0100 Credit Karel Slany for OpenSSL back-end commit 9db8b988bcc89d5805db43a46d37550a2b459f1d (refs/remotes/cznic/feature-openssl, refs/heads/feature-openssl) Author: Karel Slany Date: Wed Oct 22 11:52:40 2014 +0200 CMS data are extracted outside the switch block in OpenSSL implementation. commit 45781e4ac000417cf18b2177e9e0171d69e8bcba Author: Karel Slany Date: Tue Oct 21 13:46:15 2014 +0200 Moved test for GnuTLS back on its place in configure.ac. commit 1c218143ec9eeef8ec54aed1bf75f1e0b93fd103 Author: Karel Slany Date: Tue Oct 21 13:21:18 2014 +0200 Using EVP functions in OpenSSL _isds_init_crypto(). Direct hash function calls were replaced with EVP_DigestUpdate(). commit d365ca612eef67d46326e1c1b2da2cc165036d3b Author: Karel Slany Date: Mon Oct 20 15:00:25 2014 +0200 Convert ASCII-encoded OpenSSL errors to non-compliant user-defined encoding. commit 634f9719ff7f353033ce22ac80bda90377226cf9 Author: Karel Slany Date: Mon Oct 20 14:56:54 2014 +0200 Additional check to preserve working code with disabled assert() calls. commit 8aac19c9c80f4385bec12c9448e8b24458023478 Author: Karel Slany Date: Mon Oct 20 14:52:23 2014 +0200 Adjusted switch indentation according to the author's requirements. commit e46e91dce484c2358469355f0562054d470fb38f Author: Karel Slany Date: Mon Oct 20 12:59:47 2014 +0200 Added OpenSSL version string into isds_version(). commit 185b0156e260d619a9bf5d5a0e9af7d37dd0fcc2 Author: Karel Slany Date: Mon Oct 20 12:16:13 2014 +0200 Removed static function declaration in src/crypto_gpg.c . commit b99e76347c07aa65ac109bffcc750cdf274ba06c Author: Karel Slany Date: Mon Oct 20 11:20:50 2014 +0200 Fixed typo. commit 1dc660cbbcdf837d9a9beff40dc3757bf4a8b538 Author: Karel Slany Date: Mon Oct 20 11:16:02 2014 +0200 PKG_PROG_PKG_CONFIG() must be run when PKG_CHECK_MODULES() is disabled. PKG_CHECK_MODULES() is not run with disabled tests. commit 92c3c85f063533e8cf0ec0cd60a744c8645a6034 Author: Karel Slany Date: Wed Oct 8 16:32:49 2014 +0200 Fixed conditional compilation of on-line test with OpenSSl. commit f105a76c30cd5ad1875fa68e617989cc7b0bfdb6 Author: Karel Slany Date: Thu Oct 2 12:41:10 2014 +0200 Added --enable-openssl-backend configure option. This option disables libgpgme as compilation dependency. This does however still not disable all tests for gpg. commit 13689ae1a8c5b5f6fecb910e688c9680a0a364d3 Author: Karel Slany Date: Wed Oct 1 19:21:24 2014 +0200 Implemented _isds_extract_cms_data() using OpenSSL. commit 02f3c63eda9242d3b4e0a591657f652b482f9c84 Author: Karel Slany Date: Tue Sep 30 14:37:51 2014 +0200 Started using OpenSSL as cryptographic back-end. Function _isds_compute_hash() is implemented using OpenSSL. commit a75256a761e0b29b2ec4b8b7bff2c19890410dc6 Author: Petr Písař Date: Fri Sep 26 12:26:02 2014 +0200 Fix a typo in a comment commit bae3d4b517b97c5d6ff26345b1c7af9725efe4e8 (tag: refs/tags/v0.9) Author: Petr Písař Date: Sun Aug 10 16:38:22 2014 +0200 l10n: Update catalogs commit 006d9dc49041c1bac0b9258b63495da67d82d494 Author: Petr Písař Date: Sun Aug 10 16:38:00 2014 +0200 Update README for copyright and tested versions commit e11cc6038d5a38c7f3c25a25b75c7b8a20afb0a2 Author: Petr Písař Date: Sun Aug 10 16:27:10 2014 +0200 Add Karel Slany to AUTHORS commit bee21597a35c9127a5b08ffbfea48a5792f46cb2 Author: Petr Písař Date: Sun Aug 10 16:23:54 2014 +0200 test: Silent a compiler warning in isds-hash_algorithm.c commit 2b9e5eb7e6c7031094d59d30301707b8da69068c Author: Petr Písař Date: Sun Aug 10 15:41:33 2014 +0200 Version increased to 0.9 commit 6c9e9f3341304273cf4a9731432bbd4419b5b08b Author: Petr Písař Date: Sun Aug 10 15:17:28 2014 +0200 Update libtool version string Only new symbols have been added, no ABI change. commit fb22eb474f981ec40c456bccf1a88234f2defc78 Author: Petr Písař Date: Sun Aug 10 15:04:19 2014 +0200 doc: Remove trailing space commit df3114839afea526c0cfac0c75c97c5dd9445256 Author: Petr Písař Date: Tue Jan 28 18:53:12 2014 +0100 doc: Update changes in GetDataBoxList on 2014-01-14 commit 9d65f047a70ed324252ff08078375e81e85b352a Author: Petr Písař Date: Sun Dec 8 13:53:38 2013 +0100 Document functions provided by system.h commit 86662c4e12d260ae4fbce1ef7736274a4833913c Author: Petr Písař Date: Sun Dec 8 11:34:17 2013 +0100 doc: Fix a typo commit 3403d7f79ed3853a244c1660b7d44561e17a3791 Author: Karel Slany Date: Mon May 26 16:47:01 2014 +0200 Removed global variable definition from header file. Global variables have been defined in header file which was then included multiple times in several compilation units. This caused linking errors on systems with less benevolent linkers (e.g. OS X). The definition has been replaced with a declaration. Definition if variables has been added into a single source file. commit 5b63cdecc31a58de1107cc026f7a04b23c0b0d77 Author: Karel Slany Date: Tue Apr 29 14:44:23 2014 +0200 Removed C++ 'template' keyword form library interface. commit 0524b56bf6fb7229e173900a9f9355272d972e4b Author: Petr Písař Date: Wed Apr 2 07:57:38 2014 +0200 Use _DEFAULT_SOURCE where _BSD_SOURCE macro presents glib-2.20 will deprecate _SVID_SOURCE and _BSD_SOURCE in favor of _DEFAULT_SOURCE. We need to define both of them to be compatible with glibc-2.20 as well older versions or other standard libraries. commit da2a310cb2d7be6221941aa1f0d0be7af6ca7f19 Author: Petr Písař Date: Tue Nov 5 20:42:21 2013 +0100 test: Simplify freeing in b64decode commit 32c38cccd4e6ff7641cc1fb407580dac348f77a7 Author: Petr Písař Date: Tue Nov 5 20:37:26 2013 +0100 test: Remove unreachable code in test_b64decode commit 48f1a915ca7da356424fb64635cfb3d31cb9a221 Author: Petr Písař Date: Tue Nov 5 20:32:02 2013 +0100 test: server_cli: Handle unkown otp_type for sure This could lead to uninitilized server_otp_arguments.method. commit 6e4428274847eb8b9e652a57ea015385994e7953 Author: Petr Písař Date: Tue Nov 5 20:19:58 2013 +0100 test: Simplify tm2datestring() tests commit 90f33e5e86ae5a646ab828085cad14b012276634 Author: Petr Písař Date: Fri Nov 1 18:21:43 2013 +0100 test: Simplify timeval2timestring() tests Note that we have to use xmlStrcmp() instead of TEST_STRING_DUPLICITY due to xhlChar*. commit 2ce47f981541b9fabb4d29bb0ab84f86024f98d6 Author: Petr Písař Date: Fri Nov 1 17:22:55 2013 +0100 test: server: Fix reporting wrong dates in DataBoxCreditInfo service This error lead up to two memory leaks. commit 34e9601c52e74ef4f8db1394695dbc5d2d8a286c Author: Petr Písař Date: Fri Nov 1 16:53:54 2013 +0100 test: Deallocate all memory in isds_get_commercial_credit tests commit 7cf72b4e36adc0dcb4d606e7b424c6bfb69f8789 Author: Petr Písař Date: Fri Nov 1 16:07:53 2013 +0100 test: Deallocate all memory in utf82locale tests commit aa229cb6e34d0fd01e78a2694a38f90709cfa3f3 Author: Petr Písař Date: Fri Nov 1 15:56:01 2013 +0100 test: Deallocate all memory in isds_PersonName_duplicate tests commit 99ae986364d6bd4a46c94100c2c33d3bc9ebf3c1 Author: Petr Písař Date: Fri Nov 1 15:44:14 2013 +0100 test: Use TEST_TMPTR_DUPLICTY to test birthday structures commit a6a8741f7fa1c11ba31fdbd385109ed9c60c8d06 Author: Petr Písař Date: Fri Nov 1 15:34:12 2013 +0100 test: Deallocate all memory in isds_DbUserInfo_duplicate tests commit 48a6a6726d99dbe3985f4dbfca7a3aa54863a85d Author: Petr Písař Date: Fri Nov 1 09:59:02 2013 +0100 Fix a memory leak in isds_DbOwnerInfo_free() The dbOpenAddressing member of struct isds_DbOwnerInfo which has been added later was never freed. This fixes it. commit c9269b10b4ffcefbf75ffbbc8d5a348553a9d649 Author: Petr Písař Date: Fri Nov 1 09:55:31 2013 +0100 test: Deallocate all memory in isds_DbOwnerInfo_duplicate tests commit d324b98ec49248e8ffa377b5941df60b8cd73067 Author: Petr Písař Date: Fri Nov 1 09:37:18 2013 +0100 test: Deallocate all memory in isds_Address_duplicate tests commit fd264f5c9432079d70a664ae80908533f8eb3309 Author: Petr Písař Date: Thu Oct 31 19:54:35 2013 +0100 test: Add isds_Address_free tests commit 5373524bc80dc32d1a611d8696acf3747828881d Author: Petr Písař Date: Thu Oct 31 19:49:18 2013 +0100 test: Add isds_BirthInfo_free tests commit 11d9cb339cce1fabd69dfff05ab4d04942df906a Author: Petr Písař Date: Thu Oct 31 19:45:47 2013 +0100 test: Add sources for isds_PersonName_free tests commit 813681a43f5d394546f577e72f265264db5ebb3e Author: Petr Písař Date: Thu Oct 31 19:39:58 2013 +0100 test: Add isds_PersonName_free tests commit 9b582b90ca80af7323c014bf5860258c89eb732d Author: Petr Písař Date: Thu Oct 31 19:21:31 2013 +0100 Export isds_PersonName_free(), isds_BirthInfo_free(), isds_Address_free() These function have always been implemented but never made public. They can be handy (and they are for tests at least). commit 8d7632ccae566df0fa5f09a30dd34c3494d1c3c3 Author: Petr Písař Date: Wed Oct 30 20:32:52 2013 +0100 test: Free memory in soap-decode_header_value test properly This utilizes the TEST_DESCTRUCTER macro. commit 925d35242c6f3b14211ab824a179856beb374fe4 Author: Petr Písař Date: Wed Oct 30 20:29:19 2013 +0100 test: Introduce TEST_DESTRUCTOR macro This macro regiseters a call-back to invoke on TEST_PASS or TEST_FAIL. Please note the second argument is a pointer value, not a symbol name. This pointer will be passed to the function declared by first argument. commit 63ff3a71b67e63660693abe5e298898d63de7659 Author: Petr Písař Date: Wed Oct 30 19:23:21 2013 +0100 test: Close unfinished socket in HTTP server on error commit 97d7a391ef6d5a27b3c306665a74c02878a2f9bb Author: Petr Písař Date: Wed Oct 30 19:00:57 2013 +0100 test: Fix memory leak if HTTP client header was missing a colon commit 471ef7377ce6c30a80269187bf9250f30ed5b33a Author: Petr Písař Date: Fri Oct 25 14:24:12 2013 +0200 test: Fix NULL pointer dereference while changing password commit 8af6c5823e51ba1116876a7c82763f5da45ced7c Author: Petr Písař Date: Fri Oct 25 14:04:02 2013 +0200 test: Use stroll(3) for reading Content-Length value commit 6c442fe720b10a9f4715a45c7993e9746e443f0b Author: Petr Písař Date: Fri Oct 25 13:46:14 2013 +0200 test: Check for isds_init() failure in tests commit bde49afda37afe31bb2c098697f9b13318dd94f6 (tag: refs/tags/v0.8) Author: Petr Písař Date: Fri Oct 18 21:16:27 2013 +0200 Update README with testing environment commit d8de017328c1e5cfad6e4de72067d4c5b6d2ac99 Author: Petr Písař Date: Fri Oct 18 20:57:29 2013 +0200 test: Change some tests due to maybe-unitialized warning This happens with GCC 4.7.3 and -O3. It looks like a bogus warning. commit 20be89466a2f7855d3505fef46d4e7156cbf85ea Author: Petr Písař Date: Fri Oct 18 20:21:14 2013 +0200 NEWS for version 0.8 commit 6399955da9500746fa9e04cedb8445a2ab152673 Author: Petr Písař Date: Fri Oct 18 14:58:57 2013 +0200 i18n: Update catalogue commit 30de4a14199d98eb3ec0f210c79b80f929e4700e Author: Petr Písař Date: Fri Oct 18 14:51:48 2013 +0200 Fix reallocating code and status message in build_send_check_dbdummy_request() commit 2fc3c385cb6122acbf7b98b2b9deb0c70d38ea02 Author: Petr Písař Date: Fri Oct 18 14:41:58 2013 +0200 Fix reallocating code and status message in build_send_check_message_request() commit cdc6b406a18198dd3d25491975337658dbc8300a Author: Petr Písař Date: Fri Oct 18 14:05:34 2013 +0200 Fix handling optional arguments at isds_get_message_sender() commit 4a6ae1ed025ad65c6da8075d8bec4c7d1a18562e Author: Petr Písař Date: Fri Oct 18 13:41:10 2013 +0200 Fix checking for xpath_ctx argument before storing current node commit d3cc2a491ce8d41e1fc24351af1d025cadcb3ddb Author: Petr Písař Date: Fri Oct 18 13:12:45 2013 +0200 Fix NULL pointer dereference while processing permissions to send commercial messages commit b3aa465e30281d6f936f8718e5a7d4c5c20a41e4 Author: Petr Písař Date: Fri Oct 18 13:06:30 2013 +0200 Fix checking message argument passed to isds_get_received_message() commit 0f552c08eddcbb9bf8e12169bc094fc225997a55 Author: Petr Písař Date: Fri Oct 18 12:50:04 2013 +0200 Fix email freeing on error in isds_get_commercial_credit() commit b579fe844921242b569b4b87533fed189ae1b6df Author: Petr Písař Date: Fri Oct 18 11:28:02 2013 +0200 Fix checking for XML errors while parsing response status commit 7ee46ff5cefa86c1d39165e3ceaa0b7287c1929a Author: Petr Písař Date: Fri Oct 18 11:21:08 2013 +0200 Refactor cURL logging This checks for failed curl_easy_setopt() too. commit f0a2f6e9f737886750485224ec06a71bc4369a42 Author: Petr Písař Date: Thu Oct 17 21:36:21 2013 +0200 Update gettext to 0.18.2 commit fddab41e88fa701fdbad0b48c0f8150421fcb55c Author: Petr Písař Date: Thu Oct 17 21:04:37 2013 +0200 tests: Track system.h by Automake commit ee731bf7614cb726fce0672981eac7673870811c Author: Petr Písař Date: Thu Oct 17 20:46:07 2013 +0200 Update to Automake 1.13 commit b5fec8a5844e551a88cfabe25f5f7d5c5d9d6b5d Author: Petr Písař Date: Sun Oct 13 16:22:38 2013 +0200 l10n: Update Czech translation commit 8e2178da66605f7f6c36409d4bb5ca29fd0fc824 Author: Petr Písař Date: Sun Oct 13 15:14:11 2013 +0200 i10n: Update catalogue template commit fde175fc4e04a8354da35fefb65173d8d17606b0 Author: Petr Písař Date: Sun Oct 13 14:43:27 2013 +0200 Update package version to 0.8 commit bda854920b6be5c63576016005ff970d5ffa3eaf Author: Petr Písař Date: Sun Oct 13 14:36:44 2013 +0200 Update soname version Only new symbols have been added, no changes in ABI have been made. commit 22aa21bb8dbc9d981f2ccb2bb75dfd321a3f40ce Author: Petr Písař Date: Sun Oct 6 20:06:59 2013 +0200 TODO: We have a server simulation in test/simline commit e75c17a080378be27a7e9882899c466a41d856c8 Author: Petr Písař Date: Sun Oct 6 20:00:51 2013 +0200 TODO: News from 2013-04-21 done commit f1aab7fd2fa7eadebb91c4052267e460abf06de3 Author: Petr Písař Date: Sun Oct 6 19:40:06 2013 +0200 Recognize other codes at CheckDataBox CheckDataBox has new codes 1007 and 2011 since 2013-04-21 specification update. commit c48ac76eaa9ab6218efec6d99d5bf09f1e3c5ae1 Author: Petr Písař Date: Sun Oct 6 18:52:57 2013 +0200 Gather error codes for DataBoxCreditInfo These codes are not standardized, they have been obtained by experiments. commit 767c5819846d8394eef1074b272978ba2f2a5158 Author: Petr Písař Date: Sun Oct 6 15:43:57 2013 +0200 test: Check for date values in DataBoxCreditInfo request commit fcb1db7b850baf5d8477aa3e47093f5df327ab37 Author: Petr Písař Date: Sun Oct 6 13:30:16 2013 +0200 dates element are mandatory at DataBoxCreditInfo The ciFromDate and ciTodate elements are mandatory in DataBoxCreditInfo request. But their content can be empty. This corrects the documentation, changes implementation, and aguments tests. There is separate implementation of _server_datestring2tm() for Win32 because of missing strptime(). commit 4f7d15034cc51d479a0813fa62f2cbca1c9de4de Author: Petr Písař Date: Sat Oct 5 13:50:36 2013 +0200 Correct typos in comments commit 052ab84b33760b85542ff8e67180c3979e55d78f Author: Petr Písař Date: Sat Oct 5 10:49:19 2013 +0200 Unit of isds_get_commercial_credit() credit is 1/100 CZK Due to flouting point numbers representation inaccuracy, all credit values are represented in hundredths of Czech Crown currency. E.g. inteteger 123 means CZK 1.23. commit f4dc42ea2ae06c4a16ca21e7eea38d77e651f908 Author: Petr Písař Date: Sat Oct 5 10:44:49 2013 +0200 doc: DataBoxCreditInfo returns sorted list The credit change history returned by DataBoxCreditInfo service is sorted by time. commit 110f50b57b1992cc9e736e60ed15d66bce27cb22 (refs/heads/testcommercialcredit) Author: Petr Písař Date: Sat Sep 21 18:53:51 2013 +0200 test: Test all credit event types commit bcb2c86b5fc989c3e16e23260cebb0cb12ebb1cb Author: Petr Písař Date: Sat Sep 21 18:01:28 2013 +0200 Fix storing subsequent credit change events The prev_item has to survive to the next cycle. commit 87919768968b4de4aa04f66302cd7dc05ac65522 Author: Petr Písař Date: Sun Aug 25 14:53:18 2013 +0200 test: Add tests for isd_get_commercial_credit() commit 37a5df3249aa64be5000d5bca841fcac8fb37f74 Author: Petr Písař Date: Thu Aug 29 16:01:58 2013 +0200 test: Add test for case insesitive MIME normalization commit fa07a3172c28b88c97319ff2a000a4fab58c11bb Author: Martin Doucha Date: Thu Aug 29 15:57:16 2013 +0200 Ignore case in MIME normalization commit 46c869738caece9d049d61da4aa83f9bab2b3de2 (refs/remotes/frank4/master) Author: Petr Písař Date: Fri Jul 5 15:37:09 2013 +0200 Do not process DataBoxCreditInfo response on server error commit 640cddb5a69780a58ca95d0160f743ff0d9c2471 Author: Petr Písař Date: Sun Jun 9 15:23:46 2013 +0200 test: Checks for string2isds_credit_event_type() added commit 43a6be7cc78921265c93108b94dfe498b5b59b7b Author: Petr Písař Date: Sun Jun 9 15:10:00 2013 +0200 test: Checks for isds_credit_event_free() added commit d90260e394a1b9dfa0ef0c70f834681144cde502 Author: Petr Písař Date: Sat Jun 8 19:04:49 2013 +0200 DataBoxCreditInfo implemented as isds_get_commercial_credit() commit bb5423e991679b5714db0b69c90c02c8ba15e57d Author: Petr Písař Date: Sun May 5 12:21:55 2013 +0200 doc: Examples for PDZInfo have been fixed in the specification commit c6c84a9eeba18427d7c37fadbe0dde8416bcd225 Author: Petr Písař Date: Sun May 5 12:14:13 2013 +0200 TODO: 2013-04-21 changes commit 5981c68daaa565c5c31031f993adf47693821881 Author: Petr Písař Date: Sun May 5 12:07:16 2013 +0200 doc: CheckDataBox returns code 1007 commit 194245464271eda47b12af2349a0badee963a9b6 Author: Petr Písař Date: Sun May 5 11:58:55 2013 +0200 doc: FindDataBox returns code 1109 commit 2db7d864c3a167756c53eb64ebb5bf747a4d3db9 Author: Petr Písař Date: Sun May 5 11:39:34 2013 +0200 doc: Notification messages commit 1a569dda9c67922af5574f69eb1751e094ef0bdc Author: Petr Písař Date: Sun May 5 10:33:56 2013 +0200 doc: DataBoxCreditInfo commit 775b71c99b6469cd5d66ffef027c5f23bf350137 Author: Petr Písař Date: Wed May 1 15:02:07 2013 +0200 doc: Box state 6 documented Box state 6 has been documented since 2013-04-21. commit 3654b2c4418bc5bce212b12e450aa5a5afc9fb0c Author: Petr Písař Date: Wed May 1 14:45:02 2013 +0200 Payment type E documented Commecial message payment type E has been document since 2013-04-21. commit 3f93fecbd6b5a03f987a97f6055755bfd9190ba2 (refs/remotes/repo.or.cz/mingw, refs/remotes/frank4/mingw, refs/remotes/cznic/mingw, refs/heads/mingw) Author: Petr Písař Date: Sun Mar 24 13:48:00 2013 +0100 Add MinGW author commit 3fa529b5fde6bdc7644da604343bb3f80e7a5ac5 Author: Petr Písař Date: Sun Mar 3 18:02:25 2013 +0100 Declare coding style Unfortunately, this is neccessary when we have more devolopers. commit b21a6e888053085f7e4029f99a6efdd86d7fa403 Author: Petr Písař Date: Sun Mar 3 15:12:06 2013 +0100 Correct name spaces commit 00588a6370126306a5a976f1b20fbac3960ef132 Author: Martin Doucha Date: Sun Feb 17 18:15:15 2013 +0100 Error checking in test helper functions Signed-off-by: Petr Písař commit 2b4ae59aeda22fc79524133005daf6e395e4916c Author: Martin Doucha Date: Sun Feb 17 18:05:57 2013 +0100 Ported to MinGW Signed-off-by: Petr Písař commit cada041eded1ab4e4e6877bb25e2c056bdd78485 Author: Petr Písař Date: Sun Jan 6 22:36:24 2013 +0100 test: Fix memory leak when reading request line again commit f7991133985cf9b553b572176ab360aadcb630ae Author: Petr Písař Date: Sun Jan 6 17:49:31 2013 +0100 Fix memory handling when decoding Base64 commit e380f08d59b435ff2bee6227806335b042b6de9c (tag: refs/tags/v0.7) Author: Petr Písař Date: Tue Jan 1 14:02:42 2013 +0100 Update README commit b828ccb29f2055316fc8c1150dc1d7c1294fae74 Author: Petr Písař Date: Tue Jan 1 13:51:52 2013 +0100 NEWS for 0.7 written commit f4e4ae689eceba3ad927fa68a05b2d40b73956c2 Author: Petr Písař Date: Tue Jan 1 13:15:25 2013 +0100 TODO: Remove tested items commit 147fedab0cbccb03eed3db73666b09f6c93a0795 Author: Petr Písař Date: Sun Dec 30 18:30:48 2012 +0100 l10n: Czech translation updated commit 6e44b41fe354525e0a42dd1ae2e32cd88573a8a7 Author: Petr Písař Date: Sun Dec 30 18:16:49 2012 +0100 I18N: Catalogue has been updated commit 72a3de8aa3aa83e096f38c7dbe9ae7aa9e7aba75 Author: Petr Písař Date: Sun Dec 30 17:57:29 2012 +0100 Increase package version to 0.7 commit f3448b1a1c0877347500da1dab30b827c46bd93f Author: Petr Písař Date: Sun Dec 30 17:50:38 2012 +0100 Update library version Only new interfaces have been added, ABI has been preserved. commit fb8df0dfd602b1c59ac43cd8714b5e7f5e818871 Author: Petr Písař Date: Wed Dec 26 14:18:00 2012 +0100 Implement Re-signISDSDocument This feature is exported as isds_resign_message() function. commit f3daf10b710147785213b4c0c386a9e928c5c66f Author: Petr Písař Date: Tue Dec 25 22:03:33 2012 +0100 Fix dmRecipientOrgUnitNum extraction commit 9ecbc8f85112f5fa9ae309b4cf6c8ce43fce1036 Author: Petr Písař Date: Tue Dec 25 19:48:42 2012 +0100 doc: Re-signISDSDocument added commit f063bc91428978ff46afe224be5c8ce80f5dc771 Author: Petr Písař Date: Tue Dec 25 19:18:47 2012 +0100 TODO: Re-signISDSDocument commit a57d16f647d74accc4fd9a3539522a62793a4c0a Author: Petr Písař Date: Mon Dec 24 22:11:40 2012 +0100 test: server: Implement TLS session resumption by TLS ticket commit 4047160be8f8b4b2b6379afa0b9cc71214baa792 Author: Petr Písař Date: Mon Dec 24 16:30:43 2012 +0100 test: server: Implement authentication with commercial certificate New implemementation server_certificate_with_password_authentication() has been added. commit 4e7bfdd9b0ffaedf5637d48d6f3f939cc776eaf0 Author: Petr Písař Date: Mon Dec 24 15:33:09 2012 +0100 TLS errors are reported as IE_SECURITY commit 276463a735de2732dc518adedd9d44a55bbd235f Author: Petr Písař Date: Mon Dec 24 11:36:15 2012 +0100 test: Disable server hostname verification in TLS tests We cannot know hostname the server is reachable on, so disable the check. commit 927ad35c69d7a61e21b87de59a7454a0dd0241fb Author: Petr Písař Date: Mon Dec 24 10:46:44 2012 +0100 test: starting server returns URL instead of socket address This moves protocol schema generation into server. commit f0f9fbe4be985a0c830b2b318fa34527604b64ad Author: Petr Písař Date: Mon Dec 24 10:11:34 2012 +0100 test: Fix a typo commit 2a432c25a23e19e471fa01f2f3e23dd0bc27383c Author: Petr Písař Date: Sun Dec 23 21:40:02 2012 +0100 test: simline: certificate_user_password_authentication added This test checks authentication with client certificate and user name and password. FIXME: There is problem with TLS handshake on server side, thus the test does not pass. commit 18c97193cede77a00e003c8f64916cf5c68578b2 Author: Petr Písař Date: Sun Dec 23 16:53:08 2012 +0100 test: server: authorize client by distinguished name commit 75ab5adf141b96a45f4ff72b56734bb76efd3649 Author: Petr Písař Date: Sun Dec 23 16:15:51 2012 +0100 test: server: Validate client's certificate commit 5d2c91e703eda316e7153cd3c73d40bffd01b4ab Author: Petr Písař Date: Sun Dec 23 15:50:31 2012 +0100 test: Fix a typo commit dc694fd323859805ea9197724fcd830bf3f81937 Author: Petr Písař Date: Sun Dec 23 15:49:50 2012 +0100 test: server: Print client's certificate commit a3440507be8b679a43084da8956621cad4fc9a0d Author: Petr Písař Date: Sat Dec 22 16:05:32 2012 +0100 test: server can require client certificate in TLS handshake TODO: Verify peer certificate commit a97567ce8a5c4cdde3248b189c76323cab88551a Author: Petr Písař Date: Sun Dec 16 18:22:28 2012 +0100 test: server: Pass http_connection to HTTP funcation commit 64bdb8c3011be977c77ce7d1116204c7d578ca14 Author: Petr Písař Date: Sat Dec 15 21:17:31 2012 +0100 test: server: push TLS manually This is needed to make GnuTLS to send(2) with MSG_NOSIGNAL. TODO: We must change HTTP socket to structure passing TLS session and TPC socket etc. commit 20b5eef40eeb9325c22f8cd1a5b1cff49501c41e Author: Petr Písař Date: Thu Dec 13 21:17:28 2012 +0100 test: server: Use TLS call-back in HTTP commit 745d946c83bf08bd8dc4b8550e31880501efaa1e Author: Petr Písař Date: Thu Dec 13 20:35:41 2012 +0100 test: server: do socket I/O by call-backs This is necessary to inject TLS layer. commit 232ccf7b251173d5921ddc5e7e908f718f411b89 Author: Petr Písař Date: Mon Dec 10 21:33:35 2012 +0100 test: server: Proper type-cast from int to void is uintptr_t commit 5173d506de8e439f49813baf217bef3147108e43 Author: Petr Písař Date: Mon Dec 10 21:11:41 2012 +0100 test: server: Deinitialize TLS session only once GnuTLS does not survive multiple deinitialization. commit f43021d9d566fb8c43e4792665a25daf6399a429 Author: Petr Písař Date: Mon Dec 10 20:58:58 2012 +0100 test: Report server crash in simline tests commit dda814428febf2e7d338580a2bba95ce6b595919 Author: Petr Písař Date: Mon Dec 10 20:55:40 2012 +0100 test: server: Report server crash commit c7aa3e6fa609c39a1760b3cc44c577abab58f504 Author: Petr Písař Date: Mon Dec 10 20:31:38 2012 +0100 test: %SERVER_PRECEDENCE is not known to old GnuTLS commit 6ce77a321e4b1649373838b7b123af38f5ed2a93 Author: Petr Písař Date: Mon Dec 10 20:25:36 2012 +0100 test: server: Correct an error message on TLS settings commit 66e4d97aa8eb371b8285d2ba32b3db7e84b55076 Author: Petr Písař Date: Mon Dec 10 20:24:44 2012 +0100 test: server: Perform TLS handeshake commit 9e030518c3cdc7921bbce3a7dce2bbff38e87ec5 Author: Petr Písař Date: Sun Dec 9 18:33:41 2012 +0100 test: server: Do not receive SIGPIPE on closed socket If client closes socket, kernel will dispatch SIGPIPE on write(2), so the server dies. send(2) allows to disable this feature, thus use it instead of write(2). commit 57d9486742ca9db0820de2c92a599935eb5e5721 Author: Petr Písař Date: Sun Dec 9 14:36:02 2012 +0100 test: server: Handle undefined TLS configuration commit 1b1cef8030b63f5a912491e199b92edbbb34210d Author: Petr Písař Date: Sun Dec 9 14:11:50 2012 +0100 test: server: Initialize TLS session commit bfbc7e1f7155a61b52ac1dfa95b1940122ae1930 Author: Petr Písař Date: Sun Dec 9 13:32:50 2012 +0100 test: Unify accepting client and parsing request in the server commit 5f51071fb6df0f7de8d45888d715d9cd351d320f Author: Petr Písař Date: Sun Dec 9 12:25:09 2012 +0100 test: Free other TLS data on fork() failure commit 7128a01606dfa2162c27e9d096043109a57ef337 Author: Petr Písař Date: Sun Dec 9 11:16:35 2012 +0100 test: Setting authority CAs returns number of processed certificates commit 8eeea5856435f26b40dc430a78b25efa6c77f99f Author: Petr Písař Date: Sun Dec 9 11:11:55 2012 +0100 test: Report GnuTLS errors from server set_server_error() is variadic now. commit 7ba32a0ec08e54c7c65484868cf72c2c2f10445e Author: Petr Písař Date: Sun Dec 2 14:50:32 2012 +0100 test: server_cli: Report reason why server could not been started commit 3bf3109912bb6b5af73130ee07344ed472678d99 Author: Petr Písař Date: Sun Dec 2 14:45:55 2012 +0100 test: Initialize GnuTLS in server gnutls_sec_param_to_pk_bits() requires GnuTLS 2.12.0. commit 47890475fd7fee2a09557d4c264cbfe95ff108ae Author: Petr Písař Date: Sun Dec 2 13:23:11 2012 +0100 test: Move tls_authentication argument from server implementations to start_server() commit 4a0cdf9a6affc7a1ced24788363fb606f4fcb151 Author: Petr Písař Date: Sat Dec 1 20:13:58 2012 +0100 Link libserver to GnuTLS commit 31c4c59e305402a51ad850a036b56d813a637827 Author: Petr Písař Date: Sun Nov 25 17:38:56 2012 +0100 test: Add TLS arguments to server commit cdb4b32d857d73b68e55289373224574b095221f Author: Petr Písař Date: Sun Nov 11 18:43:48 2012 +0100 test: simline tests need isds.h that includes LibXML headers commit 357311722c040018ce18fd34c050c114ae3c5922 Author: Petr Písař Date: Sun Nov 11 18:31:27 2012 +0100 Fix memory leak when extracting string by XPath commit 0e459cad00a2570a6a309692fd4db917963297b4 Author: Petr Písař Date: Tue Nov 6 21:31:22 2012 +0100 test: Fix a typo in a comment commit ea3db814a6cc0c2a1eed8f469fe0c41d9e3ef3cb Author: Petr Písař Date: Sun Nov 4 21:59:33 2012 +0100 test: build server implementation as a library commit c298811ca0522ae6b91952fa38db774c5de4f189 Author: Petr Písař Date: Sun Nov 4 21:27:22 2012 +0100 tests: server_cli does not need to be linked against libisds commit 921c4fd94420c8ede4da29cb2ec08abdcac0f059 Author: Petr Písař Date: Sun Nov 4 20:15:35 2012 +0100 Fix a typo in README commit 2caae5685dbb7dfa3a93738930a243c6c3a2b4b8 Author: Petr Písař Date: Thu Nov 1 08:16:03 2012 +0100 doc: MarkMessageAsDownloaded does not auto-deliver messages commit 404d52e95f2d5026494beb28611b254a558d2486 (tag: refs/tags/v0.6.2, refs/remotes/repo.or.cz/v0.6-stable, refs/remotes/frank4/v0.6-stable, refs/remotes/cznic/v0.6-stable, refs/heads/v0.6-stable) Author: Petr Písař Date: Tue Oct 30 21:11:11 2012 +0100 0.6.2 bump commit 9156ac065b5332c24287c801eb016ac1cd636859 Author: Petr Písař Date: Tue Oct 30 20:36:41 2012 +0100 Fix compiling simline tests out of source tree commit 387c1fe131c24d41cb4d3f8281f8b16a9d82c39b (tag: refs/tags/v0.6.1) Author: Petr Písař Date: Mon Oct 29 20:12:47 2012 +0100 0.6.1 bump commit f97be64b02bcf4e860053f4d6552384de64f644e Author: Petr Písař Date: Mon Oct 29 20:01:17 2012 +0100 Put test/simline/server_types.h to distribution server_types.h is needed to compile simulated server. commit 794d3ec4349c2620fb2267badd426bb088cfb37f (tag: refs/tags/v0.6) Author: Petr Písař Date: Sat Oct 27 22:15:39 2012 +0200 README: Update test environment commit e3fab77e4138e0216ab42062a27f9031e020cd86 Author: Petr Písař Date: Sat Oct 27 22:12:38 2012 +0200 Fix a typo commit 9d51d8d9a0b9eb05163a67b5e0ffb785a35f5ba4 Author: Petr Písař Date: Sat Oct 27 22:11:02 2012 +0200 Update copyright year commit ec71b54e94b7ef92c4acc2d10e6c136e17f89446 Author: Petr Písař Date: Mon Oct 22 22:14:43 2012 +0200 NEWS: Summarize 0.6 changes commit fb7194d4f05f30df587bcbc4a69e506f7c1a44de Author: Petr Písař Date: Sun Oct 21 21:40:28 2012 +0200 L10N: Update Czech translation commit ee7bf70a72acfda2b930fd427aaf4e6a17f3be7a Author: Petr Písař Date: Sun Oct 21 21:32:21 2012 +0200 Correct yet another typo commit 52f10b229cf52b3ea18b8914af341288f51b1eb8 Author: Petr Písař Date: Sun Oct 21 21:30:41 2012 +0200 I18N: Update template commit f156fe22d5f17ef925af5a7356b7e7384db772b1 Author: Petr Písař Date: Sun Oct 21 11:33:24 2012 +0200 Correct some typos commit f4b50e1a4a1333b0667d3c1ce66c21bbd83f9cac Author: Petr Písař Date: Sun Oct 21 11:32:54 2012 +0200 Increase package version to 0.6 commit 99eb73ec001e48f613f3442a6c5cac39553ef813 Author: Petr Písař Date: Sun Oct 21 10:30:15 2012 +0200 I18N: Update catalogue commit a37f80003fc7513767748a009aeadd2a8062801f (refs/remotes/repo.or.cz/otppasswd, refs/remotes/frank4/otppasswd, refs/remotes/cznic/otppasswd, refs/heads/otppasswd) Author: Petr Písař Date: Tue Oct 16 20:00:13 2012 +0200 ChangePasswordOTP does not return 1091 The ISDS author confirmed ChangePasswordOTP does not distinguish 1067 and 1091 and always returns 1067 because specification does not list the code at the service definition. commit 570841a25f30e87e354236c008d0790fa43dbfa8 Author: Petr Písař Date: Mon Oct 15 22:20:05 2012 +0200 TODO: OTP-authenticatd password change tested commit 8d3617f6b65f6fecb59029445d1d9762b85cc27e Author: Petr Písař Date: Sun Oct 14 18:50:22 2012 +0200 TODO: Reference number at password change is implemented commit 3a406e5dc474709e0518ae0a30d7fc4ad4f475b7 Author: Petr Písař Date: Sun Oct 14 18:47:17 2012 +0200 OTP-authenticated password change has special name space commit f228d22948f633ce17b4026bfde8b1dd050586ea Author: Petr Písař Date: Sun Oct 14 16:01:49 2012 +0200 test: server: Print HTTP body commit 97f417072d382a0b8e4bd3d2975065fa70b19451 Author: Petr Písař Date: Tue Oct 9 21:15:55 2012 +0200 doc: OTP-authenticated password change has differen name space Both ChangePasswordOTP and SensSMS service has name space . We need to adjust code and tests. commit 73b289b7d8b21e543add7e59aedc894010f23750 Author: Petr Písař Date: Mon Oct 8 21:20:49 2012 +0200 TODO: EraseMessage tested commit 833b23861bb7a078e1563a987a0fba9f26518665 Author: Petr Písař Date: Mon Oct 8 21:17:18 2012 +0200 test: Add EraseMessage service into service_cli commit 4c33462a3d1d916d90ad874b8b1cda797e417d8e Author: Petr Písař Date: Mon Oct 8 21:04:34 2012 +0200 Return IE_CONNECTION_CLOSED from isds_delete_from_storage() commit ec092fb5283f0e99039660f905ffb0ccb11c6847 Author: Petr Písař Date: Sun Oct 7 19:00:33 2012 +0200 test: Checks for delete_message_from_storage() added commit b3d87d4a3c1c2c5682ed678f81c2413c9e0ceb90 Author: Petr Písař Date: Sun Sep 30 18:46:43 2012 +0200 Implement EraseMessage as isds_delete_message_from_storage() commit fa13a8393643306e3676cd31ca340d691c269168 Author: Petr Písař Date: Sun Sep 30 15:10:52 2012 +0200 test: Fix uninitialized value in service_ChangePasswordOTP() commit 2fc977e21db056c226d4a1841e5254b52931a294 Author: Petr Písař Date: Sun Sep 30 15:06:26 2012 +0200 isds_normalize_mime_type returns pointer to constant value now commit f42505b41c7629d3a261e30bfd4b7effd9101360 Author: Petr Písař Date: Sun Sep 30 14:21:32 2012 +0200 Fix a typo commit 048307267ed775990ed88757d92a50a8795bb8ff Author: Petr Písař Date: Sun Sep 30 14:14:01 2012 +0200 Data safe is knows as long term storage now commit 207a06c3b2f8b16adcc0addb2c055b154e8a23d5 Author: Petr Písař Date: Sun Sep 30 14:08:51 2012 +0200 doc: EraseMessage commit eede33b300f747d77627f3ae25934ace82228cd1 Author: Petr Písař Date: Sun Sep 30 13:49:12 2012 +0200 PRIVIL_READ_VAULT removal noted in header commit 1e2db9e706e1693c92e767f520b558307986e62c Author: Petr Písař Date: Sun Sep 30 13:31:11 2012 +0200 doc: PRIVIL_READ_VAULT permission removed commit db9f66bca89c15d411dcbe55a41ca33784590240 Author: Petr Písař Date: Sat Sep 29 22:01:26 2012 +0200 Implement work-around for reauthorization bug in cURL commit f33d2db3e9e1c3976fe8a36c194d552cf4d784be Author: Petr Písař Date: Sat Sep 29 21:27:33 2012 +0200 TODO: News since 2012-07-29 commit 8effe4865d5fd890d06cbb8b5a01c8591d05545f Author: Petr Písař Date: Sun Sep 16 14:45:35 2012 +0200 test: server_cli: Assign reference number on password change commit 76ac8dddf9743ea4935d3cd7e680a5bfca17402a Author: Petr Písař Date: Sun Sep 16 14:32:13 2012 +0200 client: login: Fix usage help commit d9c827d6863b3d5e88f10968b0a93699c9ca60b1 Author: Petr Písař Date: Sun Sep 16 14:08:33 2012 +0200 isds_change_password: Propagete reference number isds_change_password() got next argument to return reference number assigned by the server. commit 4c780f974adc1b276a2393887be51f26464aabdc Author: Petr Písař Date: Sun Sep 16 11:05:09 2012 +0200 test: Unify configuration of totp_isds_change_password commit dff6bb8ab9ff5c68e0d044a841282cd61d4de07c Author: Petr Písař Date: Sun Sep 16 10:34:17 2012 +0200 test: SendSMSCode can refuse to send a code commit f30564998e74896df6982c72dacd65d7d264b0fd Author: Petr Písař Date: Sat Sep 15 17:29:56 2012 +0200 test: server_cli: verbose usage message commit 723ba142452f75c16c78b119b859acad13572262 Author: Petr Písař Date: Mon Sep 10 21:04:48 2012 +0200 TODO: Return reference number from OTP change This has to be done before release. commit f352ab3de86036b4e15540c62af138540e59def1 Author: Petr Písař Date: Mon Sep 10 21:00:59 2012 +0200 test: Add SendSMSCode into server_cli commit fc45c340c1afb3a0a1e90aa20f2eb6bc6591aacd Author: Petr Písař Date: Sun Sep 9 18:40:30 2012 +0200 Allow NULL new password when requesting new code for password change commit 53e21d56568d0f7ba478572cf27feb91b200e51f Author: Petr Písař Date: Sun Sep 9 14:32:39 2012 +0200 OTP password change is implemented commit e2b07d0a5ca739bb39c5071bd36ac9e2be8fd2e9 Author: Petr Písař Date: Sun Sep 9 14:09:10 2012 +0200 test: Check isds_change_password() with HMAC OTP authentication commit ac8c51804e423d053d26ac7be6c8abdd99f39e19 Author: Petr Písař Date: Sun Sep 9 13:40:53 2012 +0200 test: Enable all subtests in totp_isds_change_password commit 1842c9af3de0ba5338e2605bd47b77099c3597a2 Author: Petr Písař Date: Sun Sep 9 13:37:27 2012 +0200 Set otp->resolution when server cannot send SMS on password change This is have IE_PARTIAL_SUCCESS sub-codes if isds_change_password() complete and similar to isds_login(). commit 0994a7afdc7514e9068801112afeaf4a35b8cbd0 Author: Petr Písař Date: Sun Sep 2 18:38:19 2012 +0200 test: Implement SendSMSCode ASWS service commit d36491b06884984ae00667ad2f255cf4d1a13c10 Author: Petr Písař Date: Sun Sep 2 13:42:31 2012 +0200 test: TOTP first phase cases added into totp_isds_change_password commit c2d42d6bfe59fec6c8ededba070959476cbb848f Author: Petr Písař Date: Sun Sep 2 13:12:41 2012 +0200 isds_change_password(): Describe IE_INVAL errors commit 1f0994e3df251184c08990e0ae08d1f17f23924a Author: Petr Písař Date: Sun Sep 2 11:15:20 2012 +0200 Store OTP resolution always commit 4f24c3b20a48278d971645ada2f732899b198299 Author: Petr Písař Date: Sat Sep 1 21:28:38 2012 +0200 Split context otp member into OTP storage and flag This is necessary to prevent accidental write to invalid context->otp if server sends unexpected 302. commit b64fbac300eee0221dea4089e65e08b2fba21afc Author: Petr Písař Date: Sat Sep 1 15:43:36 2012 +0200 Reset OTP resolution before changing password commit 119789def5743ecfe0da057f702d8165fd0114ae Author: Petr Písař Date: Sat Sep 1 15:16:40 2012 +0200 test: ChangePasswordOTP implemented on server side commit 99d81d0d2827a1a1efcce0a97b1a30a4dd697529 Author: Petr Písař Date: Sat Sep 1 10:22:57 2012 +0200 test: Correct comments commit 192cb7d83efc17480026c45908c3bbbcbb99b33d Author: Petr Písař Date: Sat Sep 1 10:13:07 2012 +0200 test: Add missing services.h commit 2f201ea34b412ceddd2b575c913acdf4acc9e722 Author: Petr Písař Date: Sat Sep 1 09:51:32 2012 +0200 test: totp_isds_change_password: Check for OTP code commit f960ad2a8fe232aa17d93287ed156534ba553d22 Author: Petr Písař Date: Sat Aug 25 13:08:22 2012 +0200 test: server_cli tool added server_cli is a standalone ISDS server implementation. It uses the same server back-end as simline tests. commit 420e0c194f0b6b802af51735e2f9b860a5e6c003 Author: Petr Písař Date: Sun Aug 19 13:35:04 2012 +0200 test: Preliminiary ASWS server part commit efc73699ad1ef0a1eb00644e686fa53bf237b1ff Author: Petr Písař Date: Sun Aug 12 13:07:56 2012 +0200 Fix rebuilding URL for ASWS service commit 6cb55f7bcaf7f936914dae49da77256b4dae9006 Author: Petr Písař Date: Sun Aug 12 12:52:10 2012 +0200 test: Add preliminary test for changing TOTP password commit 083faef2a8ff56b3ee72eda0db1fbb447411b1ce Author: Petr Písař Date: Sun Aug 12 10:30:15 2012 +0200 Requesting TOTP code on changing password implemented commit b395476f540bc8b0be6d64877d3c3df7bedd3de0 Author: Petr Písař Date: Sat Aug 11 19:18:56 2012 +0200 Implement changing OTP password TODO: Implement requesting OTP code in case of time-based OTP commit e6c0a52888f396552cb86351e3abef8144fa3ab3 Author: Petr Písař Date: Sat Aug 11 16:00:58 2012 +0200 doc: Services for changing OTP password has dbStatus output commit b50a113e049e5472e35e383e69abe95899c1acc0 Author: Petr Písař Date: Sat Aug 11 15:18:52 2012 +0200 Preserve username for OTP change Changing password while OTP is in use requires user name which we destroyed after log-in. Now the value must be preserved for isds_change_password() as we preserve (can obtain base) URL. This allows to keep number of isds_change_password() argument on sane level. commit 7bb4744e2284a70dda65cd79171c8a6bdd934a16 Author: Petr Písař Date: Sun Aug 5 17:14:15 2012 +0200 doc: Fix a typo commit abe615fc5d0ac94162263ed71dedf85bac8fd7f6 Author: Petr Písař Date: Sat Jul 28 13:14:34 2012 +0200 Better error message on password change commit f695bc34a1c6ec99b0b04384754a9a18e6481f15 Author: Petr Písař Date: Tue Jul 24 09:47:09 2012 +0200 doc: Fix a typo commit b35c0c8d7c6c2c6b617d883fdc2fb42c7f08ae9e Author: Petr Písař Date: Mon Jul 23 14:32:30 2012 +0200 TODO: Add RMD160 commit 81c82b4878549df28b0062c6787012964603d24d Author: Petr Písař Date: Sun Jul 22 20:47:27 2012 +0200 test: Cover all ChangeISDSPassword error cases commit f7ca2a597d3248cb70c0de4258c8a7bcd1df1302 Author: Petr Písař Date: Sun Jul 22 11:11:38 2012 +0200 test: Introduce isds_change_password This implements some services on ISDS side. Here we have independend ISDS server implementation :D commit f85fb7ec04fbf7478550263c8baa0234da35861d Author: Petr Písař Date: Mon Jul 16 21:15:38 2012 +0200 test: Insert dmStatus to DummyOperation response commit 1cde0f126310da88a9b3d4d65dcf82147ba1ecb9 Author: Petr Písař Date: Mon Jul 16 20:31:29 2012 +0200 test: Build SOAP response commit 8068a0b27bb85a32aeb667fdbf69e5a6bf0bd55c Author: Petr Písař Date: Mon Jul 16 15:07:16 2012 +0200 test: Fix unhandled service commit ffaf5587a308f9564cc7212ef1997158c447320e Author: Petr Písař Date: Mon Jul 16 15:05:22 2012 +0200 test: Check for end point path commit c7f5604045985c94f8a5b81dbbf031fad55b7154 Author: Petr Písař Date: Mon Jul 16 14:20:38 2012 +0200 test: Dispatch called service commit 11ed43139daabf0df4fb25ba98ff0966a3b51be1 Author: Petr Písař Date: Mon Jul 16 11:04:28 2012 +0200 test: HTTP 500 response can emmit custom reason commit 9a688b8d751330ea499afd303e022765f4f5c0ec Author: Petr Písař Date: Sun Jul 15 20:07:16 2012 +0200 test: Move pong response to service.c commit a8ccbc46590a6ec9e90a911ec4e3784891f68f86 Author: Petr Písař Date: Sun Jul 15 12:03:10 2012 +0200 test: unify SOAP response path in server commit 1311e65acc0a80ea6644132523f21df00adde7af Author: Petr Písař Date: Sat Jul 14 09:11:53 2012 +0200 TODO: PDZInfo tested commit 1b46359b471d544e9eaac5765d7c87a8f41179bb Author: Petr Písař Date: Mon Jul 9 19:22:15 2012 +0200 Fix regression when calling build_send_dbid_request_check_response in isds_GetDataBoxUsers commit e2402bbc35160c1eebc208d4e849c0c6175dee8a Author: Petr Písař Date: Mon Jul 9 19:06:07 2012 +0200 Do not free response prematuraly in isds_get_commercial_permissions() commit ec0c993fc21188b54910ab6049b954c555f9c3bb Author: Petr Písař Date: Mon Jul 9 19:01:32 2012 +0200 The box ID for PDZInfo request is named PDZSender commit 136d3e4deac52d1810a41d394838ee9ddd827dff Author: Petr Písař Date: Sun Jul 8 22:53:10 2012 +0200 Fix spelling commit a6b20c84622aa29090bf28e96557b7e1a6ede296 Author: Petr Písař Date: Sun Jul 8 22:41:40 2012 +0200 doc: Fix a typo commit cdf1d1076f34f3a6fa09a401567e59c1bf0044b4 Author: Petr Písař Date: Sat Jul 7 14:15:09 2012 +0200 doc: New error code 3006 This code means server is busy with marking messages as delivered and final response could be late with respect to TCP timeout. Application is advised to retry to request. commit 9475c3978802059c4eb6e4b1bcd5313ddb144f83 Author: Petr Písař Date: Sat Jul 7 14:09:27 2012 +0200 doc: AuthenticateMessage and VerifyMessage do not mark messages as delivered commit 358ba83fff20bc244404abef1e7418624525cf22 Author: Petr Písař Date: Sat Jul 7 14:01:19 2012 +0200 TODO: We know that 90-days limit is artifical commit 3ecd54d88ac52c36667618df50612a9b8e8d238b Author: Petr Písař Date: Sat Jul 7 13:57:34 2012 +0200 TODO: No interresting changes in AuthenticateMessage Despite the specification knows about CAdES, it still insist on having no CRL in CMS :) commit 95c323f989aa5a35e4bb488579c19de3d593476c Author: Petr Písař Date: Sat Jul 7 13:55:10 2012 +0200 TODO: We are already prepared for subsidied messages commit 68ea2671564ae86b8443c4a780a1dece42eaf81f Author: Petr Písař Date: Sat Jul 7 11:38:20 2012 +0200 doc: Improved PDZinfo commit cf7a38b75f2e1b30a42eadd1ee8410f5a83e4a7a Author: Petr Písař Date: Sat Jul 7 11:23:33 2012 +0200 doc: Marking messages as delivered applies to commerical ones too commit 9556bcfa94023b34d515d56423386fc370b60157 Author: Petr Písař Date: Fri Jul 6 21:31:00 2012 +0200 TODO: Changes in 2012-03-18 specification commit 4d86daa57d0bc71a1b48d388201c6ea4a7a29a2d Author: Petr Písař Date: Fri Jul 6 14:00:20 2012 +0200 Fix a typo commit 17fb7e9fc42fdc6144fa00c75468502de83309a4 Author: Petr Písař Date: Fri Jul 6 11:05:53 2012 +0200 TODO: Testing box obtained commit 50025450803d07087e809050c9529ad7bbc1de0c Author: Petr Písař Date: Fri Jul 6 11:03:52 2012 +0200 TODO: New commercial subtypes done This was just a documentation task. We had already implemented the dmType attribute before the semantics has been specified. commit db10b4595c83aac402bca6cc79014ba69edeee49 Author: Petr Písař Date: Fri Jul 6 10:57:57 2012 +0200 TODO: PDZInfo implmented, test it commit 5f6abeb005fa0a73023512133b814baeccc47224 Author: Petr Písař Date: Fri Jul 6 10:56:27 2012 +0200 Fix a typo commit d929d50e55943857f1eb6edf3472c01c3628f64f Author: Petr Písař Date: Fri Jul 6 10:53:31 2012 +0200 doc: dmType attribute got meaning at Create*Message commit 5c0cb61cffdf791035db651f31104b82dab67074 Author: Petr Písař Date: Fri Jul 6 10:25:25 2012 +0200 doc: Rephrase PDZInfo summary commit e7944c43b6bd58cdc71b52f1de6ff65645324f45 Author: Petr Písař Date: Thu Jul 5 20:58:52 2012 +0200 Document all values for isds_envelope.dmType commit 054b5207f5dc9d754b146a95db26fc9079b2f2dc Author: Petr Písař Date: Thu Jul 5 20:26:58 2012 +0200 doc: New commercial message types commit c8a88b458d9fa23b6028ecce8c5667104e295164 Author: Petr Písař Date: Thu Jul 5 17:39:37 2012 +0200 doc: ConfirmDelivery service is obsolete commit 2c7952926c85fa0b1c63efa7282315abcf390ec7 Author: Petr Písař Date: Thu Jul 5 17:35:36 2012 +0200 doc: Fix a typo commit 5d84c5ceccbf5f730b0f7982786ccf4bae7c864d Author: Petr Písař Date: Thu Jul 5 17:33:39 2012 +0200 doc: Commercial messages are accepted by login now Also user can send a commercial message without agreement with Czech Post if the sending is sponsored by third party. commit ba196dc05d3210d5c3441889cb50120dd082bed7 Author: Petr Písař Date: Thu Jul 5 15:18:24 2012 +0200 isds_commercial_permission.count is unsigned long int commit e574308d22ba88894448c23aaed1ca8029b45687 Author: Petr Písař Date: Thu Jun 28 20:55:21 2012 +0200 TOTP authentication tested successfully commit 00ab8230d5f1cab5111d37f2dec3e9437a576d2c Author: Petr Písař Date: Thu Jun 28 20:15:56 2012 +0200 doc: TOTP code distribution This is off the specification. This information has been retrieved from testing interactive web interface. commit 4eb7916cf1019670f9854d81d532c018d4f44329 Author: Petr Písař Date: Wed Jun 27 21:27:05 2012 +0200 X.509 authentication from file tested TODO: Try hardware engine. curl-7.24.0 segfaults in opensc-pkcs11.so (dev-libs/opensc-0.12.2) now. commit 0bfdeca2f903d9cac50224b4bd2d3682653e1aee Author: Petr Písař Date: Sun Jun 24 18:24:11 2012 +0200 Implement PDZInfo This service is provided as function isds_get_commercial_permissions(). It reports list of permission to send commercial message with details for each permission. commit c9415025c37d9b508e00729764848075727813e8 Author: Petr Písař Date: Sun Jun 17 12:16:59 2012 +0200 Fix a typo commit d5f19e0ce67d6545116ad9196b8dc63aceca4b0c Author: Petr Písař Date: Sun Jun 10 18:42:57 2012 +0200 Add struct isds_commercial_permission commit cd465d2656c90e51f8f2817362a0cba8f8b62330 Author: Petr Písař Date: Sun Jun 10 13:29:08 2012 +0200 doc: System message case 11 and XML document There is a new system message type 11. Also all system messages provide machine-readable reason too. commit 97fd10073ac97f1b49ad75af7de4cdb6b3a66524 Author: Petr Písař Date: Sun Jun 10 11:58:28 2012 +0200 TODO: System message carries an XML document The document refers to a message or user identifier that caused the system message. It's good to provide an API for that data. commit 7d52e46594ee6281a3393487bf2eedd8a6383ae2 Author: Petr Písař Date: Sun Jun 10 11:56:24 2012 +0200 doc: Improve PDZInfo commit 94a46d260cad2b3abeec177dc80c3e7a9ead8a45 Author: Petr Písař Date: Mon Jun 4 08:00:21 2012 +0200 Update gettext files from version 0.18.1.1 commit 088eaefe33a04872ee2649b30bbaff06ba8e98c8 Author: Petr Písař Date: Sun Jun 3 18:40:45 2012 +0200 doc: PDZInfo commit afcc94937e4dc5d330c85290ae4720976700543b Author: Petr Písař Date: Sun Jun 3 15:14:31 2012 +0200 Update m4 autoconf macros Files copied from: curl-7.26.0 gettext-0.18.1.1 gpgme-1.3.1 libgcrypt-1.5.0 libtool-2.4.2 libxml2-2.8.0 commit 05f2a51095af94f9896d87458c66045413b6426e Author: Petr Písař Date: Sun Jun 3 14:03:43 2012 +0200 Move offline tests to subdirectory commit b5dd4d958fb00807ba3766e6664b957f0258e6bd Author: Petr Písař Date: Sun May 27 18:28:09 2012 +0200 Recognize ChangeISDSPassword errors defined on 2011-10-16 commit dc12461cfd6a0c0f214caed5c614131e7c90bdf3 Author: Petr Písař Date: Sun May 27 17:53:08 2012 +0200 OTP log-in method implemented TODO: HOTP has been tested, test TOTP now. commit bbe9161c33d6f30a1cd35aaf28cb423522c3ff19 (refs/remotes/repo.or.cz/otp, refs/remotes/frank4/otp, refs/remotes/cznic/otp, refs/heads/otp) Author: Petr Písař Date: Sun Mar 4 14:09:11 2012 +0100 doc: Changing password with enabled OTP authentication commit cba023ad746641d8217f82523607df52c44feb94 Author: Petr Písař Date: Sun Mar 4 13:35:53 2012 +0100 doc: Update ChangeISDSPassword commit c844299efb8a56a960589d3f30a35c22f3008eb6 Author: Petr Písař Date: Sun Mar 4 10:54:56 2012 +0100 Fix reverting base URL after OTP authentication commit caf5542fefe32bb060001ca5f73b3f95a249fb87 Author: Petr Písař Date: Sun Mar 4 10:10:53 2012 +0100 Fix a typo commit 6f18124536a20d00a310044b5e8c40a1fad20d58 Author: Petr Písař Date: Sat Mar 3 17:13:38 2012 +0100 Augment isds_change_password with OTP argument Changing password while OTP authentication is in use requires special handling. Thus new argument is necessary. TODO: Implement it. commit 061b2c760860c79a5cefca1b6d65d8b2ccdef266 Author: Petr Písař Date: Sat Mar 3 16:07:03 2012 +0100 Select correct default locator for OTP authentication commit f7c380c9abf9f176c8e9e0e4f141e488e84cf294 Author: Petr Písař Date: Sat Mar 3 15:21:38 2012 +0100 Export OTP locators isds_otp_locator and isds_otp_testing_locator commit 861ec50910b06fc7cc4a4447cfed9e9c88b475d4 Author: Petr Písař Date: Sat Mar 3 15:10:22 2012 +0100 Fix isds_cert_testing_locator declaration commit a166d992cf54e57cc203a8aaaa2b8f5c4df8cbb7 Author: Petr Písař Date: Sat Mar 3 15:05:27 2012 +0100 doc: OTP log-in goes to www subdomain commit 04862438aebf4be8a1b243c4c7689bff8f4830a4 Author: Petr Písař Date: Sat Mar 3 14:55:50 2012 +0100 doc: Rewrite server locators documentation commit 92b47fc9d9e6a7da1f9d57cb7b013dbbc6146e81 Author: Petr Písař Date: Sat Mar 3 14:28:19 2012 +0100 doc: OTP authenticated service is on www subdomain commit 7cc7914d217862180a2a3f22abdbfa85bc3d942f Author: Petr Písař Date: Sat Feb 25 21:43:57 2012 +0100 TODO: Changes from 2011-10-16 and 2011-11-29 updates commit d56f30693bf83c70899fb2ee0f14e12e15523c32 Author: Petr Písař Date: Sun Feb 5 18:24:43 2012 +0100 Trim spaces according to RFC 2047 in headers commit 62832e76f46511949d9c2568442701d17a41ef84 Author: Petr Písař Date: Sun Feb 5 14:19:11 2012 +0100 Allocate enough space for decodec HTTP header value commit 06e5880b56c40e949fe813e78ceffb7b608555d1 Author: Petr Písař Date: Sun Feb 5 14:12:38 2012 +0100 Implement Q coding of RFC2047 HTTP header value commit 0e3c2bd8c82f99419d69c12f31edba2d899293c2 Author: Petr Písař Date: Sun Feb 5 14:05:52 2012 +0100 test: Fix URI decoding commit 5e7b7c9773e7f56e9a5ca9ef48e1ea38366eabdc Author: Petr Písař Date: Sat Feb 4 20:30:33 2012 +0100 Accept any charset in an HTTP header commit 3432f412ea346a48dc639089113779a0eb0169f2 Author: Petr Písař Date: Sun Jan 29 18:28:56 2012 +0100 Unify feature macros definitions All feature macros will be hold in isds_priv.h now. commit f4b192d7232d7457b8fbd57cba46165ad0045a2b Author: Petr Písař Date: Tue Jan 17 21:44:09 2012 +0100 Do not panic on inconvertable OTP message commit c45e57814d4972f4e0d136e337ef0f9e103e8496 Author: Petr Písař Date: Tue Jan 17 21:36:05 2012 +0100 Use identifiers in some error messages commit 9830118853d2d17a3d21516a579418af5bde9521 Author: Petr Písař Date: Tue Jan 17 21:23:41 2012 +0100 test: Play with charset in utf82locale() test I want to allow utf82locale() to escape incovertable characters. This is preparation for it. commit 33436348cd781b455b531b26eb1b29ef9aea34df Author: Petr Písař Date: Sun Jan 15 18:27:29 2012 +0100 test: Add utf82locale() test XXX: This requires a UTF-8 locale to pass. commit 71b91ed01fd7eb817750080ae59cb96a155e04a8 Author: Petr Písař Date: Sun Jan 15 14:51:39 2012 +0100 Decode RFC2047 header from UTF-8/B This is not complete (white spaces normalization missing) and it breaks _isds_utf82locale(). FIX: We need to fix the conversion or to check decoded header value to conform to UTF-8. commit cb9fce161eea63e8e38a79a3ee71c057174d6bd1 Author: Petr Písař Date: Sat Jan 7 22:18:02 2012 +0100 test: Add tests for RFC 2047 commit adee52f9d9ea2b784965917130fac22f16ff1417 Author: Petr Písař Date: Sat Jan 7 21:59:40 2012 +0100 test: Add check for soap.c:decode_header_value() commit 1f4fcdb0e289fd9ab5940a557bcfc6052fd7eb15 Author: Petr Písař Date: Thu Jan 5 22:59:46 2012 +0100 server: Add examples of HOTP sessions The bad_session uses invalid user name and faked password and OTP code. The good_session shows valid log-in (credentials have been cenzored). commit a9ba0ee5646f0a94fc18b2c41de104060a4132cd Author: Petr Písař Date: Thu Jan 5 22:28:23 2012 +0100 doc: Update OTP login description to reflect 2011-10-14 changes commit 1513cb6827b9c29a708f9edc84698a9e8b78dede Author: Petr Písař Date: Tue Jan 3 23:42:00 2012 +0100 client: Add hotp_generator This is written in Perl and requires Authen::OATH module. commit 72e8d061c0ddd70ef11a01ab2d2bfc47f8fb2037 Author: Petr Písař Date: Tue Jan 3 22:37:30 2012 +0100 doc: Refer to source HOTP RFC number commit dac5513b2b13f4e2bb3f5ad580bb624416f4a632 Author: Petr Písař Date: Tue Jan 3 21:34:49 2012 +0100 Rename OTP_HASH to OTP_HMAC Official name is HMAC-Based One-Time Password. commit 3ca0d13540b6344d06becdc6c034cbc71e829369 Author: Petr Písař Date: Mon Jan 2 23:38:29 2012 +0100 test: Fix online/login on unresolvable hostname As comment says, we return IE_HTTP, so check for IE_HTTP instead of IE_SOAP. Long message has been added to test failure. commit b419b6c743d3fb2817d40110ccc6b859f1d6954a Author: Petr Písař Date: Mon Jan 2 23:22:35 2012 +0100 Unregister header cURL call-back once response_otp_headers is invalid Otherwise cURL handle keeps using header call-back and the user pointer on next operation resulting on dereferrencing invalid pointer. commit 3443cdc41eecb833a02d5ac37be8f72f765382c8 Author: Petr Písař Date: Mon Jan 2 22:37:12 2012 +0100 test: Unset http_proxy variable when connecting to simulated server commit f0747d216aa66f90df7ccb2ec1fba8cc145660ca Author: Petr Písař Date: Mon Jan 2 22:10:39 2012 +0100 Initialize isds_otp.resolution to unkown commit 0f12785c8c364b5c19ad88c3e57cbf18c930c33f Author: Petr Písař Date: Sun Jan 1 13:14:34 2012 +0100 Mark struct isds_otp members as input and output commit 99cbd34b5a55c3693f66481900ffd73bd2c8c3b5 Author: Petr Písař Date: Sun Jan 1 12:37:32 2012 +0100 Support OTP in client/login and make isds_otp members non-constant commit a44485ac35527bb548711134dd51cf6552b00ce4 Author: Petr Písař Date: Sun Jan 1 00:08:20 2012 +0100 test: OTP: Fix a typo commit e9ec39aaea9cc1878bf42ac3622872d809427e86 Author: Petr Písař Date: Sat Dec 31 23:55:16 2011 +0100 test: OTP: Make session cookie random commit f19f352481bd6664b69ab412a387ae846ff21e72 Author: Petr Písař Date: Sat Dec 31 19:43:24 2011 +0100 test: Merge HOTP and TOTP server implementation commit 9bbaa2eb5aa56f69be068ca32905bc573deaf7cd Author: Petr Písař Date: Sat Dec 31 17:03:31 2011 +0100 HOTP tests added and isds_login() documentation justified Undefined OTP code in HOTP login will be handled as empty string. I.e. isds_login() will return IE_NOT_LOGGED_IN. (In contrast to TOTP.) commit 76af55767fda3c3a43b8c5405c33d97c34db5e84 Author: Petr Písař Date: Sat Dec 31 15:55:06 2011 +0100 test: Add OTP X-Response-message-Code string to isds_otp_resolution conversion commit e64f07b71541789a51b92adeeee8cf702a70bc7b Author: Petr Písař Date: Sat Dec 31 14:44:31 2011 +0100 otp: Implement session cookie invalidation on isds_logout() commit 67443cd5237bc94bfbf7d3661fdc813a45302aea Author: Petr Písař Date: Fri Dec 30 13:59:50 2011 +0100 Prepare for GET requests This adds GET support into soap.c:http() and tests for HTTP method into simulated servers. commit fdb020da5a5a2d82298bccf6e8812f2278c3ac34 Author: Petr Písař Date: Fri Dec 30 12:26:57 2011 +0100 otp: Unset HTTP authorization after successful second OTP phase And mark totp tests as passing. commit 985a6e0a73952b518832b2cf8a5a08145595713a Author: Petr Písař Date: Thu Dec 29 22:35:45 2011 +0100 otp: Change context base URI to web services URI after log-in commit 0395bcf480060217c31414158f0ea46cf5896fdc Author: Petr Písař Date: Thu Dec 29 22:04:57 2011 +0100 test: Add path parameter to Set-Cookie header Specification does not mention this argument and without it the cookie cannot be valid for standard web services locations. commit 12fed5fdf995e80a13a038c8638e54f32893d517 Author: Petr Písař Date: Thu Dec 29 17:28:11 2011 +0100 Don't free uninitialized response_otp_headers in non-OTP mode commit 795fbce2c3ad0564af1ac6e1424baf3c63212fd4 Author: Petr Písař Date: Thu Dec 29 17:19:11 2011 +0100 otp: Redirect with cookie and test it TODO: For unknown reason cURL does not send the cookie. commit 2a78abbbf6b74e12d3960371b62dd0a6b876e428 Author: Petr Písař Date: Wed Dec 28 22:43:48 2011 +0100 Implement OTP without final redirect TODO: Store cookie, redirect final POST commit d3bf9b68f61e0f81ee57b8fb24fdeaa832c5875d Author: Petr Písař Date: Fri Dec 23 21:13:49 2011 +0100 soap: Parse multi-line HTTP headers commit 5fe848b22f80f206d03328f1e266fa6d0ba6ccd8 Author: Petr Písař Date: Sun Dec 4 17:19:10 2011 +0100 soap: Retrieve authentication headers TODO: Remove debug prints commit 3066b7225ca2c8b26f59472bede18b944ed575ca Merge: 85d46c8 dc6c3e1 Author: Petr Písař Date: Sun Nov 20 22:16:13 2011 +0100 Merge branch 'master' of ssh://repo.or.cz/srv/git/libisds into otp commit 85d46c8e33567b4acfc7b3253653ada7d63d88fd Author: Petr Písař Date: Sun Nov 20 17:40:37 2011 +0100 Send initial OTP log-in request to authenticator commit dc6c3e19f47a1f5d80b6b50fe0da9d2a7e8e6845 Author: Petr Písař Date: Thu Nov 17 19:15:06 2011 +0100 client: Dump all isds_event_type types commit c9949ef2a411f8358e6a26ff5163651a70bcec5e Author: Petr Písař Date: Mon Oct 31 20:41:45 2011 +0100 otp: Unblock OTP This is just a test, non-working code. commit 2dc1e4da5829c542ece230225f7b1bf066a764ee Author: Petr Písař Date: Sun Oct 16 17:44:40 2011 +0200 test: Fix password and OTP code concatenation commit f9b81a69194539ff364041e847d914f7de379bc7 Author: Petr Písař Date: Mon Oct 3 08:28:15 2011 +0200 doc: Fix typo commit eb39719298880bfee3439d4d67eab92996df5cf4 Author: Petr Písař Date: Sun Oct 2 17:33:40 2011 +0200 test: Add totp_authentication This is just a stub expected to fail. commit ac7f16da7d8a292abcc60b6e7372ffb7f88acf0a Author: Petr Písař Date: Sun Sep 25 17:50:26 2011 +0200 test: Implement trivial server with TOTP authentication This is just a skeleton with no preauthentication and no cookies or redirects. commit cb5d010c49edff5f935032fee10d525a8dc1d334 Author: Petr Písař Date: Fri Sep 23 17:14:08 2011 +0200 test: Move simulated login tests to basic_authentication commit 3c35b6ce2dfe871b4657f793100bc20e63896222 Author: Petr Písař Date: Sun Aug 14 13:16:51 2011 +0200 test: http: decode request URI commit 57d747a37b23838cf4a4699d8908a3e6a3235e19 Author: Petr Písař Date: Sun Aug 14 09:49:06 2011 +0200 doc: Add OTP server locator commit 15cd00a31d28441b29775a98ee9ef107273c77cb Author: Petr Písař Date: Sun Aug 14 09:13:39 2011 +0200 doc: Fix typos commit 2a3121a55841a060c1737657f119cfc3555428c5 Author: Petr Písař Date: Fri Aug 12 21:59:30 2011 +0200 test: server: Test log into server that is out of order According to ISDS specification, server returns SOAP Fault with code 503. start_server() can start different server implementations. commit 4c76581622195ecc321cc33df321e3dc06ef2797 Author: Petr Písař Date: Fri Aug 12 21:07:07 2011 +0200 test: server: Start server after initializing libisds commit db6c1928d56448de4755afe4b15613830fe9ba17 Author: Petr Písař Date: Wed Aug 10 19:55:52 2011 +0200 test: server: Make standard compliance tunable commit 9967a6afd59a8e223688389e4cacbc4e055b73de Author: Petr Písař Date: Wed Aug 10 13:40:02 2011 +0200 Recognize HTTP 403 status HTTP/1.0 prescribes 403 status should be returned, if client sends Authorization before. However current ISDS implementation returns 401. Thus libisds will consider both as failed log-in. commit 2526cf28ac4067acf3123f96a7ca3a7ab6e217fa Author: Petr Písař Date: Wed Aug 10 13:33:43 2011 +0200 test: server: return text/xml MIME type commit dafa9ba705e94039a8992d6e2d3d858b64550b4c Author: Petr Písař Date: Wed Aug 10 13:07:12 2011 +0200 doc: login: Fix typos commit 4c21a8c6f937e80a1e140224bd88a8ad2ec0547e Author: Petr Písař Date: Wed Aug 10 09:58:02 2011 +0200 test: server: Send valid ISDS dummy response commit cea7e550a27398eba6f23938f79bc837401c876a Author: Petr Písař Date: Wed Aug 10 09:52:18 2011 +0200 test: http: Print body length while sending response commit db26107fd571d245d4703b9156c4577b898f24d2 Author: Petr Písař Date: Wed Aug 10 09:48:21 2011 +0200 test: http: Check for size_t overflow in Content-Length commit 8a57b43dbcd4a84931e0f46438c9f0ad6087309a Author: Petr Písař Date: Wed Aug 10 09:46:40 2011 +0200 test: server: Implement Basic HTTP authentication commit a48d2d98e3e015aeedde437dc36f4cc9a55df3e8 Author: Petr Písař Date: Mon Aug 8 22:03:30 2011 +0200 test: server: Send 400 or 500 response in case of generic error. commit 28c2b69a2c2b931070c991e90b72aa3fb47844dc Author: Petr Písař Date: Mon Aug 8 21:44:49 2011 +0200 test: http: Add function to send Basic authorization response commit 956305babe6f8619ce71e67915a6a6e31f6d3754 Author: Petr Písař Date: Mon Aug 8 19:12:57 2011 +0200 test: http: use symbolic errors commit 9f22edb2b3c6ed2556ebbe525748ac161c4b3dbf Author: Petr Písař Date: Mon Aug 8 18:52:27 2011 +0200 test: http: Fix request URI parser commit 91b7328dccf3475b4b6992d3d8b05da66bea5e63 Author: Petr Písař Date: Mon Aug 8 17:51:47 2011 +0200 test: http: Add HTTP response deallocator commit 01a171392c3082f07878d8ef327da942eab2aa1d Author: Petr Písař Date: Mon Aug 8 17:47:32 2011 +0200 test: http: Send Content-Length before header trailer commit 319012fbd9be4fa478de165eabdde8207f25cab2 Author: Petr Písař Date: Mon Aug 8 17:43:29 2011 +0200 test: http: Fix http_header allocation commit b12ee54f3dcf807748a0553b475851092645b22e Author: Petr Písař Date: Mon Aug 8 15:05:49 2011 +0200 test: http: Fix typo commit 852372fa80729e05b5995f0696438fdd7436c594 Author: Petr Písař Date: Sun Aug 7 21:12:53 2011 +0200 test: http: print response lines commit 45f7100cace2d83da1ca21f0f28ca468b62c775d Author: Petr Písař Date: Sun Aug 7 20:37:50 2011 +0200 test: server: return 401 response commit bb6a898f839a0620ee427d00da5ead212215f340 Author: Petr Písař Date: Sun Aug 7 20:10:37 2011 +0200 test: http: write response headers commit 39e78a6cff278fbb1881344aab1401e9e1b9ae06 Author: Petr Písař Date: Sun Aug 7 19:52:59 2011 +0200 test: Fix typo commit 985523b081215e61219dd1d0644e26a366f4a00d Author: Petr Písař Date: Sun Aug 7 18:12:05 2011 +0200 Allow to use test.c functions without TEST macros. commit 48d76ec3c9f53e7d8e8f8f81c1b79124c5f8db40 Author: Petr Písař Date: Sun Aug 7 18:00:20 2011 +0200 test: http: respons writer skeleton commit caabb5be7ff63c35787d152e6dcbac94d5a74ce1 Author: Petr Písař Date: Sun Aug 7 13:06:50 2011 +0200 test: http: read request body commit 875c2a9bbe6c23f6fb188356466150e072fb000c Author: Petr Písař Date: Fri Aug 5 22:41:48 2011 +0200 test: http: parse Content-Length. commit 7ef65ff52d21a7cb7cf79ef9fafb57aa0b74bae1 Author: Petr Písař Date: Fri Aug 5 20:43:46 2011 +0200 test: http: Fix header parser commit d8e9a7e7c6db6ccc9607498a3ca899a4e15e6869 Author: Petr Písař Date: Thu Aug 4 23:07:43 2011 +0200 test: server: Fix reading line commit 9163fe4367129c74f8e4edad35201da9e99ca03e Author: Petr Písař Date: Thu Aug 4 22:59:49 2011 +0200 test: server: header parser commit dd22e96445620de12d12f06a2264f7cb43abc646 Author: Petr Písař Date: Thu Aug 4 22:15:37 2011 +0200 test: server: read a line commit d33bc8023477124f8d8e0a0a1c7550529ef52d31 Author: Petr Písař Date: Thu Aug 4 13:22:14 2011 +0200 test: add HTTP structures commit d9309e94528563655220b1a04b51da45e3c89943 Author: Petr Písař Date: Thu Aug 4 09:14:03 2011 +0200 test: Move server to simline subdirectory commit e36a16a731e04996a65dfd2bb8c27207a60b8546 Author: Petr Písař Date: Wed Aug 3 21:00:02 2011 +0200 test: server: Build server URL commit 66087cd396792c12cc9f3388c67bb24a63fd0bd3 Author: Petr Písař Date: Wed Aug 3 18:25:18 2011 +0200 test: server: login request commit ec7e74dd826f75c62d0e3d82c2357a27b819c86f Author: Petr Písař Date: Wed Aug 3 12:10:06 2011 +0200 test: server: fix resolving commit ba510a4f2f96b40a0d3e90453559a24fb5ef2870 Author: Petr Písař Date: Wed Aug 3 12:08:22 2011 +0200 test: server: propagate errors commit dc7bd5b543fdc1d886db6f58b7fe52f68f3ab2e2 Author: Petr Písař Date: Tue Aug 2 22:56:12 2011 +0200 test: Add skeleton for server commit 75ab49342bf47aa2ab744bc2518b325426189700 Author: Petr Písař Date: Tue Aug 2 22:54:48 2011 +0200 Adapt tests and client for otp argument for isds_login() commit 8192ba771be3b5aed0be790e5f5b05766ea07e73 Author: Petr Písař Date: Tue Aug 2 11:20:45 2011 +0200 Prepare API to support OTP authentication This breaks API. isds_login() now has additional argument of type pointer. Just append NULL argument into your code and recompile your application. commit ecea82ec78f95548683e091ef9b25ee9db140817 Author: Petr Písař Date: Mon Aug 1 20:03:15 2011 +0200 Fix typo in comment commit b1612fb1b6bae8dc2791211b8a7b9a2f11bda1a3 Author: Petr Písař Date: Mon Aug 1 15:30:56 2011 +0200 doc: HTTP TOTP authentication method commit ee08386d74a9f3d9e5fa1ea38fbc81ebd31333e0 Author: Petr Písař Date: Mon Aug 1 11:30:08 2011 +0200 doc: fix typos commit 0ba5a307b268072dbaba8b4cc67096097d34b19c Author: Petr Písař Date: Sun Jul 31 14:33:03 2011 +0200 client: certauth: Select cryptomaterial ID by argument commit 9dfb4b2dbc625384f081e0ca9462ccc428b86926 Author: Petr Písař Date: Sun Jul 24 17:41:20 2011 +0200 doc: HTTP HOTP log-in method commit e7c2d35caefaa5febd60880db277146a6c449d53 Author: Petr Písař Date: Sat Jul 9 21:35:32 2011 +0200 doc: Add automated publishing of government journals This is available since 2011-06-19. It's a service that uses ISDS as transportation protocol. Only some box owners can use this service. commit 07eb4231eac61b6b42078a1ab0a4b16acbf01c57 Author: Petr Písař Date: Sat Jul 9 20:41:50 2011 +0200 doc: Orthographic correction commit a470583ef97c7046391b92ab4615cbe1eee079ad Author: Petr Písař Date: Sun Jun 26 16:54:27 2011 +0200 TODO: News from 2011-06-19 specification update commit 7c04365c15289889c8b33a9f50c5df9ed7387a9b Author: Petr Písař Date: Sun Jun 26 15:00:41 2011 +0200 Implement DeleteDataBoxPromptly Since 2011-05-15. This service is not documented in specification. commit b8e28725f276b82cc6a598526e42e2a108479f31 Author: Petr Písař Date: Sun Jun 26 13:52:05 2011 +0200 doc: Add undocumented DeleteDataBoxPromptly This service is defined by XML Schema only. commit 89e4a089c02bef82b11462f09f04aa37cd75ec29 Author: Petr Písař Date: Sat Jun 25 22:56:59 2011 +0200 Add OFFICIAL_CERT and LIQUIDATOR user types First in 2011-05-15 specification commit 02f7413e4e3cfd86c9cb1e9ebd7a8ab3a3e1be46 Author: Petr Písař Date: Fri Jun 24 22:28:33 2011 +0200 test: Add LIQUIDATOR and OFFICAL_CERT user and sender types commit c35cfcffb7c620dbc9cc7f88a24417a0a8487121 Author: Petr Písař Date: Fri Jun 24 21:52:36 2011 +0200 doc: Speculate about LIQUIDATOR and OFFICIAL_CERT in GetMessageAuthor commit 778cc154e556cdd0bdc81aca3398c86edb8cbff8 Author: Petr Písař Date: Fri Jun 24 21:39:51 2011 +0200 doc: Add user types LIQUIDATOR and OFFICIAL_CERT commit dbfdc1c2b801b564d17f0339b7b4b0ac2031d9c6 Author: Petr Písař Date: Mon May 23 20:51:41 2011 +0200 Document time-stamping signed message commit 6eb96c6402eb28b76a3845cca2ad8baad5bc8aa3 Author: Petr Písař Date: Sun May 15 20:31:32 2011 +0200 TODO: 2011-05-15 specification update commit d4d6bfba67e4d30898416c2b7cd072927155a08b Author: Petr Písař Date: Sun Mar 13 22:54:18 2011 +0100 test: Add other Base64 test patterns Different steps and generic bytes with 8th bit set are covered. commit 4234f2d9a5389e8dc5dc8fb463c4a4aec2001feb Author: Petr Písař Date: Sat Mar 12 20:51:49 2011 +0100 Base64 codec uses proper types Types size_t and int8_t are used instead of int and char. The char has been abandoned because is can occupy more than one byte and I think Base64 is specified as sequence of octets not as a of characters. Little drawback is using int8_t is supported on system with 8-bit byte only. In addition, small off-by-one error in decodinging invalid input has been fixed. Coding style has been adjusted to the rest of this library. commit 314ea1b3bbf88e46c8dcf0db3bdccfcc17b7f52e (tag: refs/tags/v0.5) Author: Petr Písař Date: Wed Mar 2 22:33:38 2011 +0100 i18n: Settle versions commit 3ac05d34737c35bf846931b00880274234928ae8 Author: Petr Písař Date: Wed Mar 2 22:31:44 2011 +0100 Raise libisds version to 0.5 commit 41a1a92088b271eab6d85271bccb4334e587a695 Author: Petr Písař Date: Wed Mar 2 22:22:23 2011 +0100 l10n: Update copyright of Czech translation commit 6824e524096c19be04dac50c16a2965edfd00d3e Author: Petr Písař Date: Wed Mar 2 16:07:31 2011 +0100 NEWS: Correct --without-libcurl option commit 4d2f2fab8c6d0505505d1cf8faa61c87ce20e8b2 Author: Petr Písař Date: Sun Feb 27 17:34:31 2011 +0100 NEWS: Update for release 0.5 commit 8c8c2a7592e779228c6b4d34c5cd417cbcd8f6cc Author: Petr Písař Date: Sun Feb 27 16:59:08 2011 +0100 README: Update test environment commit e6a768cc5296854180f2edd7e51820049926d43e Author: Petr Písař Date: Sun Feb 27 11:28:11 2011 +0100 l10n: Update Czech translation commit b7c79e2f5a33cf327fd6c774eb25a82d19742171 Author: Petr Písař Date: Sun Feb 27 11:20:06 2011 +0100 i18n: Update POT commit 03470d66d1058e7980e8a9b793a3881c4c83b2ef Author: Petr Písař Date: Sun Feb 27 10:51:36 2011 +0100 test: online: Remove hard-coded credentials User name and password are read from environment or test_credentials in build root directory. See README for more details. commit ed79fe189e8b67a7345a5d8cd85c7b535d622ca4 Author: Petr Písař Date: Sun Feb 27 09:59:17 2011 +0100 client: Remove static credentials commit 5bdb075c5583cc746033745f369aac2fb67fb0ce Author: Petr Písař Date: Wed Feb 23 22:47:13 2011 +0100 doc: Remove testing credentials commit de74fd52cab852f44994a859f5805cba74bf053b Author: Petr Písař Date: Wed Feb 23 22:42:08 2011 +0100 client: Pass credentials externally You need to pass credentials for example clients by environment or a file. See README for more details. commit 2b60bfba3022ff5f1e80cc680fee82268f9f184d Author: Petr Písař Date: Wed Feb 23 21:27:22 2011 +0100 client: Pass credentials by function call commit a72dbe586b6ebb5ed417618c8d434ceb6fdea2f1 Author: Petr Písař Date: Tue Feb 22 22:26:23 2011 +0100 doc: Country codes Country codes are two-letter ISO 3166 codes with Kosovo and Tristan da Cunha. commit 396a19474f75c207a5facf84c47f24f05df2830f Author: Petr Písař Date: Tue Feb 22 20:27:58 2011 +0100 Add new MIME types isds_normalize_mime_type() extended to support newly allowed file types. Some MIME types corrected to be closer to ISDS specificiation and IANA registry. Currently, the mapping matches ISDS specificication except rich text format where I prefer application/rtf instead of dubious application/msword. Also note MIME types for Software602 XML Filler files have changed. As the same type is used for serialized ISDS messages, adapt your tools handling message files. commit d99d609f482468cf96528f136de75af6303914fb Author: Petr Písař Date: Mon Feb 21 23:07:10 2011 +0100 test: Update noramlize_mime_type commit f751cb30e0275e40a55321a91962e08194d1bde5 Author: Petr Písař Date: Mon Feb 21 23:02:22 2011 +0100 doc: Fix typo commit b05f8c19ee9270172725686e0c7f4c2ff8c46d47 Author: Petr Písař Date: Mon Feb 21 22:51:02 2011 +0100 doc: Correct MIME types for Software602 forms IANA has codificated MIME types for Software602 forms in different format than Software602 has submitted. commit 4ad3eb9830f439f1764b7749d67ac2a503128baf Author: Petr Písař Date: Mon Feb 21 22:09:27 2011 +0100 doc: Fix typo commit 361b73bad97dac71e84a7fb6435c36ab777d1c48 Author: Petr Písař Date: Mon Feb 21 21:57:13 2011 +0100 doc: Correct application/vnd.openxmlformats-officedocument.spreadsheetml.sheet name commit 5ee7b2cdb780541f319c97f3548670e2644a645c Author: Petr Písař Date: Mon Feb 21 21:54:27 2011 +0100 doc: Compact ESRI Shape Files entries commit bade0200f959136a8b4b6d3b4ed970e04d1f4022 Author: Petr Písař Date: Mon Feb 21 21:51:44 2011 +0100 doc: Update quotation of allowed document formats commit 4c117ebebfde66cc6f9f4e3a97436082221772ed Author: Petr Písař Date: Mon Feb 21 21:29:45 2011 +0100 doc: Cookie based authentication canceled commit b665068131ff7fe2e599252e6d92ed8a5f95fb60 Author: Petr Písař Date: Sun Feb 20 17:40:27 2011 +0100 doc: New list of file types commit 8942a8f3a099d6bea782aed8fc1ae5e2d62fe99e Author: Petr Písař Date: Sat Feb 19 22:17:50 2011 +0100 Allow empty list in GetDataBoxUsers response commit 62d6c08d68389ec989e89b59db8f9136065754d5 Author: Petr Písař Date: Sat Feb 19 14:20:06 2011 +0100 doc: GetDataBoxUsers allows empty or none list commit c6713230748b2f6c13a1c1cfe36077fca935a360 Author: Petr Písař Date: Sat Feb 19 13:59:06 2011 +0100 TODO: Test dmPublishOwnID commit aa3f935427ed1301b5e7183b1e31a56275e6beb9 Author: Petr Písař Date: Sat Feb 19 13:18:52 2011 +0100 Mark isds_envelope.dmOVM as input only member commit f097d3ead9f77f05176af1e31a8d69b41769fc9f Author: Petr Písař Date: Sat Feb 19 12:56:36 2011 +0100 Client: print dmPublishOwnID value of message envelope commit 4b552e9ad01cffae34d96b6a553a3878c4f687b6 Author: Petr Písař Date: Sat Feb 19 12:49:22 2011 +0100 Add dmPublishOwnID XXX: This breaks ABI. API is preserved, recompile your application. This is new member of isds_envelope structure. It's used only when sending message. commit 3658692234090796cd772628de3c0c4034e299dc Author: Petr Písař Date: Sat Feb 19 12:09:33 2011 +0100 doc: Add dmPublishOwnID element commit d63e3a4e9ab115db5d4c17499d5037c91c66fcbc Author: Petr Písař Date: Sat Feb 19 12:01:57 2011 +0100 doc: fix typo commit 92418db0b8f7b9fffa37a5ce8c85522b9d487f7e Author: Petr Písař Date: Fri Feb 18 23:50:46 2011 +0100 Increase library version, keep compatibility New isds_sender_type type and isds_get_message_sender() have been added. Mark GetMessageAuthor service as ready to test. commit a9479ca8af7de999e237c11967bf5a56c4cae847 Author: Petr Písař Date: Fri Feb 18 23:48:07 2011 +0100 client: getsenderbyid Demonstrate isds_get_message_sender(). commit 11449e93f56fd666a8b80a04a4fb5576ee5cc20e Author: Petr Písař Date: Fri Feb 18 18:01:57 2011 +0100 Allow to pass NULL to get_message_sender() This way application can skip values it's not interrested in. commit dc75ce081d203f6ab852afeb07c4f6bfa515e08d Author: Petr Písař Date: Fri Feb 18 17:35:29 2011 +0100 test: Check for strin2isds_sender_type() commit 56a63832ddb094a74f2ae997c86d428cb509ce07 Author: Petr Písař Date: Sun Feb 13 22:24:45 2011 +0100 GetMessageAuthor implemented This service is exported as get_message_sender() public function. It used new type isds_sender_type that is probably superset of isds_UserType, however not in semantic way (the SENDERTYPE_VIRTUAL value is not a user actually). Also because XML schema allows any string, I decided to pass raw value to application too to application to cope with unkown values. commit f861736a2e42a28b1dc93f659f6b1e206e7cc92b Author: Petr Písař Date: Sun Feb 13 13:48:30 2011 +0100 doc: Add GetMessageAuthor service commit 77babc8cb0707f9f07589bdf652affffaea6db75 Author: Petr Písař Date: Sat Feb 12 22:40:07 2011 +0100 Update copyright years commit b760bbae56631183ba8a1ee662d0db74d5171cbc Author: Petr Písař Date: Sat Feb 12 22:37:24 2011 +0100 doc: Events 5, 11, 12, 13 These new events has been added into the system. commit ef779ee907775a2dd35705303a8a54ce8a355d1f Author: Petr Písař Date: Sat Feb 12 22:32:59 2011 +0100 Add delivery events 5, [11-13] Known since 2011-02-05. commit 544b5d41dc096209a39e29ad3c0364c6a33c342a Author: Petr Písař Date: Fri Feb 11 13:31:03 2011 +0100 GCC 4.6 tunes Remove unread variable and initialize `possibly' uninitialized variable. commit bcba1c7d96a090bf35b8bb8d006975e9d5ecdc9c Author: Petr Písař Date: Sun Feb 6 20:35:26 2011 +0100 Plan updates because of specification 2011-02-05 commit 9c4909dadc12d1689d1703df4a0384a9cca76171 Author: Petr Písař Date: Sun Jan 16 17:48:44 2011 +0100 Convert struct tm to time_t in one function All the helpers are used in utils.c only, and thus they are not exported anymore. Next step is to implement the mktime()-alike conversion (as non-standard timegm(3) does) to get rid of non-thread-safe TZ variable switching. Also it will remove one PANIC() usage making this library more reliable. The only question is leap second. POSIX mandates no leap seconds. Non-conforming system will loose few seconds. commit 4fd12d4995c4fff788cfb7e68297380aad659912 (refs/remotes/repo.or.cz/withoutcurl, refs/remotes/frank4/withoutcurl, refs/remotes/cznic/withoutcurl, refs/heads/withoutcurl) Author: Petr Písař Date: Tue Dec 28 16:20:41 2010 +0100 Networkless configuration implemented Configure this library --without-libcurl to leave out network support. Resulting library will not depend on cURL. ABI will not change but affected function will fail with IE_NOTSUP. commit 4b9eb8b1767b9619a76e9989d52b047d43a40d8a Author: Petr Písař Date: Tue Dec 28 16:08:50 2010 +0100 build: Adapt tests to curl-less configuration commit 1e8ccc7dd30a9e5d03d9d298136ad2e11dfcd101 Author: Petr Písař Date: Tue Dec 28 14:51:08 2010 +0100 build: Conditionalize src by BUILD_CURL/HAVE_LIBCURL This allows to compile library without network support commit 64276ba6ef32a70653795391b5f4ee9d8f1efce9 Author: Petr Písař Date: Mon Dec 27 21:22:21 2010 +0100 Conditionalize code in isds.c by HAVE_LIBCURL Remaing code is not network unrelated code or dependend code. commit b93f1262b6d14a359db4e00110753eb1345f6ea9 Author: Petr Písař Date: Sun Dec 26 22:13:06 2010 +0100 Allow to configure --without-libcurl This option will disable network code FIXME: Inhibit the code in src. commit 81cbbde5ec403090be58da4531cca1aba700ce04 Author: Petr Písař Date: Sat Dec 25 21:18:29 2010 +0100 test: Silent expected XML parser failures commit af93367a9493fc4b87f0948ffeb3d5ca76cdb239 Author: Petr Písař Date: Sat Dec 25 21:11:24 2010 +0100 Redirect libxml2 errors into libsids handler libxml2 prints (parser) errors to stderr by default. These messages are diverted into libsisds library now and they are accesible through libisds wide logging mechanism. XML parser errors are logged with ILF_XML facility at ILL_ERROR level. This seems O.k. until you run isds_guess_raw_type() on unknown file. Then it's still logged as ILL_ERROR. This could be improved in the future. commit 1c3e70fdffbea2b8efe0a666090411007de1b6f0 (refs/remotes/repo.or.cz/testenv, refs/remotes/cznic/testenv, refs/heads/testenv) Author: Petr Písař Date: Tue Dec 21 19:36:51 2010 +0100 Check fake .gnupg directory is writable commit 3395aeb2b4f7b27deab7cac5394a72485cb6eb97 Author: Petr Písař Date: Tue Dec 21 17:40:06 2010 +0100 test: Prepeare .gnupg directory GnuPG2 has bug/feature is fails with unspecified error if writable ~/.gnupg directory does not exist. commit 0db3952222dbd4de53e8b6a3dce9aeb30362e238 (tag: refs/tags/v0.4) Author: Petr Písař Date: Sat Dec 18 14:23:02 2010 +0100 Enable xz tar ball generation This requires automake-1.11. commit 54499c70958035148652c6ba67ebb8a1f1521bc1 Author: Petr Písař Date: Sat Dec 18 13:50:29 2010 +0100 README: Update testing environment commit 1e34a808dbf4938b0b734a2887fdf5d6c44fedfe Author: Petr Písař Date: Sat Dec 18 13:28:18 2010 +0100 i18n: Settle line numbers commit eb48dcff93b7b0d176c14bc4016ffde382c236ce Author: Petr Písař Date: Sat Dec 18 09:38:44 2010 +0100 Remove isds_set_tls() and isds_set_mime_type_normalization() These have been deprecated since 0.3 version. Use isds_set_opt() instead. commit e70d564e796c40c99106f6daa3d103d134fa0293 Author: Petr Písař Date: Sat Dec 18 08:59:22 2010 +0100 Write news for 0.4 version commit b23da3cb3d3098d99beb928d3401b7412ed2d32e Author: Petr Písař Date: Sat Dec 18 07:57:03 2010 +0100 Increase package version to 0.4 commit 535e361f74e83276c8dbf8bb9115ae51c2f0984d Author: Petr Písař Date: Sat Dec 18 07:51:55 2010 +0100 l10n: Update Czech translation commit b6f8be2796c308849b799018b8be976cd48d9210 Author: Petr Písař Date: Sat Dec 18 07:33:53 2010 +0100 Update pot commit 90eb8b52e9f624114064906ae14576ac44d1030b Author: Petr Písař Date: Wed Dec 15 22:26:25 2010 +0100 SOAP Fault on server shut-down is handled properly It has been already. Now it reports message from the SOAP fault body. Also it's documented now as it's documented in ISDS specification finally. commit 3f984c5f40127d443cb541123fdca549eca1a6eb Author: Petr Písař Date: Wed Dec 15 21:35:54 2010 +0100 client: login: Controll URL and credentials by arguments Without arguments, it log in as default user to default url. Otherwise it uses data provided from positional arguments. commit 32a98edba3e7caab90cb7dd5b279ad462ddda2c8 Author: Petr Písař Date: Wed Dec 15 21:29:19 2010 +0100 doc: GetMessageStateChanges: 1 hour delay commit 8a1533f028e2753aa6c0244e7a8f556d529b9f5a Author: Petr Písař Date: Wed Dec 15 20:19:00 2010 +0100 doc: empty times in GetMessageStateChanges Empty times and undefined ordering has been negotiated by server developers via e-mail. commit c06eae29e67c0d891ea6da449de7ec036c8a47ea Author: Petr Písař Date: Wed Dec 15 08:03:13 2010 +0100 client: print dmID as string in isds_message_status_change commit 94ca166aca36e99351f95827e465b46de7ecdf9b Author: Petr Písař Date: Tue Dec 14 22:35:06 2010 +0100 client: getchangedstates: Query for last 10 days I thought short perios satisfy server, however it does not worked. Neverthless this I keep this short period as it looks like standard case more. commit 03bfed814f3b90162cb7c9176741b9d8659d3fdd Author: Petr Písař Date: Tue Dec 14 22:30:26 2010 +0100 client: getchangedstates: print changed states And use non-NULL arguments as there is a bug in server currently. However range 1970--now does not return anything. Another bug? commit 39ccfd99b5f19beff1b8eeed30f5c3a140cf314c Author: Petr Písař Date: Mon Dec 13 22:57:34 2010 +0100 client: Add getchangedstates Not yet finished. commit 962fa20dec21002cb34e336e8da2496efd4c46b0 Author: Petr Písař Date: Mon Dec 13 21:26:22 2010 +0100 client: getboxlist: Fix messages commit ea4bb2517d51da363619b97fb98d2206df21ced4 Author: Petr Písař Date: Mon Dec 13 21:18:35 2010 +0100 Implement GetMessageStateChanges This is exported as isds_get_list_of_sent_message_state_changes(). isds_message_status_change.dmMessageStatus has been changed to pointer to number to unify with isds_envelope structure. commit c1905805b10e403c5c116546e486ad385af3013a Author: Petr Písař Date: Mon Dec 13 19:24:37 2010 +0100 Format comments commit e608e089be04618ffd989eacaf4dd558ce80b3f8 Author: Petr Písař Date: Mon Dec 13 18:58:18 2010 +0100 TODO: Handle SOAP Fault commit a45bddc509f66fcd96b6cba166d95901ca3cb5a9 Author: Petr Písař Date: Sun Dec 12 17:12:05 2010 +0100 Add struct isds_message_status_change This structure describes change of message status. It repesents element of GetMessageStateChanges ISDS service response. Corresponding isds_message_status_change_free() destructor is provided too. commit 77e67ececbeb01da0748f9266cc034ba8c474000 Author: Petr Písař Date: Fri Dec 10 22:09:45 2010 +0100 doc: GetMessageStateChanges commit 8d90ac2e45a509118b49f82addbdb7ed7c77dfc8 Author: Petr Písař Date: Thu Dec 9 21:23:08 2010 +0100 TODO: Remove GetDataBoxList Implemented as isds_get_box_list_archive. commit 8b9b6532e190907528693a94fbe5c8a3c4300e0b Author: Petr Písař Date: Thu Dec 9 21:20:35 2010 +0100 Add isds_get_box_list_archive() This function downloads list of boxes of specific type. The type is defined by first argument. Other arguments pass zipped CVS file with the list of the boxes. commit a4bc8fc7640e68781c8df0762126c4c4513ac3a2 Author: Petr Písař Date: Wed Dec 8 21:06:56 2010 +0100 doc: GetDataBoxList commit 847977639682011907c2af032c7e586ced1e2620 Author: Petr Písař Date: Mon Dec 6 23:31:45 2010 +0100 client: Add activate commit a906795f4cbd65f154895bd5f47fb57ddd9ff7d4 Author: Petr Písař Date: Mon Dec 6 22:54:39 2010 +0100 Revert accidental libtool update commit d9913ef6edd3746cb2e6850f2c9f3cbaeef804d6 Author: Petr Písař Date: Mon Dec 6 22:39:39 2010 +0100 Add isds_activate() This is implementation of undocumented Activate service. commit aa8308dd1ccb2ddef3b7e59ba55cdf0dc6ce4792 Author: Petr Písař Date: Mon Dec 6 21:44:24 2010 +0100 doc: Activate service Hic sunt leones. commit d35a9052f882bf8857009829e1d1775cfaeeb7fe Author: Petr Písař Date: Sun Dec 5 20:40:48 2010 +0100 TODO: Implament two new and one old service commit 08240c67e698fa227da9512f5a066c3faeda78ee Author: Petr Písař Date: Sun Dec 5 20:37:14 2010 +0100 Get known EV0 delivery state EVENT_ENTERED_SYSTEM added. It's put on the end of the enum value list to keep binary compatibility. commit eeb2c73e007f031a63ec55f0028ea536ac3f0bf5 Author: Petr Písař Date: Sun Dec 5 20:23:20 2010 +0100 doc: EV0 (message entered into system) added commit a96f0f32dbe174d38d4dd94725ce8ce329394735 Author: Petr Písař Date: Sun Dec 5 20:18:51 2010 +0100 doc: New system messages reasons commit 14ebf2e1b212fbe87ae70d477306cfc7555cb8b2 Author: Petr Písař Date: Sun Dec 5 20:02:21 2010 +0100 doc: User can log into inaccessible box commit b97dc2fdaffdff7a46198b47f997c6f5080db576 Author: Petr Písař Date: Sun Dec 5 19:57:28 2010 +0100 Add `tsr' file name suffix to MIME type conversion table commit ea070abc2a5d8caa0c0f4f2a4c92b54d66e36e1e Author: Petr Písař Date: Sun Dec 5 19:44:15 2010 +0100 doc: tsr document file name extension This is additional time stamp file name extension recognized by ISDS. commit e2e85e14b28f67534580b8dc209d9a9863ca6e2d Author: Petr Písař Date: Sun Dec 5 19:34:15 2010 +0100 Allow no expiration in isds_get_password_expiration() This breaks API: If password does expire never, returns NULL timeval structure. Please adjust your application to cope with the NULL. commit 4189efd3a428d09be1c66a5e8656c494959f2509 Author: Petr Písař Date: Sun Dec 5 09:24:52 2010 +0100 doc: non-expirable password indication commit b5aff3a2a69780acb3925d51485ecf43d8a12d24 Author: Petr Písař Date: Sat Dec 4 20:50:37 2010 +0100 Pick up credentials_delivery from ISDS repsonse in build_send_manipulationboxuser_request_check_drop_response() commit 316da9e66e169404bf2487bf15d213d54e0daa7a Author: Petr Písař Date: Sat Dec 4 20:24:35 2010 +0100 Notice CreateDataBoxInfoPFO does not return dbID commit c1f1c03d93b9b7a863dfa60b52064d9c8ff1a7d8 Author: Petr Písař Date: Sat Dec 4 19:28:12 2010 +0100 client: Adjust addbox to new isds_add_box() commit bfaf033f3d6acd35fad7ba6398488cb9e7ebb964 Author: Petr Písař Date: Sat Dec 4 18:36:04 2010 +0100 Cosmetic changes in isds_request_new_testing_box() commit d59bcdd5d7fcbcbd98756f004fac6593bc537816 Author: Petr Písař Date: Sat Dec 4 18:27:35 2010 +0100 Add credentials_delivery to isds_add_box() Because of specification change. XXX: This breaks API of isds_add_box() commit c1a81af9bd7ef909a999cd373d4e84c8f1df7298 Author: Petr Písař Date: Sat Dec 4 17:35:59 2010 +0100 doc: Update CreateDataBox commit 4eb1a51896e7cfdbec52e09fda91bec0bf93629e Author: Petr Písař Date: Sat Dec 4 17:06:40 2010 +0100 Add credentials_delivery to isds_add_user And separate credentials_delivery insert and extract. XXX: Changes API of isds_add_user(). commit f394643d88a7a9034e800a7193444115e89937d6 Author: Petr Písař Date: Fri Dec 3 17:14:59 2010 +0100 doc: fix typo commit ecc6ce4c29bb2812f589d33902b02bc99c41d904 Author: Petr Písař Date: Thu Dec 2 20:09:55 2010 +0100 doc: New box state 6 This is not part of offical documentation. commit ae1d5f73b4c91903082b3c1b7918fb474d2d0bbe Author: Petr Písař Date: Wed Dec 1 22:23:36 2010 +0100 Migrate isds_reset_password() to isds_credentials_delivery commit d875c78f5c157007f089b16946f057fb441f2db3 Author: Petr Písař Date: Wed Dec 1 21:35:07 2010 +0100 Add isds_credentials_delivery structure This is used to request credentials delivery in on-line way and to get temporary password for obtaining real credentials by a user. commit 3bb2dbea6d6e902271dd4e2da9b755b46ce5daff Author: Petr Písař Date: Wed Dec 1 20:56:32 2010 +0100 doc: Update AddDataBoxUser commit f2d38f231b861b63f653157f5c324481123f75c9 Author: Petr Písař Date: Tue Nov 30 22:04:37 2010 +0100 Adapt isds_reset_password to NewAccessData changes New input email and output new_user_name arguments. XXX: This breaks ABI commit 907e31e4010d1b58d6a933375c0c0b793d58647e Author: Petr Písař Date: Tue Nov 30 20:50:20 2010 +0100 doc: NewAccessData changes Input E-mail and output dbUserID added. commit 5c2a04c0513915b6492f32bf589d47a7a0a8e84c Author: Petr Písař Date: Mon Nov 1 21:34:45 2010 +0100 Password for testing account 5s59sd changed commit 41eec1621a4e26037405c5abaeb67d82edcba57c (tag: refs/tags/version67) Author: Petr Písař Date: Sat Aug 28 17:42:38 2010 +0200 Document submission to conversion tested Document submission to authorized conversion has bee succefully tested. The Czech POINT officer is able to retrieve submitted document via submission ID. Thanks to Úherčice Municipality Office. commit ad29d7a7423224627a5221ba374c2e481ef229d8 (tag: refs/tags/version66) Author: Petr Písař Date: Tue Aug 17 21:05:23 2010 +0200 test: Add isds_DbUserInfo_duplicate commit eb3fc2f73cc199912263b4bfff680c0ba68330ec (tag: refs/tags/version65) Author: Petr Písař Date: Sun Aug 15 13:57:08 2010 +0200 test: Add isds_DbOwnerInfo_duplicate commit e1fc1b0c17e0feafc5bd91604aee8612be38c1c9 Author: Petr Písař Date: Sun Aug 15 11:13:51 2010 +0200 test: isds_Address_duplicate commit 794fa1307d62ce5932a0aaf15abebf46bef2813c Author: Petr Písař Date: Sun Aug 15 00:42:48 2010 +0200 test: Add isds_PersonName_duplicate commit b643175926e5fe437bf92b525029439632f3455e Author: Petr Písař Date: Sat Aug 14 22:17:51 2010 +0200 test: Add isds_approval_free commit 5faea0953c648a746c52c33b17c1f35894b439de Author: Petr Písař Date: Sat Aug 14 22:12:08 2010 +0200 test: Add isds_message_copy_free commit 576a01d85be07a3103d4f8b0c6f154a1bf8eb3c5 (tag: refs/tags/version64) Author: Petr Písař Date: Sun Aug 8 11:29:26 2010 +0200 test: Fill DbUserInfo recursively commit 36ceb08ae678a88e34294d0d423d766937a3186a Author: Petr Písař Date: Sun Aug 8 11:22:52 2010 +0200 test: fill DbOwnerInfo recursively commit 6b0657b35e43831ba5c368b2d6d6d4846019c8f0 Author: Petr Písař Date: Sat Aug 7 12:26:09 2010 +0200 test: Add XML documents into isds_message_free commit c4b8fcb9ddc8ff13f30224320430f9d181de1591 (tag: refs/tags/version63) Author: Petr Písař Date: Mon Aug 2 21:37:38 2010 +0200 test: Add isds_message_free Prefix mesage variable name in TEST() macro not to clash with main test code. commit 06bd34f0927b46cdff0770ca0a34fc3d4e5899f2 Author: Petr Písař Date: Mon Aug 2 21:10:05 2010 +0200 test: Add isds_document_free commit 26cd4251b19f6902b966b9a0722c5fe4cb3ef36d Author: Petr Písař Date: Mon Aug 2 20:54:19 2010 +0200 test: Add isds_envelope_free commit b6f02b21efaf7fe14dda18e8dedc012ad55b6049 (tag: refs/tags/version62) Author: Petr Písař Date: Sun Aug 1 12:01:20 2010 +0200 test: Add isds_event_free commit e6c11cd117dea5a76723d8908ffb79794dd1676a Author: Petr Písař Date: Sun Aug 1 11:54:13 2010 +0200 test: Add isds_DbUserInfo_free commit 2b210c729a4542fd4f3d67cde47aa85a862c8dce Author: Petr Písař Date: Sun Aug 1 11:53:38 2010 +0200 Include into public API because of struct tm commit 4d05a730929171bc0d65f5e63421c0ccaa93652a Author: Petr Písař Date: Sat Jul 31 21:24:27 2010 +0200 test: Use TEST_CALLOC macro commit dbef1413703fad9e358c05daf0a918896b43385f Author: Petr Písař Date: Sat Jul 31 21:18:54 2010 +0200 test: Add isds_DbOwnerInfo_free commit de5e3b896796e282c025f48e49b8ce8d54a3b88f Author: Petr Písař Date: Sat Jul 31 20:35:49 2010 +0200 test: Add isds_hash_free commit 4abd9554a5d2b9aa1d29c2d101098ba2c4119bc1 Author: Petr Písař Date: Sat Jul 31 13:11:03 2010 +0200 test: Add isds_pki_credentials_free commit 584cb76fe05f89c0e4fb21e6cbc3f6e0d5b82943 Author: Petr Písař Date: Sat Jul 31 12:51:44 2010 +0200 Export isds_pki_credentials_free() function This can be used to deallocate isds_pki_credentials structure with safe password erase. commit 522deae82fd9eeff9b4be210b03b659dc2caef6a (tag: refs/tags/version61) Author: Petr Písař Date: Fri Jul 30 13:55:42 2010 +0200 Change password for account 5s59sd commit 6caff4a6bf7699e0da8e1d8415d43db0eb49f9f4 (tag: refs/tags/version60) Author: Petr Písař Date: Thu Jul 29 21:43:52 2010 +0200 test: fix spelling commit 1a979b5fd46998d29e8204473edfd758305c93c0 Author: Petr Písař Date: Thu Jul 29 21:42:11 2010 +0200 test: Add isds_list_free commit eb0b2a2c3441ccf1fb4a794fc7623bbf19759a4f Author: Petr Písař Date: Thu Jul 29 21:28:11 2010 +0200 Allow NULL isds_list.destructor If desctructor is NULL, it will not be called in isds_list_free(). It it isn't, it will be called regardless data member value. NULL desctructor can be used to list staticly allocated data. commit 0ffb31b644fa7a7bd6c8569b66e77150d2f79d02 Author: Petr Písař Date: Thu Jul 29 19:41:55 2010 +0200 test: complete eventstring2event commit 1dea54bf24a833a336498f03eaf0d3cfe1fee27b Author: Petr Písař Date: Wed Jul 28 22:33:09 2010 +0200 test: Add preliminary eventstring2event test commit c7e57db9848a78b83a16590b9873e7c97014c04a Author: Petr Písař Date: Tue Jul 27 22:57:09 2010 +0200 test: Add uint2isds_message_status commit 2f11f87887a492643ada8785d3af6332eb65fc76 Author: Petr Písař Date: Sun Jul 25 19:29:14 2010 +0200 doc: credential for 8i4b3j account changed commit e375ff66471e79d88ce0cc4aec528254df98b005 (tag: refs/tags/version59) Author: Petr Písař Date: Sun Jul 25 13:50:17 2010 +0200 test: timestring2timeval: Add positive zone without subseconds commit 95b0e79392ed71c36a85d824f94a8846fa753c95 Author: Petr Písař Date: Sun Jul 25 13:45:11 2010 +0200 Fix negative zone in ISO date-time parser 2010-02-03T05:06:07-01:45 commit 16cb2a3ad5fa75469176a1a212bf5f820840cec9 Author: Petr Písař Date: Sun Jul 25 13:02:17 2010 +0200 test: timestring2timeval: Initialize output variable commit afca5f52080a9836f8996c892eecd6b1cf2d224d Author: Petr Písař Date: Sun Jul 25 12:36:14 2010 +0200 Fix no zone after subseconds in ISO time parser 2001-02-03T04:05:06.123456 2001-02-03T04:05:06.123456Z commit 0499333ab836dd88381c1fa9e5a6b34273eaa8af Author: Petr Písař Date: Sat Jul 24 21:31:03 2010 +0200 test: Extend timestring2timeval Negative time zone fails and other test segfaults. God bless tests. commit e33111a44fb5515411adacf5158bd769ec3c1f4f Author: Petr Písař Date: Sat Jul 24 21:10:09 2010 +0200 Use zfree() in timestring2timeval() commit 5837eb8aba2d60cd602fbe07c48815e0a9791d57 Author: Petr Písař Date: Sat Jul 24 21:02:53 2010 +0200 Check for NULL input in timestrin2timeval() commit 97f4522442447c49360f7606a0cbdffde5720909 Author: Petr Písař Date: Sat Jul 24 21:00:20 2010 +0200 test: Add generic timestring2timeval commit 40d9203d29c7de94718873ed616d6cd6bc4e7e0c Author: Petr Písař Date: Sat Jul 24 13:09:12 2010 +0200 test: Add timeval2timestring commit 48ebfc2e5b9f7b0656a83b675548055e79f18f8b (tag: refs/tags/version58) Author: Petr Písař Date: Sun Jul 18 21:50:51 2010 +0200 test: Add tm2datestring commit db71fae56f1a11809cc48672019d8898012ae95a (tag: refs/tags/version57) Author: Petr Písař Date: Sun Jul 18 15:09:31 2010 +0200 test: Add datestring2tm test commit c6893b2e5c08ad08894ed8f0ac4eebb441f18852 Author: Petr Písař Date: Sun Jul 18 14:20:02 2010 +0200 test: Add usertype test commit 08173cc711cca024960c5976cd50029cb86bdac5 Author: Petr Písař Date: Sun Jul 18 12:57:57 2010 +0200 test: Provide FAILURE_REASON macro commit 7bdd7ee9554cf14b496bc98c8eb057b34969001d Author: Petr Písař Date: Sat Jul 17 18:09:14 2010 +0200 Enable parallel testing commit d0658783f4e8c5c3a7a7272845d9a8f28806ac0c Author: Petr Písař Date: Sat Jul 17 17:22:23 2010 +0200 Color tests Automake 1.11 brings color test results output. For unknown reason the color-test automake option must be declared on each directory level. commit 5894f8c8c48497e44056882b996282dfd773245d Author: Petr Písař Date: Sat Jul 17 14:36:29 2010 +0200 Base64 decoder is tollerant to invalid input symbols commit 3d1a4d43c3394d367acca52c3e1893a325522682 Author: Petr Písař Date: Sat Jul 17 11:25:37 2010 +0200 Base64 decoding output length must be < (size_t) -1 commit ce0630765535807c3737d3bb9e3dd4f794b8a4e6 Author: Petr Písař Date: Sat Jul 17 11:16:17 2010 +0200 teste: b64decode: test NULL input commit 98b3c03a26f65ea7fd332aad24db391714eebf6d Author: Petr Písař Date: Sat Jul 17 11:13:39 2010 +0200 Free empty output of base64 decoder commit 6b2f11fb7208e5e05f07c03bb37c1ef3dd99ac4e Author: Petr Písař Date: Sat Jul 17 10:40:41 2010 +0200 test: b64encode: add empty string test commit c69660447b36ff7a64568fef7d4b252607ae04fe (tag: refs/tags/version56) Author: Petr Písař Date: Tue Jul 13 23:55:26 2010 +0200 Test: test NULL output poointer in b64decode commit fe766ed126098308422cdc06b376d0e4d906bc45 Author: Petr Písař Date: Tue Jul 13 23:02:34 2010 +0200 test: Add b64decode FIXME: Last test with invalid input fails commit 9fa15b1fcda50d33de7bf97ed59732403d2e72b8 Author: Petr Písař Date: Mon Jul 12 22:00:26 2010 +0200 Fix spelling commit 30cf54ca30a929022d2621264280eee061affca2 Author: Petr Písař Date: Mon Jul 12 21:54:18 2010 +0200 Refuse to convert XML documents commit 5605c975f278b62f8454d5e17c47587893e5b993 Author: Petr Písař Date: Mon Jul 12 20:31:56 2010 +0200 client: Allow to mmap empty file commit 3a6ed76bb76a75e9e6012d662cccc4db96f56c74 Author: Petr Písař Date: Sun Jul 11 21:19:21 2010 +0200 test: Add missing b64encode.c file commit e209634c7908556887c65b88132d01cb687551c6 (tag: refs/tags/version55) Author: Petr Písař Date: Sat Jul 10 22:47:05 2010 +0200 Fix empty bitstream Base64 encoding commit 96c05de160cf73a906561f82be3a6595566bee08 Author: Petr Písař Date: Sat Jul 10 22:26:11 2010 +0200 test: Add base64 commit 4ccfa17500f79cbfef2592773a70fa993065d1fd Author: Petr Písař Date: Sat Jul 10 09:49:28 2010 +0200 Fix error message in singular commit 3df3eeda96463cd4df8ef83a9c2da45520235350 (tag: refs/tags/version54) Merge: 8d50c1c 42a80ee Author: Petr Písař Date: Tue Jun 29 10:44:48 2010 +0200 Merge branch 'v0.3-stable' Conflicts: po/cs.po po/libisds.pot commit 42a80eed0a04948b8432e3b0a2ef398a6666b6eb (tag: refs/tags/v0.3.1, refs/remotes/repo.or.cz/v0.3-stable, refs/remotes/cznic/v0.3-stable, refs/heads/v0.3-stable) Author: Petr Písař Date: Tue Jun 29 10:37:10 2010 +0200 Realase 0.3.1 commit 70d4600d4a7dcb8dfa1b880fbb85fa551a9c548c Author: Petr Písař Date: Tue Jun 29 10:29:04 2010 +0200 Add server directory to distribution because of tests commit f39d683645e5cdee2c016b2c850ff2d93fdc5541 Author: Petr Písař Date: Tue Jun 29 00:37:07 2010 +0200 Remove garbage from NEWS file commit 8d50c1c1aadc669dfdf97ec3f5020145ce61747d Author: Petr Písař Date: Tue Jun 29 10:29:04 2010 +0200 Add server directory to distribution because of tests commit 9bebcfecb5d52b36ad1fec85f06a3ebe690fd56f Author: Petr Písař Date: Tue Jun 29 00:37:07 2010 +0200 Remove garbage from NEWS file commit d17fcf77524518c7135bda6979257030f679c78d (tag: refs/tags/v0.3) Author: Petr Písař Date: Tue Jun 29 00:14:27 2010 +0200 Add MIME types for ISDOC, X.509 certificates, CMS and TST commit 7c29e33cd293184a05eb193330ad9591f7b94685 Author: Petr Písař Date: Mon Jun 28 23:50:40 2010 +0200 Fix messages in 0.3 commit b02a7b5dcb7b7bd951e351b7d14ee0b97eee728a Author: Petr Písař Date: Mon Jun 28 23:36:29 2010 +0200 Step package version to 0.3 commit 3898518bbdac522bf19f28cad29f53feda88f3a4 Merge: bcbb45c 9306a15 Author: Petr Písař Date: Mon Jun 28 21:53:56 2010 +0200 Merge branch 'xmldoc' commit 9306a15596f3e2c1f9b99ccb2b29e746ab6fa69f (refs/remotes/repo.or.cz/xmldoc, refs/remotes/cznic/xmldoc, refs/heads/xmldoc) Author: Petr Písař Date: Mon Jun 28 21:04:51 2010 +0200 Disable XML pretty formatting due to XML documents Also replace message with XML documents example with `ugly' formatted message demostrating name space embedding. commit bcbb45cbe53be165e4e7246ddfc92995c0219244 Author: Petr Písař Date: Mon Jun 28 18:48:40 2010 +0200 Update translation catalogs commit 433dbed2c0be23017481797c50a0225621acf9f1 Author: Petr Písař Date: Mon Jun 28 18:42:17 2010 +0200 Fix typos in error messages commit 542964b5d6e9b3ce04cdae97467626342e07abd9 Author: Petr Písař Date: Sun Jun 27 23:00:55 2010 +0200 client: Add loadsentmessagewithxmldocuments This code dumps example message with XML documents. Seems like text nodes emerged during message composition (probably by pretty indentation on SOAP serialiazation). commit d27b94da7fb6ba966e17b0742667fa4bdd73a29e Merge: 99de839 d7fa7bf Author: Petr Písař Date: Sun Jun 27 22:30:48 2010 +0200 Merge branch 'master' into xmldoc commit d7fa7bf2bf457454b3dbb90e9b470adec7d87ae7 (refs/remotes/repo.or.cz/masterwithoutxml, refs/remotes/cznic/masterwithoutxml, refs/heads/masterwithoutxml) Author: Petr Písař Date: Sun Jun 27 22:22:11 2010 +0200 doc: CreateDataBox will support digital credentials delivery This is non-normative infomation. But XML schema of CreateDataBox service has been adjusted officialy already. commit 99de8399de73f471ca042317bb362eba0761d431 Author: Petr Písař Date: Sun Jun 27 21:30:12 2010 +0200 Readd node variable to document insertation commit 44f9b6e3c8592570ba7625decef1f4512d95e8f7 Merge: dcf7812 da33841 Author: Petr Písař Date: Sun Jun 27 21:15:30 2010 +0200 Merge branch 'master' into xmldoc Conflicts: src/isds.c Unified base64 encoding clashed in document insertation commit da338414c5f957fcc73daa21271a0856efda8a1e Author: Petr Písař Date: Sun Jun 27 20:04:40 2010 +0200 client: Add authenticatemessage example commit e04c5e3e2ad4fabc75f42eca044993dd2663d997 (tag: refs/tags/version53) Author: Petr Písař Date: Sun Jun 27 15:41:22 2010 +0200 Activation token implemented, other clean up commit e61fe5a93696620baa095399d5fa253762aca339 Author: Petr Písař Date: Sat Jun 26 23:53:05 2010 +0200 doc: Activation portal token on box creation commit 1f92f83424fb2c0a39df42c95a6e506d78766bf4 Author: Petr Písař Date: Sat Jun 26 23:16:44 2010 +0200 doc: Update ChangeISDSPassword specification commit 3becbb6408626e4fc2f9cf4a986ac20f5836baa3 Author: Petr Písař Date: Sat Jun 26 23:02:29 2010 +0200 Fix typo (add new line to log message) commit ec92b326533de298aa58427e8256ad2d9601a341 Author: Petr Písař Date: Sat Jun 26 22:59:24 2010 +0200 Implement AuthenticateMessage This service is exported as isds_authenticate_message() funtion. commit ad0a6766e371cfbd0defb8dcf7cc149533367d7a Author: Petr Písař Date: Sat Jun 26 21:18:20 2010 +0200 doc: Add AuthenticateMessage commit 7e1cdb2eee7eb7e6bcaac8b342a38e3e0312bb5e Author: Petr Písař Date: Sat Jun 26 20:51:21 2010 +0200 doc: Document access to deleted messages commit 94fe226b405a4e000514f9e6d0b9935d49711f19 Author: Petr Písař Date: Sat Jun 26 20:36:20 2010 +0200 Fix typo in isds_get_delivery_info() description commit 4ba0361bc7fdf7200db84eaeef980f0c6bfbe483 Author: Petr Písař Date: Sat Jun 26 20:32:02 2010 +0200 doc: Fix typo in GetDeliveryInfo commit 5a587aea17684a4d3cec98319cbde8f153057b82 Author: Petr Písař Date: Sat Jun 26 20:29:52 2010 +0200 doc: FindDataBox matches some members as substring commit 671dbd9546c5a8de59460456e8990c31bf37a48f Author: Petr Písař Date: Sat Jun 26 18:22:14 2010 +0200 Client can specify dmType while creating message This feature is ignored by ISDS currently and has not been tested. commit 283a08f30d2da8192ba45167e8d864b2b7ce458e Author: Petr Písař Date: Sat Jun 26 15:44:33 2010 +0200 Make dmQTimestamp optional MessageDownload service (only) can return message without time-stamp. This change has been introduced on 2010-05-20. commit dcf7812a5bcf998a8d42609af3adbb6af5836e49 Author: Petr Písař Date: Fri Jun 25 15:47:45 2010 +0200 test: Load sent message with XML documents Loaded message covers empty document, single direct element child, two subelements, tree, direct textnode child. commit 0453778d3bac9cc27ab521d6da4ad446aa8a83d2 Merge: 738e41d a800b75 Author: Petr Písař Date: Fri Jun 25 15:28:54 2010 +0200 Merge branch 'master' into xmldoc commit a800b75e7c5977e77c506316b324fbef52378cbb (tag: refs/tags/version52) Author: Petr Písař Date: Mon Jun 21 23:32:01 2010 +0200 Complain on HTTP redirect commit 2026b430a8b97a4c94e137c20c6b4afa5584691a (refs/remotes/repo.or.cz/stateless, refs/remotes/cznic/stateless, refs/heads/stateless) Author: Petr Písař Date: Mon Jun 21 22:47:54 2010 +0200 Change cookie session tracking mode to stateless This removes cookie storage, disable HTTP redirects, and does not wipe HTTP basic auth credentials on HTTP request. commit 4631529611244a5ae9cea307186f6270d8637a65 Author: Petr Písař Date: Mon Jun 21 22:25:58 2010 +0200 Change locators and isds_login to stateless mode commit 62ec37b4174db31f56abf933d22ad6d3061145c4 Author: Petr Písař Date: Mon Jun 21 20:25:25 2010 +0200 doc: Message hash description commit 738e41d57bd8ec6d81b0e55cc7379a7bab1e5171 Author: Petr Písař Date: Sun Jun 20 22:38:10 2010 +0200 client: print XML document structure members commit 2e1a5b9e79f17ff7189aea38148f48a74fda30b5 Author: Petr Písař Date: Sun Jun 20 22:31:12 2010 +0200 cliens: sendxmldoc sends documents for each XPath expression commit 7accf9229ecfdc3659f9aca77cdab1a81ca6f25f Merge: ebb961a f327c2b Author: Petr Písař Date: Sun Jun 20 21:10:32 2010 +0200 Merge branch 'master' into xmldoc with Fix typos Conflicts: src/isds.c src/isds.h commit f327c2bb93fcc0ce2c6ee898a46e66c0c81f1e53 (tag: refs/tags/version51) Author: Petr Písař Date: Sun Jun 20 14:52:34 2010 +0200 Fix typos in sources and documentation commit ebb961a9f6c89c5164ccb5ad2109d7c11707352b Merge: a2facd6 bdef8b0 Author: Petr Písař Date: Sun Jun 20 20:28:12 2010 +0200 Merge branch 'master' of ssh://repo.or.cz/srv/git/libisds into xmldoc Conflicts: client/Makefile.am commit bdef8b020c2e06f63c41290800e3152dfa282abe (tag: refs/tags/version50) Author: Petr Písař Date: Mon Jun 7 22:08:19 2010 +0200 client: loadcmssignedsentmessage loads from argv[1] file This allows to load message from any file. It does not load hardcoded file anymore. commit a2facd6bd4fc299d1128409ab982733760adf854 Author: Petr Písař Date: Tue Jun 1 22:02:34 2010 +0200 client: convert nodesetval to nodelist in sendxmldoc commit b118d982e309a0143f86b89776173688dbacf2f9 Author: Petr Písař Date: Sun May 30 23:08:38 2010 +0200 client: xmldoc: pass xml_node_list to ISDS request commit 16f03453051632acb94d34d88c3ace8822633036 Author: Petr Písař Date: Sun May 30 22:51:23 2010 +0200 client: Debug ndoeset in sendxmldoc commit fc390b04af6971bd5ec1fa8bf7dd42ad10fb133e (tag: refs/tags/version49) Author: Petr Písař Date: Thu May 27 21:57:03 2010 +0200 client: Print DBTYPE_SYSTEM box type commit da952aee98fbd8ac4857180193bbd3493b84fcb1 Author: Petr Písař Date: Thu May 27 00:20:55 2010 +0200 l10n: Fix Czech `neplatní' commit 84f00f4c90c03b3d17032035e63993a0e2c27a92 Author: root Date: Wed May 26 19:10:47 2010 +0200 Terminate isds_set_opt(IOPT_NORMALIZE_MIME_TYPE) case Missing break caused MIME type normalization setting failure. commit 6d6bb3c3831d0cd19bffbc9d79681424c2257557 Author: Petr Písař Date: Wed May 26 18:31:33 2010 +0200 Allow example clienta to build in non-source directory Some clients access files under `server' directory. This is in source tree only. commit 7e1733873bf84d558518f8f4c87051e83fad22b4 Author: Petr Písař Date: Wed May 26 18:12:47 2010 +0200 Allow tests to build in non-source directory Some tests access example files under `server' directory. This is not presented in build directory. commit be8081a23395d6806a1fca7a264569494f427a9f Author: Petr Písař Date: Tue May 25 20:33:14 2010 +0200 Allow build from non-source directory Clients and tests needs access current library and header files from $(top_srcdir)/src and generated $(top_buildir)/config.h Reported by Pavel Pisa. commit 7afeb91d63bd9d990d3edc733e1b57e29b7edc31 Author: Petr Písař Date: Mon May 24 23:11:45 2010 +0200 client: sendxmldoc: Use proper variable commit 819b5a47a1303a1a49fb32a14053302b8df5b27e Author: Petr Písař Date: Sun May 23 21:42:07 2010 +0200 client: Add partial sendxmldoc commit 5d3e267f189867ae8dac56e9e6b9867930eabd59 Author: Petr Písař Date: Sun May 23 20:35:56 2010 +0200 Implement XML document sending This was last step to full ISDS specification conformance. TODO: Test it, write example client. commit d98298e97847619046531771128e5ebe675ac63d Author: Petr Písař Date: Sun May 23 18:12:21 2010 +0200 Fix typo in error message commit bab6696f8a3ac15c9057afe972538e42038ff014 Author: Petr Písař Date: Sun May 23 18:03:20 2010 +0200 Implement XML document receiving This commit enables libisds to receive, load and parse messages with XML documents. TODO: Test it. commit e15f959ddd6feb448ff5a93fb11124d291309395 Author: Petr Písař Date: Sun May 23 16:43:14 2010 +0200 Save XML into message by extract_TReturnedMessage() This is precious work because we cannot deallocate the XML tree twice. commit a4c986a2270b1d38cfeab06597dc80c0f047fc98 Author: Petr Písař Date: Sun May 23 15:59:17 2010 +0200 Export message->xml This is parsed XML document. It's used to store XML document comprehensing ISDS XML documents. commit 3741a338fe93fcadc93f0e31570d94fd6b220293 (tag: refs/tags/version48) Author: Petr Písař Date: Sun May 23 14:59:17 2010 +0200 Add generic isds_set_opt() fucntion This function provides generic way how to configure libisds at run-time. isds_set_tls() and isds_set_mime_type_normalization() has been deprecated in favour of isds_set_opt(). Other functions might follow. commit 5a1cabc8d4c0505f386304fd0f9c208bca0f839b Author: Petr Písař Date: Thu May 20 17:00:02 2010 +0200 Add _isds_/_czp_ prefix to non-public functions This is necessary not to pollute symbol name space in static library. TODO: prefix non-function symbols. commit c1d8babc79fefe72e303b3bd7f546ceeda5fb9d3 Author: Petr Písař Date: Wed May 19 19:34:43 2010 +0200 Fix register_namespaces() documentation commit 4f87437dc9135aa08d71f0c5c741c162f95f2729 Author: Petr Písař Date: Wed May 19 19:25:21 2010 +0200 Remove public depreceated functions isds_load_received_message() and isds_log_signed_message() has been marked as deprecated in 0.2 version and will be removed in newer release. commit 97aaacf52b727f2dadc163133af15656f7e3333d Author: Petr Písař Date: Wed May 19 19:13:32 2010 +0200 Make isds_get_signed_message() static commit 40dfb25145b4f975d76deff823e2727e24123761 (tag: refs/tags/version47) Author: Petr Písař Date: Mon May 17 21:11:32 2010 +0200 Consider LIBCURL_CPPFLAGS while checking CURLOPTS commit 6023dc7cdde06f5b0c83e438764fa0cd5ebdee53 (tag: refs/tags/version46) Author: Petr Písař Date: Wed May 12 23:44:53 2010 +0200 Fix typo in configure.ac comment commit 1dee6fc282872407cf281ceac0d17112deb919c7 Author: Petr Písař Date: Tue May 11 21:57:56 2010 +0200 client: Print caState commit e01fad471418895af4e4b870d1966111f6dcf760 Author: Petr Písař Date: Tue May 11 21:44:56 2010 +0200 Add caState to dbUserInfo ISDS specification 2010-03-26 addedd new element into dbUserInfo structure. This leads to incompatiable API/ABI change (the size of exported structure type changed). Please recompile your programs. commit af6e8313d3eecc85cc12d0ad95a32ad644299e14 Author: Petr Písař Date: Mon May 10 21:34:10 2010 +0200 Support libtool < 1.9b This is still used on Debian stable. Once new stable will be release, remove AC_PROG_LIBTOOL as LT_INIT does the same job. commit f9674d415eb4659a5f9fa937cbdb7664226e6982 Author: Petr Písař Date: Mon May 10 20:39:56 2010 +0200 Fix isds_log_message() conditionaled by old cURL This preprocessor branch has not been tested. Debian lenny seems be ancient enought to fall into. Thanks to Pavel Píša. commit 4131aa73236e0fa63f9354c51b03f2eb1259f181 Author: Petr Písař Date: Mon May 3 08:04:16 2010 +0200 Change password for `5s59sd' account. Password changed because of near expiration to `Ad123456' value. commit b7fdcd20770605c95ac54633f2914a0571d25842 (tag: refs/tags/version45) Author: Petr Písař Date: Tue Apr 27 20:48:26 2010 +0200 Optional MIME type normalization while message loading Appication can use isds_set_mime_type_normalization() to enable/disable MIME type normalization while loading message. Default is not to normalize. Normalized MIME types are more MIME types than file name extension that often appear on place of MIME type. If application is interrested in usable data, aplication is encouraged to switch this feature on. commit a960ac9778ca06ecf05791db73369ba3e169c238 Author: Petr Písař Date: Mon Apr 26 22:17:30 2010 +0200 test: add name to normalize_mime_type unit commit 8e48052dac5bca535f2b23b121dca88a861a9da2 Author: Petr Písař Date: Mon Apr 26 22:13:40 2010 +0200 Add isds_normalize_mime_type() public function This function reternus more usable MIME type than file name extension. Not all conversions are implementes because offical documentaition does not specify some docuemnt formats. commit 1bd6fe73c9cfdd5999079cafc1b3f862e37a09d8 Author: Petr Písař Date: Mon Apr 26 21:23:23 2010 +0200 doc: gif stands for Graphics Interchange Format commit b1e12c25233d36bb519aa4c12a7c59375ee53a34 Author: Petr Písař Date: Mon Apr 26 21:18:40 2010 +0200 doc: 602XML Form main MIME type is `application' commit 1efbaa07d66a7105c04b8a3cb5f260ceb04a2374 Author: Petr Písař Date: Mon Apr 26 21:17:12 2010 +0200 doc: fo and zfo extensions are for 602XML Forms commit eb36b60a5cd7ea7722b614f63aafbe8bfd06ce11 Author: Petr Písař Date: Sun Apr 25 22:48:47 2010 +0200 doc: Improve MIME type map commit 9e4d7bc2f5099e6f4083c5762513f7976e5f89dd (tag: refs/tags/version44) Author: Petr Písař Date: Sun Apr 25 15:35:31 2010 +0200 doc: File name extension to MIME type map This is informative. Official documentation lacks regarding details. commit 35a6876fedb8ad20b66a893742433b0fb6f009b1 (tag: refs/tags/version43) Author: Petr Písař Date: Tue Apr 20 22:01:43 2010 +0200 Fix isds_get_delivery_info() This changes raw output of isds_get_delivery_info() in such way that isds_load_delivery() works on unsigned delivery info and the format is similar to other message and delivery formats. guess_raw_type and load_raw tests pass now. commit 71e4d132542f8f090589ad43b228bed5b780317f Author: Petr Písař Date: Tue Apr 20 21:00:07 2010 +0200 test: add load_raw This tests message and delivery info loading. XXX: Unsigned delivery info failes because of wrong unsigned delivery info format. We should change the format. commit 229e23c5e4b6b10b570e6218caefe37239eb516e Author: Petr Písař Date: Mon Apr 19 22:07:16 2010 +0200 Fix typo commit 5f5e54a4135caf4d425581f6d156f7f3099c054b Author: Petr Písař Date: Mon Apr 19 21:36:00 2010 +0200 test: guess_raw_type: unsigned delivery info Add test for unsigned delivery info detection. XXX: It does not pass because delivery info example is not SOAP body content. Library saves dmDelivery element directly. FIXME: We must decide how to store unsigned delivery info commit 8b0b15ee47c35b38d6d86376742fd98c97812d8f Author: Petr Písař Date: Mon Apr 19 21:15:11 2010 +0200 test: guess_raw_type: plain signed incoming message commit a784dbc9009ae1a7634f6dd4ce8f4e0a5fa53ce3 Author: Petr Písař Date: Sun Apr 18 23:10:55 2010 +0200 test: guess_raw_type: Add CMS signed incomming message commit 18ea0db3817e71e6160ca017d3d38f216a6d0dff (tag: refs/tags/version42) Author: Petr Písař Date: Sun Apr 18 12:05:54 2010 +0200 isds_guess_raw_type() added This function detects content type of ISDS data structure. It can be used to determine raw type of data passed to isds_load_{message|delivery}(). Test guess_raw_type added too. TODO: Test incoming messages and unsigned delivery info. commit bb5abaa5ba1ba6a71c8951ec7a355c609390c229 Author: Petr Písař Date: Sat Apr 17 15:45:28 2010 +0200 Fix indentation commit 1abf1aab77f522b0124cc39d87c26c6c33fd3c1f Author: Petr Písař Date: Sat Apr 17 15:39:59 2010 +0200 test: guess_raw_type: load testing file commit ff4b714a9b4401206d1a046b42dd5d3afdf356d8 Author: Petr Písař Date: Sat Apr 17 15:30:37 2010 +0200 test: Add file loading support commit 299b50dc3f208908435b2350ec46ea41ec59f09c (tag: refs/tags/version41) Merge: 4825460 8c16e93 Author: Petr Písař Date: Thu Apr 15 23:29:14 2010 +0200 Merge ssh://repo.or.cz/srv/git/libisds commit 482546034bff44abe2495629140a5785d097777e Author: Petr Písař Date: Thu Apr 15 21:03:01 2010 +0200 test: split header to source and header file commit 8c16e93733bbb33e4b76d16618c314edbe1ffe8d Author: Petr Písař Date: Thu Apr 15 17:11:19 2010 +0200 Fix expat version check XML_FEATURE_NS has appered in 2.0.0 and configure check contained one error. commit 39eee1a4e100af00f263003f4d9fae0e6f96aa74 Author: Petr Písař Date: Thu Apr 15 14:17:30 2010 +0200 isds.c: Fall back if CURLOPT_TIMEOUT_MS does not present commit bafcbcdac28cf644ecdd5fc61e807aa52106f758 Author: Petr Písař Date: Mon Apr 12 16:49:55 2010 +0200 Add isds_guess_raw_type() stub commit 891ef7ab3aab69ec30e5591ec4d89399e184d024 Author: Petr Písař Date: Tue Apr 6 16:57:12 2010 +0200 test: online/login describes returned error code commit 34214faaf7b353735ad9b5cbc8550f4d93825ec7 Author: Petr Písař Date: Tue Apr 6 16:47:56 2010 +0200 test: TEST_FAIL() message is dynamic formated string This is necessary to allow more descriptive test failure messages commit 679d255302ea517518b7e4a394e0a9289f9c5067 Author: Petr Písař Date: Tue Apr 6 16:13:05 2010 +0200 client: possibly undefined variable value in certauth commit 469399b3e9e7acb8aadf1b4a92da0eeccc6f5ad7 (tag: refs/tags/version40) Author: Petr Písař Date: Mon Mar 22 21:15:43 2010 +0100 Do not log request body by cURL We do it already in libids manually. curl-7.20.0 seems have bug in logging POST request body twice. commit 74d2688798e137dc9042c49f2657abed262d2316 Author: Petr Písař Date: Mon Mar 22 21:02:18 2010 +0100 Advertise library version in HTTP User-Agent string commit 87a7dcf78d8f68e7b8260affc3c834397f587a28 Author: Petr Písař Date: Mon Mar 22 20:25:38 2010 +0100 Pass cURL log to library logger cURL debug messages have been printed to stderr by cURL library till now. This patch redirects such messages thus application can catch them too. Also cURL debug switch off has been fixed. commit bce5eed2f45c8323ab83dd308cbb5a58241d09d4 (tag: refs/tags/version39) Author: Petr Písař Date: Fri Mar 19 11:21:10 2010 +0100 TODO: add other ideas commit 3d89d4a7612dcd1d091fb7f020e949e040a11d80 Author: Petr Písař Date: Wed Mar 17 17:26:07 2010 +0100 iconv() will return -1 if output buffer is exhausted In that case errno == E2BIG and conversion conversion can continue after enlarging output buffer. This bug has not been found because UTF-8 encoding consumes more space than 8 bit encodings used in Czech. commit d0f763eb9657a3c2cacc7b709c8c83697d632454 (tag: refs/tags/version38) Author: Petr Písař Date: Wed Mar 10 17:42:16 2010 +0100 i18n: Settle catalogues commit c5e77f54e3749342bcc2278aad0802853caac8a1 (tag: refs/tags/v0.2.1) Author: Petr Písař Date: Wed Mar 10 17:37:07 2010 +0100 Version 0.2.1 commit cd95f283ae0cc97dde3e08605ee47d96eb73ba92 Author: Petr Písař Date: Wed Mar 10 17:15:21 2010 +0100 Fix Libs in libisds.pc commit c09e5c4a784a04e8920d9c7d445bfec4cfe78725 Author: Petr Písař Date: Wed Mar 10 16:44:01 2010 +0100 i18n: Settle distcheck changes down commit 5171f932a1bf160ee031072a3f1cfe071d5e3ca7 (tag: refs/tags/v0.2) Author: Petr Písař Date: Wed Mar 10 16:19:37 2010 +0100 NEWS: Add version 0.2 commit e2b51457afdb97e0f3b02ece5f8fac07241c953d Author: Petr Písař Date: Wed Mar 10 16:18:23 2010 +0100 l10n: Update Czech translation commit 960becee443df623937c92fa12ce92e9a1611391 Author: Petr Písař Date: Wed Mar 10 15:49:53 2010 +0100 Advance package version to 0.2, update POT commit d3dd18aa5a320cbd7360c7537d9f1ad798bfc89e Author: Petr Písař Date: Wed Mar 10 15:41:48 2010 +0100 Update NEWS commit 8329481487c18a61ac202272357a03fc5b6b54be Author: Petr Písař Date: Wed Mar 10 15:03:34 2010 +0100 Update README and INSTALL commit 7ed5859f6ee5d75de7e7125cfa5591c0434968ea Author: Petr Písař Date: Wed Mar 10 14:55:16 2010 +0100 Update TODO commit 14412f7799d65811cc78e5fc73b9d4768e49f5df Author: Petr Písař Date: Wed Mar 10 14:40:37 2010 +0100 Add ITLS_CRL_FILE TLS option to define CRL Aplication can use isds_tls_set() ITLS_CRL_FILE to pass CRL file in PEM format to cryptographic library. commit 95772cc65950872e84b4f6b4773f7758f4dfffe0 Author: Petr Písař Date: Wed Mar 10 11:32:42 2010 +0100 client: Parametrize certauth You can and you must select crypto backend and engine at run-time of certauth. However it must match cURL compile-time configuration. I can't see some automagic way how to wrap cURL TLS setting in intelligent way. TODO: Export cURL crypto backend identifier to application to allow application to do its own magic. commit 00449457da2cf5910aaa716b1312a630ed6d3d33 Author: Petr Písař Date: Wed Mar 10 11:29:51 2010 +0100 Fix CA path setting really Commit 1c16105bbcb5ca385d30ae1ed628dd6aea66cfc6 was incomplete. commit 092cadfb02b62bf186555bfcf7996e862fb4aa05 Author: Petr Písař Date: Wed Mar 10 10:59:03 2010 +0100 Fix NSS CA trust flags 'c' is not enought for TLS server apparantly. commit 5ef0a7c78b265c1e60566bcafb5f65481c9758c5 Author: Petr Písař Date: Wed Mar 10 10:27:06 2010 +0100 client: Use local NSS database path in certauth commit ad8cfb003b63fba870e13d9c89293b3729b33cd6 Author: Petr Písař Date: Wed Mar 10 10:21:29 2010 +0100 Add client crypto material in NSS storage commit eaccf869af38486b79b8112384e3505d7f9d2fb7 Author: Petr Písař Date: Tue Mar 9 22:12:57 2010 +0100 client: certauth demonstrates different crypto backends commit 80df977cf7a280ffe26b5624d96223b1d255b6b5 Author: Petr Písař Date: Tue Mar 9 22:05:08 2010 +0100 Allow on-engine certificate This changes struct isds_pki_credentials significantly. User must not identify both key and certificite if reside in engine. Actually some structure member combination can be invalid, but we can not decide because different curl TLS backends have different interface. The only short-connected cases are passhprase without key, PEM and DER formats without key or certificate identifier. commit e231b46b11790571d199e64320fe3b551d3155f9 Author: Petr Písař Date: Tue Mar 9 18:59:34 2010 +0100 Implement OpenSSL backend in server/tls/peer tool commit 1c0a1b71bebe2ecb7d0597e4ed125d3c2abcf7c7 Author: Petr Písař Date: Tue Mar 9 12:01:48 2010 +0100 Add client certificate and private key in DER PKCS#12 commit 1c16105bbcb5ca385d30ae1ed628dd6aea66cfc6 Author: Petr Písař Date: Tue Mar 9 11:57:57 2010 +0100 Fix CA path setting commit d7e75ae380dbc86f4d8ac99f019a9e00d6d971b0 Author: Petr Písař Date: Mon Mar 8 11:13:34 2010 +0100 server: Use SHA-256 insted of SHA-1 in example certificates commit cc4af5cd6f6e6a4e9b1fedddd47678ae4da6b590 Author: Petr Písař Date: Sun Mar 7 19:15:00 2010 +0100 Add missing client/version.c commit 3fef3f07b838b2adf96ea792a54da04c07e357ca (tag: refs/tags/version37) Author: Petr Písař Date: Fri Mar 5 22:02:44 2010 +0100 client: Added certauth to test client certificate You must start TLS server on localhost:1443, use `server/tls/peer server' command. It seems working very well. commit c2fc440a332caa49bc22c9fcad0e9b0040701ad1 (tag: refs/tags/version36) Author: Petr Písař Date: Fri Mar 5 00:27:18 2010 +0100 Pass certificate and key format as string to curl commit 9f735e20b271cf46a74f6520e1c22a1e16a00aaf Author: Petr Písař Date: Fri Mar 5 00:05:48 2010 +0100 isds_login(): Mangle base URI according authentication method This should add finish support for certificate authenticated sessions. That means all four methods should work now. TODO: Test it. commit aeb342499404be6f6c46355a6ad9b42dd75c6440 Author: Petr Písař Date: Thu Mar 4 22:55:01 2010 +0100 isds_login(): Close connection before any context changes In case of failure we could send requests to bogus URL which could leak data. commit 872f70e5d153a6b79605966cbae916fbe1fcc2ec Author: Petr Písař Date: Thu Mar 4 20:59:08 2010 +0100 Support older curl version in client certificate afair commit 424825bd3a48867f54c76f183de29c8af5e077f7 Author: Petr Písař Date: Thu Mar 4 20:29:36 2010 +0100 Pass PKI material into curl XXX: Not tested We must adjust request URI building in isds() because ISDS provides PKI authenticated servecies on different location. We must provide fallback for older curl versions where CURLOPT_SSLCERTTYPE or CURLOPT_KEYPASSWD options are not supported. commit 05c6c02b7dc4e7dbb0bcdcd2f6313a52f75fce7a Author: Petr Písař Date: Thu Mar 4 19:39:32 2010 +0100 Change a way how PKI data are provided via isds_login() New structure isds_pki_credentials replaces broken certificate and key arguments. This allow to pass other required data like passphrase, key format and cryptographic engine (where private is stored). Cryptographic engine support is needed to meet Czech legal requiremnents. commit d2f4cdd8bd7a6ac139fea495c6e98195f5db5cad Author: Petr Písař Date: Wed Mar 3 14:32:22 2010 +0100 TODO: Remove pkg-config as it is done commit 1fc0cb1dbde991fe4b2334b1bbef8d5789d7b600 Author: Petr Písař Date: Wed Mar 3 13:37:23 2010 +0100 Reset context' message buffer on each entry point Not doing so could result in bogus message describtion on next call. commit 3deae9aa5356951ea06cd7b0058a1b6cc2a62290 Author: Petr Písař Date: Tue Mar 2 23:28:26 2010 +0100 Document gnupg2 as run-time dependency. gnupg2 provides gpgsm binary that is called from GPGME to parse CMS. This problem occured on Fedora as `/usr/bin/gpgsm engine not isntalled properly' error message during isds_init(). Because we du not verify the CMS yet, we would appreciate pure KSBA implementation. A stub presents in src/crypto.c. commit 5d812bb1e03c51f1614ef9660092477f09990a43 Author: Petr Písař Date: Tue Mar 2 23:22:35 2010 +0100 build: Provide pkg-config module Application can use pkg-config on `libisds' module to check libisds version and to get known required compiler flags. Also PKG_CHECK_MODULES() m4 macro should work (not tested). commit 612bfc273584af6ff952dafe57237acb6352c8da Author: Petr Písař Date: Tue Mar 2 21:19:00 2010 +0100 Add isds_version() to get runtime libisds version This function returns dynamic string describing libisds version and its dependencies. Application must free it. commit bd123786d4aa7381cd88ba264f0bcec9824a9d8e Author: Petr Písař Date: Tue Mar 2 15:16:18 2010 +0100 czp_convert_document() closes conncetion by czp_connection_close() commit deda662decf0b538395544faf53129bde3fe0c35 Author: Petr Písař Date: Tue Mar 2 15:00:22 2010 +0100 Fix HTTP transfer abort commit 832644182726d8eefd5e795b31c889df39a7c354 Author: Petr Písař Date: Tue Mar 2 13:55:10 2010 +0100 Tell request URI on 404 HTTP response commit b6c141c2ee6fcfa7fe2069de0d08e05b2b1cee79 Author: Petr Písař Date: Tue Mar 2 13:32:58 2010 +0100 build: isds_login() URL breaks API. Reset compatibility We changed semantics of login URL. Only protocol and hostname is valid now. This breaks compatibility with libtool library version 1, application could not log in. commit fc1a75cf3d2449106d4b3ed2b226ea0a9844bb91 Author: Petr Písař Date: Tue Mar 2 13:17:29 2010 +0100 build: Fix expat version check For some reason, generated invalid C code test did work very well. Gentoo eautoreconf revealed this bug. commit 75c07aba7acf9c07c800c497f868ed48b073fe75 Author: Petr Písař Date: Tue Mar 2 12:21:20 2010 +0100 Aborted transfer does not close connection Former practice was to close connection what forced application to relog-in on next operation. This has been found as wrong attitude and it do not close connection since now. It will return new error code IE_ABORTED instead of IE_NETWORK. commit 2a858bdefb4c0f25980bd1d85c54da11eb79a660 (tag: refs/tags/version35) Author: Petr Písař Date: Sun Feb 28 14:48:12 2010 +0100 build: parametrize expat version check commit afb72b049850847f4fb7ff172a4c4a5852d2a832 Author: Petr Písař Date: Sat Feb 27 22:42:43 2010 +0100 build: Check for expat minimal version This assures in configure time that expat is version that can suport XML name spaces. However expat does not provide passive test for this feature. Fortunatelly, we have run time checks in library initialization code. commit a1bb91a10b175fdc54f472f177604817fc3303b8 Author: Petr Písař Date: Sat Feb 27 21:21:25 2010 +0100 Add missing new line to init_gpgme() logs commit bb13e8ba118b7a5d76bef3d2486c825ebda0e7ee Author: Petr Písař Date: Sat Feb 27 20:51:12 2010 +0100 Allow compilation against older curl Older curl does not provide CURLOPT_USERNAME and CURLOPT_TIMEOUT_MS. If they are missing, use not so good but still usable fall back. commit 241dc489369fed95f26145bb8aec339695fa7d21 (tag: refs/tags/version34) Author: Petr Písař Date: Sun Feb 21 22:25:36 2010 +0100 Split off-line and on-line tests Configure --enable-test --enable-online-test to build tests that require Internet access. --enable-test builds off-line tests only. commit c5bca7ab01b160ab7314d0784af69da2643c2ac1 Author: Petr Písař Date: Sun Feb 21 21:43:38 2010 +0100 Remove "/DS" from server base URL This DS infix had to be removed because X.509 authentication uses different path. This affects isds_login(). commit c7a076406d1ec5b340c3a019662267214032dc37 Author: Petr Písař Date: Sun Feb 21 21:29:24 2010 +0100 doc: Base URL server locator without suffix commit abe85363dbd19edf690dadb80f9a30cd3eb2d0a3 (tag: refs/tags/version33) Author: Petr Písař Date: Fri Feb 19 12:11:24 2010 +0100 doc: New credentials web page URL documented commit 537708fe7a17dfe135a90f72547dd00d0ae868bf Author: Petr Písař Date: Thu Feb 18 20:53:08 2010 +0100 Hack isds() and similar to switch name space based on context type This is required for isds_request_new_testing_box() that does not work either. commit b68828ead876f0d4d5ded8ea0c062983e7632193 Author: Petr Písař Date: Thu Feb 18 19:06:44 2010 +0100 clien: Fix error printing in requestnewtestingbox commit d2e808470ba7083839106c1de26136415d75ab49 Author: Petr Písař Date: Thu Feb 18 18:47:30 2010 +0100 Preliminary support for submitting request fro new testing box Exported as isds_request_new_testing_box(). Requires fresh context. However it does not work: Servers answers invalid e-mail address has been supplied. commit 693f9dcc7d395845c816c78d06d39a9972f52b44 Author: Petr Písař Date: Thu Feb 18 17:35:29 2010 +0100 doc: Fix AddDataBoxUser permission documentation commit 7156f26247194f542563f7e57dd18d8cd825a9e4 Author: Petr Písař Date: Wed Feb 17 20:32:32 2010 +0100 Export ISDS server locators Library provides extern constant strings isds_locator and isds_testing_locator. Application can use them as isds_login() argument to select regular or testing ISDS server. Variable form (in contrast to preprocessor macro) has been choosed to allow server locator update delivered by library without application recompilation. All clients and tests has been adapted. commit ba298ec5b862a55f2edecc9b70407b631b418f86 Author: Petr Písař Date: Wed Feb 17 17:39:51 2010 +0100 Fix some messages and udpate catalogues commit 675fa24e9d6dd970e8fea46a11247a004f5df970 Merge: 6e236f4 6b99a83 Author: Petr Písař Date: Wed Feb 17 15:40:48 2010 +0100 Merge branch 'v0.1-stable' commit 6e236f4d896e3d9e9020b97d1567a868fa6c6492 Merge: 102491e f91a06c Author: Petr Písař Date: Wed Feb 17 15:11:27 2010 +0100 Merge branch 'dist' commit 102491ec2d4218f6ccef0ecbadfd32aed2d7b01b Author: Petr Písař Date: Mon Feb 15 21:11:32 2010 +0100 Fix namespaces in CZP conversion request Server ignores namespace obviously as it understands elements in different namespaces. commit d93f3450e6b774733721497942e91a4beaf11df6 Author: Petr Písař Date: Mon Feb 15 20:43:30 2010 +0100 Do not log CZP deposit server URL on ILF_ISDS commit 30a056bd15de18ac1d394df0c32aa966765831b8 Author: Petr Písař Date: Mon Feb 15 20:18:09 2010 +0100 Fix CZP curl context handling commit 36aff672e015eafe85d91f866b6fb6f778e44fc6 Author: Petr Písař Date: Mon Feb 15 18:05:45 2010 +0100 Fix namsespace node creation that is `no namspace' commit 775fe325b75896f1e6036a9046e5e5bc1af9017f Author: Petr Písař Date: Mon Feb 15 17:32:30 2010 +0100 client: convertdocument added This test czp_convert_document. commit 32bcd6ef74bc8bfe71dc0206b29f9c60dd1ca6a8 Author: Petr Písař Date: Mon Feb 15 17:09:07 2010 +0100 Add czp_connection_close() One can use it to close established connection to Czech POINT prematurily. commit 7464153994065c63427567bbb4077b97c7f53e10 Author: Petr Písař Date: Mon Feb 15 16:21:02 2010 +0100 Czech POINT Request status presence is checked commit 078502d660b6061386251f0de2a638535d7e3f22 Author: Petr Písař Date: Fri Feb 12 12:34:52 2010 +0100 Preliminary document submit for conversion added TODO: test it, implmenet connection close, add client commit 4831499562c85e81237147ce9eb2d2461ad7e031 Author: Petr Písař Date: Fri Feb 12 00:23:01 2010 +0100 doc: Document conversion response format commit 4f149f0e817d615b0e121b5f74d2db284d84c12d Author: Petr Písař Date: Thu Feb 11 22:18:02 2010 +0100 doc: Basic info about document conversion commit 6b99a83b857db29a0377211de60cdf2a0f920fb9 Author: Petr Písař Date: Thu Feb 11 19:46:04 2010 +0100 Verbose gpgme initialization commit f91a06cc9140357fea733f94894c023103e99a4b (refs/remotes/repo.or.cz/dist, refs/remotes/cznic/dist, refs/heads/dist) Author: Petr Písař Date: Thu Feb 11 18:15:00 2010 +0100 build: Create Makfile in all SUBDIRs unconditionally commit cca255e99fca8bb27278954dd4abdaac5e7bfb9a Author: Petr Písař Date: Thu Feb 11 17:58:33 2010 +0100 build: Make dist-hook non-fatal commit 4f5ddd89048ba9edb005c367f2285745bb191e2a Author: Petr Písař Date: Wed Feb 10 15:46:55 2010 +0100 Fix message spelling (reported by Luboš Novák) I: libisds0: spelling-error-in-binary ./usr/lib/libisds.so.0.0.0 childs children I: libisds0: spelling-error-in-binary ./usr/lib/libisds.so.0.0.0 unkown unknown commit 399856c0048f2d05b012be2873440e8c7902a96b Author: Petr Písař Date: Wed Feb 10 15:46:55 2010 +0100 Fix message spelling (reported by Luboš Novák) I: libisds0: spelling-error-in-binary ./usr/lib/libisds.so.0.0.0 childs children I: libisds0: spelling-error-in-binary ./usr/lib/libisds.so.0.0.0 unkown unknown commit ee3ee39ccce2e11c7d63456801d7b14984a0337e Author: Petr Písař Date: Wed Feb 10 15:32:12 2010 +0100 Update TODO commit 7d524d2c9c49d4a49fb9be163483dcb96f5c5df1 Author: Petr Písař Date: Wed Feb 10 15:27:53 2010 +0100 API augmented to 1.0.1 commit de85754a257429042032b8762b8c9314c9a23915 Author: Petr Písař Date: Wed Feb 10 15:24:57 2010 +0100 Add isds_set_log_callback() Application can use this function to register callback which will receive all log messages instead of printing to stderr by library. commit 8aecc649a237f98534696acf89c46b62dcacf569 (tag: refs/tags/v0.1) Author: Petr Písař Date: Tue Feb 9 17:35:58 2010 +0100 Update tested environment in README commit 5fbdd461892c3bcca6e39a157dfecfd0ab1baf5d Author: Petr Písař Date: Tue Feb 9 17:34:02 2010 +0100 client: fix message typo commit dc46104cebea0c35b24b34f71e69f942670e7303 Author: Petr Písař Date: Tue Feb 9 17:32:03 2010 +0100 build: check for Expat library commit 360dbfcc9d83668d2f2978b012a344d95b391726 Author: Petr Písař Date: Tue Feb 9 17:21:37 2010 +0100 client: stat.st_size is less than intmax_t without LFS commit 249597e20e2a8ee9876175fda0cebb43c4a1420d Author: Petr Písař Date: Mon Feb 8 23:49:03 2010 +0100 build: Fix underquoted release date substition commit 737554626547406a5fbfc960db7a8411ce3db1db Author: Petr Písař Date: Mon Feb 8 23:44:54 2010 +0100 build: Control large file support by autoconf I'm not sure about client and tests. They should include config.h somehow probably. We must test it. commit 36a6366ad7d81cd1f1a1cd050798226b500cfa46 Author: Petr Písař Date: Mon Feb 8 23:16:52 2010 +0100 Remove KSBA from dependecies commit 0103ec362ff3ec00a37590b212cdccd979133f53 Author: Petr Písař Date: Mon Feb 8 23:15:32 2010 +0100 build: Add dist hooks This dumps git log into ChangeLog and adds signed tag into repository. commit f41eada6e38637ccda567629cb836b291939fef0 Author: Petr Písař Date: Mon Feb 8 22:07:44 2010 +0100 l10n: update catalogs commit 33e00d2ab95f93d02072bdd38675b71fc47f0348 Author: Petr Písař Date: Mon Feb 8 21:59:44 2010 +0100 build: Mark public prototypes as extern "C" This is necessary to link C++ application against C library commit d2ff1d6f0bc0c2cddd979398754e3b9571ed4141 Author: Petr Písař Date: Mon Feb 8 21:51:24 2010 +0100 build: start public library release at version 0.0.0 commit 91b7cd3700a39ef2379af322bd278164a400c17e Author: Petr Písař Date: Mon Feb 8 19:07:13 2010 +0100 Prepare NEWS for 0.1 version release commit 30d74f4042ed1131c1b7905c6b1ac5c16f199edd Author: Petr Písař Date: Mon Feb 8 18:55:43 2010 +0100 build: distribute bzip2 archive and require up-to-date NEWS commit e650e3c56f9d9963b0da4d683f773c875174ddf2 Author: Petr Písař Date: Mon Feb 8 13:27:40 2010 +0100 l10n: Update Czech translation commit fc1d560ca3c21251cc636095a1add57d54b94654 Author: Petr Písař Date: Mon Feb 8 13:14:23 2010 +0100 Fix typo in comment commit 991e993aedd6f270e95bbe645b69b99980f0e9a5 Author: Petr Písař Date: Mon Feb 8 13:06:45 2010 +0100 i18n: Update POT template commit b70d75fa8ab6df4674a19c310e15876becfc5378 Author: Petr Písař Date: Mon Feb 8 13:06:02 2010 +0100 i18n: Fix message typos commit caf3126366f9e4bc834ecc1b72766bc4e15ba3e4 (tag: refs/tags/version32) Author: Petr Písař Date: Sun Feb 7 15:32:02 2010 +0100 l10n: partial Czech translation commit 0fc24f60558630124d8daff5acf597d0021c3999 Author: Petr Písař Date: Sun Feb 7 15:17:11 2010 +0100 i18n: Fix some gettext strings commit 837d1a6c4e76b853e21b9f29c48d074668c08dac (tag: refs/tags/version31) Author: Petr Písař Date: Fri Feb 5 09:31:05 2010 +0100 Credits libb64 author commit 3bbee93569a4c511b477d3b347909f292108ef92 Author: Petr Písař Date: Thu Feb 4 23:11:25 2010 +0100 client: tool to download sent message by ID commit 6174db5f563795119b2cd88c26781a419b62531f Author: Petr Písař Date: Thu Feb 4 19:08:58 2010 +0100 i18n: Update template commit 9dadbeda0b4ba066ce5cd4efd087ff27ac642834 Author: Petr Písař Date: Thu Feb 4 19:06:16 2010 +0100 build: distribute gettext.h and doc commit d67a78d7b0f32958de44d796fc48ec7c91cbe640 Author: Petr Písař Date: Wed Feb 3 23:48:28 2010 +0100 build: Move common CFLAGS into to configure -std=c99 -Wall currently. We must investigate large file macros. commit 56aa41bd645cda6189e64e3cdce12e5b2aef5d30 Author: Petr Písař Date: Wed Feb 3 23:30:10 2010 +0100 build: Add --disable-fatalwarnigs configure option Use it if you don't care code standard. commit 2eee84b0449330a572deed8b630dc9dacd287a62 Author: Petr Písař Date: Wed Feb 3 22:34:37 2010 +0100 build: Add --enable-debug configure option Autotools add by default `-g' option. Export CFLAGS if you don't want them. commit 39daa5234a3438a5af3eae147c929dea44beb3b5 Author: Petr Písař Date: Wed Feb 3 19:13:04 2010 +0100 Implement SHA-224 and SHA-384 hashes commit e227eb69c2799dcef459a3aec010b634e1bd2b92 Author: Petr Písař Date: Wed Feb 3 18:44:22 2010 +0100 test: Change credentials commit c349e51c1844482e433ed19d57eddd86089f9eaf Author: Petr Písař Date: Wed Feb 3 18:39:12 2010 +0100 client: add missing addbox.c commit 64c7d05b83fb7545c9f60890c25d2010c2c2c2c6 Author: Petr Písař Date: Wed Feb 3 16:03:56 2010 +0100 All 2010-01-22 specification services are implemented commit 9a9cf72d064bcf356fd5e2e2d0b9ce377c87d30b Author: Petr Písař Date: Wed Feb 3 16:00:16 2010 +0100 doc: Fix spelling commit 833ff3ad674b9cd42450df97bbe419956e73c95d Author: Petr Písař Date: Wed Feb 3 15:56:44 2010 +0100 Populate service_name_locale in send_request_check_drop_response() commit cc1d39b1ef7c6cdcd0dbc6eb2759686ed33dd281 Author: Petr Písař Date: Wed Feb 3 15:46:36 2010 +0100 Add @approval argument to almost all DB_MANIPULATION functions This by-spec-subdocumented feature is designed to store link to external decission about box manipulation (create, delete, change, etc.). The argument is type of struct isds_approval. If it's not NULL, then approved boolean flag and optional link to the approval (generic string, usually serial number because Czech government has never heard about URN). commit 9632ef81dd2280e10a0c65a49d2f2971cd33dfaf Author: Petr Písař Date: Wed Feb 3 14:43:52 2010 +0100 Introduce struct isds_approval This is optional info that can be attached to DB_MANIPULATION services. commit 0fc7c3d9e3b48169cff2d8381b0d2aca71656175 Author: Petr Písař Date: Wed Feb 3 14:26:11 2010 +0100 Implement CreateDataBoxPFOInfo as isds_add_pfoinfo() commit 8af1cf995190061a2bae4d8a2429c526d93024e3 Author: Petr Písař Date: Wed Feb 3 13:55:54 2010 +0100 Implement CreateDataBox as isds_add_box() XSD and verbose specification are in conflict whether empty list of primary users is allowed. commit 83741e360011cab40ac1e8fbd2d5f0ea24d7ff2b Author: Petr Písař Date: Tue Feb 2 21:21:40 2010 +0100 doc: CreateDataBox commit 24710ab3f0fa3ff7d052d919ac91cbd34fdc7407 Author: Petr Písař Date: Tue Feb 2 20:34:37 2010 +0100 Implement DeleteDataBox as isds_delete_box() Not tested. commit d7c532740dbfa4cbdca9654a62f1edd0d7215e09 Author: Petr Písař Date: Tue Feb 2 19:20:46 2010 +0100 Make all *_duplicate() arguments const commit 35dbc417f3490de73f6eecf762822202997bcfa6 Author: Petr Písař Date: Tue Feb 2 19:18:42 2010 +0100 client: changebox This probes isds_UpdateDataBoxDescr(). commit eabecff02e582dcdb7c77b5e501df22945e95ea3 Author: Petr Písař Date: Tue Feb 2 17:34:25 2010 +0100 Document and implement AddDataBoxUser and DeleteDataBoxUser Exported as isds_add_user() and isds_delete_user() functions. Both of them accept box and user description and outputs request serial number. commit c4409f4d3edcda3491423b72272849aa7cf93f2b Author: Petr Písař Date: Tue Feb 2 16:46:20 2010 +0100 doc: Reorder UpdateDataBoxUser commit f7252b3b6e9a8d25304222f292b69dd937fc6d2c Author: Petr Písař Date: Tue Feb 2 16:41:07 2010 +0100 Simplify build_send_dbid_request_check_response() commit 1558f099f9f5850cc1eeb94b11ee7bb8b5feba2d Author: Petr Písař Date: Tue Feb 2 16:12:37 2010 +0100 Remove superflous connection check from isds_GetDataBoxUsers() commit 66767dae8f6259dff6e05f1fd337aacc983fe29b Author: Petr Písař Date: Tue Feb 2 16:06:16 2010 +0100 Unify isds_UpdateDataBoxUser() commit 19d8e1821e2eaf4a3a7981727b2ca224d52c3110 Author: Petr Písař Date: Tue Feb 2 15:28:14 2010 +0100 Migrate to testing user `5s59sd' and change his password commit c1888c2b0e376338b463b8bf2c05f8f39f2c6955 Author: Petr Písař Date: Tue Feb 2 15:20:40 2010 +0100 client: inhibit resetpassword.c commit 77327b885d39f2ec8815e5f5817308e1f75d951a Author: Petr Písař Date: Tue Feb 2 15:17:21 2010 +0100 doc: Useless credentials for `jrfh7i' user commit af7b56263083d670cd1bf7ee9494e5ec6c3f687e Author: Petr Písař Date: Tue Feb 2 15:13:29 2010 +0100 Implement NewAccessData as isds_reset_password() This function is designed for off-line meeting point officer who can reset pasword of other user on his request. Unfortunatally, testing instance does not comply to specification and call by primary users leads to box access loss due to accepted password reset without revealing new password. commit 83dbb267be47c59dc08a1df50e74a55abda1ba0b Author: Petr Písař Date: Mon Feb 1 22:42:14 2010 +0100 Implement DisableDataBoxExternally This service is exported as isds_disable_box_accessibility_externaly() function. It's designed for prisons to mark box unaccesible on legal basis restrospectively. commit 446e77186f0aed75f2ca660b01dd730f4786dc13 Author: Petr Písař Date: Mon Feb 1 21:19:50 2010 +0100 Isolate generic bottom half into send_request_check_drop_response() This can be used for generic response processing where only 0000 status code is defined. This patch renames some internal functions too. commit 07967970c11e1242e568ae9c8d6e82caeb7069bf Author: Petr Písař Date: Mon Feb 1 16:20:01 2010 +0100 doc: Move box state desription to `box' commit ccb24541e83be2a93e07a009dba567d260c74ba7 Author: Petr Písař Date: Mon Feb 1 16:13:45 2010 +0100 Implement DisableOwnDataBox and EnableOwnDataBox It's exported as isds_switch_box_accessibility_on_owner_request() function. Be ware owner can not do that. Special permission is necessary to be able to change state of other's boxes. commit cd2d248c235a637385ef9f242e6bd606c1eca189 Author: Petr Písař Date: Mon Feb 1 12:07:21 2010 +0100 Pick refnumber up from *EffectiveOVM and *OpenAddressing commit 4f66e8f8f2453b1ac4628206bdd93f676611bd92 Author: Petr Písař Date: Mon Feb 1 11:52:17 2010 +0100 doc: Fix typo commit 6c1189b38034292b9902334ab08f6260d009ee75 Author: Petr Písař Date: Mon Feb 1 11:50:03 2010 +0100 Pick refnumber up from UpdateDataBoxUser commit 4372765176ac3de3388a9c1bda2af43db72e2806 Author: Petr Písař Date: Mon Feb 1 11:41:28 2010 +0100 @refnumber is automatically reallocated, not allocated. commit fdeff4e9807fe89078cb78a0448997735c6bd69d Author: Petr Písař Date: Mon Feb 1 11:27:18 2010 +0100 Adjust request serial number notation commit d0afd4f1fb387825867f73579aaa3659f58849d2 Author: Petr Písař Date: Mon Feb 1 11:17:48 2010 +0100 doc: maintanace services return request serial number This new element in dbStatus substree is declared for all DB_* services. However this feature is not documented in no verbose documents. commit 74503a6dbfd7daad59d2672cf888de569c1000dd (tag: refs/tags/version30) Author: Petr Písař Date: Fri Jan 29 11:43:49 2010 +0100 client: Track changepassword.c commit d44d7efd36073ccee91fb925c42cad4d226da7fd Author: Petr Písař Date: Fri Jan 29 11:37:50 2010 +0100 doc, client: Ajdust how UpdateDataBoxUser works ISDS apparently does not use old user data only to identify changed user. It uses these client supplied data to detect differences against new user data and to authorize these changes. Thus client must supply complete original old user data. Therefore application will usually need to duplicate user data. Appropriate functions has been implemented into library and exported. commit 98dbe4693895e93c674640ce10ed3c91df21269e Author: Petr Písař Date: Fri Jan 29 11:24:58 2010 +0100 Add functions to make deep copy of isds_DbUserInfo commit 3b6efcc0a04103ea627beb364fd6a3cfbf30c30b Author: Petr Písař Date: Fri Jan 29 10:18:30 2010 +0100 client: Add changeuser This uses isds_UpdateDataBoxUser. This does not work: old_user carry only userID, new_user complete data. ISDS complains 1001: Existing user can not become a PRIMARY user. I think server compares old_user and new_user at first instead of finding current data by old_user->userID and do comparison against server data. commit 19ea4c71452fa714fa16e73718f6a3c43181b23c Author: Petr Písař Date: Thu Jan 28 23:41:35 2010 +0100 Make SOAP service parametrizable in build_send_check_dbid_request() commit 310b45725ce520c907c12d686e783c970dbfc56c Author: Petr Písař Date: Thu Jan 28 23:15:08 2010 +0100 Surround all macro code by currle brackets This is neccesary to to be able to call macros as atomic statements (e.g. if (condition) INSERT_STRING()). This should close not yet discovered bugs. commit 31cd7725bfccbb2805a86dad4446143754b8da9f Author: Petr Písař Date: Thu Jan 28 23:08:22 2010 +0100 Implement and document UpdateDataBoxUser as isds_UpdateDataBoxUser() This function is used to change data about user assigned to specified box. XXX: Not tested. commit 3f7b4a5e970ae83a0a86f6eebe4d8774aad5e261 Author: Petr Písař Date: Thu Jan 28 16:56:48 2010 +0100 Implement and document SetEffectiveOVM and ClearEffectiveOVM These request are exported as one isds_switch_effective_ovm() function. This feature assigns priviledge to send message as OVM (government or municipality). When sending message, user can apply this permission by explicit seting isds_envelope.dmAmbiguousRecipient to true. commit 5a7136e5f7c63f4133d80ce5ed919b629a82a6fc Author: Petr Písař Date: Thu Jan 28 16:42:16 2010 +0100 doc: SetOpenAddressing and ClearOpenAddressing commit c0619a0253c6d4e880432e2d07d47bd97b904882 Author: Petr Písař Date: Thu Jan 28 16:33:38 2010 +0100 Implement SetOpenAddressing and ClearOpenAddressing These SOAP request are exported as one isds_switch_commercial_receiving() function whose third boolean argument controlls switch state. commit 9cb51276fed77da37913e297f3d89fb9be1eb32f Author: Petr Písař Date: Thu Jan 28 15:24:20 2010 +0100 doc: Fix grammar commit b0247501f72b3b47f279681058434418bad1cf2f Author: Petr Písař Date: Thu Jan 28 14:12:29 2010 +0100 TODO: library updated to specifiaction 2010-01-22 (2.7/2.6) commit 96af184a35692acb7f33b1473d1306dc1fb33e24 Author: Petr Písař Date: Thu Jan 28 14:10:31 2010 +0100 Fix GetDataBoxUsers to accept box ID. commit 4865ff5eb644fe226b21fd0e8b59fa5648a17803 Author: Petr Písař Date: Thu Jan 28 13:36:47 2010 +0100 Implement GetDataBoxUsers as isds_GetDataBoxUsers() This function allows to get list of users assigned to given box. Current implementation and documentation is wrong: Input is not empty dummy request and the function does not work on current box. User must supply box ID which is he interrested in. commit 8a266371811df8d729516287cf9d8ac85dfd2852 Author: Petr Písař Date: Thu Jan 28 12:53:53 2010 +0100 doc: GetDataBoxUsers service commit 08848dd9f9efac90253c8d7e618ca0e045903909 Author: Petr Písař Date: Wed Jan 27 22:28:31 2010 +0100 client: Do not print new line after biDate asctime(3) appends new line either. commit 0d7885f4f6e52e6124a075654adb1edc9ef684df Author: Petr Písař Date: Wed Jan 27 22:25:28 2010 +0100 Unify some parts of extract_DbOwnerInfo() and extract_DbUserInfo() commit ac8f9236d6ccaa83b806f7bce6da73b8c1ec12fc Author: Petr Písař Date: Wed Jan 27 22:09:30 2010 +0100 Implement GetUserInfoFromLogin as isds_GetUserInfoFromLogin() This function allows user to get datails about him. Be ware that not all members has sense for every user type. Unused values are NULL as usually. commit 52b642cab05c8b89c446a1ff93bdcbce90319252 Author: Petr Písař Date: Wed Jan 27 18:41:44 2010 +0100 Augment isds_priviledges by data safe permissions commit d4eb0fb5f58bc90a55c8baf69161b38269d63fd0 Author: Petr Písař Date: Wed Jan 27 18:33:15 2010 +0100 Document and define user metadata commit 13b4855ad744759495b1e084593e4c5a3552eeec Author: Petr Písař Date: Wed Jan 27 14:23:20 2010 +0100 Implement ChangeISDSPassword as isds_change_password() This function allows user to change her password. User must supply old password too. Server could refuse to change password if security criteria are not met. commit ca4ca57033e11e8a64ca724e7c7d6ddaea604ec3 Author: Petr Písař Date: Wed Jan 27 13:30:48 2010 +0100 doc: Fix typo commit b5c710b69cd27149c5166051205268f71d1e7a9a Author: Petr Písař Date: Wed Jan 27 12:52:32 2010 +0100 Implement GetPasswordInfo as isds_get_password_expiration() This function allows client to find out when user password expires. commit 826a2e50d1ac4c8c7657c66c9f20d1981e4341f3 Author: Petr Písař Date: Wed Jan 27 12:15:14 2010 +0100 Separate dbDummy request into build_send_check_dbdummy_request() commit 5008af75055e24b924fcfc6cd20f9e182a11f81e Author: Petr Písař Date: Tue Jan 26 21:56:02 2010 +0100 doc: Document DB_ACCESS services Specification 2010-01-22 brings password change possibility. commit 9bbee7be1efe206383415b5785ec5ee75e31003c Author: Petr Písař Date: Tue Jan 26 21:17:42 2010 +0100 client: Add getuserboxinfo to test DB_ACCESS services commit 935c7358ae31ac4231d870e31a6c91f5dc7d5bdc Author: Petr Písař Date: Tue Jan 26 21:05:49 2010 +0100 Modernize isds_GetOwnerInfoFromLogin() commit c8b3fdcc95e7882aefa315488895685bbf6881c0 Author: Petr Písař Date: Tue Jan 26 20:44:58 2010 +0100 Replace old web service DB_SUPPLEMENTARY with DB_ACCESS commit 6dad95cf1c6e92d67956457138f7b345ed588863 Author: Petr Písař Date: Tue Jan 26 20:38:03 2010 +0100 doc: Sync maintanace services list to spec 2010-01-22 commit c8b2bd25a38bd6f6a0d3a369e61209284a68c7a7 Author: Petr Písař Date: Tue Jan 26 20:14:09 2010 +0100 Typo commit e6e564660c35dc2f6f299f7681c600dc27faee69 Author: Petr Písař Date: Tue Jan 26 20:06:31 2010 +0100 doc: Document system box type 0. commit 806494f31931c9eba24c2edf84ab3be4785d5e4c Author: Petr Písař Date: Tue Jan 26 18:03:33 2010 +0100 doc: Update Provozní řád version as source for user_web_services commit 25b8609da6238f16a09f1a9ff465189cbb8ae9b9 Author: Petr Písař Date: Tue Jan 26 17:54:17 2010 +0100 Recognise @dmType while getting list of messages New feature in specification 2.6. commit 928e38323e09aa78b4ba387e0caffbf09705a316 Author: Petr Písař Date: Tue Jan 26 17:36:37 2010 +0100 Add fourth delivery event EVENT_COMMERCIAL_ACCEPTED EV4: EVENT_COMMERCIAL_ACCEPTED has been introduced in specification 2.6. It means recipent accepted commercial message (e.g. by calling ConfirmDelivery). commit e467c6fa38f3a12a8ad94d93e9c6a57e248572b6 Author: Petr Písař Date: Tue Jan 26 17:20:34 2010 +0100 doc: Update MessageEnvelopeDownlad to version 2.6 commit 7c0b50d2b60f4fa93829019cabb2e2dc0a2600e8 Author: Petr Písař Date: Tue Jan 26 17:04:59 2010 +0100 Recognise message type in parsed message This breaks API as stuct isds_envelope received new member dmType. dmType is declared as char* because ISDS designers was not able to use enumerated type and XSD allows any one-character-long string. I'm sorry, but application will need to compare strings. This is the only forward compatible solution. commit 7e57e07b0d462559a587ea8d26445df38742b5ed Author: Petr Písař Date: Tue Jan 26 16:26:12 2010 +0100 doc: How to recognise commercail message at download time commit fa84b1de2f10cb158d79cb24886b9c5f159ee3f3 Author: Petr Písař Date: Tue Jan 26 16:13:59 2010 +0100 doc: Update generic information about message to version 2.6 (2) commit 8589c4a58836bed4deaefb1b6089b0fbfec1cd56 Author: Petr Písař Date: Tue Jan 26 15:43:28 2010 +0100 doc: Update generic information about message to version 2.6 commit de7a83dd1b44e5f825b0f790a8c98d0056884c95 Author: Petr Písař Date: Tue Jan 26 15:13:26 2010 +0100 doc: Update login and server_locators to version 2.7 commit 8eca67b811d7a2d3b5f2dad4dfb74b927eb2e9ab Author: Petr Písař Date: Mon Jan 25 21:26:14 2010 +0100 Gettext has been introduced, remove from TODO commit e7b122865f5b4550de8e77ea48aa7840df8397f3 Author: Petr Písař Date: Mon Jan 25 21:22:24 2010 +0100 i18n: update template commit bda2099162c89b5d1727860fbd01f914029e736f Author: Petr Písař Date: Mon Jan 25 21:11:15 2010 +0100 Internationalized strings can not contain string macro E.g. _("Multiple " element_name " element") can not be processed by xgettext properly. The argument must be solid string before preprocessing. Otherwise we got first part only into template ("Multiple "). commit 80dfe8b3ee5a1e8bd334b610f1ce4301cfd71aa5 Author: Petr Písař Date: Mon Jan 25 21:01:55 2010 +0100 Fix compilation with --disable-nls commit 1578c897af14d21e8038e926be2d024f4d1d611c Author: Petr Písař Date: Mon Jan 25 20:28:33 2010 +0100 TODO: we found ugly way how to test static function few weeks ago commit 222cb1e8fc4b3b926837fc6174633d64c1cc3034 (refs/remotes/repo.or.cz/gettext, refs/remotes/cznic/gettext, refs/heads/gettext) Author: Petr Písař Date: Mon Jan 25 20:15:04 2010 +0100 Track message catalogue template to preserve translation timestamps commit 193168da9c8dc86739f5de6b21574595bf6db889 Author: Petr Písař Date: Mon Jan 25 17:38:39 2010 +0100 l10n: Add Czech translation stub commit 7d8d62c64faa0a9b29221f1f7a1dba83f7fc0df8 Author: Petr Písař Date: Mon Jan 25 17:35:47 2010 +0100 Link against libintl This is empty on glibc system anyway commit 84b91041c6d4624455fcf5be864e767b39cb1a36 Author: Petr Písař Date: Mon Jan 25 17:17:39 2010 +0100 Add missing files into POTFILES.in commit 505e8ea8dc0046a673e9ab6ef39bce7ba997920d Author: Petr Písař Date: Mon Jan 25 17:09:20 2010 +0100 Define localedir in Makefile.ams The src and test similarity sucks. One must find way how to define common part only once like it was done with plain Makefiles. Maybe we could save some symbols into config.h. commit bb1752134e548ee68bad035fb98ee7a53351400b Author: Petr Písař Date: Mon Jan 25 16:30:18 2010 +0100 Check for minimal gettext version commit c2cb69df6ce1e15bbce7bde94270a79d6933f12b Author: Petr Písař Date: Mon Jan 25 16:24:45 2010 +0100 gettextized commit 7001110081a13acabc52cc1bb21be1668f326c1e Author: Petr Písař Date: Mon Jan 25 15:29:07 2010 +0100 Remove autotoolization from TODO commit da97010cf73c206d8b2d7c64c54cf244ca24d9d8 (refs/remotes/repo.or.cz/autotools, refs/remotes/cznic/autotools, refs/heads/autotools) Author: Petr Písař Date: Mon Jan 25 14:41:14 2010 +0100 Describe installation with autotools. commit 0019805ef5436e3bf67e458d91c6318c655a38c5 Author: Petr Písař Date: Mon Jan 25 14:12:46 2010 +0100 Add missing test/Makefile.am commit 942ee60d96d315c283e377af91d7dbbd4ed7e47c Author: Petr Písař Date: Mon Jan 25 12:31:58 2010 +0100 Make client and test configure-time optional Off by default. commit e8c66d56ed2ad44adf1dae6783f3f4f07bf83b3a Author: Petr Písař Date: Mon Jan 25 00:52:28 2010 +0100 Remove files superseded by automake commit 29c0a8a94d6cadfe1af92ef3d780ecb33b66ad67 Author: Petr Písař Date: Mon Jan 25 00:51:15 2010 +0100 Autotoolize tests commit e5d9feb157cf919472c023d49804d17612617a95 Author: Petr Písař Date: Sat Jan 23 22:42:10 2010 +0100 Autotoolize client commit 9995273f43307c976c4fcddcf7cca1c0ba0b381a Author: Petr Písař Date: Sat Jan 23 12:27:17 2010 +0100 Install library headers and new-style libtool AC init commit fbe4959204e737a6f03ddd161f6a5782a4de2e5d Author: Petr Písař Date: Mon Jan 18 22:22:04 2010 +0100 Autotools with libtool added to compile src commit 951e4f8d839a75e2cfcc8b8cd9865fa918ec9ad5 (tag: refs/tags/version29) Author: Petr Písař Date: Tue Jan 19 20:43:46 2010 +0100 doc: Update db_manipulations.wsdl service to spec. 2.1 commit 95d44f7cea56bad544f5e15bda7dfaa188abe9f1 Author: Petr Písař Date: Tue Jan 19 12:07:33 2010 +0100 Add plain signed deliverry info example commit 292422dbd02705099f5578c4da0ecf22712303d5 (tag: refs/tags/version28) Author: Petr Písař Date: Mon Jan 18 22:35:54 2010 +0100 Fix possibly undefined values old_ctx_node is really bug, prev_event is compiler non-intelligence commit 430ab87bab3bcf9c20d131bd2223eacda011cce7 Author: Petr Písař Date: Sat Jan 16 23:00:10 2010 +0100 Library is in line with 2.1 version specificiation commit 08fd3a6ab29c36d7a167ecf7a77866ecb0acfdec Author: Petr Písař Date: Sat Jan 16 22:53:39 2010 +0100 Absorb isds_load_signed_delivery_info() into isds_load_delivery_info() Delivery info loading has been curryfied in the same manner as message loading. We implemented plain signed delivery info loading in addition. commit 7a92a8461f4f09e6fe63213207b4196eda75e6eb (tag: refs/tags/version27) Author: Petr Písař Date: Fri Jan 15 12:21:18 2010 +0100 Update copyright year commit 514306d8ca23d983d1b7fd8ba729ddd8539b9064 Author: Petr Písař Date: Wed Jan 13 23:01:16 2010 +0100 Implement HTTP transfer progress bar with tranfer abort possibility Application registers callback with isds_set_progress_callback(). If registered callback returns non-zero value, transfer will ne aborted. commit 3d03ea087cf6066f9bcff44a52a70c04c6d58444 Author: Petr Písař Date: Wed Jan 13 17:52:33 2010 +0100 doc: Commercial message commit 170b4533f643ea4c9ba9170f84ef5b575afcc8a4 Author: Petr Písař Date: Wed Jan 13 17:46:26 2010 +0100 doc: FindDateBox is limited on searcher box type commit aaa057cc594c82d83f13727fbd0c9b78fdf0be2a Author: Petr Písař Date: Wed Jan 13 17:40:21 2010 +0100 doc: Add box specification commit 32075fdbb87beaa68578ff415ec9c2ed86e477a8 Author: Petr Písař Date: Wed Jan 13 17:26:07 2010 +0100 doc: Move ConfirmDelivery description to better place commit 1adfc45e694059b7bad947b9b2aa3b24de4ddcb0 Author: Petr Písař Date: Wed Jan 13 17:23:57 2010 +0100 doc: Update FindDataBox to spec. 2.1 commit e52e55e60d9a3fc3dfd9231e99bb9c63426346f8 Author: Petr Písař Date: Wed Jan 13 16:55:58 2010 +0100 Unify isds_send_message() and isds_send_message_to_multiple_recipients() commit 824fe813496558866d042f6d012c95ecae1ca10f Author: Petr Písař Date: Wed Jan 13 16:36:37 2010 +0100 client: improve print_copies() pretty printing commit 4a4cd3f1d6677f077fa975b7006f247a0615efea Author: Petr Písař Date: Wed Jan 13 16:33:40 2010 +0100 Fix CreateMultipleMessage response processing CreateMultipleMesage is tested, finished and removed from TODO commit b8c792e312b999a1f6282c56c7dc3e2a4c8daca2 Author: Petr Písař Date: Wed Jan 13 16:27:05 2010 +0100 client: sendmultiple added commit f907691fe49f9b28762a9fb193c05a270eff092a Author: Petr Písař Date: Tue Jan 12 23:06:26 2010 +0100 Implement CreateMultipleMessage service Via public function isds_send_message_to_multiple_recipients(). TODO: Test it. commit a89b48d20a735c6f3a702d34fcc75fa09abf85b1 Author: Petr Písař Date: Tue Jan 12 19:49:15 2010 +0100 Introduce struct isds_message_copy; Necessary for isds_send_message_to_multiple_recipients(). commit 7cf3e53c162594ebb8b2d93c31162b8a32d93da0 Author: Petr Písař Date: Tue Jan 12 16:33:43 2010 +0100 doc: Fix typo commit d9074555c0af0513881740d10e33de0135ea5e7f Author: Petr Písař Date: Tue Jan 12 15:57:36 2010 +0100 doc: ConfirmDelivery is dm_info service commit 6e0348b60a15d4f08e427e787b589b77762a21ce Author: Petr Písař Date: Tue Jan 12 15:51:42 2010 +0100 Fix spelling of MESSAGESTATE_RECIEVED identifier Maybe MESSAGESTATE_ACCEPTED name would be more appropriate commit e4e6d339f62a88be580031409ec823cf67b67b75 Author: Petr Písař Date: Tue Jan 12 15:46:57 2010 +0100 Implement ConfirmDelivery operation This operation marks commenrcial message as received by recipient request. This is new function added by ISDS 2.1 specification. OTOH, this specification does not define how to recognise commercial message. commit 69e0fc7be0f7dcabcd74753e0a0d6bc17650e5df Author: Petr Písař Date: Tue Jan 12 12:52:43 2010 +0100 client: computemessagehash works on unsigned, plain signed and CMS signed messages commit f4af7440aa8a95f0a8b4c4c3d687ea72065711fe Author: Petr Písař Date: Tue Jan 12 12:32:37 2010 +0100 client: Add loadcmssignedsentmessage commit 4f62f733fe6042ecd4750d3ed0001a8a354afc3b Author: Petr Písař Date: Tue Jan 12 00:22:41 2010 +0100 Recognise MESSAGESTATE_IN_STATE as defined in spec. 2.1 commit 6731635debc7a84924e8c64fe22c185cfd6a96b2 Author: Petr Písař Date: Tue Jan 12 00:01:26 2010 +0100 doc: Update GetListOf*Messages to spec. 2.1 commit 662ff9cfdc782938ccca57e1567e83548f54d5a2 Author: Petr Písař Date: Mon Jan 11 23:49:48 2010 +0100 doc: Discuss document file name extensions and document mime types commit 2d1f41a609777f8b95c1a5b10875369a1152791a Author: Petr Písař Date: Mon Jan 11 23:28:12 2010 +0100 doc: Update server locators according spec. 2.1 commit 72124d5ee68a84482f4d8dfe1785942e068e3442 Author: Petr Písař Date: Mon Jan 11 23:20:16 2010 +0100 doc: Update user authorization to spec. 2009-10-30 commit d94d1abe5a732990266315a141b9638d5fe11887 Author: Petr Písař Date: Mon Jan 11 23:13:22 2010 +0100 doc: Message states commit 7457296f0cbe04471382dfbb699e87cb53c40667 Author: Petr Písař Date: Mon Jan 11 23:03:47 2010 +0100 doc: ConfirmDelivery commit 1d9c65ae9860b01e395e077e415566e4010d1e7f Author: Petr Písař Date: Mon Jan 11 22:45:21 2010 +0100 doc: document CreateMultipleMessage user operation commit 798cbad935ceb26ffec649a61b8b381e030b0bb7 Author: Petr Písař Date: Mon Jan 11 21:43:56 2010 +0100 doc: ISDS abuse policy commit f410c2b2506e0504b0f595b73f7f594bffb4d30c Author: Petr Písař Date: Mon Jan 11 21:00:20 2010 +0100 doc: Update list of mainatanace web services according to spec. 2009-10-30 commit 1d4e378c3d107640e12a24387aed8ee02c0da15b Author: Petr Písař Date: Mon Jan 11 20:53:11 2010 +0100 doc: update spec. reference in user_web_services commit f31d1d2f022ab864087f06c285ab1346ba548f81 Author: Petr Písař Date: Mon Jan 11 20:51:04 2010 +0100 doc: Update list of user web service according to spec. 2009-10-30 commit 6e825f28a52623864ee6a4aad3058622f3494b83 Author: Petr Písař Date: Mon Jan 11 20:38:24 2010 +0100 doc: Update message structure accorind to ISDS spec. 2009-10-30 commit 263932f0942d16be0c48d707f0308f41dd90b817 Author: Petr Písař Date: Mon Jan 11 20:29:21 2010 +0100 doc: Update login procedure to specification 2009-10-30 commit 9dfbb22f7b7827840febc4eeebe9be04f9720c40 Author: Petr Písař Date: Mon Jan 11 16:32:32 2010 +0100 Change pasword for account `jrfh7i' to `Ac123456' commit c92ca6191c8b7b2152e04d1f6c7f059757e04972 Author: Petr Písař Date: Mon Jan 11 16:12:09 2010 +0100 Add simple login client with HTTP debugging commit b5b5ef8f1da10a53c1d7c6fdb99771640ac02553 Author: Petr Písař Date: Mon Jan 11 16:05:14 2010 +0100 Mark isds_load_signed_message() as deprecated commit 1cefb47f8c479761e740467997242546a7333fe2 Author: Petr Písař Date: Mon Jan 11 15:48:56 2010 +0100 sent_message-206720.xml in new format, adjust clients commit 2a9e681592678c1b323938746c4bdc40c7d94f1e Author: Petr Písař Date: Mon Jan 11 14:59:15 2010 +0100 isds_load_message() addedd This function can load message of any type. It will suppersed more specific functions like isds_load_signed_message(). Not tested yet. commit 7c4193c418fc88af8a5cea725f4b7afa6e22d9e7 Author: Petr Písař Date: Mon Jan 11 13:52:40 2010 +0100 client: getsignedsent saves signed message into file commit 65be113239e6cfd2715029bf2adca30c2309f7f3 Author: Petr Písař Date: Mon Jan 11 13:51:22 2010 +0100 client: getsignedreceived saves signed message into file commit 0bb979c312e32c712b2de2923af935b8309fbbf7 Author: Petr Písař Date: Mon Jan 11 13:49:16 2010 +0100 client: getreceivedsigneddelivery saves signed delivery info into file commit 721b19b2344a603c2f64b876fd4624e58c1c7c53 Author: Petr Písař Date: Mon Jan 11 13:44:34 2010 +0100 client: getreceiveddelivery saves delivery info into file commit 1a43d0ed6908adfd86689fae741687c1b57c35e5 (tag: refs/tags/version26) Author: Petr Písař Date: Sat Jan 9 16:10:02 2010 +0100 client: computemessagehash: Do not use uninicialized structures commit 141f74b2aa287e0b997bb33a326830e7264cffe3 (tag: refs/tags/version25) Author: Petr Písař Date: Fri Jan 8 11:27:55 2010 +0100 Message verification based on hashes is complete commit 93bc95117bd2ac111f229775fa628b282cb77c50 Author: Petr Písař Date: Thu Jan 7 21:24:16 2010 +0100 Install $(INCLUDEDIR) under $(DESTDIR) commit 205a3af80c924b987e29ab886ac4a79956a2856c Author: Petr Písař Date: Thu Jan 7 21:20:27 2010 +0100 Respect DESTDIR make variable to install into chroot commit bf737c87c87b75756232c4769d7d48ef9874e394 Author: Petr Písař Date: Thu Jan 7 21:15:42 2010 +0100 Document dependency on expat library commit 58f6d7f192b7f3b0ac705c1fe363466f638593c7 Author: Petr Písař Date: Thu Jan 7 20:16:13 2010 +0100 Change isds_laod_recevied_message() to process MessageDownloadResponse blob We changed format of local receveived message. Former dmReturnedMessage root must be encapsulated with MessageDownloadResponse element since now. commit fb7ddb19ea58756a64031e7b87328611aee6084a Author: Petr Písař Date: Thu Jan 7 20:07:41 2010 +0100 Add loadreceivedmessage client commit c7b2c6f0eeb58a64d1e60e8854e60023442d8ea6 Author: Petr Písař Date: Thu Jan 7 17:45:36 2010 +0100 isds_get_received_message(): Copy raw blob from correct offset commit 8de2a3905c6090fb5995013537ef2dea0e18f77a Author: Petr Písař Date: Thu Jan 7 17:32:20 2010 +0100 soap(): Fix raw response handling commit 65c217915b57cc70e0eb70c847972d1b12913b5a Author: Petr Písař Date: Thu Jan 7 17:28:01 2010 +0100 isds_get_received_message(): extract message bitstream and store it into raw commit 36e954de8959f47d003e0093540be947c6b3702f Author: Petr Písař Date: Thu Jan 7 16:30:54 2010 +0100 client: don't create output file with executable flags commit 0739212d889095878a6325f25d8c28857b319c37 Author: Petr Písař Date: Thu Jan 7 16:26:46 2010 +0100 Propagate raw HTTP body response more upper commit 7b852833054aa6d59bc031bc5a68eecd8522a7c0 Author: Petr Písař Date: Thu Jan 7 16:15:04 2010 +0100 Propagate raw HTTP body up We can do everything for ISDS developer's sake. commit 55f1e6e8db0c1fd4cb378d10e70c70bf40a11095 Author: Petr Písař Date: Thu Jan 7 15:09:53 2010 +0100 client: getreceived save message into file `output' commit d9d1a02366b0198abed08724e159fc44f595c15c Author: Petr Písař Date: Thu Jan 7 12:35:11 2010 +0100 isds_compute_message_hash(): set xml_stream on plain message commit 690ef47f25a3cf9d46ae878d388a43d8c50d2178 Author: Petr Písař Date: Thu Jan 7 12:26:06 2010 +0100 Fix isds_compute_message_hash() on CMS signed messages The CMS XML data are rooted in DownloadMessageResponse. dmReturnedMessage is child after that. commit e10bd6caf6b264078fcac9cd6868ca24cce2d57a Author: Petr Písař Date: Thu Jan 7 12:01:32 2010 +0100 Add debug logging into physxml commit ebc4512cdfc5eb07d3ad04188d7437df3b1479c8 Author: Petr Písař Date: Thu Jan 7 11:51:44 2010 +0100 Support CMS encapsulated messages in isds_compute_message_hash() commit f08014cef08bfa39d70ecb0ce9e799a3ce9dd518 Author: Petr Písař Date: Thu Jan 7 11:25:03 2010 +0100 client: verifyreceivedhash test unsigned and CMS signed incoming message commit 46c48529e33c603678e1314f8da147f731981ffc Author: Petr Písař Date: Thu Jan 7 11:16:02 2010 +0100 Annotate all raw assignments with raw_type commit 2c6b1087831a2ddeaeeb3c6fd513898e9e6851c0 Author: Petr Písař Date: Thu Jan 7 11:03:42 2010 +0100 isds_compute_message_hash() supports incoming and outinging plain messages commit eddd9fa9da12c680a71b0e8d698036284812f382 Author: Petr Písař Date: Thu Jan 7 10:35:05 2010 +0100 message.raw_type is significant only with valid message.raw commit 8c3bbe6c6634783a75f5ad09de889d21cf8abc0a Author: Petr Písař Date: Thu Jan 7 10:33:38 2010 +0100 Declare raw type memeber of message commit 568ea95a108cec7662bbd98a842c89f892499a8e Author: Petr Písař Date: Thu Jan 7 10:19:13 2010 +0100 client: Fix output in verifymessagehash commit ad7f1de32848ea3b078f3905a97877addbda2120 Author: Petr Písař Date: Thu Jan 7 10:13:23 2010 +0100 client: Move verifyreceivedhash into downloadmessagehash and use isds_verify_mesage_hash() in verifyreceivedhash commit edbf8e2b47f8c62222879eaac1df8926177117af Author: Petr Písař Date: Wed Jan 6 22:45:13 2010 +0100 Omit unused code commit db0c6b23b1e36bdfbb384a8560c647802b833fbc Author: Petr Písař Date: Wed Jan 6 22:25:52 2010 +0100 client: move hash comparation into common.c commit c2df50611895e54f48438ffab85b1b7d021d81b2 Author: Petr Písař Date: Wed Jan 6 21:56:28 2010 +0100 isds_compute_message_hash() using physxml computes hash correctly Hurray! Long expected feature is here. We can compute message hash now. TODO: Clean the code up TODO: Accept signed messages commit 3f83f00311335d15466861909e04d2f6d091d9bd Author: Petr Písař Date: Wed Jan 6 21:29:18 2010 +0100 Plug physxml into main library commit 80d758c4765337d7c23e3c96351444be7fed8a72 Author: Petr Písař Date: Wed Jan 6 21:20:20 2010 +0100 Include to "utils.h" due to PANIC commit 584ecd16900ae7c44ed0eb1188ade0e48f7a9aac Author: Petr Písař Date: Wed Jan 6 21:18:20 2010 +0100 Add header file for physxml commit 5520a04d8933ce5ee4b1a894ac2127e4bfce7167 Author: Petr Písař Date: Wed Jan 6 21:14:44 2010 +0100 Add XML parser preserving physical XML structure This is necessary for message hash computation commit 336a98a01af12ef8509f6eb8fbe05cdd1cca7171 (tag: refs/tags/version24) Author: Petr Písař Date: Sun Jan 3 13:53:44 2010 +0100 dump_nodeset() does not short empty elements Can not unescape attributes still. commit 8482340e73f51e007d3391bbf5825e496a087db6 Author: Petr Písař Date: Sun Jan 3 11:37:55 2010 +0100 Log compute_hash() input commit 03dc003c7a81112801e63d7bce8ac046440924a9 Author: Petr Písař Date: Sat Jan 2 22:29:59 2010 +0100 Test dump_nodeset() based on xmlSaveCtxt Our goal is to get non-transformed XML substring: no attribute escaping, allow empty tags. commit 2b4e4477496c577616e5efe3ace74640aeeb3e1d Author: Petr Písař Date: Sat Jan 2 13:26:55 2010 +0100 client: Add computemessagehash.c This client loads local plain received message and recompute its hash. File mapping into memmory unified. Example plain sent message added. commit 04b1a02f84a7d40cd634553f5642899a5cb10a67 (tag: refs/tags/version23) Author: Petr Písař Date: Fri Jan 1 15:45:34 2010 +0100 Remove executable flag from getreceived*delivery.c commit bfef54a20242e34f8a9c85330b77ec73a59f909a (tag: refs/tags/version22) Author: Petr Písař Date: Fri Jan 1 15:35:53 2010 +0100 client: Add getreceivedsigneddelivery commit 6271a649b2cc0435f56698b16e18b64e2e4f2f76 Author: Petr Písař Date: Fri Jan 1 15:23:21 2010 +0100 Enum type is compatible with int, not with size_t commit 4874c82b2d680fc9b08c4069ea12c57923d211a6 Author: Petr Písař Date: Fri Jan 1 15:12:41 2010 +0100 Include stdint.h for uint8_t commit 16536f70c385dc9bfccd89939d0c098305622511 (tag: refs/tags/version21) Author: Petr Písař Date: Fri Jan 1 10:37:57 2010 +0100 Add isds_verify_message_hash() This function retrieve hash by message ID on-line from ISDS and compare it with locally calculated one. TODO: Underlying isds_compute_message_hash() accepts unsigned messaged only. Fix it. commit 1e6f30b6204983779d11f73bfbc9c3212fbb1d73 Author: Petr Písař Date: Fri Jan 1 09:56:05 2010 +0100 Move isds_hash_cmp() to isds_error return values commit 545e560eb21c0eb80df6e07082b1ed4279916e2b Author: Petr Písař Date: Fri Jan 1 09:36:27 2010 +0100 isds_hash_cmp() added You can use it to compare two hash values commit 292cfaa4aaf5473dd5de858aa05acc97db954f37 Author: Petr Písař Date: Thu Dec 31 23:24:18 2009 +0100 Remove Get*DeliveryInfo from TODO as they have been implemented commit 286e05867fe48eb373e8a2ef6c97a42012a99382 Author: Petr Písař Date: Thu Dec 31 23:19:07 2009 +0100 Fix logging in isds_load_received_message() commit d00c1cb0349daffcf837fab4d8a20159e6dbe70e Author: Petr Písař Date: Thu Dec 31 23:05:44 2009 +0100 Add isds_load_delivery_info() Not tested, client implementation loads nonexisting file commit 72a20edafb59571e548bb78bdbc3e1492a4bb699 Author: Petr Písař Date: Thu Dec 31 22:16:30 2009 +0100 Fix grammar commit c970f3e1ce3b0ec74058f147b3a5265dcfd57b72 Author: Petr Písař Date: Thu Dec 31 22:11:31 2009 +0100 Unify dmSignature location and conversion to DER encoded CMS This affects isds_get_signed_message() and its users. TODO: retest them. commit c9c9f4d53c0c7feab4b757b88481760ec67c5944 Author: Petr Písař Date: Thu Dec 31 21:00:15 2009 +0100 Add isds_get_signed_delivery_info() Not tested commit fa2b7f712bba60cee1aa7a693cb77408a583ffe0 Author: Petr Písař Date: Thu Dec 31 20:07:24 2009 +0100 Event type EVENT_DELIVERED_BY_FICTION renamed to EVENT_ACCEPTED_BY_FICTION commit b2612407424308ac57b863719d74455946f409f6 Author: Petr Písař Date: Thu Dec 31 20:04:25 2009 +0100 Fix signed delivery info loading commit 28a55012d3e1cf5b0216e2e6f50352c599e032de Author: Petr Písař Date: Thu Dec 31 19:50:18 2009 +0100 Fix file name in loaddelivery client commit 7158f7594f72504b8832110dee6f4419d8e5f95f Author: Petr Písař Date: Thu Dec 31 19:48:16 2009 +0100 client: Add loaddelivery commit 22b9031bda98c97681e8dc73cb66b64b347219d7 Author: Petr Písař Date: Thu Dec 31 11:36:17 2009 +0100 Add isds_load_signed_delivery_info() TODO: Test it commit 7bf8d2441447644c104333f966b6b1d38b1a4766 Author: Petr Písař Date: Wed Dec 30 11:00:10 2009 +0100 Implement eventstring2event() isds_get_delivery_info() finished commit 2f0ef4299265f599818b484290b79b10be4e6599 Author: Petr Písař Date: Sun Dec 27 22:51:23 2009 +0100 Implement isds_get_delivery_info() TODO: Finish extract_event() commit 8f2c6503d99ac34443f2aab18b0b4a47a1130390 Author: Petr Písař Date: Sun Dec 27 21:11:23 2009 +0100 Illustrate name space mangling in GetSingnedDeliveryInfoResponse commit 23f58a55b1d59ec2bfb2203c33177127536122c3 (tag: refs/tags/version20) Author: Petr Písař Date: Sun Dec 27 13:28:57 2009 +0100 Stub isds_get_delivery_info() added TODO: extract dmEvents and test it. commit 8e9b9fc364a478ae7f5725f71e27410b1b88e0b4 Author: Petr Písař Date: Sun Dec 27 11:59:46 2009 +0100 Document GetDeliveryInfo and GetSignedDeliveryInfo commit fa4e4a1361c1cbfc55f906d65c8501d426fc17e2 Author: Petr Písař Date: Sun Dec 27 11:27:04 2009 +0100 Fix typo commit ef31b4a35e6eb24adef3da6b1d03cf5bda7e31d7 Author: Petr Písař Date: Sat Dec 26 12:31:11 2009 +0100 Add isds_load_received_message() You can use this function to load and parse sent message from buffer. The buffer can previously saved message->raw from isds_get_received_message(). commit 67ab18568f79958eedf92cbc689f49481eadbf71 Author: Petr Písař Date: Sat Dec 26 10:21:27 2009 +0100 isds_dbtype test: Check for string values commit 99fd2e797e0d246de42b327ecb1e459145f5c520 Author: Petr Písař Date: Sat Dec 26 00:19:47 2009 +0100 Test isds-hash_algorithm.c commit 9591dfa6741434a4c8f093deb69d4794f61858e6 Author: Petr Písař Date: Fri Dec 25 22:27:43 2009 +0100 Report environment after failed make test commit 4435bb6583499c21c441ee0507cbc63087b806f7 Author: Petr Písař Date: Fri Dec 25 22:07:18 2009 +0100 Select static tests by prefix This allows to use different link line for tests including object file due to static functions. Order of rules in Makefile is important. Generic rule must be last. commit 46e21f81d2d74310d6a32c9f3447ab0fa3472932 Author: Petr Písař Date: Fri Dec 25 21:53:40 2009 +0100 Add isds_FileMetaType conversion test commit c51cefb45f8fab73af53e153fbb956ad00db527f Author: Petr Písař Date: Thu Dec 24 22:48:35 2009 +0100 Complete dbtype test commit 356d080cc9a408a8d49034669fe63aba562e3993 Author: Petr Písař Date: Thu Dec 24 22:25:28 2009 +0100 Fix DBTYPE_PFO_DANPOR to string conversion commit 887a8299e09c9c06d3758c7b2c9416280f693155 Author: Petr Písař Date: Thu Dec 24 22:18:18 2009 +0100 Add dbtype test This tests static function by including source code file and thus requires special care in Makefile. Other solution would be to recompile library objects with undefined static token. commit 358b5fcfdcca17fe568ffe6acfee144933b0872a Author: Petr Písař Date: Thu Dec 24 16:43:17 2009 +0100 Fix typo commit 676ba9b48c981e2b0ec58d18c0d687be9c593ab6 Author: Petr Písař Date: Thu Dec 24 14:56:25 2009 +0100 Unify isds_load_signed_message() and isds_get_signed_message() commit 3609cdb4d16d142c3e112e2d13884d5ffde2541a Author: Petr Písař Date: Thu Dec 24 14:09:37 2009 +0100 Add isds_load_signed_message() This function allows to load and parse signed message (in PKCS#7 format) from buffer provided by application. Also different strategies to create raw message member are implemented. commit 4dcd46effe4aeccaa5c2173f4298e8eaaa2b4df3 (tag: refs/tags/version19) Author: Petr Písař Date: Tue Dec 22 12:04:50 2009 +0100 Remove MarkMessageAsDownload from TODO as it's finished commit 7f1c051998c4c29b3b5eb094b24faf6711b319c8 Author: Petr Písař Date: Mon Dec 21 23:10:37 2009 +0100 client: Add markasread example commit 75d8a8eccc087152e9a50d631b97ba26ff788fb7 Author: Petr Písař Date: Mon Dec 21 23:00:25 2009 +0100 Remove faulty comment commit 0b44194981ecdb966bda19aac4cbf8d6609b5695 Author: Petr Písař Date: Mon Dec 21 22:58:59 2009 +0100 Implement isds_mark_message_read() commit c21739174274931c8ac6935fb9ca00d8d112b817 Author: Petr Písař Date: Mon Dec 21 22:41:17 2009 +0100 isds.h: Fix indentation commit 556f1f646955884797c0dd3d8296d382a9af9bb7 Author: Petr Písař Date: Mon Dec 21 22:37:16 2009 +0100 Remove obsoleted comments from isds.h commit 052a323ab8a4c06ccd5b4904cd8b265ec7336962 Author: Petr Písař Date: Mon Dec 21 22:32:16 2009 +0100 client: Don't print list of received message in getreceivedenvelope. commit 90dc6a746a329a1429ad59f9f59d28a0b4c2fac9 Author: Petr Písař Date: Mon Dec 21 22:30:10 2009 +0100 client: update Makefile.deps commit a1a85b78629eda8cbdc60f0d3aabffd3d0cc9546 Author: Petr Písař Date: Mon Dec 21 20:50:13 2009 +0100 Document SignedSentMessageDownload and MessageEnvelopeDownload commit 099b7be60831bd5ea775dfd8c5a561c5aaf7d723 Author: Petr Písař Date: Mon Dec 21 20:41:49 2009 +0100 Implement isds_get_received_envelope() It returns envelope inside struct isds_message to store raw XML commit 899385c4f9f75dd613271291cfa9f9f61f95c966 Author: Petr Písař Date: Mon Dec 21 19:59:09 2009 +0100 Fix typo commit 695ae7b650913daed2e42343e14b69972d6f3560 Author: Petr Písař Date: Mon Dec 21 19:52:30 2009 +0100 Remove SignedSentMessageDowload from TODO at it's finished commit 16b746f236a5d6dcf09f27eebb9886a9911d4d05 Author: Petr Písař Date: Mon Dec 21 19:51:23 2009 +0100 Unify isds_get_signed_sent_message() and isds_get_signed_received_message() commit 1650d945db2bae20045ed086b50ce0afebf51391 Author: Petr Písař Date: Mon Dec 21 19:49:08 2009 +0100 Augment register_namespaces() to know name space for signed sent messages commit 2122bfecf42e5d65796d182bfc4459c73715895a Author: Petr Písař Date: Mon Dec 21 19:00:03 2009 +0100 Add isds_get_signed_sent_message() commit df121cba091052bf8b831d4ab1ef54d82e575ae0 Author: Petr Písař Date: Mon Dec 21 18:08:33 2009 +0100 Mention tests in README commit 27f0d903be99d56bd8d041a4ed062ade2f7b6329 Author: Petr Písař Date: Mon Dec 21 18:05:57 2009 +0100 Remove SignedMessageDownload from TODO as it's finished commit 0e2f5293b816e422bbc29211bd43716a7eea2c15 Author: Petr Písař Date: Sun Dec 20 21:02:19 2009 +0100 test: Use UNIT_ABORT(message) macro to abort unit after bad initialization commit ab35c0cd58a3e818fad904701d7f3095e5dfa278 Author: Petr Písař Date: Sun Dec 20 20:59:06 2009 +0100 Initialize gcrypt properly commit 8e303dcf8de5c4540c843dd0249937b189f8c398 Author: Petr Písař Date: Sun Dec 20 20:24:55 2009 +0100 Fix unresolvable hostname commit 0156f637beee4b65107e94a2c9f8faf60de6556b (tag: refs/tags/version18) Author: Petr Pisar Date: Sat Dec 19 19:24:15 2009 +0100 Better finalt test summary commit 1be51527011a8d99e6e795d367f1861fa8a2ad09 Author: Petr Pisar Date: Sat Dec 19 19:22:51 2009 +0100 Add login test commit 530529013d16fcdd561c58081f17157b6a2aed0a Author: Petr Pisar Date: Sat Dec 19 18:58:49 2009 +0100 Fix typo commit 34689b96d4e8fc652ac172f6a82654f91caa31cf Author: Petr Pisar Date: Sat Dec 19 18:55:15 2009 +0100 Add context test commit b380fd8f03d20c29046ab2cf63b1cc2839870e8f Author: Petr Pisar Date: Sat Dec 19 16:21:24 2009 +0100 Remove global XML nodes and allow thus library reinicialization commit a99fa246385e001cd9a6aa8401433ea3d63d8ea0 Author: Petr Pisar Date: Sat Dec 19 15:53:03 2009 +0100 Add isds_init test commit d4911ef2a330ba4d874a088b3984ebb1e371a1b0 Author: Petr Pisar Date: Sat Dec 19 15:06:31 2009 +0100 Make test output more readable commit 72171867a3e68b6bc66ff9f04f96353bfec6d0ec Author: Petr Pisar Date: Sat Dec 19 14:31:27 2009 +0100 Add function test infrastucture. These tests are located under test directory. At first library object files must exist (compile library) and then you can compile (make) test and run them (make test). commit 896f286f9d217db5b1fdcfe4b699358303c1418f Author: Petr Pisar Date: Sat Dec 19 14:28:03 2009 +0100 Decouple CFLAGS and simmilar configuration into Makefile.inc This is necessary for function tests compilation because we want to test _hidden library functions too. commit 8a522aa60f634399469ab7ae1306385f23f098dc Author: Petr Pisar Date: Sat Dec 19 11:41:44 2009 +0100 compute_hash(): Document hash->value allocation strategy commit 5e723a38c6fc8c4263943848a2c318e4231bf332 Author: Petr Pisar Date: Sat Dec 19 01:01:10 2009 +0100 crypto: Fix gcry_md_hash_buffer invocation Third argument must be input to hash desired input block and not to hash garbage from random space. commit dd50407b68a88d2fe40494f8955c4cccf6af6912 Author: Petr Pisar Date: Fri Dec 18 23:59:31 2009 +0100 crypto.h: remove _hidden attribute from function declaration commit 377876bc29c51d2ec188bfe762a3e3550d7fadee (tag: refs/tags/version17) Author: Petr Písař Date: Thu Dec 17 23:03:26 2009 +0100 Use sisds NS prefix to parse signed message Name space URI for prefix sisds is switched by second argument of register_namespace(). Use zero to make sisds alias to isds, use nonzero to make sisds pointing to signed URI. TODO: Accomodate isds_compute_hash. commit 05eee119c2bb7d070bd3f0331722f9291de5831d Author: Petr Písař Date: Thu Dec 17 21:42:59 2009 +0100 Introduce `sisds' name space for http://isds.czechpoint.cz/v20/message commit f9edded671f3c3459abf51d5a7bed74e2509c3d0 Author: Petr Písař Date: Thu Dec 17 21:29:22 2009 +0100 Document CMS data namespace from SignedMessageDownloadResponse commit cfcb4bc3863e3e41fab3a947f408769b6c698cfb Author: Petr Písař Date: Thu Dec 17 17:44:20 2009 +0100 Fix zfree() by conversion to macro Frankly, I can not understand how it could work up to now. commit e97333a684b3255f8399d1452af3f141f2d7afc5 Author: Petr Písař Date: Thu Dec 17 17:14:37 2009 +0100 Try to parse embedded message in isds_get_signed_received_message(). It does not work beacause name space mangling. FIXME: It crashes because broken zfree(). commit 28c98a908cb55b9ca971af2685b6dee4761c5bd0 Author: Petr Písař Date: Thu Dec 17 16:19:40 2009 +0100 Free data allocated in extract_cms_data() properly commit 70053b3d3ab283a256048a2251dcfd6653b96b85 Author: Petr Písař Date: Thu Dec 17 16:06:52 2009 +0100 crpto: extract_cms_data() implemented via GPGME. FIXME: The only problem is returnd @data must be freed with gpgme_free(). commit 9fe7da8c8d6e96fedf6b2ff44fdf29e6d8c25e35 Author: Petr Písař Date: Thu Dec 17 14:50:06 2009 +0100 Initialize GPGME and log on warning level by default commit 854f9a12f5ccfe5a399bc70fbeb2d6a215367073 Author: Petr Písař Date: Thu Dec 17 13:52:46 2009 +0100 Use GPGME library This is temporary solution for extract_cms_data and need in the future for digital signarure verification. This requires large file support. commit 065ea76f5a29f665cf63e3cbc57014a839397474 Author: Petr Písař Date: Wed Dec 16 22:58:35 2009 +0100 crypto: extract_cms_data() stub does not work TODO: Use gpgme temporarily before we learn how to do it. commit b339f55a23080da614873460d8c50681be94dd8b Author: Petr Písař Date: Wed Dec 16 17:59:55 2009 +0100 Use KSBA library to handle PKCS#7 structures commit cf22dac93c7afde56b90b446d58cafc01948ad00 Author: Petr Písař Date: Wed Dec 16 17:51:35 2009 +0100 isds_get_signed_received_message() stub This public fucntion is intended to dowload signed incoming message and to parse the message into native structure. commit 36b7fa15d44dbaca305d224d2eab8eb13a2e98ad Author: Petr Písař Date: Wed Dec 16 16:49:25 2009 +0100 Document SignedMessageDownload commit 19b670e11fca34dead45bc322bcb4b2b378786fd Author: Petr Písař Date: Wed Dec 16 16:36:21 2009 +0100 compute_hash(): allow NULL input buffer if length is 0 commit f85b3572e7f6f2c6ad92c7d1ecb6780f1798e3d5 Author: Petr Písař Date: Wed Dec 16 14:06:02 2009 +0100 Change isds_compute_message_hash() to hash content of dmDm. FIXME: But the hash still differs from the one genarated by ISDS. commit 0a9e3db081a6f15188f61f77a47f23b1567b1019 Author: Petr Písař Date: Wed Dec 16 00:11:44 2009 +0100 Fix typo commit e3d012645e29f4a3be4e1e0d4158aac18ad20302 Author: Petr Písař Date: Tue Dec 15 23:58:26 2009 +0100 Implement compute_hash() on tom of libgcrypt FIME: However the isds_compute_message_hash() result differs from hash downloaded from ISDS. Something is wrong. commit c49e2d57e5aac88cffd8f81607bb1a2dd7bf6a91 Author: Petr Písař Date: Tue Dec 15 23:10:44 2009 +0100 Test and fix isds_download_message_hash() commit 633f32d974dac485a2a630ce506784c83a493569 Author: Petr Písař Date: Tue Dec 15 22:50:29 2009 +0100 Implement isds_compute_message_hash(), hashing itself not yet done crypto.c: compute_hash() is just dummy stub. We must select crypto library and find how to compute hashes. commit c009cb50f2902a602f08d2118a92838000af0bd8 Author: Petr Písař Date: Tue Dec 15 20:22:58 2009 +0100 Unify first half of isds_get_received_message() and isds_download_message_hash() Common code has been unified under build_send_check_message_request() function. commit 399e51e3574aa4dee38708a6bc842e93680d6422 Author: Petr Písař Date: Tue Dec 15 20:15:59 2009 +0100 Add isds_download_message_hash() to download message hash from server This just downloads hash for given message ID. It does not do any message integrity checking. This will be implemented in separate function. commit f2c0c79c8441ac09af1147c5c35824bf246d55b4 Author: Petr Písař Date: Tue Dec 15 18:00:35 2009 +0100 Document GetListOfRecievedMessages service commit 828a06af8d23c7dfa00f1c70cb57545f3c91a10a Author: Petr Písař Date: Tue Dec 15 17:56:56 2009 +0100 Document VerifyMessage service commit ce1b4c28a6b4bd79f2901fdb0864fc7be0fc7fc8 Author: Petr Písař Date: Tue Dec 15 17:39:32 2009 +0100 Fix typo commit a1b4c02083b39c0316f63f4569cbeee406c89e3d Author: Petr Písař Date: Tue Dec 15 17:34:19 2009 +0100 Remove MessageDownload from TODO as it's done commit baad803bd813352f429e2e8d776d2fe53d0905ba Author: Petr Písař Date: Tue Dec 15 17:31:23 2009 +0100 Extract dmQTimestamp from received message isds_get_received_message() is complete. After getting offical list of error codes, we could threat 1219 code as IE_NOEXIST. commit c15ca36fd90d7c24d222638911cd5e0f4cbac378 Author: Petr Písař Date: Tue Dec 15 17:12:14 2009 +0100 Extract dmHash from received message commit 7cb6e18cbcd81e58707af471fa592e3910174cab Author: Petr Písař Date: Mon Dec 14 22:00:39 2009 +0100 Extract gMessageEnvelopeSub group in gMessageEnvelope commit 28c96890bfd35b5ce4fb029da213010c88888beb Author: Petr Písař Date: Mon Dec 14 21:32:00 2009 +0100 Document MessageDownload commit c9a59d5e9006886d50ae9b03320690f01e1f68f5 Author: Petr Písař Date: Mon Dec 14 21:17:46 2009 +0100 make -C src install commit 414c64f89ec8293a13962e0b439172d31c5f7e42 Author: Petr Písař Date: Mon Dec 14 20:16:22 2009 +0100 Add licenses commit ff64677b33f6a535757016b970084b74caa745e7 (tag: refs/tags/version16) Author: Petr Písař Date: Fri Dec 11 00:15:17 2009 +0100 Thread HTTP 404 as erorr on HTTP level commit 1b3403204647e5c6681442e7de21bd8c67f5136c Author: Petr Písař Date: Fri Dec 11 00:02:54 2009 +0100 Implement serialize_subtre() This allows to save incoming message as raw XML. It's not well tested. There are expected problems with name space declarations, and strange XML tree corruption can appear at run time after massive function deplyoment. commit db68292119119191d2a20fc986f50fd63333856c Author: Petr Písař Date: Thu Dec 10 21:50:44 2009 +0100 Fix typo commit 23b22759a311d8f097fd4f4dd8ddd5ccef1718a8 Author: Petr Písař Date: Thu Dec 10 21:46:22 2009 +0100 client: Don't print document content commit 423c95614d472b02e18d13c267cf1e623ac91039 Author: Petr Písař Date: Thu Dec 10 21:39:08 2009 +0100 Implement Base64 encoded document decoding commit 36284cbdea43003eec00e2b0a68bfee9a0a9c5c5 Author: Petr Písař Date: Thu Dec 10 19:00:04 2009 +0100 Extract common attributes of document commit 2b0f4292ac30504393e07d6746540d1dc9224e1d Author: Petr Písař Date: Thu Dec 10 18:41:30 2009 +0100 client: dump isds_document commit 4197ee26045a40f24e488ff99bd7e521d2a37c85 Author: Petr Písař Date: Thu Dec 10 17:54:05 2009 +0100 extract_document() stub commit 083bfd733a64aa671a6305c13fec9b61e014c179 Author: Petr Písař Date: Wed Dec 9 22:46:19 2009 +0100 isds_get_received_message(): Change XPath context to message commit 5e0be836c34c1d848d46f50fcbe23fb230453219 Author: Petr Písař Date: Wed Dec 9 22:36:50 2009 +0100 Extract some data in isds_get_received_message() This is incomplete second half. Some code has been unified. New util funtion zfree() introduces. One should replace all legacy code with it. Maybe it could be macro or marked inline. Let it to compiler wisdom for now. commit d513f9e0b985f165e426c33e8ffbd3bcf51b3c82 Author: Petr Písař Date: Wed Dec 9 17:48:34 2009 +0100 Fix typos commit 413f7452a5d54257f80b4c4213457f297f4fd439 Author: Petr Písař Date: Wed Dec 9 17:02:51 2009 +0100 Test getting wrong messages commit 0cf3904d809ca26f9334accb6e52e8c07aa08b6b Author: Petr Písař Date: Wed Dec 9 16:55:55 2009 +0100 sds_get_received_message(): Remove trailing slash from XPATH expression commit b305e16405ea466e6e2209b3fd6c430c0901d2a4 Author: Petr Písař Date: Wed Dec 9 16:53:57 2009 +0100 isds_get_received_message(): free status_message commit b7e9ac2900a79bb7d8f501d7070ffc565c198988 Author: Petr Písař Date: Wed Dec 9 16:49:14 2009 +0100 Test getting last received message commit 00ff20fbe6aef2f2531bad9c7c44b6a5dd283fcd Author: Petr Písař Date: Wed Dec 9 16:35:18 2009 +0100 First half of get_received_message() commit 360abb176726227cb4e58e2cba919f29a98fa7ba Author: Petr Písař Date: Wed Dec 9 15:15:43 2009 +0100 Correct web service in TODO commit 8b1d857d58ec4a0b21e1d5c137690c147f85d8ec Author: Petr Písař Date: Wed Dec 9 14:10:39 2009 +0100 Add TODO To much work commit b863fd84b47df2fd39789f5d3578f4c66adc56c4 (tag: refs/tags/version15) Author: Petr Písař Date: Wed Dec 2 22:52:26 2009 +0100 isds_get_list_of_received_messages() implemented Getting list of messages generalized and getting list of sent/recieved implemented as wrappers. Test client/getrecieved added commit c92a3f4894bdc67666ccbc5410c6dc1b7875a9f8 Author: Petr Písař Date: Wed Dec 2 18:38:32 2009 +0100 Process complete envelope on extract_DmRecord() commit 1f5bd497b7c4d57f75cdbc92f81c9e7442503f45 Author: Petr Písař Date: Wed Dec 2 17:16:30 2009 +0100 Declare the string length contraints are not guaranted on input commit 6f2360c80af1e2b9438e854a57132222af373320 Author: Petr Písař Date: Wed Dec 2 17:04:48 2009 +0100 Extract dmID commit ee8209e8dfdf66b711bf1185aea7d2c9a5c38066 Author: Petr Písař Date: Wed Dec 2 16:56:27 2009 +0100 client: mark print_*() arguments const commit 3405341e4ae282328b28d5d07bf58d71c25ecf5e Author: Petr Písař Date: Wed Dec 2 16:52:52 2009 +0100 client: format timeval into one line commit 447fe1c1e0c193e6229b796b3e278d2b7c6f4250 Author: Petr Písař Date: Wed Dec 2 16:39:09 2009 +0100 client: unify timeval printing commit 365a8e671aadb3c9e70b63ca148b0b1b065fda3b Author: Petr Písař Date: Wed Dec 2 15:11:01 2009 +0100 timestring2timeval(): Interpret time offset from ISO string correctly commit 73ebb68b0749573a97d3354d111f7174717d29b7 Author: Petr Písař Date: Wed Dec 2 14:05:37 2009 +0100 Switch TZ at mktime() temporarily commit 9e11c96ee5ba8f7d00d8dd632bc821ffdae37aff Author: Petr Písař Date: Wed Dec 2 13:26:48 2009 +0100 _hide b64encode() commit d4d45745984d9d0f8a8b72ce1672d75eb1e8820b Author: Petr Písař Date: Wed Dec 2 12:51:08 2009 +0100 timestring2timeval(): Don't use float arithmetic TODO: Test minutes offset and TZ variable influence commit 3db04f9bfe150cb22dc92251925f0343a77f1564 Author: Petr Písař Date: Tue Dec 1 23:30:58 2009 +0100 Suppress "Logged out" debug message if already logged out You got double "Logged out" message into log on standard sequence: isds_logout(); isds_free_ctx(); commit 287bd74e95899370ea3164e4daab216c9f7131d2 Author: Petr Písař Date: Tue Dec 1 23:10:12 2009 +0100 Single sent messages receiving commit 80058bb9a96845ef16ae1286fa1e34f7c113fc97 Author: Petr Písař Date: Tue Dec 1 23:02:08 2009 +0100 client: split main() function and helper functions commit fd40afbb2e10f971acb6fff47ddace72c18792c5 (tag: refs/tags/version14) Author: Petr Písař Date: Wed Nov 25 23:26:10 2009 +0100 Application can specify directory with CA files commit a46acbae4018d1076e75fc44b004e501360f89fb Author: Petr Písař Date: Wed Nov 25 23:14:43 2009 +0100 Allow application to specify file containing CA certificates commit ef3f20097cdf5ca1778b78338fbd20554bfedacc Author: Petr Písař Date: Wed Nov 25 22:09:34 2009 +0100 Allow application to disable server TLS verification commit f0d021e37ad2f919e848749573770956c70ec4c9 Author: Petr Písař Date: Wed Nov 25 21:34:18 2009 +0100 Implement timestring2timeval() commit 88ac6732a5b02a4c4074f9b9191697ebc7da294a Author: Petr Písař Date: Wed Nov 25 17:43:58 2009 +0100 timestring2timeval() stub commit 40ab95fc34381c0f56775ff8048fa654a48eaf27 Author: Petr Písař Date: Wed Nov 25 17:30:27 2009 +0100 isds_isds_get_list_of_sent_messages(): extract message status commit 1924d16a9b071b2da21469d9c60cc7a751a5cd9a Author: Petr Písař Date: Wed Nov 25 16:12:17 2009 +0100 print_envelope(): dump all tRectord members commit 78499bb85ff54954b05d15d8e1d184de7e8e2649 Author: Petr Písař Date: Wed Nov 25 15:41:18 2009 +0100 client: dump message commit 94e81c17340892016717ae006e72190ee2ffabb5 Author: Petr Písař Date: Wed Nov 25 15:25:48 2009 +0100 Introduce EXTRACT_ULONGINT macro and fix EXTRACT_LONGINT string deallocation commit e3eb636ab328ecf521f5da2b28a8367f0e8fc063 Author: Petr Písař Date: Tue Nov 24 20:49:34 2009 +0100 sds_isds_get_list_of_sent_messages(): Allocate @messages items commit 6e4f2bb299b1df6e5e1dd4d425180e80d3b7b0c4 Author: Petr Písař Date: Tue Nov 24 20:02:27 2009 +0100 Extend isds_envelope with dmBaseTypes:tRecord members These memebers are filled by ISDS, but not all of them at once. commit a029ee3746730de74339bfcfdd56c15a9dd6b597 Author: Petr Písař Date: Tue Nov 24 19:02:42 2009 +0100 isds_isds_get_list_of_sent_messages(): Count messages commit eae82cde8661183f1ae1a80732238328eaec6170 Author: Petr Písař Date: Tue Nov 24 18:37:34 2009 +0100 Implement first half of isds_isds_get_list_of_sent_messages() commit 1cbeabb3e7a659ec3250174222daf820375e648e Author: Petr Písař Date: Tue Nov 24 15:29:43 2009 +0100 timeval2timestring(): check for microsecond range commit f4e5872398f5d2e86ae1ef6c4a866145e0c79bb3 Author: Petr Písař Date: Tue Nov 24 13:43:52 2009 +0100 Replace struct tm with struct timeval in isds_isds_get_list_of_sent_messages() This is time zone agnostic and it supports subsecond precision. The broken time format is job for application now. commit ebb191ee9be879fe0a926ee2d736c8557e5c990e Author: Petr Písař Date: Mon Nov 23 21:11:30 2009 +0100 Improve time zone offset computation. Unfortunatelly, this does not consider DST. Global daylight is obsolete and it does not show current state. There is gettimetofday()' tz_dsttime. But it still introduce race, when DST changes between preparing from_time/to_time arguments and when they are converted to string. The best way will be to move to UTC struct timeval. This also allows to express fraction of second which is allowed by ISO and which ISDS uses. commit 7e0bc3e0a0b3503e79e8adc4eab85624cc2c11b6 Author: Petr Písař Date: Mon Nov 23 20:43:22 2009 +0100 doc: Document error 2017 of GetListOfSentMessages commit 97f0cfe7df333be27a2e1a1e3cedde289d8de8c3 Author: Petr Písař Date: Mon Nov 23 20:39:31 2009 +0100 client: test from_time commit a5847e74e8b9c34ff81eec07d5bbd33a184ceea1 Author: Petr Písař Date: Mon Nov 23 20:24:37 2009 +0100 client: Stub for isds_get_list_of_sent_messages() test commit f9d3443c4a81030d882b3dffbe005b2c5638ab0b Author: Petr Písař Date: Mon Nov 23 20:19:47 2009 +0100 Incomplete first half of isds_get_list_of_sent_messages() commit fd75e7da3137f3afe41ad1c145dca35c8196537c (tag: refs/tags/version13) Author: Petr Pisar Date: Sat Nov 21 00:42:58 2009 +0100 Declare isds_get_list_of_messages() commit b453f4a5b79a694f815ec3cbd42359b8cdbcfb7f (tag: refs/tags/version12) Author: Petr Písař Date: Thu Nov 19 19:38:19 2009 +0100 doc: typo fixed commit cd78b9369257fa85d3c61226b1d729db7bfa352a Author: Petr Písař Date: Thu Nov 19 19:33:04 2009 +0100 Unsuccessful attempt to return sent message as XML stream to application. We will implement dowload first and then we will decide whether to invent some common format (similar do XSD type tReturnedMessage or to use ESS format), or whether we pass it to application. Nevertheless we are establishing struct isds_message which is intended to carry all data reletated to any message. commit 030ccc0fd3ba5282b804a16c24cf583d5a4ff5cc Author: Petr Písař Date: Thu Nov 19 18:11:46 2009 +0100 Rename check_documents_hiararchy() to check_documents_hierarchy() commit 2b200dbff7c5ce0808debc0bf511794ab0ccdf51 Author: Petr Písař Date: Thu Nov 19 16:27:05 2009 +0100 Check for dangling document references commit a28b9ec786059a63322468dd4b6c11eaa2e6df9d Author: Petr Písař Date: Thu Nov 19 16:19:43 2009 +0100 Check for document ID uniqueness and export isds_find_document_by_id() commit e1fd841109475822be50a4617b4697f6c8f1cf3a Author: Petr Písař Date: Thu Nov 19 14:39:35 2009 +0100 ISDS thinks plain text can not contain '\0' commit 95ad15c5f01ae3de6f10f94f2ced9a5ccae2dc30 Author: Petr Písař Date: Thu Nov 19 14:12:18 2009 +0100 Panic if base64-encoding when sizeof(char) != 1 commit 38b518413e52ecebd26e0dbad1330319d9f5f5c4 Author: Petr Písař Date: Thu Nov 19 13:28:29 2009 +0100 Add main documents at the begining while sending message commit 25ddfea2b2d2c802a4057c0b8d1cb7cdc1f9ad17 Author: Petr Písař Date: Thu Nov 19 12:17:48 2009 +0100 Mark bunch of non-pulic function as _hidden commit d89575b3345b683c7473f47a44b0cac51b82ab35 Author: Petr Písař Date: Wed Nov 18 23:23:29 2009 +0100 Add notice we must serialize main docuemnt as the first one commit 8efaf4de3f0d827c71999d86790128bffa3e0eeb Author: Petr Písař Date: Wed Nov 18 23:11:29 2009 +0100 Check for main document type while sending message commit 5edaf8d0e6e41d9bf9e6e40dfdf27e677ac7216a Author: Petr Písař Date: Wed Nov 18 22:35:32 2009 +0100 Try to send most standard document commit 1df00f12b89ec8f6e2a7b6e0f724e30941170c1a Author: Petr Písař Date: Wed Nov 18 20:44:16 2009 +0100 doc: Document list of allowed document formats commit d5f53143710c3fe834599823f1505698d0809e21 Author: Petr Písař Date: Wed Nov 18 20:18:27 2009 +0100 Send text document with .txt extension commit 3559f3edf5e1708ef470cd722a11b2524b0e4163 Author: Petr Písař Date: Wed Nov 18 20:03:44 2009 +0100 Free base64-encoded document after appending into XML tree commit 34caeb1a9d5379300b9c93f57b79c196c8020fbd Author: Petr Písař Date: Wed Nov 18 19:37:21 2009 +0100 Bas64-encode and send document content commit d912bc283ac36f2dc0470bab44220a2334f8b12b Author: Petr Písař Date: Wed Nov 18 19:23:09 2009 +0100 Implement b64encode() This function encodes block into base64 C string. commit 82a1a80ac18ce5c808b4916d396211a1740ddea5 Author: Petr Písař Date: Wed Nov 18 18:38:12 2009 +0100 Include libb64 library providing MIME Base64 en/decoding libb64 was in public domain. See . commit 9089d16fbdb0d93e46c2011a43483a184dd882e1 Author: Petr Písař Date: Wed Nov 18 16:12:52 2009 +0100 Signed delivery info added under server directory commit 5ce13331597edb0b4adb3ed24219e0fb217b72bc Author: Petr Písař Date: Wed Nov 18 15:39:38 2009 +0100 isds_send_message(): Store assigned message ID into isds_message argument commit 244b331dd7263b552d604908911741db636ca3e8 Author: Petr Písař Date: Wed Nov 18 15:21:44 2009 +0100 Document description added in client commit 0a26f73e239eb49c1acc43ec4dd0803dac1ac6dc Author: Petr Písař Date: Wed Nov 18 15:17:12 2009 +0100 Fix typo commit 76e173a8f0f9522e27661d5dd387e77b8dfe6a5f Author: Petr Písař Date: Wed Nov 18 15:14:33 2009 +0100 insert_document() implemented, data encoding not yet One must encode data to MIEM base64 (openssl BIOs probably) and one must check for document type and dependencies. commit c2b0b24e5e2884470c3c6f8b97ca24cc3c9c0e7d Author: Petr Písař Date: Wed Nov 18 13:35:38 2009 +0100 insert_document() stub commit 3ac7f9d40f9a19dcb21a4bfd13035667b6037ac7 Author: Petr Písař Date: Tue Nov 17 21:43:50 2009 +0100 Add documents for sending into client commit e71c07a0875983a796c42594f5a16bfb2081c623 Author: Petr Písař Date: Tue Nov 17 21:31:54 2009 +0100 Fix indentation commit 7b447e74cdb2d5e750e85ff8e2ab7d2a5ebdb525 Author: Petr Písař Date: Tue Nov 17 21:30:31 2009 +0100 I18N some messages commit 81813e3756d7bac98147d10e593eb324383de4fe Author: Petr Písař Date: Tue Nov 17 21:29:28 2009 +0100 Process whole input envelope in isds_send_message() commit a3a8b83e4d1d845bf64bd0b494807807111326d4 Author: Petr Písař Date: Tue Nov 17 21:13:07 2009 +0100 dmToHand has no length limit commit 71ccaae5580df4d90ad8b3b77d05925fe722f838 Author: Petr Písař Date: Tue Nov 17 21:10:21 2009 +0100 Test very long string in envelope and document new dmStatus code commit 0ff390660849fb72bf155d6ccc491f7e3dcb3223 Author: Petr Písař Date: Tue Nov 17 21:06:54 2009 +0100 Check for long strings in envelope commit 8bbe19fa0fe381d3d81ee79ce72ceeb338bc891b Author: Petr Písař Date: Tue Nov 17 20:40:02 2009 +0100 Process dmSenderOrgUnitNum in isds_send_message() This has been already added as test in client commit 634f310425d5b800ad4689cafad9d03b38208c3b Author: Petr Písař Date: Tue Nov 17 20:35:28 2009 +0100 typo: undefine INSERT_LONGINT insetad of INSERT_LONGING commit 03229406772e25c462f335f9eea2cafafca9ac7a Author: Petr Písař Date: Tue Nov 17 20:32:03 2009 +0100 Add isds_FindDateBox() for specific box ID test into client This is currently only test which searches for exact box beacuse newer ISDS server version does not find owners box anymore. commit 77e1d2ebbfdec113fcc82073ee73bfa193f890c8 Author: Petr Písař Date: Tue Nov 17 20:21:19 2009 +0100 Introduce and apply INSERT_LONGINT and make INSERT_* macros goto to leave Former implementation of INSERT_STRING could fail and it then returned from function. This could leave allocated string on heap (e.g. when storing long int). commit 6f5923df4602cb92a6229bc1970c0e987323f3a5 Author: Petr Písař Date: Tue Nov 17 19:10:40 2009 +0100 Allow empty dmStatusMessage Response on invalid request: SOAP request to sent to https://www.czebox.cz/DS/dz: produced error response with empty message. commit 2246ac1ea9ff9cbcffc43c878ba03e23820be2d8 Author: Petr Písař Date: Tue Nov 17 18:53:47 2009 +0100 isds_send_message: fix argument check commit d93fe3a5911f2fd501bd5fbf1f8d5ff6a09599f6 Author: Petr Písař Date: Tue Nov 17 18:51:56 2009 +0100 isds_send_message: test outgoing_message, not a message commit 1913b32644c2fd83625041b9680e821ec8fa731a Author: Petr Písař Date: Tue Nov 17 18:45:15 2009 +0100 Test message sending in client commit 6463234358b4398e0c7cb455c211a31ac6da27ba Author: Petr Písař Date: Tue Nov 17 18:32:24 2009 +0100 Rename isds_sent_message() to isds_send_message() commit e3620806b24aa441170e5e2f4e4fb9bb5c1f8ecb Author: Petr Písař Date: Tue Nov 17 18:31:12 2009 +0100 isds_sent_message() stub completed commit 6331a2df84de93774b105debdc510aaa6d4f7b09 Author: Petr Písař Date: Tue Nov 17 18:24:19 2009 +0100 Use proper web service identifier for CheckDataBox and FindDataBox commit 6bfcbb8a29bbc7466781d00904dd9d10bc2261e2 Author: Petr Písař Date: Tue Nov 17 18:20:54 2009 +0100 Process dmOVM in isds_send_message() commit 7905f0434033d48795b8b75b9180e724bec1b010 Author: Petr Písař Date: Tue Nov 17 18:09:33 2009 +0100 Move INSERT_* macros to global commit 0cf84cf3fb9a4f2efe7a3c0ed7f39deccfdf6691 Author: Petr Písař Date: Tue Nov 17 18:07:02 2009 +0100 isds_send_message() stub and parametrize INSERT_* macros commit 3266cda29c7bcf494a843f38c2171fc0ce6d05ac Author: Petr Písař Date: Tue Nov 17 14:03:07 2009 +0100 Make criteria on stack in client commit 88ce9d833ff939bcb3cf09af0302c0a381e95dfa Author: Petr Písař Date: Mon Nov 16 12:36:11 2009 +0100 Deallocators for isds_message, isds_document and isds_envelope commit de867c85b2f0cc729854c22ae8610f51474407c2 (tag: refs/tags/version11) Author: Petr Pisar Date: Sat Nov 14 22:39:48 2009 +0100 Fix NULL pointer derefernce in client (isds_CheckDataBox(my_box)) commit c642811b834bee8e4a526a13c7d576111159bc30 (tag: refs/tags/version10) Author: Petr Písař Date: Wed Nov 11 21:19:03 2009 +0100 isds_MessageStatus defined commit 20a216393247c4c8be19552950aa8c8fd7da647d Author: Petr Písař Date: Wed Nov 11 20:53:58 2009 +0100 Add message and envelope and other structures commit 6805c090f70eeeeb03242ce128a4852186bf78b8 Author: Petr Písař Date: Tue Nov 10 22:18:18 2009 +0100 Implement isds_CheckDataBox() response parser and augment EXTRACT_LONGINT commit 69b1aafb6baf705babf32f5927cf812356794ed0 Author: Petr Písař Date: Tue Nov 10 22:07:16 2009 +0100 Move EXTRACT_* macros to isds.c level commit a13d1d7e5422c46fb7e2555b28fcf969ad5ae3b4 Author: Petr Písař Date: Tue Nov 10 22:02:12 2009 +0100 Add isds_CheckDataBox test into client and macrofy dbState long int extraction commit 4614f50cd48cbf679e73c69f870718cca469d348 Author: Petr Písař Date: Tue Nov 10 21:12:28 2009 +0100 Remove comment commit 84ba98e232e3d806f913eea0c2cccbff9ca5a603 Author: Petr Písař Date: Tue Nov 10 21:09:02 2009 +0100 Test IE_SUCCESS and IE_2BIG answers to isds_FindDataBox() in client commit cf4a43443d0ea1524d144c6b420417b02559bc25 Author: Petr Písař Date: Tue Nov 10 20:53:02 2009 +0100 Allow empty elements in dbOwnerInfo in response This also frees unused isds_DbOwnerInfo substructures. commit c7539faa6d61beaf8d9fc7b6aa56709f8f2a491c Author: Petr Písař Date: Tue Nov 10 20:19:16 2009 +0100 Propagate error from isds_FindDataBox() while IE_2BIG commit 4aa15958991f43bd01ef8c2c5cc74184446b7c42 Author: Petr Písař Date: Tue Nov 10 20:00:39 2009 +0100 Fix indentation commit 98f32b1f2a5b4c3dbecc2d9c0f2771791c58aa41 Author: Petr Písař Date: Tue Nov 10 19:58:51 2009 +0100 isds_FindDataBox() does not throw boxes if response truncated commit 9051d6904f8ac531ec4e197e718b95759f150d69 Author: Petr Písař Date: Tue Nov 10 19:42:48 2009 +0100 NULL freed pointer commit 15770fb3270d44083df7983b3d427d5782e4b946 Author: Petr Písař Date: Tue Nov 10 19:21:34 2009 +0100 Free substructures of isds_DbOwnerInfo commit 918b00d1b3e6c12130166a2d57a98049fbc10018 Author: Petr Písař Date: Tue Nov 10 19:17:46 2009 +0100 Switch on client debugging commit 7342f7d94b76a2e5c3fb222118945315eb0c0754 Author: Petr Písař Date: Mon Nov 9 23:09:00 2009 +0100 Change order of deallocation in soap() We have segfault in xmlBufferCreate() called from soap(). Is it bug in libxml2-2.7.4-r1? commit d0ec3f413d60ad2f8b7d75e4cf111ae275338f94 (tag: refs/tags/version9) Author: Petr Pisar Date: Sun Nov 8 21:42:48 2009 +0100 xpath_ctx initialization added to isds_CheckDataBox() TODO: Unify long int extraction commit 327e5109ddb9ea8e6cf1303f914b62f215f6e565 Author: Petr Pisar Date: Sun Nov 8 21:37:55 2009 +0100 Add missing xpath_ctx initialization in isds_FindDataBox() commit 9d63f29164a09189760cff6cfe21c46dd5210d3a Author: Petr Pisar Date: Sun Nov 8 21:35:04 2009 +0100 Request half of isds_CheckDataBox() implemented commit ccd8dc2d5f3291d761c766be80a759568436f041 Author: Petr Pisar Date: Sun Nov 8 20:47:07 2009 +0100 Define isds_DbState enum. Application can use this type to enumerare box status. However all functions MUST accept integer out of the enum range because server specification does not guarrantie value closure to this enum. This type is just for convenience. commit 7227af5d30357b600601098ec603ce902db6a606 Author: Petr Pisar Date: Sat Nov 7 21:06:08 2009 +0100 Extract data from FindDataBox response and unife the extraction with GetOwnerInfoFromLogin() commit 8645b624224febd753cc7b6e8b215e734e5022e1 Author: Petr Pisar Date: Sat Nov 7 18:31:09 2009 +0100 Undefine INSERT_BOOLEAN macro commit e2e2723ab15a280d9595711ae52382e6023da8a1 Author: Petr Pisar Date: Sat Nov 7 18:28:20 2009 +0100 Complete FindDataBox request implementation commit d4160d6845c109057b6a6286b2f5cd435ba2729c (tag: refs/tags/version8) Author: Petr Písař Date: Thu Nov 5 23:18:50 2009 +0100 Fix truncated box list using IE_2BIG error code commit 52339cdaa4c83394a68f59912e5ce586365151fc Author: Petr Písař Date: Thu Nov 5 23:12:05 2009 +0100 isds_DataBoxFind() uses dbType on input commit 0560d86ffb73d276b1ae7197cd3c65eac5e4cc16 Author: Petr Písař Date: Thu Nov 5 22:33:42 2009 +0100 tm2datestring() fixed to have 2-digit day commit 63ef69be594d85381df7bb5cdaced4200095e45d Author: Petr Písař Date: Thu Nov 5 22:30:47 2009 +0100 client: try find my own data box commit dde495507b7b2bdac732ae022b8a60fcd31cf232 Author: Petr Písař Date: Thu Nov 5 22:27:11 2009 +0100 Extend isds_FindDataBox(), add isds_asprintf() and tm2datestring() commit e08401a58611dc85e73447022e2494dc0ffd1b7c Author: Petr Písař Date: Thu Nov 5 21:34:23 2009 +0100 isds_FindDataBox can send dummy request and evaluate server response commit 49bab019f66e827268f8a8a6ebf3c5cb0337a9c8 Author: Petr Písař Date: Thu Nov 5 18:01:44 2009 +0100 Test isds_FindDataBox() from client commit 5439ce927b530c5fb9ca537926b31477fb604426 Author: Petr Písař Date: Thu Nov 5 13:05:10 2009 +0100 isds_list_free() added commit aa2425375cacb6d298aca286fcb69c9c1ca1dba5 Author: Petr Písař Date: Wed Nov 4 23:08:38 2009 +0100 isds_FindDataBox() stub added and isds_list introduced commit 471fbc1eabafb4c74ffffebc4d6607e1ebe4ba69 Author: Petr Písař Date: Wed Nov 4 22:37:02 2009 +0100 Document FindDataBox and CheckDataBox services commit edd7d111f2d29e4f6960e41b70ac8676feaefe5e Author: Petr Písař Date: Wed Nov 4 18:00:59 2009 +0100 Make EXTRACT_BOOLEAN macro and add dbOpenAddressing into struct dbOwnerInfo commit ea78798895edaa5917b14f3abb1dcaea99c3ed78 Author: Petr Písař Date: Wed Nov 4 16:43:40 2009 +0100 Mention encoding in isds_log* functions commit c8d872909ee0f3f797a64b8aaa6c0eba3602d2c4 Author: Petr Písař Date: Wed Nov 4 16:39:09 2009 +0100 Apply utf82locale commit e81a80aab48aa35d0ee09e6c87104d528cfad745 Author: Petr Písař Date: Wed Nov 4 16:15:23 2009 +0100 Fix utf82locale() and use it for test commit 7f82fb8b23eb58f8c5b5d8466711e7fd3be56ecf Author: Petr Písař Date: Wed Nov 4 16:05:22 2009 +0100 utf82locale() added commit fd2be5ca47d7853bb54403e856612c6287dd6a13 Author: Petr Písař Date: Tue Nov 3 20:47:56 2009 +0100 Replace isds_append_message by isds_printf_message call commit 6d84740744f34f61459141ae4139d7383ad206bb Author: Petr Písař Date: Tue Nov 3 20:37:59 2009 +0100 Fix isds_asprintf() to count second vsnprintf() properly commit 66047ce04903e141b3a17a2d68c7d21c7b683850 Author: Petr Písař Date: Tue Nov 3 20:21:18 2009 +0100 isds_printf_message() added commit 4a72bc16a2e3327860ac141937c5115139a92804 Author: Petr Písař Date: Tue Nov 3 20:13:07 2009 +0100 isds_vasprintf() added commit feba53257af74a145a3b8e0f0bb16d4ec932e600 Author: Petr Písař Date: Tue Nov 3 14:51:01 2009 +0100 isds_GetOwnerInfoFromLogin(): dbEffectiveOVM parsed commit 8da63b4f21c9ad35590f50288a11a86323336da9 Author: Petr Písař Date: Tue Nov 3 14:30:37 2009 +0100 isds_GetOwnerInfoFromLogin(): extract dbState commit 39a42fa151bd608394ba05765ca11e5a27f4fce0 Author: Petr Písař Date: Tue Nov 3 13:50:16 2009 +0100 isds_GetOwnerInfoFromLogin(): nationality to registryCode implemented commit 0e79d8d2fc1bee1b784cf8cd0f403d3a353493e6 Author: Petr Písař Date: Tue Nov 3 13:25:32 2009 +0100 Parse address in isds_GetOwnerInfoFromLogin() commit 6f44fe5aba7a71dfa1b6efb0ee7fb19c1b71f20f Author: Petr Písař Date: Tue Nov 3 13:21:25 2009 +0100 print biDate in client commit 4c031cca590670829957ca58d70f2d4d4ac35830 Author: Petr Písař Date: Tue Nov 3 13:14:42 2009 +0100 xsd:date parsing commit 0c69d69be14997b9c323ca143c85e324add5a3d5 Author: Petr Písař Date: Mon Nov 2 22:18:41 2009 +0100 Stub for string2tm() commit 5ca7bd90ac658685f2c08f0dd53650ed55ccc4e7 Author: Petr Písař Date: Mon Nov 2 21:40:52 2009 +0100 isds_GetOwnerInfoFromLogin(): extrect firmName commit 37887ccbc9c4cbb4794e3d30b465b8174d0b3549 Author: Petr Písař Date: Mon Nov 2 21:38:56 2009 +0100 sds_GetOwnerInfoFromLogin(): extrect personName commit cf60df462cb5306b80ef49eba329421e6e8b20e2 Author: Petr Písař Date: Mon Nov 2 21:25:57 2009 +0100 Remove useless code commit ce616086824ecc13b1370463c5529711a1f414f0 Author: Petr Písař Date: Mon Nov 2 21:25:05 2009 +0100 Conversion from string to isds_DbType enum commit 4beb93994893d1a70a784925eab8cf63f24c947d Author: Petr Písař Date: Mon Nov 2 20:51:12 2009 +0100 Define EXTRACT_STRING macro to copy text node commit 13265d5f8ba323ad90c01633315f34c804542831 Author: Petr Písař Date: Mon Nov 2 20:34:59 2009 +0100 set context node in isds_GetOwnerInfoFromLogin() commit 4cdfdabd3265522c580f0dcb3e44cb7a8c326bb5 Author: Petr Písař Date: Mon Nov 2 19:55:58 2009 +0100 Check for multiple dbId element commit dd089b4eb0377f6b1fb6adfa57882c3ba44ed283 Author: Petr Písař Date: Mon Nov 2 19:50:32 2009 +0100 Remove validation from specification of isds() commit 5bc08c6b58f57aa361b2cdfce3858b12797a209e Author: Petr Písař Date: Mon Nov 2 19:43:21 2009 +0100 Allow all memembers od isds_dbOwnerInfo to be undefined and fix dealocation commit 11685b583c0d3f96964bad5a7a16d15d6d2faaed Author: Petr Písař Date: Mon Nov 2 13:07:09 2009 +0100 GetOwnerInfoFromLogin example response commit 9b9ca75df167b7245e70fa968b5063ba7e5c2bb9 Author: Petr Písař Date: Sun Nov 1 22:30:53 2009 +0100 Add pseudo type DBTYPE_UNDEFINED to say the value is uknown commit 7395beddd4b217552401aca53b90e7d854786d2b Author: Petr Písař Date: Sun Nov 1 22:27:34 2009 +0100 Extract dbID from GetOwnerInfoFromLogin commit b26191d2e86469e2470867fc1d2a15e9d6e07c88 (tag: refs/tags/version7) Author: Petr Pisar Date: Sun Nov 1 00:16:57 2009 +0100 Print DbOwnerInfo in client commit c582d5528f212d50f7a88ae05409fdb002688165 Author: Petr Pisar Date: Sat Oct 31 20:46:40 2009 +0100 Close connection before relogin in the same context commit 82c1e2a00262f8b5b40f276dffd8a01c4e41e591 Author: Petr Pisar Date: Sat Oct 31 20:41:24 2009 +0100 Remove cookie from isds_ctx commit fd1d11323d45d718ece75205120b5a0405a413b9 Author: Petr Pisar Date: Sat Oct 31 20:39:33 2009 +0100 Fix typos commit 041ee34966e5904cd8846095435a8437b9ab96e5 Author: Petr Pisar Date: Sat Oct 31 20:34:40 2009 +0100 Remove HTTP authentication credentials from CURL handle as soon as possible commit 403f3f23fa83318c08203cbb8dcb11b2a4dfe852 Author: Petr Pisar Date: Sat Oct 31 11:50:39 2009 +0100 Free curl_slist properly commit 9bcb8f9862cc7c67f1d30d81a916ae99a90e8e41 (tag: refs/tags/version6) Author: Petr Písař Date: Thu Oct 29 23:26:27 2009 +0100 Check for NULL argument of isds_GetOwnerInfoFromLogin() commit 22d42743f8a80e9f1b3e7b520cf94c3e91683688 Author: Petr Písař Date: Thu Oct 29 23:02:40 2009 +0100 Test isds_GetOwnerInfoFromLogin() in client commit 5c30b4dd9eb8251dddaf34b82b0a5cc1687a2552 Author: Petr Písař Date: Thu Oct 29 22:25:25 2009 +0100 isds_DbOwnerInfo_free() and descendad dealocators addedd commit 8415ed5c864ce0ab2aa1acdfa94641d2882d7bbe Author: Petr Písař Date: Thu Oct 29 21:41:23 2009 +0100 Remove unused structures from isds.h commit 25e344c53773e82168c551763b074a70ae509cef Author: Petr Písař Date: Thu Oct 29 19:40:46 2009 +0100 isds_DbOwnerInfo type added commit aeede9597470dd32045c246a489f256bc5899214 Author: Petr Písař Date: Thu Oct 29 18:17:42 2009 +0100 ISDS serverice `DsManage' addedd commit faddfe37c6201a066f378e95f6b2393b9e0bf6b3 Author: Petr Písař Date: Thu Oct 29 18:12:27 2009 +0100 Typos fixed commit ee3737920340966d665a47275f5a594f6812c612 Author: Petr Písař Date: Thu Oct 29 17:16:39 2009 +0100 Document list of db_supplementary services commit 63dd774ed33aaf4b6e997462d499fc66441dc8b0 Author: Petr Písař Date: Thu Oct 29 16:57:47 2009 +0100 isds_bogus_request() throws refused request as error commit fdd5c24ef7f4f3856030bc843f25673bb9211408 Author: Petr Písař Date: Thu Oct 29 16:48:03 2009 +0100 Czech response status in isds_bogus_request(). commit 910cfd03c86cefb1df0aa89757ab26bfce727f77 Author: Petr Písař Date: Thu Oct 29 16:31:31 2009 +0100 isds_response_status() implemented commit 83f2b9a8d0d84f2951272f85d0790c15b959322f Author: Petr Písař Date: Wed Oct 28 22:37:45 2009 +0100 Make isds_response_dmstatus() common for all isds_services as isds_response_status() commit bc29984881e5f52b907678b76b5581341acf0a30 Author: Petr Písař Date: Wed Oct 28 22:23:58 2009 +0100 Comments added commit 1483636ec36bf8f66303f9fc6f1b58642a2e948b Author: Petr Písař Date: Wed Oct 28 22:20:50 2009 +0100 Fix soap() to return childern of Body and fix isds() to find ISDS element commit 5dc4478f242ef3c8ac290cc8e8e4840b094d47fe Author: Petr Písař Date: Wed Oct 28 21:54:37 2009 +0100 More verbose client commit bd406c08a45d77f2ddb40ca96313434461acae5e Author: Petr Písař Date: Wed Oct 28 21:50:28 2009 +0100 Use isds() in isds_bogus_request() commit 5efe631972f2722f2726a060a01890e389428f78 Author: Petr Písař Date: Wed Oct 28 21:41:40 2009 +0100 isds() added commit 87f2c83b3ee44453bfd8f48265af08daf1635e25 Author: Petr Písař Date: Wed Oct 28 17:43:32 2009 +0100 validator.c addedd commit cf7dc8c9cc9beb1f548e0fb1e61ec72674dd3720 Author: Petr Písař Date: Wed Oct 28 17:18:57 2009 +0100 Make discard_credentials() static commit e766860b9554f9cc0ebc069a66a2138f54ec476c Author: Petr Písař Date: Wed Oct 28 15:22:59 2009 +0100 Typo fixed commit 1169aeef9cf7c2407327d1711360b0264ff2a726 Author: Petr Písař Date: Wed Oct 28 15:12:07 2009 +0100 Server reaction to bogus ISDS request documented commit d76024995f565a3bb06de4ee8383a5a2225d6f1b Author: Petr Písař Date: Wed Oct 28 14:56:25 2009 +0100 Introduce isds_bogus_request() This function should send bogus request to ISDS and ISDS should signal failure. Just for test purposes. commit 1a203afd11a7081109ba2d21bb9087529b076443 Author: Petr Písař Date: Wed Oct 28 14:45:20 2009 +0100 Remove credentials just after login response receiveing commit f7f4b8c6e2fc21e61b41c80ecc30c41e75b49758 Author: Petr Písař Date: Wed Oct 28 13:50:22 2009 +0100 Introduce discard_credentials() commit 38341bc4c36b1dbdc3c81e0f8490444299c57203 Author: Petr Písař Date: Wed Oct 28 13:24:23 2009 +0100 Add debug into close_connection() commit 4965c4086593f0c7928d5009df15e1aef245fce9 Author: Petr Písař Date: Wed Oct 28 13:22:25 2009 +0100 Use close_connection() commit 780e6b9e6f265b7466431f02b3a351c4900fc94f Author: Petr Písař Date: Wed Oct 28 13:19:18 2009 +0100 Add close_connection() commit 55e71358bd89918ac5610efaba5a9441a467dd86 Author: Petr Písař Date: Wed Oct 28 13:07:48 2009 +0100 Fix typo commit 43d09801ab369b5d131054a2ac57a1acade7c539 Author: Petr Písař Date: Wed Oct 28 12:48:21 2009 +0100 doc: Login request must not be larger than 50 kB commit 6d3d0989f1f6d5e3459ce359961bfde68a57d51b Author: Petr Písař Date: Wed Oct 28 12:30:06 2009 +0100 Check for SOAP Fault and use xmlXPathNodeSetIsEmpty macro commit 5b32e9bc958634ec00bc6ef34c5556d96f506aff Author: Petr Písař Date: Wed Oct 28 11:50:12 2009 +0100 Check for SOAP version commit 8ea654b75ee951083e7bc47cd5311da533bc556f Author: Petr Písař Date: Wed Oct 28 11:28:43 2009 +0100 Report closed connection in isds_ping() commit c57c3de8a10ae3ed958bbbf0a4778f475d1ae96f Author: Petr Písař Date: Wed Oct 28 11:18:22 2009 +0100 Add debugging messages to isds_login() and isds_logout() commit 27098934057c0b881d16b7b52eacc1f01e6c1f1b Author: Petr Písař Date: Wed Oct 28 10:58:22 2009 +0100 isds_ping() added TODO: Check dummy response and consolidate CURL handler and credentials handling. commit f7ff234e77561197f9fc0bb1102671f5683e8dd9 Author: Petr Písař Date: Tue Oct 27 21:05:43 2009 +0100 Network timeout setting via isds_set_timeout() implemented commit a8599f2b87977fff36aa80b85e1cc5e520ee5622 Author: Petr Písař Date: Tue Oct 27 19:41:21 2009 +0100 Debug SOAP messages commit e63344894c60c965bde55157c169b89b4435729b Author: Petr Písař Date: Tue Oct 27 19:24:05 2009 +0100 Recognise HTTP 401 code as login failure commit 8fda58f0ee98d401456acbbfe2c10d5522f72acc Author: Petr Písař Date: Tue Oct 27 19:16:23 2009 +0100 Allow non-200 HTTP responde processing commit 133bbad4e1c075bdb5d05e17bd8f9885cde8b369 Author: Petr Písař Date: Tue Oct 27 18:45:16 2009 +0100 SOAPAction HTTP header added commit c7aa6d8587861f350055191f151b1af14603591e Author: Petr Písař Date: Tue Oct 27 16:33:05 2009 +0100 Mark messaged for translation commit 7b01d2d859c2ca7cacb5e8ea04aebef1dc61676f Author: Petr Písař Date: Tue Oct 27 16:32:02 2009 +0100 Change SOAP error message to indicate SOAP version commit 1015e3051a4325c2dce2cd41c8d123f9ab6918ed Author: Petr Písař Date: Tue Oct 27 16:21:56 2009 +0100 Consolidate namespace definitions and use SOAP 1.1 commit ab74271274403929f744d1c3ac44ccb2df921825 Author: Petr Písař Date: Tue Oct 27 15:47:24 2009 +0100 Successful DummyOperationResponse with code 0000 added commit f0eaca86b2bfa680bd4bfcf40f8a0c3eaccb693b Author: Petr Písař Date: Tue Oct 27 15:06:43 2009 +0100 SOAP URL fixed in code commit 3276f42d8aba1d05054699ce51be2822a632ff6b Author: Petr Písař Date: Tue Oct 27 15:05:04 2009 +0100 Documentation about SOAP URLs fixed commit 40f00a9866aea82bb7604c92dd8232c63330b5cd Author: Petr Písař Date: Tue Oct 27 14:37:54 2009 +0100 Fix memory allocation problem in isds_append_message() commit 078ec7f6eeda92475af628ae69edec7a4e349ddb Author: Petr Písař Date: Tue Oct 27 12:55:13 2009 +0100 HTTP request tuned to authenicate to the testing server. Redirection and cross-domain HTTP authentication commit c5d35b205a88541c4b5f851573d656233ef8d8ee Author: Petr Písař Date: Mon Oct 26 23:20:51 2009 +0100 HTTP request logged. TODO: Use CURLOPT_DEBUGFUNCTION to get complete HTTP request and response. commit 0cd149238a0fa253400b84023a3f687ed88a38fc Author: Petr Písař Date: Mon Oct 26 22:46:31 2009 +0100 Add all comprehensive log level and facility ALL commit e104e9aeb4dc801616745acfb7ea1b510c39ef3b Author: Petr Písař Date: Mon Oct 26 22:43:46 2009 +0100 Try logging commit 1b45b7a61d0fbcab402f556446b77057466ac890 Author: Petr Písař Date: Mon Oct 26 19:10:56 2009 +0100 fprintf() with va_list must be vfprintf() commit 5426d329cbb012490a5e529b26140e2f513ff27c Author: Petr Písař Date: Mon Oct 26 18:59:16 2009 +0100 Make isds_log() variadic commit 7679be8395f880a14f2cb10f62afe8a9e09931e9 Author: Petr Písař Date: Mon Oct 26 18:36:42 2009 +0100 Add global logging mechanism isds_set_logging() set logging criteria up by application, isds_log() is used for debug messages in library commit 1bfcc829e0d36c2498745992d4f23d6ca065e1c1 Author: Petr Písař Date: Mon Oct 26 17:23:08 2009 +0100 client: URL fixed (trailing slash) commit 4a067c8adb8c0dd76fc024788ce706df470224a5 Author: Petr Písař Date: Mon Oct 26 17:21:15 2009 +0100 Client changed to use testing server and account commit c220d990ce71375c98fd37d5b316fd1e3a5af1c3 Author: Petr Písař Date: Mon Oct 26 17:18:56 2009 +0100 Credentials for testing boxes documented commit 0861ad899026059512ced0c06ca453d16b7856eb Author: Petr Písař Date: Mon Oct 26 16:44:32 2009 +0100 Test server locator and login specific locators commit 32129e70e7184b03ec52e84936b35f1c1283980b (tag: refs/tags/version5) Author: Petr Pisar Date: Sun Oct 25 00:10:49 2009 +0200 soap(): use xmlNewChild() instead of xmlNewNode() and xmlAddChild() commit f26923195c0123e6881e1bd0eab03baa9bc7b1a0 Author: Petr Pisar Date: Sun Oct 25 00:03:00 2009 +0200 Copy request in soap() to not destroy input request argument commit 96fc002f14c6db81c4cb641e813ffc5384f6993f Author: Petr Pisar Date: Sat Oct 24 23:29:09 2009 +0200 Reintroduce local xmlNs definitions. Only this way namespace definition can appear on an element. commit 32a9bc8ecf3618c751501cf76b39699da11acfcd Author: Petr Pisar Date: Sat Oct 24 22:25:51 2009 +0200 soap(): better variable names request as xmlDoc commit d1d0c4673452d01b05fbdf18cd31b881560de1cb Author: Petr Pisar Date: Sat Oct 24 18:59:30 2009 +0200 Use global namespace nodes soap() commit 69832f03995b65644afaf79a8be4bbe4ea39902f Author: Petr Pisar Date: Sat Oct 24 18:40:37 2009 +0200 Add namespace to login request. However resulting SOAP request is invalid. xmls:isds is missing. commit 39cd011ec67e992a1fd90cfed35d52bd9645ca68 Author: Petr Pisar Date: Sat Oct 24 18:36:40 2009 +0200 Introduce global XML variables commit 8ccde9524b002c33be07e049e5faa0d7212c0738 Author: Petr Pisar Date: Sat Oct 24 18:10:47 2009 +0200 Fix typo commit 46a2ecd52592b1051f056fd719b3645c147f02b3 Author: Petr Pisar Date: Sat Oct 24 18:08:47 2009 +0200 Format SOAP request commit 4c515da83c9502220716c0b67427d81da2369a29 Author: Petr Pisar Date: Sat Oct 24 18:04:31 2009 +0200 Pass login request to soap() commit b4dbd42a0d1911a6b928bf9d334336437d30e064 Author: Petr Pisar Date: Sat Oct 24 15:25:13 2009 +0200 Don't xmlFree attached nodes They will be deallocated at recursive free of root of the tree. commit 0ca2716e48a56d628a3eaa3ee19d1dacd84879c3 Author: Petr Pisar Date: Sat Oct 24 14:45:12 2009 +0200 Change soap() prototype to accept request as XML node set Changed prototype, dummy SOAP envelpe created, more verbose errors commit 9f1b0795579a4cf0cb609db94722b93a565f157b Author: Petr Pisar Date: Sat Oct 24 01:25:54 2009 +0200 soap() changed prototype to reurn XML node list instead of buffer commit 4bba8ca95abc6f115af5277ff2ae8da9c911bb23 Author: Petr Pisar Date: Sat Oct 24 00:45:43 2009 +0200 SOAP body extracting commit a73e3f66f287dfc84a58dc9cc7135039b1594e7c Author: Petr Pisar Date: Fri Oct 23 22:34:18 2009 +0200 Fix no soap:body detection xmlXPathObject->boolval seems zero even if nodeset is not empty. Use ->nodesetval == NULLas emptyness detection commit b629ab3b220a32019a1bd243fbb49c2d0db94002 Author: Petr Pisar Date: Fri Oct 23 22:10:12 2009 +0200 Check for SOAP validity commit 5210b888e50d444ab374783666d20262db811ab2 Author: Petr Pisar Date: Fri Oct 23 16:01:03 2009 +0200 Parse the SOAP response commit 9dc1ad15aeea6bc1611fa172446131cfaa132235 Author: Petr Pisar Date: Fri Oct 23 15:43:41 2009 +0200 register_namespaces() added commit 0151f5c8525c759ff70423c738663a547bbb6bd7 Author: Petr Pisar Date: Fri Oct 23 11:30:05 2009 +0200 http(): fix MIME type extraction commit 31e5cc5b15c8aa77283d474f2ce46da8169a2983 Author: Petr Pisar Date: Fri Oct 23 11:21:07 2009 +0200 Check for response MIME type commit e37a6db08e661b83947a55a025d2b0e0e6cb4438 Author: Petr Pisar Date: Fri Oct 23 11:01:14 2009 +0200 http(): POST request body commit 1846df59cd6b27894476c0e68a251702348e4773 Author: Petr Pisar Date: Thu Oct 22 23:00:11 2009 +0200 Fix typo commit 8d05ced22f887e835a7c5575e3614e935a6b9e38 Author: Petr Pisar Date: Thu Oct 22 22:58:58 2009 +0200 Add proper Conent-Type and User-Agent HTTP headers commit 65abe18f210c302d70b31f4e65eacc12918918d2 Author: Petr Pisar Date: Thu Oct 22 22:35:18 2009 +0200 Remove comment commit a3b14ae39a705b35789b149f52fe06224dc89981 Author: Petr Pisar Date: Thu Oct 22 22:34:16 2009 +0200 http(): add Accept: application/soap+xml commit 87ab4564be824bde76163ef4b050b7c724a686a0 Author: Petr Pisar Date: Thu Oct 22 22:21:27 2009 +0200 http(): set struct body early Lazy body initialization enabled not to deallocate the resposne after failure because body.data could be NULL. commit 02f32db7be7c6533578cd00ba20851e4528016e9 (tag: refs/tags/version4) Author: Petr Pisar Date: Thu Oct 22 14:26:09 2009 +0200 Separate HTTP stuff from soap() into http() commit a641e752973c741ce1de47885583da6f08c1093a Author: Petr Pisar Date: Wed Oct 21 13:11:25 2009 +0200 HTTP auth implemented commit 414d7524a3fc0eb12fda0b0ddc1b2669673e1e3b Author: Petr Pisar Date: Wed Oct 21 12:48:20 2009 +0200 Fix typo commit 27887151ed8859ab2debfbeed5d324456036991e Author: Petr Pisar Date: Wed Oct 21 12:38:38 2009 +0200 Store credentials into context commit 58b87a3a4b80124108d8f84348ae17924083e937 Author: Petr Pisar Date: Wed Oct 21 00:33:03 2009 +0200 Get know Content-Type of SOAP response commit 5b25ea5fa0b17ce6020ef430f739001848ee57f5 Author: Petr Pisar Date: Wed Oct 21 00:12:14 2009 +0200 Addedd request_length to soap() commit 0a38dcdabb924c604d35e61fd7661e05a8fefe51 Author: Petr Pisar Date: Tue Oct 20 23:04:55 2009 +0200 Basic web service interface and more details about message commit cfd2d88fe34426649975c5344eb2c7f6ec22a112 Author: Petr Pisar Date: Tue Oct 20 14:00:12 2009 +0200 Cryptographic device details commit 06e18156ae3fb908bdcb9e9f39e5aa132bbc1c0a Author: Petr Pisar Date: Tue Oct 20 13:46:02 2009 +0200 Basic specification gathered and translated into English commit c6f027f825e6be711e1aaeacb19f29809f4485e1 Author: Petr Pisar Date: Tue Oct 20 11:50:46 2009 +0200 Some libxml2 protoypes documented commit 86c864d25883e269f672c08c930e5a85de4ab290 (tag: refs/tags/version3) Author: Petr Pisar Date: Sun Oct 18 12:59:49 2009 +0200 server: XML with NULL character commit 94d5d477f1899dc19fa95d5bbe88fcce270adeae Author: Petr Pisar Date: Sun Oct 18 12:31:43 2009 +0200 Add libxml2 commit 906a64f78f28814edffbab3130f1ffca8a146d60 Author: Petr Pisar Date: Sat Oct 17 23:49:33 2009 +0200 Fix context url and cookie setting commit 187ff79c1f4c38c815a581cf36733d3e3dea9c50 Author: Petr Pisar Date: Sat Oct 17 23:19:22 2009 +0200 Dummy login result added commit 191a0f589356647daa05228c3803447a85c82579 Author: Petr Pisar Date: Sat Oct 17 22:15:43 2009 +0200 free SOAP response at the end of isds_login() commit 8e9d814997f8db53e1acddd37b2328cd89506164 Author: Petr Pisar Date: Sat Oct 17 22:10:00 2009 +0200 soap() return real SOAP response now commit 04be245fc663e280ae4b359b98229623c8a9856d Author: Petr Pisar Date: Sat Oct 17 21:14:46 2009 +0200 Report failed URL in soap() commit 5bc248740048c6599a46910999e79b89f0a04425 Author: Petr Pisar Date: Sat Oct 17 21:11:08 2009 +0200 isds_append_message() implemented commit 0dcf1ba11aca7231e51be99d15eca7ff2b44091d Author: Petr Pisar Date: Sat Oct 17 20:54:21 2009 +0200 Better loging and siwtch on debug commit 458ba5930b13f5cc8c0d8862bc4d9663ab6719cb Author: Petr Pisar Date: Sat Oct 17 20:17:53 2009 +0200 soap() respect @file commit c268817e5178074d12389536a08e747c713daec9 Author: Petr Pisar Date: Sat Oct 17 20:06:41 2009 +0200 login_url renamed to url in soap() commit d31664083849da719c1406bb05269107b23bee06 (tag: refs/tags/version2) Author: Petr Pisar Date: Sat Oct 17 01:42:05 2009 +0200 Header file dependecies autogeneration commit 6d0e2a527e8bdc9322f80e1e88b9ff1cc374b292 Author: Petr Pisar Date: Sat Oct 17 01:29:01 2009 +0200 Introduce SOURCES in Makefile commit f10daac79ff946ffb1bad81b6ec804b739f11f9d Author: Petr Pisar Date: Sat Oct 17 01:00:21 2009 +0200 Multiple include protection macro names normalized commit 8192bd3a1de9914fe4db67ea6c7c536dfe20d36a Author: Petr Pisar Date: Sat Oct 17 00:53:16 2009 +0200 Fix indentation commit 4b971340ab2b916b0ddba86584275751770f5154 Author: Petr Pisar Date: Sat Oct 17 00:48:35 2009 +0200 SOAP functions as soap.c added commit 559fca6e24cf363e3d0aebcdcd886f86374d3acd Author: Petr Pisar Date: Fri Oct 16 21:44:54 2009 +0200 Add PIC to CFLAGS commit 36cd03a9fac9794cffc8538a464807516cbe99c4 Author: Petr Pisar Date: Fri Oct 16 21:20:24 2009 +0200 Server site dummy reponses commit 6efa1a8b9836745c0b0c71fe090d367fec84a36c Author: Petr Pisar Date: Fri Oct 16 21:18:15 2009 +0200 Makes utils.c funcions hidden commit 30bc6ef92935eafab66821081e5242de0b15acbb Author: Petr Pisar Date: Fri Oct 16 20:52:55 2009 +0200 Server URL saved into context commit 718b2e74f5397be3b24ebb7da892a16130afd800 Author: Petr Pisar Date: Fri Oct 16 20:46:01 2009 +0200 Add soname into shared library commit 867cb857fc83a03a47d2a8783fc809b1a11f9a1d Author: Petr Pisar Date: Fri Oct 16 20:30:11 2009 +0200 libisds version 1 libisds-0.10.7/m4/0000755000076400001440000000000013130413447010551 500000000000000libisds-0.10.7/m4/nls.m40000644000076400001440000000231512230035237011525 00000000000000# nls.m4 serial 5 (gettext-0.18) dnl Copyright (C) 1995-2003, 2005-2006, 2008-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ([2.50]) AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE([nls], [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT([$USE_NLS]) AC_SUBST([USE_NLS]) ]) libisds-0.10.7/m4/gpgme.m40000644000076400001440000002406411327321144012036 00000000000000# gpgme.m4 - autoconf macro to detect GPGME. # Copyright (C) 2002, 2003, 2004 g10 Code GmbH # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # This file is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. AC_DEFUN([_AM_PATH_GPGME_CONFIG], [ AC_ARG_WITH(gpgme-prefix, AC_HELP_STRING([--with-gpgme-prefix=PFX], [prefix where GPGME is installed (optional)]), gpgme_config_prefix="$withval", gpgme_config_prefix="") if test "x$gpgme_config_prefix" != x ; then GPGME_CONFIG="$gpgme_config_prefix/bin/gpgme-config" fi AC_PATH_PROG(GPGME_CONFIG, gpgme-config, no) if test "$GPGME_CONFIG" != "no" ; then gpgme_version=`$GPGME_CONFIG --version` fi gpgme_version_major=`echo $gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'` gpgme_version_minor=`echo $gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'` gpgme_version_micro=`echo $gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'` ]) dnl AM_PATH_GPGME([MINIMUM-VERSION, dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]]) dnl Test for libgpgme and define GPGME_CFLAGS and GPGME_LIBS. dnl AC_DEFUN([AM_PATH_GPGME], [ AC_REQUIRE([_AM_PATH_GPGME_CONFIG])dnl tmp=ifelse([$1], ,1:0.4.2,$1) if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then req_gpgme_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'` min_gpgme_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'` else req_gpgme_api=0 min_gpgme_version="$tmp" fi AC_MSG_CHECKING(for GPGME - version >= $min_gpgme_version) ok=no if test "$GPGME_CONFIG" != "no" ; then req_major=`echo $min_gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'` req_minor=`echo $min_gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` req_micro=`echo $min_gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'` if test "$gpgme_version_major" -gt "$req_major"; then ok=yes else if test "$gpgme_version_major" -eq "$req_major"; then if test "$gpgme_version_minor" -gt "$req_minor"; then ok=yes else if test "$gpgme_version_minor" -eq "$req_minor"; then if test "$gpgme_version_micro" -ge "$req_micro"; then ok=yes fi fi fi fi fi fi if test $ok = yes; then # If we have a recent GPGME, we should also check that the # API is compatible. if test "$req_gpgme_api" -gt 0 ; then tmp=`$GPGME_CONFIG --api-version 2>/dev/null || echo 0` if test "$tmp" -gt 0 ; then if test "$req_gpgme_api" -ne "$tmp" ; then ok=no fi fi fi fi if test $ok = yes; then GPGME_CFLAGS=`$GPGME_CONFIG --cflags` GPGME_LIBS=`$GPGME_CONFIG --libs` AC_MSG_RESULT(yes) ifelse([$2], , :, [$2]) else GPGME_CFLAGS="" GPGME_LIBS="" AC_MSG_RESULT(no) ifelse([$3], , :, [$3]) fi AC_SUBST(GPGME_CFLAGS) AC_SUBST(GPGME_LIBS) ]) dnl AM_PATH_GPGME_PTH([MINIMUM-VERSION, dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]]) dnl Test for libgpgme and define GPGME_PTH_CFLAGS and GPGME_PTH_LIBS. dnl AC_DEFUN([AM_PATH_GPGME_PTH], [ AC_REQUIRE([_AM_PATH_GPGME_CONFIG])dnl tmp=ifelse([$1], ,1:0.4.2,$1) if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then req_gpgme_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'` min_gpgme_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'` else req_gpgme_api=0 min_gpgme_version="$tmp" fi AC_MSG_CHECKING(for GPGME Pth - version >= $min_gpgme_version) ok=no if test "$GPGME_CONFIG" != "no" ; then if `$GPGME_CONFIG --thread=pth 2> /dev/null` ; then req_major=`echo $min_gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'` req_minor=`echo $min_gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` req_micro=`echo $min_gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'` if test "$gpgme_version_major" -gt "$req_major"; then ok=yes else if test "$gpgme_version_major" -eq "$req_major"; then if test "$gpgme_version_minor" -gt "$req_minor"; then ok=yes else if test "$gpgme_version_minor" -eq "$req_minor"; then if test "$gpgme_version_micro" -ge "$req_micro"; then ok=yes fi fi fi fi fi fi fi if test $ok = yes; then # If we have a recent GPGME, we should also check that the # API is compatible. if test "$req_gpgme_api" -gt 0 ; then tmp=`$GPGME_CONFIG --api-version 2>/dev/null || echo 0` if test "$tmp" -gt 0 ; then if test "$req_gpgme_api" -ne "$tmp" ; then ok=no fi fi fi fi if test $ok = yes; then GPGME_PTH_CFLAGS=`$GPGME_CONFIG --thread=pth --cflags` GPGME_PTH_LIBS=`$GPGME_CONFIG --thread=pth --libs` AC_MSG_RESULT(yes) ifelse([$2], , :, [$2]) else GPGME_PTH_CFLAGS="" GPGME_PTH_LIBS="" AC_MSG_RESULT(no) ifelse([$3], , :, [$3]) fi AC_SUBST(GPGME_PTH_CFLAGS) AC_SUBST(GPGME_PTH_LIBS) ]) dnl AM_PATH_GPGME_PTHREAD([MINIMUM-VERSION, dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]]) dnl Test for libgpgme and define GPGME_PTHREAD_CFLAGS dnl and GPGME_PTHREAD_LIBS. dnl AC_DEFUN([AM_PATH_GPGME_PTHREAD], [ AC_REQUIRE([_AM_PATH_GPGME_CONFIG])dnl tmp=ifelse([$1], ,1:0.4.2,$1) if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then req_gpgme_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'` min_gpgme_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'` else req_gpgme_api=0 min_gpgme_version="$tmp" fi AC_MSG_CHECKING(for GPGME pthread - version >= $min_gpgme_version) ok=no if test "$GPGME_CONFIG" != "no" ; then if `$GPGME_CONFIG --thread=pthread 2> /dev/null` ; then req_major=`echo $min_gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'` req_minor=`echo $min_gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` req_micro=`echo $min_gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'` if test "$gpgme_version_major" -gt "$req_major"; then ok=yes else if test "$gpgme_version_major" -eq "$req_major"; then if test "$gpgme_version_minor" -gt "$req_minor"; then ok=yes else if test "$gpgme_version_minor" -eq "$req_minor"; then if test "$gpgme_version_micro" -ge "$req_micro"; then ok=yes fi fi fi fi fi fi fi if test $ok = yes; then # If we have a recent GPGME, we should also check that the # API is compatible. if test "$req_gpgme_api" -gt 0 ; then tmp=`$GPGME_CONFIG --api-version 2>/dev/null || echo 0` if test "$tmp" -gt 0 ; then if test "$req_gpgme_api" -ne "$tmp" ; then ok=no fi fi fi fi if test $ok = yes; then GPGME_PTHREAD_CFLAGS=`$GPGME_CONFIG --thread=pthread --cflags` GPGME_PTHREAD_LIBS=`$GPGME_CONFIG --thread=pthread --libs` AC_MSG_RESULT(yes) ifelse([$2], , :, [$2]) else GPGME_PTHREAD_CFLAGS="" GPGME_PTHREAD_LIBS="" AC_MSG_RESULT(no) ifelse([$3], , :, [$3]) fi AC_SUBST(GPGME_PTHREAD_CFLAGS) AC_SUBST(GPGME_PTHREAD_LIBS) ]) dnl AM_PATH_GPGME_GLIB([MINIMUM-VERSION, dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]]) dnl Test for libgpgme-glib and define GPGME_GLIB_CFLAGS and GPGME_GLIB_LIBS. dnl AC_DEFUN([AM_PATH_GPGME_GLIB], [ AC_REQUIRE([_AM_PATH_GPGME_CONFIG])dnl tmp=ifelse([$1], ,1:0.4.2,$1) if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then req_gpgme_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'` min_gpgme_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'` else req_gpgme_api=0 min_gpgme_version="$tmp" fi AC_MSG_CHECKING(for GPGME - version >= $min_gpgme_version) ok=no if test "$GPGME_CONFIG" != "no" ; then req_major=`echo $min_gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'` req_minor=`echo $min_gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` req_micro=`echo $min_gpgme_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'` if test "$gpgme_version_major" -gt "$req_major"; then ok=yes else if test "$gpgme_version_major" -eq "$req_major"; then if test "$gpgme_version_minor" -gt "$req_minor"; then ok=yes else if test "$gpgme_version_minor" -eq "$req_minor"; then if test "$gpgme_version_micro" -ge "$req_micro"; then ok=yes fi fi fi fi fi fi if test $ok = yes; then # If we have a recent GPGME, we should also check that the # API is compatible. if test "$req_gpgme_api" -gt 0 ; then tmp=`$GPGME_CONFIG --api-version 2>/dev/null || echo 0` if test "$tmp" -gt 0 ; then if test "$req_gpgme_api" -ne "$tmp" ; then ok=no fi fi fi fi if test $ok = yes; then GPGME_GLIB_CFLAGS=`$GPGME_CONFIG --glib --cflags` GPGME_GLIB_LIBS=`$GPGME_CONFIG --glib --libs` AC_MSG_RESULT(yes) ifelse([$2], , :, [$2]) else GPGME_GLIB_CFLAGS="" GPGME_GLIB_LIBS="" AC_MSG_RESULT(no) ifelse([$3], , :, [$3]) fi AC_SUBST(GPGME_GLIB_CFLAGS) AC_SUBST(GPGME_GLIB_LIBS) ]) libisds-0.10.7/m4/iconv.m40000644000076400001440000002162012230035237012047 00000000000000# iconv.m4 serial 18 (gettext-0.18.2) dnl Copyright (C) 2000-2002, 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], [ dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_LIB_LINKFLAGS_BODY([iconv]) ]) AC_DEFUN([AM_ICONV_LINK], [ dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and dnl those with the standalone portable GNU libiconv installed). AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) dnl Add $INCICONV to CPPFLAGS before performing the following checks, dnl because if the user has installed libiconv and not disabled its use dnl via --without-libiconv-prefix, he wants to use it. The first dnl AC_LINK_IFELSE will then fail, the second AC_LINK_IFELSE will succeed. am_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [ am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #include ]], [[iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);]])], [am_cv_func_iconv=yes]) if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #include ]], [[iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);]])], [am_cv_lib_iconv=yes] [am_cv_func_iconv=yes]) LIBS="$am_save_LIBS" fi ]) if test "$am_cv_func_iconv" = yes; then AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [ dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11, dnl Solaris 10. am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include int main () { int result = 0; /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static const char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 1; iconv_close (cd_utf8_to_88591); } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static const char input[] = "\263"; char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 2; iconv_close (cd_ascii_to_88591); } } /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ { iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static const char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; const char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) result |= 4; iconv_close (cd_88591_to_utf8); } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) result |= 8; iconv_close (cd_88591_to_utf8); } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) result |= 16; return result; }]])], [am_cv_func_iconv_works=yes], [am_cv_func_iconv_works=no], [ changequote(,)dnl case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac changequote([,])dnl ]) LIBS="$am_save_LIBS" ]) case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then AC_DEFINE([HAVE_ICONV], [1], [Define if you have the iconv() function and it works.]) fi if test "$am_cv_lib_iconv" = yes; then AC_MSG_CHECKING([how to link with libiconv]) AC_MSG_RESULT([$LIBICONV]) else dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV dnl either. CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi AC_SUBST([LIBICONV]) AC_SUBST([LTLIBICONV]) ]) dnl Define AM_ICONV using AC_DEFUN_ONCE for Autoconf >= 2.64, in order to dnl avoid warnings like dnl "warning: AC_REQUIRE: `AM_ICONV' was expanded before it was required". dnl This is tricky because of the way 'aclocal' is implemented: dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN. dnl Otherwise aclocal's initial scan pass would miss the macro definition. dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions. dnl Otherwise aclocal would emit many "Use of uninitialized value $1" dnl warnings. m4_define([gl_iconv_AC_DEFUN], m4_version_prereq([2.64], [[AC_DEFUN_ONCE( [$1], [$2])]], [m4_ifdef([gl_00GNULIB], [[AC_DEFUN_ONCE( [$1], [$2])]], [[AC_DEFUN( [$1], [$2])]])])) gl_iconv_AC_DEFUN([AM_ICONV], [ AM_ICONV_LINK if test "$am_cv_func_iconv" = yes; then AC_MSG_CHECKING([for iconv declaration]) AC_CACHE_VAL([am_cv_proto_iconv], [ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif ]], [[]])], [am_cv_proto_iconv_arg1=""], [am_cv_proto_iconv_arg1="const"]) am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` AC_MSG_RESULT([ $am_cv_proto_iconv]) AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1], [Define as const if the declaration of iconv() needs const.]) dnl Also substitute ICONV_CONST in the gnulib generated . m4_ifdef([gl_ICONV_H_DEFAULTS], [AC_REQUIRE([gl_ICONV_H_DEFAULTS]) if test -n "$am_cv_proto_iconv_arg1"; then ICONV_CONST="const" fi ]) fi ]) libisds-0.10.7/m4/ltversion.m40000644000076400001440000000126213130406756012766 00000000000000# ltversion.m4 -- version numbers -*- Autoconf -*- # # Copyright (C) 2004 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # @configure_input@ # serial 3337 ltversion.m4 # This file is part of GNU Libtool m4_define([LT_PACKAGE_VERSION], [2.4.2]) m4_define([LT_PACKAGE_REVISION], [1.3337]) AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.2' macro_revision='1.3337' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) libisds-0.10.7/m4/ltsugar.m40000644000076400001440000001042413130406756012422 00000000000000# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 6 ltsugar.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) # lt_join(SEP, ARG1, [ARG2...]) # ----------------------------- # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their # associated separator. # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier # versions in m4sugar had bugs. m4_define([lt_join], [m4_if([$#], [1], [], [$#], [2], [[$2]], [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) m4_define([_lt_join], [m4_if([$#$2], [2], [], [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) # lt_car(LIST) # lt_cdr(LIST) # ------------ # Manipulate m4 lists. # These macros are necessary as long as will still need to support # Autoconf-2.59 which quotes differently. m4_define([lt_car], [[$1]]) m4_define([lt_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], [$#], 1, [], [m4_dquote(m4_shift($@))])]) m4_define([lt_unquote], $1) # lt_append(MACRO-NAME, STRING, [SEPARATOR]) # ------------------------------------------ # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. # Note that neither SEPARATOR nor STRING are expanded; they are appended # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). # No SEPARATOR is output if MACRO-NAME was previously undefined (different # than defined and empty). # # This macro is needed until we can rely on Autoconf 2.62, since earlier # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. m4_define([lt_append], [m4_define([$1], m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) # ---------------------------------------------------------- # Produce a SEP delimited list of all paired combinations of elements of # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list # has the form PREFIXmINFIXSUFFIXn. # Needed until we can rely on m4_combine added in Autoconf 2.62. m4_define([lt_combine], [m4_if(m4_eval([$# > 3]), [1], [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl [[m4_foreach([_Lt_prefix], [$2], [m4_foreach([_Lt_suffix], ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) # ----------------------------------------------------------------------- # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. m4_define([lt_if_append_uniq], [m4_ifdef([$1], [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], [lt_append([$1], [$2], [$3])$4], [$5])], [lt_append([$1], [$2], [$3])$4])]) # lt_dict_add(DICT, KEY, VALUE) # ----------------------------- m4_define([lt_dict_add], [m4_define([$1($2)], [$3])]) # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) # -------------------------------------------- m4_define([lt_dict_add_subkey], [m4_define([$1($2:$3)], [$4])]) # lt_dict_fetch(DICT, KEY, [SUBKEY]) # ---------------------------------- m4_define([lt_dict_fetch], [m4_ifval([$3], m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) # ----------------------------------------------------------------- m4_define([lt_if_dict_fetch], [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], [$5], [$6])]) # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) # -------------------------------------------------------------- m4_define([lt_dict_filter], [m4_if([$5], [], [], [lt_join(m4_quote(m4_default([$4], [[, ]])), lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl ]) libisds-0.10.7/m4/progtest.m40000644000076400001440000000604012230035237012577 00000000000000# progtest.m4 serial 7 (gettext-0.18.2) dnl Copyright (C) 1996-2003, 2005, 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1996. AC_PREREQ([2.50]) # Search path for a program which passes the given test. dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) AC_DEFUN([AM_PATH_PROG_WITH_TEST], [ # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL([ac_cv_path_$1], [case "[$]$1" in [[\\/]]* | ?:[[\\/]]*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in ifelse([$5], , $PATH, [$5]); do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$][$1]) else AC_MSG_RESULT([no]) fi AC_SUBST([$1])dnl ]) libisds-0.10.7/m4/lib-link.m40000644000076400001440000010044312230035237012433 00000000000000# lib-link.m4 serial 26 (gettext-0.18.2) dnl Copyright (C) 2001-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_PREREQ([2.54]) dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and dnl augments the CPPFLAGS variable. dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) pushdef([Name],[m4_translit([$1],[./+-], [____])]) pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ AC_LIB_LINKFLAGS_BODY([$1], [$2]) ac_cv_lib[]Name[]_libs="$LIB[]NAME" ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" ac_cv_lib[]Name[]_cppflags="$INC[]NAME" ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX" ]) LIB[]NAME="$ac_cv_lib[]Name[]_libs" LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" INC[]NAME="$ac_cv_lib[]Name[]_cppflags" LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the dnl results of this search when this library appears as a dependency. HAVE_LIB[]NAME=yes popdef([NAME]) popdef([Name]) ]) dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode, [missing-message]) dnl searches for libname and the libraries corresponding to explicit and dnl implicit dependencies, together with the specified include files and dnl the ability to compile and link the specified testcode. The missing-message dnl defaults to 'no' and may contain additional hints for the user. dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} dnl and LTLIB${NAME} variables and augments the CPPFLAGS variable, and dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) pushdef([Name],[m4_translit([$1],[./+-], [____])]) pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME dnl accordingly. AC_LIB_LINKFLAGS_BODY([$1], [$2]) dnl Add $INC[]NAME to CPPFLAGS before performing the following checks, dnl because if the user has installed lib[]Name and not disabled its use dnl via --without-lib[]Name-prefix, he wants to use it. ac_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ ac_save_LIBS="$LIBS" dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS, dnl because these -l options might require -L options that are present in dnl LIBS. -l options benefit only from the -L options listed before it. dnl Otherwise, add it to the front of LIBS, because it may be a static dnl library that depends on another static library that is present in LIBS. dnl Static libraries benefit only from the static libraries listed after dnl it. case " $LIB[]NAME" in *" -l"*) LIBS="$LIBS $LIB[]NAME" ;; *) LIBS="$LIB[]NAME $LIBS" ;; esac AC_LINK_IFELSE( [AC_LANG_PROGRAM([[$3]], [[$4]])], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name='m4_if([$5], [], [no], [[$5]])']) LIBS="$ac_save_LIBS" ]) if test "$ac_cv_lib[]Name" = yes; then HAVE_LIB[]NAME=yes AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the lib][$1 library.]) AC_MSG_CHECKING([how to link with lib[]$1]) AC_MSG_RESULT([$LIB[]NAME]) else HAVE_LIB[]NAME=no dnl If $LIB[]NAME didn't lead to a usable library, we don't need dnl $INC[]NAME either. CPPFLAGS="$ac_save_CPPFLAGS" LIB[]NAME= LTLIB[]NAME= LIB[]NAME[]_PREFIX= fi AC_SUBST([HAVE_LIB]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) popdef([NAME]) popdef([Name]) ]) dnl Determine the platform dependent parameters needed to use rpath: dnl acl_libext, dnl acl_shlibext, dnl acl_libname_spec, dnl acl_library_names_spec, dnl acl_hardcode_libdir_flag_spec, dnl acl_hardcode_libdir_separator, dnl acl_hardcode_direct, dnl acl_hardcode_minus_L. AC_DEFUN([AC_LIB_RPATH], [ dnl Tell automake >= 1.10 to complain if config.rpath is missing. m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir AC_CACHE_CHECK([for shared library run path origin], [acl_cv_rpath], [ CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done ]) wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" dnl Determine whether the user wants rpath handling at all. AC_ARG_ENABLE([rpath], [ --disable-rpath do not hardcode runtime library paths], :, enable_rpath=yes) ]) dnl AC_LIB_FROMPACKAGE(name, package) dnl declares that libname comes from the given package. The configure file dnl will then not have a --with-libname-prefix option but a dnl --with-package-prefix option. Several libraries can come from the same dnl package. This declaration must occur before an AC_LIB_LINKFLAGS or similar dnl macro call that searches for libname. AC_DEFUN([AC_LIB_FROMPACKAGE], [ pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) define([acl_frompackage_]NAME, [$2]) popdef([NAME]) pushdef([PACK],[$2]) pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) define([acl_libsinpackage_]PACKUP, m4_ifdef([acl_libsinpackage_]PACKUP, [m4_defn([acl_libsinpackage_]PACKUP)[, ]],)[lib$1]) popdef([PACKUP]) popdef([PACK]) ]) dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [ AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])]) pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])]) dnl Autoconf >= 2.61 supports dots in --with options. pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[m4_translit(PACK,[.],[_])],PACK)]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_ARG_WITH(P_A_C_K[-prefix], [[ --with-]]P_A_C_K[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib --without-]]P_A_C_K[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi ]) dnl Search the library and its dependencies in $additional_libdir and dnl $LDFLAGS. Using breadth-first-seach. LIB[]NAME= LTLIB[]NAME= INC[]NAME= LIB[]NAME[]_PREFIX= dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been dnl computed. So it has to be reset here. HAVE_LIB[]NAME= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='$1 $2' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" dnl See if it was already located by an earlier AC_LIB_LINKFLAGS dnl or AC_LIB_HAVE_LINKFLAGS call. uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" else dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined dnl that this library doesn't exist. So just drop it. : fi else dnl Search the library lib$name in $additional_libdir and $LDFLAGS dnl and the already constructed $LIBNAME/$LTLIBNAME. found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" dnl The same code as in the loop below: dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then dnl Found the library. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then dnl Linking with a shared library. We attempt to hardcode its dnl directory into the executable's runpath, unless it's the dnl standard /usr/lib. if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then dnl No hardcoding is needed. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl Use an explicit option to hardcode DIR into the resulting dnl binary. dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi dnl The hardcoding into $LIBNAME is system dependent. if test "$acl_hardcode_direct" = yes; then dnl Using DIR/libNAME.so during linking hardcodes DIR into the dnl resulting binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode DIR into the resulting dnl binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else dnl Rely on "-L$found_dir". dnl But don't add it if it's already contained in the LDFLAGS dnl or the already constructed $LIBNAME haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH dnl here, because this doesn't fit in flags passed to the dnl compiler. So give up. No hardcoding. This affects only dnl very old systems. dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then dnl Linking with a static library. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" else dnl We shouldn't come here, but anyway it's good to have a dnl fallback. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" fi fi dnl Assume the include files are nearby. additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then dnl Potentially add $additional_includedir to $INCNAME. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's /usr/local/include and we are using GCC on Linux, dnl 3. if it's already present in $CPPFLAGS or the already dnl constructed $INCNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INC[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $INCNAME. INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" fi fi fi fi fi dnl Look for dependencies. if test -n "$found_la"; then dnl Read the .la file. It defines the variables dnl dlname, library_names, old_library, dependency_libs, current, dnl age, revision, installed, dlopen, dlpreopen, libdir. save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" dnl We use only dependency_libs. for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's /usr/local/lib and we are using GCC on Linux, dnl 3. if it's already present in $LDFLAGS or the already dnl constructed $LIBNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LIBNAME. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LTLIBNAME. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) dnl Handle this in the next round. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) dnl Handle this in the next round. Throw away the .la's dnl directory; it is already contained in a preceding -L dnl option. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) dnl Most likely an immediate library name. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" ;; esac done fi else dnl Didn't find the library; assume it is in the system directories dnl known to the linker and runtime loader. (All the system dnl directories known to the linker should also be known to the dnl runtime loader, otherwise the system is severely misconfigured.) LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user must dnl pass all path elements in one option. We can arrange that for a dnl single library, but not when more than one $LIBNAMEs are used. alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl. acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" else dnl The -rpath options are cumulative. for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then dnl When using libtool, the option that works for both libraries and dnl executables is -R. The -R options are cumulative. for found_dir in $ltrpathdirs; do LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" done fi popdef([P_A_C_K]) popdef([PACKLIBS]) popdef([PACKUP]) popdef([PACK]) popdef([NAME]) ]) dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, dnl unless already present in VAR. dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes dnl contains two or three consecutive elements that belong together. AC_DEFUN([AC_LIB_APPENDTOVAR], [ for element in [$2]; do haveit= for x in $[$1]; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then [$1]="${[$1]}${[$1]:+ }$element" fi done ]) dnl For those cases where a variable contains several -L and -l options dnl referring to unknown libraries and directories, this macro determines the dnl necessary additional linker options for the runtime path. dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL]) dnl sets LDADDVAR to linker options needed together with LIBSVALUE. dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed, dnl otherwise linking without libtool is assumed. AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], [ AC_REQUIRE([AC_LIB_RPATH]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) $1= if test "$enable_rpath" != no; then if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode directories into the resulting dnl binary. rpathdirs= next= for opt in $2; do if test -n "$next"; then dir="$next" dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem" \ && test "X$dir" != "X/usr/$acl_libdirstem2"; then rpathdirs="$rpathdirs $dir" fi next= else case $opt in -L) next=yes ;; -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem" \ && test "X$dir" != "X/usr/$acl_libdirstem2"; then rpathdirs="$rpathdirs $dir" fi next= ;; *) next= ;; esac fi done if test "X$rpathdirs" != "X"; then if test -n ""$3""; then dnl libtool is used for linking. Use -R options. for dir in $rpathdirs; do $1="${$1}${$1:+ }-R$dir" done else dnl The linker is used for linking directly. if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user dnl must pass all path elements in one option. alldirs= for dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="$flag" else dnl The -rpath options are cumulative. for dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="${$1}${$1:+ }$flag" done fi fi fi fi fi AC_SUBST([$1]) ]) libisds-0.10.7/m4/libxml.m40000644000076400001440000001731011327321145012223 00000000000000# Configure paths for LIBXML2 # Mike Hommey 2004-06-19 # use CPPFLAGS instead of CFLAGS # Toshio Kuratomi 2001-04-21 # Adapted from: # Configure paths for GLIB # Owen Taylor 97-11-3 dnl AM_PATH_XML2([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) dnl Test for XML, and define XML_CPPFLAGS and XML_LIBS dnl AC_DEFUN([AM_PATH_XML2],[ AC_ARG_WITH(xml-prefix, [ --with-xml-prefix=PFX Prefix where libxml is installed (optional)], xml_config_prefix="$withval", xml_config_prefix="") AC_ARG_WITH(xml-exec-prefix, [ --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)], xml_config_exec_prefix="$withval", xml_config_exec_prefix="") AC_ARG_ENABLE(xmltest, [ --disable-xmltest Do not try to compile and run a test LIBXML program],, enable_xmltest=yes) if test x$xml_config_exec_prefix != x ; then xml_config_args="$xml_config_args" if test x${XML2_CONFIG+set} != xset ; then XML2_CONFIG=$xml_config_exec_prefix/bin/xml2-config fi fi if test x$xml_config_prefix != x ; then xml_config_args="$xml_config_args --prefix=$xml_config_prefix" if test x${XML2_CONFIG+set} != xset ; then XML2_CONFIG=$xml_config_prefix/bin/xml2-config fi fi AC_PATH_PROG(XML2_CONFIG, xml2-config, no) min_xml_version=ifelse([$1], ,2.0.0,[$1]) AC_MSG_CHECKING(for libxml - version >= $min_xml_version) no_xml="" if test "$XML2_CONFIG" = "no" ; then no_xml=yes else XML_CPPFLAGS=`$XML2_CONFIG $xml_config_args --cflags` XML_LIBS=`$XML2_CONFIG $xml_config_args --libs` xml_config_major_version=`$XML2_CONFIG $xml_config_args --version | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` xml_config_minor_version=`$XML2_CONFIG $xml_config_args --version | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` xml_config_micro_version=`$XML2_CONFIG $xml_config_args --version | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` if test "x$enable_xmltest" = "xyes" ; then ac_save_CPPFLAGS="$CPPFLAGS" ac_save_LIBS="$LIBS" CPPFLAGS="$CPPFLAGS $XML_CPPFLAGS" LIBS="$XML_LIBS $LIBS" dnl dnl Now check if the installed libxml is sufficiently new. dnl (Also sanity checks the results of xml2-config to some extent) dnl rm -f conf.xmltest AC_TRY_RUN([ #include #include #include #include int main() { int xml_major_version, xml_minor_version, xml_micro_version; int major, minor, micro; char *tmp_version; system("touch conf.xmltest"); /* Capture xml2-config output via autoconf/configure variables */ /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = (char *)strdup("$min_xml_version"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string from xml2-config\n", "$min_xml_version"); exit(1); } free(tmp_version); /* Capture the version information from the header files */ tmp_version = (char *)strdup(LIBXML_DOTTED_VERSION); if (sscanf(tmp_version, "%d.%d.%d", &xml_major_version, &xml_minor_version, &xml_micro_version) != 3) { printf("%s, bad version string from libxml includes\n", "LIBXML_DOTTED_VERSION"); exit(1); } free(tmp_version); /* Compare xml2-config output to the libxml headers */ if ((xml_major_version != $xml_config_major_version) || (xml_minor_version != $xml_config_minor_version) || (xml_micro_version != $xml_config_micro_version)) { printf("*** libxml header files (version %d.%d.%d) do not match\n", xml_major_version, xml_minor_version, xml_micro_version); printf("*** xml2-config (version %d.%d.%d)\n", $xml_config_major_version, $xml_config_minor_version, $xml_config_micro_version); return 1; } /* Compare the headers to the library to make sure we match */ /* Less than ideal -- doesn't provide us with return value feedback, * only exits if there's a serious mismatch between header and library. */ LIBXML_TEST_VERSION; /* Test that the library is greater than our minimum version */ if ((xml_major_version > major) || ((xml_major_version == major) && (xml_minor_version > minor)) || ((xml_major_version == major) && (xml_minor_version == minor) && (xml_micro_version >= micro))) { return 0; } else { printf("\n*** An old version of libxml (%d.%d.%d) was found.\n", xml_major_version, xml_minor_version, xml_micro_version); printf("*** You need a version of libxml newer than %d.%d.%d. The latest version of\n", major, minor, micro); printf("*** libxml is always available from ftp://ftp.xmlsoft.org.\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version, this error\n"); printf("*** probably means that the wrong copy of the xml2-config shell script is\n"); printf("*** being found. The easiest way to fix this is to remove the old version\n"); printf("*** of LIBXML, but you can also set the XML2_CONFIG environment to point to the\n"); printf("*** correct copy of xml2-config. (In this case, you will have to\n"); printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); printf("*** so that the correct libraries are found at run-time))\n"); } return 1; } ],, no_xml=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) CPPFLAGS="$ac_save_CPPFLAGS" LIBS="$ac_save_LIBS" fi fi if test "x$no_xml" = x ; then AC_MSG_RESULT(yes (version $xml_config_major_version.$xml_config_minor_version.$xml_config_micro_version)) ifelse([$2], , :, [$2]) else AC_MSG_RESULT(no) if test "$XML2_CONFIG" = "no" ; then echo "*** The xml2-config script installed by LIBXML could not be found" echo "*** If libxml was installed in PREFIX, make sure PREFIX/bin is in" echo "*** your path, or set the XML2_CONFIG environment variable to the" echo "*** full path to xml2-config." else if test -f conf.xmltest ; then : else echo "*** Could not run libxml test program, checking why..." CPPFLAGS="$CPPFLAGS $XML_CPPFLAGS" LIBS="$LIBS $XML_LIBS" AC_TRY_LINK([ #include #include ], [ LIBXML_TEST_VERSION; return 0;], [ echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding LIBXML or finding the wrong" echo "*** version of LIBXML. If it is not finding LIBXML, you'll need to set your" echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" echo "*** to the installed location Also, make sure you have run ldconfig if that" echo "*** is required on your system" echo "***" echo "*** If you have an old version installed, it is best to remove it, although" echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ], [ echo "*** The test program failed to compile or link. See the file config.log for the" echo "*** exact error that occured. This usually means LIBXML was incorrectly installed" echo "*** or that you have moved LIBXML since it was installed. In the latter case, you" echo "*** may want to edit the xml2-config script: $XML2_CONFIG" ]) CPPFLAGS="$ac_save_CPPFLAGS" LIBS="$ac_save_LIBS" fi fi XML_CPPFLAGS="" XML_LIBS="" ifelse([$3], , :, [$3]) fi AC_SUBST(XML_CPPFLAGS) AC_SUBST(XML_LIBS) rm -f conf.xmltest ]) libisds-0.10.7/m4/libtool.m40000644000076400001440000106002313130406756012406 00000000000000# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. m4_define([_LT_COPYING], [dnl # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool 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 General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ]) # serial 57 LT_INIT # LT_PREREQ(VERSION) # ------------------ # Complain and exit if this libtool version is less that VERSION. m4_defun([LT_PREREQ], [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, [m4_default([$3], [m4_fatal([Libtool version $1 or higher is required], 63)])], [$2])]) # _LT_CHECK_BUILDDIR # ------------------ # Complain if the absolute build directory name contains unusual characters m4_defun([_LT_CHECK_BUILDDIR], [case `pwd` in *\ * | *\ *) AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; esac ]) # LT_INIT([OPTIONS]) # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ])# LT_INIT # Old names: AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PROG_LIBTOOL], []) dnl AC_DEFUN([AM_PROG_LIBTOOL], []) # _LT_CC_BASENAME(CC) # ------------------- # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. m4_defun([_LT_CC_BASENAME], [for cc_temp in $1""; do case $cc_temp in compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` ]) # _LT_FILEUTILS_DEFAULTS # ---------------------- # It is okay to use these file commands and assume they have been set # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. m4_defun([_LT_FILEUTILS_DEFAULTS], [: ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} ])# _LT_FILEUTILS_DEFAULTS # _LT_SETUP # --------- m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl dnl _LT_DECL([], [build_alias], [0], [The build system])dnl _LT_DECL([], [build], [0])dnl _LT_DECL([], [build_os], [0])dnl dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl dnl AC_REQUIRE([AC_PROG_LN_S])dnl test -z "$LN_S" && LN_S="ln -s" _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl dnl AC_REQUIRE([LT_CMD_MAX_LEN])dnl _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl m4_require([_LT_CMD_RELOAD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_WITH_SYSROOT])dnl _LT_CONFIG_LIBTOOL_INIT([ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi ]) if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o _LT_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then _LT_PATH_MAGIC fi ;; esac # Use C for the default configuration in the libtool script LT_SUPPORTED_TAG([CC]) _LT_LANG_C_CONFIG _LT_LANG_DEFAULT_CONFIG _LT_CONFIG_COMMANDS ])# _LT_SETUP # _LT_PREPARE_SED_QUOTE_VARS # -------------------------- # Define a few sed substitution that help us do robust quoting. m4_defun([_LT_PREPARE_SED_QUOTE_VARS], [# Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([["`\\]]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ]) # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from `configure', and `config.status' # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, # `config.status' has no value for ac_aux_dir unless we are using Automake, # so we pass a copy along to make sure it has a sensible value anyway. m4_defun([_LT_PROG_LTMAIN], [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) ltmain="$ac_aux_dir/ltmain.sh" ])# _LT_PROG_LTMAIN ## ------------------------------------- ## ## Accumulate code for creating libtool. ## ## ------------------------------------- ## # So that we can recreate a full libtool script including additional # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS # in macros and then make a single call at the end using the `libtool' # label. # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) # ---------------------------------------- # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL_INIT], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_INIT], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_INIT]) # _LT_CONFIG_LIBTOOL([COMMANDS]) # ------------------------------ # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) # ----------------------------------------------------- m4_defun([_LT_CONFIG_SAVE_COMMANDS], [_LT_CONFIG_LIBTOOL([$1]) _LT_CONFIG_LIBTOOL_INIT([$2]) ]) # _LT_FORMAT_COMMENT([COMMENT]) # ----------------------------- # Add leading comment marks to the start of each line, and a trailing # full-stop to the whole comment if one is not present already. m4_define([_LT_FORMAT_COMMENT], [m4_ifval([$1], [ m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) )]) ## ------------------------ ## ## FIXME: Eliminate VARNAME ## ## ------------------------ ## # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) # ------------------------------------------------------------------- # CONFIGNAME is the name given to the value in the libtool script. # VARNAME is the (base) name used in the configure script. # VALUE may be 0, 1 or 2 for a computed quote escaped value based on # VARNAME. Any other value will be used directly. m4_define([_LT_DECL], [lt_if_append_uniq([lt_decl_varnames], [$2], [, ], [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], [m4_ifval([$1], [$1], [$2])]) lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) m4_ifval([$4], [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) lt_dict_add_subkey([lt_decl_dict], [$2], [tagged?], [m4_ifval([$5], [yes], [no])])]) ]) # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) # -------------------------------------------------------- m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_tag_varnames], [_lt_decl_filter([tagged?], [yes], $@)]) # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) # --------------------------------------------------------- m4_define([_lt_decl_filter], [m4_case([$#], [0], [m4_fatal([$0: too few arguments: $#])], [1], [m4_fatal([$0: too few arguments: $#: $1])], [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], [lt_dict_filter([lt_decl_dict], $@)])[]dnl ]) # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) # -------------------------------------------------- m4_define([lt_decl_quote_varnames], [_lt_decl_filter([value], [1], $@)]) # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_dquote_varnames], [_lt_decl_filter([value], [2], $@)]) # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_varnames_tagged], [m4_assert([$# <= 2])dnl _$0(m4_quote(m4_default([$1], [[, ]])), m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) m4_define([_lt_decl_varnames_tagged], [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) # lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_all_varnames], [_$0(m4_quote(m4_default([$1], [[, ]])), m4_if([$2], [], m4_quote(lt_decl_varnames), m4_quote(m4_shift($@))))[]dnl ]) m4_define([_lt_decl_all_varnames], [lt_join($@, lt_decl_varnames_tagged([$1], lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl ]) # _LT_CONFIG_STATUS_DECLARE([VARNAME]) # ------------------------------------ # Quote a variable value, and forward it to `config.status' so that its # declaration there will have the same value as in `configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS # ------------------------------ # We delimit libtool config variables with single quotes, so when # we write them to config.status, we have to be sure to quote all # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # # ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAGS # ---------------- # Output comment and list of tags supported by the script m4_defun([_LT_LIBTOOL_TAGS], [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl available_tags="_LT_TAGS"dnl ]) # _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) # ----------------------------------- # Extract the dictionary values for VARNAME (optionally with TAG) and # expand to a commented shell variable setting: # # # Some comment about what VAR is for. # visible_name=$lt_internal_name m4_define([_LT_LIBTOOL_DECLARE], [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [description])))[]dnl m4_pushdef([_libtool_name], m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), [0], [_libtool_name=[$]$1], [1], [_libtool_name=$lt_[]$1], [2], [_libtool_name=$lt_[]$1], [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl ]) # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables # suitable for insertion in the LIBTOOL CONFIG section of the `libtool' # script. Tagged libtool config variables (even for the LIBTOOL CONFIG # section) are produced by _LT_LIBTOOL_TAG_VARS. m4_defun([_LT_LIBTOOL_CONFIG_VARS], [m4_foreach([_lt_var], m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAG_VARS(TAG) # ------------------------- m4_define([_LT_LIBTOOL_TAG_VARS], [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) # _LT_TAGVAR(VARNAME, [TAGNAME]) # ------------------------------ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) # _LT_CONFIG_COMMANDS # ------------------- # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of # variables for single and double quote escaping we saved from calls # to _LT_DECL, we can put quote escaped variables declarations # into `config.status', and then the shell code to quote escape them in # for loops in `config.status'. Finally, any additional code accumulated # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. m4_defun([_LT_CONFIG_COMMANDS], [AC_PROVIDE_IFELSE([LT_OUTPUT], dnl If the libtool generation code has been placed in $CONFIG_LT, dnl instead of duplicating it all over again into config.status, dnl then we will have config.status run $CONFIG_LT later, so it dnl needs to know what name is stored there: [AC_CONFIG_COMMANDS([libtool], [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], dnl If the libtool generation code is destined for config.status, dnl expand the accumulated commands and init code now: [AC_CONFIG_COMMANDS([libtool], [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) ])#_LT_CONFIG_COMMANDS # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], [ # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' _LT_CONFIG_STATUS_DECLARATIONS LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$[]1 _LTECHO_EOF' } # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done _LT_OUTPUT_LIBTOOL_INIT ]) # _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) # ------------------------------------ # Generate a child script FILE with all initialization necessary to # reuse the environment learned by the parent script, and make the # file executable. If COMMENT is supplied, it is inserted after the # `#!' sequence but before initialization text begins. After this # macro, additional text can be appended to FILE to form the body of # the child script. The macro ends with non-zero status if the # file could not be fully written (such as if the disk is full). m4_ifdef([AS_INIT_GENERATED], [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], [m4_defun([_LT_GENERATED_FILE_INIT], [m4_require([AS_PREPARE])]dnl [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl [lt_write_fail=0 cat >$1 <<_ASEOF || lt_write_fail=1 #! $SHELL # Generated by $as_me. $2 SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$1 <<\_ASEOF || lt_write_fail=1 AS_SHELL_SANITIZE _AS_PREPARE exec AS_MESSAGE_FD>&1 _ASEOF test $lt_write_fail = 0 && chmod +x $1[]dnl m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT # LT_OUTPUT # --------- # This macro allows early generation of the libtool script (before # AC_OUTPUT is called), incase it is used in configure for compilation # tests. AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) _LT_GENERATED_FILE_INIT(["$CONFIG_LT"], [# Run this file to recreate a libtool stub with the current configuration.]) cat >>"$CONFIG_LT" <<\_LTEOF lt_cl_silent=false exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ \`$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test $[#] != 0 do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try \`$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try \`$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. lt_cl_success=: test "$silent" = yes && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) ])# LT_OUTPUT # _LT_CONFIG(TAG) # --------------- # If TAG is the built-in tag, create an initial libtool script with a # default configuration from the untagged config vars. Otherwise add code # to config.status for appending the configuration named by TAG from the # matching tagged config vars. m4_defun([_LT_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_CONFIG_SAVE_COMMANDS([ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl m4_if(_LT_TAG, [C], [ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # _LT_COPYING _LT_LIBTOOL_TAGS # ### BEGIN LIBTOOL CONFIG _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac _LT_PROG_LTMAIN # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) _LT_PROG_REPLACE_SHELLFNS mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ], [cat <<_LT_EOF >> "$ofile" dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded dnl in a comment (ie after a #). # ### BEGIN LIBTOOL TAG CONFIG: $1 _LT_LIBTOOL_TAG_VARS(_LT_TAG) # ### END LIBTOOL TAG CONFIG: $1 _LT_EOF ])dnl /m4_if ], [m4_if([$1], [], [ PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile'], []) ])dnl /_LT_CONFIG_SAVE_COMMANDS ])# _LT_CONFIG # LT_SUPPORTED_TAG(TAG) # --------------------- # Trace this macro to discover what tags are supported by the libtool # --tag option, using: # autoconf --trace 'LT_SUPPORTED_TAG:$1' AC_DEFUN([LT_SUPPORTED_TAG], []) # C support is built-in for now m4_define([_LT_LANG_C_enabled], []) m4_define([_LT_TAGS], []) # LT_LANG(LANG) # ------------- # Enable libtool support for the given language if not already enabled. AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ])# LT_LANG # _LT_LANG(LANGNAME) # ------------------ m4_defun([_LT_LANG], [m4_ifdef([_LT_LANG_]$1[_enabled], [], [LT_SUPPORTED_TAG([$1])dnl m4_append([_LT_TAGS], [$1 ])dnl m4_define([_LT_LANG_]$1[_enabled], [])dnl _LT_LANG_$1_CONFIG($1)])dnl ])# _LT_LANG m4_ifndef([AC_PROG_GO], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_GO. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_GO], [AC_LANG_PUSH(Go)dnl AC_ARG_VAR([GOC], [Go compiler command])dnl AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl _AC_ARG_VAR_LDFLAGS()dnl AC_CHECK_TOOL(GOC, gccgo) if test -z "$GOC"; then if test -n "$ac_tool_prefix"; then AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) fi fi if test -z "$GOC"; then AC_CHECK_PROG(GOC, gccgo, gccgo, false) fi ])#m4_defun ])#m4_ifndef # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], [AC_PROVIDE_IFELSE([AC_PROG_CXX], [LT_LANG(CXX)], [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) AC_PROVIDE_IFELSE([AC_PROG_F77], [LT_LANG(F77)], [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) AC_PROVIDE_IFELSE([AC_PROG_FC], [LT_LANG(FC)], [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal dnl pulling things in needlessly. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([LT_PROG_GCJ], [LT_LANG(GCJ)], [m4_ifdef([AC_PROG_GCJ], [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([A][M_PROG_GCJ], [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) AC_PROVIDE_IFELSE([AC_PROG_GO], [LT_LANG(GO)], [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) ])# _LT_LANG_DEFAULT_CONFIG # Obsolete macros: AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) dnl AC_DEFUN([AC_LIBTOOL_RC], []) # _LT_TAG_COMPILER # ---------------- m4_defun([_LT_TAG_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_TAG_COMPILER # _LT_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. m4_defun([_LT_COMPILER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ])# _LT_COMPILER_BOILERPLATE # _LT_LINKER_BOILERPLATE # ---------------------- # Check for linker boilerplate output or warnings with # the simple link test code. m4_defun([_LT_LINKER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ])# _LT_LINKER_BOILERPLATE # _LT_REQUIRED_DARWIN_CHECKS # ------------------------- m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ case $host_os in rhapsody* | darwin*) AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) AC_CHECK_TOOL([LIPO], [lipo], [:]) AC_CHECK_TOOL([OTOOL], [otool], [:]) AC_CHECK_TOOL([OTOOL64], [otool64], [:]) _LT_DECL([], [DSYMUTIL], [1], [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) _LT_DECL([], [NMEDIT], [1], [Tool to change global to local symbols on Mac OS X]) _LT_DECL([], [LIPO], [1], [Tool to manipulate fat objects and archives on Mac OS X]) _LT_DECL([], [OTOOL], [1], [ldd/readelf like tool for Mach-O binaries on Mac OS X]) _LT_DECL([], [OTOOL64], [1], [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], [lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test $_lt_result -eq 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -rf libconftest.dylib* rm -f conftest.* fi]) AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [lt_cv_ld_exported_symbols_list=yes], [lt_cv_ld_exported_symbols_list=no]) LDFLAGS="$save_LDFLAGS" ]) AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], [lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then lt_cv_ld_force_load=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[[012]]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac ]) # _LT_DARWIN_LINKER_FEATURES([TAG]) # --------------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported if test "$lt_cv_ld_force_load" = "yes"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) else _LT_TAGVAR(whole_archive_flag_spec, $1)='' fi _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=func_echo_all _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" m4_if([$1], [CXX], [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" fi ],[]) else _LT_TAGVAR(ld_shlibs, $1)=no fi ]) # _LT_SYS_MODULE_PATH_AIX([TAGNAME]) # ---------------------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. # Store the results from the different compilers for each TAGNAME. # Allow to override them for all tags through lt_cv_aix_libpath. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl if test "${lt_cv_aix_libpath+set}" = set; then aix_libpath=$lt_cv_aix_libpath else AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ lt_aix_libpath_sed='[ /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }]' _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib" fi ]) aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) fi ])# _LT_SYS_MODULE_PATH_AIX # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], [m4_divert_text([M4SH-INIT], [$1 ])])# _LT_SHELL_INIT # _LT_PROG_ECHO_BACKSLASH # ----------------------- # Find how we can fake an echo command that does not interpret backslash. # In particular, with Autoconf 2.60 or later we add some code to the start # of the generated configure script which will find a shell with a builtin # printf (which we can use as an echo command). m4_defun([_LT_PROG_ECHO_BACKSLASH], [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO AC_MSG_CHECKING([how to print strings]) # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $[]1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } case "$ECHO" in printf*) AC_MSG_RESULT([printf]) ;; print*) AC_MSG_RESULT([print -r]) ;; *) AC_MSG_RESULT([cat]) ;; esac m4_ifdef([_AS_DETECT_SUGGESTED], [_AS_DETECT_SUGGESTED([ test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test "X`printf %s $ECHO`" = "X$ECHO" \ || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) ])# _LT_PROG_ECHO_BACKSLASH # _LT_WITH_SYSROOT # ---------------- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([sysroot], [ --with-sysroot[=DIR] Search for dependent libraries within DIR (or the compiler's sysroot if not specified).], [], [with_sysroot=no]) dnl lt_sysroot will always be passed unquoted. We quote it here dnl in case the user passed a directory name. lt_sysroot= case ${with_sysroot} in #( yes) if test "$GCC" = yes; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) AC_MSG_RESULT([${with_sysroot}]) AC_MSG_ERROR([The sysroot must be an absolute path.]) ;; esac AC_MSG_RESULT([${lt_sysroot:-no}]) _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl [dependent libraries, and in which our libraries should be installed.])]) # _LT_ENABLE_LOCK # --------------- m4_defun([_LT_ENABLE_LOCK], [AC_ARG_ENABLE([libtool-lock], [AS_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; *-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD="${LD-ld}_sol2" fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" ])# _LT_ENABLE_LOCK # _LT_PROG_AR # ----------- m4_defun([_LT_PROG_AR], [AC_CHECK_TOOLS(AR, [ar], false) : ${AR=ar} : ${AR_FLAGS=cru} _LT_DECL([], [AR], [1], [The archiver]) _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], [lt_cv_ar_at_file=no AC_COMPILE_IFELSE([AC_LANG_PROGRAM], [echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([lt_ar_try]) if test "$ac_status" -eq 0; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a AC_TRY_EVAL([lt_ar_try]) if test "$ac_status" -ne 0; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a ]) ]) if test "x$lt_cv_ar_at_file" = xno; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi _LT_DECL([], [archiver_list_spec], [1], [How to feed a file listing to the archiver]) ])# _LT_PROG_AR # _LT_CMD_OLD_ARCHIVE # ------------------- m4_defun([_LT_CMD_OLD_ARCHIVE], [_LT_PROG_AR AC_CHECK_TOOL(STRIP, strip, :) test -z "$STRIP" && STRIP=: _LT_DECL([], [STRIP], [1], [A symbol stripping program]) AC_CHECK_TOOL(RANLIB, ranlib, :) test -z "$RANLIB" && RANLIB=: _LT_DECL([], [RANLIB], [1], [Commands used to install an old-style archive]) # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) _LT_DECL([], [lock_old_archive_extraction], [0], [Whether to use a lock for old archive extraction]) ])# _LT_CMD_OLD_ARCHIVE # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test x"[$]$2" = xyes; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ])# _LT_COMPILER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------- # Check whether the given linker option works AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" ]) if test x"[$]$2" = xyes; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ])# _LT_LINKER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) # LT_CMD_MAX_LEN #--------------- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n $lt_cv_sys_max_cmd_len ; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ])# LT_CMD_MAX_LEN # Old name: AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) # _LT_HEADER_DLFCN # ---------------- m4_defun([_LT_HEADER_DLFCN], [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl ])# _LT_HEADER_DLFCN # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # ---------------------------------------------------------------- m4_defun([_LT_TRY_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "$cross_compiling" = yes; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisbility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_TRY_DLOPEN_SELF # LT_SYS_DLOPEN_SELF # ------------------ AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen="shl_load"], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen="dlopen"], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) ]) ]) ]) ]) ]) ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ])# LT_SYS_DLOPEN_SELF # Old name: AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) # _LT_COMPILER_C_O([TAGNAME]) # --------------------------- # Check to see if options -c and -o are simultaneously supported by compiler. # This macro does not hard code the compiler like AC_PROG_CC_C_O. m4_defun([_LT_COMPILER_C_O], [m4_require([_LT_DECL_SED])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes fi fi chmod u+w . 2>&AS_MESSAGE_LOG_FD $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ]) _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], [Does compiler simultaneously support -c and -o options?]) ])# _LT_COMPILER_C_O # _LT_COMPILER_FILE_LOCKS([TAGNAME]) # ---------------------------------- # Check to see if we can do hard links to lock some files if needed m4_defun([_LT_COMPILER_FILE_LOCKS], [m4_require([_LT_ENABLE_LOCK])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_COMPILER_C_O([$1]) hard_links="nottested" if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test "$hard_links" = no; then AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) ])# _LT_COMPILER_FILE_LOCKS # _LT_CHECK_OBJDIR # ---------------- m4_defun([_LT_CHECK_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", [Define to the sub-directory in which libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) # -------------------------------------- # Check hardcoding attributes. m4_defun([_LT_LINKER_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_TAGVAR(hardcode_action, $1)= if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then # We can hardcode non-existent directories. if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then # Linking always hardcodes the temporary library directory. _LT_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi _LT_TAGDECL([], [hardcode_action], [0], [How to hardcode a shared library path into an executable]) ])# _LT_LINKER_HARDCODE_LIBPATH # _LT_CMD_STRIPLIB # ---------------- m4_defun([_LT_CMD_STRIPLIB], [m4_require([_LT_DECL_EGREP]) striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) ])# _LT_CMD_STRIPLIB # _LT_SYS_DYNAMIC_LINKER([TAG]) # ----------------------------- # PORTME Fill in your ld.so characteristics m4_defun([_LT_SYS_DYNAMIC_LINKER], [AC_REQUIRE([AC_CANONICAL_HOST])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;; *) lt_sed_strip_eq="s,=/,/,g" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's,/\([[A-Za-z]]:\),\1,g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[[4-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[[45]]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' library_names_spec='${libname}.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec="$LIB" if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[[23]].*) objformat=aout ;; *) objformat=elf ;; esac fi # Handle Gentoo/FreeBSD as it was Linux case $host_vendor in gentoo) version_type=linux ;; *) version_type=freebsd-$objformat ;; esac case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; linux) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' need_lib_prefix=no need_version=no ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=yes sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[[3-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], [lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], [lt_cv_shlibpath_overrides_runpath=yes])]) LDFLAGS=$save_LDFLAGS libdir=$save_libdir ]) shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[[89]] | openbsd2.[[89]].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi _LT_DECL([], [variables_saved_for_relink], [1], [Variables whose values should be saved in libtool wrapper scripts and restored at link time]) _LT_DECL([], [need_lib_prefix], [0], [Do we need the "lib" prefix for modules?]) _LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) _LT_DECL([], [version_type], [0], [Library versioning type]) _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) _LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) _LT_DECL([], [shlibpath_overrides_runpath], [0], [Is shlibpath searched before the hard-coded library search path?]) _LT_DECL([], [libname_spec], [1], [Format of library name prefix]) _LT_DECL([], [library_names_spec], [1], [[List of archive names. First name is the real one, the rest are links. The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) _LT_DECL([], [install_override_mode], [1], [Permission mode override for installation of shared libraries]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], [Command to use after uninstallation of a shared archive]) _LT_DECL([], [finish_cmds], [2], [Commands used to finish a libtool library installation in a directory]) _LT_DECL([], [finish_eval], [1], [[As "finish_cmds", except a single script fragment to be evaled but not shown]]) _LT_DECL([], [hardcode_into_libs], [0], [Whether we should hardcode library paths into libraries]) _LT_DECL([], [sys_lib_search_path_spec], [2], [Compile-time system search path for libraries]) _LT_DECL([], [sys_lib_dlsearch_path_spec], [2], [Run-time system search path for libraries]) ])# _LT_SYS_DYNAMIC_LINKER # _LT_PATH_TOOL_PREFIX(TOOL) # -------------------------- # find a file program which can recognize shared library AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$1; then lt_cv_path_MAGIC_CMD="$ac_dir/$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac]) MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ])# _LT_PATH_TOOL_PREFIX # Old name: AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) # _LT_PATH_MAGIC # -------------- # find a file program which can recognize a shared library m4_defun([_LT_PATH_MAGIC], [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# _LT_PATH_MAGIC # LT_PATH_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test "$withval" = no || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown _LT_DECL([], [deplibs_check_method], [1], [Method to check whether dependent libraries are shared objects]) _LT_DECL([], [file_magic_cmd], [1], [Command to use when deplibs_check_method = "file_magic"]) _LT_DECL([], [file_magic_glob], [1], [How to find potential files when deplibs_check_method = "file_magic"]) _LT_DECL([], [want_nocaseglob], [1], [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) ])# _LT_CHECK_MAGIC_METHOD # LT_PATH_NM # ---------- # find the pathname to a BSD- or MS-compatible name lister AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi]) if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols" ;; *) DUMPBIN=: ;; esac fi AC_SUBST([DUMPBIN]) if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ])# LT_PATH_NM # Old names: AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_PROG_NM], []) dnl AC_DEFUN([AC_PROG_NM], []) # _LT_CHECK_SHAREDLIB_FROM_LINKLIB # -------------------------------- # how to determine the name of the shared library # associated with a specific link library. # -- PORTME fill in with the dynamic library characteristics m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], [m4_require([_LT_DECL_EGREP]) m4_require([_LT_DECL_OBJDUMP]) m4_require([_LT_DECL_DLLTOOL]) AC_CACHE_CHECK([how to associate runtime and link libraries], lt_cv_sharedlib_from_linklib_cmd, [lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh # decide which to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd="$ECHO" ;; esac ]) sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO _LT_DECL([], [sharedlib_from_linklib_cmd], [1], [Command to associate shared and link libraries]) ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB # _LT_PATH_MANIFEST_TOOL # ---------------------- # locate the manifest tool m4_defun([_LT_PATH_MANIFEST_TOOL], [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], [lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&AS_MESSAGE_LOG_FD if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest*]) if test "x$lt_cv_path_mainfest_tool" != xyes; then MANIFEST_TOOL=: fi _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl ])# _LT_PATH_MANIFEST_TOOL # LT_LIB_M # -------- # check for math library AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM="-lm") ;; esac AC_SUBST([LIBM]) ])# LT_LIB_M # Old name: AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_CHECK_LIBM], []) # _LT_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------- m4_defun([_LT_COMPILER_NO_RTTI], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test "$GCC" = yes; then case $cc_basename in nvcc*) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; *) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; esac _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], [Compiler flag to turn off builtin functions]) ])# _LT_COMPILER_NO_RTTI # _LT_CMD_GLOBAL_SYMBOLS # ---------------------- m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_TAG_COMPILER])dnl # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[[ABCDEGRST]]' fi ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris*) symcode='[[BDRT]]' ;; sco3.2v5*) symcode='[[DT]]' ;; sysv4.2uw2*) symcode='[[DT]]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT@&t@_DLSYM_CONST #elif defined(__osf__) /* This system does not cope well with relocations in const data. */ # define LT@&t@_DLSYM_CONST #else # define LT@&t@_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT@&t@_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[[]] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then nm_file_list_spec='@' fi _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], [Transform the output of nm in a proper C declaration]) _LT_DECL([global_symbol_to_c_name_address], [lt_cv_sys_global_symbol_to_c_name_address], [1], [Transform the output of nm in a C name address pair]) _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) _LT_DECL([], [nm_file_list_spec], [1], [Specify filename containing input files for $NM]) ]) # _LT_CMD_GLOBAL_SYMBOLS # _LT_COMPILER_PIC([TAGNAME]) # --------------------------- m4_defun([_LT_COMPILER_PIC], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_wl, $1)= _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)= m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix[[4-9]]*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; dgux*) case $cc_basename in ec++*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' if test "$host_cpu" != ia64; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64 which still supported -KPIC. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL 8.0, 9.0 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd*) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test "$GCC" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; hpux9* | hpux10* | hpux11*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # Lahey Fortran 8.1. lf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; nagfor*) # NAG Fortran compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; *Sun\ F* | *Sun*Fortran*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Intel*\ [[CF]]*Compiler*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; *Portland\ Group*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; esac ;; newsos6) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" ;; esac AC_CACHE_CHECK([for $compiler option to produce PIC], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], [Additional compiler flags for building library objects]) _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], [How to pass a linker flag through the compiler]) # # Check to make sure the static flag actually works. # wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], [Compiler flag to prevent dynamic linking]) ])# _LT_COMPILER_PIC # _LT_LINKER_SHLIBS([TAGNAME]) # ---------------------------- # See if the linker supports building shared libraries. m4_defun([_LT_LINKER_SHLIBS], [AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) m4_if([$1], [CXX], [ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm # Also, AIX nm treats weak defined symbols like other global defined # symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ;; cygwin* | mingw* | cegcc*) case $cc_basename in cl*) _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] ;; esac ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac ], [ runpath_var= _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_cmds, $1)= _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(old_archive_from_new_cmds, $1)= _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_TAGVAR(thread_safe_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. dnl Note also adjust exclude_expsyms for C++ above. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test "$with_gnu_ld" = yes; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test "$lt_use_gnu_ld_interface" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[[3-9]]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then runpath_var= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_TAGVAR(hardcode_minus_L, $1)=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm # Also, AIX nm treats weak defined symbols like other global # defined symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' if test "$with_gnu_ld" = yes; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; bsdi[[45]]*) _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; else sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile="$lt_outputfile.exe" lt_tool_outputfile="$lt_tool_outputfile.exe" ;; esac~ if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; hpux10*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) m4_if($1, [], [ # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) _LT_LINKER_OPTION([if $CC understands -b], _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) ;; esac fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], [lt_cv_irix_exported_symbol], [save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" AC_LINK_IFELSE( [AC_LANG_SOURCE( [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], [C++], [[int foo (void) { return 0; }]], [Fortran 77], [[ subroutine foo end]], [Fortran], [[ subroutine foo end]])])], [lt_cv_irix_exported_symbol=yes], [lt_cv_irix_exported_symbol=no]) LDFLAGS="$save_LDFLAGS"]) if test "$lt_cv_irix_exported_symbol" = yes; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' fi else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes _LT_TAGVAR(link_all_deplibs, $1)=yes ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' else case $host_os in openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ;; esac fi else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(ld_shlibs, $1)=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' ;; esac fi fi ]) AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive]) # # Do we need to explicitly link libc? # case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_TAGVAR(archive_cmds_need_lc, $1)=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $_LT_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_CACHE_CHECK([whether -lc should be explicitly linked in], [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), [$RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) _LT_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) then lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no else lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* ]) _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) ;; esac fi ;; esac _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], [Whether or not to add -lc for building shared libraries]) _LT_TAGDECL([allow_libtool_libs_with_static_runtimes], [enable_shared_with_static_runtimes], [0], [Whether or not to disallow shared libs when runtime libs are static]) _LT_TAGDECL([], [export_dynamic_flag_spec], [1], [Compiler flag to allow reflexive dlopens]) _LT_TAGDECL([], [whole_archive_flag_spec], [1], [Compiler flag to generate shared objects directly from archives]) _LT_TAGDECL([], [compiler_needs_object], [1], [Whether the compiler copes with passing no objects directly]) _LT_TAGDECL([], [old_archive_from_new_cmds], [2], [Create an old-style archive from a shared archive]) _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], [Create a temporary old-style archive to link instead of a shared archive]) _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) _LT_TAGDECL([], [archive_expsym_cmds], [2]) _LT_TAGDECL([], [module_cmds], [2], [Commands used to build a loadable module if different from building a shared archive.]) _LT_TAGDECL([], [module_expsym_cmds], [2]) _LT_TAGDECL([], [with_gnu_ld], [1], [Whether we are building with GNU ld or not]) _LT_TAGDECL([], [allow_undefined_flag], [1], [Flag that allows shared libraries with undefined symbols to be built]) _LT_TAGDECL([], [no_undefined_flag], [1], [Flag that enforces no undefined symbols]) _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_direct_absolute], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary and the resulting library dependency is "absolute", i.e impossible to change by setting ${shlibpath_var} if the library is relocated]) _LT_TAGDECL([], [hardcode_minus_L], [0], [Set to "yes" if using the -LDIR flag during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_shlibpath_var], [0], [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_automatic], [0], [Set to "yes" if building a shared library automatically hardcodes DIR into the library and all subsequent libraries and executables linked against it]) _LT_TAGDECL([], [inherit_rpath], [0], [Set to yes if linker adds runtime paths of dependent libraries to runtime path list]) _LT_TAGDECL([], [link_all_deplibs], [0], [Whether libtool must link a program against all its dependency libraries]) _LT_TAGDECL([], [always_export_symbols], [0], [Set to "yes" if exported symbols are required]) _LT_TAGDECL([], [export_symbols_cmds], [2], [The commands to list exported symbols]) _LT_TAGDECL([], [exclude_expsyms], [1], [Symbols that should not be listed in the preloaded symbols]) _LT_TAGDECL([], [include_expsyms], [1], [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) _LT_TAGDECL([], [postlink_cmds], [2], [Commands necessary for finishing linking programs]) _LT_TAGDECL([], [file_list_spec], [1], [Specify filename containing input files]) dnl FIXME: Not yet implemented dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], dnl [Compiler flag to generate thread safe objects]) ])# _LT_LINKER_SHLIBS # _LT_LANG_C_CONFIG([TAG]) # ------------------------ # Ensure that the configuration variables for a C compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_C_CONFIG], [m4_require([_LT_DECL_EGREP])dnl lt_save_CC="$CC" AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_TAG_COMPILER # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) LT_SYS_DLOPEN_SELF _LT_CMD_STRIPLIB # Report which library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_CONFIG($1) fi AC_LANG_POP CC="$lt_save_CC" ])# _LT_LANG_C_CONFIG # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_CXX_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then AC_PROG_CXXCPP else _lt_caught_CXX_error=yes fi AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_caught_CXX_error" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} CFLAGS=$CXXFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test "$GXX" = yes; then # Set up default GNU C++ configuration LT_PATH_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='${wl}' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GXX" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an empty # executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' if test "$with_gnu_ld" = yes; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared # libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) case $GXX,$cc_basename in ,cl* | no,cl*) # Native MSVC # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; else $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile="$lt_outputfile.exe" lt_tool_outputfile="$lt_tool_outputfile.exe" ;; esac~ func_to_tool_file "$lt_outputfile"~ if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # g++ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_TAGVAR(ld_shlibs, $1)=yes ;; gnu*) ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test $with_gnu_ld = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes; then if test $with_gnu_ld = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; *) # Version 6 and above use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) _LT_TAGVAR(ld_shlibs, $1)=yes ;; openbsd2*) # C++ shared libraries are fairly broken _LT_TAGVAR(ld_shlibs, $1)=no ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi output_verbose_link_cmd=func_echo_all else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; cxx*) case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; esac _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' case $host in osf3*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ '"$_LT_TAGVAR(old_archive_cmds, $1)" _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ '"$_LT_TAGVAR(reload_cmds, $1)" ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(GCC, $1)="$GXX" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test "$_lt_caught_CXX_error" != yes AC_LANG_POP ])# _LT_LANG_CXX_CONFIG # _LT_FUNC_STRIPNAME_CNF # ---------------------- # func_stripname_cnf prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # # This function is identical to the (non-XSI) version of func_stripname, # except this one can be used by m4 code that may be executed by configure, # rather than the libtool script. m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl AC_REQUIRE([_LT_DECL_SED]) AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) func_stripname_cnf () { case ${2} in .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; esac } # func_stripname_cnf ])# _LT_FUNC_STRIPNAME_CNF # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. m4_defun([_LT_SYS_HIDDEN_LIBDEPS], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl # Dependencies to place before and after the object being linked: _LT_TAGVAR(predep_objects, $1)= _LT_TAGVAR(postdep_objects, $1)= _LT_TAGVAR(predeps, $1)= _LT_TAGVAR(postdeps, $1)= _LT_TAGVAR(compiler_lib_search_path, $1)= dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF int a; void foo (void) { a = 0; } _LT_EOF ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer*4 a a=0 return end _LT_EOF ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer a a=0 return end _LT_EOF ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF public class foo { private int a; public void bar (void) { a = 0; } }; _LT_EOF ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF package foo func foo() { } _LT_EOF ]) _lt_libdeps_save_CFLAGS=$CFLAGS case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac dnl Parse the compiler output and extract the necessary dnl objects, libraries and library flags. if AC_TRY_EVAL(ac_compile); then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case ${prev}${p} in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test $p = "-L" || test $p = "-R"; then prev=$p continue fi # Expand the sysroot to ease extracting the directories later. if test -z "$prev"; then case $p in -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; esac fi case $p in =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; esac if test "$pre_test_object_deps_done" = no; then case ${prev} in -L | -R) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" else _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$_LT_TAGVAR(postdeps, $1)"; then _LT_TAGVAR(postdeps, $1)="${prev}${p}" else _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" fi fi prev= ;; *.lto.$objext) ;; # Ignore GCC LTO objects *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test "$pre_test_object_deps_done" = no; then if test -z "$_LT_TAGVAR(predep_objects, $1)"; then _LT_TAGVAR(predep_objects, $1)="$p" else _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" fi else if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then _LT_TAGVAR(postdep_objects, $1)="$p" else _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling $1 test program" fi $RM -f confest.$objext CFLAGS=$_lt_libdeps_save_CFLAGS # PORTME: override above test on systems where it is broken m4_if([$1], [CXX], [case $host_os in interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_TAGVAR(predep_objects,$1)= _LT_TAGVAR(postdep_objects,$1)= _LT_TAGVAR(postdeps,$1)= ;; linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; esac ]) case " $_LT_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1], [The directories searched by this compiler when creating a shared library]) _LT_TAGDECL([], [predep_objects], [1], [Dependencies to place before and after the objects being linked to create a shared library]) _LT_TAGDECL([], [postdep_objects], [1]) _LT_TAGDECL([], [predeps], [1]) _LT_TAGDECL([], [postdeps], [1]) _LT_TAGDECL([], [compiler_lib_search_path], [1], [The library search path used internally by the compiler when linking a shared library]) ])# _LT_SYS_HIDDEN_LIBDEPS # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_F77_CONFIG], [AC_LANG_PUSH(Fortran 77) if test -z "$F77" || test "X$F77" = "Xno"; then _lt_disable_F77=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_F77" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${F77-"f77"} CFLAGS=$FFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) GCC=$G77 if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$G77" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC="$lt_save_CC" CFLAGS="$lt_save_CFLAGS" fi # test "$_lt_disable_F77" != yes AC_LANG_POP ])# _LT_LANG_F77_CONFIG # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_FC_CONFIG], [AC_LANG_PUSH(Fortran) if test -z "$FC" || test "X$FC" = "Xno"; then _lt_disable_FC=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for fc test sources. ac_ext=${ac_fc_srcext-f} # Object file extension for compiled fc test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the FC compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_FC" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${FC-"f95"} CFLAGS=$FCFLAGS compiler=$CC GCC=$ac_cv_fc_compiler_gnu _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS fi # test "$_lt_disable_FC" != yes AC_LANG_POP ])# _LT_LANG_FC_CONFIG # _LT_LANG_GCJ_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Java Compiler compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_GCJ_CONFIG], [AC_REQUIRE([LT_PROG_GCJ])dnl AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GCJ-"gcj"} CFLAGS=$GCJFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)="$LD" _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GCJ_CONFIG # _LT_LANG_GO_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Go compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_GO_CONFIG], [AC_REQUIRE([LT_PROG_GO])dnl AC_LANG_SAVE # Source file extension for Go test sources. ac_ext=go # Object file extension for compiled Go test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="package main; func main() { }" # Code to be used in simple link tests lt_simple_link_test_code='package main; func main() { }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GOC-"gccgo"} CFLAGS=$GOFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)="$LD" _LT_CC_BASENAME([$compiler]) # Go did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GO_CONFIG # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_RC_CONFIG], [AC_REQUIRE([LT_PROG_RC])dnl AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC= CC=${RC-"windres"} CFLAGS= compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes if test -n "$compiler"; then : _LT_CONFIG($1) fi GCC=$lt_save_GCC AC_LANG_RESTORE CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_RC_CONFIG # LT_PROG_GCJ # ----------- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) # Old name: AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_GCJ], []) # LT_PROG_GO # ---------- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) ]) # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) # Old name: AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_RC], []) # _LT_DECL_EGREP # -------------- # If we don't have a new enough Autoconf to choose the best grep # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_EGREP], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_REQUIRE([AC_PROG_FGREP])dnl test -z "$GREP" && GREP=grep _LT_DECL([], [GREP], [1], [A grep program that handles long lines]) _LT_DECL([], [EGREP], [1], [An ERE matcher]) _LT_DECL([], [FGREP], [1], [A literal string matcher]) dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too AC_SUBST([GREP]) ]) # _LT_DECL_OBJDUMP # -------------- # If we don't have a new enough Autoconf to choose the best objdump # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_OBJDUMP], [AC_CHECK_TOOL(OBJDUMP, objdump, false) test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) AC_SUBST([OBJDUMP]) ]) # _LT_DECL_DLLTOOL # ---------------- # Ensure DLLTOOL variable is set. m4_defun([_LT_DECL_DLLTOOL], [AC_CHECK_TOOL(DLLTOOL, dlltool, false) test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program]) AC_SUBST([DLLTOOL]) ]) # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. m4_defun([_LT_DECL_SED], [AC_PROG_SED test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" _LT_DECL([], [SED], [1], [A sed program that does not truncate output]) _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], [Sed that helps us avoid accidentally triggering echo(1) options like -n]) ])# _LT_DECL_SED m4_ifndef([AC_PROG_SED], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f $lt_ac_sed && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test $lt_ac_count -gt 10 && break lt_ac_count=`expr $lt_ac_count + 1` if test $lt_ac_count -gt $lt_ac_max; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done ]) SED=$lt_cv_path_SED AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ])#AC_PROG_SED ])#m4_ifndef # Old name: AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_SED], []) # _LT_CHECK_SHELL_FEATURES # ------------------------ # Find out whether the shell is Bourne or XSI compatible, # or has some other useful features. m4_defun([_LT_CHECK_SHELL_FEATURES], [AC_MSG_CHECKING([whether the shell understands some XSI constructs]) # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,b/c, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes AC_MSG_RESULT([$xsi_shell]) _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) AC_MSG_CHECKING([whether the shell understands "+="]) lt_shell_append=no ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes AC_MSG_RESULT([$lt_shell_append]) _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl ])# _LT_CHECK_SHELL_FEATURES # _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY) # ------------------------------------------------------ # In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and # '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. m4_defun([_LT_PROG_FUNCTION_REPLACE], [dnl { sed -e '/^$1 ()$/,/^} # $1 /c\ $1 ()\ {\ m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1]) } # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: ]) # _LT_PROG_REPLACE_SHELLFNS # ------------------------- # Replace existing portable implementations of several shell functions with # equivalent extended shell implementations where those features are available.. m4_defun([_LT_PROG_REPLACE_SHELLFNS], [if test x"$xsi_shell" = xyes; then _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac]) _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl func_basename_result="${1##*/}"]) _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac func_basename_result="${1##*/}"]) _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary parameter first. func_stripname_result=${3} func_stripname_result=${func_stripname_result#"${1}"} func_stripname_result=${func_stripname_result%"${2}"}]) _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl func_split_long_opt_name=${1%%=*} func_split_long_opt_arg=${1#*=}]) _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl func_split_short_opt_arg=${1#??} func_split_short_opt_name=${1%"$func_split_short_opt_arg"}]) _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl case ${1} in *.lo) func_lo2o_result=${1%.lo}.${objext} ;; *) func_lo2o_result=${1} ;; esac]) _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo]) _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))]) _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}]) fi if test x"$lt_shell_append" = xyes; then _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"]) _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl func_quote_for_eval "${2}" dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"]) # Save a `func_append' function call where possible by direct use of '+=' sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: else # Save a `func_append' function call even when '+=' is not available sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: fi if test x"$_lt_function_replace_fail" = x":"; then AC_MSG_WARN([Unable to substitute extended shell functions in $ofile]) fi ]) # _LT_PATH_CONVERSION_FUNCTIONS # ----------------------------- # Determine which file name conversion functions should be used by # func_to_host_file (and, implicitly, by func_to_host_path). These are needed # for certain cross-compile configurations and native mingw. m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_MSG_CHECKING([how to convert $build file names to $host format]) AC_CACHE_VAL(lt_cv_to_host_file_cmd, [case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac ]) to_host_file_cmd=$lt_cv_to_host_file_cmd AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], [0], [convert $build file names to $host format])dnl AC_MSG_CHECKING([how to convert $build file names to toolchain format]) AC_CACHE_VAL(lt_cv_to_tool_file_cmd, [#assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac ]) to_tool_file_cmd=$lt_cv_to_tool_file_cmd AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], [0], [convert $build files to toolchain format])dnl ])# _LT_PATH_CONVERSION_FUNCTIONS libisds-0.10.7/m4/lib-ld.m40000644000076400001440000000714312230035237012100 00000000000000# lib-ld.m4 serial 6 dnl Copyright (C) 1996-2003, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Subroutines of libtool.m4, dnl with replacements s/_*LT_PATH/AC_LIB_PROG/ and s/lt_/acl_/ to avoid dnl collision with libtool.m4. dnl From libtool-2.4. Sets the variable with_gnu_ld to yes or no. AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld], [# I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 /dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'` while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL([acl_cv_path_LD], [if test -z "$LD"; then acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$acl_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 @], [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) _LT_DECL([build_libtool_libs], [enable_shared], [0], [Whether or not to build shared libraries]) ])# _LT_ENABLE_SHARED LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) # Old names: AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_SHARED], []) dnl AC_DEFUN([AM_DISABLE_SHARED], []) # _LT_ENABLE_STATIC([DEFAULT]) # ---------------------------- # implement the --enable-static flag, and support the `static' and # `disable-static' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_STATIC], [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([static], [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_static=]_LT_ENABLE_STATIC_DEFAULT) _LT_DECL([build_old_libs], [enable_static], [0], [Whether or not to build static libraries]) ])# _LT_ENABLE_STATIC LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) # Old names: AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_STATIC], []) dnl AC_DEFUN([AM_DISABLE_STATIC], []) # _LT_ENABLE_FAST_INSTALL([DEFAULT]) # ---------------------------------- # implement the --enable-fast-install flag, and support the `fast-install' # and `disable-fast-install' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_FAST_INSTALL], [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([fast-install], [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) _LT_DECL([fast_install], [enable_fast_install], [0], [Whether or not to optimize for fast installation])dnl ])# _LT_ENABLE_FAST_INSTALL LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) # Old names: AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `fast-install' option into LT_INIT's first parameter.]) ]) AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `disable-fast-install' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) # _LT_WITH_PIC([MODE]) # -------------------- # implement the --with-pic flag, and support the `pic-only' and `no-pic' # LT_INIT options. # MODE is either `yes' or `no'. If omitted, it defaults to `both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for lt_pkg in $withval; do IFS="$lt_save_ifs" if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS="$lt_save_ifs" ;; esac], [pic_mode=default]) test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl ])# _LT_WITH_PIC LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) # Old name: AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `pic-only' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) ## ----------------- ## ## LTDL_INIT Options ## ## ----------------- ## m4_define([_LTDL_MODE], []) LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], [m4_define([_LTDL_MODE], [nonrecursive])]) LT_OPTION_DEFINE([LTDL_INIT], [recursive], [m4_define([_LTDL_MODE], [recursive])]) LT_OPTION_DEFINE([LTDL_INIT], [subproject], [m4_define([_LTDL_MODE], [subproject])]) m4_define([_LTDL_TYPE], []) LT_OPTION_DEFINE([LTDL_INIT], [installable], [m4_define([_LTDL_TYPE], [installable])]) LT_OPTION_DEFINE([LTDL_INIT], [convenience], [m4_define([_LTDL_TYPE], [convenience])]) libisds-0.10.7/m4/gettext.m40000644000076400001440000003561512230035237012426 00000000000000# gettext.m4 serial 66 (gettext-0.18.2) dnl Copyright (C) 1995-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2006, 2008-2010. dnl Macro to add for using GNU gettext. dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The dnl default (if it is not specified or empty) is 'no-libtool'. dnl INTLSYMBOL should be 'external' for packages with no intl directory, dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. dnl If INTLSYMBOL is 'use-libtool', then a libtool library dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, dnl depending on --{enable,disable}-{shared,static} and on the presence of dnl AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library dnl $(top_builddir)/intl/libintl.a will be created. dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext dnl implementations (in libc or libintl) without the ngettext() function dnl will be ignored. If NEEDSYMBOL is specified and is dnl 'need-formatstring-macros', then GNU gettext implementations that don't dnl support the ISO C 99 formatstring macros will be ignored. dnl INTLDIR is used to find the intl libraries. If empty, dnl the value '$(top_builddir)/intl/' is used. dnl dnl The result of the configuration is one of three cases: dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled dnl and used. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 2) GNU gettext has been found in the system's C library. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 3) No internationalization, always use English msgid. dnl Catalog format: none dnl Catalog extension: none dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur. dnl The use of .gmo is historical (it was needed to avoid overwriting the dnl GNU format catalogs when building on a platform with an X/Open gettext), dnl but we keep it in order not to force irrelevant filename changes on the dnl maintainers. dnl AC_DEFUN([AM_GNU_GETTEXT], [ dnl Argument checking. ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT ])])])])]) ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old], [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])]) ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT ])])])]) define([gt_included_intl], ifelse([$1], [external], ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]), [yes])) define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], [])) gt_NEEDS_INIT AM_GNU_GETTEXT_NEED([$2]) AC_REQUIRE([AM_PO_SUBDIRS])dnl ifelse(gt_included_intl, yes, [ AC_REQUIRE([AM_INTL_SUBDIR])dnl ]) dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Sometimes libintl requires libiconv, so first search for libiconv. dnl Ideally we would do this search only after the dnl if test "$USE_NLS" = "yes"; then dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT dnl the configure script would need to contain the same shell code dnl again, outside any 'if'. There are two solutions: dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not dnl documented, we avoid it. ifelse(gt_included_intl, yes, , [ AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) ]) dnl Sometimes, on Mac OS X, libintl requires linking with CoreFoundation. gt_INTL_MACOSX dnl Set USE_NLS. AC_REQUIRE([AM_NLS]) ifelse(gt_included_intl, yes, [ BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no ]) LIBINTL= LTLIBINTL= POSUB= dnl Add a version number to the cache macros. case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" dnl If we use NLS figure out what method if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no ifelse(gt_included_intl, yes, [ AC_MSG_CHECKING([whether included gettext is requested]) AC_ARG_WITH([included-gettext], [ --with-included-gettext use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext]) nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then ]) dnl User does not insist on using GNU NLS library. Figure out what dnl to use. If GNU gettext is available we use this. Else we have dnl to fall back to GNU NLS library. if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif changequote(,)dnl typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; changequote([,])dnl ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc], [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings ]])], [eval "$gt_func_gnugettext_libc=yes"], [eval "$gt_func_gnugettext_libc=no"])]) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl Sometimes libintl requires libiconv, so first search for libiconv. ifelse(gt_included_intl, yes, , [ AM_ICONV_LINK ]) dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) dnl because that would add "-liconv" to LIBINTL and LTLIBINTL dnl even if libiconv doesn't exist. AC_LIB_LINKFLAGS_BODY([intl]) AC_CACHE_CHECK([for GNU gettext in libintl], [$gt_func_gnugettext_libintl], [gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" dnl Now see whether libintl exists and does not depend on libiconv. AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") ]])], [eval "$gt_func_gnugettext_libintl=yes"], [eval "$gt_func_gnugettext_libintl=no"]) dnl Now see whether libintl exists and depends on libiconv. if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") ]])], [LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" ]) fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS"]) fi dnl If an already present or preinstalled GNU gettext() is found, dnl use it. But if this macro is used in GNU gettext, and GNU dnl gettext is already preinstalled in libintl, we update this dnl libintl. (Cf. the install rule in intl/Makefile.in.) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else dnl Reset the values set by searching for libintl. LIBINTL= LTLIBINTL= INCINTL= fi ifelse(gt_included_intl, yes, [ if test "$gt_use_preinstalled_gnugettext" != "yes"; then dnl GNU gettext is not found in the C library. dnl Fall back on included GNU gettext library. nls_cv_use_gnu_gettext=yes fi fi if test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions used to generate GNU NLS library. BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD" LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi CATOBJEXT= if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions to use GNU gettext tools. CATOBJEXT=.gmo fi ]) if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Some extra flags are needed during linking. LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then AC_DEFINE([ENABLE_NLS], [1], [Define to 1 if translation of program messages to the user's native language is requested.]) else USE_NLS=no fi fi AC_MSG_CHECKING([whether to use NLS]) AC_MSG_RESULT([$USE_NLS]) if test "$USE_NLS" = "yes"; then AC_MSG_CHECKING([where the gettext function comes from]) if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi AC_MSG_RESULT([$gt_source]) fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then AC_MSG_CHECKING([how to link with libintl]) AC_MSG_RESULT([$LIBINTL]) AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) fi dnl For backward compatibility. Some packages may be using this. AC_DEFINE([HAVE_GETTEXT], [1], [Define if the GNU gettext() function is already present or preinstalled.]) AC_DEFINE([HAVE_DCGETTEXT], [1], [Define if the GNU dcgettext() function is already present or preinstalled.]) fi dnl We need to process the po/ directory. POSUB=po fi ifelse(gt_included_intl, yes, [ dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL dnl to 'yes' because some of the testsuite requires it. if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then BUILD_INCLUDED_LIBINTL=yes fi dnl Make all variables we use known to autoconf. AC_SUBST([BUILD_INCLUDED_LIBINTL]) AC_SUBST([USE_INCLUDED_LIBINTL]) AC_SUBST([CATOBJEXT]) dnl For backward compatibility. Some configure.ins may be using this. nls_cv_header_intl= nls_cv_header_libgt= dnl For backward compatibility. Some Makefiles may be using this. DATADIRNAME=share AC_SUBST([DATADIRNAME]) dnl For backward compatibility. Some Makefiles may be using this. INSTOBJEXT=.mo AC_SUBST([INSTOBJEXT]) dnl For backward compatibility. Some Makefiles may be using this. GENCAT=gencat AC_SUBST([GENCAT]) dnl For backward compatibility. Some Makefiles may be using this. INTLOBJS= if test "$USE_INCLUDED_LIBINTL" = yes; then INTLOBJS="\$(GETTOBJS)" fi AC_SUBST([INTLOBJS]) dnl Enable libtool support if the surrounding package wishes it. INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX]) ]) dnl For backward compatibility. Some Makefiles may be using this. INTLLIBS="$LIBINTL" AC_SUBST([INTLLIBS]) dnl Make all documented variables known to autoconf. AC_SUBST([LIBINTL]) AC_SUBST([LTLIBINTL]) AC_SUBST([POSUB]) ]) dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized. m4_define([gt_NEEDS_INIT], [ m4_divert_text([DEFAULTS], [gt_needs=]) m4_define([gt_NEEDS_INIT], []) ]) dnl Usage: AM_GNU_GETTEXT_NEED([NEEDSYMBOL]) AC_DEFUN([AM_GNU_GETTEXT_NEED], [ m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"]) ]) dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) libisds-0.10.7/m4/intlmacosx.m40000644000076400001440000000457513130406756013134 00000000000000# intlmacosx.m4 serial 3 (gettext-0.18) dnl Copyright (C) 2004-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Checks for special options needed on MacOS X. dnl Defines INTL_MACOSX_LIBS. AC_DEFUN([gt_INTL_MACOSX], [ dnl Check for API introduced in MacOS X 10.2. AC_CACHE_CHECK([for CFPreferencesCopyAppValue], [gt_cv_func_CFPreferencesCopyAppValue], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_TRY_LINK([#include ], [CFPreferencesCopyAppValue(NULL, NULL)], [gt_cv_func_CFPreferencesCopyAppValue=yes], [gt_cv_func_CFPreferencesCopyAppValue=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1], [Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) fi dnl Check for API introduced in MacOS X 10.3. AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_TRY_LINK([#include ], [CFLocaleCopyCurrent();], [gt_cv_func_CFLocaleCopyCurrent=yes], [gt_cv_func_CFLocaleCopyCurrent=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFLocaleCopyCurrent = yes; then AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1], [Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi AC_SUBST([INTL_MACOSX_LIBS]) ]) libisds-0.10.7/m4/po.m40000644000076400001440000004500212230035237011347 00000000000000# po.m4 serial 20 (gettext-0.18.2) dnl Copyright (C) 1995-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ([2.60]) dnl Checks for all prerequisites of the po subdirectory. AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl AC_REQUIRE([AM_NLS])dnl dnl Release version of the gettext macros. This is used to ensure that dnl the gettext macros and po/Makefile.in.in are in sync. AC_SUBST([GETTEXT_MACRO_VERSION], [0.18]) dnl Perform the following tests also if --disable-nls has been given, dnl because they are needed for "make dist" to work. dnl Search for GNU msgfmt in the PATH. dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. dnl The second test excludes FreeBSD msgfmt. AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT]) dnl Test whether it is GNU msgfmt >= 0.15. changequote(,)dnl case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; *) MSGFMT_015=$MSGFMT ;; esac changequote([,])dnl AC_SUBST([MSGFMT_015]) changequote(,)dnl case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac changequote([,])dnl AC_SUBST([GMSGFMT_015]) dnl Search for GNU xgettext 0.12 or newer in the PATH. dnl The first test excludes Solaris xgettext and early GNU xgettext versions. dnl The second test excludes FreeBSD xgettext. AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) dnl Remove leftover from FreeBSD xgettext call. rm -f messages.po dnl Test whether it is GNU xgettext >= 0.15. changequote(,)dnl case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac changequote([,])dnl AC_SUBST([XGETTEXT_015]) dnl Search for GNU msgmerge 0.11 or newer in the PATH. AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) dnl Installation directories. dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we dnl have to define it here, so that it can be used in po/Makefile. test -n "$localedir" || localedir='${datadir}/locale' AC_SUBST([localedir]) dnl Support for AM_XGETTEXT_OPTION. test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) AC_CONFIG_COMMANDS([po-directories], [[ for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" gt_tab=`printf '\t'` cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done]], [# Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake < 1.5. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" ]) ]) dnl Postprocesses a Makefile in a directory containing PO files. AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], [ # When this code is run, in config.status, two variables have already been # set: # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, # - LINGUAS is the value of the environment variable LINGUAS at configure # time. changequote(,)dnl # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Find a way to echo strings without interpreting backslash. if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then gt_echo='echo' else if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then gt_echo='printf %s\n' else echo_func () { cat < "$ac_file.tmp" tab=`printf '\t'` if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` cat >> "$ac_file.tmp" < /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` cat >> "$ac_file.tmp" <> "$ac_file.tmp" </dev/null 2>/dev/null ; then req_libgcrypt_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'` min_libgcrypt_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'` else req_libgcrypt_api=0 min_libgcrypt_version="$tmp" fi AC_MSG_CHECKING(for LIBGCRYPT - version >= $min_libgcrypt_version) ok=no if test "$LIBGCRYPT_CONFIG" != "no" ; then req_major=`echo $min_libgcrypt_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'` req_minor=`echo $min_libgcrypt_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` req_micro=`echo $min_libgcrypt_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'` libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version` major=`echo $libgcrypt_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'` minor=`echo $libgcrypt_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'` micro=`echo $libgcrypt_config_version | \ sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'` if test "$major" -gt "$req_major"; then ok=yes else if test "$major" -eq "$req_major"; then if test "$minor" -gt "$req_minor"; then ok=yes else if test "$minor" -eq "$req_minor"; then if test "$micro" -ge "$req_micro"; then ok=yes fi fi fi fi fi fi if test $ok = yes; then AC_MSG_RESULT([yes ($libgcrypt_config_version)]) else AC_MSG_RESULT(no) fi if test $ok = yes; then # If we have a recent libgcrypt, we should also check that the # API is compatible if test "$req_libgcrypt_api" -gt 0 ; then tmp=`$LIBGCRYPT_CONFIG --api-version 2>/dev/null || echo 0` if test "$tmp" -gt 0 ; then AC_MSG_CHECKING([LIBGCRYPT API version]) if test "$req_libgcrypt_api" -eq "$tmp" ; then AC_MSG_RESULT([okay]) else ok=no AC_MSG_RESULT([does not match. want=$req_libgcrypt_api got=$tmp]) fi fi fi fi if test $ok = yes; then LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags` LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs` ifelse([$2], , :, [$2]) if test x"$host" != x ; then libgcrypt_config_host=`$LIBGCRYPT_CONFIG --host 2>/dev/null || echo none` if test x"$libgcrypt_config_host" != xnone ; then if test x"$libgcrypt_config_host" != x"$host" ; then AC_MSG_WARN([[ *** *** The config script $LIBGCRYPT_CONFIG was *** built for $libgcrypt_config_host and thus may not match the *** used host $host. *** You may want to use the configure option --with-libgcrypt-prefix *** to specify a matching config script. ***]]) fi fi fi else LIBGCRYPT_CFLAGS="" LIBGCRYPT_LIBS="" ifelse([$3], , :, [$3]) fi AC_SUBST(LIBGCRYPT_CFLAGS) AC_SUBST(LIBGCRYPT_LIBS) ]) libisds-0.10.7/m4/libcurl.m40000644000076400001440000002367111763045333012405 00000000000000# LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION], # [ACTION-IF-YES], [ACTION-IF-NO]) # ---------------------------------------------------------- # David Shaw May-09-2006 # # Checks for libcurl. DEFAULT-ACTION is the string yes or no to # specify whether to default to --with-libcurl or --without-libcurl. # If not supplied, DEFAULT-ACTION is yes. MINIMUM-VERSION is the # minimum version of libcurl to accept. Pass the version as a regular # version number like 7.10.1. If not supplied, any version is # accepted. ACTION-IF-YES is a list of shell commands to run if # libcurl was successfully found and passed the various tests. # ACTION-IF-NO is a list of shell commands that are run otherwise. # Note that using --without-libcurl does run ACTION-IF-NO. # # This macro #defines HAVE_LIBCURL if a working libcurl setup is # found, and sets @LIBCURL@ and @LIBCURL_CPPFLAGS@ to the necessary # values. Other useful defines are LIBCURL_FEATURE_xxx where xxx are # the various features supported by libcurl, and LIBCURL_PROTOCOL_yyy # where yyy are the various protocols supported by libcurl. Both xxx # and yyy are capitalized. See the list of AH_TEMPLATEs at the top of # the macro for the complete list of possible defines. Shell # variables $libcurl_feature_xxx and $libcurl_protocol_yyy are also # defined to 'yes' for those features and protocols that were found. # Note that xxx and yyy keep the same capitalization as in the # curl-config list (e.g. it's "HTTP" and not "http"). # # Users may override the detected values by doing something like: # LIBCURL="-lcurl" LIBCURL_CPPFLAGS="-I/usr/myinclude" ./configure # # For the sake of sanity, this macro assumes that any libcurl that is # found is after version 7.7.2, the first version that included the # curl-config script. Note that it is very important for people # packaging binary versions of libcurl to include this script! # Without curl-config, we can only guess what protocols are available, # or use curl_version_info to figure it out at runtime. AC_DEFUN([LIBCURL_CHECK_CONFIG], [ AH_TEMPLATE([LIBCURL_FEATURE_SSL],[Defined if libcurl supports SSL]) AH_TEMPLATE([LIBCURL_FEATURE_KRB4],[Defined if libcurl supports KRB4]) AH_TEMPLATE([LIBCURL_FEATURE_IPV6],[Defined if libcurl supports IPv6]) AH_TEMPLATE([LIBCURL_FEATURE_LIBZ],[Defined if libcurl supports libz]) AH_TEMPLATE([LIBCURL_FEATURE_ASYNCHDNS],[Defined if libcurl supports AsynchDNS]) AH_TEMPLATE([LIBCURL_FEATURE_IDN],[Defined if libcurl supports IDN]) AH_TEMPLATE([LIBCURL_FEATURE_SSPI],[Defined if libcurl supports SSPI]) AH_TEMPLATE([LIBCURL_FEATURE_NTLM],[Defined if libcurl supports NTLM]) AH_TEMPLATE([LIBCURL_PROTOCOL_HTTP],[Defined if libcurl supports HTTP]) AH_TEMPLATE([LIBCURL_PROTOCOL_HTTPS],[Defined if libcurl supports HTTPS]) AH_TEMPLATE([LIBCURL_PROTOCOL_FTP],[Defined if libcurl supports FTP]) AH_TEMPLATE([LIBCURL_PROTOCOL_FTPS],[Defined if libcurl supports FTPS]) AH_TEMPLATE([LIBCURL_PROTOCOL_FILE],[Defined if libcurl supports FILE]) AH_TEMPLATE([LIBCURL_PROTOCOL_TELNET],[Defined if libcurl supports TELNET]) AH_TEMPLATE([LIBCURL_PROTOCOL_LDAP],[Defined if libcurl supports LDAP]) AH_TEMPLATE([LIBCURL_PROTOCOL_DICT],[Defined if libcurl supports DICT]) AH_TEMPLATE([LIBCURL_PROTOCOL_TFTP],[Defined if libcurl supports TFTP]) AH_TEMPLATE([LIBCURL_PROTOCOL_RTSP],[Defined if libcurl supports RTSP]) AH_TEMPLATE([LIBCURL_PROTOCOL_POP3],[Defined if libcurl supports POP3]) AH_TEMPLATE([LIBCURL_PROTOCOL_IMAP],[Defined if libcurl supports IMAP]) AH_TEMPLATE([LIBCURL_PROTOCOL_SMTP],[Defined if libcurl supports SMTP]) AC_ARG_WITH(libcurl, AC_HELP_STRING([--with-libcurl=PREFIX],[look for the curl library in PREFIX/lib and headers in PREFIX/include]), [_libcurl_with=$withval],[_libcurl_with=ifelse([$1],,[yes],[$1])]) if test "$_libcurl_with" != "no" ; then AC_PROG_AWK _libcurl_version_parse="eval $AWK '{split(\$NF,A,\".\"); X=256*256*A[[1]]+256*A[[2]]+A[[3]]; print X;}'" _libcurl_try_link=yes if test -d "$_libcurl_with" ; then LIBCURL_CPPFLAGS="-I$withval/include" _libcurl_ldflags="-L$withval/lib" AC_PATH_PROG([_libcurl_config],[curl-config],[], ["$withval/bin"]) else AC_PATH_PROG([_libcurl_config],[curl-config],[],[$PATH]) fi if test x$_libcurl_config != "x" ; then AC_CACHE_CHECK([for the version of libcurl], [libcurl_cv_lib_curl_version], [libcurl_cv_lib_curl_version=`$_libcurl_config --version | $AWK '{print $[]2}'`]) _libcurl_version=`echo $libcurl_cv_lib_curl_version | $_libcurl_version_parse` _libcurl_wanted=`echo ifelse([$2],,[0],[$2]) | $_libcurl_version_parse` if test $_libcurl_wanted -gt 0 ; then AC_CACHE_CHECK([for libcurl >= version $2], [libcurl_cv_lib_version_ok], [ if test $_libcurl_version -ge $_libcurl_wanted ; then libcurl_cv_lib_version_ok=yes else libcurl_cv_lib_version_ok=no fi ]) fi if test $_libcurl_wanted -eq 0 || test x$libcurl_cv_lib_version_ok = xyes ; then if test x"$LIBCURL_CPPFLAGS" = "x" ; then LIBCURL_CPPFLAGS=`$_libcurl_config --cflags` fi if test x"$LIBCURL" = "x" ; then LIBCURL=`$_libcurl_config --libs` # This is so silly, but Apple actually has a bug in their # curl-config script. Fixed in Tiger, but there are still # lots of Panther installs around. case "${host}" in powerpc-apple-darwin7*) LIBCURL=`echo $LIBCURL | sed -e 's|-arch i386||g'` ;; esac fi # All curl-config scripts support --feature _libcurl_features=`$_libcurl_config --feature` # Is it modern enough to have --protocols? (7.12.4) if test $_libcurl_version -ge 461828 ; then _libcurl_protocols=`$_libcurl_config --protocols` fi else _libcurl_try_link=no fi unset _libcurl_wanted fi if test $_libcurl_try_link = yes ; then # we didn't find curl-config, so let's see if the user-supplied # link line (or failing that, "-lcurl") is enough. LIBCURL=${LIBCURL-"$_libcurl_ldflags -lcurl"} AC_CACHE_CHECK([whether libcurl is usable], [libcurl_cv_lib_curl_usable], [ _libcurl_save_cppflags=$CPPFLAGS CPPFLAGS="$LIBCURL_CPPFLAGS $CPPFLAGS" _libcurl_save_libs=$LIBS LIBS="$LIBCURL $LIBS" AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]],[[ /* Try and use a few common options to force a failure if we are missing symbols or can't link. */ int x; curl_easy_setopt(NULL,CURLOPT_URL,NULL); x=CURL_ERROR_SIZE; x=CURLOPT_WRITEFUNCTION; x=CURLOPT_FILE; x=CURLOPT_ERRORBUFFER; x=CURLOPT_STDERR; x=CURLOPT_VERBOSE; if (x) ; ]])],libcurl_cv_lib_curl_usable=yes,libcurl_cv_lib_curl_usable=no) CPPFLAGS=$_libcurl_save_cppflags LIBS=$_libcurl_save_libs unset _libcurl_save_cppflags unset _libcurl_save_libs ]) if test $libcurl_cv_lib_curl_usable = yes ; then # Does curl_free() exist in this version of libcurl? # If not, fake it with free() _libcurl_save_cppflags=$CPPFLAGS CPPFLAGS="$CPPFLAGS $LIBCURL_CPPFLAGS" _libcurl_save_libs=$LIBS LIBS="$LIBS $LIBCURL" AC_CHECK_FUNC(curl_free,, AC_DEFINE(curl_free,free, [Define curl_free() as free() if our version of curl lacks curl_free.])) CPPFLAGS=$_libcurl_save_cppflags LIBS=$_libcurl_save_libs unset _libcurl_save_cppflags unset _libcurl_save_libs AC_DEFINE(HAVE_LIBCURL,1, [Define to 1 if you have a functional curl library.]) AC_SUBST(LIBCURL_CPPFLAGS) AC_SUBST(LIBCURL) for _libcurl_feature in $_libcurl_features ; do AC_DEFINE_UNQUOTED(AS_TR_CPP(libcurl_feature_$_libcurl_feature),[1]) eval AS_TR_SH(libcurl_feature_$_libcurl_feature)=yes done if test "x$_libcurl_protocols" = "x" ; then # We don't have --protocols, so just assume that all # protocols are available _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP" if test x$libcurl_feature_SSL = xyes ; then _libcurl_protocols="$_libcurl_protocols HTTPS" # FTPS wasn't standards-compliant until version # 7.11.0 (0x070b00 == 461568) if test $_libcurl_version -ge 461568; then _libcurl_protocols="$_libcurl_protocols FTPS" fi fi # RTSP, IMAP, POP3 and SMTP were added in # 7.20.0 (0x071400 == 463872) if test $_libcurl_version -ge 463872; then _libcurl_protocols="$_libcurl_protocols RTSP IMAP POP3 SMTP" fi fi for _libcurl_protocol in $_libcurl_protocols ; do AC_DEFINE_UNQUOTED(AS_TR_CPP(libcurl_protocol_$_libcurl_protocol),[1]) eval AS_TR_SH(libcurl_protocol_$_libcurl_protocol)=yes done else unset LIBCURL unset LIBCURL_CPPFLAGS fi fi unset _libcurl_try_link unset _libcurl_version_parse unset _libcurl_config unset _libcurl_feature unset _libcurl_features unset _libcurl_protocol unset _libcurl_protocols unset _libcurl_version unset _libcurl_ldflags fi if test x$_libcurl_with = xno || test x$libcurl_cv_lib_curl_usable != xyes ; then # This is the IF-NO path ifelse([$4],,:,[$4]) else # This is the IF-YES path ifelse([$3],,:,[$3]) fi unset _libcurl_with ])dnl libisds-0.10.7/m4/lib-prefix.m40000644000076400001440000002042212230035237012771 00000000000000# lib-prefix.m4 serial 7 (gettext-0.18) dnl Copyright (C) 2001-2005, 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't dnl require excessive bracketing. ifdef([AC_HELP_STRING], [AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed dnl to access previously installed libraries. The basic assumption is that dnl a user will want packages to use other packages he previously installed dnl with the same --prefix option. dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate dnl libraries, but is otherwise very convenient. AC_DEFUN([AC_LIB_PREFIX], [ AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib-prefix], [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib --without-lib-prefix don't search for libraries in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) if test $use_additional = yes; then dnl Potentially add $additional_includedir to $CPPFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's already present in $CPPFLAGS, dnl 3. if it's /usr/local/include and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= for x in $CPPFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $CPPFLAGS. CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" fi fi fi fi dnl Potentially add $additional_libdir to $LDFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's already present in $LDFLAGS, dnl 3. if it's /usr/local/lib and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= for x in $LDFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LDFLAGS. LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" fi fi fi fi fi ]) dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, dnl acl_final_exec_prefix, containing the values to which $prefix and dnl $exec_prefix will expand at the end of the configure script. AC_DEFUN([AC_LIB_PREPARE_PREFIX], [ dnl Unfortunately, prefix and exec_prefix get only finally determined dnl at the end of configure. if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" ]) dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the dnl variables prefix and exec_prefix bound to the values they will have dnl at the end of the configure script. AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [ acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" $1 exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" ]) dnl AC_LIB_PREPARE_MULTILIB creates dnl - a variable acl_libdirstem, containing the basename of the libdir, either dnl "lib" or "lib64" or "lib/64", dnl - a variable acl_libdirstem2, as a secondary possible value for dnl acl_libdirstem, either the same as acl_libdirstem or "lib/sparcv9" or dnl "lib/amd64". AC_DEFUN([AC_LIB_PREPARE_MULTILIB], [ dnl There is no formal standard regarding lib and lib64. dnl On glibc systems, the current practice is that on a system supporting dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine dnl the compiler's default mode by looking at the compiler's library search dnl path. If at least one of its elements ends in /lib64 or points to a dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI. dnl Otherwise we use the default, namely "lib". dnl On Solaris systems, the current practice is that on a system supporting dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib. AC_REQUIRE([AC_CANONICAL_HOST]) acl_libdirstem=lib acl_libdirstem2= case "$host_os" in solaris*) dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment dnl . dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link." dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the dnl symlink is missing, so we set acl_libdirstem2 too. AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit], [AC_EGREP_CPP([sixtyfour bits], [ #ifdef _LP64 sixtyfour bits #endif ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no]) ]) if test $gl_cv_solaris_64bit = yes; then acl_libdirstem=lib/64 case "$host_cpu" in sparc*) acl_libdirstem2=lib/sparcv9 ;; i*86 | x86_64) acl_libdirstem2=lib/amd64 ;; esac fi ;; *) searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; */../ | */.. ) # Better ignore directories of this form. They are misleading. ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi ;; esac test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" ]) libisds-0.10.7/Makefile.am0000644000076400001440000000072013130406756012211 00000000000000ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = check-news dist-bzip2 dist-xz color-tests SUBDIRS = po src if BUILD_EXAMPLE SUBDIRS += client endif if BUILD_TEST SUBDIRS += test endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = $(PACKAGE).pc EXTRA_DIST = config.rpath doc server dist-hook: git log --decorate=full > $(distdir)/ChangeLog || echo "Could not dump git log" git tag "v$(VERSION)" -s -m "Version $(VERSION) released on $$(date -Imin)" || true libisds-0.10.7/ltmain.sh0000644000076400001440000105152212774020762012006 00000000000000 # libtool (GNU libtool) 2.4.2 # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool 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 # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, # or obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Usage: $progname [OPTION]... [MODE-ARG]... # # Provide generalized library-building support services. # # --config show all configuration variables # --debug enable verbose shell tracing # -n, --dry-run display commands without modifying any files # --features display basic configuration information and exit # --mode=MODE use operation mode MODE # --preserve-dup-deps don't remove duplicate dependency libraries # --quiet, --silent don't print informational messages # --no-quiet, --no-silent # print informational messages (default) # --no-warn don't display warning messages # --tag=TAG use configuration variables from tag TAG # -v, --verbose print more informational messages than default # --no-verbose don't print the extra informational messages # --version print version information # -h, --help, --help-all print short, long, or detailed help message # # MODE must be one of the following: # # clean remove files from the build directory # compile compile a source file into a libtool object # execute automatically set library path, then run a program # finish complete the installation of libtool libraries # install install libraries or executables # link create a library or an executable # uninstall remove libraries from an installed directory # # MODE-ARGS vary depending on the MODE. When passed as first option, # `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that. # Try `$progname --help --mode=MODE' for a more detailed description of MODE. # # When reporting a bug, please describe a test case to reproduce it and # include the following information: # # host-triplet: $host # shell: $SHELL # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) # $progname: (GNU libtool) 2.4.2 # automake: $automake_version # autoconf: $autoconf_version # # Report bugs to . # GNU libtool home page: . # General help using GNU software: . PROGRAM=libtool PACKAGE=libtool VERSION=2.4.2 TIMESTAMP="" package_revision=1.3337 # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } # NLS nuisances: We save the old values to restore during execute mode. lt_user_locale= lt_safe_locale= for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${$lt_var+set}\" = set; then save_$lt_var=\$$lt_var $lt_var=C export $lt_var lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" fi" done LC_ALL=C LANGUAGE=C export LANGUAGE LC_ALL $lt_unset CDPATH # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special # positional parameter $0, within a function call, is the name of the # function. progpath="$0" : ${CP="cp -f"} test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} : ${Xsed="$SED -e 1s/^X//"} # Global variables: EXIT_SUCCESS=0 EXIT_FAILURE=1 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. exit_status=$EXIT_SUCCESS # Make sure IFS has a sensible default lt_nl=' ' IFS=" $lt_nl" dirname="s,/[^/]*$,," basename="s,^.*/,," # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi } # func_dirname may be replaced by extended shell implementation # func_basename file func_basename () { func_basename_result=`$ECHO "${1}" | $SED "$basename"` } # func_basename may be replaced by extended shell implementation # func_dirname_and_basename file append nondir_replacement # perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. func_dirname_and_basename () { # Extract subdirectory from the argument. func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` } # func_dirname_and_basename may be replaced by extended shell implementation # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # func_strip_suffix prefix name func_stripname () { case ${2} in .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; esac } # func_stripname may be replaced by extended shell implementation # These SED scripts presuppose an absolute path with a trailing slash. pathcar='s,^/\([^/]*\).*$,\1,' pathcdr='s,^/[^/]*,,' removedotparts=':dotsl s@/\./@/@g t dotsl s,/\.$,/,' collapseslashes='s@/\{1,\}@/@g' finalslash='s,/*$,/,' # func_normal_abspath PATH # Remove doubled-up and trailing slashes, "." path components, # and cancel out any ".." path components in PATH after making # it an absolute path. # value returned in "$func_normal_abspath_result" func_normal_abspath () { # Start from root dir and reassemble the path. func_normal_abspath_result= func_normal_abspath_tpath=$1 func_normal_abspath_altnamespace= case $func_normal_abspath_tpath in "") # Empty path, that just means $cwd. func_stripname '' '/' "`pwd`" func_normal_abspath_result=$func_stripname_result return ;; # The next three entries are used to spot a run of precisely # two leading slashes without using negated character classes; # we take advantage of case's first-match behaviour. ///*) # Unusual form of absolute path, do nothing. ;; //*) # Not necessarily an ordinary path; POSIX reserves leading '//' # and for example Cygwin uses it to access remote file shares # over CIFS/SMB, so we conserve a leading double slash if found. func_normal_abspath_altnamespace=/ ;; /*) # Absolute path, do nothing. ;; *) # Relative path, prepend $cwd. func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath ;; esac # Cancel out all the simple stuff to save iterations. We also want # the path to end with a slash for ease of parsing, so make sure # there is one (and only one) here. func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"` while :; do # Processed it all yet? if test "$func_normal_abspath_tpath" = / ; then # If we ascended to the root using ".." the result may be empty now. if test -z "$func_normal_abspath_result" ; then func_normal_abspath_result=/ fi break fi func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$pathcar"` func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$pathcdr"` # Figure out what to do with it case $func_normal_abspath_tcomponent in "") # Trailing empty path component, ignore it. ;; ..) # Parent dir; strip last assembled component from result. func_dirname "$func_normal_abspath_result" func_normal_abspath_result=$func_dirname_result ;; *) # Actual path component, append it. func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent ;; esac done # Restore leading double-slash if one was found on entry. func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result } # func_relative_path SRCDIR DSTDIR # generates a relative path from SRCDIR to DSTDIR, with a trailing # slash if non-empty, suitable for immediately appending a filename # without needing to append a separator. # value returned in "$func_relative_path_result" func_relative_path () { func_relative_path_result= func_normal_abspath "$1" func_relative_path_tlibdir=$func_normal_abspath_result func_normal_abspath "$2" func_relative_path_tbindir=$func_normal_abspath_result # Ascend the tree starting from libdir while :; do # check if we have found a prefix of bindir case $func_relative_path_tbindir in $func_relative_path_tlibdir) # found an exact match func_relative_path_tcancelled= break ;; $func_relative_path_tlibdir*) # found a matching prefix func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" func_relative_path_tcancelled=$func_stripname_result if test -z "$func_relative_path_result"; then func_relative_path_result=. fi break ;; *) func_dirname $func_relative_path_tlibdir func_relative_path_tlibdir=${func_dirname_result} if test "x$func_relative_path_tlibdir" = x ; then # Have to descend all the way to the root! func_relative_path_result=../$func_relative_path_result func_relative_path_tcancelled=$func_relative_path_tbindir break fi func_relative_path_result=../$func_relative_path_result ;; esac done # Now calculate path; take care to avoid doubling-up slashes. func_stripname '' '/' "$func_relative_path_result" func_relative_path_result=$func_stripname_result func_stripname '/' '/' "$func_relative_path_tcancelled" if test "x$func_stripname_result" != x ; then func_relative_path_result=${func_relative_path_result}/${func_stripname_result} fi # Normalisation. If bindir is libdir, return empty string, # else relative path ending with a slash; either way, target # file name can be directly appended. if test ! -z "$func_relative_path_result"; then func_stripname './' '' "$func_relative_path_result/" func_relative_path_result=$func_stripname_result fi } # The name of this program: func_dirname_and_basename "$progpath" progname=$func_basename_result # Make sure we have an absolute path for reexecution: case $progpath in [\\/]*|[A-Za-z]:\\*) ;; *[\\/]*) progdir=$func_dirname_result progdir=`cd "$progdir" && pwd` progpath="$progdir/$progname" ;; *) save_IFS="$IFS" IFS=${PATH_SEPARATOR-:} for progdir in $PATH; do IFS="$save_IFS" test -x "$progdir/$progname" && break done IFS="$save_IFS" test -n "$progdir" || progdir=`pwd` progpath="$progdir/$progname" ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed="${SED}"' -e 1s/^X//' sed_quote_subst='s/\([`"$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution that turns a string into a regex matching for the # string literally. sed_make_literal_regex='s,[].[^$\\*\/],\\&,g' # Sed substitution that converts a w32 file name or path # which contains forward slashes, into one that contains # (escaped) backslashes. A very naive implementation. lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' # Re-`\' parameter expansions in output of double_quote_subst that were # `\'-ed in input to the same. If an odd number of `\' preceded a '$' # in input to double_quote_subst, that '$' was protected from expansion. # Since each input `\' is now two `\'s, look for any number of runs of # four `\'s followed by two `\'s and then a '$'. `\' that '$'. bs='\\' bs2='\\\\' bs4='\\\\\\\\' dollar='\$' sed_double_backslash="\ s/$bs4/&\\ /g s/^$bs2$dollar/$bs&/ s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g s/\n//g" # Standard options: opt_dry_run=false opt_help=false opt_quiet=false opt_verbose=false opt_warning=: # func_echo arg... # Echo program name prefixed message, along with the current mode # name if it has been set yet. func_echo () { $ECHO "$progname: ${opt_mode+$opt_mode: }$*" } # func_verbose arg... # Echo program name prefixed message in verbose mode only. func_verbose () { $opt_verbose && func_echo ${1+"$@"} # A bug in bash halts the script if the last line of a function # fails when set -e is in force, so we need another command to # work around that: : } # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } # func_error arg... # Echo program name prefixed message to standard error. func_error () { $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2 } # func_warning arg... # Echo program name prefixed warning message to standard error. func_warning () { $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2 # bash bug again: : } # func_fatal_error arg... # Echo program name prefixed message to standard error, and exit. func_fatal_error () { func_error ${1+"$@"} exit $EXIT_FAILURE } # func_fatal_help arg... # Echo program name prefixed message to standard error, followed by # a help hint, and exit. func_fatal_help () { func_error ${1+"$@"} func_fatal_error "$help" } help="Try \`$progname --help' for more information." ## default # func_grep expression filename # Check whether EXPRESSION matches any line of FILENAME, without output. func_grep () { $GREP "$1" "$2" >/dev/null 2>&1 } # func_mkdir_p directory-path # Make sure the entire path to DIRECTORY-PATH is available. func_mkdir_p () { my_directory_path="$1" my_dir_list= if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then # Protect directory names starting with `-' case $my_directory_path in -*) my_directory_path="./$my_directory_path" ;; esac # While some portion of DIR does not yet exist... while test ! -d "$my_directory_path"; do # ...make a list in topmost first order. Use a colon delimited # list incase some portion of path contains whitespace. my_dir_list="$my_directory_path:$my_dir_list" # If the last portion added has no slash in it, the list is done case $my_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` done my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` save_mkdir_p_IFS="$IFS"; IFS=':' for my_dir in $my_dir_list; do IFS="$save_mkdir_p_IFS" # mkdir can fail with a `File exist' error if two processes # try to create one of the directories concurrently. Don't # stop in that case! $MKDIR "$my_dir" 2>/dev/null || : done IFS="$save_mkdir_p_IFS" # Bail out if we (or some other process) failed to create a directory. test -d "$my_directory_path" || \ func_fatal_error "Failed to create \`$1'" fi } # func_mktempdir [string] # Make a temporary directory that won't clash with other running # libtool processes, and avoids race conditions if possible. If # given, STRING is the basename for that directory. func_mktempdir () { my_template="${TMPDIR-/tmp}/${1-$progname}" if test "$opt_dry_run" = ":"; then # Return a directory name, but don't create it in dry-run mode my_tmpdir="${my_template}-$$" else # If mktemp works, use that first and foremost my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` if test ! -d "$my_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race my_tmpdir="${my_template}-${RANDOM-0}$$" save_mktempdir_umask=`umask` umask 0077 $MKDIR "$my_tmpdir" umask $save_mktempdir_umask fi # If we're not in dry-run mode, bomb out on failure test -d "$my_tmpdir" || \ func_fatal_error "cannot create temporary directory \`$my_tmpdir'" fi $ECHO "$my_tmpdir" } # func_quote_for_eval arg # Aesthetically quote ARG to be evaled later. # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT # is double-quoted, suitable for a subsequent eval, whereas # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters # which are still active within double quotes backslashified. func_quote_for_eval () { case $1 in *[\\\`\"\$]*) func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; *) func_quote_for_eval_unquoted_result="$1" ;; esac case $func_quote_for_eval_unquoted_result in # Double-quote args containing shell metacharacters to delay # word splitting, command substitution and and variable # expansion for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" ;; *) func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" esac } # func_quote_for_expand arg # Aesthetically quote ARG to be evaled later; same as above, # but do not quote variable references. func_quote_for_expand () { case $1 in *[\\\`\"]*) my_arg=`$ECHO "$1" | $SED \ -e "$double_quote_subst" -e "$sed_double_backslash"` ;; *) my_arg="$1" ;; esac case $my_arg in # Double-quote args containing shell metacharacters to delay # word splitting and command substitution for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") my_arg="\"$my_arg\"" ;; esac func_quote_for_expand_result="$my_arg" } # func_show_eval cmd [fail_exp] # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. func_show_eval () { my_cmd="$1" my_fail_exp="${2-:}" ${opt_silent-false} || { func_quote_for_expand "$my_cmd" eval "func_echo $func_quote_for_expand_result" } if ${opt_dry_run-false}; then :; else eval "$my_cmd" my_status=$? if test "$my_status" -eq 0; then :; else eval "(exit $my_status); $my_fail_exp" fi fi } # func_show_eval_locale cmd [fail_exp] # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. Use the saved locale for evaluation. func_show_eval_locale () { my_cmd="$1" my_fail_exp="${2-:}" ${opt_silent-false} || { func_quote_for_expand "$my_cmd" eval "func_echo $func_quote_for_expand_result" } if ${opt_dry_run-false}; then :; else eval "$lt_user_locale $my_cmd" my_status=$? eval "$lt_safe_locale" if test "$my_status" -eq 0; then :; else eval "(exit $my_status); $my_fail_exp" fi fi } # func_tr_sh # Turn $1 into a string suitable for a shell variable name. # Result is stored in $func_tr_sh_result. All characters # not in the set a-zA-Z0-9_ are replaced with '_'. Further, # if $1 begins with a digit, a '_' is prepended as well. func_tr_sh () { case $1 in [0-9]* | *[!a-zA-Z0-9_]*) func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` ;; * ) func_tr_sh_result=$1 ;; esac } # func_version # Echo version message to standard output and exit. func_version () { $opt_debug $SED -n '/(C)/!b go :more /\./!{ N s/\n# / / b more } :go /^# '$PROGRAM' (GNU /,/# warranty; / { s/^# // s/^# *$// s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ p }' < "$progpath" exit $? } # func_usage # Echo short help message to standard output and exit. func_usage () { $opt_debug $SED -n '/^# Usage:/,/^# *.*--help/ { s/^# // s/^# *$// s/\$progname/'$progname'/ p }' < "$progpath" echo $ECHO "run \`$progname --help | more' for full usage" exit $? } # func_help [NOEXIT] # Echo long help message to standard output and exit, # unless 'noexit' is passed as argument. func_help () { $opt_debug $SED -n '/^# Usage:/,/# Report bugs to/ { :print s/^# // s/^# *$// s*\$progname*'$progname'* s*\$host*'"$host"'* s*\$SHELL*'"$SHELL"'* s*\$LTCC*'"$LTCC"'* s*\$LTCFLAGS*'"$LTCFLAGS"'* s*\$LD*'"$LD"'* s/\$with_gnu_ld/'"$with_gnu_ld"'/ s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ p d } /^# .* home page:/b print /^# General help using/b print ' < "$progpath" ret=$? if test -z "$1"; then exit $ret fi } # func_missing_arg argname # Echo program name prefixed message to standard error and set global # exit_cmd. func_missing_arg () { $opt_debug func_error "missing argument for $1." exit_cmd=exit } # func_split_short_opt shortopt # Set func_split_short_opt_name and func_split_short_opt_arg shell # variables after splitting SHORTOPT after the 2nd character. func_split_short_opt () { my_sed_short_opt='1s/^\(..\).*$/\1/;q' my_sed_short_rest='1s/^..\(.*\)$/\1/;q' func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"` func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"` } # func_split_short_opt may be replaced by extended shell implementation # func_split_long_opt longopt # Set func_split_long_opt_name and func_split_long_opt_arg shell # variables after splitting LONGOPT at the `=' sign. func_split_long_opt () { my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q' my_sed_long_arg='1s/^--[^=]*=//' func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"` func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"` } # func_split_long_opt may be replaced by extended shell implementation exit_cmd=: magic="%%%MAGIC variable%%%" magic_exe="%%%MAGIC EXE variable%%%" # Global variables. nonopt= preserve_args= lo2o="s/\\.lo\$/.${objext}/" o2lo="s/\\.${objext}\$/.lo/" extracted_archives= extracted_serial=0 # If this variable is set in any of the actions, the command in it # will be execed at the end. This prevents here-documents from being # left over by shells. exec_cmd= # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "${1}=\$${1}\${2}" } # func_append may be replaced by extended shell implementation # func_append_quoted var value # Quote VALUE and append to the end of shell variable VAR, separated # by a space. func_append_quoted () { func_quote_for_eval "${2}" eval "${1}=\$${1}\\ \$func_quote_for_eval_result" } # func_append_quoted may be replaced by extended shell implementation # func_arith arithmetic-term... func_arith () { func_arith_result=`expr "${@}"` } # func_arith may be replaced by extended shell implementation # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len` } # func_len may be replaced by extended shell implementation # func_lo2o object func_lo2o () { func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` } # func_lo2o may be replaced by extended shell implementation # func_xform libobj-or-source func_xform () { func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` } # func_xform may be replaced by extended shell implementation # func_fatal_configuration arg... # Echo program name prefixed message to standard error, followed by # a configuration failure hint, and exit. func_fatal_configuration () { func_error ${1+"$@"} func_error "See the $PACKAGE documentation for more information." func_fatal_error "Fatal configuration error." } # func_config # Display the configuration for all the tags in this script. func_config () { re_begincf='^# ### BEGIN LIBTOOL' re_endcf='^# ### END LIBTOOL' # Default configuration. $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" # Now print the configurations for the tags. for tagname in $taglist; do $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" done exit $? } # func_features # Display the features supported by this script. func_features () { echo "host: $host" if test "$build_libtool_libs" = yes; then echo "enable shared libraries" else echo "disable shared libraries" fi if test "$build_old_libs" = yes; then echo "enable static libraries" else echo "disable static libraries" fi exit $? } # func_enable_tag tagname # Verify that TAGNAME is valid, and either flag an error and exit, or # enable the TAGNAME tag. We also add TAGNAME to the global $taglist # variable here. func_enable_tag () { # Global variable: tagname="$1" re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" sed_extractcf="/$re_begincf/,/$re_endcf/p" # Validate tagname. case $tagname in *[!-_A-Za-z0-9,/]*) func_fatal_error "invalid tag name: $tagname" ;; esac # Don't test for the "default" C tag, as we know it's # there but not specially marked. case $tagname in CC) ;; *) if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then taglist="$taglist $tagname" # Evaluate the configuration. Be careful to quote the path # and the sed script, to avoid splitting on whitespace, but # also don't use non-portable quotes within backquotes within # quotes we have to do it in 2 steps: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` eval "$extractedcf" else func_error "ignoring unknown tag $tagname" fi ;; esac } # func_check_version_match # Ensure that we are using m4 macros, and libtool script from the same # release of libtool. func_check_version_match () { if test "$package_revision" != "$macro_revision"; then if test "$VERSION" != "$macro_version"; then if test -z "$macro_version"; then cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from an older release. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF fi else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, $progname: but the definition of this LT_INIT comes from revision $macro_revision. $progname: You should recreate aclocal.m4 with macros from revision $package_revision $progname: of $PACKAGE $VERSION and run autoconf again. _LT_EOF fi exit $EXIT_MISMATCH fi } # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) shift; set dummy --mode clean ${1+"$@"}; shift ;; compile|compil|compi|comp|com|co|c) shift; set dummy --mode compile ${1+"$@"}; shift ;; execute|execut|execu|exec|exe|ex|e) shift; set dummy --mode execute ${1+"$@"}; shift ;; finish|finis|fini|fin|fi|f) shift; set dummy --mode finish ${1+"$@"}; shift ;; install|instal|insta|inst|ins|in|i) shift; set dummy --mode install ${1+"$@"}; shift ;; link|lin|li|l) shift; set dummy --mode link ${1+"$@"}; shift ;; uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) shift; set dummy --mode uninstall ${1+"$@"}; shift ;; esac # Option defaults: opt_debug=: opt_dry_run=false opt_config=false opt_preserve_dup_deps=false opt_features=false opt_finish=false opt_help=false opt_help_all=false opt_silent=: opt_warning=: opt_verbose=: opt_silent=false opt_verbose=false # Parse options once, thoroughly. This comes as soon as possible in the # script to make things like `--version' happen as quickly as we can. { # this just eases exit handling while test $# -gt 0; do opt="$1" shift case $opt in --debug|-x) opt_debug='set -x' func_echo "enabling shell trace mode" $opt_debug ;; --dry-run|--dryrun|-n) opt_dry_run=: ;; --config) opt_config=: func_config ;; --dlopen|-dlopen) optarg="$1" opt_dlopen="${opt_dlopen+$opt_dlopen }$optarg" shift ;; --preserve-dup-deps) opt_preserve_dup_deps=: ;; --features) opt_features=: func_features ;; --finish) opt_finish=: set dummy --mode finish ${1+"$@"}; shift ;; --help) opt_help=: ;; --help-all) opt_help_all=: opt_help=': help-all' ;; --mode) test $# = 0 && func_missing_arg $opt && break optarg="$1" opt_mode="$optarg" case $optarg in # Valid mode arguments: clean|compile|execute|finish|install|link|relink|uninstall) ;; # Catch anything else as an error *) func_error "invalid argument for $opt" exit_cmd=exit break ;; esac shift ;; --no-silent|--no-quiet) opt_silent=false func_append preserve_args " $opt" ;; --no-warning|--no-warn) opt_warning=false func_append preserve_args " $opt" ;; --no-verbose) opt_verbose=false func_append preserve_args " $opt" ;; --silent|--quiet) opt_silent=: func_append preserve_args " $opt" opt_verbose=false ;; --verbose|-v) opt_verbose=: func_append preserve_args " $opt" opt_silent=false ;; --tag) test $# = 0 && func_missing_arg $opt && break optarg="$1" opt_tag="$optarg" func_append preserve_args " $opt $optarg" func_enable_tag "$optarg" shift ;; -\?|-h) func_usage ;; --help) func_help ;; --version) func_version ;; # Separate optargs to long options: --*=*) func_split_long_opt "$opt" set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"} shift ;; # Separate non-argument short options: -\?*|-h*|-n*|-v*) func_split_short_opt "$opt" set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"} shift ;; --) break ;; -*) func_fatal_help "unrecognized option \`$opt'" ;; *) set dummy "$opt" ${1+"$@"}; shift; break ;; esac done # Validate options: # save first non-option argument if test "$#" -gt 0; then nonopt="$opt" shift fi # preserve --debug test "$opt_debug" = : || func_append preserve_args " --debug" case $host in *cygwin* | *mingw* | *pw32* | *cegcc*) # don't eliminate duplications in $postdeps and $predeps opt_duplicate_compiler_generated_deps=: ;; *) opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps ;; esac $opt_help || { # Sanity checks first: func_check_version_match if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then func_fatal_configuration "not configured to build any kind of library" fi # Darwin sucks eval std_shrext=\"$shrext_cmds\" # Only execute mode is allowed to have -dlopen flags. if test -n "$opt_dlopen" && test "$opt_mode" != execute; then func_error "unrecognized option \`-dlopen'" $ECHO "$help" 1>&2 exit $EXIT_FAILURE fi # Change the help message to a mode-specific one. generic_help="$help" help="Try \`$progname --help --mode=$opt_mode' for more information." } # Bail if the options were screwed $exit_cmd $EXIT_FAILURE } ## ----------- ## ## Main. ## ## ----------- ## # func_lalib_p file # True iff FILE is a libtool `.la' library or `.lo' object file. # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_lalib_p () { test -f "$1" && $SED -e 4q "$1" 2>/dev/null \ | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 } # func_lalib_unsafe_p file # True iff FILE is a libtool `.la' library or `.lo' object file. # This function implements the same check as func_lalib_p without # resorting to external programs. To this end, it redirects stdin and # closes it afterwards, without saving the original file descriptor. # As a safety measure, use it only where a negative result would be # fatal anyway. Works if `file' does not exist. func_lalib_unsafe_p () { lalib_p=no if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then for lalib_p_l in 1 2 3 4 do read lalib_p_line case "$lalib_p_line" in \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; esac done exec 0<&5 5<&- fi test "$lalib_p" = yes } # func_ltwrapper_script_p file # True iff FILE is a libtool wrapper script # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_script_p () { func_lalib_p "$1" } # func_ltwrapper_executable_p file # True iff FILE is a libtool wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_executable_p () { func_ltwrapper_exec_suffix= case $1 in *.exe) ;; *) func_ltwrapper_exec_suffix=.exe ;; esac $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 } # func_ltwrapper_scriptname file # Assumes file is an ltwrapper_executable # uses $file to determine the appropriate filename for a # temporary ltwrapper_script. func_ltwrapper_scriptname () { func_dirname_and_basename "$1" "" "." func_stripname '' '.exe' "$func_basename_result" func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" } # func_ltwrapper_p file # True iff FILE is a libtool wrapper script or wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_p () { func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" } # func_execute_cmds commands fail_cmd # Execute tilde-delimited COMMANDS. # If FAIL_CMD is given, eval that upon failure. # FAIL_CMD may read-access the current command in variable CMD! func_execute_cmds () { $opt_debug save_ifs=$IFS; IFS='~' for cmd in $1; do IFS=$save_ifs eval cmd=\"$cmd\" func_show_eval "$cmd" "${2-:}" done IFS=$save_ifs } # func_source file # Source FILE, adding directory component if necessary. # Note that it is not necessary on cygwin/mingw to append a dot to # FILE even if both FILE and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # `FILE.' does not work on cygwin managed mounts. func_source () { $opt_debug case $1 in */* | *\\*) . "$1" ;; *) . "./$1" ;; esac } # func_resolve_sysroot PATH # Replace a leading = in PATH with a sysroot. Store the result into # func_resolve_sysroot_result func_resolve_sysroot () { func_resolve_sysroot_result=$1 case $func_resolve_sysroot_result in =*) func_stripname '=' '' "$func_resolve_sysroot_result" func_resolve_sysroot_result=$lt_sysroot$func_stripname_result ;; esac } # func_replace_sysroot PATH # If PATH begins with the sysroot, replace it with = and # store the result into func_replace_sysroot_result. func_replace_sysroot () { case "$lt_sysroot:$1" in ?*:"$lt_sysroot"*) func_stripname "$lt_sysroot" '' "$1" func_replace_sysroot_result="=$func_stripname_result" ;; *) # Including no sysroot. func_replace_sysroot_result=$1 ;; esac } # func_infer_tag arg # Infer tagged configuration to use if any are available and # if one wasn't chosen via the "--tag" command line option. # Only attempt this if the compiler in the base compile # command doesn't match the default compiler. # arg is usually of the form 'gcc ...' func_infer_tag () { $opt_debug if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case $@ in # Blanks in the command may have been stripped by the calling shell, # but not from the CC environment variable when configure was run. " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. *) for z in $available_tags; do if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then # Evaluate the configuration. eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case "$@ " in " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. tagname=$z break ;; esac fi done # If $tagname still isn't set, then no tagged configuration # was found and let the user know that the "--tag" command # line option must be used. if test -z "$tagname"; then func_echo "unable to infer tagged configuration" func_fatal_error "specify a tag with \`--tag'" # else # func_verbose "using $tagname tagged configuration" fi ;; esac fi } # func_write_libtool_object output_name pic_name nonpic_name # Create a libtool object file (analogous to a ".la" file), # but don't create it if we're doing a dry run. func_write_libtool_object () { write_libobj=${1} if test "$build_libtool_libs" = yes; then write_lobj=\'${2}\' else write_lobj=none fi if test "$build_old_libs" = yes; then write_oldobj=\'${3}\' else write_oldobj=none fi $opt_dry_run || { cat >${write_libobj}T </dev/null` if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | $SED -e "$lt_sed_naive_backslashify"` else func_convert_core_file_wine_to_w32_result= fi fi } # end: func_convert_core_file_wine_to_w32 # func_convert_core_path_wine_to_w32 ARG # Helper function used by path conversion functions when $build is *nix, and # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly # configured wine environment available, with the winepath program in $build's # $PATH. Assumes ARG has no leading or trailing path separator characters. # # ARG is path to be converted from $build format to win32. # Result is available in $func_convert_core_path_wine_to_w32_result. # Unconvertible file (directory) names in ARG are skipped; if no directory names # are convertible, then the result may be empty. func_convert_core_path_wine_to_w32 () { $opt_debug # unfortunately, winepath doesn't convert paths, only file names func_convert_core_path_wine_to_w32_result="" if test -n "$1"; then oldIFS=$IFS IFS=: for func_convert_core_path_wine_to_w32_f in $1; do IFS=$oldIFS func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" if test -n "$func_convert_core_file_wine_to_w32_result" ; then if test -z "$func_convert_core_path_wine_to_w32_result"; then func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result" else func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" fi fi done IFS=$oldIFS fi } # end: func_convert_core_path_wine_to_w32 # func_cygpath ARGS... # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or # (2), returns the Cygwin file name or path in func_cygpath_result (input # file name or path is assumed to be in w32 format, as previously converted # from $build's *nix or MSYS format). In case (3), returns the w32 file name # or path in func_cygpath_result (input file name or path is assumed to be in # Cygwin format). Returns an empty string on error. # # ARGS are passed to cygpath, with the last one being the file name or path to # be converted. # # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH # environment variable; do not put it in $PATH. func_cygpath () { $opt_debug if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` if test "$?" -ne 0; then # on failure, ensure result is empty func_cygpath_result= fi else func_cygpath_result= func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'" fi } #end: func_cygpath # func_convert_core_msys_to_w32 ARG # Convert file name or path ARG from MSYS format to w32 format. Return # result in func_convert_core_msys_to_w32_result. func_convert_core_msys_to_w32 () { $opt_debug # awkward: cmd appends spaces to result func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"` } #end: func_convert_core_msys_to_w32 # func_convert_file_check ARG1 ARG2 # Verify that ARG1 (a file name in $build format) was converted to $host # format in ARG2. Otherwise, emit an error message, but continue (resetting # func_to_host_file_result to ARG1). func_convert_file_check () { $opt_debug if test -z "$2" && test -n "$1" ; then func_error "Could not determine host file name corresponding to" func_error " \`$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback: func_to_host_file_result="$1" fi } # end func_convert_file_check # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH # Verify that FROM_PATH (a path in $build format) was converted to $host # format in TO_PATH. Otherwise, emit an error message, but continue, resetting # func_to_host_file_result to a simplistic fallback value (see below). func_convert_path_check () { $opt_debug if test -z "$4" && test -n "$3"; then func_error "Could not determine the host path corresponding to" func_error " \`$3'" func_error "Continuing, but uninstalled executables may not work." # Fallback. This is a deliberately simplistic "conversion" and # should not be "improved". See libtool.info. if test "x$1" != "x$2"; then lt_replace_pathsep_chars="s|$1|$2|g" func_to_host_path_result=`echo "$3" | $SED -e "$lt_replace_pathsep_chars"` else func_to_host_path_result="$3" fi fi } # end func_convert_path_check # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT # and appending REPL if ORIG matches BACKPAT. func_convert_path_front_back_pathsep () { $opt_debug case $4 in $1 ) func_to_host_path_result="$3$func_to_host_path_result" ;; esac case $4 in $2 ) func_append func_to_host_path_result "$3" ;; esac } # end func_convert_path_front_back_pathsep ################################################## # $build to $host FILE NAME CONVERSION FUNCTIONS # ################################################## # invoked via `$to_host_file_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # Result will be available in $func_to_host_file_result. # func_to_host_file ARG # Converts the file name ARG from $build format to $host format. Return result # in func_to_host_file_result. func_to_host_file () { $opt_debug $to_host_file_cmd "$1" } # end func_to_host_file # func_to_tool_file ARG LAZY # converts the file name ARG from $build format to toolchain format. Return # result in func_to_tool_file_result. If the conversion in use is listed # in (the comma separated) LAZY, no conversion takes place. func_to_tool_file () { $opt_debug case ,$2, in *,"$to_tool_file_cmd",*) func_to_tool_file_result=$1 ;; *) $to_tool_file_cmd "$1" func_to_tool_file_result=$func_to_host_file_result ;; esac } # end func_to_tool_file # func_convert_file_noop ARG # Copy ARG to func_to_host_file_result. func_convert_file_noop () { func_to_host_file_result="$1" } # end func_convert_file_noop # func_convert_file_msys_to_w32 ARG # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_file_result. func_convert_file_msys_to_w32 () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_to_host_file_result="$func_convert_core_msys_to_w32_result" fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_w32 # func_convert_file_cygwin_to_w32 ARG # Convert file name ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_file_cygwin_to_w32 () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then # because $build is cygwin, we call "the" cygpath in $PATH; no need to use # LT_CYGPATH in this case. func_to_host_file_result=`cygpath -m "$1"` fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_cygwin_to_w32 # func_convert_file_nix_to_w32 ARG # Convert file name ARG from *nix to w32 format. Requires a wine environment # and a working winepath. Returns result in func_to_host_file_result. func_convert_file_nix_to_w32 () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then func_convert_core_file_wine_to_w32 "$1" func_to_host_file_result="$func_convert_core_file_wine_to_w32_result" fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_w32 # func_convert_file_msys_to_cygwin ARG # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_file_msys_to_cygwin () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_cygpath -u "$func_convert_core_msys_to_w32_result" func_to_host_file_result="$func_cygpath_result" fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_cygwin # func_convert_file_nix_to_cygwin ARG # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed # in a wine environment, working winepath, and LT_CYGPATH set. Returns result # in func_to_host_file_result. func_convert_file_nix_to_cygwin () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. func_convert_core_file_wine_to_w32 "$1" func_cygpath -u "$func_convert_core_file_wine_to_w32_result" func_to_host_file_result="$func_cygpath_result" fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_cygwin ############################################# # $build to $host PATH CONVERSION FUNCTIONS # ############################################# # invoked via `$to_host_path_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # The result will be available in $func_to_host_path_result. # # Path separators are also converted from $build format to $host format. If # ARG begins or ends with a path separator character, it is preserved (but # converted to $host format) on output. # # All path conversion functions are named using the following convention: # file name conversion function : func_convert_file_X_to_Y () # path conversion function : func_convert_path_X_to_Y () # where, for any given $build/$host combination the 'X_to_Y' value is the # same. If conversion functions are added for new $build/$host combinations, # the two new functions must follow this pattern, or func_init_to_host_path_cmd # will break. # func_init_to_host_path_cmd # Ensures that function "pointer" variable $to_host_path_cmd is set to the # appropriate value, based on the value of $to_host_file_cmd. to_host_path_cmd= func_init_to_host_path_cmd () { $opt_debug if test -z "$to_host_path_cmd"; then func_stripname 'func_convert_file_' '' "$to_host_file_cmd" to_host_path_cmd="func_convert_path_${func_stripname_result}" fi } # func_to_host_path ARG # Converts the path ARG from $build format to $host format. Return result # in func_to_host_path_result. func_to_host_path () { $opt_debug func_init_to_host_path_cmd $to_host_path_cmd "$1" } # end func_to_host_path # func_convert_path_noop ARG # Copy ARG to func_to_host_path_result. func_convert_path_noop () { func_to_host_path_result="$1" } # end func_convert_path_noop # func_convert_path_msys_to_w32 ARG # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_path_result. func_convert_path_msys_to_w32 () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # Remove leading and trailing path separator characters from ARG. MSYS # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; # and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result="$func_convert_core_msys_to_w32_result" func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_msys_to_w32 # func_convert_path_cygwin_to_w32 ARG # Convert path ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_path_cygwin_to_w32 () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_cygwin_to_w32 # func_convert_path_nix_to_w32 ARG # Convert path ARG from *nix to w32 format. Requires a wine environment and # a working winepath. Returns result in func_to_host_file_result. func_convert_path_nix_to_w32 () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result="$func_convert_core_path_wine_to_w32_result" func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_nix_to_w32 # func_convert_path_msys_to_cygwin ARG # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_path_msys_to_cygwin () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_msys_to_w32_result" func_to_host_path_result="$func_cygpath_result" func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_msys_to_cygwin # func_convert_path_nix_to_cygwin ARG # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a # a wine environment, working winepath, and LT_CYGPATH set. Returns result in # func_to_host_file_result. func_convert_path_nix_to_cygwin () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # Remove leading and trailing path separator characters from # ARG. msys behavior is inconsistent here, cygpath turns them # into '.;' and ';.', and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" func_to_host_path_result="$func_cygpath_result" func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_nix_to_cygwin # func_mode_compile arg... func_mode_compile () { $opt_debug # Get the compilation command and the source file. base_compile= srcfile="$nonopt" # always keep a non-empty value in "srcfile" suppress_opt=yes suppress_output= arg_mode=normal libobj= later= pie_flag= for arg do case $arg_mode in arg ) # do not "continue". Instead, add this to base_compile lastarg="$arg" arg_mode=normal ;; target ) libobj="$arg" arg_mode=normal continue ;; normal ) # Accept any command-line options. case $arg in -o) test -n "$libobj" && \ func_fatal_error "you cannot specify \`-o' more than once" arg_mode=target continue ;; -pie | -fpie | -fPIE) func_append pie_flag " $arg" continue ;; -shared | -static | -prefer-pic | -prefer-non-pic) func_append later " $arg" continue ;; -no-suppress) suppress_opt=no continue ;; -Xcompiler) arg_mode=arg # the next one goes into the "base_compile" arg list continue # The current "srcfile" will either be retained or ;; # replaced later. I would guess that would be a bug. -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result lastarg= save_ifs="$IFS"; IFS=',' for arg in $args; do IFS="$save_ifs" func_append_quoted lastarg "$arg" done IFS="$save_ifs" func_stripname ' ' '' "$lastarg" lastarg=$func_stripname_result # Add the arguments to base_compile. func_append base_compile " $lastarg" continue ;; *) # Accept the current argument as the source file. # The previous "srcfile" becomes the current argument. # lastarg="$srcfile" srcfile="$arg" ;; esac # case $arg ;; esac # case $arg_mode # Aesthetically quote the previous argument. func_append_quoted base_compile "$lastarg" done # for arg case $arg_mode in arg) func_fatal_error "you must specify an argument for -Xcompile" ;; target) func_fatal_error "you must specify a target with \`-o'" ;; *) # Get the name of the library object. test -z "$libobj" && { func_basename "$srcfile" libobj="$func_basename_result" } ;; esac # Recognize several different file suffixes. # If the user specifies -o file.o, it is replaced with file.lo case $libobj in *.[cCFSifmso] | \ *.ada | *.adb | *.ads | *.asm | \ *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) func_xform "$libobj" libobj=$func_xform_result ;; esac case $libobj in *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; *) func_fatal_error "cannot determine name of library object from \`$libobj'" ;; esac func_infer_tag $base_compile for arg in $later; do case $arg in -shared) test "$build_libtool_libs" != yes && \ func_fatal_configuration "can not build a shared library" build_old_libs=no continue ;; -static) build_libtool_libs=no build_old_libs=yes continue ;; -prefer-pic) pic_mode=yes continue ;; -prefer-non-pic) pic_mode=no continue ;; esac done func_quote_for_eval "$libobj" test "X$libobj" != "X$func_quote_for_eval_result" \ && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ && func_warning "libobj name \`$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" objname="$func_basename_result" xdir="$func_dirname_result" lobj=${xdir}$objdir/$objname test -z "$base_compile" && \ func_fatal_help "you must specify a compilation command" # Delete any leftover library objects. if test "$build_old_libs" = yes; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" fi # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in cygwin* | mingw* | pw32* | os2* | cegcc*) pic_mode=default ;; esac if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then # non-PIC code in shared libraries is not supported pic_mode=default fi # Calculate the filename of the output object if compiler does # not support -o with -c if test "$compiler_c_o" = no; then output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} lockfile="$output_obj.lock" else output_obj= need_locks=no lockfile= fi # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file if test "$need_locks" = yes; then until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done elif test "$need_locks" = warn; then if test -f "$lockfile"; then $ECHO "\ *** ERROR, $lockfile exists and contains: `cat $lockfile 2>/dev/null` This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi func_append removelist " $output_obj" $ECHO "$srcfile" > "$lockfile" fi $opt_dry_run || $RM $removelist func_append removelist " $lockfile" trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 srcfile=$func_to_tool_file_result func_quote_for_eval "$srcfile" qsrcfile=$func_quote_for_eval_result # Only build a PIC object if we are building libtool libraries. if test "$build_libtool_libs" = yes; then # Without this assignment, base_compile gets emptied. fbsd_hideous_sh_bug=$base_compile if test "$pic_mode" != no; then command="$base_compile $qsrcfile $pic_flag" else # Don't build PIC code command="$base_compile $qsrcfile" fi func_mkdir_p "$xdir$objdir" if test -z "$output_obj"; then # Place PIC objects in $objdir func_append command " -o $lobj" fi func_show_eval_locale "$command" \ 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' if test "$need_locks" = warn && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed, then go on to compile the next one if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then func_show_eval '$MV "$output_obj" "$lobj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi # Allow error messages only from the first compilation. if test "$suppress_opt" = yes; then suppress_output=' >/dev/null 2>&1' fi fi # Only build a position-dependent object if we build old libraries. if test "$build_old_libs" = yes; then if test "$pic_mode" != yes; then # Don't build PIC code command="$base_compile $qsrcfile$pie_flag" else command="$base_compile $qsrcfile $pic_flag" fi if test "$compiler_c_o" = yes; then func_append command " -o $obj" fi # Suppress compiler output if we already did a PIC compilation. func_append command "$suppress_output" func_show_eval_locale "$command" \ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' if test "$need_locks" = warn && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then func_show_eval '$MV "$output_obj" "$obj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi fi $opt_dry_run || { func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" # Unlock the critical section if it was locked if test "$need_locks" != no; then removelist=$lockfile $RM "$lockfile" fi } exit $EXIT_SUCCESS } $opt_help || { test "$opt_mode" = compile && func_mode_compile ${1+"$@"} } func_mode_help () { # We need to display help for each of the modes. case $opt_mode in "") # Generic help is extracted from the usage comments # at the start of this file. func_help ;; clean) $ECHO \ "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... Remove files from the build directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, object or program, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; compile) $ECHO \ "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE Compile a source file into a libtool library object. This mode accepts the following additional options: -o OUTPUT-FILE set the output file name to OUTPUT-FILE -no-suppress do not suppress compiler output for multiple passes -prefer-pic try to build PIC objects only -prefer-non-pic try to build non-PIC objects only -shared do not build a \`.o' file suitable for static linking -static only build a \`.o' file suitable for static linking -Wc,FLAG pass FLAG directly to the compiler COMPILE-COMMAND is a command to be used in creating a \`standard' object file from the given SOURCEFILE. The output file name is determined by removing the directory component from SOURCEFILE, then substituting the C source code suffix \`.c' with the library object suffix, \`.lo'." ;; execute) $ECHO \ "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... Automatically set library path, then run a program. This mode accepts the following additional options: -dlopen FILE add the directory containing FILE to the library path This mode sets the library path environment variable according to \`-dlopen' flags. If any of the ARGS are libtool executable wrappers, then they are translated into their corresponding uninstalled binary, and any of their required library directories are added to the library path. Then, COMMAND is executed, with ARGS as arguments." ;; finish) $ECHO \ "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... Complete the installation of libtool libraries. Each LIBDIR is a directory that contains libtool libraries. The commands that this mode executes may require superuser privileges. Use the \`--dry-run' option if you just want to see what would be executed." ;; install) $ECHO \ "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be either the \`install' or \`cp' program. The following components of INSTALL-COMMAND are treated specially: -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation The rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." ;; link) $ECHO \ "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... Link object files or libraries together to form another library, or to create an executable program. LINK-COMMAND is a command using the C compiler that you would use to create a program from several object files. The following components of LINK-COMMAND are treated specially: -all-static do not do any dynamic linking at all -avoid-version do not add a version suffix if possible -bindir BINDIR specify path to binaries directory (for systems where libraries must be found in the PATH setting at runtime) -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE try to export only the symbols listed in SYMFILE -export-symbols-regex REGEX try to export only the symbols matching REGEX -LLIBDIR search LIBDIR for required installed libraries -lNAME OUTPUT-FILE requires the installed library libNAME -module build a library that can dlopened -no-fast-install disable the fast-install mode -no-install link a not-installable executable -no-undefined declare that a library does not refer to external symbols -o OUTPUT-FILE create OUTPUT-FILE from the specified objects -objectlist FILE Use a list of object files found in FILE to specify objects -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -shared only do dynamic linking of libtool libraries -shrext SUFFIX override the standard shared library file extension -static do not do any dynamic linking of uninstalled libtool libraries -static-libtool-libs do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] -weak LIBNAME declare that the target provides the LIBNAME interface -Wc,FLAG -Xcompiler FLAG pass linker-specific FLAG directly to the compiler -Wl,FLAG -Xlinker FLAG pass linker-specific FLAG directly to the linker -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) All other options (arguments beginning with \`-') are ignored. Every other argument is treated as a filename. Files ending in \`.la' are treated as uninstalled libtool libraries, other files are standard or library object files. If the OUTPUT-FILE ends in \`.la', then a libtool library is created, only library objects (\`.lo' files) may be specified, and \`-rpath' is required, except when creating a convenience library. If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created using \`ar' and \`ranlib', or on Windows using \`lib'. If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file is created, otherwise an executable program is created." ;; uninstall) $ECHO \ "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... Remove libraries from an installation directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; *) func_fatal_help "invalid operation mode \`$opt_mode'" ;; esac echo $ECHO "Try \`$progname --help' for more information about other modes." } # Now that we've collected a possible --mode arg, show help if necessary if $opt_help; then if test "$opt_help" = :; then func_mode_help else { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do func_mode_help done } | sed -n '1p; 2,$s/^Usage:/ or: /p' { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do echo func_mode_help done } | sed '1d /^When reporting/,/^Report/{ H d } $x /information about other modes/d /more detailed .*MODE/d s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' fi exit $? fi # func_mode_execute arg... func_mode_execute () { $opt_debug # The first argument is the command name. cmd="$nonopt" test -z "$cmd" && \ func_fatal_help "you must specify a COMMAND" # Handle -dlopen flags immediately. for file in $opt_dlopen; do test -f "$file" \ || func_fatal_help "\`$file' is not a file" dir= case $file in *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "\`$lib' is not a valid libtool archive" # Read the libtool library. dlname= library_names= func_source "$file" # Skip this library if it cannot be dlopened. if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && \ func_warning "\`$file' was not linked with \`-export-dynamic'" continue fi func_dirname "$file" "" "." dir="$func_dirname_result" if test -f "$dir/$objdir/$dlname"; then func_append dir "/$objdir" else if test ! -f "$dir/$dlname"; then func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" fi fi ;; *.lo) # Just add the directory containing the .lo file. func_dirname "$file" "" "." dir="$func_dirname_result" ;; *) func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" continue ;; esac # Get the absolute pathname. absdir=`cd "$dir" && pwd` test -n "$absdir" && dir="$absdir" # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then eval "$shlibpath_var=\"\$dir\"" else eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" fi done # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. libtool_execute_magic="$magic" # Check if any of the arguments is a wrapper script. args= for file do case $file in -* | *.la | *.lo ) ;; *) # Do a test to see if this is really a libtool program. if func_ltwrapper_script_p "$file"; then func_source "$file" # Transform arg to wrapped name. file="$progdir/$program" elif func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" func_source "$func_ltwrapper_scriptname_result" # Transform arg to wrapped name. file="$progdir/$program" fi ;; esac # Quote arguments (to preserve shell metacharacters). func_append_quoted args "$file" done if test "X$opt_dry_run" = Xfalse; then if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" fi # Restore saved environment variables for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${save_$lt_var+set}\" = set; then $lt_var=\$save_$lt_var; export $lt_var else $lt_unset $lt_var fi" done # Now prepare to actually exec the command. exec_cmd="\$cmd$args" else # Display what would be done. if test -n "$shlibpath_var"; then eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" echo "export $shlibpath_var" fi $ECHO "$cmd$args" exit $EXIT_SUCCESS fi } test "$opt_mode" = execute && func_mode_execute ${1+"$@"} # func_mode_finish arg... func_mode_finish () { $opt_debug libs= libdirs= admincmds= for opt in "$nonopt" ${1+"$@"} do if test -d "$opt"; then func_append libdirs " $opt" elif test -f "$opt"; then if func_lalib_unsafe_p "$opt"; then func_append libs " $opt" else func_warning "\`$opt' is not a valid libtool archive" fi else func_fatal_error "invalid argument \`$opt'" fi done if test -n "$libs"; then if test -n "$lt_sysroot"; then sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" else sysroot_cmd= fi # Remove sysroot references if $opt_dry_run; then for lib in $libs; do echo "removing references to $lt_sysroot and \`=' prefixes from $lib" done else tmpdir=`func_mktempdir` for lib in $libs; do sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ > $tmpdir/tmp-la mv -f $tmpdir/tmp-la $lib done ${RM}r "$tmpdir" fi fi if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. func_execute_cmds "$finish_cmds" 'admincmds="$admincmds '"$cmd"'"' fi if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" $opt_dry_run || eval "$cmds" || func_append admincmds " $cmds" fi done fi # Exit here if they wanted silent mode. $opt_silent && exit $EXIT_SUCCESS if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then echo "----------------------------------------------------------------------" echo "Libraries have been installed in:" for libdir in $libdirs; do $ECHO " $libdir" done echo echo "If you ever happen to want to link against installed libraries" echo "in a given directory, LIBDIR, you must either use libtool, and" echo "specify the full pathname of the library, or use the \`-LLIBDIR'" echo "flag during linking and do at least one of the following:" if test -n "$shlibpath_var"; then echo " - add LIBDIR to the \`$shlibpath_var' environment variable" echo " during execution" fi if test -n "$runpath_var"; then echo " - add LIBDIR to the \`$runpath_var' environment variable" echo " during linking" fi if test -n "$hardcode_libdir_flag_spec"; then libdir=LIBDIR eval flag=\"$hardcode_libdir_flag_spec\" $ECHO " - use the \`$flag' linker flag" fi if test -n "$admincmds"; then $ECHO " - have your system administrator run these commands:$admincmds" fi if test -f /etc/ld.so.conf; then echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" fi echo echo "See any operating system documentation about shared libraries for" case $host in solaris2.[6789]|solaris2.1[0-9]) echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" echo "pages." ;; *) echo "more information, such as the ld(1) and ld.so(8) manual pages." ;; esac echo "----------------------------------------------------------------------" fi exit $EXIT_SUCCESS } test "$opt_mode" = finish && func_mode_finish ${1+"$@"} # func_mode_install arg... func_mode_install () { $opt_debug # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || # Allow the use of GNU shtool's install command. case $nonopt in *shtool*) :;; *) false;; esac; then # Aesthetically quote it. func_quote_for_eval "$nonopt" install_prog="$func_quote_for_eval_result " arg=$1 shift else install_prog= arg=$nonopt fi # The real first argument should be the name of the installation program. # Aesthetically quote it. func_quote_for_eval "$arg" func_append install_prog "$func_quote_for_eval_result" install_shared_prog=$install_prog case " $install_prog " in *[\\\ /]cp\ *) install_cp=: ;; *) install_cp=false ;; esac # We need to accept at least all the BSD install flags. dest= files= opts= prev= install_type= isdir=no stripme= no_mode=: for arg do arg2= if test -n "$dest"; then func_append files " $dest" dest=$arg continue fi case $arg in -d) isdir=yes ;; -f) if $install_cp; then :; else prev=$arg fi ;; -g | -m | -o) prev=$arg ;; -s) stripme=" -s" continue ;; -*) ;; *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then if test "x$prev" = x-m && test -n "$install_override_mode"; then arg2=$install_override_mode no_mode=false fi prev= else dest=$arg continue fi ;; esac # Aesthetically quote the argument. func_quote_for_eval "$arg" func_append install_prog " $func_quote_for_eval_result" if test -n "$arg2"; then func_quote_for_eval "$arg2" fi func_append install_shared_prog " $func_quote_for_eval_result" done test -z "$install_prog" && \ func_fatal_help "you must specify an install program" test -n "$prev" && \ func_fatal_help "the \`$prev' option requires an argument" if test -n "$install_override_mode" && $no_mode; then if $install_cp; then :; else func_quote_for_eval "$install_override_mode" func_append install_shared_prog " -m $func_quote_for_eval_result" fi fi if test -z "$files"; then if test -z "$dest"; then func_fatal_help "no file or destination specified" else func_fatal_help "you must specify a destination" fi fi # Strip any trailing slash from the destination. func_stripname '' '/' "$dest" dest=$func_stripname_result # Check to see that the destination is a directory. test -d "$dest" && isdir=yes if test "$isdir" = yes; then destdir="$dest" destname= else func_dirname_and_basename "$dest" "" "." destdir="$func_dirname_result" destname="$func_basename_result" # Not a directory, so check to see that there is only one file specified. set dummy $files; shift test "$#" -gt 1 && \ func_fatal_help "\`$dest' is not a directory" fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) for file in $files; do case $file in *.lo) ;; *) func_fatal_help "\`$destdir' must be an absolute directory name" ;; esac done ;; esac # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" staticlibs= future_libdirs= current_libdirs= for file in $files; do # Do each installation. case $file in *.$libext) # Do the static libraries later. func_append staticlibs " $file" ;; *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "\`$file' is not a valid libtool archive" library_names= old_library= relink_command= func_source "$file" # Add the libdir to current_libdirs if it is the destination. if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; *) func_append current_libdirs " $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; *) func_append future_libdirs " $libdir" ;; esac fi func_dirname "$file" "/" "" dir="$func_dirname_result" func_append dir "$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that # are installed to the same prefix. # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. test "$inst_prefix_dir" = "$destdir" && \ func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` else relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` fi func_warning "relinking \`$file'" func_show_eval "$relink_command" \ 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' fi # See the names of the shared library. set dummy $library_names; shift if test -n "$1"; then realname="$1" shift srcname="$realname" test -n "$relink_command" && srcname="$realname"T # Install the shared library and build the symlinks. func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ 'exit $?' tstripme="$stripme" case $host_os in cygwin* | mingw* | pw32* | cegcc*) case $realname in *.dll.a) tstripme="" ;; esac ;; esac if test -n "$tstripme" && test -n "$striplib"; then func_show_eval "$striplib $destdir/$realname" 'exit $?' fi if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. # Try `ln -sf' first, because the `ln' binary might depend on # the symlink we replace! Solaris /bin/ln does not understand -f, # so we also need to try rm && ln -s. for linkname do test "$linkname" != "$realname" \ && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" done fi # Do each command in the postinstall commands. lib="$destdir/$realname" func_execute_cmds "$postinstall_cmds" 'exit $?' fi # Install the pseudo-library for information purposes. func_basename "$file" name="$func_basename_result" instname="$dir/$name"i func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. test -n "$old_library" && func_append staticlibs " $dir/$old_library" ;; *.lo) # Install (i.e. copy) a libtool object. # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else func_basename "$file" destfile="$func_basename_result" destfile="$destdir/$destfile" fi # Deduce the name of the destination old-style object file. case $destfile in *.lo) func_lo2o "$destfile" staticdest=$func_lo2o_result ;; *.$objext) staticdest="$destfile" destfile= ;; *) func_fatal_help "cannot copy a libtool object to \`$destfile'" ;; esac # Install the libtool object if requested. test -n "$destfile" && \ func_show_eval "$install_prog $file $destfile" 'exit $?' # Install the old object if enabled. if test "$build_old_libs" = yes; then # Deduce the name of the old-style object file. func_lo2o "$file" staticobj=$func_lo2o_result func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' fi exit $EXIT_SUCCESS ;; *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else func_basename "$file" destfile="$func_basename_result" destfile="$destdir/$destfile" fi # If the file is missing, and there is a .exe on the end, strip it # because it is most likely a libtool script we actually want to # install stripped_ext="" case $file in *.exe) if test ! -f "$file"; then func_stripname '' '.exe' "$file" file=$func_stripname_result stripped_ext=".exe" fi ;; esac # Do a test to see if this is really a libtool program. case $host in *cygwin* | *mingw*) if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" wrapper=$func_ltwrapper_scriptname_result else func_stripname '' '.exe' "$file" wrapper=$func_stripname_result fi ;; *) wrapper=$file ;; esac if func_ltwrapper_script_p "$wrapper"; then notinst_deplibs= relink_command= func_source "$wrapper" # Check the variables that should have been set. test -z "$generated_by_libtool_version" && \ func_fatal_error "invalid libtool wrapper script \`$wrapper'" finalize=yes for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then func_source "$lib" fi libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test if test -n "$libdir" && test ! -f "$libfile"; then func_warning "\`$lib' has not been installed in \`$libdir'" finalize=no fi done relink_command= func_source "$wrapper" outputname= if test "$fast_install" = no && test -n "$relink_command"; then $opt_dry_run || { if test "$finalize" = yes; then tmpdir=`func_mktempdir` func_basename "$file$stripped_ext" file="$func_basename_result" outputname="$tmpdir/$file" # Replace the output file specification. relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` $opt_silent || { func_quote_for_expand "$relink_command" eval "func_echo $func_quote_for_expand_result" } if eval "$relink_command"; then : else func_error "error: relink \`$file' with the above command before installing it" $opt_dry_run || ${RM}r "$tmpdir" continue fi file="$outputname" else func_warning "cannot relink \`$file'" fi } else # Install the binary that we compiled earlier. file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` fi fi # remove .exe since cygwin /usr/bin/install will append another # one anyway case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in *.exe:*.exe) # this is ok ;; *.exe:*) destfile=$destfile.exe ;; *:*.exe) func_stripname '' '.exe' "$destfile" destfile=$func_stripname_result ;; esac ;; esac func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' $opt_dry_run || if test -n "$outputname"; then ${RM}r "$tmpdir" fi ;; esac done for file in $staticlibs; do func_basename "$file" name="$func_basename_result" # Set up the ranlib parameters. oldlib="$destdir/$name" func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then func_show_eval "$old_striplib $tool_oldlib" 'exit $?' fi # Do each command in the postinstall commands. func_execute_cmds "$old_postinstall_cmds" 'exit $?' done test -n "$future_libdirs" && \ func_warning "remember to run \`$progname --finish$future_libdirs'" if test -n "$current_libdirs"; then # Maybe just do a dry run. $opt_dry_run && current_libdirs=" -n$current_libdirs" exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi } test "$opt_mode" = install && func_mode_install ${1+"$@"} # func_generate_dlsyms outputname originator pic_p # Extract symbols from dlprefiles and create ${outputname}S.o with # a dlpreopen symbol table. func_generate_dlsyms () { $opt_debug my_outputname="$1" my_originator="$2" my_pic_p="${3-no}" my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` my_dlsyms= if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then if test -n "$NM" && test -n "$global_symbol_pipe"; then my_dlsyms="${my_outputname}S.c" else func_error "not configured to extract global symbols from dlpreopened files" fi fi if test -n "$my_dlsyms"; then case $my_dlsyms in "") ;; *.c) # Discover the nlist of each of the dlfiles. nlist="$output_objdir/${my_outputname}.nm" func_show_eval "$RM $nlist ${nlist}S ${nlist}T" # Parse the name list into a source file. func_verbose "creating $output_objdir/$my_dlsyms" $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */ /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ #ifdef __cplusplus extern \"C\" { #endif #if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) #pragma GCC diagnostic ignored \"-Wstrict-prototypes\" #endif /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined(__osf__) /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif /* External symbol declarations for the compiler. */\ " if test "$dlself" = yes; then func_verbose "generating symbol list for \`$output'" $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` for progfile in $progfiles; do func_to_tool_file "$progfile" func_convert_file_msys_to_w32 func_verbose "extracting global C symbols from \`$func_to_tool_file_result'" $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then $opt_dry_run || { eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi if test -n "$export_symbols_regex"; then $opt_dry_run || { eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi # Prepare the list of exported symbols if test -z "$export_symbols"; then export_symbols="$output_objdir/$outputname.exp" $opt_dry_run || { $RM $export_symbols eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' ;; esac } else $opt_dry_run || { eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; esac } fi fi for dlprefile in $dlprefiles; do func_verbose "extracting global C symbols from \`$dlprefile'" func_basename "$dlprefile" name="$func_basename_result" case $host in *cygwin* | *mingw* | *cegcc* ) # if an import library, we need to obtain dlname if func_win32_import_lib_p "$dlprefile"; then func_tr_sh "$dlprefile" eval "curr_lafile=\$libfile_$func_tr_sh_result" dlprefile_dlbasename="" if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then # Use subshell, to avoid clobbering current variable values dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` if test -n "$dlprefile_dlname" ; then func_basename "$dlprefile_dlname" dlprefile_dlbasename="$func_basename_result" else # no lafile. user explicitly requested -dlpreopen . $sharedlib_from_linklib_cmd "$dlprefile" dlprefile_dlbasename=$sharedlib_from_linklib_result fi fi $opt_dry_run || { if test -n "$dlprefile_dlbasename" ; then eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' else func_warning "Could not compute DLL name from $name" eval '$ECHO ": $name " >> "$nlist"' fi func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" } else # not an import lib $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } fi ;; *) $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } ;; esac done $opt_dry_run || { # Make sure we have at least an empty file. test -f "$nlist" || : > "$nlist" if test -n "$exclude_expsyms"; then $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T $MV "$nlist"T "$nlist" fi # Try sorting and uniquifying the output. if $GREP -v "^: " < "$nlist" | if sort -k 3 /dev/null 2>&1; then sort -k 3 else sort +2 fi | uniq > "$nlist"S; then : else $GREP -v "^: " < "$nlist" > "$nlist"S fi if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' else echo '/* NONE */' >> "$output_objdir/$my_dlsyms" fi echo >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ typedef struct { const char *name; void *address; } lt_dlsymlist; extern LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[]; LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[] = {\ { \"$my_originator\", (void *) 0 }," case $need_lib_prefix in no) eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; *) eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; esac echo >> "$output_objdir/$my_dlsyms" "\ {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt_${my_prefix}_LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif\ " } # !$opt_dry_run pic_flag_for_symtable= case "$compile_command " in *" -static "*) ;; *) case $host in # compiling the symbol table file with pic_flag works around # a FreeBSD bug that causes programs to crash when -lm is # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; *) if test "X$my_pic_p" != Xno; then pic_flag_for_symtable=" $pic_flag" fi ;; esac ;; esac symtab_cflags= for arg in $LTCFLAGS; do case $arg in -pie | -fpie | -fPIE) ;; *) func_append symtab_cflags " $arg" ;; esac done # Now compile the dynamic symbol file. func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' # Clean up the generated files. func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"' # Transform the symbol file into the correct name. symfileobj="$output_objdir/${my_outputname}S.$objext" case $host in *cygwin* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` else compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` fi ;; *) compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` ;; esac ;; *) func_fatal_error "unknown suffix for \`$my_dlsyms'" ;; esac else # We keep going just in case the user didn't refer to # lt_preloaded_symbols. The linker will fail if global_symbol_pipe # really was required. # Nullify the symbol file. compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` fi } # func_win32_libid arg # return the library type of file 'arg' # # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. # Despite the name, also deal with 64 bit binaries. func_win32_libid () { $opt_debug win32_libid_type="unknown" win32_fileres=`file -L $1 2>/dev/null` case $win32_fileres in *ar\ archive\ import\ library*) # definitely import win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then func_to_tool_file "$1" func_convert_file_msys_to_w32 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | $SED -n -e ' 1,100{ / I /{ s,.*,import, p q } }'` case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; esac fi ;; *DLL*) win32_libid_type="x86 DLL" ;; *executable*) # but shell scripts are "executable" too... case $win32_fileres in *MS\ Windows\ PE\ Intel*) win32_libid_type="x86 DLL" ;; esac ;; esac $ECHO "$win32_libid_type" } # func_cygming_dll_for_implib ARG # # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib () { $opt_debug sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` } # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs # # The is the core of a fallback implementation of a # platform-specific function to extract the name of the # DLL associated with the specified import library LIBNAME. # # SECTION_NAME is either .idata$6 or .idata$7, depending # on the platform and compiler that created the implib. # # Echos the name of the DLL associated with the # specified import library. func_cygming_dll_for_implib_fallback_core () { $opt_debug match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` $OBJDUMP -s --section "$1" "$2" 2>/dev/null | $SED '/^Contents of section '"$match_literal"':/{ # Place marker at beginning of archive member dllname section s/.*/====MARK====/ p d } # These lines can sometimes be longer than 43 characters, but # are always uninteresting /:[ ]*file format pe[i]\{,1\}-/d /^In archive [^:]*:/d # Ensure marker is printed /^====MARK====/p # Remove all lines with less than 43 characters /^.\{43\}/!d # From remaining lines, remove first 43 characters s/^.\{43\}//' | $SED -n ' # Join marker and all lines until next marker into a single line /^====MARK====/ b para H $ b para b :para x s/\n//g # Remove the marker s/^====MARK====// # Remove trailing dots and whitespace s/[\. \t]*$// # Print /./p' | # we now have a list, one entry per line, of the stringified # contents of the appropriate section of all members of the # archive which possess that section. Heuristic: eliminate # all those which have a first or second character that is # a '.' (that is, objdump's representation of an unprintable # character.) This should work for all archives with less than # 0x302f exports -- but will fail for DLLs whose name actually # begins with a literal '.' or a single character followed by # a '.'. # # Of those that remain, print the first one. $SED -e '/^\./d;/^.\./d;q' } # func_cygming_gnu_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is a GNU/binutils-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_gnu_implib_p () { $opt_debug func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` test -n "$func_cygming_gnu_implib_tmp" } # func_cygming_ms_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is an MS-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_ms_implib_p () { $opt_debug func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` test -n "$func_cygming_ms_implib_tmp" } # func_cygming_dll_for_implib_fallback ARG # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # # This fallback implementation is for use when $DLLTOOL # does not support the --identify-strict option. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib_fallback () { $opt_debug if func_cygming_gnu_implib_p "$1" ; then # binutils import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` elif func_cygming_ms_implib_p "$1" ; then # ms-generated import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` else # unknown sharedlib_from_linklib_result="" fi } # func_extract_an_archive dir oldlib func_extract_an_archive () { $opt_debug f_ex_an_ar_dir="$1"; shift f_ex_an_ar_oldlib="$1" if test "$lock_old_archive_extraction" = yes; then lockfile=$f_ex_an_ar_oldlib.lock until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done fi func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ 'stat=$?; rm -f "$lockfile"; exit $stat' if test "$lock_old_archive_extraction" = yes; then $opt_dry_run || rm -f "$lockfile" fi if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" fi } # func_extract_archives gentop oldlib ... func_extract_archives () { $opt_debug my_gentop="$1"; shift my_oldlibs=${1+"$@"} my_oldobjs="" my_xlib="" my_xabs="" my_xdir="" for my_xlib in $my_oldlibs; do # Extract the objects. case $my_xlib in [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac func_basename "$my_xlib" my_xlib="$func_basename_result" my_xlib_u=$my_xlib while :; do case " $extracted_archives " in *" $my_xlib_u "*) func_arith $extracted_serial + 1 extracted_serial=$func_arith_result my_xlib_u=lt$extracted_serial-$my_xlib ;; *) break ;; esac done extracted_archives="$extracted_archives $my_xlib_u" my_xdir="$my_gentop/$my_xlib_u" func_mkdir_p "$my_xdir" case $host in *-darwin*) func_verbose "Extracting $my_xabs" # Do not bother doing anything if just a dry run $opt_dry_run || { darwin_orig_dir=`pwd` cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` darwin_base_archive=`basename "$darwin_archive"` darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` if test -n "$darwin_arches"; then darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` darwin_arch= func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" for darwin_arch in $darwin_arches ; do func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" func_extract_an_archive "`pwd`" "${darwin_base_archive}" cd "$darwin_curdir" $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" done # $darwin_arches ## Okay now we've a bunch of thin objects, gotta fatten them up :) darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` $LIPO -create -output "$darwin_file" $darwin_files done # $darwin_filelist $RM -rf unfat-$$ cd "$darwin_orig_dir" else cd $darwin_orig_dir func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches } # !$opt_dry_run ;; *) func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` done func_extract_archives_result="$my_oldobjs" } # func_emit_wrapper [arg=no] # # Emit a libtool wrapper script on stdout. # Don't directly open a file because we may want to # incorporate the script contents within a cygwin/mingw # wrapper executable. Must ONLY be called from within # func_mode_link because it depends on a number of variables # set therein. # # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR # variable will take. If 'yes', then the emitted script # will assume that the directory in which it is stored is # the $objdir directory. This is a cygwin/mingw-specific # behavior. func_emit_wrapper () { func_emit_wrapper_arg1=${1-no} $ECHO "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. # # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='$sed_quote_subst' # Be Bourne compatible if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH relink_command=\"$relink_command\" # This environment variable determines our operation mode. if test \"\$libtool_install_magic\" = \"$magic\"; then # install mode needs the following variables: generated_by_libtool_version='$macro_version' notinst_deplibs='$notinst_deplibs' else # When we are sourced in execute mode, \$file and \$ECHO are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then file=\"\$0\"" qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` $ECHO "\ # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } ECHO=\"$qECHO\" fi # Very basic option parsing. These options are (a) specific to # the libtool wrapper, (b) are identical between the wrapper # /script/ and the wrapper /executable/ which is used only on # windows platforms, and (c) all begin with the string "--lt-" # (application programs are unlikely to have options which match # this pattern). # # There are only two supported options: --lt-debug and # --lt-dump-script. There is, deliberately, no --lt-help. # # The first argument to this parsing function should be the # script's $0 value, followed by "$@". lt_option_debug= func_parse_lt_options () { lt_script_arg0=\$0 shift for lt_opt do case \"\$lt_opt\" in --lt-debug) lt_option_debug=1 ;; --lt-dump-script) lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` cat \"\$lt_dump_D/\$lt_dump_F\" exit 0 ;; --lt-*) \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 exit 1 ;; esac done # Print the debug banner immediately: if test -n \"\$lt_option_debug\"; then echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2 fi } # Used when --lt-debug. Prints its arguments to stdout # (redirection is the responsibility of the caller) func_lt_dump_args () { lt_dump_args_N=1; for lt_arg do \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` done } # Core function for launching the target application func_exec_program_core () { " case $host in # Backslashes separate directories on plain windows *-*-mingw | *-*-os2* | *-cegcc*) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} " ;; *) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir/\$program\" \${1+\"\$@\"} " ;; esac $ECHO "\ \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 exit 1 } # A function to encapsulate launching the target application # Strips options in the --lt-* namespace from \$@ and # launches target application with the remaining arguments. func_exec_program () { case \" \$* \" in *\\ --lt-*) for lt_wr_arg do case \$lt_wr_arg in --lt-*) ;; *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; esac shift done ;; esac func_exec_program_core \${1+\"\$@\"} } # Parse options func_parse_lt_options \"\$0\" \${1+\"\$@\"} # Find the directory that this script lives in. thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` while test -n \"\$file\"; do destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then case \"\$destdir\" in [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; *) thisdir=\"\$thisdir/\$destdir\" ;; esac fi file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` done # Usually 'no', except on cygwin/mingw when embedded into # the cwrapper. WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then # special case for '.' if test \"\$thisdir\" = \".\"; then thisdir=\`pwd\` fi # remove .libs from thisdir case \"\$thisdir\" in *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; $objdir ) thisdir=. ;; esac fi # Try to get the absolute directory name. absdir=\`cd \"\$thisdir\" && pwd\` test -n \"\$absdir\" && thisdir=\"\$absdir\" " if test "$fast_install" = yes; then $ECHO "\ program=lt-'$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" if test ! -d \"\$progdir\"; then $MKDIR \"\$progdir\" else $RM \"\$progdir/\$file\" fi" $ECHO "\ # relink executable if necessary if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else $ECHO \"\$relink_command_output\" >&2 $RM \"\$progdir/\$file\" exit 1 fi fi $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || { $RM \"\$progdir/\$program\"; $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } $RM \"\$progdir/\$file\" fi" else $ECHO "\ program='$outputname' progdir=\"\$thisdir/$objdir\" " fi $ECHO "\ if test -f \"\$progdir/\$program\"; then" # fixup the dll searchpath if we need to. # # Fix the DLL searchpath if we need to. Do this before prepending # to shlibpath, because on Windows, both are PATH and uninstalled # libraries must come first. if test -n "$dllsearchpath"; then $ECHO "\ # Add the dll search path components to the executable PATH PATH=$dllsearchpath:\$PATH " fi # Export our shlibpath_var if we have one. if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $ECHO "\ # Add our own library path to $shlibpath_var $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` export $shlibpath_var " fi $ECHO "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. func_exec_program \${1+\"\$@\"} fi else # The program doesn't exist. \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 exit 1 fi fi\ " } # func_emit_cwrapperexe_src # emit the source code for a wrapper executable on stdout # Must ONLY be called from within func_mode_link because # it depends on a number of variable set therein. func_emit_cwrapperexe_src () { cat < #include #ifdef _MSC_VER # include # include # include #else # include # include # ifdef __CYGWIN__ # include # endif #endif #include #include #include #include #include #include #include #include /* declarations of non-ANSI functions */ #if defined(__MINGW32__) # ifdef __STRICT_ANSI__ int _putenv (const char *); # endif #elif defined(__CYGWIN__) # ifdef __STRICT_ANSI__ char *realpath (const char *, char *); int putenv (char *); int setenv (const char *, const char *, int); # endif /* #elif defined (other platforms) ... */ #endif /* portability defines, excluding path handling macros */ #if defined(_MSC_VER) # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv # define S_IXUSR _S_IEXEC # ifndef _INTPTR_T_DEFINED # define _INTPTR_T_DEFINED # define intptr_t int # endif #elif defined(__MINGW32__) # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv #elif defined(__CYGWIN__) # define HAVE_SETENV # define FOPEN_WB "wb" /* #elif defined (other platforms) ... */ #endif #if defined(PATH_MAX) # define LT_PATHMAX PATH_MAX #elif defined(MAXPATHLEN) # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 #endif #ifndef S_IXOTH # define S_IXOTH 0 #endif #ifndef S_IXGRP # define S_IXGRP 0 #endif /* path handling portability macros */ #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' #endif #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ defined (__OS2__) # define HAVE_DOS_BASED_FILE_SYSTEM # define FOPEN_WB "wb" # ifndef DIR_SEPARATOR_2 # define DIR_SEPARATOR_2 '\\' # endif # ifndef PATH_SEPARATOR_2 # define PATH_SEPARATOR_2 ';' # endif #endif #ifndef DIR_SEPARATOR_2 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) #else /* DIR_SEPARATOR_2 */ # define IS_DIR_SEPARATOR(ch) \ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) #endif /* DIR_SEPARATOR_2 */ #ifndef PATH_SEPARATOR_2 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) #else /* PATH_SEPARATOR_2 */ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ #ifndef FOPEN_WB # define FOPEN_WB "w" #endif #ifndef _O_BINARY # define _O_BINARY 0 #endif #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ if (stale) { free ((void *) stale); stale = 0; } \ } while (0) #if defined(LT_DEBUGWRAPPER) static int lt_debug = 1; #else static int lt_debug = 0; #endif const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ void *xmalloc (size_t num); char *xstrdup (const char *string); const char *base_name (const char *name); char *find_executable (const char *wrapper); char *chase_symlinks (const char *pathspec); int make_executable (const char *path); int check_executable (const char *path); char *strendzap (char *str, const char *pat); void lt_debugprintf (const char *file, int line, const char *fmt, ...); void lt_fatal (const char *file, int line, const char *message, ...); static const char *nonnull (const char *s); static const char *nonempty (const char *s); void lt_setenv (const char *name, const char *value); char *lt_extend_str (const char *orig_value, const char *add, int to_end); void lt_update_exe_path (const char *name, const char *value); void lt_update_lib_path (const char *name, const char *value); char **prepare_spawn (char **argv); void lt_dump_script (FILE *f); EOF cat <= 0) && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) return 1; else return 0; } int make_executable (const char *path) { int rval = 0; struct stat st; lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", nonempty (path)); if ((!path) || (!*path)) return 0; if (stat (path, &st) >= 0) { rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); } return rval; } /* Searches for the full path of the wrapper. Returns newly allocated full path name if found, NULL otherwise Does not chase symlinks, even on platforms that support them. */ char * find_executable (const char *wrapper) { int has_slash = 0; const char *p; const char *p_next; /* static buffer for getcwd */ char tmp[LT_PATHMAX + 1]; int tmp_len; char *concat_name; lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", nonempty (wrapper)); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; /* Absolute path? */ #if defined (HAVE_DOS_BASED_FILE_SYSTEM) if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } else { #endif if (IS_DIR_SEPARATOR (wrapper[0])) { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } #if defined (HAVE_DOS_BASED_FILE_SYSTEM) } #endif for (p = wrapper; *p; p++) if (*p == '/') { has_slash = 1; break; } if (!has_slash) { /* no slashes; search PATH */ const char *path = getenv ("PATH"); if (path != NULL) { for (p = path; *p; p = p_next) { const char *q; size_t p_len; for (q = p; *q; q++) if (IS_PATH_SEPARATOR (*q)) break; p_len = q - p; p_next = (*q == '\0' ? q : q + 1); if (p_len == 0) { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); } else { concat_name = XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, p, p_len); concat_name[p_len] = '/'; strcpy (concat_name + p_len + 1, wrapper); } if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } } /* not found in PATH; assume curdir */ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); return NULL; } char * chase_symlinks (const char *pathspec) { #ifndef S_ISLNK return xstrdup (pathspec); #else char buf[LT_PATHMAX]; struct stat s; char *tmp_pathspec = xstrdup (pathspec); char *p; int has_symlinks = 0; while (strlen (tmp_pathspec) && !has_symlinks) { lt_debugprintf (__FILE__, __LINE__, "checking path component for symlinks: %s\n", tmp_pathspec); if (lstat (tmp_pathspec, &s) == 0) { if (S_ISLNK (s.st_mode) != 0) { has_symlinks = 1; break; } /* search backwards for last DIR_SEPARATOR */ p = tmp_pathspec + strlen (tmp_pathspec) - 1; while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) p--; if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) { /* no more DIR_SEPARATORS left */ break; } *p = '\0'; } else { lt_fatal (__FILE__, __LINE__, "error accessing file \"%s\": %s", tmp_pathspec, nonnull (strerror (errno))); } } XFREE (tmp_pathspec); if (!has_symlinks) { return xstrdup (pathspec); } tmp_pathspec = realpath (pathspec, buf); if (tmp_pathspec == 0) { lt_fatal (__FILE__, __LINE__, "could not follow symlinks for %s", pathspec); } return xstrdup (tmp_pathspec); #endif } char * strendzap (char *str, const char *pat) { size_t len, patlen; assert (str != NULL); assert (pat != NULL); len = strlen (str); patlen = strlen (pat); if (patlen <= len) { str += len - patlen; if (strcmp (str, pat) == 0) *str = '\0'; } return str; } void lt_debugprintf (const char *file, int line, const char *fmt, ...) { va_list args; if (lt_debug) { (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); va_start (args, fmt); (void) vfprintf (stderr, fmt, args); va_end (args); } } static void lt_error_core (int exit_status, const char *file, int line, const char *mode, const char *message, va_list ap) { fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); if (exit_status >= 0) exit (exit_status); } void lt_fatal (const char *file, int line, const char *message, ...) { va_list ap; va_start (ap, message); lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); va_end (ap); } static const char * nonnull (const char *s) { return s ? s : "(null)"; } static const char * nonempty (const char *s) { return (s && !*s) ? "(empty)" : nonnull (s); } void lt_setenv (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_setenv) setting '%s' to '%s'\n", nonnull (name), nonnull (value)); { #ifdef HAVE_SETENV /* always make a copy, for consistency with !HAVE_SETENV */ char *str = xstrdup (value); setenv (name, str, 1); #else int len = strlen (name) + 1 + strlen (value) + 1; char *str = XMALLOC (char, len); sprintf (str, "%s=%s", name, value); if (putenv (str) != EXIT_SUCCESS) { XFREE (str); } #endif } } char * lt_extend_str (const char *orig_value, const char *add, int to_end) { char *new_value; if (orig_value && *orig_value) { int orig_value_len = strlen (orig_value); int add_len = strlen (add); new_value = XMALLOC (char, add_len + orig_value_len + 1); if (to_end) { strcpy (new_value, orig_value); strcpy (new_value + orig_value_len, add); } else { strcpy (new_value, add); strcpy (new_value + add_len, orig_value); } } else { new_value = xstrdup (add); } return new_value; } void lt_update_exe_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); /* some systems can't cope with a ':'-terminated path #' */ int len = strlen (new_value); while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1])) { new_value[len-1] = '\0'; } lt_setenv (name, new_value); XFREE (new_value); } } void lt_update_lib_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); lt_setenv (name, new_value); XFREE (new_value); } } EOF case $host_os in mingw*) cat <<"EOF" /* Prepares an argument vector before calling spawn(). Note that spawn() does not by itself call the command interpreter (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); GetVersionEx(&v); v.dwPlatformId == VER_PLATFORM_WIN32_NT; }) ? "cmd.exe" : "command.com"). Instead it simply concatenates the arguments, separated by ' ', and calls CreateProcess(). We must quote the arguments since Win32 CreateProcess() interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a special way: - Space and tab are interpreted as delimiters. They are not treated as delimiters if they are surrounded by double quotes: "...". - Unescaped double quotes are removed from the input. Their only effect is that within double quotes, space and tab are treated like normal characters. - Backslashes not followed by double quotes are not special. - But 2*n+1 backslashes followed by a double quote become n backslashes followed by a double quote (n >= 0): \" -> " \\\" -> \" \\\\\" -> \\" */ #define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" #define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" char ** prepare_spawn (char **argv) { size_t argc; char **new_argv; size_t i; /* Count number of arguments. */ for (argc = 0; argv[argc] != NULL; argc++) ; /* Allocate new argument vector. */ new_argv = XMALLOC (char *, argc + 1); /* Put quoted arguments into the new argument vector. */ for (i = 0; i < argc; i++) { const char *string = argv[i]; if (string[0] == '\0') new_argv[i] = xstrdup ("\"\""); else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) { int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); size_t length; unsigned int backslashes; const char *s; char *quoted_string; char *p; length = 0; backslashes = 0; if (quote_around) length++; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') length += backslashes + 1; length++; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) length += backslashes + 1; quoted_string = XMALLOC (char, length + 1); p = quoted_string; backslashes = 0; if (quote_around) *p++ = '"'; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') { unsigned int j; for (j = backslashes + 1; j > 0; j--) *p++ = '\\'; } *p++ = c; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) { unsigned int j; for (j = backslashes; j > 0; j--) *p++ = '\\'; *p++ = '"'; } *p = '\0'; new_argv[i] = quoted_string; } else new_argv[i] = (char *) string; } new_argv[argc] = NULL; return new_argv; } EOF ;; esac cat <<"EOF" void lt_dump_script (FILE* f) { EOF func_emit_wrapper yes | $SED -n -e ' s/^\(.\{79\}\)\(..*\)/\1\ \2/ h s/\([\\"]\)/\\\1/g s/$/\\n/ s/\([^\n]*\).*/ fputs ("\1", f);/p g D' cat <<"EOF" } EOF } # end: func_emit_cwrapperexe_src # func_win32_import_lib_p ARG # True if ARG is an import lib, as indicated by $file_magic_cmd func_win32_import_lib_p () { $opt_debug case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in *import*) : ;; *) false ;; esac } # func_mode_link arg... func_mode_link () { $opt_debug case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out # which system we are compiling for in order to pass an extra # flag for every libtool invocation. # allow_undefined=no # FIXME: Unfortunately, there are problems with the above when trying # to make a dll which has undefined symbols, in which case not # even a static library is built. For now, we need to specify # -no-undefined on the libtool link line when we can be certain # that all symbols are satisfied, otherwise we get a static library. allow_undefined=yes ;; *) allow_undefined=yes ;; esac libtool_args=$nonopt base_compile="$nonopt $@" compile_command=$nonopt finalize_command=$nonopt compile_rpath= finalize_rpath= compile_shlibpath= finalize_shlibpath= convenience= old_convenience= deplibs= old_deplibs= compiler_flags= linker_flags= dllsearchpath= lib_search_path=`pwd` inst_prefix_dir= new_inherited_linker_flags= avoid_version=no bindir= dlfiles= dlprefiles= dlself=no export_dynamic=no export_symbols= export_symbols_regex= generated= libobjs= ltlibs= module=no no_install=no objs= non_pic_objects= precious_files_regex= prefer_static_libs=no preload=no prev= prevarg= release= rpath= xrpath= perm_rpath= temp_rpath= thread_safe=no vinfo= vinfo_number=no weak_libs= single_module="${wl}-single_module" func_infer_tag $base_compile # We need to know -static, to get the right output filenames. for arg do case $arg in -shared) test "$build_libtool_libs" != yes && \ func_fatal_configuration "can not build a shared library" build_old_libs=no break ;; -all-static | -static | -static-libtool-libs) case $arg in -all-static) if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then func_warning "complete static linking is impossible in this configuration" fi if test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; -static) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=built ;; -static-libtool-libs) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; esac build_libtool_libs=no build_old_libs=yes break ;; esac done # See if our shared archives depend on static archives. test -n "$old_archive_from_new_cmds" && build_old_libs=yes # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do arg="$1" shift func_quote_for_eval "$arg" qarg=$func_quote_for_eval_unquoted_result func_append libtool_args " $func_quote_for_eval_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) func_append compile_command " @OUTPUT@" func_append finalize_command " @OUTPUT@" ;; esac case $prev in bindir) bindir="$arg" prev= continue ;; dlfiles|dlprefiles) if test "$preload" = no; then # Add the symbol object into the linking commands. func_append compile_command " @SYMFILE@" func_append finalize_command " @SYMFILE@" preload=yes fi case $arg in *.la | *.lo) ;; # We handle these cases below. force) if test "$dlself" = no; then dlself=needless export_dynamic=yes fi prev= continue ;; self) if test "$prev" = dlprefiles; then dlself=yes elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then dlself=yes else dlself=needless export_dynamic=yes fi prev= continue ;; *) if test "$prev" = dlfiles; then func_append dlfiles " $arg" else func_append dlprefiles " $arg" fi prev= continue ;; esac ;; expsyms) export_symbols="$arg" test -f "$arg" \ || func_fatal_error "symbol file \`$arg' does not exist" prev= continue ;; expsyms_regex) export_symbols_regex="$arg" prev= continue ;; framework) case $host in *-*-darwin*) case "$deplibs " in *" $qarg.ltframework "*) ;; *) func_append deplibs " $qarg.ltframework" # this is fixed later ;; esac ;; esac prev= continue ;; inst_prefix) inst_prefix_dir="$arg" prev= continue ;; objectlist) if test -f "$arg"; then save_arg=$arg moreargs= for fil in `cat "$save_arg"` do # func_append moreargs " $fil" arg=$fil # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test "$pic_object" = none && test "$non_pic_object" = none; then func_fatal_error "cannot find name of object for \`$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "\`$arg' is not a valid libtool object" fi fi done else func_fatal_error "link input file \`$arg' does not exist" fi arg=$save_arg prev= continue ;; precious_regex) precious_files_regex="$arg" prev= continue ;; release) release="-$arg" prev= continue ;; rpath | xrpath) # We need an absolute path. case $arg in [\\/]* | [A-Za-z]:[\\/]*) ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac if test "$prev" = rpath; then case "$rpath " in *" $arg "*) ;; *) func_append rpath " $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; *) func_append xrpath " $arg" ;; esac fi prev= continue ;; shrext) shrext_cmds="$arg" prev= continue ;; weak) func_append weak_libs " $arg" prev= continue ;; xcclinker) func_append linker_flags " $qarg" func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xcompiler) func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xlinker) func_append linker_flags " $qarg" func_append compiler_flags " $wl$qarg" prev= func_append compile_command " $wl$qarg" func_append finalize_command " $wl$qarg" continue ;; *) eval "$prev=\"\$arg\"" prev= continue ;; esac fi # test -n "$prev" prevarg="$arg" case $arg in -all-static) if test -n "$link_static_flag"; then # See comment for -static flag below, for more details. func_append compile_command " $link_static_flag" func_append finalize_command " $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. func_fatal_error "\`-allow-undefined' must not be used because it is the default" ;; -avoid-version) avoid_version=yes continue ;; -bindir) prev=bindir continue ;; -dlopen) prev=dlfiles continue ;; -dlpreopen) prev=dlprefiles continue ;; -export-dynamic) export_dynamic=yes continue ;; -export-symbols | -export-symbols-regex) if test -n "$export_symbols" || test -n "$export_symbols_regex"; then func_fatal_error "more than one -exported-symbols argument is not allowed" fi if test "X$arg" = "X-export-symbols"; then prev=expsyms else prev=expsyms_regex fi continue ;; -framework) prev=framework continue ;; -inst-prefix-dir) prev=inst_prefix continue ;; # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* # so, if we see these flags be careful not to treat them like -L -L[A-Z][A-Z]*:*) case $with_gcc/$host in no/*-*-irix* | /*-*-irix*) func_append compile_command " $arg" func_append finalize_command " $arg" ;; esac continue ;; -L*) func_stripname "-L" '' "$arg" if test -z "$func_stripname_result"; then if test "$#" -gt 0; then func_fatal_error "require no space between \`-L' and \`$1'" else func_fatal_error "need path for \`-L' option" fi fi func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) absdir=`cd "$dir" && pwd` test -z "$absdir" && \ func_fatal_error "cannot determine absolute directory name of \`$dir'" dir="$absdir" ;; esac case "$deplibs " in *" -L$dir "* | *" $arg "*) # Will only happen for absolute or sysroot arguments ;; *) # Preserve sysroot, but never include relative directories case $dir in [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; *) func_append deplibs " -L$dir" ;; esac func_append lib_search_path " $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; *) func_append dllsearchpath ":$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac continue ;; -l*) if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) # These systems don't actually have a C or math library (as such) continue ;; *-*-os2*) # These systems don't actually have a C library (as such) test "X$arg" = "X-lc" && continue ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework func_append deplibs " System.ltframework" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype test "X$arg" = "X-lc" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work test "X$arg" = "X-lc" && continue ;; esac elif test "X$arg" = "X-lc_r"; then case $host in *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi func_append deplibs " $arg" continue ;; -module) module=yes continue ;; # Tru64 UNIX uses -model [arg] to determine the layout of C++ # classes, name mangling, and exception handling. # Darwin uses the -arch flag to determine output architecture. -model|-arch|-isysroot|--sysroot) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" prev=xcompiler continue ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case "$new_inherited_linker_flags " in *" $arg "*) ;; * ) func_append new_inherited_linker_flags " $arg" ;; esac continue ;; -multi_module) single_module="${wl}-multi_module" continue ;; -no-fast-install) fast_install=no continue ;; -no-install) case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. func_warning "\`-no-install' is ignored for $host" func_warning "assuming \`-no-fast-install' instead" fast_install=no ;; *) no_install=yes ;; esac continue ;; -no-undefined) allow_undefined=no continue ;; -objectlist) prev=objectlist continue ;; -o) prev=output ;; -precious-files-regex) prev=precious_regex continue ;; -release) prev=release continue ;; -rpath) prev=rpath continue ;; -R) prev=xrpath continue ;; -R*) func_stripname '-R' '' "$arg" dir=$func_stripname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; =*) func_stripname '=' '' "$dir" dir=$lt_sysroot$func_stripname_result ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac continue ;; -shared) # The effects of -shared are defined in a previous loop. continue ;; -shrext) prev=shrext continue ;; -static | -static-libtool-libs) # The effects of -static are defined in a previous loop. # We used to do the same as -all-static on platforms that # didn't have a PIC flag, but the assumption that the effects # would be equivalent was wrong. It would break on at least # Digital Unix and AIX. continue ;; -thread-safe) thread_safe=yes continue ;; -version-info) prev=vinfo continue ;; -version-number) prev=vinfo vinfo_number=yes continue ;; -weak) prev=weak continue ;; -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" func_append arg " $func_quote_for_eval_result" func_append compiler_flags " $func_quote_for_eval_result" done IFS="$save_ifs" func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Wl,*) func_stripname '-Wl,' '' "$arg" args=$func_stripname_result arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" func_append arg " $wl$func_quote_for_eval_result" func_append compiler_flags " $wl$func_quote_for_eval_result" func_append linker_flags " $func_quote_for_eval_result" done IFS="$save_ifs" func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Xcompiler) prev=xcompiler continue ;; -Xlinker) prev=xlinker continue ;; -XCClinker) prev=xcclinker continue ;; # -msg_* for osf cc -msg_*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; # Flags to be passed through unchanged, with rationale: # -64, -mips[0-9] enable 64-bit mode for the SGI compiler # -r[0-9][0-9]* specify processor for the SGI compiler # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler # +DA*, +DD* enable 64-bit mode for the HP compiler # -q* compiler args for the IBM compiler # -m*, -t[45]*, -txscale* architecture-specific flags for GCC # -F/path path to uninstalled frameworks, gcc on darwin # -p, -pg, --coverage, -fprofile-* profiling flags for GCC # @file GCC response files # -tp=* Portland pgcc target processor selection # --sysroot=* for sysroot support # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-flto*|-fwhopr*|-fuse-linker-plugin) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" func_append compile_command " $arg" func_append finalize_command " $arg" func_append compiler_flags " $arg" continue ;; # Some other compiler flag. -* | +*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; *.$objext) # A standard object. func_append objs " $arg" ;; *.lo) # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test "$pic_object" = none && test "$non_pic_object" = none; then func_fatal_error "cannot find name of object for \`$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "\`$arg' is not a valid libtool object" fi fi ;; *.$libext) # An archive. func_append deplibs " $arg" func_append old_deplibs " $arg" continue ;; *.la) # A libtool-controlled library. func_resolve_sysroot "$arg" if test "$prev" = dlfiles; then # This library was specified with -dlopen. func_append dlfiles " $func_resolve_sysroot_result" prev= elif test "$prev" = dlprefiles; then # The library was specified with -dlpreopen. func_append dlprefiles " $func_resolve_sysroot_result" prev= else func_append deplibs " $func_resolve_sysroot_result" fi continue ;; # Some other compiler argument. *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then func_append compile_command " $arg" func_append finalize_command " $arg" fi done # argument parsing loop test -n "$prev" && \ func_fatal_help "the \`$prevarg' option requires an argument" if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" func_append compile_command " $arg" func_append finalize_command " $arg" fi oldlibs= # calculate the name of the file, without its directory func_basename "$output" outputname="$func_basename_result" libobjs_save="$libobjs" if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" func_dirname "$output" "/" "" output_objdir="$func_dirname_result$objdir" func_to_tool_file "$output_objdir/" tool_output_objdir=$func_to_tool_file_result # Create the object directory. func_mkdir_p "$output_objdir" # Determine the type of output case $output in "") func_fatal_help "you must specify an output file" ;; *.$libext) linkmode=oldlib ;; *.lo | *.$objext) linkmode=obj ;; *.la) linkmode=lib ;; *) linkmode=prog ;; # Anything else should be a program. esac specialdeplibs= libs= # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do if $opt_preserve_dup_deps ; then case "$libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append libs " $deplib" done if test "$linkmode" = lib; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps # $postdeps and mark them as special (i.e., whose duplicates are # not to be eliminated). pre_post_deps= if $opt_duplicate_compiler_generated_deps; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; esac func_append pre_post_deps " $pre_post_dep" done fi pre_post_deps= fi deplibs= newdependency_libs= newlib_search_path= need_relink=no # whether we're linking any uninstalled libtool libraries notinst_deplibs= # not-installed libtool libraries notinst_path= # paths that contain not-installed libtool libraries case $linkmode in lib) passes="conv dlpreopen link" for file in $dlfiles $dlprefiles; do case $file in *.la) ;; *) func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" ;; esac done ;; prog) compile_deplibs= finalize_deplibs= alldeplibs=no newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" ;; *) passes="conv" ;; esac for pass in $passes; do # The preopen pass in lib mode reverses $deplibs; put it back here # so that -L comes before libs that need it for instance... if test "$linkmode,$pass" = "lib,link"; then ## FIXME: Find the place where the list is rebuilt in the wrong ## order, and fix it there properly tmp_deplibs= for deplib in $deplibs; do tmp_deplibs="$deplib $tmp_deplibs" done deplibs="$tmp_deplibs" fi if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan"; then libs="$deplibs" deplibs= fi if test "$linkmode" = prog; then case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi if test "$linkmode,$pass" = "lib,dlpreopen"; then # Collect and forward deplibs of preopened libtool libs for lib in $dlprefiles; do # Ignore non-libtool-libs dependency_libs= func_resolve_sysroot "$lib" case $lib in *.la) func_source "$func_resolve_sysroot_result" ;; esac # Collect preopened libtool deplibs, except any this library # has declared as weak libs for deplib in $dependency_libs; do func_basename "$deplib" deplib_base=$func_basename_result case " $weak_libs " in *" $deplib_base "*) ;; *) func_append deplibs " $deplib" ;; esac done done libs="$dlprefiles" fi if test "$pass" = dlopen; then # Collect dlpreopened libraries save_deplibs="$deplibs" deplibs= fi for deplib in $libs; do lib= found=no case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append compiler_flags " $deplib" if test "$linkmode" = lib ; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -l*) if test "$linkmode" != lib && test "$linkmode" != prog; then func_warning "\`-l' is ignored for archives/objects" continue fi func_stripname '-l' '' "$deplib" name=$func_stripname_result if test "$linkmode" = lib; then searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" else searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" fi for searchdir in $searchdirs; do for search_ext in .la $std_shrext .so .a; do # Search the libtool library lib="$searchdir/lib${name}${search_ext}" if test -f "$lib"; then if test "$search_ext" = ".la"; then found=yes else found=no fi break 2 fi done done if test "$found" != yes; then # deplib doesn't seem to be a libtool library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue else # deplib is a libtool library # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, # We need to do some special things here, and not later. if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $deplib "*) if func_lalib_p "$lib"; then library_names= old_library= func_source "$lib" for l in $old_library $library_names; do ll="$l" done if test "X$ll" = "X$old_library" ; then # only static version available found=no func_dirname "$lib" "" "." ladir="$func_dirname_result" lib=$ladir/$old_library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue fi fi ;; *) ;; esac fi fi ;; # -l *.ltframework) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" if test "$linkmode" = lib ; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -L*) case $linkmode in lib) deplibs="$deplib $deplibs" test "$pass" = conv && continue newdependency_libs="$deplib $newdependency_libs" func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; prog) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi if test "$pass" = scan; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; *) func_warning "\`-L' is ignored for archives/objects" ;; esac # linkmode continue ;; # -L -R*) if test "$pass" = link; then func_stripname '-R' '' "$deplib" func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; *.la) func_resolve_sysroot "$deplib" lib=$func_resolve_sysroot_result ;; *.$libext) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi case $linkmode in lib) # Linking convenience modules into shared libraries is allowed, # but linking other static libraries is non-portable. case " $dlpreconveniencelibs " in *" $deplib "*) ;; *) valid_a_lib=no case $deplibs_check_method in match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=yes fi ;; pass_all) valid_a_lib=yes ;; esac if test "$valid_a_lib" != yes; then echo $ECHO "*** Warning: Trying to link with static lib archive $deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because the file extensions .$libext of this argument makes me believe" echo "*** that it is just a static archive that I should not use here." else echo $ECHO "*** Warning: Linking the shared library $output against the" $ECHO "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" fi ;; esac continue ;; prog) if test "$pass" != link; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi continue ;; esac # linkmode ;; # *.$libext *.lo | *.$objext) if test "$pass" = conv; then deplibs="$deplib $deplibs" elif test "$linkmode" = prog; then if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlopen support or we're linking statically, # we need to preload. func_append newdlprefiles " $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append newdlfiles " $deplib" fi fi continue ;; %DEPLIBS%) alldeplibs=yes continue ;; esac # case $deplib if test "$found" = yes || test -f "$lib"; then : else func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" fi # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$lib" \ || func_fatal_error "\`$lib' is not a valid libtool archive" func_dirname "$lib" "" "." ladir="$func_dirname_result" dlname= dlopen= dlpreopen= libdir= library_names= old_library= inherited_linker_flags= # If the library was installed with an old release of libtool, # it will not redefine variables installed, or shouldnotlink installed=yes shouldnotlink=no avoidtemprpath= # Read the .la file func_source "$lib" # Convert "-framework foo" to "foo.ltframework" if test -n "$inherited_linker_flags"; then tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do case " $new_inherited_linker_flags " in *" $tmp_inherited_linker_flag "*) ;; *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; esac done fi dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan" || { test "$linkmode" != prog && test "$linkmode" != lib; }; then test -n "$dlopen" && func_append dlfiles " $dlopen" test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" fi if test "$pass" = conv; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then func_fatal_error "cannot find name of link library for \`$lib'" fi # It is a libtool convenience library, so add in its objects. func_append convenience " $ladir/$objdir/$old_library" func_append old_convenience " $ladir/$objdir/$old_library" elif test "$linkmode" != prog && test "$linkmode" != lib; then func_fatal_error "\`$lib' is not a convenience library" fi tmp_libs= for deplib in $dependency_libs; do deplibs="$deplib $deplibs" if $opt_preserve_dup_deps ; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done continue fi # $pass = conv # Get the name of the library we link against. linklib= if test -n "$old_library" && { test "$prefer_static_libs" = yes || test "$prefer_static_libs,$installed" = "built,no"; }; then linklib=$old_library else for l in $old_library $library_names; do linklib="$l" done fi if test -z "$linklib"; then func_fatal_error "cannot find name of link library for \`$lib'" fi # This library was specified with -dlopen. if test "$pass" = dlopen; then if test -z "$libdir"; then func_fatal_error "cannot -dlopen a convenience library: \`$lib'" fi if test -z "$dlname" || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlname, no dlopen support or we're linking # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. func_append dlprefiles " $lib $dependency_libs" else func_append newdlfiles " $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; *) abs_ladir=`cd "$ladir" && pwd` if test -z "$abs_ladir"; then func_warning "cannot determine absolute directory name of \`$ladir'" func_warning "passing it literally to the linker, although it might fail" abs_ladir="$ladir" fi ;; esac func_basename "$lib" laname="$func_basename_result" # Find the relevant object directory and library name. if test "X$installed" = Xyes; then if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then func_warning "library \`$lib' was moved." dir="$ladir" absdir="$abs_ladir" libdir="$abs_ladir" else dir="$lt_sysroot$libdir" absdir="$lt_sysroot$libdir" fi test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then dir="$ladir" absdir="$abs_ladir" # Remove this search path later func_append notinst_path " $abs_ladir" else dir="$ladir/$objdir" absdir="$abs_ladir/$objdir" # Remove this search path later func_append notinst_path " $abs_ladir" fi fi # $installed = yes func_stripname 'lib' '.la' "$laname" name=$func_stripname_result # This library was specified with -dlpreopen. if test "$pass" = dlpreopen; then if test -z "$libdir" && test "$linkmode" = prog; then func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" fi case "$host" in # special handling for platforms with PE-DLLs. *cygwin* | *mingw* | *cegcc* ) # Linker will automatically link against shared library if both # static and shared are present. Therefore, ensure we extract # symbols from the import library if a shared library is present # (otherwise, the dlopen module name will be incorrect). We do # this by putting the import library name into $newdlprefiles. # We recover the dlopen module name by 'saving' the la file # name in a special purpose variable, and (later) extracting the # dlname from the la file. if test -n "$dlname"; then func_tr_sh "$dir/$linklib" eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" func_append newdlprefiles " $dir/$linklib" else func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" fi ;; * ) # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then func_append newdlprefiles " $dir/$dlname" else func_append newdlprefiles " $dir/$linklib" fi ;; esac fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library if test "$linkmode" = lib; then deplibs="$dir/$old_library $deplibs" elif test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else deplibs="$lib $deplibs" # used for prog,scan pass fi continue fi if test "$linkmode" = prog && test "$pass" != link; then func_append newlib_search_path " $ladir" deplibs="$lib $deplibs" linkalldeplibs=no if test "$link_all_deplibs" != no || test -z "$library_names" || test "$build_libtool_libs" = no; then linkalldeplibs=yes fi tmp_libs= for deplib in $dependency_libs; do case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; esac # Need to link against all dependency_libs? if test "$linkalldeplibs" = yes; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi if $opt_preserve_dup_deps ; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done # for deplib continue fi # $linkmode = prog... if test "$linkmode,$pass" = "prog,link"; then if test -n "$library_names" && { { test "$prefer_static_libs" = no || test "$prefer_static_libs,$installed" = "built,yes"; } || test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then # Make sure the rpath contains only unique directories. case "$temp_rpath:" in *"$absdir:"*) ;; *) func_append temp_rpath "$absdir:" ;; esac fi # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi # $linkmode,$pass = prog,link... if test "$alldeplibs" = yes && { test "$deplibs_check_method" = pass_all || { test "$build_libtool_libs" = yes && test -n "$library_names"; }; }; then # We only need to search for static libraries continue fi fi link_static=no # Whether the deplib will be linked statically use_static_libs=$prefer_static_libs if test "$use_static_libs" = built && test "$installed" = yes; then use_static_libs=no fi if test -n "$library_names" && { test "$use_static_libs" = no || test -z "$old_library"; }; then case $host in *cygwin* | *mingw* | *cegcc*) # No point in relinking DLLs because paths are not encoded func_append notinst_deplibs " $lib" need_relink=no ;; *) if test "$installed" = no; then func_append notinst_deplibs " $lib" need_relink=yes fi ;; esac # This is a shared library # Warn about portability, can't link against -module's on some # systems (darwin). Don't bleat about dlopened modules though! dlopenmodule="" for dlpremoduletest in $dlprefiles; do if test "X$dlpremoduletest" = "X$lib"; then dlopenmodule="$dlpremoduletest" break fi done if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then echo if test "$linkmode" = prog; then $ECHO "*** Warning: Linking the executable $output against the loadable module" else $ECHO "*** Warning: Linking the shared library $output against the loadable module" fi $ECHO "*** $linklib is not portable!" fi if test "$linkmode" = lib && test "$hardcode_into_libs" = yes; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi if test -n "$old_archive_from_expsyms_cmds"; then # figure out the soname set dummy $library_names shift realname="$1" shift libname=`eval "\\$ECHO \"$libname_spec\""` # use dlname if we got it. it's perfectly good, no? if test -n "$dlname"; then soname="$dlname" elif test -n "$soname_spec"; then # bleh windows case $host in *cygwin* | mingw* | *cegcc*) func_arith $current - $age major=$func_arith_result versuffix="-$major" ;; esac eval soname=\"$soname_spec\" else soname="$realname" fi # Make a new name for the extract_expsyms_cmds to use soroot="$soname" func_basename "$soroot" soname="$func_basename_result" func_stripname 'lib' '.dll' "$soname" newlib=libimp-$func_stripname_result.a # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else func_verbose "extracting exported symbol list from \`$soname'" func_execute_cmds "$extract_expsyms_cmds" 'exit $?' fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else func_verbose "generating import library for \`$soname'" func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' fi # make sure the library variables are pointing to the new library dir=$output_objdir linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" if test "$linkmode" = prog || test "$opt_mode" != relink; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) if test "$hardcode_direct" = no; then add="$dir/$linklib" case $host in *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; *-*-sysv4*uw2*) add_dir="-L$dir" ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ *-*-unixware7*) add_dir="-L$dir" ;; *-*-darwin* ) # if the lib is a (non-dlopened) module then we can not # link against it, someone is ignoring the earlier warnings if /usr/bin/file -L $add 2> /dev/null | $GREP ": [^:]* bundle" >/dev/null ; then if test "X$dlopenmodule" != "X$lib"; then $ECHO "*** Warning: lib $linklib is a module, not a shared library" if test -z "$old_library" ; then echo echo "*** And there doesn't seem to be a static archive available" echo "*** The link will probably fail, sorry" else add="$dir/$old_library" fi elif test -n "$old_library"; then add="$dir/$old_library" fi fi esac elif test "$hardcode_minus_L" = no; then case $host in *-*-sunos*) add_shlibpath="$dir" ;; esac add_dir="-L$dir" add="-l$name" elif test "$hardcode_shlibpath_var" = no; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; relink) if test "$hardcode_direct" = yes && test "$hardcode_direct_absolute" = no; then add="$dir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$absdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; *) lib_linked=no ;; esac if test "$lib_linked" != yes; then func_fatal_configuration "unsupported hardcode properties" fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; *) func_append compile_shlibpath "$add_shlibpath:" ;; esac fi if test "$linkmode" = prog; then test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" test -n "$add" && compile_deplibs="$add $compile_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" if test "$hardcode_direct" != yes && test "$hardcode_minus_L" != yes && test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac fi fi fi if test "$linkmode" = prog || test "$opt_mode" = relink; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. if test "$hardcode_direct" = yes && test "$hardcode_direct_absolute" = no; then add="$libdir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$libdir" add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac add="-l$name" elif test "$hardcode_automatic" = yes; then if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib" ; then add="$inst_prefix_dir$libdir/$linklib" else add="$libdir/$linklib" fi else # We cannot seem to hardcode it, guess we'll fake it. add_dir="-L$libdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" fi if test "$linkmode" = prog; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" fi fi elif test "$linkmode" = prog; then # Here we assume that one of hardcode_direct or hardcode_minus_L # is not unsupported. This is valid on all known static and # shared platforms. if test "$hardcode_direct" != unsupported; then test -n "$old_library" && linklib="$old_library" compile_deplibs="$dir/$linklib $compile_deplibs" finalize_deplibs="$dir/$linklib $finalize_deplibs" else compile_deplibs="-l$name -L$dir $compile_deplibs" finalize_deplibs="-l$name -L$dir $finalize_deplibs" fi elif test "$build_libtool_libs" = yes; then # Not a shared library if test "$deplibs_check_method" != pass_all; then # We're trying link a shared library against a static one # but the system doesn't support it. # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. echo $ECHO "*** Warning: This system can not link to static lib archive $lib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have." if test "$module" = yes; then echo "*** But as you try to build a module library, libtool will still create " echo "*** a static module, that should work as long as the dlopening application" echo "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using \`nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi else deplibs="$dir/$old_library $deplibs" link_static=yes fi fi # link shared/static library? if test "$linkmode" = lib; then if test -n "$dependency_libs" && { test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes || test "$link_static" = yes; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do case $libdir in -R*) func_stripname '-R' '' "$libdir" temp_xrpath=$func_stripname_result case " $xrpath " in *" $temp_xrpath "*) ;; *) func_append xrpath " $temp_xrpath";; esac;; *) func_append temp_deplibs " $libdir";; esac done dependency_libs="$temp_deplibs" fi func_append newlib_search_path " $absdir" # Link against this library test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result";; *) func_resolve_sysroot "$deplib" ;; esac if $opt_preserve_dup_deps ; then case "$tmp_libs " in *" $func_resolve_sysroot_result "*) func_append specialdeplibs " $func_resolve_sysroot_result" ;; esac fi func_append tmp_libs " $func_resolve_sysroot_result" done if test "$link_all_deplibs" != no; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do path= case $deplib in -L*) path="$deplib" ;; *.la) func_resolve_sysroot "$deplib" deplib=$func_resolve_sysroot_result func_dirname "$deplib" "" "." dir=$func_dirname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then func_warning "cannot determine absolute directory name of \`$dir'" absdir="$dir" fi ;; esac if $GREP "^installed=no" $deplib > /dev/null; then case $host in *-*-darwin*) depdepl= eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` if test -n "$deplibrary_names" ; then for tmp in $deplibrary_names ; do depdepl=$tmp done if test -f "$absdir/$objdir/$depdepl" ; then depdepl="$absdir/$objdir/$depdepl" darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` if test -z "$darwin_install_name"; then darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fi func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}" path= fi fi ;; *) path="-L$absdir/$objdir" ;; esac else eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" test "$absdir" != "$libdir" && \ func_warning "\`$deplib' seems to be moved" path="-L$absdir" fi ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$path $deplibs" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs if test "$pass" = link; then if test "$linkmode" = "prog"; then compile_deplibs="$new_inherited_linker_flags $compile_deplibs" finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" else compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi dependency_libs="$newdependency_libs" if test "$pass" = dlpreopen; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi if test "$pass" != dlopen; then if test "$pass" != conv; then # Make sure lib_search_path contains only unique directories. lib_search_path= for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; *) func_append lib_search_path " $dir" ;; esac done newlib_search_path= fi if test "$linkmode,$pass" != "prog,link"; then vars="deplibs" else vars="compile_deplibs finalize_deplibs" fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order eval tmp_libs=\"\$$var\" new_libs= for deplib in $tmp_libs; do # FIXME: Pedantically, this is the right thing to do, so # that some nasty dependency loop isn't accidentally # broken: #new_libs="$deplib $new_libs" # Pragmatically, this seems to cause very few problems in # practice: case $deplib in -L*) new_libs="$deplib $new_libs" ;; -R*) ;; *) # And here is the reason: when a library appears more # than once as an explicit dependence of a library, or # is implicitly linked in more than once by the # compiler, it is considered special, and multiple # occurrences thereof are not removed. Compare this # with having the same library being listed as a # dependency of multiple other libraries: in this case, # we know (pedantically, we assume) the library does not # need to be listed more than once, so we keep only the # last copy. This is not always right, but it is rare # enough that we require users that really mean to play # such unportable linking tricks to link the library # using -Wl,-lname, so that libtool does not consider it # for duplicate removal. case " $specialdeplibs " in *" $deplib "*) new_libs="$deplib $new_libs" ;; *) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$deplib $new_libs" ;; esac ;; esac ;; esac done tmp_libs= for deplib in $new_libs; do case $deplib in -L*) case " $tmp_libs " in *" $deplib "*) ;; *) func_append tmp_libs " $deplib" ;; esac ;; *) func_append tmp_libs " $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= for i in $dependency_libs ; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) i="" ;; esac if test -n "$i" ; then func_append tmp_libs " $i" fi done dependency_libs=$tmp_libs done # for pass if test "$linkmode" = prog; then dlfiles="$newdlfiles" fi if test "$linkmode" = prog || test "$linkmode" = lib; then dlprefiles="$newdlprefiles" fi case $linkmode in oldlib) if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then func_warning "\`-dlopen' is ignored for archives" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "\`-l' and \`-L' are ignored for archives" ;; esac test -n "$rpath" && \ func_warning "\`-rpath' is ignored for archives" test -n "$xrpath" && \ func_warning "\`-R' is ignored for archives" test -n "$vinfo" && \ func_warning "\`-version-info/-version-number' is ignored for archives" test -n "$release" && \ func_warning "\`-release' is ignored for archives" test -n "$export_symbols$export_symbols_regex" && \ func_warning "\`-export-symbols' is ignored for archives" # Now set the variables for building old libraries. build_libtool_libs=no oldlibs="$output" func_append objs "$old_deplibs" ;; lib) # Make sure we only generate libraries of the form `libNAME.la'. case $outputname in lib*) func_stripname 'lib' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" ;; *) test "$module" = no && \ func_fatal_help "libtool library \`$output' must begin with \`lib'" if test "$need_lib_prefix" != no; then # Add the "lib" prefix for modules if required func_stripname '' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" else func_stripname '' '.la' "$outputname" libname=$func_stripname_result fi ;; esac if test -n "$objs"; then if test "$deplibs_check_method" != pass_all; then func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" else echo $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" func_append libobjs " $objs" fi fi test "$dlself" != no && \ func_warning "\`-dlopen self' is ignored for libtool libraries" set dummy $rpath shift test "$#" -gt 1 && \ func_warning "ignoring multiple \`-rpath's for a libtool library" install_libdir="$1" oldlibs= if test -z "$rpath"; then if test "$build_libtool_libs" = yes; then # Building a libtool convenience library. # Some compilers have problems with a `.al' extension so # convenience libraries should have the same extension an # archive normally would. oldlibs="$output_objdir/$libname.$libext $oldlibs" build_libtool_libs=convenience build_old_libs=yes fi test -n "$vinfo" && \ func_warning "\`-version-info/-version-number' is ignored for convenience libraries" test -n "$release" && \ func_warning "\`-release' is ignored for convenience libraries" else # Parse the version information argument. save_ifs="$IFS"; IFS=':' set dummy $vinfo 0 0 0 shift IFS="$save_ifs" test -n "$7" && \ func_fatal_help "too many parameters to \`-version-info'" # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts # to make the code below a bit more comprehensible case $vinfo_number in yes) number_major="$1" number_minor="$2" number_revision="$3" # # There are really only two kinds -- those that # use the current revision as the major version # and those that subtract age and use age as # a minor version. But, then there is irix # which has an extra 1 added just for fun # case $version_type in # correct linux to gnu/linux during the next big refactor darwin|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result age="$number_minor" revision="$number_revision" ;; freebsd-aout|freebsd-elf|qnx|sunos) current="$number_major" revision="$number_minor" age="0" ;; irix|nonstopux) func_arith $number_major + $number_minor current=$func_arith_result age="$number_minor" revision="$number_minor" lt_irix_increment=no ;; esac ;; no) current="$1" revision="$2" age="$3" ;; esac # Check that each of the things are valid numbers. case $current in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "CURRENT \`$current' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac case $revision in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "REVISION \`$revision' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac case $age in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "AGE \`$age' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac if test "$age" -gt "$current"; then func_error "AGE \`$age' is greater than the current interface number \`$current'" func_fatal_error "\`$vinfo' is not valid version information" fi # Calculate the version variables. major= versuffix= verstring= case $version_type in none) ;; darwin) # Like Linux, but with the current version available in # verstring for coding it into the library header func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" # Darwin ld doesn't like 0 for these options... func_arith $current + 1 minor_current=$func_arith_result xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; freebsd-aout) major=".$current" versuffix=".$current.$revision"; ;; freebsd-elf) major=".$current" versuffix=".$current" ;; irix | nonstopux) if test "X$lt_irix_increment" = "Xno"; then func_arith $current - $age else func_arith $current - $age + 1 fi major=$func_arith_result case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac verstring="$verstring_prefix$major.$revision" # Add in all the interfaces that we are compatible with. loop=$revision while test "$loop" -ne 0; do func_arith $revision - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring="$verstring_prefix$major.$iface:$verstring" done # Before this point, $major must not contain `.'. major=.$major versuffix="$major.$revision" ;; linux) # correct to gnu/linux during the next big refactor func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" ;; osf) func_arith $current - $age major=.$func_arith_result versuffix=".$current.$age.$revision" verstring="$current.$age.$revision" # Add in all the interfaces that we are compatible with. loop=$age while test "$loop" -ne 0; do func_arith $current - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring="$verstring:${iface}.0" done # Make executables depend on our current version. func_append verstring ":${current}.0" ;; qnx) major=".$current" versuffix=".$current" ;; sunos) major=".$current" versuffix=".$current.$revision" ;; windows) # Use '-' rather than '.', since we only want one # extension on DOS 8.3 filesystems. func_arith $current - $age major=$func_arith_result versuffix="-$major" ;; *) func_fatal_configuration "unknown library version type \`$version_type'" ;; esac # Clear the version info if we defaulted, and they specified a release. if test -z "$vinfo" && test -n "$release"; then major= case $version_type in darwin) # we can't check for "0.0" in archive_cmds due to quoting # problems, so we reset it completely verstring= ;; *) verstring="0.0" ;; esac if test "$need_version" = no; then versuffix= else versuffix=".0.0" fi fi # Remove version info from name if versioning should be avoided if test "$avoid_version" = yes && test "$need_version" = no; then major= versuffix= verstring="" fi # Check to see if the archive will have undefined symbols. if test "$allow_undefined" = yes; then if test "$allow_undefined_flag" = unsupported; then func_warning "undefined symbols not allowed in $host shared libraries" build_libtool_libs=no build_old_libs=yes fi else # Don't allow undefined symbols. allow_undefined_flag="$no_undefined_flag" fi fi func_generate_dlsyms "$libname" "$libname" "yes" func_append libobjs " $symfileobj" test "X$libobjs" = "X " && libobjs= if test "$opt_mode" != relink; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= tempremovelist=`$ECHO "$output_objdir/*"` for p in $tempremovelist; do case $p in *.$objext | *.gcno) ;; $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) if test "X$precious_files_regex" != "X"; then if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi func_append removelist " $p" ;; *) ;; esac done test -n "$removelist" && \ func_show_eval "${RM}r \$removelist" fi # Now set the variables for building old libraries. if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then func_append oldlibs " $output_objdir/$libname.$libext" # Transform .lo files to .o files. oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. temp_xrpath= for libdir in $xrpath; do func_replace_sysroot "$libdir" func_append temp_xrpath " -R$func_replace_sysroot_result" case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened old_dlfiles="$dlfiles" dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; *) func_append dlfiles " $lib" ;; esac done # Make sure dlprefiles contains only unique files old_dlprefiles="$dlprefiles" dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; *) func_append dlprefiles " $lib" ;; esac done if test "$build_libtool_libs" = yes; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework func_append deplibs " System.ltframework" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work ;; *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then func_append deplibs " -lc" fi ;; esac fi # Transform deplibs into only deplibs that can be linked in shared. name_save=$name libname_save=$libname release_save=$release versuffix_save=$versuffix major_save=$major # I'm not sure if I'm treating the release correctly. I think # release should show up in the -l (ie -lgmp5) so we don't want to # add it in twice. Is that correct? release="" versuffix="" major="" newdeplibs= droppeddeps=no case $deplibs_check_method in pass_all) # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just # implementing what was already the behavior. newdeplibs=$deplibs ;; test_compile) # This code stresses the "libraries are programs" paradigm to its # limits. Maybe even breaks it. We compile a program, linking it # against the deplibs as a proxy for the library. Then we can check # whether they linked in statically or dynamically with ldd. $opt_dry_run || $RM conftest.c cat > conftest.c </dev/null` $nocaseglob else potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` fi for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null | $GREP " -> " >/dev/null; then continue fi # The statement above tries to avoid entering an # endless loop below, in case of cyclic links. # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? potlib="$potent_lib" while test -h "$potlib" 2>/dev/null; do potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | $SED -e 10q | $EGREP "$file_magic_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for file magic test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a file magic. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` for a_deplib in $deplibs; do case $a_deplib in -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $a_deplib "*) func_append newdeplibs " $a_deplib" a_deplib="" ;; esac fi if test -n "$a_deplib" ; then libname=`eval "\\$ECHO \"$libname_spec\""` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib="$potent_lib" # see symlink-check above in file_magic test if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a regex pattern. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; none | unknown | *) newdeplibs="" tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then for i in $predeps $postdeps ; do # can't use Xsed below, because $i might contain '/' tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` done fi case $tmp_deplibs in *[!\ \ ]*) echo if test "X$deplibs_check_method" = "Xnone"; then echo "*** Warning: inter-library dependencies are not supported in this platform." else echo "*** Warning: inter-library dependencies are not known to be supported." fi echo "*** All declared inter-library dependencies are being dropped." droppeddeps=yes ;; esac ;; esac versuffix=$versuffix_save major=$major_save release=$release_save libname=$libname_save name=$name_save case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library with the System framework newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac if test "$droppeddeps" = yes; then if test "$module" = yes; then echo echo "*** Warning: libtool could not satisfy all declared inter-library" $ECHO "*** dependencies of module $libname. Therefore, libtool will create" echo "*** a static module, that should work as long as the dlopening" echo "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using \`nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi else echo "*** The inter-library dependencies that have been dropped here will be" echo "*** automatically added whenever a program is linked with this library" echo "*** or is declared to -dlopen it." if test "$allow_undefined" = no; then echo echo "*** Since this library must not contain undefined symbols," echo "*** because either the platform does not support them or" echo "*** it was explicitly requested with -no-undefined," echo "*** libtool will only create a static version of it." if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi fi fi # Done checking deplibs! deplibs=$newdeplibs fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" case $host in *-*-darwin*) newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done deplibs="$new_libs" # All the library-specific variables (install_libdir is set above). library_names= old_library= dlname= # Test again, we may have decided not to build it any more if test "$build_libtool_libs" = yes; then # Remove ${wl} instances when linking with ld. # FIXME: should test the right _cmds variable. case $archive_cmds in *\$LD\ *) wl= ;; esac if test "$hardcode_into_libs" = yes; then # Hardcode the library paths hardcode_libdirs= dep_rpath= rpath="$finalize_rpath" test "$opt_mode" != relink && rpath="$compile_rpath$rpath" for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then func_replace_sysroot "$libdir" libdir=$func_replace_sysroot_result if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append dep_rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" fi shlibpath="$finalize_shlibpath" test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath" if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi # Get the real and link names of the library. eval shared_ext=\"$shrext_cmds\" eval library_names=\"$library_names_spec\" set dummy $library_names shift realname="$1" shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else soname="$realname" fi if test -z "$dlname"; then dlname=$soname fi lib="$output_objdir/$realname" linknames= for link do func_append linknames " $link" done # Use standard objects if they are pic test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` test "X$libobjs" = "X " && libobjs= delfiles= if test -n "$export_symbols" && test -n "$include_expsyms"; then $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" export_symbols="$output_objdir/$libname.uexp" func_append delfiles " $export_symbols" fi orig_export_symbols= case $host_os in cygwin* | mingw* | cegcc*) if test -n "$export_symbols" && test -z "$export_symbols_regex"; then # exporting using user supplied symfile if test "x`$SED 1q $export_symbols`" != xEXPORTS; then # and it's NOT already a .def file. Must figure out # which of the given symbols are data symbols and tag # them as such. So, trigger use of export_symbols_cmds. # export_symbols gets reassigned inside the "prepare # the list of exported symbols" if statement, so the # include_expsyms logic still works. orig_export_symbols="$export_symbols" export_symbols= always_export_symbols=yes fi fi ;; esac # Prepare the list of exported symbols if test -z "$export_symbols"; then if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then func_verbose "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $opt_dry_run || $RM $export_symbols cmds=$export_symbols_cmds save_ifs="$IFS"; IFS='~' for cmd1 in $cmds; do IFS="$save_ifs" # Take the normal branch if the nm_file_list_spec branch # doesn't work or if tool conversion is not needed. case $nm_file_list_spec~$to_tool_file_cmd in *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) try_normal_branch=yes eval cmd=\"$cmd1\" func_len " $cmd" len=$func_len_result ;; *) try_normal_branch=no ;; esac if test "$try_normal_branch" = yes \ && { test "$len" -lt "$max_cmd_len" \ || test "$max_cmd_len" -le -1; } then func_show_eval "$cmd" 'exit $?' skipped_export=false elif test -n "$nm_file_list_spec"; then func_basename "$output" output_la=$func_basename_result save_libobjs=$libobjs save_output=$output output=${output_objdir}/${output_la}.nm func_to_tool_file "$output" libobjs=$nm_file_list_spec$func_to_tool_file_result func_append delfiles " $output" func_verbose "creating $NM input file list: $output" for obj in $save_libobjs; do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > "$output" eval cmd=\"$cmd1\" func_show_eval "$cmd" 'exit $?' output=$save_output libobjs=$save_libobjs skipped_export=false else # The command line is too long to execute in one step. func_verbose "using reloadable object file for export list..." skipped_export=: # Break out early, otherwise skipped_export may be # set to false by a later but shorter cmd. break fi done IFS="$save_ifs" if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi fi if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi tmp_deplibs= for test_deplib in $deplibs; do case " $convenience " in *" $test_deplib "*) ;; *) func_append tmp_deplibs " $test_deplib" ;; esac done deplibs="$tmp_deplibs" if test -n "$convenience"; then if test -n "$whole_archive_flag_spec" && test "$compiler_needs_object" = yes && test -z "$libobjs"; then # extract the archives, so we have objects to list. # TODO: could optimize this to just extract one archive. whole_archive_flag_spec= fi if test -n "$whole_archive_flag_spec"; then save_libobjs=$libobjs eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= else gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_extract_archives $gentop $convenience func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi fi if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" func_append linker_flags " $flag" fi # Make a backup of the uninstalled library when relinking if test "$opt_mode" = relink; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? fi # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then eval test_cmds=\"$module_expsym_cmds\" cmds=$module_expsym_cmds else eval test_cmds=\"$module_cmds\" cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval test_cmds=\"$archive_expsym_cmds\" cmds=$archive_expsym_cmds else eval test_cmds=\"$archive_cmds\" cmds=$archive_cmds fi fi if test "X$skipped_export" != "X:" && func_len " $test_cmds" && len=$func_len_result && test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then : else # The command line is too long to link in one step, link piecewise # or, if using GNU ld and skipped_export is not :, use a linker # script. # Save the value of $output and $libobjs because we want to # use them later. If we have whole_archive_flag_spec, we # want to use save_libobjs as it was before # whole_archive_flag_spec was expanded, because we can't # assume the linker understands whole_archive_flag_spec. # This may have to be revisited, in case too many # convenience libraries get linked in and end up exceeding # the spec. if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then save_libobjs=$libobjs fi save_output=$output func_basename "$output" output_la=$func_basename_result # Clear the reloadable object creation command queue and # initialize k to one. test_cmds= concat_cmds= objlist= last_robj= k=1 if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then output=${output_objdir}/${output_la}.lnkscript func_verbose "creating GNU ld script: $output" echo 'INPUT (' > $output for obj in $save_libobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done echo ')' >> $output func_append delfiles " $output" func_to_tool_file "$output" output=$func_to_tool_file_result elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then output=${output_objdir}/${output_la}.lnk func_verbose "creating linker input file list: $output" : > $output set x $save_libobjs shift firstobj= if test "$compiler_needs_object" = yes; then firstobj="$1 " shift fi for obj do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done func_append delfiles " $output" func_to_tool_file "$output" output=$firstobj\"$file_list_spec$func_to_tool_file_result\" else if test -n "$save_libobjs"; then func_verbose "creating reloadable object files..." output=$output_objdir/$output_la-${k}.$objext eval test_cmds=\"$reload_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 # Loop over the list of objects to be linked. for obj in $save_libobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result if test "X$objlist" = X || test "$len" -lt "$max_cmd_len"; then func_append objlist " $obj" else # The command $test_cmds is almost too long, add a # command to the queue. if test "$k" -eq 1 ; then # The first file doesn't have a previous command to add. reload_objs=$objlist eval concat_cmds=\"$reload_cmds\" else # All subsequent reloadable object files will link in # the last one created. reload_objs="$objlist $last_robj" eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" fi last_robj=$output_objdir/$output_la-${k}.$objext func_arith $k + 1 k=$func_arith_result output=$output_objdir/$output_la-${k}.$objext objlist=" $obj" func_len " $last_robj" func_arith $len0 + $func_len_result len=$func_arith_result fi done # Handle the remaining objects by creating one last # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ reload_objs="$objlist $last_robj" eval concat_cmds=\"\${concat_cmds}$reload_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" fi func_append delfiles " $output" else output= fi if ${skipped_export-false}; then func_verbose "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $opt_dry_run || $RM $export_symbols libobjs=$output # Append the command to create the export file. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi fi test -n "$save_libobjs" && func_verbose "creating a temporary reloadable object file: $output" # Loop through the commands generated above and execute them. save_ifs="$IFS"; IFS='~' for cmd in $concat_cmds; do IFS="$save_ifs" $opt_silent || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$opt_mode" = relink; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS="$save_ifs" if test -n "$export_symbols_regex" && ${skipped_export-false}; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi if ${skipped_export-false}; then if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi fi libobjs=$output # Restore the value of output. output=$save_output if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= fi # Expand the library linking commands again to reset the # value of $libobjs for piecewise linking. # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then cmds=$archive_expsym_cmds else cmds=$archive_cmds fi fi fi if test -n "$delfiles"; then # Append the command to remove temporary files to $cmds. eval cmds=\"\$cmds~\$RM $delfiles\" fi # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $opt_silent || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$opt_mode" = relink; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS="$save_ifs" # Restore the uninstalled library and exit if test "$opt_mode" = relink; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? if test -n "$convenience"; then if test -z "$whole_archive_flag_spec"; then func_show_eval '${RM}r "$gentop"' fi fi exit $EXIT_SUCCESS fi # Create links to the real library. for linkname in $linknames; do if test "$realname" != "$linkname"; then func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' fi done # If -module or -export-dynamic was specified, set the dlname. if test "$module" = yes || test "$export_dynamic" = yes; then # On all known operating systems, these are identical. dlname="$soname" fi fi ;; obj) if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then func_warning "\`-dlopen' is ignored for objects" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "\`-l' and \`-L' are ignored for objects" ;; esac test -n "$rpath" && \ func_warning "\`-rpath' is ignored for objects" test -n "$xrpath" && \ func_warning "\`-R' is ignored for objects" test -n "$vinfo" && \ func_warning "\`-version-info' is ignored for objects" test -n "$release" && \ func_warning "\`-release' is ignored for objects" case $output in *.lo) test -n "$objs$old_deplibs" && \ func_fatal_error "cannot build library object \`$output' from non-libtool objects" libobj=$output func_lo2o "$libobj" obj=$func_lo2o_result ;; *) libobj= obj="$output" ;; esac # Delete the old objects. $opt_dry_run || $RM $obj $libobj # Objects from convenience libraries. This assumes # single-version convenience libraries. Whenever we create # different ones for PIC/non-PIC, this we'll have to duplicate # the extraction. reload_conv_objs= gentop= # reload_cmds runs $LD directly, so let us get rid of # -Wl from whole_archive_flag_spec and hope we can get by with # turning comma into space.. wl= if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` else gentop="$output_objdir/${obj}x" func_append generated " $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi # If we're not building shared, we need to use non_pic_objs test "$build_libtool_libs" != yes && libobjs="$non_pic_objects" # Create the old-style object. reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test output="$obj" func_execute_cmds "$reload_cmds" 'exit $?' # Exit if we aren't doing a library object file. if test -z "$libobj"; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS fi if test "$build_libtool_libs" != yes; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi # Create an invalid libtool object if no PIC, so that we don't # accidentally link it into a program. # $show "echo timestamp > $libobj" # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? exit $EXIT_SUCCESS fi if test -n "$pic_flag" || test "$pic_mode" != default; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" output="$libobj" func_execute_cmds "$reload_cmds" 'exit $?' fi if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS ;; prog) case $host in *cygwin*) func_stripname '' '.exe' "$output" output=$func_stripname_result.exe;; esac test -n "$vinfo" && \ func_warning "\`-version-info' is ignored for programs" test -n "$release" && \ func_warning "\`-release' is ignored for programs" test "$preload" = yes \ && test "$dlopen_support" = unknown \ && test "$dlopen_self" = unknown \ && test "$dlopen_self_static" = unknown && \ func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support." case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac case $host in *-*-darwin*) # Don't allow lazy linking, it breaks C++ global constructors # But is supposedly fixed on 10.4 or later (yay!). if test "$tagname" = CXX ; then case ${MACOSX_DEPLOYMENT_TARGET-10.0} in 10.[0123]) func_append compile_command " ${wl}-bind_at_load" func_append finalize_command " ${wl}-bind_at_load" ;; esac fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $compile_deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $compile_deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done compile_deplibs="$new_libs" func_append compile_command " $compile_deplibs" func_append finalize_command " $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. for libdir in $rpath $xrpath; do # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done fi # Now hardcode the library paths rpath= hardcode_libdirs= for libdir in $compile_rpath $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; ::) dllsearchpath=$libdir;; *) func_append dllsearchpath ":$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi compile_rpath="$rpath" rpath= hardcode_libdirs= for libdir in $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; *) func_append finalize_perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi finalize_rpath="$rpath" if test -n "$libobjs" && test "$build_old_libs" = yes; then # Transform all the library objects into standard objects. compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` fi func_generate_dlsyms "$outputname" "@PROGRAM@" "no" # template prelinking step if test -n "$prelink_cmds"; then func_execute_cmds "$prelink_cmds" 'exit $?' fi wrappers_required=yes case $host in *cegcc* | *mingw32ce*) # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. wrappers_required=no ;; *cygwin* | *mingw* ) if test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; *) if test "$need_relink" = no || test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; esac if test "$wrappers_required" = no; then # Replace the output file specification. compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` link_command="$compile_command$compile_rpath" # We have no uninstalled library dependencies, so finalize right now. exit_status=0 func_show_eval "$link_command" 'exit_status=$?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Delete the generated files. if test -f "$output_objdir/${outputname}S.${objext}"; then func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' fi exit $exit_status fi if test -n "$compile_shlibpath$finalize_shlibpath"; then compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" fi if test -n "$finalize_shlibpath"; then finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" fi compile_var= finalize_var= if test -n "$runpath_var"; then if test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi if test -n "$finalize_perm_rpath"; then # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do func_append rpath "$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi if test "$no_install" = yes; then # We don't need to create a wrapper script. link_command="$compile_var$compile_command$compile_rpath" # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $opt_dry_run || $RM $output # Link the executable and exit func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi exit $EXIT_SUCCESS fi if test "$hardcode_action" = relink; then # Fast installation is not supported link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" func_warning "this platform does not like uninstalled shared libraries" func_warning "\`$output' will be relinked during installation" else if test "$fast_install" != no; then link_command="$finalize_var$compile_command$finalize_rpath" if test "$fast_install" = yes; then relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` else # fast_install is set to needless relink_command= fi else link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" fi fi # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output_objdir/$outputname" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Now create the wrapper script. func_verbose "creating $output" # Quote the relink command for shipping. if test -n "$relink_command"; then # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done relink_command="(cd `pwd`; $relink_command)" relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. $opt_dry_run || { # win32 will think the script is a binary if it has # a .exe suffix, so we strip it off here. case $output in *.exe) func_stripname '' '.exe' "$output" output=$func_stripname_result ;; esac # test for cygwin because mv fails w/o .exe extensions case $host in *cygwin*) exeext=.exe func_stripname '' '.exe' "$outputname" outputname=$func_stripname_result ;; *) exeext= ;; esac case $host in *cygwin* | *mingw* ) func_dirname_and_basename "$output" "" "." output_name=$func_basename_result output_path=$func_dirname_result cwrappersource="$output_path/$objdir/lt-$output_name.c" cwrapper="$output_path/$output_name.exe" $RM $cwrappersource $cwrapper trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 func_emit_cwrapperexe_src > $cwrappersource # The wrapper executable is built using the $host compiler, # because it contains $host paths and files. If cross- # compiling, it, like the target executable, must be # executed on the $host or under an emulation environment. $opt_dry_run || { $LTCC $LTCFLAGS -o $cwrapper $cwrappersource $STRIP $cwrapper } # Now, create the wrapper script for func_source use: func_ltwrapper_scriptname $cwrapper $RM $func_ltwrapper_scriptname_result trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 $opt_dry_run || { # note: this script will not be executed, so do not chmod. if test "x$build" = "x$host" ; then $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result else func_emit_wrapper no > $func_ltwrapper_scriptname_result fi } ;; * ) $RM $output trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 func_emit_wrapper no > $output chmod +x $output ;; esac } exit $EXIT_SUCCESS ;; esac # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do if test "$build_libtool_libs" = convenience; then oldobjs="$libobjs_save $symfileobj" addlibs="$convenience" build_libtool_libs=no else if test "$build_libtool_libs" = module; then oldobjs="$libobjs_save" build_libtool_libs=no else oldobjs="$old_deplibs $non_pic_objects" if test "$preload" = yes && test -f "$symfileobj"; then func_append oldobjs " $symfileobj" fi fi addlibs="$old_convenience" fi if test -n "$addlibs"; then gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_extract_archives $gentop $addlibs func_append oldobjs " $func_extract_archives_result" fi # Do each command in the archive commands. if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then cmds=$old_archive_from_new_cmds else # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append oldobjs " $func_extract_archives_result" fi # POSIX demands no paths to be encoded in archives. We have # to avoid creating archives with duplicate basenames if we # might have to extract them afterwards, e.g., when creating a # static archive out of a convenience library, or when linking # the entirety of a libtool archive into another (currently # not supported by libtool). if (for obj in $oldobjs do func_basename "$obj" $ECHO "$func_basename_result" done | sort | sort -uc >/dev/null 2>&1); then : else echo "copying selected object files to avoid basename conflicts..." gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_mkdir_p "$gentop" save_oldobjs=$oldobjs oldobjs= counter=1 for obj in $save_oldobjs do func_basename "$obj" objbase="$func_basename_result" case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) while :; do # Make sure we don't pick an alternate name that also # overlaps. newobj=lt$counter-$objbase func_arith $counter + 1 counter=$func_arith_result case " $oldobjs " in *[\ /]"$newobj "*) ;; *) if test ! -f "$gentop/$newobj"; then break; fi ;; esac done func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" func_append oldobjs " $gentop/$newobj" ;; *) func_append oldobjs " $obj" ;; esac done fi func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result eval cmds=\"$old_archive_cmds\" func_len " $cmds" len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds elif test -n "$archiver_list_spec"; then func_verbose "using command file archive linking..." for obj in $oldobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > $output_objdir/$libname.libcmd func_to_tool_file "$output_objdir/$libname.libcmd" oldobjs=" $archiver_list_spec$func_to_tool_file_result" cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts func_verbose "using piecewise archive linking..." save_RANLIB=$RANLIB RANLIB=: objlist= concat_cmds= save_oldobjs=$oldobjs oldobjs= # Is there a better way of finding the last object in the list? for obj in $save_oldobjs do last_oldobj=$obj done eval test_cmds=\"$old_archive_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 for obj in $save_oldobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result func_append objlist " $obj" if test "$len" -lt "$max_cmd_len"; then : else # the above command should be used before it gets too long oldobjs=$objlist if test "$obj" = "$last_oldobj" ; then RANLIB=$save_RANLIB fi test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" objlist= len=$len0 fi done RANLIB=$save_RANLIB oldobjs=$objlist if test "X$oldobjs" = "X" ; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" fi fi fi func_execute_cmds "$cmds" 'exit $?' done test -n "$generated" && \ func_show_eval "${RM}r$generated" # Now create the libtool archive. case $output in *.la) old_library= test "$build_old_libs" = yes && old_library="$libname.$libext" func_verbose "creating $output" # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` if test "$hardcode_automatic" = yes ; then relink_command= fi # Only create the output if not a dry run. $opt_dry_run || { for installed in no yes; do if test "$installed" = yes; then if test -z "$install_libdir"; then break fi output="$output_objdir/$outputname"i # Replace all uninstalled libtool libraries with the installed ones newdependency_libs= for deplib in $dependency_libs; do case $deplib in *.la) func_basename "$deplib" name="$func_basename_result" func_resolve_sysroot "$deplib" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" ;; -L*) func_stripname -L '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -L$func_replace_sysroot_result" ;; -R*) func_stripname -R '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -R$func_replace_sysroot_result" ;; *) func_append newdependency_libs " $deplib" ;; esac done dependency_libs="$newdependency_libs" newdlfiles= for lib in $dlfiles; do case $lib in *.la) func_basename "$lib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "\`$lib' is not a valid libtool archive" func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" ;; *) func_append newdlfiles " $lib" ;; esac done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in *.la) # Only pass preopened files to the pseudo-archive (for # eventual linking with the app. that links it) if we # didn't already link the preopened objects directly into # the library: func_basename "$lib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "\`$lib' is not a valid libtool archive" func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" ;; esac done dlprefiles="$newdlprefiles" else newdlfiles= for lib in $dlfiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlfiles " $abs" done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlprefiles " $abs" done dlprefiles="$newdlprefiles" fi $RM $output # place dlname in correct position for cygwin # In fact, it would be nice if we could use this code for all target # systems that can't hard-code library paths into their executables # and that have no shared library path variable independent of PATH, # but it turns out we can't easily determine that from inspecting # libtool variables, so we have to hard-code the OSs to which it # applies here; at the moment, that means platforms that use the PE # object format with DLL files. See the long comment at the top of # tests/bindir.at for full details. tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) # If a -bindir argument was supplied, place the dll there. if test "x$bindir" != x ; then func_relative_path "$install_libdir" "$bindir" tdlname=$func_relative_path_result$dlname else # Otherwise fall back on heuristic. tdlname=../bin/$dlname fi ;; esac $ECHO > $output "\ # $outputname - a libtool library file # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='$tdlname' # Names of this library. library_names='$library_names' # The name of the static archive. old_library='$old_library' # Linker flags that can not go in dependency_libs. inherited_linker_flags='$new_inherited_linker_flags' # Libraries that this one depends upon. dependency_libs='$dependency_libs' # Names of additional weak libraries provided by this library weak_library_names='$weak_libs' # Version information for $libname. current=$current age=$age revision=$revision # Is this an already installed library? installed=$installed # Should we warn about portability when linking against -modules? shouldnotlink=$module # Files to dlopen/dlpreopen dlopen='$dlfiles' dlpreopen='$dlprefiles' # Directory that this library needs to be installed in: libdir='$install_libdir'" if test "$installed" = no && test "$need_relink" = yes; then $ECHO >> $output "\ relink_command=\"$relink_command\"" fi done } # Do a symbolic link so that the libtool archive can be found in # LD_LIBRARY_PATH before the program is installed. func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' ;; esac exit $EXIT_SUCCESS } { test "$opt_mode" = link || test "$opt_mode" = relink; } && func_mode_link ${1+"$@"} # func_mode_uninstall arg... func_mode_uninstall () { $opt_debug RM="$nonopt" files= rmforce= exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" for arg do case $arg in -f) func_append RM " $arg"; rmforce=yes ;; -*) func_append RM " $arg" ;; *) func_append files " $arg" ;; esac done test -z "$RM" && \ func_fatal_help "you must specify an RM program" rmdirs= for file in $files; do func_dirname "$file" "" "." dir="$func_dirname_result" if test "X$dir" = X.; then odir="$objdir" else odir="$dir/$objdir" fi func_basename "$file" name="$func_basename_result" test "$opt_mode" = uninstall && odir="$dir" # Remember odir for removal later, being careful to avoid duplicates if test "$opt_mode" = clean; then case " $rmdirs " in *" $odir "*) ;; *) func_append rmdirs " $odir" ;; esac fi # Don't error if the file doesn't exist and rm -f was used. if { test -L "$file"; } >/dev/null 2>&1 || { test -h "$file"; } >/dev/null 2>&1 || test -f "$file"; then : elif test -d "$file"; then exit_status=1 continue elif test "$rmforce" = yes; then continue fi rmfiles="$file" case $name in *.la) # Possibly a libtool archive, so verify it. if func_lalib_p "$file"; then func_source $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do func_append rmfiles " $odir/$n" done test -n "$old_library" && func_append rmfiles " $odir/$old_library" case "$opt_mode" in clean) case " $library_names " in *" $dlname "*) ;; *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; esac test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" ;; uninstall) if test -n "$library_names"; then # Do each command in the postuninstall commands. func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' fi # FIXME: should reinstall the best remaining shared library. ;; esac fi ;; *.lo) # Possibly a libtool object, so verify it. if func_lalib_p "$file"; then # Read the .lo file func_source $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" && test "$pic_object" != none; then func_append rmfiles " $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" && test "$non_pic_object" != none; then func_append rmfiles " $dir/$non_pic_object" fi fi ;; *) if test "$opt_mode" = clean ; then noexename=$name case $file in *.exe) func_stripname '' '.exe' "$file" file=$func_stripname_result func_stripname '' '.exe' "$name" noexename=$func_stripname_result # $file with .exe has already been added to rmfiles, # add $file without .exe func_append rmfiles " $file" ;; esac # Do a test to see if this is a libtool program. if func_ltwrapper_p "$file"; then if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" relink_command= func_source $func_ltwrapper_scriptname_result func_append rmfiles " $func_ltwrapper_scriptname_result" else relink_command= func_source $dir/$noexename fi # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles func_append rmfiles " $odir/$name $odir/${name}S.${objext}" if test "$fast_install" = yes && test -n "$relink_command"; then func_append rmfiles " $odir/lt-$name" fi if test "X$noexename" != "X$name" ; then func_append rmfiles " $odir/lt-${noexename}.c" fi fi fi ;; esac func_show_eval "$RM $rmfiles" 'exit_status=1' done # Try to remove the ${objdir}s in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then func_show_eval "rmdir $dir >/dev/null 2>&1" fi done exit $exit_status } { test "$opt_mode" = uninstall || test "$opt_mode" = clean; } && func_mode_uninstall ${1+"$@"} test -z "$opt_mode" && { help="$generic_help" func_fatal_help "you must specify a MODE" } test -z "$exec_cmd" && \ func_fatal_help "invalid operation mode \`$opt_mode'" if test -n "$exec_cmd"; then eval exec "$exec_cmd" exit $EXIT_FAILURE fi exit $exit_status # The TAGs below are defined such that we never get into a situation # in which we disable both kinds of libraries. Given conflicting # choices, we go for a static library, that is the most portable, # since we can't tell whether shared libraries were disabled because # the user asked for that or because the platform doesn't support # them. This is particularly important on AIX, because we don't # support having both static and shared libraries enabled at the same # time on that platform, so we default to a shared-only configuration. # If a disable-shared tag is given, we'll fallback to a static-only # configuration. But we'll never go from static-only to shared-only. # ### BEGIN LIBTOOL TAG CONFIG: disable-shared build_libtool_libs=no build_old_libs=yes # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # ### END LIBTOOL TAG CONFIG: disable-static # Local Variables: # mode:shell-script # sh-indentation:2 # End: # vi:sw=2 libisds-0.10.7/configure0000755000076400001440000211612613130412026012061 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for libisds 0.10.7. # # Report bugs to . # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 as_fn_exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and $0: petr.pisar@atlas.cz about your system, including any $0: error possibly output before this message. Then install $0: a modern shell, or manually run the script under such a $0: shell if you do have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" SHELL=${CONFIG_SHELL-/bin/sh} test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libisds' PACKAGE_TARNAME='libisds' PACKAGE_VERSION='0.10.7' PACKAGE_STRING='libisds 0.10.7' PACKAGE_BUGREPORT='petr.pisar@atlas.cz' PACKAGE_URL='' ac_unique_file="src/isds.c" # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" gt_needs= ac_header_list= ac_func_list= ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS EXPAT_LIBS USE_OPENSSL_BACKEND_FALSE USE_OPENSSL_BACKEND_TRUE GPGME_LIBS GPGME_CFLAGS GPGME_CONFIG LIBGCRYPT_LIBS LIBGCRYPT_CFLAGS LIBGCRYPT_CONFIG LIBGNUTLS_LIBS LIBGNUTLS_CFLAGS PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG BUILD_ONLINE_TEST_FALSE BUILD_ONLINE_TEST_TRUE BUILD_CURL_FALSE BUILD_CURL_TRUE LIBCURL LIBCURL_CPPFLAGS _libcurl_config XML_LIBS XML_CPPFLAGS XML2_CONFIG WIN32_FALSE WIN32_TRUE POSUB LTLIBINTL LIBINTL INTLLIBS LTLIBICONV LIBICONV INTL_MACOSX_LIBS XGETTEXT_EXTRA_OPTIONS MSGMERGE XGETTEXT_015 XGETTEXT GMSGFMT_015 MSGFMT_015 GMSGFMT MSGFMT GETTEXT_MACRO_VERSION USE_NLS BUILD_TEST_FALSE BUILD_TEST_TRUE BUILD_EXAMPLE_FALSE BUILD_EXAMPLE_TRUE OTOOL64 OTOOL LIPO NMEDIT DSYMUTIL MANIFEST_TOOL RANLIB ac_ct_AR AR DLLTOOL OBJDUMP LN_S NM ac_ct_DUMPBIN DUMPBIN LD FGREP EGREP GREP SED host_os host_vendor host_cpu host build_os build_vendor build_cpu build LIBTOOL CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_dependency_tracking enable_shared enable_static with_pic enable_fast_install with_gnu_ld with_sysroot enable_libtool_lock enable_example enable_test enable_online_test enable_nls enable_rpath with_libiconv_prefix with_libintl_prefix enable_debug with_xml_prefix with_xml_exec_prefix enable_xmltest with_libcurl enable_curlreauthorizationbug enable_openssl_backend with_libgcrypt_prefix enable_largefile with_gpgme_prefix enable_fatalwarnings ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR LIBGNUTLS_CFLAGS LIBGNUTLS_LIBS' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures libisds 0.10.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/libisds] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of libisds 0.10.7:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --enable-example Build library usage examples --enable-test Enable internal library tests --enable-online-test Enable on-line internal library tests --disable-nls do not use Native Language Support --disable-rpath do not hardcode runtime library paths --enable-debug Compile in debugging mode --disable-xmltest Do not try to compile and run a test LIBXML program --enable-curlreauthorizationbug Compile in work-around for re-authorization bug in curl < 7.28.0. Fixed by libcurl commit ce8311c7e49eca93c136b58efa6763853541ec97. --enable-openssl-backend Enable OpenSSL as cryptographic back-end. --disable-largefile omit support for large files --disable-fatalwarnings Do not consider compiler warnings as errors Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot=DIR Search for dependent libraries within DIR (or the compiler's sysroot if not specified). --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --without-libiconv-prefix don't search for libiconv in includedir and libdir --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib --without-libintl-prefix don't search for libintl in includedir and libdir --with-xml-prefix=PFX Prefix where libxml is installed (optional) --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional) --with-libcurl=PREFIX look for the curl library in PREFIX/lib and headers in PREFIX/include --with-libgcrypt-prefix=PFX prefix where LIBGCRYPT is installed (optional) --with-gpgme-prefix=PFX prefix where GPGME is installed (optional) Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH directories to add to pkg-config's search path PKG_CONFIG_LIBDIR path overriding pkg-config's built-in search path LIBGNUTLS_CFLAGS C compiler flags for LIBGNUTLS, overriding pkg-config LIBGNUTLS_LIBS linker flags for LIBGNUTLS, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF libisds configure 0.10.7 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $2 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$2 || defined __stub___$2 choke me #endif int main () { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES # --------------------------------------------- # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR # accordingly. ac_fn_c_check_decl () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack as_decl_name=`echo $2|sed 's/ *(.*//'` as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 $as_echo_n "checking whether $as_decl_name is declared... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { #ifndef $as_decl_name #ifdef __cplusplus (void) $as_decl_use; #else (void) $as_decl_name; #endif #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_decl # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using # the include files in INCLUDES and setting the cache variable VAR # accordingly. ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if eval \${$3+:} false; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 $as_echo_n "checking $2 usability... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 $as_echo_n "checking $2 presence... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <$2> _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no fi rm -f conftest.err conftest.i conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( yes:no: ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; no:yes:* ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ( $as_echo "## ---------------------------------- ## ## Report this to petr.pisar@atlas.cz ## ## ---------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_mongrel # ac_fn_c_check_type LINENO TYPE VAR INCLUDES # ------------------------------------------- # Tests whether TYPE exists after having included INCLUDES, setting cache # variable VAR accordingly. ac_fn_c_check_type () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=no" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { if (sizeof ($2)) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { if (sizeof (($2))) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else eval "$3=yes" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_type # ac_fn_c_find_uintX_t LINENO BITS VAR # ------------------------------------ # Finds an unsigned integer type with width BITS, setting cache variable VAR # accordingly. ac_fn_c_find_uintX_t () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5 $as_echo_n "checking for uint$2_t... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=no" # Order is important - never check a type that is potentially smaller # than half of the expected target width. for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \ 'unsigned long long int' 'unsigned short int' 'unsigned char'; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)]; test_array [0] = 0; return test_array [0]; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : case $ac_type in #( uint$2_t) : eval "$3=yes" ;; #( *) : eval "$3=\$ac_type" ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if eval test \"x\$"$3"\" = x"no"; then : else break fi done fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_find_uintX_t cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libisds $as_me 0.10.7, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi gt_needs="$gt_needs " as_fn_append ac_header_list " sys/time.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_func_list " alarm" as_fn_append ac_header_list " stdlib.h" as_fn_append ac_header_list " sys/param.h" # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am__api_version='1.13' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=1;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='libisds' VERSION='0.10.7' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # mkdir_p='$(MKDIR_P)' # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar pax cpio none' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" # Checks for programs. ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu #AC_PROG_MAKE_SET case `pwd` in *\ * | *\ *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; esac macro_version='2.4.2' macro_revision='1.3337' ltmain="$ac_aux_dir/ltmain.sh" # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if ${ac_cv_build+:} false; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if ${ac_cv_host+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac # Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\(["`$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 $as_echo_n "checking how to print strings... " >&6; } # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "" } case "$ECHO" in printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 $as_echo "printf" >&6; } ;; print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 $as_echo "print -r" >&6; } ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 $as_echo "cat" >&6; } ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } if ${ac_cv_path_FGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else if test -z "$FGREP"; then ac_path_FGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_FGREP" || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in *GNU*) ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'FGREP' >> "conftest.nl" "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_FGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_FGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_FGREP"; then as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_FGREP=$FGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 $as_echo "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" test -z "$GREP" && GREP=grep # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${lt_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } if ${lt_cv_path_NM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 $as_echo "$lt_cv_path_NM" >&6; } if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else if test -n "$ac_tool_prefix"; then for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DUMPBIN=$ac_cv_prog_DUMPBIN if test -n "$DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 $as_echo "$DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$DUMPBIN" && break done fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN if test -n "$ac_ct_DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 $as_echo "$ac_ct_DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_DUMPBIN" && break done if test "x$ac_ct_DUMPBIN" = x; then DUMPBIN=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DUMPBIN=$ac_ct_DUMPBIN fi fi case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols" ;; *) DUMPBIN=: ;; esac fi if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 $as_echo_n "checking the name lister ($NM) interface... " >&6; } if ${lt_cv_nm_interface+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 $as_echo "$lt_cv_nm_interface" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi # find the maximum length of command line arguments { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 $as_echo_n "checking the maximum length of command line arguments... " >&6; } if ${lt_cv_sys_max_cmd_len+:} false; then : $as_echo_n "(cached) " >&6 else i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac fi if test -n $lt_cv_sys_max_cmd_len ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 $as_echo "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len : ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,b/c, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 $as_echo "$xsi_shell" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } lt_shell_append=no ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 $as_echo "$lt_shell_append" >&6; } if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 $as_echo_n "checking how to convert $build file names to $host format... " >&6; } if ${lt_cv_to_host_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac fi to_host_file_cmd=$lt_cv_to_host_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 $as_echo "$lt_cv_to_host_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } if ${lt_cv_to_tool_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else #assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac fi to_tool_file_cmd=$lt_cv_to_tool_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 $as_echo "$lt_cv_to_tool_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 $as_echo_n "checking for $LD option to reload object files... " >&6; } if ${lt_cv_ld_reload_flag+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 $as_echo "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in cygwin* | mingw* | pw32* | cegcc*) if test "$GCC" != yes; then reload_cmds=false fi ;; darwin*) if test "$GCC" = yes; then reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi test -z "$OBJDUMP" && OBJDUMP=objdump { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 $as_echo_n "checking how to recognize dependent libraries... " >&6; } if ${lt_cv_deplibs_check_method+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # `unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # which responds to the $file_magic_cmd with a given extended regex. # If you have `file' or equivalent on your system and you're not sure # whether `pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 $as_echo "$lt_cv_deplibs_check_method" >&6; } file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi test -z "$DLLTOOL" && DLLTOOL=dlltool { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 $as_echo_n "checking how to associate runtime and link libraries... " >&6; } if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh # decide which to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd="$ECHO" ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO if test -n "$ac_tool_prefix"; then for ac_prog in ar do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AR" && break done fi if test -z "$AR"; then ac_ct_AR=$AR for ac_prog in ar do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_AR" && break done if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi fi : ${AR=ar} : ${AR_FLAGS=cru} { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 $as_echo_n "checking for archiver @FILE support... " >&6; } if ${lt_cv_ar_at_file+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ar_at_file=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test "$ac_status" -eq 0; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test "$ac_status" -ne 0; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 $as_echo "$lt_cv_ar_at_file" >&6; } if test "x$lt_cv_ar_at_file" = xno; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi test -z "$STRIP" && STRIP=: if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi test -z "$RANLIB" && RANLIB=: # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check for command to grab the raw symbol name followed by C symbol from nm. { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } if ${lt_cv_sys_global_symbol_pipe+:} false; then : $as_echo_n "(cached) " >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[ABCDEGRST]' fi ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris*) symcode='[BDRT]' ;; sco3.2v5*) symcode='[DT]' ;; sysv4.2uw2*) symcode='[DT]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined(__osf__) /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 $as_echo "failed" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then nm_file_list_spec='@' fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 $as_echo_n "checking for sysroot... " >&6; } # Check whether --with-sysroot was given. if test "${with_sysroot+set}" = set; then : withval=$with_sysroot; else with_sysroot=no fi lt_sysroot= case ${with_sysroot} in #( yes) if test "$GCC" = yes; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5 $as_echo "${with_sysroot}" >&6; } as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 $as_echo "${lt_sysroot:-no}" >&6; } # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } if ${lt_cv_cc_needs_belf+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_cc_needs_belf=yes else lt_cv_cc_needs_belf=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 $as_echo "$lt_cv_cc_needs_belf" >&6; } if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; *-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD="${LD-ld}_sol2" fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. set dummy ${ac_tool_prefix}mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$MANIFEST_TOOL"; then ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL if test -n "$MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 $as_echo "$MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_MANIFEST_TOOL"; then ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL # Extract the first word of "mt", so it can be a program name with args. set dummy mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_MANIFEST_TOOL"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL if test -n "$ac_ct_MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_MANIFEST_TOOL" = x; then MANIFEST_TOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL fi else MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" fi test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } if ${lt_cv_path_mainfest_tool+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&5 if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 $as_echo "$lt_cv_path_mainfest_tool" >&6; } if test "x$lt_cv_path_mainfest_tool" != xyes; then MANIFEST_TOOL=: fi case $host_os in rhapsody* | darwin*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 $as_echo "$DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DSYMUTIL"; then ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 $as_echo "$ac_ct_DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then DSYMUTIL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DSYMUTIL=$ac_ct_DSYMUTIL fi else DSYMUTIL="$ac_cv_prog_DSYMUTIL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 $as_echo "$NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_NMEDIT"; then ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 $as_echo "$ac_ct_NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then NMEDIT=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac NMEDIT=$ac_ct_NMEDIT fi else NMEDIT="$ac_cv_prog_NMEDIT" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. set dummy ${ac_tool_prefix}lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then ac_cv_prog_LIPO="$LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi LIPO=$ac_cv_prog_LIPO if test -n "$LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 $as_echo "$LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_LIPO"; then ac_ct_LIPO=$LIPO # Extract the first word of "lipo", so it can be a program name with args. set dummy lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO if test -n "$ac_ct_LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 $as_echo "$ac_ct_LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_LIPO" = x; then LIPO=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIPO=$ac_ct_LIPO fi else LIPO="$ac_cv_prog_LIPO" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. set dummy ${ac_tool_prefix}otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL=$ac_cv_prog_OTOOL if test -n "$OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 $as_echo "$OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL"; then ac_ct_OTOOL=$OTOOL # Extract the first word of "otool", so it can be a program name with args. set dummy otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL if test -n "$ac_ct_OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 $as_echo "$ac_ct_OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL" = x; then OTOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL=$ac_ct_OTOOL fi else OTOOL="$ac_cv_prog_OTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. set dummy ${ac_tool_prefix}otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL64=$ac_cv_prog_OTOOL64 if test -n "$OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 $as_echo "$OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL64"; then ac_ct_OTOOL64=$OTOOL64 # Extract the first word of "otool64", so it can be a program name with args. set dummy otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 if test -n "$ac_ct_OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 $as_echo "$ac_ct_OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL64" = x; then OTOOL64=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL64=$ac_ct_OTOOL64 fi else OTOOL64="$ac_cv_prog_OTOOL64" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 $as_echo_n "checking for -single_module linker flag... " >&6; } if ${lt_cv_apple_cc_single_mod+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&5 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&5 # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test $_lt_result -eq 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 fi rm -rf libconftest.dylib* rm -f conftest.* fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if ${lt_cv_ld_exported_symbols_list+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_ld_exported_symbols_list=yes else lt_cv_ld_exported_symbols_list=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 $as_echo_n "checking for -force_load linker flag... " >&6; } if ${lt_cv_ld_force_load+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 echo "$AR cru libconftest.a conftest.o" >&5 $AR cru libconftest.a conftest.o 2>&5 echo "$RANLIB libconftest.a" >&5 $RANLIB libconftest.a 2>&5 cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&5 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then lt_cv_ld_force_load=yes else cat conftest.err >&5 fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 $as_echo "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[012]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in dlfcn.h do : ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " if test "x$ac_cv_header_dlfcn_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DLFCN_H 1 _ACEOF fi done # Set options enable_dlopen=no enable_win32_dll=no # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac else enable_shared=yes fi # Check whether --enable-static was given. if test "${enable_static+set}" = set; then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac else enable_static=yes fi # Check whether --with-pic was given. if test "${with_pic+set}" = set; then : withval=$with_pic; lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for lt_pkg in $withval; do IFS="$lt_save_ifs" if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS="$lt_save_ifs" ;; esac else pic_mode=default fi test -z "$pic_mode" && pic_mode=default # Check whether --enable-fast-install was given. if test "${enable_fast_install+set}" = set; then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac else enable_fast_install=yes fi # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' test -z "$LN_S" && LN_S="ln -s" if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } if ${lt_cv_objdir+:} false; then : $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 $as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir cat >>confdefs.h <<_ACEOF #define LT_OBJDIR "$lt_cv_objdir/" _ACEOF case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/${ac_tool_prefix}file; then lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 $as_echo_n "checking for file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/file; then lt_cv_path_MAGIC_CMD="$ac_dir/file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac # Use C for the default configuration in the libtool script lt_save_CC="$CC" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= if test "$GCC" = yes; then case $cc_basename in nvcc*) lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; *) lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= if test "$GCC" = yes; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. lt_prog_compiler_static= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; *) lt_prog_compiler_pic='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 lt_prog_compiler_wl='-Xlinker ' if test -n "$lt_prog_compiler_pic"; then lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; # Lahey Fortran 8.1. lf95*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; *Sun\ F* | *Sun*Fortran*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Intel*\ [CF]*Compiler*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; *Portland\ Group*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; esac ;; esac ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } if ${lt_cv_prog_compiler_pic+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic=$lt_prog_compiler_pic fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 $as_echo "$lt_cv_prog_compiler_pic" >&6; } lt_prog_compiler_pic=$lt_cv_prog_compiler_pic # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if ${lt_cv_prog_compiler_pic_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } if test x"$lt_cv_prog_compiler_pic_works" = xyes; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if ${lt_cv_prog_compiler_static_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes fi else lt_cv_prog_compiler_static_works=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } if test x"$lt_cv_prog_compiler_static_works" = xyes; then : else lt_prog_compiler_static= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } if test "$hard_links" = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= always_export_symbols=no archive_cmds= archive_expsym_cmds= compiler_needs_object=no enable_shared_with_static_runtimes=no export_dynamic_flag_spec= export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' hardcode_automatic=no hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no link_all_deplibs=unknown module_cmds= module_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= thread_safe_flag_spec= whole_archive_flag_spec= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test "$with_gnu_ld" = yes; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; *\ \(GNU\ Binutils\)\ [3-9]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test "$lt_use_gnu_ld_interface" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' export_dynamic_flag_spec='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' export_dynamic_flag_spec='${wl}--export-all-symbols' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; haiku*) archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' link_all_deplibs=yes ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else ld_shlibs=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm # Also, AIX nm treats weak defined symbols like other global # defined symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes file_list_spec='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi export_dynamic_flag_spec='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. if test "${lt_cv_aix_libpath+set}" = set; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_="/usr/lib:/lib" fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. if test "${lt_cv_aix_libpath+set}" = set; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_="/usr/lib:/lib" fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' ${wl}-bernotok' allow_undefined_flag=' ${wl}-berok' if test "$with_gnu_ld" = yes; then # We only use this code for GNU lds that support --whole-archive. whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' fi archive_cmds_need_lc=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported always_export_symbols=yes file_list_spec='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; else sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' postlink_cmds='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile="$lt_outputfile.exe" lt_tool_outputfile="$lt_tool_outputfile.exe" ;; esac~ if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' enable_shared_with_static_runtimes=yes ;; esac ;; darwin* | rhapsody*) archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported if test "$lt_cv_ld_force_load" = "yes"; then whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' else whole_archive_flag_spec='' fi link_all_deplibs=yes allow_undefined_flag="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=func_echo_all archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" else ld_shlibs=no fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test "$GCC" = yes; then archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='${wl}-E' ;; hpux10*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 $as_echo_n "checking if $CC understands -b... " >&6; } if ${lt_cv_prog_compiler__b+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler__b=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -b" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler__b=yes fi else lt_cv_prog_compiler__b=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 $as_echo "$lt_cv_prog_compiler__b" >&6; } if test x"$lt_cv_prog_compiler__b" = xyes; then archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi ;; esac fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } if ${lt_cv_irix_exported_symbol+:} false; then : $as_echo_n "(cached) " >&6 else save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo (void) { return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_irix_exported_symbol=yes else lt_cv_irix_exported_symbol=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 $as_echo "$lt_cv_irix_exported_symbol" >&6; } if test "$lt_cv_irix_exported_symbol" = yes; then archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' fi else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' else case $host_os in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-R$libdir' ;; *) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi archive_cmds_need_lc='no' hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='${wl}-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='${wl}-z,text' allow_undefined_flag='${wl}-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) export_dynamic_flag_spec='${wl}-Blargedynsym' ;; esac fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } test "$ld_shlibs" = no && can_build_shared=no with_gnu_ld=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } if ${lt_cv_archive_cmds_need_lc+:} false; then : $as_echo_n "(cached) " >&6 else $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then lt_cv_archive_cmds_need_lc=no else lt_cv_archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc ;; esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; *) lt_sed_strip_eq="s,=/,/,g" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's,/\([A-Za-z]:\),\1,g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[4-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' library_names_spec='${libname}.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec="$LIB" if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi # Handle Gentoo/FreeBSD as it was Linux case $host_vendor in gentoo) version_type=linux ;; *) version_type=freebsd-$objformat ;; esac case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; linux) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' need_lib_prefix=no need_version=no ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=yes sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[3-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH if ${lt_cv_shlibpath_overrides_runpath+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir fi shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[89] | openbsd2.[89].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || test "X$hardcode_automatic" = "Xyes" ; then # We can hardcode non-existent directories. if test "$hardcode_direct" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && test "$hardcode_minus_L" != no; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } if test "$hardcode_action" = relink || test "$inherit_rpath" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes fi ;; *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" if test "x$ac_cv_func_shl_load" = xyes; then : lt_cv_dlopen="shl_load" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } if ${ac_cv_lib_dld_shl_load+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); int main () { return shl_load (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_shl_load=yes else ac_cv_lib_dld_shl_load=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = xyes; then : lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" if test "x$ac_cv_func_dlopen" = xyes; then : lt_cv_dlopen="dlopen" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } if ${ac_cv_lib_svld_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_svld_dlopen=yes else ac_cv_lib_svld_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } if ${ac_cv_lib_dld_dld_link+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dld_link (); int main () { return dld_link (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_dld_link=yes else ac_cv_lib_dld_dld_link=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = xyes; then : lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" fi fi fi fi fi fi ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 $as_echo_n "checking whether a program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisbility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self_static+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisbility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 $as_echo "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi striplib= old_striplib= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } ;; esac fi # Report which library types will actually be built { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 $as_echo_n "checking if libtool supports shared libraries... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 $as_echo "$can_build_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 $as_echo_n "checking whether to build shared libraries... " >&6; } test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[4-9]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 $as_echo "$enable_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 $as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" ac_config_commands="$ac_config_commands libtool" # Only expand once: # For libtool < 1.9b (Debian lenny). # AC_PROG_LIBTOOL has been obsoleted by LT_INIT # Enable example clients # Check whether --enable-example was given. if test "${enable_example+set}" = set; then : enableval=$enable_example; fi if test "$enable_example" = "yes"; then BUILD_EXAMPLE_TRUE= BUILD_EXAMPLE_FALSE='#' else BUILD_EXAMPLE_TRUE='#' BUILD_EXAMPLE_FALSE= fi # Enable tests # Check whether --enable-test was given. if test "${enable_test+set}" = set; then : enableval=$enable_test; fi if test "$enable_test" = "yes"; then BUILD_TEST_TRUE= BUILD_TEST_FALSE='#' else BUILD_TEST_TRUE='#' BUILD_TEST_FALSE= fi # Enable on-line test # Check whether --enable-online-test was given. if test "${enable_online_test+set}" = set; then : enableval=$enable_online_test; fi # Enable gettext { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 $as_echo_n "checking whether NLS is requested... " >&6; } # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then : enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } GETTEXT_MACRO_VERSION=0.18 # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_MSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else case "$MSGFMT" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" ;; esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 $as_echo "$MSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_GMSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 $as_echo "$GMSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; *) MSGFMT_015=$MSGFMT ;; esac case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_XGETTEXT+:} false; then : $as_echo_n "(cached) " >&6 else case "$XGETTEXT" in [\\/]* | ?:[\\/]*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" ;; esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 $as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi rm -f messages.po case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_MSGMERGE+:} false; then : $as_echo_n "(cached) " >&6 else case "$MSGMERGE" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" ;; esac fi MSGMERGE="$ac_cv_path_MSGMERGE" if test "$MSGMERGE" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 $as_echo "$MSGMERGE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$localedir" || localedir='${datadir}/locale' test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= ac_config_commands="$ac_config_commands po-directories" if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'` while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${acl_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$acl_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${acl_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$acl_cv_prog_gnu_ld" >&6; } with_gnu_ld=$acl_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5 $as_echo_n "checking for shared library run path origin... " >&6; } if ${acl_cv_rpath+:} false; then : $as_echo_n "(cached) " >&6 else CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5 $as_echo "$acl_cv_rpath" >&6; } wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" # Check whether --enable-rpath was given. if test "${enable_rpath+set}" = set; then : enableval=$enable_rpath; : else enable_rpath=yes fi acl_libdirstem=lib acl_libdirstem2= case "$host_os" in solaris*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5 $as_echo_n "checking for 64-bit host... " >&6; } if ${gl_cv_solaris_64bit+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef _LP64 sixtyfour bits #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "sixtyfour bits" >/dev/null 2>&1; then : gl_cv_solaris_64bit=yes else gl_cv_solaris_64bit=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_solaris_64bit" >&5 $as_echo "$gl_cv_solaris_64bit" >&6; } if test $gl_cv_solaris_64bit = yes; then acl_libdirstem=lib/64 case "$host_cpu" in sparc*) acl_libdirstem2=lib/sparcv9 ;; i*86 | x86_64) acl_libdirstem2=lib/amd64 ;; esac fi ;; *) searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; */../ | */.. ) # Better ignore directories of this form. They are misleading. ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi ;; esac test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libiconv-prefix was given. if test "${with_libiconv_prefix+set}" = set; then : withval=$with_libiconv_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBICONV= LTLIBICONV= INCICONV= LIBICONV_PREFIX= HAVE_LIBICONV= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='iconv ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" else LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'iconv'; then LIBICONV_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'iconv'; then LIBICONV_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBICONV="${LIBICONV}${LIBICONV:+ }$dep" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep" ;; esac done fi else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5 $as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; } if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { CFPreferencesCopyAppValue(NULL, NULL) ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_func_CFPreferencesCopyAppValue=yes else gt_cv_func_CFPreferencesCopyAppValue=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gt_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 $as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; } if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then $as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5 $as_echo_n "checking for CFLocaleCopyCurrent... " >&6; } if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { CFLocaleCopyCurrent(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_func_CFLocaleCopyCurrent=yes else gt_cv_func_CFLocaleCopyCurrent=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gt_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 $as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; } if test $gt_cv_func_CFLocaleCopyCurrent = yes; then $as_echo "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi LIBINTL= LTLIBINTL= POSUB= case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5 $as_echo_n "checking for GNU gettext in libc... " >&6; } if eval \${$gt_func_gnugettext_libc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$gt_func_gnugettext_libc=yes" else eval "$gt_func_gnugettext_libc=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$gt_func_gnugettext_libc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then am_save_CPPFLAGS="$CPPFLAGS" for element in $INCICONV; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 $as_echo_n "checking for iconv... " >&6; } if ${am_cv_func_iconv+:} false; then : $as_echo_n "(cached) " >&6 else am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_lib_iconv=yes am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 $as_echo "$am_cv_func_iconv" >&6; } if test "$am_cv_func_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5 $as_echo_n "checking for working iconv... " >&6; } if ${am_cv_func_iconv_works+:} false; then : $as_echo_n "(cached) " >&6 else am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi if test "$cross_compiling" = yes; then : case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { int result = 0; /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static const char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 1; iconv_close (cd_utf8_to_88591); } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static const char input[] = "\263"; char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 2; iconv_close (cd_ascii_to_88591); } } /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ { iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static const char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; const char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) result |= 4; iconv_close (cd_88591_to_utf8); } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) result |= 8; iconv_close (cd_88591_to_utf8); } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) result |= 16; return result; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : am_cv_func_iconv_works=yes else am_cv_func_iconv_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi LIBS="$am_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5 $as_echo "$am_cv_func_iconv_works" >&6; } case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then $as_echo "#define HAVE_ICONV 1" >>confdefs.h fi if test "$am_cv_lib_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 $as_echo_n "checking how to link with libiconv... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 $as_echo "$LIBICONV" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libintl-prefix was given. if test "${with_libintl_prefix+set}" = set; then : withval=$with_libintl_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBINTL= LTLIBINTL= INCINTL= LIBINTL_PREFIX= HAVE_LIBINTL= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='intl ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a" else LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'intl'; then LIBINTL_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'intl'; then LIBINTL_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBINTL="${LIBINTL}${LIBINTL:+ }$dep" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep" ;; esac done fi else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5 $as_echo_n "checking for GNU gettext in libintl... " >&6; } if eval \${$gt_func_gnugettext_libintl+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$gt_func_gnugettext_libintl=yes" else eval "$gt_func_gnugettext_libintl=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS" fi eval ac_res=\$$gt_func_gnugettext_libintl { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else LIBINTL= LTLIBINTL= INCINTL= fi if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then $as_echo "#define ENABLE_NLS 1" >>confdefs.h else USE_NLS=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5 $as_echo_n "checking whether to use NLS... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } if test "$USE_NLS" = "yes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5 $as_echo_n "checking where the gettext function comes from... " >&6; } if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5 $as_echo "$gt_source" >&6; } fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5 $as_echo_n "checking how to link with libintl... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5 $as_echo "$LIBINTL" >&6; } for element in $INCINTL; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done fi $as_echo "#define HAVE_GETTEXT 1" >>confdefs.h $as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h fi POSUB=po fi INTLLIBS="$LIBINTL" # Enable debug # Check whether --enable-debug was given. if test "${enable_debug+set}" = set; then : enableval=$enable_debug; fi if test "$enable_debug" = "yes"; then : CFLAGS="${CFLAGS} -g" $as_echo "#define ENABLE_DEBUG 1" >>confdefs.h fi ac_fn_c_check_decl "$LINENO" "_WIN32" "ac_cv_have_decl__WIN32" "$ac_includes_default" if test "x$ac_cv_have_decl__WIN32" = xyes; then : fi if test "$ac_cv_have_decl__WIN32" = "yes"; then WIN32_TRUE= WIN32_FALSE='#' else WIN32_TRUE='#' WIN32_FALSE= fi # Checks for libraries. #TODO: Verify minimal version. libxml2-2.6.26 is just a guess. # Check whether --with-xml-prefix was given. if test "${with_xml_prefix+set}" = set; then : withval=$with_xml_prefix; xml_config_prefix="$withval" else xml_config_prefix="" fi # Check whether --with-xml-exec-prefix was given. if test "${with_xml_exec_prefix+set}" = set; then : withval=$with_xml_exec_prefix; xml_config_exec_prefix="$withval" else xml_config_exec_prefix="" fi # Check whether --enable-xmltest was given. if test "${enable_xmltest+set}" = set; then : enableval=$enable_xmltest; else enable_xmltest=yes fi if test x$xml_config_exec_prefix != x ; then xml_config_args="$xml_config_args" if test x${XML2_CONFIG+set} != xset ; then XML2_CONFIG=$xml_config_exec_prefix/bin/xml2-config fi fi if test x$xml_config_prefix != x ; then xml_config_args="$xml_config_args --prefix=$xml_config_prefix" if test x${XML2_CONFIG+set} != xset ; then XML2_CONFIG=$xml_config_prefix/bin/xml2-config fi fi # Extract the first word of "xml2-config", so it can be a program name with args. set dummy xml2-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_XML2_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $XML2_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_XML2_CONFIG="$XML2_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_XML2_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_XML2_CONFIG" && ac_cv_path_XML2_CONFIG="no" ;; esac fi XML2_CONFIG=$ac_cv_path_XML2_CONFIG if test -n "$XML2_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XML2_CONFIG" >&5 $as_echo "$XML2_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi min_xml_version=2.6.26 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxml - version >= $min_xml_version" >&5 $as_echo_n "checking for libxml - version >= $min_xml_version... " >&6; } no_xml="" if test "$XML2_CONFIG" = "no" ; then no_xml=yes else XML_CPPFLAGS=`$XML2_CONFIG $xml_config_args --cflags` XML_LIBS=`$XML2_CONFIG $xml_config_args --libs` xml_config_major_version=`$XML2_CONFIG $xml_config_args --version | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` xml_config_minor_version=`$XML2_CONFIG $xml_config_args --version | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` xml_config_micro_version=`$XML2_CONFIG $xml_config_args --version | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` if test "x$enable_xmltest" = "xyes" ; then ac_save_CPPFLAGS="$CPPFLAGS" ac_save_LIBS="$LIBS" CPPFLAGS="$CPPFLAGS $XML_CPPFLAGS" LIBS="$XML_LIBS $LIBS" rm -f conf.xmltest if test "$cross_compiling" = yes; then : echo $ac_n "cross compiling; assumed OK... $ac_c" else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main() { int xml_major_version, xml_minor_version, xml_micro_version; int major, minor, micro; char *tmp_version; system("touch conf.xmltest"); /* Capture xml2-config output via autoconf/configure variables */ /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = (char *)strdup("$min_xml_version"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string from xml2-config\n", "$min_xml_version"); exit(1); } free(tmp_version); /* Capture the version information from the header files */ tmp_version = (char *)strdup(LIBXML_DOTTED_VERSION); if (sscanf(tmp_version, "%d.%d.%d", &xml_major_version, &xml_minor_version, &xml_micro_version) != 3) { printf("%s, bad version string from libxml includes\n", "LIBXML_DOTTED_VERSION"); exit(1); } free(tmp_version); /* Compare xml2-config output to the libxml headers */ if ((xml_major_version != $xml_config_major_version) || (xml_minor_version != $xml_config_minor_version) || (xml_micro_version != $xml_config_micro_version)) { printf("*** libxml header files (version %d.%d.%d) do not match\n", xml_major_version, xml_minor_version, xml_micro_version); printf("*** xml2-config (version %d.%d.%d)\n", $xml_config_major_version, $xml_config_minor_version, $xml_config_micro_version); return 1; } /* Compare the headers to the library to make sure we match */ /* Less than ideal -- doesn't provide us with return value feedback, * only exits if there's a serious mismatch between header and library. */ LIBXML_TEST_VERSION; /* Test that the library is greater than our minimum version */ if ((xml_major_version > major) || ((xml_major_version == major) && (xml_minor_version > minor)) || ((xml_major_version == major) && (xml_minor_version == minor) && (xml_micro_version >= micro))) { return 0; } else { printf("\n*** An old version of libxml (%d.%d.%d) was found.\n", xml_major_version, xml_minor_version, xml_micro_version); printf("*** You need a version of libxml newer than %d.%d.%d. The latest version of\n", major, minor, micro); printf("*** libxml is always available from ftp://ftp.xmlsoft.org.\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version, this error\n"); printf("*** probably means that the wrong copy of the xml2-config shell script is\n"); printf("*** being found. The easiest way to fix this is to remove the old version\n"); printf("*** of LIBXML, but you can also set the XML2_CONFIG environment to point to the\n"); printf("*** correct copy of xml2-config. (In this case, you will have to\n"); printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); printf("*** so that the correct libraries are found at run-time))\n"); } return 1; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else no_xml=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi CPPFLAGS="$ac_save_CPPFLAGS" LIBS="$ac_save_LIBS" fi fi if test "x$no_xml" = x ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $xml_config_major_version.$xml_config_minor_version.$xml_config_micro_version)" >&5 $as_echo "yes (version $xml_config_major_version.$xml_config_minor_version.$xml_config_micro_version)" >&6; } : else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if test "$XML2_CONFIG" = "no" ; then echo "*** The xml2-config script installed by LIBXML could not be found" echo "*** If libxml was installed in PREFIX, make sure PREFIX/bin is in" echo "*** your path, or set the XML2_CONFIG environment variable to the" echo "*** full path to xml2-config." else if test -f conf.xmltest ; then : else echo "*** Could not run libxml test program, checking why..." CPPFLAGS="$CPPFLAGS $XML_CPPFLAGS" LIBS="$LIBS $XML_LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { LIBXML_TEST_VERSION; return 0; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding LIBXML or finding the wrong" echo "*** version of LIBXML. If it is not finding LIBXML, you'll need to set your" echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" echo "*** to the installed location Also, make sure you have run ldconfig if that" echo "*** is required on your system" echo "***" echo "*** If you have an old version installed, it is best to remove it, although" echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" else echo "*** The test program failed to compile or link. See the file config.log for the" echo "*** exact error that occured. This usually means LIBXML was incorrectly installed" echo "*** or that you have moved LIBXML since it was installed. In the latter case, you" echo "*** may want to edit the xml2-config script: $XML2_CONFIG" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext CPPFLAGS="$ac_save_CPPFLAGS" LIBS="$ac_save_LIBS" fi fi XML_CPPFLAGS="" XML_LIBS="" : fi rm -f conf.xmltest # Checks for CURL # Check whether --with-libcurl was given. if test "${with_libcurl+set}" = set; then : withval=$with_libcurl; _libcurl_with=$withval else _libcurl_with=yes fi if test "$_libcurl_with" != "no" ; then for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done _libcurl_version_parse="eval $AWK '{split(\$NF,A,\".\"); X=256*256*A[1]+256*A[2]+A[3]; print X;}'" _libcurl_try_link=yes if test -d "$_libcurl_with" ; then LIBCURL_CPPFLAGS="-I$withval/include" _libcurl_ldflags="-L$withval/lib" # Extract the first word of "curl-config", so it can be a program name with args. set dummy curl-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path__libcurl_config+:} false; then : $as_echo_n "(cached) " >&6 else case $_libcurl_config in [\\/]* | ?:[\\/]*) ac_cv_path__libcurl_config="$_libcurl_config" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in "$withval/bin" do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path__libcurl_config="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi _libcurl_config=$ac_cv_path__libcurl_config if test -n "$_libcurl_config"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_libcurl_config" >&5 $as_echo "$_libcurl_config" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi else # Extract the first word of "curl-config", so it can be a program name with args. set dummy curl-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path__libcurl_config+:} false; then : $as_echo_n "(cached) " >&6 else case $_libcurl_config in [\\/]* | ?:[\\/]*) ac_cv_path__libcurl_config="$_libcurl_config" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path__libcurl_config="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi _libcurl_config=$ac_cv_path__libcurl_config if test -n "$_libcurl_config"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_libcurl_config" >&5 $as_echo "$_libcurl_config" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test x$_libcurl_config != "x" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the version of libcurl" >&5 $as_echo_n "checking for the version of libcurl... " >&6; } if ${libcurl_cv_lib_curl_version+:} false; then : $as_echo_n "(cached) " >&6 else libcurl_cv_lib_curl_version=`$_libcurl_config --version | $AWK '{print $2}'` fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libcurl_cv_lib_curl_version" >&5 $as_echo "$libcurl_cv_lib_curl_version" >&6; } _libcurl_version=`echo $libcurl_cv_lib_curl_version | $_libcurl_version_parse` _libcurl_wanted=`echo 0 | $_libcurl_version_parse` if test $_libcurl_wanted -gt 0 ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcurl >= version " >&5 $as_echo_n "checking for libcurl >= version ... " >&6; } if ${libcurl_cv_lib_version_ok+:} false; then : $as_echo_n "(cached) " >&6 else if test $_libcurl_version -ge $_libcurl_wanted ; then libcurl_cv_lib_version_ok=yes else libcurl_cv_lib_version_ok=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libcurl_cv_lib_version_ok" >&5 $as_echo "$libcurl_cv_lib_version_ok" >&6; } fi if test $_libcurl_wanted -eq 0 || test x$libcurl_cv_lib_version_ok = xyes ; then if test x"$LIBCURL_CPPFLAGS" = "x" ; then LIBCURL_CPPFLAGS=`$_libcurl_config --cflags` fi if test x"$LIBCURL" = "x" ; then LIBCURL=`$_libcurl_config --libs` # This is so silly, but Apple actually has a bug in their # curl-config script. Fixed in Tiger, but there are still # lots of Panther installs around. case "${host}" in powerpc-apple-darwin7*) LIBCURL=`echo $LIBCURL | sed -e 's|-arch i386||g'` ;; esac fi # All curl-config scripts support --feature _libcurl_features=`$_libcurl_config --feature` # Is it modern enough to have --protocols? (7.12.4) if test $_libcurl_version -ge 461828 ; then _libcurl_protocols=`$_libcurl_config --protocols` fi else _libcurl_try_link=no fi unset _libcurl_wanted fi if test $_libcurl_try_link = yes ; then # we didn't find curl-config, so let's see if the user-supplied # link line (or failing that, "-lcurl") is enough. LIBCURL=${LIBCURL-"$_libcurl_ldflags -lcurl"} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libcurl is usable" >&5 $as_echo_n "checking whether libcurl is usable... " >&6; } if ${libcurl_cv_lib_curl_usable+:} false; then : $as_echo_n "(cached) " >&6 else _libcurl_save_cppflags=$CPPFLAGS CPPFLAGS="$LIBCURL_CPPFLAGS $CPPFLAGS" _libcurl_save_libs=$LIBS LIBS="$LIBCURL $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { /* Try and use a few common options to force a failure if we are missing symbols or can't link. */ int x; curl_easy_setopt(NULL,CURLOPT_URL,NULL); x=CURL_ERROR_SIZE; x=CURLOPT_WRITEFUNCTION; x=CURLOPT_FILE; x=CURLOPT_ERRORBUFFER; x=CURLOPT_STDERR; x=CURLOPT_VERBOSE; if (x) ; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : libcurl_cv_lib_curl_usable=yes else libcurl_cv_lib_curl_usable=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext CPPFLAGS=$_libcurl_save_cppflags LIBS=$_libcurl_save_libs unset _libcurl_save_cppflags unset _libcurl_save_libs fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libcurl_cv_lib_curl_usable" >&5 $as_echo "$libcurl_cv_lib_curl_usable" >&6; } if test $libcurl_cv_lib_curl_usable = yes ; then # Does curl_free() exist in this version of libcurl? # If not, fake it with free() _libcurl_save_cppflags=$CPPFLAGS CPPFLAGS="$CPPFLAGS $LIBCURL_CPPFLAGS" _libcurl_save_libs=$LIBS LIBS="$LIBS $LIBCURL" ac_fn_c_check_func "$LINENO" "curl_free" "ac_cv_func_curl_free" if test "x$ac_cv_func_curl_free" = xyes; then : else $as_echo "#define curl_free free" >>confdefs.h fi CPPFLAGS=$_libcurl_save_cppflags LIBS=$_libcurl_save_libs unset _libcurl_save_cppflags unset _libcurl_save_libs $as_echo "#define HAVE_LIBCURL 1" >>confdefs.h for _libcurl_feature in $_libcurl_features ; do cat >>confdefs.h <<_ACEOF #define `$as_echo "libcurl_feature_$_libcurl_feature" | $as_tr_cpp` 1 _ACEOF eval `$as_echo "libcurl_feature_$_libcurl_feature" | $as_tr_sh`=yes done if test "x$_libcurl_protocols" = "x" ; then # We don't have --protocols, so just assume that all # protocols are available _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP" if test x$libcurl_feature_SSL = xyes ; then _libcurl_protocols="$_libcurl_protocols HTTPS" # FTPS wasn't standards-compliant until version # 7.11.0 (0x070b00 == 461568) if test $_libcurl_version -ge 461568; then _libcurl_protocols="$_libcurl_protocols FTPS" fi fi # RTSP, IMAP, POP3 and SMTP were added in # 7.20.0 (0x071400 == 463872) if test $_libcurl_version -ge 463872; then _libcurl_protocols="$_libcurl_protocols RTSP IMAP POP3 SMTP" fi fi for _libcurl_protocol in $_libcurl_protocols ; do cat >>confdefs.h <<_ACEOF #define `$as_echo "libcurl_protocol_$_libcurl_protocol" | $as_tr_cpp` 1 _ACEOF eval `$as_echo "libcurl_protocol_$_libcurl_protocol" | $as_tr_sh`=yes done else unset LIBCURL unset LIBCURL_CPPFLAGS fi fi unset _libcurl_try_link unset _libcurl_version_parse unset _libcurl_config unset _libcurl_feature unset _libcurl_features unset _libcurl_protocol unset _libcurl_protocols unset _libcurl_version unset _libcurl_ldflags fi if test x$_libcurl_with = xno || test x$libcurl_cv_lib_curl_usable != xyes ; then # This is the IF-NO path : else # This is the IF-YES path : fi unset _libcurl_with if test -z "$LIBCURL"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libcurl disabled or not found. Network features will be disabled." >&5 $as_echo "$as_me: WARNING: libcurl disabled or not found. Network features will be disabled." >&2;} else cppflags_orig="$CPPFLAGS" CPPFLAGS="${CPPFLAGS} ${LIBCURL_CPPFLAGS}" ac_fn_c_check_decl "$LINENO" "CURLOPT_TIMEOUT_MS" "ac_cv_have_decl_CURLOPT_TIMEOUT_MS" "#include " if test "x$ac_cv_have_decl_CURLOPT_TIMEOUT_MS" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_CURLOPT_TIMEOUT_MS $ac_have_decl _ACEOF if test $ac_have_decl = 1; then : else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your libcurl does not support subsecond timeout resolution. Consider upgrade to 7.16.2 version." >&5 $as_echo "$as_me: WARNING: Your libcurl does not support subsecond timeout resolution. Consider upgrade to 7.16.2 version." >&2;} fi ac_fn_c_check_decl "$LINENO" "CURLOPT_USERNAME" "ac_cv_have_decl_CURLOPT_USERNAME" "#include " if test "x$ac_cv_have_decl_CURLOPT_USERNAME" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_CURLOPT_USERNAME $ac_have_decl _ACEOF if test $ac_have_decl = 1; then : else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your libcurl does not support separate username and password. Your ISDS username could not contain colon. Consider upgrade to 7.19.1 version." >&5 $as_echo "$as_me: WARNING: Your libcurl does not support separate username and password. Your ISDS username could not contain colon. Consider upgrade to 7.19.1 version." >&2;} fi ac_fn_c_check_decl "$LINENO" "CURLOPT_SSLCERTTYPE" "ac_cv_have_decl_CURLOPT_SSLCERTTYPE" "#include " if test "x$ac_cv_have_decl_CURLOPT_SSLCERTTYPE" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_CURLOPT_SSLCERTTYPE $ac_have_decl _ACEOF if test $ac_have_decl = 1; then : else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your libcurl does not support client certificate format declaration (PEM vs. DER). Consider upgrade to 7.9.3 version." >&5 $as_echo "$as_me: WARNING: Your libcurl does not support client certificate format declaration (PEM vs. DER). Consider upgrade to 7.9.3 version." >&2;} fi ac_fn_c_check_decl "$LINENO" "CURLOPT_CRLFILE" "ac_cv_have_decl_CURLOPT_CRLFILE" "#include " if test "x$ac_cv_have_decl_CURLOPT_CRLFILE" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_CURLOPT_CRLFILE $ac_have_decl _ACEOF if test $ac_have_decl = 1; then : else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your libcurl does not support certificate revocation list declaration. Consider upgrade to 7.19.0 version." >&5 $as_echo "$as_me: WARNING: Your libcurl does not support certificate revocation list declaration. Consider upgrade to 7.19.0 version." >&2;} fi ac_fn_c_check_decl "$LINENO" "CURLINFO_REDIRECT_URL" "ac_cv_have_decl_CURLINFO_REDIRECT_URL" "#include " if test "x$ac_cv_have_decl_CURLINFO_REDIRECT_URL" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_CURLINFO_REDIRECT_URL $ac_have_decl _ACEOF if test $ac_have_decl = 1; then : else as_fn_error $? "Your libcurl does not support getting redirected URL. You must upgrade to 7.18.2 version." "$LINENO" 5 fi ac_fn_c_check_decl "$LINENO" "CURLOPT_KEYPASSWD" "ac_cv_have_decl_CURLOPT_KEYPASSWD" "#include " if test "x$ac_cv_have_decl_CURLOPT_KEYPASSWD" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_CURLOPT_KEYPASSWD $ac_have_decl _ACEOF ac_fn_c_check_decl "$LINENO" "CURLOPT_SSLKEYPASSWD" "ac_cv_have_decl_CURLOPT_SSLKEYPASSWD" "#include " if test "x$ac_cv_have_decl_CURLOPT_SSLKEYPASSWD" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_CURLOPT_SSLKEYPASSWD $ac_have_decl _ACEOF CPPFLAGS="$cppflags_orig" fi if test -n "$LIBCURL"; then BUILD_CURL_TRUE= BUILD_CURL_FALSE='#' else BUILD_CURL_TRUE='#' BUILD_CURL_FALSE= fi # Check whether --enable-curlreauthorizationbug was given. if test "${enable_curlreauthorizationbug+set}" = set; then : enableval=$enable_curlreauthorizationbug; fi if test "$enable_curlreauthorizationbug" = "yes"; then : $as_echo "#define HAVE_CURL_REAUTHORIZATION_BUG 1" >>confdefs.h fi if test -n "$LIBCURL" -a "$enable_test" = "yes" \ -a "$enable_online_test" = "yes"; then BUILD_ONLINE_TEST_TRUE= BUILD_ONLINE_TEST_FALSE='#' else BUILD_ONLINE_TEST_TRUE='#' BUILD_ONLINE_TEST_FALSE= fi if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 $as_echo "$ac_pt_PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } PKG_CONFIG="" fi fi if test "$enable_test" = "yes"; then : pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBGNUTLS" >&5 $as_echo_n "checking for LIBGNUTLS... " >&6; } if test -n "$LIBGNUTLS_CFLAGS"; then pkg_cv_LIBGNUTLS_CFLAGS="$LIBGNUTLS_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 2.12.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "gnutls >= 2.12.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_LIBGNUTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls >= 2.12.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$LIBGNUTLS_LIBS"; then pkg_cv_LIBGNUTLS_LIBS="$LIBGNUTLS_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 2.12.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "gnutls >= 2.12.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_LIBGNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls >= 2.12.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then LIBGNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gnutls >= 2.12.0" 2>&1` else LIBGNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gnutls >= 2.12.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$LIBGNUTLS_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (gnutls >= 2.12.0) were not met: $LIBGNUTLS_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBGNUTLS_CFLAGS and LIBGNUTLS_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables LIBGNUTLS_CFLAGS and LIBGNUTLS_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } else LIBGNUTLS_CFLAGS=$pkg_cv_LIBGNUTLS_CFLAGS LIBGNUTLS_LIBS=$pkg_cv_LIBGNUTLS_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi fi # Check whether --enable-openssl-backend was given. if test "${enable_openssl_backend+set}" = set; then : enableval=$enable_openssl_backend; fi # Check whether --with-gpgme-prefix was given. if test "${with_gpgme_prefix+set}" = set; then : withval=$with_gpgme_prefix; gpgme_config_prefix="$withval" else gpgme_config_prefix="" fi if test "x$gpgme_config_prefix" != x ; then GPGME_CONFIG="$gpgme_config_prefix/bin/gpgme-config" fi # Extract the first word of "gpgme-config", so it can be a program name with args. set dummy gpgme-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_GPGME_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $GPGME_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_GPGME_CONFIG="$GPGME_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_GPGME_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GPGME_CONFIG" && ac_cv_path_GPGME_CONFIG="no" ;; esac fi GPGME_CONFIG=$ac_cv_path_GPGME_CONFIG if test -n "$GPGME_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GPGME_CONFIG" >&5 $as_echo "$GPGME_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "$GPGME_CONFIG" != "no" ; then gpgme_version=`$GPGME_CONFIG --version` fi gpgme_version_major=`echo $gpgme_version | \ sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1/'` gpgme_version_minor=`echo $gpgme_version | \ sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\2/'` gpgme_version_micro=`echo $gpgme_version | \ sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\3/'` if test "x${enable_openssl_backend}" = "xyes"; then : $as_echo "#define USE_OPENSSL_BACKEND 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing CMS_get0_content" >&5 $as_echo_n "checking for library containing CMS_get0_content... " >&6; } if ${ac_cv_search_CMS_get0_content+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char CMS_get0_content (); int main () { return CMS_get0_content (); ; return 0; } _ACEOF for ac_lib in '' crypto; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_CMS_get0_content=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_CMS_get0_content+:} false; then : break fi done if ${ac_cv_search_CMS_get0_content+:} false; then : else ac_cv_search_CMS_get0_content=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_CMS_get0_content" >&5 $as_echo "$ac_cv_search_CMS_get0_content" >&6; } ac_res=$ac_cv_search_CMS_get0_content if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" else as_fn_error $? "OpenSSL librypto not found." "$LINENO" 5 fi else #TODO: Determine minimal version # Check whether --with-libgcrypt-prefix was given. if test "${with_libgcrypt_prefix+set}" = set; then : withval=$with_libgcrypt_prefix; libgcrypt_config_prefix="$withval" else libgcrypt_config_prefix="" fi if test x$libgcrypt_config_prefix != x ; then if test x${LIBGCRYPT_CONFIG+set} != xset ; then LIBGCRYPT_CONFIG=$libgcrypt_config_prefix/bin/libgcrypt-config fi fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}libgcrypt-config", so it can be a program name with args. set dummy ${ac_tool_prefix}libgcrypt-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_LIBGCRYPT_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $LIBGCRYPT_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_LIBGCRYPT_CONFIG="$LIBGCRYPT_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_LIBGCRYPT_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi LIBGCRYPT_CONFIG=$ac_cv_path_LIBGCRYPT_CONFIG if test -n "$LIBGCRYPT_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGCRYPT_CONFIG" >&5 $as_echo "$LIBGCRYPT_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_LIBGCRYPT_CONFIG"; then ac_pt_LIBGCRYPT_CONFIG=$LIBGCRYPT_CONFIG # Extract the first word of "libgcrypt-config", so it can be a program name with args. set dummy libgcrypt-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_ac_pt_LIBGCRYPT_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_LIBGCRYPT_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_LIBGCRYPT_CONFIG="$ac_pt_LIBGCRYPT_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_LIBGCRYPT_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_LIBGCRYPT_CONFIG=$ac_cv_path_ac_pt_LIBGCRYPT_CONFIG if test -n "$ac_pt_LIBGCRYPT_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_LIBGCRYPT_CONFIG" >&5 $as_echo "$ac_pt_LIBGCRYPT_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_LIBGCRYPT_CONFIG" = x; then LIBGCRYPT_CONFIG="no" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIBGCRYPT_CONFIG=$ac_pt_LIBGCRYPT_CONFIG fi else LIBGCRYPT_CONFIG="$ac_cv_path_LIBGCRYPT_CONFIG" fi tmp=1:1.4.0 if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then req_libgcrypt_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'` min_libgcrypt_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'` else req_libgcrypt_api=0 min_libgcrypt_version="$tmp" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBGCRYPT - version >= $min_libgcrypt_version" >&5 $as_echo_n "checking for LIBGCRYPT - version >= $min_libgcrypt_version... " >&6; } ok=no if test "$LIBGCRYPT_CONFIG" != "no" ; then req_major=`echo $min_libgcrypt_version | \ sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/'` req_minor=`echo $min_libgcrypt_version | \ sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\2/'` req_micro=`echo $min_libgcrypt_version | \ sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'` libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version` major=`echo $libgcrypt_config_version | \ sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1/'` minor=`echo $libgcrypt_config_version | \ sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\2/'` micro=`echo $libgcrypt_config_version | \ sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\3/'` if test "$major" -gt "$req_major"; then ok=yes else if test "$major" -eq "$req_major"; then if test "$minor" -gt "$req_minor"; then ok=yes else if test "$minor" -eq "$req_minor"; then if test "$micro" -ge "$req_micro"; then ok=yes fi fi fi fi fi fi if test $ok = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($libgcrypt_config_version)" >&5 $as_echo "yes ($libgcrypt_config_version)" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test $ok = yes; then # If we have a recent libgcrypt, we should also check that the # API is compatible if test "$req_libgcrypt_api" -gt 0 ; then tmp=`$LIBGCRYPT_CONFIG --api-version 2>/dev/null || echo 0` if test "$tmp" -gt 0 ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBGCRYPT API version" >&5 $as_echo_n "checking LIBGCRYPT API version... " >&6; } if test "$req_libgcrypt_api" -eq "$tmp" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: okay" >&5 $as_echo "okay" >&6; } else ok=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: does not match. want=$req_libgcrypt_api got=$tmp" >&5 $as_echo "does not match. want=$req_libgcrypt_api got=$tmp" >&6; } fi fi fi fi if test $ok = yes; then LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags` LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs` : if test x"$host" != x ; then libgcrypt_config_host=`$LIBGCRYPT_CONFIG --host 2>/dev/null || echo none` if test x"$libgcrypt_config_host" != xnone ; then if test x"$libgcrypt_config_host" != x"$host" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** *** The config script $LIBGCRYPT_CONFIG was *** built for $libgcrypt_config_host and thus may not match the *** used host $host. *** You may want to use the configure option --with-libgcrypt-prefix *** to specify a matching config script. ***" >&5 $as_echo "$as_me: WARNING: *** *** The config script $LIBGCRYPT_CONFIG was *** built for $libgcrypt_config_host and thus may not match the *** used host $host. *** You may want to use the configure option --with-libgcrypt-prefix *** to specify a matching config script. ***" >&2;} fi fi fi else LIBGCRYPT_CFLAGS="" LIBGCRYPT_LIBS="" : fi # GPGME is compiled with large file support by default. We need to follow not # to break ABI. # Check whether --enable-largefile was given. if test "${enable_largefile+set}" = set; then : enableval=$enable_largefile; fi if test "$enable_largefile" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 $as_echo_n "checking for special C compiler options needed for large files... " >&6; } if ${ac_cv_sys_largefile_CC+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_sys_largefile_CC=no if test "$GCC" != yes; then ac_save_CC=$CC while :; do # IRIX 6.2 and later do not support large files by default, # so use the C compiler's -n32 option if that helps. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : break fi rm -f core conftest.err conftest.$ac_objext CC="$CC -n32" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_CC=' -n32'; break fi rm -f core conftest.err conftest.$ac_objext break done CC=$ac_save_CC rm -f conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5 $as_echo "$ac_cv_sys_largefile_CC" >&6; } if test "$ac_cv_sys_largefile_CC" != no; then CC=$CC$ac_cv_sys_largefile_CC fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } if ${ac_cv_sys_file_offset_bits+:} false; then : $as_echo_n "(cached) " >&6 else while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_file_offset_bits=no; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _FILE_OFFSET_BITS 64 #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_file_offset_bits=64; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_sys_file_offset_bits=unknown break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5 $as_echo "$ac_cv_sys_file_offset_bits" >&6; } case $ac_cv_sys_file_offset_bits in #( no | unknown) ;; *) cat >>confdefs.h <<_ACEOF #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits _ACEOF ;; esac rm -rf conftest* if test $ac_cv_sys_file_offset_bits = unknown; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } if ${ac_cv_sys_large_files+:} false; then : $as_echo_n "(cached) " >&6 else while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_large_files=no; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _LARGE_FILES 1 #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_large_files=1; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_sys_large_files=unknown break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5 $as_echo "$ac_cv_sys_large_files" >&6; } case $ac_cv_sys_large_files in #( no | unknown) ;; *) cat >>confdefs.h <<_ACEOF #define _LARGE_FILES $ac_cv_sys_large_files _ACEOF ;; esac rm -rf conftest* fi fi #TODO: Determine minimal version tmp=1:0.4.2 if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then req_gpgme_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'` min_gpgme_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'` else req_gpgme_api=0 min_gpgme_version="$tmp" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GPGME - version >= $min_gpgme_version" >&5 $as_echo_n "checking for GPGME - version >= $min_gpgme_version... " >&6; } ok=no if test "$GPGME_CONFIG" != "no" ; then req_major=`echo $min_gpgme_version | \ sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/'` req_minor=`echo $min_gpgme_version | \ sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\2/'` req_micro=`echo $min_gpgme_version | \ sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'` if test "$gpgme_version_major" -gt "$req_major"; then ok=yes else if test "$gpgme_version_major" -eq "$req_major"; then if test "$gpgme_version_minor" -gt "$req_minor"; then ok=yes else if test "$gpgme_version_minor" -eq "$req_minor"; then if test "$gpgme_version_micro" -ge "$req_micro"; then ok=yes fi fi fi fi fi fi if test $ok = yes; then # If we have a recent GPGME, we should also check that the # API is compatible. if test "$req_gpgme_api" -gt 0 ; then tmp=`$GPGME_CONFIG --api-version 2>/dev/null || echo 0` if test "$tmp" -gt 0 ; then if test "$req_gpgme_api" -ne "$tmp" ; then ok=no fi fi fi fi if test $ok = yes; then GPGME_CFLAGS=`$GPGME_CONFIG --cflags` GPGME_LIBS=`$GPGME_CONFIG --libs` { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } : else GPGME_CFLAGS="" GPGME_LIBS="" { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } : fi fi if test "x${enable_openssl_backend}" = "xyes"; then USE_OPENSSL_BACKEND_TRUE= USE_OPENSSL_BACKEND_FALSE='#' else USE_OPENSSL_BACKEND_TRUE='#' USE_OPENSSL_BACKEND_FALSE= fi # Check for expat { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML_ExpatVersionInfo in -lexpat" >&5 $as_echo_n "checking for XML_ExpatVersionInfo in -lexpat... " >&6; } if ${ac_cv_lib_expat_XML_ExpatVersionInfo+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lexpat $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char XML_ExpatVersionInfo (); int main () { return XML_ExpatVersionInfo (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_expat_XML_ExpatVersionInfo=yes else ac_cv_lib_expat_XML_ExpatVersionInfo=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_expat_XML_ExpatVersionInfo" >&5 $as_echo "$ac_cv_lib_expat_XML_ExpatVersionInfo" >&6; } if test "x$ac_cv_lib_expat_XML_ExpatVersionInfo" = xyes; then : EXPAT_LIBS=-lexpat fi # Verify minimal version. See src/phys.c: init_expat() expat_min_major="2" expat_min_minor="0" expat_min_micro="0" expat_min_version="${expat_min_major}.${expat_min_minor}.${expat_min_micro}" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expat library version >= ${expat_min_version}" >&5 $as_echo_n "checking for expat library version >= ${expat_min_version}... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define MIN_MAJOR ${expat_min_major} #define MIN_MINOR ${expat_min_minor} #define MIN_MICRO ${expat_min_micro} #include int main () { #if (XML_MAJOR_VERSION < MIN_MAJOR) || \ (XML_MAJOR_VERSION == MIN_MAJOR && XML_MINOR_VERSION < MIN_MINOR) || \ (XML_MAJOR_VERSION == MIN_MAJOR && XML_MINOR_VERSION == MIN_MINOR && \ XML_MICRO_VERSION < MIN_MICRO) #error "Expat library is too old" #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "Upgrade your expat to ${expat_min_version} See \`config.log' for more details" "$LINENO" 5; } fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext # Do not consider compiler warnings as errors # This harms libxml configure test # Check whether --enable-fatalwarnings was given. if test "${enable_fatalwarnings+set}" = set; then : enableval=$enable_fatalwarnings; fi if test "$enable_fatalwarnings" = "no"; then : else CFLAGS="${CFLAGS} -Werror" fi # Checks for header files. for ac_header in fcntl.h locale.h stdint.h stdlib.h string.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done # Checks for typedefs, structures, and compiler characteristics. ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" if test "x$ac_cv_type_size_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define size_t unsigned int _ACEOF fi #AC_TYPE_SSIZE_T ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t" case $ac_cv_c_uint8_t in #( no|yes) ;; #( *) $as_echo "#define _UINT8_T 1" >>confdefs.h cat >>confdefs.h <<_ACEOF #define uint8_t $ac_cv_c_uint8_t _ACEOF ;; esac # Checks for library functions. for ac_header in stdlib.h do : ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" if test "x$ac_cv_header_stdlib_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STDLIB_H 1 _ACEOF fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5 $as_echo_n "checking for GNU libc compatible malloc... " >&6; } if ${ac_cv_func_malloc_0_nonnull+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : ac_cv_func_malloc_0_nonnull=no else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined STDC_HEADERS || defined HAVE_STDLIB_H # include #else char *malloc (); #endif int main () { return ! malloc (0); ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_func_malloc_0_nonnull=yes else ac_cv_func_malloc_0_nonnull=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5 $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; } if test $ac_cv_func_malloc_0_nonnull = yes; then : $as_echo "#define HAVE_MALLOC 1" >>confdefs.h else $as_echo "#define HAVE_MALLOC 0" >>confdefs.h case " $LIBOBJS " in *" malloc.$ac_objext "* ) ;; *) LIBOBJS="$LIBOBJS malloc.$ac_objext" ;; esac $as_echo "#define malloc rpl_malloc" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } if ${ac_cv_header_time+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include int main () { if ((struct tm *) 0) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_time=yes else ac_cv_header_time=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5 $as_echo "$ac_cv_header_time" >&6; } if test $ac_cv_header_time = yes; then $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h fi for ac_header in $ac_header_list do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_func in $ac_func_list do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 $as_echo_n "checking for working mktime... " >&6; } if ${ac_cv_func_working_mktime+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : ac_cv_func_working_mktime=no else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Test program from Paul Eggert and Tony Leneis. */ #ifdef TIME_WITH_SYS_TIME # include # include #else # ifdef HAVE_SYS_TIME_H # include # else # include # endif #endif #include #include #ifdef HAVE_UNISTD_H # include #endif #ifndef HAVE_ALARM # define alarm(X) /* empty */ #endif /* Work around redefinition to rpl_putenv by other config tests. */ #undef putenv static time_t time_t_max; static time_t time_t_min; /* Values we'll use to set the TZ environment variable. */ static const char *tz_strings[] = { (const char *) 0, "TZ=GMT0", "TZ=JST-9", "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" }; #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) /* Return 0 if mktime fails to convert a date in the spring-forward gap. Based on a problem report from Andreas Jaeger. */ static int spring_forward_gap () { /* glibc (up to about 1998-10-07) failed this test. */ struct tm tm; /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" instead of "TZ=America/Vancouver" in order to detect the bug even on systems that don't support the Olson extension, or don't have the full zoneinfo tables installed. */ putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0"); tm.tm_year = 98; tm.tm_mon = 3; tm.tm_mday = 5; tm.tm_hour = 2; tm.tm_min = 0; tm.tm_sec = 0; tm.tm_isdst = -1; return mktime (&tm) != (time_t) -1; } static int mktime_test1 (time_t now) { struct tm *lt; return ! (lt = localtime (&now)) || mktime (lt) == now; } static int mktime_test (time_t now) { return (mktime_test1 (now) && mktime_test1 ((time_t) (time_t_max - now)) && mktime_test1 ((time_t) (time_t_min + now))); } static int irix_6_4_bug () { /* Based on code from Ariel Faigon. */ struct tm tm; tm.tm_year = 96; tm.tm_mon = 3; tm.tm_mday = 0; tm.tm_hour = 0; tm.tm_min = 0; tm.tm_sec = 0; tm.tm_isdst = -1; mktime (&tm); return tm.tm_mon == 2 && tm.tm_mday == 31; } static int bigtime_test (int j) { struct tm tm; time_t now; tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j; now = mktime (&tm); if (now != (time_t) -1) { struct tm *lt = localtime (&now); if (! (lt && lt->tm_year == tm.tm_year && lt->tm_mon == tm.tm_mon && lt->tm_mday == tm.tm_mday && lt->tm_hour == tm.tm_hour && lt->tm_min == tm.tm_min && lt->tm_sec == tm.tm_sec && lt->tm_yday == tm.tm_yday && lt->tm_wday == tm.tm_wday && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst) == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst)))) return 0; } return 1; } static int year_2050_test () { /* The correct answer for 2050-02-01 00:00:00 in Pacific time, ignoring leap seconds. */ unsigned long int answer = 2527315200UL; struct tm tm; time_t t; tm.tm_year = 2050 - 1900; tm.tm_mon = 2 - 1; tm.tm_mday = 1; tm.tm_hour = tm.tm_min = tm.tm_sec = 0; tm.tm_isdst = -1; /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" instead of "TZ=America/Vancouver" in order to detect the bug even on systems that don't support the Olson extension, or don't have the full zoneinfo tables installed. */ putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0"); t = mktime (&tm); /* Check that the result is either a failure, or close enough to the correct answer that we can assume the discrepancy is due to leap seconds. */ return (t == (time_t) -1 || (0 < t && answer - 120 <= t && t <= answer + 120)); } int main () { time_t t, delta; int i, j; /* This test makes some buggy mktime implementations loop. Give up after 60 seconds; a mktime slower than that isn't worth using anyway. */ alarm (60); for (;;) { t = (time_t_max << 1) + 1; if (t <= time_t_max) break; time_t_max = t; } time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max; delta = time_t_max / 997; /* a suitable prime number */ for (i = 0; i < N_STRINGS; i++) { if (tz_strings[i]) putenv ((char*) tz_strings[i]); for (t = 0; t <= time_t_max - delta; t += delta) if (! mktime_test (t)) return 1; if (! (mktime_test ((time_t) 1) && mktime_test ((time_t) (60 * 60)) && mktime_test ((time_t) (60 * 60 * 24)))) return 1; for (j = 1; ; j <<= 1) if (! bigtime_test (j)) return 1; else if (INT_MAX / 2 < j) break; if (! bigtime_test (INT_MAX)) return 1; } return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ()); } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_func_working_mktime=yes else ac_cv_func_working_mktime=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_working_mktime" >&5 $as_echo "$ac_cv_func_working_mktime" >&6; } if test $ac_cv_func_working_mktime = no; then case " $LIBOBJS " in *" mktime.$ac_objext "* ) ;; *) LIBOBJS="$LIBOBJS mktime.$ac_objext" ;; esac fi for ac_func in getpagesize do : ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" if test "x$ac_cv_func_getpagesize" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GETPAGESIZE 1 _ACEOF fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 $as_echo_n "checking for working mmap... " >&6; } if ${ac_cv_func_mmap_fixed_mapped+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : ac_cv_func_mmap_fixed_mapped=no else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default /* malloc might have been renamed as rpl_malloc. */ #undef malloc /* Thanks to Mike Haertel and Jim Avera for this test. Here is a matrix of mmap possibilities: mmap private not fixed mmap private fixed at somewhere currently unmapped mmap private fixed at somewhere already mapped mmap shared not fixed mmap shared fixed at somewhere currently unmapped mmap shared fixed at somewhere already mapped For private mappings, we should verify that changes cannot be read() back from the file, nor mmap's back from the file at a different address. (There have been systems where private was not correctly implemented like the infamous i386 svr4.0, and systems where the VM page cache was not coherent with the file system buffer cache like early versions of FreeBSD and possibly contemporary NetBSD.) For shared mappings, we should conversely verify that changes get propagated back to all the places they're supposed to be. Grep wants private fixed already mapped. The main things grep needs to know about mmap are: * does it exist and is it safe to write into the mmap'd area * how to use it (BSD variants) */ #include #include #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H char *malloc (); #endif /* This mess was copied from the GNU getpagesize.h. */ #ifndef HAVE_GETPAGESIZE # ifdef _SC_PAGESIZE # define getpagesize() sysconf(_SC_PAGESIZE) # else /* no _SC_PAGESIZE */ # ifdef HAVE_SYS_PARAM_H # include # ifdef EXEC_PAGESIZE # define getpagesize() EXEC_PAGESIZE # else /* no EXEC_PAGESIZE */ # ifdef NBPG # define getpagesize() NBPG * CLSIZE # ifndef CLSIZE # define CLSIZE 1 # endif /* no CLSIZE */ # else /* no NBPG */ # ifdef NBPC # define getpagesize() NBPC # else /* no NBPC */ # ifdef PAGESIZE # define getpagesize() PAGESIZE # endif /* PAGESIZE */ # endif /* no NBPC */ # endif /* no NBPG */ # endif /* no EXEC_PAGESIZE */ # else /* no HAVE_SYS_PARAM_H */ # define getpagesize() 8192 /* punt totally */ # endif /* no HAVE_SYS_PARAM_H */ # endif /* no _SC_PAGESIZE */ #endif /* no HAVE_GETPAGESIZE */ int main () { char *data, *data2, *data3; const char *cdata2; int i, pagesize; int fd, fd2; pagesize = getpagesize (); /* First, make a file with some known garbage in it. */ data = (char *) malloc (pagesize); if (!data) return 1; for (i = 0; i < pagesize; ++i) *(data + i) = rand (); umask (0); fd = creat ("conftest.mmap", 0600); if (fd < 0) return 2; if (write (fd, data, pagesize) != pagesize) return 3; close (fd); /* Next, check that the tail of a page is zero-filled. File must have non-zero length, otherwise we risk SIGBUS for entire page. */ fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600); if (fd2 < 0) return 4; cdata2 = ""; if (write (fd2, cdata2, 1) != 1) return 5; data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L); if (data2 == MAP_FAILED) return 6; for (i = 0; i < pagesize; ++i) if (*(data2 + i)) return 7; close (fd2); if (munmap (data2, pagesize)) return 8; /* Next, try to mmap the file at a fixed address which already has something else allocated at it. If we can, also make sure that we see the same garbage. */ fd = open ("conftest.mmap", O_RDWR); if (fd < 0) return 9; if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_FIXED, fd, 0L)) return 10; for (i = 0; i < pagesize; ++i) if (*(data + i) != *(data2 + i)) return 11; /* Finally, make sure that changes to the mapped area do not percolate back to the file as seen by read(). (This is a bug on some variants of i386 svr4.0.) */ for (i = 0; i < pagesize; ++i) *(data2 + i) = *(data2 + i) + 1; data3 = (char *) malloc (pagesize); if (!data3) return 12; if (read (fd, data3, pagesize) != pagesize) return 13; for (i = 0; i < pagesize; ++i) if (*(data + i) != *(data3 + i)) return 14; close (fd); return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_func_mmap_fixed_mapped=yes else ac_cv_func_mmap_fixed_mapped=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; } if test $ac_cv_func_mmap_fixed_mapped = yes; then $as_echo "#define HAVE_MMAP 1" >>confdefs.h fi rm -f conftest.mmap conftest.txt for ac_func in localtime_r memset munmap setlocale strdup strerror do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done # Default CFLAGS CFLAGS="${CFLAGS} -std=c99 -Wall" { $as_echo "$as_me:${as_lineno-$LINENO}: checking Checking for _XOPEN_SOURCE level needed for strdup()" >&5 $as_echo_n "checking Checking for _XOPEN_SOURCE level needed for strdup()... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _XOPEN_SOURCE 500 #include int main () { (void)strdup(""); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : xopen_source_level_for_strdup=500 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _XOPEN_SOURCE 600 #include int main () { (void)strdup(""); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : xopen_source_level_for_strdup=600 else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "Cannot determine _XOPEN_SOURCE level for strdup() See \`config.log' for more details" "$LINENO" 5; } fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xopen_source_level_for_strdup" >&5 $as_echo "$xopen_source_level_for_strdup" >&6; } cat >>confdefs.h <<_ACEOF #define XOPEN_SOURCE_LEVEL_FOR_STRDUP $xopen_source_level_for_strdup _ACEOF ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in client/Makefile test/Makefile test/offline/Makefile test/simline/Makefile test/online/Makefile libisds.pc" #AC_CONFIG_SUBDIRS([src]) cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 $as_echo_n "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 $as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_EXAMPLE_TRUE}" && test -z "${BUILD_EXAMPLE_FALSE}"; then as_fn_error $? "conditional \"BUILD_EXAMPLE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_TEST_TRUE}" && test -z "${BUILD_TEST_FALSE}"; then as_fn_error $? "conditional \"BUILD_TEST\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${WIN32_TRUE}" && test -z "${WIN32_FALSE}"; then as_fn_error $? "conditional \"WIN32\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_CURL_TRUE}" && test -z "${BUILD_CURL_FALSE}"; then as_fn_error $? "conditional \"BUILD_CURL\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_ONLINE_TEST_TRUE}" && test -z "${BUILD_ONLINE_TEST_FALSE}"; then as_fn_error $? "conditional \"BUILD_ONLINE_TEST\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${USE_OPENSSL_BACKEND_TRUE}" && test -z "${USE_OPENSSL_BACKEND_FALSE}"; then as_fn_error $? "conditional \"USE_OPENSSL_BACKEND\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by libisds $as_me 0.10.7, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration commands: $config_commands Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ libisds config.status 0.10.7 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } # Quote evaled strings. for var in SHELL \ ECHO \ PATH_SEPARATOR \ SED \ GREP \ EGREP \ FGREP \ LD \ NM \ LN_S \ lt_SP2NL \ lt_NL2SP \ reload_flag \ OBJDUMP \ deplibs_check_method \ file_magic_cmd \ file_magic_glob \ want_nocaseglob \ DLLTOOL \ sharedlib_from_linklib_cmd \ AR \ AR_FLAGS \ archiver_list_spec \ STRIP \ RANLIB \ CC \ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ nm_file_list_spec \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_pic \ lt_prog_compiler_wl \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ MANIFEST_TOOL \ DSYMUTIL \ NMEDIT \ LIPO \ OTOOL \ OTOOL64 \ shrext_cmds \ export_dynamic_flag_spec \ whole_archive_flag_spec \ compiler_needs_object \ with_gnu_ld \ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ hardcode_libdir_separator \ exclude_expsyms \ include_expsyms \ file_list_spec \ variables_saved_for_relink \ libname_spec \ library_names_spec \ soname_spec \ install_override_mode \ finish_eval \ old_striplib \ striplib; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in reload_cmds \ old_postinstall_cmds \ old_postuninstall_cmds \ old_archive_cmds \ extract_expsyms_cmds \ old_archive_from_new_cmds \ old_archive_from_expsyms_cmds \ archive_cmds \ archive_expsym_cmds \ module_cmds \ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ postlink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ sys_lib_dlsearch_path_spec; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done ac_aux_dir='$ac_aux_dir' xsi_shell='$xsi_shell' lt_shell_append='$lt_shell_append' # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile' # Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake < 1.5. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "client/Makefile") CONFIG_FILES="$CONFIG_FILES client/Makefile" ;; "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; "test/offline/Makefile") CONFIG_FILES="$CONFIG_FILES test/offline/Makefile" ;; "test/simline/Makefile") CONFIG_FILES="$CONFIG_FILES test/simline/Makefile" ;; "test/online/Makefile") CONFIG_FILES="$CONFIG_FILES test/online/Makefile" ;; "libisds.pc") CONFIG_FILES="$CONFIG_FILES libisds.pc" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_tt=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir=$dirpart/$fdir; as_fn_mkdir_p # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "libtool":C) # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool 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 General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # The names of the tagged configurations supported by this script. available_tags="" # ### BEGIN LIBTOOL CONFIG # Which release of libtool.m4 was used? macro_version=$macro_version macro_revision=$macro_revision # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # What type of objects to build. pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # An echo program that protects backslashes. ECHO=$lt_ECHO # The PATH separator for the build system. PATH_SEPARATOR=$lt_PATH_SEPARATOR # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="\$SED -e 1s/^X//" # A grep program that handles long lines. GREP=$lt_GREP # An ERE matcher. EGREP=$lt_EGREP # A literal string matcher. FGREP=$lt_FGREP # A BSD- or MS-compatible name lister. NM=$lt_NM # Whether we need soft or hard links. LN_S=$lt_LN_S # What is the maximum length of a command? max_cmd_len=$max_cmd_len # Object file suffix (normally "o"). objext=$ac_objext # Executable file suffix (normally ""). exeext=$exeext # whether the shell understands "unset". lt_unset=$lt_unset # turn spaces into newlines. SP2NL=$lt_lt_SP2NL # turn newlines into spaces. NL2SP=$lt_lt_NL2SP # convert \$build file names to \$host format. to_host_file_cmd=$lt_cv_to_host_file_cmd # convert \$build files to toolchain format. to_tool_file_cmd=$lt_cv_to_tool_file_cmd # An object symbol dumper. OBJDUMP=$lt_OBJDUMP # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method = "file_magic". file_magic_cmd=$lt_file_magic_cmd # How to find potential files when deplibs_check_method = "file_magic". file_magic_glob=$lt_file_magic_glob # Find potential files using nocaseglob when deplibs_check_method = "file_magic". want_nocaseglob=$lt_want_nocaseglob # DLL creation program. DLLTOOL=$lt_DLLTOOL # Command to associate shared and link libraries. sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd # The archiver. AR=$lt_AR # Flags to create an archive. AR_FLAGS=$lt_AR_FLAGS # How to feed a file listing to the archiver. archiver_list_spec=$lt_archiver_list_spec # A symbol stripping program. STRIP=$lt_STRIP # Commands used to install an old-style archive. RANLIB=$lt_RANLIB old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Whether to use a lock for old archive extraction. lock_old_archive_extraction=$lock_old_archive_extraction # A C compiler. LTCC=$lt_CC # LTCC compiler flags. LTCFLAGS=$lt_CFLAGS # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix # Specify filename containing input files for \$NM. nm_file_list_spec=$lt_nm_file_list_spec # The root where to search for dependent libraries,and in which our libraries should be installed. lt_sysroot=$lt_sysroot # The name of the directory that contains temporary libtool files. objdir=$objdir # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD # Must we lock files when doing compilation? need_locks=$lt_need_locks # Manifest tool. MANIFEST_TOOL=$lt_MANIFEST_TOOL # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL # Tool to change global to local symbols on Mac OS X. NMEDIT=$lt_NMEDIT # Tool to manipulate fat objects and archives on Mac OS X. LIPO=$lt_LIPO # ldd/readelf like tool for Mach-O binaries on Mac OS X. OTOOL=$lt_OTOOL # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. OTOOL64=$lt_OTOOL64 # Old archive suffix (normally "a"). libext=$libext # Shared library suffix (normally ".so"). shrext_cmds=$lt_shrext_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Variables whose values should be saved in libtool wrapper scripts and # restored at link time. variables_saved_for_relink=$lt_variables_saved_for_relink # Do we need the "lib" prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Library versioning type. version_type=$version_type # Shared library runtime path variable. runpath_var=$runpath_var # Shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Permission mode override for installation of shared libraries. install_override_mode=$lt_install_override_mode # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds # Command to use after uninstallation of a shared archive. postuninstall_cmds=$lt_postuninstall_cmds # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # As "finish_cmds", except a single script fragment to be evaled but # not shown. finish_eval=$lt_finish_eval # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Compile-time system search path for libraries. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # The linker used to build libraries. LD=$lt_LD # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds # A language specific compiler. CC=$lt_compiler # Is the compiler the GNU compiler? with_gcc=$GCC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \${shlibpath_var} if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds # Commands necessary for finishing linking programs. postlink_cmds=$lt_postlink_cmds # Specify filename containing input files. file_list_spec=$lt_file_list_spec # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac ltmain="$ac_aux_dir/ltmain.sh" # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) if test x"$xsi_shell" = xyes; then sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ func_dirname ()\ {\ \ case ${1} in\ \ */*) func_dirname_result="${1%/*}${2}" ;;\ \ * ) func_dirname_result="${3}" ;;\ \ esac\ } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_basename ()$/,/^} # func_basename /c\ func_basename ()\ {\ \ func_basename_result="${1##*/}"\ } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ func_dirname_and_basename ()\ {\ \ case ${1} in\ \ */*) func_dirname_result="${1%/*}${2}" ;;\ \ * ) func_dirname_result="${3}" ;;\ \ esac\ \ func_basename_result="${1##*/}"\ } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ func_stripname ()\ {\ \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ \ # positional parameters, so assign one to ordinary parameter first.\ \ func_stripname_result=${3}\ \ func_stripname_result=${func_stripname_result#"${1}"}\ \ func_stripname_result=${func_stripname_result%"${2}"}\ } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ func_split_long_opt ()\ {\ \ func_split_long_opt_name=${1%%=*}\ \ func_split_long_opt_arg=${1#*=}\ } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ func_split_short_opt ()\ {\ \ func_split_short_opt_arg=${1#??}\ \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ func_lo2o ()\ {\ \ case ${1} in\ \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ \ *) func_lo2o_result=${1} ;;\ \ esac\ } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_xform ()$/,/^} # func_xform /c\ func_xform ()\ {\ func_xform_result=${1%.*}.lo\ } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_arith ()$/,/^} # func_arith /c\ func_arith ()\ {\ func_arith_result=$(( $* ))\ } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_len ()$/,/^} # func_len /c\ func_len ()\ {\ func_len_result=${#1}\ } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: fi if test x"$lt_shell_append" = xyes; then sed -e '/^func_append ()$/,/^} # func_append /c\ func_append ()\ {\ eval "${1}+=\\${2}"\ } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ func_append_quoted ()\ {\ \ func_quote_for_eval "${2}"\ \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: # Save a `func_append' function call where possible by direct use of '+=' sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: else # Save a `func_append' function call even when '+=' is not available sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: fi if test x"$_lt_function_replace_fail" = x":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} fi mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ;; "po-directories":C) for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" gt_tab=`printf '\t'` cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi libisds-0.10.7/Makefile.in0000644000076400001440000007116113130412173012217 00000000000000# Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @BUILD_EXAMPLE_TRUE@am__append_1 = client @BUILD_TEST_TRUE@am__append_2 = test subdir = . DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) \ $(srcdir)/config.h.in $(srcdir)/libisds.pc.in ABOUT-NLS \ COPYING TODO config.guess config.rpath config.sub depcomp \ install-sh missing ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/gpgme.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = libisds.pc CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(pkgconfigdir)" DATA = $(pkgconfig_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = po src client test DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.xz GZIP_ENV = --best DIST_TARGETS = dist-xz dist-bzip2 dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ EXPAT_LIBS = @EXPAT_LIBS@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GPGME_CFLAGS = @GPGME_CFLAGS@ GPGME_CONFIG = @GPGME_CONFIG@ GPGME_LIBS = @GPGME_LIBS@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCURL = @LIBCURL@ LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ XML2_CONFIG = @XML2_CONFIG@ XML_CPPFLAGS = @XML_CPPFLAGS@ XML_LIBS = @XML_LIBS@ _libcurl_config = @_libcurl_config@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = check-news dist-bzip2 dist-xz color-tests SUBDIRS = po src $(am__append_1) $(am__append_2) pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = $(PACKAGE).pc EXTRA_DIST = config.rpath doc server all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @if test ! -f $@; then rm -f stamp-h1; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 libisds.pc: $(top_builddir)/config.status $(srcdir)/libisds.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool config.lt install-pkgconfigDATA: $(pkgconfig_DATA) @$(NORMAL_INSTALL) @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ done uninstall-pkgconfigDATA: @$(NORMAL_UNINSTALL) @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) @case `sed 15q $(srcdir)/NEWS` in \ *"$(VERSION)"*) : ;; \ *) \ echo "NEWS not updated; not releasing" 1>&2; \ exit 1;; \ esac $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-hook -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(DATA) config.h installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-hdr \ distclean-libtool distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-pkgconfigDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-pkgconfigDATA .MAKE: $(am__recursive_targets) all install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--refresh check check-am clean clean-cscope clean-generic \ clean-libtool cscope cscopelist-am ctags ctags-am dist \ dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ dist-tarZ dist-xz dist-zip distcheck distclean \ distclean-generic distclean-hdr distclean-libtool \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am \ uninstall-pkgconfigDATA dist-hook: git log --decorate=full > $(distdir)/ChangeLog || echo "Could not dump git log" git tag "v$(VERSION)" -s -m "Version $(VERSION) released on $$(date -Imin)" || true # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libisds-0.10.7/test/0000755000076400001440000000000013130413450011202 500000000000000libisds-0.10.7/test/test-tools.h0000644000076400001440000000247112224241601013414 00000000000000#ifndef __ISDS_TEST_TOOLS_H #define __ISDS_TEST_TOOLS_H #include /* va_list */ #include /* size_t, NULL */ /* _hidden macro marks library private symbols. GCC can exclude them from * global * * symbols table */ #if defined(__GNUC__) && (__GNUC__ >= 4) && !defined(_WIN32) #define _hidden __attribute__((visibility("hidden"))) #else #define _hidden #endif /* Print formated string into automtically reallocated @uffer. * @buffer automatically reallocated buffer. Must be &NULL or preallocated * memory. * @format format string as for printf(3) * @ap list of variadic arguments, after call will be in udefined state * @Returns number of bytes printed. In case of errror, -1 and NULL @buffer*/ int test_vasprintf(char **buffer, const char *format, va_list ap); /* Print formated string into automtically reallocated @uffer. * @buffer automatically reallocated buffer. Must be &NULL or preallocated * memory. * @format format string as for printf(3) * @... variadic arguments * @Returns number of bytes printed. In case of errror, -1 and NULL @buffer*/ int test_asprintf(char **buffer, const char *format, ...); /* I/O. Return 0, in case of error -1. */ int test_mmap_file(const char *file, int *fd, void **buffer, size_t *length); int test_munmap_file(int fd, void *buffer, size_t length); #endif libisds-0.10.7/test/simline/0000755000076400001440000000000013130413450012642 500000000000000libisds-0.10.7/test/simline/win32.h0000644000076400001440000000110512224237370013702 00000000000000#ifndef __ISDS_WIN32_SYSTEM_H #define __ISDS_WIN32_SYSTEM_H #define mkdir(x,y) mkdir(x) // FIXME: Get real implementation of nl_langinfo #define nl_langinfo(x) "CP1250" #ifdef __GNUC__ // MinGW provides neither strtok_r() nor strtok_s(). // For now, we can at least use strtok() because it's thread-safe in MSVCRT. #define strtok_r(x,y,z) strtok(x,y) #else #define strtok_r strtok_s #endif struct tm *gmtime_r(const time_t *timep, struct tm *result); // disabled under MinGW by -std=c99 _CRTIMP char* __cdecl __MINGW_NOTHROW strdup (const char*) __MINGW_ATTRIB_MALLOC; #endif libisds-0.10.7/test/simline/isds_find_box_by_fulltext.c0000644000076400001440000004166713130406756020212 00000000000000#ifndef _POSIX_SOURCE #define _POSIX_SOURCE /* For getaddrinfo(3) */ #endif #ifndef _BSD_SOURCE #define _BSD_SOURCE /* For NI_MAXHOST up to glibc-2.19 */ #endif #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE /* For NI_MAXHOST since glibc-2.20 */ #endif #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 /* For unsetenv(3) */ #endif #include "../test.h" #include "server.h" #include "isds.h" static const char *username = "Doug1as$"; static const char *password = "42aA#bc8"; static int test_login(const isds_error error, struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { isds_error err; err = isds_login(context, url, username, password, pki_credentials, otp); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); PASS_TEST; } static int compare_match_lists(const char *label, const char *expected_string, const struct isds_list *expected_list, const char* string, const struct isds_list *list) { const struct isds_list *expected_item, *item; ptrdiff_t expected_offset, offset; int i; for (i = 1, expected_item = expected_list, item = list; NULL != expected_item && NULL != item; i++, expected_item = expected_item->next, item = item->next) { expected_offset = (char *)expected_item->data - expected_string; offset = (char *)item->data - string; if (expected_offset != offset) FAIL_TEST("%d. %s match offsets differ: expected=%td, got=%td", i, label, expected_offset, offset); } if (NULL != expected_item && NULL == item) FAIL_TEST("%s match offsets list is missing %d. item", label, i); if (NULL == expected_item && NULL != item) FAIL_TEST("%s match offsets list has superfluous %d. item", label, i); return 0; } static int compare_fulltext_results( const struct isds_fulltext_result *expected_result, const struct isds_fulltext_result *result) { TEST_POINTER_DUPLICITY(expected_result, result); TEST_STRING_DUPLICITY(expected_result->dbID, result->dbID); TEST_INT_DUPLICITY(expected_result->dbType, result->dbType); TEST_STRING_DUPLICITY(expected_result->name, result->name); if (compare_match_lists("start name", expected_result->name, expected_result->name_match_start, result->name, result->name_match_start)) return 1; if (compare_match_lists("end name", expected_result->name, expected_result->name_match_end, result->name, result->name_match_end)) return 1; TEST_STRING_DUPLICITY(expected_result->address, result->address); if (compare_match_lists("start address", expected_result->address, expected_result->address_match_start, result->address, result->address_match_start)) return 1; if (compare_match_lists("end address", expected_result->address, expected_result->address_match_end, result->address, result->address_match_end)) return 1; TEST_STRING_DUPLICITY(expected_result->ic, result->ic); TEST_TMPTR_DUPLICITY(expected_result->biDate, result->biDate); TEST_BOOLEAN_DUPLICITY(expected_result->dbEffectiveOVM, result->dbEffectiveOVM); TEST_BOOLEAN_DUPLICITY(expected_result->active, result->active); TEST_BOOLEAN_DUPLICITY(expected_result->public_sending, result->public_sending); TEST_BOOLEAN_DUPLICITY(expected_result->commercial_sending, result->commercial_sending); return 0; } static int compare_result_lists(const struct isds_list *expected_list, const struct isds_list *list) { const struct isds_list *expected_item, *item; int i; for (i = 1, expected_item = expected_list, item = list; NULL != expected_item && NULL != item; i++, expected_item = expected_item->next, item = item->next) { if (compare_fulltext_results( (struct isds_fulltext_result *)expected_item->data, (struct isds_fulltext_result *)item->data)) return 1; } if (NULL != expected_item && NULL == item) FAIL_TEST("Result list is missing %d. item", i); if (NULL == expected_item && NULL != item) FAIL_TEST("Result list has superfluous %d. item", i); return 0; } struct test_destructor_argument { unsigned long int *total_matching_boxes; unsigned long int *current_page_beginning; unsigned long int *current_page_size; _Bool *last_page; struct isds_list *results; }; static void test_destructor(void *argument) { if (NULL == argument) return; free(((struct test_destructor_argument *)argument)->total_matching_boxes); free(((struct test_destructor_argument *)argument)->current_page_beginning); free(((struct test_destructor_argument *)argument)->current_page_size); free(((struct test_destructor_argument *)argument)->last_page); isds_list_free( &((struct test_destructor_argument *)argument)->results ); } static int test_isds_find_box_by_fulltext(const isds_error expected_error, struct isds_ctx *context, const char *query, const isds_fulltext_target *target, const isds_DbType *box_type, const unsigned long int *page_size, const unsigned long int *page_number, const _Bool *track_matches, const unsigned long int *expected_total_matching_boxes, const unsigned long int *expected_current_page_beginning, const unsigned long int *expected_current_page_size, const _Bool *expected_last_page, const struct isds_list *expected_results) { isds_error error; struct test_destructor_argument allocated; TEST_FILL_INT(allocated.total_matching_boxes); TEST_FILL_INT(allocated.current_page_beginning); TEST_FILL_INT(allocated.current_page_size); TEST_FILL_INT(allocated.last_page); TEST_CALLOC(allocated.results); error = isds_find_box_by_fulltext(context, query, target, box_type, page_size, page_number, track_matches, &allocated.total_matching_boxes, &allocated.current_page_beginning, &allocated.current_page_size, &allocated.last_page, &allocated.results); TEST_DESTRUCTOR(test_destructor, &allocated); if (expected_error != error) { FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(expected_error), isds_strerror(error), isds_long_message(context)); } if (IE_SUCCESS != error) { TEST_POINTER_IS_NULL(allocated.total_matching_boxes); TEST_POINTER_IS_NULL(allocated.current_page_beginning); TEST_POINTER_IS_NULL(allocated.current_page_size); TEST_POINTER_IS_NULL(allocated.last_page); TEST_POINTER_IS_NULL(allocated.results); PASS_TEST; } TEST_INTPTR_DUPLICITY(expected_total_matching_boxes, allocated.total_matching_boxes); TEST_INTPTR_DUPLICITY(expected_current_page_beginning, allocated.current_page_beginning); TEST_INTPTR_DUPLICITY(expected_current_page_size, allocated.current_page_size); TEST_BOOLEANPTR_DUPLICITY(expected_last_page, allocated.last_page); if (compare_result_lists(expected_results, allocated.results)) return 1; PASS_TEST; } int main(void) { int error; pid_t server_process; struct isds_ctx *context = NULL; INIT_TEST("isds_find_box_by_fulltext"); if (unsetenv("http_proxy")) { ABORT_UNIT("Could not remove http_proxy variable from environment\n"); } if (isds_init()) { isds_cleanup(); ABORT_UNIT("isds_init() failed\n"); } context = isds_ctx_create(); if (!context) { isds_cleanup(); ABORT_UNIT("isds_ctx_create() failed\n"); } { /* Full response */ char *url = NULL; struct isds_list name_match_start = { .next = NULL, .data = NULL, .destructor = NULL }; struct isds_list name_match_end = { .next = NULL, .data = NULL, .destructor = NULL }; struct isds_list address_match_start = { .next = NULL, .data = NULL, .destructor = NULL }; struct isds_list address_match_end = { .next = NULL, .data = NULL, .destructor = NULL }; struct isds_fulltext_result result = { .dbID = "foo1234", .dbType = DBTYPE_OVM, .name = "Foo name", .name_match_start = &name_match_start, .name_match_end = &name_match_end, .address = "Address foo", .address_match_start = &address_match_start, .address_match_end = &address_match_end, .ic = "Foo IC", .biDate = NULL, .dbEffectiveOVM = 1, .active = 1, .public_sending = 1, .commercial_sending = 1 }; name_match_start.data = &result.name[0]; name_match_end.data = &result.name[3]; address_match_start.data = &result.address[8]; address_match_end.data = &result.address[11]; struct server_db_result server_result = { .id = "foo1234", .type = "OVM", .name = "|$*HL_START*$|Foo|$*HL_END*$| name", .address = "Address |$*HL_START*$|foo|$*HL_END*$|", .birth_date = NULL, .ic = "Foo IC", .ovm = 1, .send_options = "ALL" }; const struct isds_list results = { .next = NULL, .data = &result, .destructor = NULL }; const struct server_list server_results = { .next = NULL, .data = &server_result, .destructor = NULL }; isds_fulltext_target target = FULLTEXT_ALL; isds_DbType box_type = DBTYPE_SYSTEM; long int search_page_number = 42; long int search_page_size = 43; _Bool search_highlighting_value = 1; unsigned long int total_count = 44; unsigned long int current_count = 1; unsigned long int position = 43 * 42; _Bool last_page = 1; const struct arguments_DS_df_ISDSSearch2 service_arguments = { .status_code = "0000", .status_message = "Ok.", .search_text = "foo", .search_type = "GENERAL", .search_scope = "ALL", .search_page_number = &search_page_number, .search_page_size = &search_page_size, .search_highlighting_value = &search_highlighting_value, .total_count = &total_count, .current_count = ¤t_count, .position = &position, .last_page = &last_page, .results_exists = 0, .results = &server_results }; const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_DS_df_ISDSSearch2, &service_arguments }, { SERVICE_END, NULL } }; const struct arguments_basic_authentication server_arguments = { .username = username, .password = password, .isds_deviations = 1, .services = services }; error = start_server(&server_process, &url, server_basic_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } TEST("login", test_login, IE_SUCCESS, context, url, username, password, NULL, NULL); free(url); TEST("All data", test_isds_find_box_by_fulltext, IE_SUCCESS, context, service_arguments.search_text, &target, &box_type, (unsigned long int *)service_arguments.search_page_size, (unsigned long int *)service_arguments.search_page_number, service_arguments.search_highlighting_value, service_arguments.total_count, service_arguments.position, service_arguments.current_count, service_arguments.last_page, &results); isds_logout(context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } } { /* Empty response due to an error */ char *url = NULL; long int search_page_number = 42; long int search_page_size = 43; const struct arguments_DS_df_ISDSSearch2 service_arguments = { .status_code = "1156", .status_message = "pageSize is too large", .search_text = "foo", .search_type = NULL, .search_scope = NULL, .search_page_number = &search_page_number, .search_page_size = &search_page_size, .search_highlighting_value = NULL, .total_count = NULL, .current_count = NULL, .position = NULL, .last_page = NULL, .results_exists = 0, .results = NULL }; const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_DS_df_ISDSSearch2, &service_arguments }, { SERVICE_END, NULL } }; const struct arguments_basic_authentication server_arguments = { .username = username, .password = password, .isds_deviations = 1, .services = services }; error = start_server(&server_process, &url, server_basic_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } TEST("login", test_login, IE_SUCCESS, context, url, username, password, NULL, NULL); free(url); TEST("No data", test_isds_find_box_by_fulltext, IE_2BIG, context, service_arguments.search_text, NULL, NULL, (unsigned long int *)service_arguments.search_page_size, (unsigned long int *)service_arguments.search_page_number, NULL, NULL, NULL, NULL, NULL, NULL); isds_logout(context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } } { /* Successful response without a mandatory element must be discarded * by the client, otherwise a garbage would appear in the output * arguments. */ char *url = NULL; const struct arguments_DS_df_ISDSSearch2 service_arguments = { .status_code = "0000", .status_message = "totalCount is missing", .search_text = "foo", .search_type = NULL, .search_scope = NULL, .search_page_number = NULL, .search_page_size = NULL, .search_highlighting_value = NULL, .total_count = NULL, .current_count = NULL, .position = NULL, .last_page = NULL, .results_exists = 0, .results = NULL }; const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_DS_df_ISDSSearch2, &service_arguments }, { SERVICE_END, NULL } }; const struct arguments_basic_authentication server_arguments = { .username = username, .password = password, .isds_deviations = 1, .services = services }; error = start_server(&server_process, &url, server_basic_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } TEST("login", test_login, IE_SUCCESS, context, url, username, password, NULL, NULL); free(url); TEST("Missing totalCount in a response", test_isds_find_box_by_fulltext, IE_SUCCESS, context, service_arguments.search_text, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); isds_logout(context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } } isds_ctx_free(&context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/simline/isds_change_password.c0000644000076400001440000001222412451762064017135 00000000000000#ifndef _POSIX_SOURCE #define _POSIX_SOURCE /* For getaddrinfo(3) */ #endif #ifndef _BSD_SOURCE #define _BSD_SOURCE /* For NI_MAXHOST up to glibc-2.19 */ #endif #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE /* For NI_MAXHOST since glibc-2.20 */ #endif #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 /* For unsetenv(3) */ #endif #include "../test.h" #include "server.h" #include "isds.h" static const char *username = "Doug1as$"; static const char *password = "42aA#bc8"; static int test_login(const isds_error error, struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { isds_error err; err = isds_login(context, url, username, password, pki_credentials, otp); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); PASS_TEST; } static int test_isds_change_password(const isds_error error, struct isds_ctx *context, const char *old_password, const char *new_password, struct isds_otp *otp, char **refnum) { isds_error err; err = isds_change_password(context, old_password, new_password, otp, refnum); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); PASS_TEST; } int main(void) { int error; pid_t server_process; struct isds_ctx *context = NULL; char *url = NULL; INIT_TEST("isds_change_password"); if (unsetenv("http_proxy")) { ABORT_UNIT("Could not remove http_proxy variable from environment\n"); } if (isds_init()) { isds_cleanup(); ABORT_UNIT("isds_init() failed\n"); } context = isds_ctx_create(); if (!context) { isds_cleanup(); ABORT_UNIT("isds_ctx_create() failed\n"); } { const struct arguments_DS_DsManage_ChangeISDSPassword service_arguments = { .username = username, .current_password = password }; const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_DS_DsManage_ChangeISDSPassword, &service_arguments }, { SERVICE_END, NULL } }; const struct arguments_basic_authentication server_arguments = { .username = username, .password = password, .isds_deviations = 1, .services = services }; error = start_server(&server_process, &url, server_basic_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } TEST("login", test_login, IE_SUCCESS, context, url, username, password, NULL, NULL); TEST("bad old password", test_isds_change_password, IE_INVAL, context, "bad old password", "h2k$Aana", NULL, NULL); TEST("too short (7 characters)", test_isds_change_password, IE_INVAL, context, password, "aB34567", NULL, NULL); TEST("too long (33 characters)", test_isds_change_password, IE_INVAL, context, password, "aB3456789112345678921234567893123", NULL, NULL); TEST("no upper case letter", test_isds_change_password, IE_INVAL, context, password, "1bcdefgh", NULL, NULL); TEST("no lower case letter", test_isds_change_password, IE_INVAL, context, password, "1BCDEFGH", NULL, NULL); TEST("no digit", test_isds_change_password, IE_INVAL, context, password, "aBCDEFGH", NULL, NULL); TEST("forbidden space", test_isds_change_password, IE_INVAL, context, password, " h2k$Aan", NULL, NULL); TEST("reused password", test_isds_change_password, IE_INVAL, context, password, password, NULL, NULL); TEST("password contains user ID", test_isds_change_password, IE_INVAL, context, password, username, NULL, NULL); TEST("sequence of the same characters", test_isds_change_password, IE_INVAL, context, password, "h222k$Aa", NULL, NULL); TEST("forbiden prefix qwert", test_isds_change_password, IE_INVAL, context, password, "qwert$A8", NULL, NULL); TEST("forbiden prefix asdgf", test_isds_change_password, IE_INVAL, context, password, "asdgf$A8", NULL, NULL); TEST("forbiden prefix 12345", test_isds_change_password, IE_INVAL, context, password, "12345$Aa", NULL, NULL); TEST("valid request", test_isds_change_password, IE_SUCCESS, context, password, "h2k$Aana", NULL, NULL); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } isds_logout(context); isds_ctx_free(&context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/simline/server_types.h0000644000076400001440000000034712020724355015477 00000000000000#ifndef __ISDS_SERVER_TYPES_H #define __ISDS_SERVER_TYPES_H /* One-time password authentication method */ enum auth_otp_method { AUTH_OTP_HMAC = 0, /* HMAC-based OTP */ AUTH_OTP_TIME /* Time-based OTP */ }; #endif libisds-0.10.7/test/simline/server_cli.c0000644000076400001440000001636212451761725015113 00000000000000#ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE /* For getopt(3) */ #endif #include "server.h" #include #include #include #include #include /* For pid_t */ #include /* memset() */ static const char *username = NULL; static const char *password = NULL; static const char *otp_code = NULL; static _Bool terminate = 0; static int otp_type = 'n'; /* Signal handler */ static void terminator(int signal) { (void)signal; terminate = 1; } static void usage(const char *name) { printf("Usage: %s OPTIONS\n", name); printf( "\t-h HOTP_CODE Define HMAC-based OTP code\n" "\t-p PASSWORD Define password\n" "\t-t TOTP_CODE Define time-based OTP code\n" "\t-u USERNAME Define user name\n" "\t-a CERTIFICATE PEM-formated authority certiticate\n" "\t-s CERTIFICATE PEM-formated server certificate\n" "\t-S KEY PEM-formated server privat key\n" "\t-c NAME Client distinguished name\n" ); } int main(int argc, char **argv) { int error; pid_t server_process; char *server_address = NULL; int option; struct arguments_asws_changePassword_ChangePasswordOTP service_passwdotp_arguments; const struct arguments_asws_changePassword_SendSMSCode service_sendsms_arguments = { .status_code = "0000", .status_message = "OTP code sent", .reference_number = "43" }; struct arguments_DS_DsManage_ChangeISDSPassword service_passwdbase_arguments; const struct arguments_DS_Dx_EraseMessage service_erasemessage_arguments = { .message_id = "1234567", .incoming = 1 }; struct tm date; const struct arguments_DS_Dz_ResignISDSDocument service_resigndocument_arguments = { .status_code = "0000", .status_message = "Document re-signed successfully", .valid_to = &date }; struct service_configuration services[] = { { SERVICE_DS_Dx_EraseMessage, &service_erasemessage_arguments }, { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_DS_Dz_ResignISDSDocument, &service_resigndocument_arguments }, { SERVICE_END, NULL }, /* This entry could be replaced later */ { SERVICE_END, NULL }, /* This entry could be replaced later */ { SERVICE_END, NULL } }; int last_service = sizeof(services)/sizeof(services[0]) - 1; struct tls_authentication tls_arguments = { .authority_certificate = NULL, .server_certificate = NULL, .server_key = NULL, .client_name = NULL }; struct arguments_basic_authentication server_basic_arguments; struct arguments_otp_authentication server_otp_arguments; memset(&date, 0, sizeof(date)); date.tm_year = 42; date.tm_mon = 1; date.tm_mday = 1; /* Parse arguments */ while (-1 != (option = getopt(argc, argv, "h:p:t:u:a:s:S:c:"))) { switch (option) { case 'h': otp_type = 'h'; otp_code = optarg; break; case 'p': password = optarg; break; case 't': otp_type = 't'; otp_code = optarg; break; case 'u': username = optarg; break; case 'a': tls_arguments.authority_certificate = optarg; break; case 's': tls_arguments.server_certificate = optarg; break; case 'S': tls_arguments.server_key = optarg; break; case 'c': tls_arguments.client_name = optarg; break; default: usage((argv != NULL) ? argv[0] : NULL); exit(EXIT_FAILURE); } } if (optind != argc) { fprintf(stderr, "Superfluous argument\n"); usage((argv != NULL) ? argv[0] : NULL); exit(EXIT_FAILURE); } /* Configure server */ if (otp_type == 'n') { service_passwdbase_arguments.username = username; service_passwdbase_arguments.current_password = password; services[last_service-2].name = SERVICE_DS_DsManage_ChangeISDSPassword; services[last_service-2].arguments = &service_passwdbase_arguments; server_basic_arguments.username = username; server_basic_arguments.password = password; server_basic_arguments.isds_deviations = 1; server_basic_arguments.services = services; } else { service_passwdotp_arguments.username = username; service_passwdotp_arguments.current_password = password; service_passwdotp_arguments.reference_number = "42"; services[last_service-2].name = SERVICE_asws_changePassword_ChangePasswordOTP; services[last_service-2].arguments = &service_passwdotp_arguments; services[last_service-1].name = SERVICE_asws_changePassword_SendSMSCode; services[last_service-1].arguments = &service_sendsms_arguments; server_otp_arguments.otp = otp_code; if (otp_type == 't') { server_otp_arguments.method = AUTH_OTP_TIME; } else if (otp_type == 'h') { server_otp_arguments.method = AUTH_OTP_HMAC; } else { fprintf(stderr, "Internal error: Uknown OTP type: %c\n", otp_type); exit(EXIT_FAILURE); } service_passwdotp_arguments.method = server_otp_arguments.method; server_otp_arguments.username = username; server_otp_arguments.password = password; server_otp_arguments.isds_deviations = 1; server_otp_arguments.services = services; } /* Spawn the server */ if ((SIG_ERR == signal(SIGTERM, terminator))) { fprintf(stderr, "Could not register SIGTERM handler\n"); exit(EXIT_FAILURE); } if ((SIG_ERR == signal(SIGCHLD, terminator))) { fprintf(stderr, "Could not register SIGCHLD handler\n"); exit(EXIT_FAILURE); } printf("Starting server on:\n"); if (otp_type == 'n') { error = start_server(&server_process, &server_address, server_basic_authentication, &server_basic_arguments, &tls_arguments); } else { error = start_server(&server_process, &server_address, server_otp_authentication, &server_otp_arguments, &tls_arguments); } if (error == -1) { fprintf(stderr, "Could not start server: %s\n", server_error); free(server_error); free(server_address); exit(EXIT_FAILURE); } printf("%s\n", server_address); free(server_address); printf("Waiting on SIGTERM...\n"); while (!terminate) { select(0, NULL, NULL, NULL, NULL); } printf("Terminating...\n"); error = stop_server(server_process); if (-1 == error) { fprintf(stderr, "Could not stop server: %s\n", server_error); free(server_error); exit(EXIT_FAILURE); } else if (error) { fprintf(stderr, "Server crashed: %s\n", server_error); free(server_error); exit(EXIT_FAILURE); } printf("Terminated.\n"); exit(EXIT_SUCCESS); } libisds-0.10.7/test/simline/totp_authentication.c0000644000076400001440000001355712451762026017041 00000000000000#ifndef _POSIX_SOURCE #define _POSIX_SOURCE /* For getaddrinfo(3) */ #endif #ifndef _BSD_SOURCE #define _BSD_SOURCE /* For NI_MAXHOST up to glibc-2.19 */ #endif #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE /* For NI_MAXHOST since glibc-2.20 */ #endif #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 /* For unsetenv(3) */ #endif #include "../test.h" #include "server.h" #include "isds.h" static const char *username = "douglas"; static const char *password = "42"; static const char *otp_code = "314"; static int test_login(const isds_error error, const isds_otp_resolution resolution, struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { isds_error err; err = isds_login(context, url, username, password, pki_credentials, otp); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); if (otp != NULL && resolution != otp->resolution) FAIL_TEST("Wrong OTP resolution: expected=%d, returned=%d (%s)", resolution, otp->resolution, isds_long_message(context)); PASS_TEST; } static int test_logout(const isds_error error, struct isds_ctx *context) { isds_error err; err = isds_logout(context); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); PASS_TEST; } static int test_ping(const isds_error error, struct isds_ctx *context) { isds_error err; err = isds_ping(context); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); PASS_TEST; } int main(void) { int error; pid_t server_process; struct isds_ctx *context = NULL; char *url = NULL; struct isds_otp otp_credentials = { .method = OTP_TIME }; INIT_TEST("TOTP authentication"); if (unsetenv("http_proxy")) { ABORT_UNIT("Could not remove http_proxy variable from environment\n"); } if (isds_init()) { isds_cleanup(); ABORT_UNIT("isds_init() failed\n"); } context = isds_ctx_create(); if (!context) { isds_cleanup(); ABORT_UNIT("isds_ctx_create() failed\n"); } { const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_END, NULL } }; const struct arguments_otp_authentication server_arguments = { .method = AUTH_OTP_TIME, .username = username, .password = password, .otp = (char *) otp_code, .isds_deviations = 1, .services = services }; error = start_server(&server_process, &url, server_otp_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } otp_credentials.otp_code = NULL; TEST("First phase with invalid password", test_login, IE_NOT_LOGGED_IN, OTP_RESOLUTION_BAD_AUTHENTICATION, context, url, "7777777", "nbuusr1", NULL, &otp_credentials); isds_logout(context); otp_credentials.otp_code = NULL; TEST("First phase with valid password", test_login, IE_PARTIAL_SUCCESS, OTP_RESOLUTION_TOTP_SENT, context, url, username, password, NULL, &otp_credentials); isds_logout(context); otp_credentials.otp_code = (char *) otp_code; TEST("Second phase with invalid password", test_login, IE_NOT_LOGGED_IN, OTP_RESOLUTION_BAD_AUTHENTICATION, context, url, "7777777", "nbuusr1", NULL, &otp_credentials); isds_logout(context); otp_credentials.otp_code = "666"; TEST("Second phase with valid password but invalid OTP code", test_login, IE_NOT_LOGGED_IN, OTP_RESOLUTION_BAD_AUTHENTICATION, context, url, username, password, NULL, &otp_credentials); isds_logout(context); otp_credentials.otp_code = (char *) otp_code; TEST("Second phase with valid password and valid OTP code", test_login, IE_SUCCESS, OTP_RESOLUTION_SUCCESS, context, url, username, password, NULL, &otp_credentials); TEST("Ping after succesfull OTP log-in", test_ping, IE_SUCCESS, context); TEST("Log-out after successfull log-in", test_logout, IE_SUCCESS, context); TEST("Ping after log-out after succesfull OTP log-in", test_ping, IE_CONNECTION_CLOSED, context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } { error = start_server(&server_process, &url, server_out_of_order, NULL, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } otp_credentials.otp_code = "666"; TEST("log into out-of-order server", test_login, IE_SOAP, OTP_RESOLUTION_UNKNOWN, context, url, username, password, NULL, &otp_credentials); isds_logout(context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } isds_ctx_free(&context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/simline/Makefile.am0000644000076400001440000000421213130406756014630 00000000000000AUTOMAKE_OPTIONS = color-tests parallel-tests export VERBOSE=1 libdirpath = src INCLUDEDIR = $(top_srcdir)/$(libdirpath) LIBDIR = $(top_builddir)/$(libdirpath) localedir = $(datadir)/locale AM_CPPFLAGS = @XML_CPPFLAGS@ AM_CFLAGS = -I$(INCLUDEDIR) -DSRCDIR=\"$(top_srcdir)\" LDADD = -L$(LIBDIR) $(LIBDIR)/libisds.la -L. ./libserver.la # To fake home dir for gnupg2 export HOME=@top_builddir@ TESTS = if BUILD_CURL TESTS += basic_authentication hotp_authentication totp_authentication \ certificate_user_password_authentication \ isds_change_password isds_get_commercial_credit \ isds_find_box_by_fulltext \ hotp_isds_change_password totp_isds_change_password \ isds_delete_message_from_storage isds_ping isds_resign_message endif # Server library noinst_LTLIBRARIES = libserver.la libserver_la_SOURCES = ../test.c ../test-tools.h http.c http.h \ server.c server.h service.c service.h \ services.h server_types.h system.h if WIN32 libserver_la_SOURCES += win32.c win32.h else libserver_la_SOURCES += unix.c unix.h endif libserver_la_CPPFLAGS = @XML_CPPFLAGS@ @LIBGNUTLS_CFLAGS@ libserver_la_LIBADD = @XML_LIBS@ @LIBGNUTLS_LIBS@ # Standalone server noinst_PROGRAMS = server_cli $(TESTS) server_cli_SOURCES = server_cli.c server_cli_LDADD = ./libserver.la -L. # Access public API only common = ../test.h basic_authentication_SOURCES = basic_authentication.c $(common) hotp_authentication_SOURCES = hotp_authentication.c $(common) totp_authentication_SOURCES = totp_authentication.c $(common) certificate_user_password_authentication_SOURCES = \ certificate_user_password_authentication.c $(common) isds_change_password_SOURCES = isds_change_password.c $(common) isds_get_commercial_credit_SOURCES = isds_get_commercial_credit.c $(common) isds_find_box_by_fulltext_SOURCES = isds_find_box_by_fulltext.c $(common) hotp_isds_change_password_SOURCES = hotp_isds_change_password.c $(common) totp_isds_change_password_SOURCES = totp_isds_change_password.c $(common) isds_delete_message_from_storage_SOURCES = isds_delete_message_from_storage.c $(common) isds_resign_message_SOURCES = isds_resign_message.c $(common) isds_ping_SOURCES = isds_ping.c $(common) libisds-0.10.7/test/simline/Makefile.in0000644000076400001440000015512413130412174014641 00000000000000# Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ TESTS = $(am__EXEEXT_1) @BUILD_CURL_TRUE@am__append_1 = basic_authentication hotp_authentication totp_authentication \ @BUILD_CURL_TRUE@ certificate_user_password_authentication \ @BUILD_CURL_TRUE@ isds_change_password isds_get_commercial_credit \ @BUILD_CURL_TRUE@ isds_find_box_by_fulltext \ @BUILD_CURL_TRUE@ hotp_isds_change_password totp_isds_change_password \ @BUILD_CURL_TRUE@ isds_delete_message_from_storage isds_ping isds_resign_message @WIN32_TRUE@am__append_2 = win32.c win32.h @WIN32_FALSE@am__append_3 = unix.c unix.h noinst_PROGRAMS = server_cli$(EXEEXT) $(am__EXEEXT_2) subdir = test/simline DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/depcomp $(top_srcdir)/test-driver ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/gpgme.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libserver_la_DEPENDENCIES = am__libserver_la_SOURCES_DIST = ../test.c ../test-tools.h http.c \ http.h server.c server.h service.c service.h services.h \ server_types.h system.h win32.c win32.h unix.c unix.h @WIN32_TRUE@am__objects_1 = libserver_la-win32.lo @WIN32_FALSE@am__objects_2 = libserver_la-unix.lo am_libserver_la_OBJECTS = libserver_la-test.lo libserver_la-http.lo \ libserver_la-server.lo libserver_la-service.lo \ $(am__objects_1) $(am__objects_2) libserver_la_OBJECTS = $(am_libserver_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = @BUILD_CURL_TRUE@am__EXEEXT_1 = basic_authentication$(EXEEXT) \ @BUILD_CURL_TRUE@ hotp_authentication$(EXEEXT) \ @BUILD_CURL_TRUE@ totp_authentication$(EXEEXT) \ @BUILD_CURL_TRUE@ certificate_user_password_authentication$(EXEEXT) \ @BUILD_CURL_TRUE@ isds_change_password$(EXEEXT) \ @BUILD_CURL_TRUE@ isds_get_commercial_credit$(EXEEXT) \ @BUILD_CURL_TRUE@ isds_find_box_by_fulltext$(EXEEXT) \ @BUILD_CURL_TRUE@ hotp_isds_change_password$(EXEEXT) \ @BUILD_CURL_TRUE@ totp_isds_change_password$(EXEEXT) \ @BUILD_CURL_TRUE@ isds_delete_message_from_storage$(EXEEXT) \ @BUILD_CURL_TRUE@ isds_ping$(EXEEXT) \ @BUILD_CURL_TRUE@ isds_resign_message$(EXEEXT) am__EXEEXT_2 = $(am__EXEEXT_1) PROGRAMS = $(noinst_PROGRAMS) am__objects_3 = am_basic_authentication_OBJECTS = basic_authentication.$(OBJEXT) \ $(am__objects_3) basic_authentication_OBJECTS = $(am_basic_authentication_OBJECTS) basic_authentication_LDADD = $(LDADD) basic_authentication_DEPENDENCIES = $(LIBDIR)/libisds.la \ ./libserver.la am_certificate_user_password_authentication_OBJECTS = \ certificate_user_password_authentication.$(OBJEXT) \ $(am__objects_3) certificate_user_password_authentication_OBJECTS = \ $(am_certificate_user_password_authentication_OBJECTS) certificate_user_password_authentication_LDADD = $(LDADD) certificate_user_password_authentication_DEPENDENCIES = \ $(LIBDIR)/libisds.la ./libserver.la am_hotp_authentication_OBJECTS = hotp_authentication.$(OBJEXT) \ $(am__objects_3) hotp_authentication_OBJECTS = $(am_hotp_authentication_OBJECTS) hotp_authentication_LDADD = $(LDADD) hotp_authentication_DEPENDENCIES = $(LIBDIR)/libisds.la ./libserver.la am_hotp_isds_change_password_OBJECTS = \ hotp_isds_change_password.$(OBJEXT) $(am__objects_3) hotp_isds_change_password_OBJECTS = \ $(am_hotp_isds_change_password_OBJECTS) hotp_isds_change_password_LDADD = $(LDADD) hotp_isds_change_password_DEPENDENCIES = $(LIBDIR)/libisds.la \ ./libserver.la am_isds_change_password_OBJECTS = isds_change_password.$(OBJEXT) \ $(am__objects_3) isds_change_password_OBJECTS = $(am_isds_change_password_OBJECTS) isds_change_password_LDADD = $(LDADD) isds_change_password_DEPENDENCIES = $(LIBDIR)/libisds.la \ ./libserver.la am_isds_delete_message_from_storage_OBJECTS = \ isds_delete_message_from_storage.$(OBJEXT) $(am__objects_3) isds_delete_message_from_storage_OBJECTS = \ $(am_isds_delete_message_from_storage_OBJECTS) isds_delete_message_from_storage_LDADD = $(LDADD) isds_delete_message_from_storage_DEPENDENCIES = $(LIBDIR)/libisds.la \ ./libserver.la am_isds_find_box_by_fulltext_OBJECTS = \ isds_find_box_by_fulltext.$(OBJEXT) $(am__objects_3) isds_find_box_by_fulltext_OBJECTS = \ $(am_isds_find_box_by_fulltext_OBJECTS) isds_find_box_by_fulltext_LDADD = $(LDADD) isds_find_box_by_fulltext_DEPENDENCIES = $(LIBDIR)/libisds.la \ ./libserver.la am_isds_get_commercial_credit_OBJECTS = \ isds_get_commercial_credit.$(OBJEXT) $(am__objects_3) isds_get_commercial_credit_OBJECTS = \ $(am_isds_get_commercial_credit_OBJECTS) isds_get_commercial_credit_LDADD = $(LDADD) isds_get_commercial_credit_DEPENDENCIES = $(LIBDIR)/libisds.la \ ./libserver.la am_isds_ping_OBJECTS = isds_ping.$(OBJEXT) $(am__objects_3) isds_ping_OBJECTS = $(am_isds_ping_OBJECTS) isds_ping_LDADD = $(LDADD) isds_ping_DEPENDENCIES = $(LIBDIR)/libisds.la ./libserver.la am_isds_resign_message_OBJECTS = isds_resign_message.$(OBJEXT) \ $(am__objects_3) isds_resign_message_OBJECTS = $(am_isds_resign_message_OBJECTS) isds_resign_message_LDADD = $(LDADD) isds_resign_message_DEPENDENCIES = $(LIBDIR)/libisds.la ./libserver.la am_server_cli_OBJECTS = server_cli.$(OBJEXT) server_cli_OBJECTS = $(am_server_cli_OBJECTS) server_cli_DEPENDENCIES = ./libserver.la am_totp_authentication_OBJECTS = totp_authentication.$(OBJEXT) \ $(am__objects_3) totp_authentication_OBJECTS = $(am_totp_authentication_OBJECTS) totp_authentication_LDADD = $(LDADD) totp_authentication_DEPENDENCIES = $(LIBDIR)/libisds.la ./libserver.la am_totp_isds_change_password_OBJECTS = \ totp_isds_change_password.$(OBJEXT) $(am__objects_3) totp_isds_change_password_OBJECTS = \ $(am_totp_isds_change_password_OBJECTS) totp_isds_change_password_LDADD = $(LDADD) totp_isds_change_password_DEPENDENCIES = $(LIBDIR)/libisds.la \ ./libserver.la AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libserver_la_SOURCES) $(basic_authentication_SOURCES) \ $(certificate_user_password_authentication_SOURCES) \ $(hotp_authentication_SOURCES) \ $(hotp_isds_change_password_SOURCES) \ $(isds_change_password_SOURCES) \ $(isds_delete_message_from_storage_SOURCES) \ $(isds_find_box_by_fulltext_SOURCES) \ $(isds_get_commercial_credit_SOURCES) $(isds_ping_SOURCES) \ $(isds_resign_message_SOURCES) $(server_cli_SOURCES) \ $(totp_authentication_SOURCES) \ $(totp_isds_change_password_SOURCES) DIST_SOURCES = $(am__libserver_la_SOURCES_DIST) \ $(basic_authentication_SOURCES) \ $(certificate_user_password_authentication_SOURCES) \ $(hotp_authentication_SOURCES) \ $(hotp_isds_change_password_SOURCES) \ $(isds_change_password_SOURCES) \ $(isds_delete_message_from_storage_SOURCES) \ $(isds_find_box_by_fulltext_SOURCES) \ $(isds_get_commercial_credit_SOURCES) $(isds_ping_SOURCES) \ $(isds_resign_message_SOURCES) $(server_cli_SOURCES) \ $(totp_authentication_SOURCES) \ $(totp_isds_change_password_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* # A command that, given a newline-separated list of test names on the # standard input, print the name of the tests that are to be re-run # upon "make recheck". am__list_recheck_tests = $(AWK) '{ \ recheck = 1; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ { \ if ((getline line2 < ($$0 ".log")) < 0) \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ { \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ { \ break; \ } \ }; \ if (recheck) \ print $$0; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # A command that, given a newline-separated list of test names on the # standard input, create the global log from their .trs and .log files. am__create_global_log = $(AWK) ' \ function fatal(msg) \ { \ print "fatal: making $@: " msg | "cat >&2"; \ exit 1; \ } \ function rst_section(header) \ { \ print header; \ len = length(header); \ for (i = 1; i <= len; i = i + 1) \ printf "="; \ printf "\n\n"; \ } \ { \ copy_in_global_log = 1; \ global_test_result = "RUN"; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".trs"); \ if (line ~ /$(am__global_test_result_rx)/) \ { \ sub("$(am__global_test_result_rx)", "", line); \ sub("[ ]*$$", "", line); \ global_test_result = line; \ } \ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ copy_in_global_log = 0; \ }; \ if (copy_in_global_log) \ { \ rst_section(global_test_result ": " $$0); \ while ((rc = (getline line < ($$0 ".log"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".log"); \ print line; \ }; \ printf "\n"; \ }; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # Restructured Text title. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } # Solaris 10 'make', and several other traditional 'make' implementations, # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it # by disabling -e (using the XSI extension "set +e") if it's set. am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one). am__check_pre = \ $(am__sh_e_setup); \ $(am__vpath_adj_setup) $(am__vpath_adj) \ $(am__tty_colors); \ srcdir=$(srcdir); export srcdir; \ case "$@" in \ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ *) am__odir=.;; \ esac; \ test "x$$am__odir" = x"." || test -d "$$am__odir" \ || $(MKDIR_P) "$$am__odir" || exit $$?; \ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ am__enable_hard_errors=yes; \ fi; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ am__expect_failure=yes;; \ *) \ am__expect_failure=no;; \ esac; \ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) # A shell command to get the names of the tests scripts with any registered # extension removed (i.e., equivalently, the names of the test logs, with # the '.log' extension removed). The result is saved in the shell variable # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", # since that might cause problem with VPATH rewrites for suffix-less tests. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. am__set_TESTS_bases = \ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` RECHECK_LOGS = $(TEST_LOGS) AM_RECURSIVE_TARGETS = check recheck TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = @EXEEXT@ .test LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac am__test_logs1 = $(TESTS:=.log) am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) TEST_LOGS = $(am__test_logs2:.test.log=.log) TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ EXPAT_LIBS = @EXPAT_LIBS@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GPGME_CFLAGS = @GPGME_CFLAGS@ GPGME_CONFIG = @GPGME_CONFIG@ GPGME_LIBS = @GPGME_LIBS@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCURL = @LIBCURL@ LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ XML2_CONFIG = @XML2_CONFIG@ XML_CPPFLAGS = @XML_CPPFLAGS@ XML_LIBS = @XML_LIBS@ _libcurl_config = @_libcurl_config@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = $(datadir)/locale localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = color-tests parallel-tests libdirpath = src INCLUDEDIR = $(top_srcdir)/$(libdirpath) LIBDIR = $(top_builddir)/$(libdirpath) AM_CPPFLAGS = @XML_CPPFLAGS@ AM_CFLAGS = -I$(INCLUDEDIR) -DSRCDIR=\"$(top_srcdir)\" LDADD = -L$(LIBDIR) $(LIBDIR)/libisds.la -L. ./libserver.la # Server library noinst_LTLIBRARIES = libserver.la libserver_la_SOURCES = ../test.c ../test-tools.h http.c http.h \ server.c server.h service.c service.h services.h \ server_types.h system.h $(am__append_2) $(am__append_3) libserver_la_CPPFLAGS = @XML_CPPFLAGS@ @LIBGNUTLS_CFLAGS@ libserver_la_LIBADD = @XML_LIBS@ @LIBGNUTLS_LIBS@ server_cli_SOURCES = server_cli.c server_cli_LDADD = ./libserver.la -L. # Access public API only common = ../test.h basic_authentication_SOURCES = basic_authentication.c $(common) hotp_authentication_SOURCES = hotp_authentication.c $(common) totp_authentication_SOURCES = totp_authentication.c $(common) certificate_user_password_authentication_SOURCES = \ certificate_user_password_authentication.c $(common) isds_change_password_SOURCES = isds_change_password.c $(common) isds_get_commercial_credit_SOURCES = isds_get_commercial_credit.c $(common) isds_find_box_by_fulltext_SOURCES = isds_find_box_by_fulltext.c $(common) hotp_isds_change_password_SOURCES = hotp_isds_change_password.c $(common) totp_isds_change_password_SOURCES = totp_isds_change_password.c $(common) isds_delete_message_from_storage_SOURCES = isds_delete_message_from_storage.c $(common) isds_resign_message_SOURCES = isds_resign_message.c $(common) isds_ping_SOURCES = isds_ping.c $(common) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/simline/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu test/simline/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } libserver.la: $(libserver_la_OBJECTS) $(libserver_la_DEPENDENCIES) $(EXTRA_libserver_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libserver_la_OBJECTS) $(libserver_la_LIBADD) $(LIBS) clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list basic_authentication$(EXEEXT): $(basic_authentication_OBJECTS) $(basic_authentication_DEPENDENCIES) $(EXTRA_basic_authentication_DEPENDENCIES) @rm -f basic_authentication$(EXEEXT) $(AM_V_CCLD)$(LINK) $(basic_authentication_OBJECTS) $(basic_authentication_LDADD) $(LIBS) certificate_user_password_authentication$(EXEEXT): $(certificate_user_password_authentication_OBJECTS) $(certificate_user_password_authentication_DEPENDENCIES) $(EXTRA_certificate_user_password_authentication_DEPENDENCIES) @rm -f certificate_user_password_authentication$(EXEEXT) $(AM_V_CCLD)$(LINK) $(certificate_user_password_authentication_OBJECTS) $(certificate_user_password_authentication_LDADD) $(LIBS) hotp_authentication$(EXEEXT): $(hotp_authentication_OBJECTS) $(hotp_authentication_DEPENDENCIES) $(EXTRA_hotp_authentication_DEPENDENCIES) @rm -f hotp_authentication$(EXEEXT) $(AM_V_CCLD)$(LINK) $(hotp_authentication_OBJECTS) $(hotp_authentication_LDADD) $(LIBS) hotp_isds_change_password$(EXEEXT): $(hotp_isds_change_password_OBJECTS) $(hotp_isds_change_password_DEPENDENCIES) $(EXTRA_hotp_isds_change_password_DEPENDENCIES) @rm -f hotp_isds_change_password$(EXEEXT) $(AM_V_CCLD)$(LINK) $(hotp_isds_change_password_OBJECTS) $(hotp_isds_change_password_LDADD) $(LIBS) isds_change_password$(EXEEXT): $(isds_change_password_OBJECTS) $(isds_change_password_DEPENDENCIES) $(EXTRA_isds_change_password_DEPENDENCIES) @rm -f isds_change_password$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_change_password_OBJECTS) $(isds_change_password_LDADD) $(LIBS) isds_delete_message_from_storage$(EXEEXT): $(isds_delete_message_from_storage_OBJECTS) $(isds_delete_message_from_storage_DEPENDENCIES) $(EXTRA_isds_delete_message_from_storage_DEPENDENCIES) @rm -f isds_delete_message_from_storage$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_delete_message_from_storage_OBJECTS) $(isds_delete_message_from_storage_LDADD) $(LIBS) isds_find_box_by_fulltext$(EXEEXT): $(isds_find_box_by_fulltext_OBJECTS) $(isds_find_box_by_fulltext_DEPENDENCIES) $(EXTRA_isds_find_box_by_fulltext_DEPENDENCIES) @rm -f isds_find_box_by_fulltext$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_find_box_by_fulltext_OBJECTS) $(isds_find_box_by_fulltext_LDADD) $(LIBS) isds_get_commercial_credit$(EXEEXT): $(isds_get_commercial_credit_OBJECTS) $(isds_get_commercial_credit_DEPENDENCIES) $(EXTRA_isds_get_commercial_credit_DEPENDENCIES) @rm -f isds_get_commercial_credit$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_get_commercial_credit_OBJECTS) $(isds_get_commercial_credit_LDADD) $(LIBS) isds_ping$(EXEEXT): $(isds_ping_OBJECTS) $(isds_ping_DEPENDENCIES) $(EXTRA_isds_ping_DEPENDENCIES) @rm -f isds_ping$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_ping_OBJECTS) $(isds_ping_LDADD) $(LIBS) isds_resign_message$(EXEEXT): $(isds_resign_message_OBJECTS) $(isds_resign_message_DEPENDENCIES) $(EXTRA_isds_resign_message_DEPENDENCIES) @rm -f isds_resign_message$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_resign_message_OBJECTS) $(isds_resign_message_LDADD) $(LIBS) server_cli$(EXEEXT): $(server_cli_OBJECTS) $(server_cli_DEPENDENCIES) $(EXTRA_server_cli_DEPENDENCIES) @rm -f server_cli$(EXEEXT) $(AM_V_CCLD)$(LINK) $(server_cli_OBJECTS) $(server_cli_LDADD) $(LIBS) totp_authentication$(EXEEXT): $(totp_authentication_OBJECTS) $(totp_authentication_DEPENDENCIES) $(EXTRA_totp_authentication_DEPENDENCIES) @rm -f totp_authentication$(EXEEXT) $(AM_V_CCLD)$(LINK) $(totp_authentication_OBJECTS) $(totp_authentication_LDADD) $(LIBS) totp_isds_change_password$(EXEEXT): $(totp_isds_change_password_OBJECTS) $(totp_isds_change_password_DEPENDENCIES) $(EXTRA_totp_isds_change_password_DEPENDENCIES) @rm -f totp_isds_change_password$(EXEEXT) $(AM_V_CCLD)$(LINK) $(totp_isds_change_password_OBJECTS) $(totp_isds_change_password_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_authentication.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/certificate_user_password_authentication.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hotp_authentication.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hotp_isds_change_password.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_change_password.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_delete_message_from_storage.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_find_box_by_fulltext.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_get_commercial_credit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_ping.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_resign_message.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libserver_la-http.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libserver_la-server.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libserver_la-service.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libserver_la-test.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libserver_la-unix.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libserver_la-win32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_cli.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totp_authentication.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totp_isds_change_password.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< libserver_la-test.lo: ../test.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libserver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libserver_la-test.lo -MD -MP -MF $(DEPDIR)/libserver_la-test.Tpo -c -o libserver_la-test.lo `test -f '../test.c' || echo '$(srcdir)/'`../test.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libserver_la-test.Tpo $(DEPDIR)/libserver_la-test.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../test.c' object='libserver_la-test.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libserver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libserver_la-test.lo `test -f '../test.c' || echo '$(srcdir)/'`../test.c libserver_la-http.lo: http.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libserver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libserver_la-http.lo -MD -MP -MF $(DEPDIR)/libserver_la-http.Tpo -c -o libserver_la-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libserver_la-http.Tpo $(DEPDIR)/libserver_la-http.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='http.c' object='libserver_la-http.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libserver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libserver_la-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.c libserver_la-server.lo: server.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libserver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libserver_la-server.lo -MD -MP -MF $(DEPDIR)/libserver_la-server.Tpo -c -o libserver_la-server.lo `test -f 'server.c' || echo '$(srcdir)/'`server.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libserver_la-server.Tpo $(DEPDIR)/libserver_la-server.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='server.c' object='libserver_la-server.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libserver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libserver_la-server.lo `test -f 'server.c' || echo '$(srcdir)/'`server.c libserver_la-service.lo: service.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libserver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libserver_la-service.lo -MD -MP -MF $(DEPDIR)/libserver_la-service.Tpo -c -o libserver_la-service.lo `test -f 'service.c' || echo '$(srcdir)/'`service.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libserver_la-service.Tpo $(DEPDIR)/libserver_la-service.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='service.c' object='libserver_la-service.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libserver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libserver_la-service.lo `test -f 'service.c' || echo '$(srcdir)/'`service.c libserver_la-win32.lo: win32.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libserver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libserver_la-win32.lo -MD -MP -MF $(DEPDIR)/libserver_la-win32.Tpo -c -o libserver_la-win32.lo `test -f 'win32.c' || echo '$(srcdir)/'`win32.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libserver_la-win32.Tpo $(DEPDIR)/libserver_la-win32.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='win32.c' object='libserver_la-win32.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libserver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libserver_la-win32.lo `test -f 'win32.c' || echo '$(srcdir)/'`win32.c libserver_la-unix.lo: unix.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libserver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libserver_la-unix.lo -MD -MP -MF $(DEPDIR)/libserver_la-unix.Tpo -c -o libserver_la-unix.lo `test -f 'unix.c' || echo '$(srcdir)/'`unix.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libserver_la-unix.Tpo $(DEPDIR)/libserver_la-unix.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unix.c' object='libserver_la-unix.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libserver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libserver_la-unix.lo `test -f 'unix.c' || echo '$(srcdir)/'`unix.c mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags # Recover from deleted '.trs' file; this should ensure that # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells # to avoid problems with "make -n". .log.trs: rm -f $< $@ $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not # expand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ redo_bases=`for i in $$bases; do \ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ done`; \ if test -n "$$redo_bases"; then \ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ if $(am__make_dryrun); then :; else \ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ fi; \ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ else \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ st=0; \ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ for i in $$redo_bases; do \ test -f $$i.trs && test -r $$i.trs \ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ test -f $$i.log && test -r $$i.log \ || { echo "$$errmsg $$i.log" >&2; st=1; }; \ done; \ test $$st -eq 0 || exit 1; \ fi @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ ws='[ ]'; \ results=`for b in $$bases; do echo $$b.trs; done`; \ test -n "$$results" || results=/dev/null; \ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$$br$$br$$br$$br; \ result_count () \ { \ if test x"$$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$$1 count=$$2; \ if test $$maybe_colorize = yes && test $$count -gt 0; then \ color_start=$$3 color_end=$$std; \ else \ color_start= color_end=; \ fi; \ echo "$${color_start}# $$desc $$count$${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $$1 "TOTAL:" $$all "$$brg"; \ result_count $$1 "PASS: " $$pass "$$grn"; \ result_count $$1 "SKIP: " $$skip "$$blu"; \ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ result_count $$1 "FAIL: " $$fail "$$red"; \ result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $$bases; do echo $$b; done \ | $(am__create_global_log); \ } >$(TEST_SUITE_LOG).tmp || exit 1; \ mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ if $$success; then \ col="$$grn"; \ else \ col="$$red"; \ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ log_list=`for i in $$bases; do echo $$i.log; done`; \ log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? basic_authentication.log: basic_authentication$(EXEEXT) @p='basic_authentication$(EXEEXT)'; \ b='basic_authentication'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) hotp_authentication.log: hotp_authentication$(EXEEXT) @p='hotp_authentication$(EXEEXT)'; \ b='hotp_authentication'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) totp_authentication.log: totp_authentication$(EXEEXT) @p='totp_authentication$(EXEEXT)'; \ b='totp_authentication'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) certificate_user_password_authentication.log: certificate_user_password_authentication$(EXEEXT) @p='certificate_user_password_authentication$(EXEEXT)'; \ b='certificate_user_password_authentication'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_change_password.log: isds_change_password$(EXEEXT) @p='isds_change_password$(EXEEXT)'; \ b='isds_change_password'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_get_commercial_credit.log: isds_get_commercial_credit$(EXEEXT) @p='isds_get_commercial_credit$(EXEEXT)'; \ b='isds_get_commercial_credit'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_find_box_by_fulltext.log: isds_find_box_by_fulltext$(EXEEXT) @p='isds_find_box_by_fulltext$(EXEEXT)'; \ b='isds_find_box_by_fulltext'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) hotp_isds_change_password.log: hotp_isds_change_password$(EXEEXT) @p='hotp_isds_change_password$(EXEEXT)'; \ b='hotp_isds_change_password'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) totp_isds_change_password.log: totp_isds_change_password$(EXEEXT) @p='totp_isds_change_password$(EXEEXT)'; \ b='totp_isds_change_password'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_delete_message_from_storage.log: isds_delete_message_from_storage$(EXEEXT) @p='isds_delete_message_from_storage$(EXEEXT)'; \ b='isds_delete_message_from_storage'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_ping.log: isds_ping$(EXEEXT) @p='isds_ping$(EXEEXT)'; \ b='isds_ping'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_resign_message.log: isds_resign_message$(EXEEXT) @p='isds_resign_message$(EXEEXT)'; \ b='isds_resign_message'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) .test.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) @am__EXEEXT_TRUE@.test$(EXEEXT).log: @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ clean-noinstPROGRAMS mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ clean-generic clean-libtool clean-noinstLTLIBRARIES \ clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am recheck tags tags-am uninstall \ uninstall-am export VERBOSE=1 # To fake home dir for gnupg2 export HOME=@top_builddir@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libisds-0.10.7/test/simline/server.c0000644000076400001440000012430412451756332014256 00000000000000#ifndef _POSIX_SOURCE #define _POSIX_SOURCE /* For getaddrinfo(3) */ #endif #ifndef _BSD_SOURCE #define _BSD_SOURCE /* For NI_MAXHOST up to glibc-2.19 */ #endif #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE /* For NI_MAXHOST since glibc-2.20 */ #endif #include "../test-tools.h" #include "http.h" #include "server.h" #include "service.h" #include #include #include #include #include /* For EINTR */ #include #include #include #include #include #include #include char *server_error = NULL; static const char *as_path_hotp = "/as/processLogin?type=hotp&uri="; static const char *as_path_sendsms = "/as/processLogin?type=totp&sendSms=true&uri="; static const char *as_path_dontsendsms = "/as/processLogin?type=totp&uri="; static const char *as_path_logout = "/as/processLogout?uri="; static const char *asws_path = "/asws/changePassword"; static const char *ws_path = "/apps/DS/dz"; static const char *ws_base_path_basic = "/"; static const char *ws_base_path_commercial_certificate_with_password = "/certds/"; static const char *ws_base_path_otp = "/apps/"; static const char *authorization_cookie_name = "IPCZ-X-COOKIE"; static char *authorization_cookie_value = NULL; /* TLS stuff */ static gnutls_certificate_credentials_t x509_credentials; static gnutls_priority_t priority_cache; static gnutls_dh_params_t dh_parameters; static gnutls_datum_t ticket_key; static const char *client_required_dn = NULL; /* Save error message if not yet set. The message will be duplicated. * @message is printf(3) formatting string. */ void set_server_error(const char *message, ...) { if (server_error == NULL) { va_list ap; va_start(ap, message); test_vasprintf(&server_error, message, ap); va_end(ap); } } /* Creates listening TCP socket on localhost. * Returns the socket descriptor or -1. */ int listen_on_socket(void) { int retval; struct addrinfo hints; struct addrinfo *addresses, *address; int fd; memset(&hints, 0, sizeof(hints)); hints.ai_family = AF_UNSPEC; hints.ai_socktype = SOCK_STREAM; retval = getaddrinfo("localhost", NULL, &hints, &addresses); if (retval) { set_server_error("Could not resolve `localhost'"); return -1; } for (address = addresses; address != NULL; address = address->ai_next) { fd = socket(address->ai_family, address->ai_socktype, address->ai_protocol); if (fd == -1) continue; retval = bind(fd, address->ai_addr, address->ai_addrlen); if (retval != 0) { close(fd); continue; } retval = listen(fd, 0); if (retval == 0) { freeaddrinfo(addresses); return fd; } close(fd); } freeaddrinfo(addresses); set_server_error("Could not start listening on TCP/localhost"); return -1; } /* Format socket address as printable string. * @return allocated string or NULL in case of error. */ char *socket2address(int socket) { struct sockaddr_storage storage; socklen_t length = (socklen_t) sizeof(storage); char host[NI_MAXHOST]; char service[NI_MAXSERV]; char *address = NULL; if (-1 == getsockname(socket, (struct sockaddr *)&storage, &length)) { set_server_error("Could not get address of server socket"); return NULL; } if (0 != getnameinfo((struct sockaddr *)&storage, length, host, sizeof(host), service, sizeof(service), NI_NUMERICHOST|NI_NUMERICSERV)) { set_server_error("Could not resolve address of server socket"); return NULL; } if (-1 == test_asprintf(&address, (strchr(host, ':') == NULL) ? "%s:%s" : "[%s]:%s", host, service)) { set_server_error("Could not format server address"); return NULL; } return address; } /* Format HTTP(s) socket address as printable URL string. * @socket is listening TCP socket of HTTP server * @tls is true for HTTPS, false for plain HTTP * @return allocated string or NULL in case of error. */ static char *socket2url(int socket, _Bool tls) { char *socket_address = NULL; char *address = NULL; socket_address = socket2address(socket); if (NULL == socket_address) { set_server_error("Could not format server address"); free(socket_address); return NULL; } if (-1 == test_asprintf(&address, "%s://%s/", (tls) ? "https" : "http", socket_address)) { set_server_error("Could not format server address"); free(socket_address); return NULL; } free(socket_address); return address; } /* Process ISDS web service */ static void do_ws(const struct http_connection *connection, const struct service_configuration *ws_configuration, const struct http_request *request, const char *required_base_path) { char *end_point = request->uri; /* Pointer to string in the request */ if (request->method != HTTP_METHOD_POST) { http_send_response_400(connection, "Regular ISDS web service request must be POST"); return; } if (required_base_path != NULL) { size_t required_base_path_length = strlen(required_base_path); if (strncmp(end_point, required_base_path, required_base_path_length)) { http_send_response_400(connection, "Request sent to invalid path"); return; } end_point += required_base_path_length; } soap(connection, ws_configuration, request->body, request->body_length, end_point); } /* Do the server protocol. * @connection is HTTP connection * @server_arguments is pointer to structure arguments_basic_authentication * @request is parsed HTTP client request * @prefix is HTTP URI path prefix (directory) where all ISDS services live * @return 0 to accept new client, return -1 in case of fatal error. */ static int server_prefixed_basic_authentication( const struct http_connection *connection, const void *server_arguments, const struct http_request *request, const char *prefix) { const struct arguments_basic_authentication *arguments = (const struct arguments_basic_authentication *) server_arguments; if (NULL == arguments || NULL == request || NULL == prefix) { return -1; } if (request->method == HTTP_METHOD_POST) { /* Only POST requests are used in Basic authentication mode */ if (arguments->username != NULL) { if (http_client_authenticates(request)) { switch(http_authenticate_basic(request, arguments->username, arguments->password)) { case HTTP_ERROR_SUCCESS: do_ws(connection, arguments->services, request, prefix); break; case HTTP_ERROR_CLIENT: if (arguments->isds_deviations) http_send_response_401_basic(connection); else http_send_response_403(connection); break; default: http_send_response_500(connection, "Server error while verifying Basic " "authentication"); } } else { http_send_response_401_basic(connection); } } else { do_ws(connection, arguments->services, request, prefix); } } else { /* HTTP method unsupported per ISDS specification */ http_send_response_400(connection, "Only POST method is allowed"); } return 0; } /* Do the server protocol. * @connection is HTTP connection * @server_arguments is pointer to structure arguments_basic_authentication * @request is parsed HTTP client request * @return 0 to accept new client, return -1 in case of fatal error. */ int server_basic_authentication(const struct http_connection *connection, const void *server_arguments, const struct http_request *request) { return server_prefixed_basic_authentication(connection, server_arguments, request, ws_base_path_basic); } /* Do the server protocol. * @connection is HTTP connection * @server_arguments is pointer to structure arguments_basic_authentication * @request is parsed HTTP client request * @return 0 to accept new client, return -1 in case of fatal error. */ int server_certificate_with_password_authentication( const struct http_connection *connection, const void *server_arguments, const struct http_request *request) { return server_prefixed_basic_authentication(connection, server_arguments, request, ws_base_path_commercial_certificate_with_password); } /* Process first phase of TOTP request */ static void do_as_sendsms(const struct http_connection *connection, const struct http_request *request, const struct arguments_otp_authentication *arguments) { if (arguments == NULL) { http_send_response_500(connection, "Third argument of do_as_sendsms() is NULL"); return; } if (request->method != HTTP_METHOD_POST) { http_send_response_400(connection, "First phase TOTP request must be POST"); return; } if (!http_client_authenticates(request)) { http_send_response_401_otp(connection, "totpsendsms", "authentication.error.userIsNotAuthenticated", "Client did not send any authentication header"); return; } switch(http_authenticate_basic(request, arguments->username, arguments->password)) { case HTTP_ERROR_SUCCESS: { /* Find final URI */ char *uri = strstr(request->uri, "&uri="); if (uri == NULL) { http_send_response_400(connection, "Missing uri parameter in Request URI"); return; } uri += 5; /* Build new location for second OTP phase */ char *location = NULL; if (-1 == test_asprintf(&location, "%s%s", as_path_dontsendsms, uri)) { http_send_response_500(connection, "Could not build new localtion for " "second OTP phase"); return; } char *terminator = strchr(uri, '&'); if (NULL != terminator) location[strlen(as_path_dontsendsms) + (uri - terminator)] = '\0'; http_send_response_302_totp(connection, "authentication.info.totpSended", "=?UTF-8?B?SmVkbm9yw6F6b3bDvSBrw7NkIG9kZXNsw6FuLg==?=", location); free(location); } break; case HTTP_ERROR_CLIENT: if (arguments->isds_deviations) http_send_response_401_otp(connection, "totpsendsms", "authentication.error.userIsNotAuthenticated", " Retry: Bad user name or password in first OTP phase.\r\n" " This is very long header\r\n" " which should span to more lines.\r\n" " Surrounding LWS are meaning-less. "); else http_send_response_403(connection); break; default: http_send_response_500(connection, "Could not verify Basic authentication"); } } /* Return static string representation of HTTP OTP authentication method. * Or NULL in case of error. */ static const char *auth_otp_method2string(enum auth_otp_method method) { switch (method) { case AUTH_OTP_HMAC: return "hotp"; case AUTH_OTP_TIME: return "totp"; default: return NULL; } } /* Process second phase of OTP request */ static void do_as_phase_two(const struct http_connection *connection, const struct http_request *request, const struct arguments_otp_authentication *arguments) { if (arguments == NULL) { http_send_response_500(connection, "Third argument of do_as_phase_two() is NULL"); return; } if (request->method != HTTP_METHOD_POST) { http_send_response_400(connection, "Second phase OTP request must be POST"); return; } if (!http_client_authenticates(request)) { http_send_response_401_otp(connection, auth_otp_method2string(arguments->method), "authentication.error.userIsNotAuthenticated", "Client did not send any authentication header"); return; } switch(http_authenticate_otp(request, arguments->username, arguments->password, arguments->otp)) { case HTTP_ERROR_SUCCESS: { /* Find final URI */ char *uri = strstr(request->uri, "&uri="); if (uri == NULL) { http_send_response_400(connection, "Missing uri parameter in Request URI"); return; } uri += 5; /* Build new location for final request */ char *location = NULL; if (NULL == (location = strdup(uri))) { http_send_response_500(connection, "Could not build new location for final request"); return; } char *terminator = strchr(location, '&'); if (NULL != terminator) *terminator = '\0'; /* Generate pseudo-random cookie value. This is to prevent * client from reusing the cookie accidentally. We use the * same seed to get reproducible tests. */ if (-1 == test_asprintf(&authorization_cookie_value, "%d", rand())) { http_send_response_500(connection, "Could not generate cookie value"); free(location); return; } /* XXX: Add Path parameter to cookie, otherwise * different paths will not match. * FIXME: Domain argument does not work with cURL. Report a bug. */ http_send_response_302_cookie(connection, authorization_cookie_name, authorization_cookie_value, /*http_find_host(request)*/NULL, /*NULL*/"/", location); free(location); } break; case HTTP_ERROR_CLIENT: if (arguments->isds_deviations) http_send_response_401_otp(connection, auth_otp_method2string(arguments->method), "authentication.error.userIsNotAuthenticated", " Retry: Bad user name or password in second OTP phase.\r\n" " This is very long header\r\n" " which should span to more lines.\r\n" " Surrounding LWS are meaning-less. "); else http_send_response_403(connection); break; default: http_send_response_500(connection, "Could not verify OTP authentication"); } } /* Process ASWS for changing OTP password requests */ /* FIXME: The ASWS URI hosts two services: for sending TOTP code for password * change and for changing OTP password. The problem is the former one is * basic-authenticated, the later one is otp-authenticated. But we cannot * decide which authentication to enforce without understadning request body. * I will just try both of them to choose the service. * But I hope official server implementation does it in more clever way. */ static void do_asws(const struct http_connection *connection, const struct http_request *request, const struct arguments_otp_authentication *arguments) { http_error error; if (arguments == NULL) { http_send_response_500(connection, "Third argument of do_asws() is NULL"); return; } if (request->method != HTTP_METHOD_POST) { http_send_response_400(connection, "ASWS request must be POST"); return; } if (!http_client_authenticates(request)) { http_send_response_401_otp(connection, auth_otp_method2string(arguments->method), "authentication.error.userIsNotAuthenticated", "Client did not send any authentication header"); return; } /* Try OTP */ error = http_authenticate_otp(request, arguments->username, arguments->password, arguments->otp); if (HTTP_ERROR_SUCCESS == error) { /* This will be request for password change because OTP * authentication succeeded. */ do_ws(connection, arguments->services, request, NULL); return; } if (AUTH_OTP_TIME == arguments->method) { /* Try Basic */ error = http_authenticate_basic(request, arguments->username, arguments->password); if (HTTP_ERROR_SUCCESS == error) { /* This will be request for time code for password change because * basic authentication succeeded. */ do_ws(connection, arguments->services, request, NULL); return; } } if (HTTP_ERROR_CLIENT == error) { if (arguments->isds_deviations) http_send_response_401_otp(connection, auth_otp_method2string(arguments->method), "authentication.error.userIsNotAuthenticated", " Retry: Bad user name or password in Authorization.\r\n" " This is very long header\r\n" " which should span to more lines.\r\n" " Surrounding LWS are meaning-less. "); else http_send_response_403(connection); return; } http_send_response_500(connection, "Could not verify OTP authentication"); } /* Process OTP session cookie invalidation request */ static void do_as_logout(const struct http_connection *connection, const struct http_request *request, const struct arguments_otp_authentication *arguments) { if (arguments == NULL) { http_send_response_500(connection, "Third argument of do_as_logout() is NULL"); return; } if (request->method != HTTP_METHOD_GET) { http_send_response_400(connection, "OTP cookie invalidation request must be GET"); return; } const char *received_cookie = http_find_cookie(request, authorization_cookie_name); if (authorization_cookie_value == NULL || received_cookie == NULL || strcmp(authorization_cookie_value, received_cookie)) { http_send_response_403(connection); return; } /* XXX: Add Path parameter to cookie, otherwise * different paths will not match. * FIXME: Domain argument does not work with cURL. Report a bug. */ http_send_response_200_cookie(connection, authorization_cookie_name, "", /*http_find_host(request)*/ NULL, /*NULL*/"/", NULL, 0, NULL); } /* Process ISDS WS ping authorized by cookie */ static void do_ws_with_cookie(const struct http_connection *connection, const struct http_request *request, const struct arguments_otp_authentication *arguments, const char *valid_base_path) { const char *received_cookie = http_find_cookie(request, authorization_cookie_name); if (authorization_cookie_value != NULL && received_cookie != NULL && !strcmp(authorization_cookie_value, received_cookie)) do_ws(connection, arguments->services, request, valid_base_path); else http_send_response_403(connection); } /* Do the server protocol with OTP authentication. * @connection is HTTP connection * @server_arguments is pointer to structure arguments_otp_authentication. It * selects OTP method to enable. * @request is parsed HTTP client requrest * @return 0 to accept new client, return -1 in case of fatal error. */ int server_otp_authentication(const struct http_connection *connection, const void *server_arguments, const struct http_request *request) { const struct arguments_otp_authentication *arguments = (const struct arguments_otp_authentication *) server_arguments; if (NULL == arguments || NULL == request) { return(-1); } if (arguments->username != NULL) { if (arguments->method == AUTH_OTP_HMAC && !strncmp(request->uri, as_path_hotp, strlen(as_path_hotp))) { do_as_phase_two(connection, request, arguments); } else if (arguments->method == AUTH_OTP_TIME && !strncmp(request->uri, as_path_sendsms, strlen(as_path_sendsms))) { do_as_sendsms(connection, request, arguments); } else if (arguments->method == AUTH_OTP_TIME && !strncmp(request->uri, as_path_dontsendsms, strlen(as_path_dontsendsms))) { do_as_phase_two(connection, request, arguments); } else if (!strncmp(request->uri, as_path_logout, strlen(as_path_logout))) { do_as_logout(connection, request, arguments); } else if (!strcmp(request->uri, asws_path)) { do_asws(connection, request, arguments); } else if (!strcmp(request->uri, ws_path)) { do_ws_with_cookie(connection, request, arguments, ws_base_path_otp); } else { http_send_response_400(connection, "Unknown path for OTP authenticating service"); } } else { if (!strcmp(request->uri, ws_path)) { do_ws(connection, arguments->services, request, ws_base_path_otp); } else { http_send_response_400(connection, "Unknown path for OTP authenticating service"); } } return 0; } /* Implementation of server that is out of order. * It always sends back SOAP Fault with HTTP error 503. * @connection is HTTP connection * @server_arguments is ununsed pointer * @request is parsed HTTP client request * @return 0 to accept new client, return -1 in case of fatal error. */ int server_out_of_order(const struct http_connection *connection, const void *server_arguments, const struct http_request *request) { const char *soap_mime_type = "text/xml"; /* SOAP/1.1 requires text/xml */ const char *fault = "Probíhá plánovaná údržbaOmlouváme se všem uživatelům datových schránek za dočasné omezení přístupu do systému datových schránek z důvodu plánované údržby systému. Děkujeme za pochopení."; (void)server_arguments; (void)request; http_send_response_503(connection, fault, strlen(fault), soap_mime_type); return 0; } /* Call-back for HTTP to receive data from socket * API is equivalent to recv(2) except automatic interrupt handling. */ static ssize_t recv_plain(const struct http_connection *connection, void *buffer, size_t length) { ssize_t retval; do { retval = recv(connection->socket, buffer, length, 0); } while (-1 == retval && EINTR == errno); return retval; } /* Call-back for HTTP to sending data to socket * API is equivalent to send(2) except automatic interrupt handling. */ static ssize_t send_plain(const struct http_connection *connection, const void *buffer, size_t length) { ssize_t retval; do { retval = send(connection->socket, buffer, length, MSG_NOSIGNAL); } while (-1 == retval && EINTR == errno); return retval; } /* Call-back for HTTP to receive data from TLS socket * API is equivalent to recv(2) except automatic interrupt handling. */ static ssize_t recv_tls(const struct http_connection *connection, void *buffer, size_t length) { ssize_t retval; do { retval = gnutls_record_recv(connection->callback_data, buffer, length); if (GNUTLS_E_REHANDSHAKE == retval) { int error; do { error = gnutls_handshake(connection->callback_data); } while (error < 0 && !gnutls_error_is_fatal(error)); if (error < 0) { fprintf(stderr, "TLS rehandshake failed: %s\n", gnutls_strerror(error)); return -1; } } } while (GNUTLS_E_INTERRUPTED == retval || GNUTLS_E_AGAIN == retval); return (retval < 0) ? -1 : retval; } /* Call-back for HTTP to sending data to TLS socket * API is equivalent to send(2) except automatic interrupt handling. */ static ssize_t send_tls(const struct http_connection *connection, const void *buffer, size_t length) { ssize_t retval; do { retval = gnutls_record_send(connection->callback_data, buffer, length); } while (GNUTLS_E_INTERRUPTED == retval || GNUTLS_E_AGAIN == retval); return (retval < 0) ? -1 : retval; } /* Call-back fot GnuTLS to receive data from TCP socket. * We override default implementation to unify passing http_connection as * @context. Also otherwise there is need for ugly type cast from integer to * pointer. */ static ssize_t tls_pull(gnutls_transport_ptr_t context, void* buffer, size_t length) { return recv( ((struct http_connection*)context)->socket, buffer, length, 0); } /* Call-back fot GnuTLS to send data to TCP socket. * GnuTLS does not call send(2) with MSG_NOSIGNAL, we must do it manually. */ static ssize_t tls_push(gnutls_transport_ptr_t context, const void* buffer, size_t length) { return send( ((struct http_connection*)context)->socket, buffer, length, MSG_NOSIGNAL); } /* Verify client certificate from current TLS session. * @tls_session is session in TLS handshake when client sent certificate * @return 0 for acceptance, return non-0 for denial. */ static int tls_verify_client(gnutls_session_t tls_session) { const gnutls_datum_t *chain; /* Pointer to static data */ unsigned int chain_length; gnutls_x509_crt_t certificate; gnutls_datum_t certificate_text; unsigned int status; char *dn_text; size_t dn_size; int error; /* Obtain client's certificate chain */ chain = gnutls_certificate_get_peers(tls_session, &chain_length); if (NULL == chain) { fprintf(stderr, "Error while obtaining client's certificate\n"); return -1; } if (chain_length < 1) { fprintf(stderr, "Client did not send any certificate\n"); return -1; } /* Print client's certificate */ error = gnutls_x509_crt_init(&certificate); if (error) { fprintf(stderr, "Could not initialize certificate storage: %s\n", gnutls_strerror(error)); return -1; } error = gnutls_x509_crt_import(certificate, chain, GNUTLS_X509_FMT_DER); if (error) { fprintf(stderr, "Could not parse client's X.509 certificate: %s\n", gnutls_strerror(error)); gnutls_x509_crt_deinit(certificate); return -1; } error = gnutls_x509_crt_print(certificate, GNUTLS_CRT_PRINT_ONELINE, &certificate_text); if (error) { fprintf(stderr, "Could not print client's certificate: %s\n", gnutls_strerror(error)); gnutls_x509_crt_deinit(certificate); return -1; } fprintf(stderr, "Client sent certificate: %s\n", certificate_text.data); gnutls_free(certificate_text.data); /* Verify certificate signature and path */ error = gnutls_certificate_verify_peers2(tls_session, &status); if (error) { fprintf(stderr, "Could not verify client's certificate: %s\n", gnutls_strerror(error)); gnutls_x509_crt_deinit(certificate); return -1; } if (status) { fprintf(stderr, "Client's certificate is not valid.\n"); gnutls_x509_crt_deinit(certificate); return -1; } else { fprintf(stderr, "Client's certificate is valid.\n"); } /* Authorize client */ error = gnutls_x509_crt_get_dn(certificate, NULL, &dn_size); if (error != GNUTLS_E_SHORT_MEMORY_BUFFER) { fprintf(stderr, "Could not determine client's " "distinguished name size: %s.\n", gnutls_strerror(error)); gnutls_x509_crt_deinit(certificate); return -1; } dn_text = gnutls_malloc(dn_size); if (NULL == dn_text) { fprintf(stderr, "Could not allocate memory for client's " "distinguished name.\n"); gnutls_x509_crt_deinit(certificate); return -1; } error = gnutls_x509_crt_get_dn(certificate, dn_text, &dn_size); if (error) { fprintf(stderr, "Could obtain client's " "distinguished name size: %s.\n", gnutls_strerror(error)); gnutls_free(dn_text); gnutls_x509_crt_deinit(certificate); return -1; } gnutls_x509_crt_deinit(certificate); if (client_required_dn != NULL && strcmp(client_required_dn, dn_text)) { fprintf(stderr, "Client is not authorized: " "Client's distinguished name `%s' does not match " "required name `%s'.\n", dn_text, client_required_dn); gnutls_free(dn_text); return -1; } fprintf(stderr, "Client is authorized.\n"); gnutls_free(dn_text); return 0; } /* Start sever in separate process. * @server_process is PID of forked server * @server_address is automatically allocated TCP address of listening server * @server_implementation points to kind of server to implement. Valid values * are addresses of server_basic_authentication(), * server_otp_authentication(), or server_out_of_order(). * @server_arguments is pointer to argument pass to @server_implementation. It * usually contains: * @username sets required user name server has to require. Set NULL to * disable HTTP authentication. * @password sets required password server has to require * socket. * @isds_deviations is flag to set conformance level. If false, server is * compliant to standards (HTTP, SOAP) if not conflicts with ISDS * specification. Otherwise server mimics real ISDS implementation as much * as possible. * @tls sets TLS layer. Pass NULL for plain HTTP. * @return -1 in case of error. */ int start_server(pid_t *server_process, char **server_address, int (*server_implementation)(const struct http_connection *, const void *, const struct http_request *), const void *server_arguments, const struct tls_authentication *tls) { int server_socket; int error; if (server_address == NULL) { set_server_error("start_server(): Got invalid server_address pointer"); return -1; } *server_address = NULL; if (server_process == NULL) { set_server_error("start_server(): Got invalid server_process pointer"); return -1; } if (NULL != tls && NULL == tls->server_certificate) { /* XXX: X.509 TLS server requires server certificate. */ tls = NULL; } server_socket = listen_on_socket(); if (server_socket == -1) { set_server_error("Could not create listening socket"); return -1; } *server_address = socket2url(server_socket, NULL != tls); if (*server_address == NULL) { close(server_socket); set_server_error("Could not format address of listening socket"); return -1; } if (NULL != tls) { const char *error_position; if ((error = gnutls_global_init())) { close(server_socket); set_server_error("Could not initialize GnuTLS: %s", gnutls_strerror(error)); return -1; } if ((error = gnutls_certificate_allocate_credentials(&x509_credentials))) { close(server_socket); gnutls_global_deinit(); set_server_error("Could not allocate X.509 credentials: %s", gnutls_strerror(error)); return -1; } if (NULL != tls->authority_certificate) { if (0 > (error = gnutls_certificate_set_x509_trust_file( x509_credentials, tls->authority_certificate, GNUTLS_X509_FMT_PEM))) { close(server_socket); gnutls_certificate_free_credentials(x509_credentials); gnutls_global_deinit(); set_server_error("Could not load authority certificate `%s': %s", tls->authority_certificate, gnutls_strerror(error)); return -1; } } if ((error = gnutls_certificate_set_x509_key_file(x509_credentials, tls->server_certificate, tls->server_key, GNUTLS_X509_FMT_PEM))) { close(server_socket); gnutls_certificate_free_credentials(x509_credentials); gnutls_global_deinit(); set_server_error("Could not load server certificate or " "private key `%s': %s", tls->server_certificate, gnutls_strerror(error)); return -1; } if ((error = gnutls_priority_init(&priority_cache, "PERFORMANCE", &error_position))) { close(server_socket); gnutls_certificate_free_credentials(x509_credentials); gnutls_global_deinit(); if (error == GNUTLS_E_INVALID_REQUEST) { set_server_error("Could not set TLS algorithm preferences: " "%s Error at `%s'.", gnutls_strerror(error), error_position); set_server_error("Could not set TLS algorithm preferences: %s", gnutls_strerror(error)); } return -1; } /* XXX: priority_cache is linked from x509_credentials now. * Deinitialization must free x509_credentials before priority_cache. */ if ((error = gnutls_dh_params_init(&dh_parameters))) { close(server_socket); gnutls_certificate_free_credentials(x509_credentials); gnutls_priority_deinit(priority_cache); gnutls_global_deinit(); set_server_error("Could not allocate Diffie-Hellman parameters: " "%s", gnutls_strerror(error)); return -1; } if ((error = gnutls_dh_params_generate2(dh_parameters, gnutls_sec_param_to_pk_bits(GNUTLS_PK_DH, GNUTLS_SEC_PARAM_LOW)))) { close(server_socket); gnutls_certificate_free_credentials(x509_credentials); gnutls_priority_deinit(priority_cache); gnutls_dh_params_deinit(dh_parameters); gnutls_global_deinit(); set_server_error("Could not generate Diffie-Hellman parameters: %s", gnutls_strerror(error)); return -1; } gnutls_certificate_set_dh_params(x509_credentials, dh_parameters); /* XXX: dh_parameters are linked from x509_credentials now. * Deinitialization must free x509_credentials before dh_parameters. */ if ((error = gnutls_session_ticket_key_generate(&ticket_key))) { fprintf(stderr, "Could not generate TLS session ticket key: %s\n", gnutls_strerror(error)); ticket_key.data = NULL; } } *server_process = fork(); if (*server_process == -1) { close(server_socket); if (NULL != tls) { gnutls_free(ticket_key.data); gnutls_certificate_free_credentials(x509_credentials); gnutls_priority_deinit(priority_cache); gnutls_dh_params_deinit(dh_parameters); gnutls_global_deinit(); } set_server_error("Server could not been forked"); return -1; } if (*server_process == 0) { int client_socket; gnutls_session_t tls_session; struct http_connection connection; struct http_request *request = NULL; http_error error; int terminate = 0; while (!terminate) { if (NULL != tls) { if ((error = gnutls_init(&tls_session, GNUTLS_SERVER))) { set_server_error("Could not initialize TLS session: %s", gnutls_strerror(error)); terminate = -1; continue; } if ((error = gnutls_priority_set(tls_session, priority_cache))) { set_server_error( "Could not set priorities to TLS session: %s", gnutls_strerror(error)); terminate = -1; gnutls_deinit(tls_session); continue; } if ((error = gnutls_credentials_set(tls_session, GNUTLS_CRD_CERTIFICATE, x509_credentials))) { set_server_error("Could not set X509 credentials to TLS " "session: %s", gnutls_strerror(error)); terminate = -1; gnutls_deinit(tls_session); continue; } if (NULL != ticket_key.data) { if ((error = gnutls_session_ticket_enable_server( tls_session, &ticket_key))) { fprintf(stderr, "Could not register ticket key to " "TLS session: %s\n", gnutls_strerror(error)); } } /* XXX: Credentials are linked from session now. * Deinitializition must free session before x509_credentials. */ if (NULL != tls->client_name) { client_required_dn = tls->client_name; /* Require client certificate */ gnutls_certificate_server_set_request(tls_session, GNUTLS_CERT_REQUIRE); /* And verify it in TLS handshake */ gnutls_certificate_set_verify_function(x509_credentials, tls_verify_client); } } if (0 > (client_socket = accept(server_socket, NULL, NULL))) { terminate = -1; if (NULL != tls) gnutls_deinit(tls_session); continue; } fprintf(stderr, "Connection accepted\n"); connection.socket = client_socket; if (NULL == tls) { connection.recv_callback = recv_plain; connection.send_callback = send_plain; connection.callback_data = NULL; } else { connection.recv_callback = recv_tls; connection.send_callback = send_tls; connection.callback_data = tls_session; gnutls_transport_set_pull_function(tls_session, tls_pull); gnutls_transport_set_push_function(tls_session, tls_push); gnutls_transport_set_ptr2(tls_session, &connection, &connection); do { error = gnutls_handshake(tls_session); } while (error < 0 && !gnutls_error_is_fatal(error)); if (error < 0) { fprintf(stderr, "TLS handshake failed: %s\n", gnutls_strerror(error)); close(client_socket); gnutls_deinit(tls_session); continue; } } error = http_read_request(&connection, &request); if (error) { fprintf(stderr, "Error while reading request\n"); if (error == HTTP_ERROR_CLIENT) http_send_response_400(&connection, "Error in request"); else http_send_response_500(&connection, "Could not read request"); close(client_socket); if (NULL != tls) gnutls_deinit(tls_session); continue; } terminate = server_implementation(&connection, server_arguments, request); http_request_free(&request); close(client_socket); if (NULL != tls) { gnutls_deinit(tls_session); } } if (NULL != tls) { if (NULL != ticket_key.data) { gnutls_free(ticket_key.data); } } close(server_socket); free(authorization_cookie_value); exit(EXIT_SUCCESS); /* Does not return */ } return 0; } /* Kill the server process. * Return 0. Return -1 if server could not been stopped. Return 1 if server * crashed. */ int stop_server(pid_t server_process) { int status; if (server_process <= 0) { set_server_error("Invalid server PID to kill"); return -1; } if (-1 == kill(server_process, SIGTERM)) { set_server_error("Could not terminate server"); return -1; } if (-1 == waitpid(server_process, &status, 0)) { set_server_error("Could not wait for server termination"); return -1; } if (WIFSIGNALED(status) && WTERMSIG(status) != SIGTERM) { set_server_error("Server terminated by signal %d violently", WTERMSIG(status)); return 1; } return 0; } libisds-0.10.7/test/simline/isds_delete_message_from_storage.c0000644000076400001440000000730412452006472021501 00000000000000#ifndef _POSIX_SOURCE #define _POSIX_SOURCE /* For getaddrinfo(3) */ #endif #ifndef _BSD_SOURCE #define _BSD_SOURCE /* For NI_MAXHOST up to glibc-2.19 */ #endif #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE /* For NI_MAXHOST since glibc-2.20 */ #endif #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 /* For unsetenv(3) */ #endif #include "../test.h" #include "server.h" #include "isds.h" static const char *username = "Doug1as$"; static const char *password = "42aA#bc8"; static int test_login(const isds_error error, struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { isds_error err; err = isds_login(context, url, username, password, pki_credentials, otp); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); PASS_TEST; } static int test_isds_delete_message_from_storage(const isds_error error, struct isds_ctx *context, const char *message_id, _Bool incoming) { isds_error err; err = isds_delete_message_from_storage(context, message_id, incoming); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); PASS_TEST; } int main(void) { int error; pid_t server_process; struct isds_ctx *context = NULL; char *url = NULL; INIT_TEST("isds_delete_message_from_storage"); if (unsetenv("http_proxy")) { ABORT_UNIT("Could not remove http_proxy variable from environment\n"); } if (isds_init()) { isds_cleanup(); ABORT_UNIT("isds_init() failed\n"); } context = isds_ctx_create(); if (!context) { isds_cleanup(); ABORT_UNIT("isds_ctx_create() failed\n"); } { const struct arguments_DS_Dx_EraseMessage service_arguments = { .message_id = "1234567", .incoming = 1 }; const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_DS_Dx_EraseMessage, &service_arguments }, { SERVICE_END, NULL } }; const struct arguments_basic_authentication server_arguments = { .username = username, .password = password, .isds_deviations = 1, .services = services }; error = start_server(&server_process, &url, server_basic_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } TEST("prior logging in", test_isds_delete_message_from_storage, IE_CONNECTION_CLOSED, context, "1234567", 1); TEST("login", test_login, IE_SUCCESS, context, url, username, password, NULL, NULL); TEST("bad message ID", test_isds_delete_message_from_storage, IE_INVAL, context, "1000000", 1); TEST("bad direction", test_isds_delete_message_from_storage, IE_INVAL, context, "1234567", 0); TEST("good ID and direction", test_isds_delete_message_from_storage, IE_SUCCESS, context, "1234567", 1); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } isds_logout(context); isds_ctx_free(&context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/simline/service.c0000644000076400001440000015420213130406756014405 00000000000000#include "../../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include "../test-tools.h" #include "http.h" #include "services.h" #include "system.h" #include #include /* For intmax_t */ #include #include #include #include static const char *soap_mime_type = "text/xml"; /* SOAP/1.1 requires text/xml */ /* Used to choose proper name space for message elements. * See _isds_register_namespaces(). */ typedef enum { MESSAGE_NS_1, MESSAGE_NS_UNSIGNED, MESSAGE_NS_SIGNED_INCOMING, MESSAGE_NS_SIGNED_OUTGOING, MESSAGE_NS_SIGNED_DELIVERY, MESSAGE_NS_OTP } message_ns_type; #define SOAP_NS "http://schemas.xmlsoap.org/soap/envelope/" #define SOAP2_NS "http://www.w3.org/2003/05/soap-envelope" #define ISDS1_NS "http://isds.czechpoint.cz" #define ISDS_NS "http://isds.czechpoint.cz/v20" #define OISDS_NS "http://isds.czechpoint.cz/v20/asws" #define SISDS_INCOMING_NS "http://isds.czechpoint.cz/v20/message" #define SISDS_OUTGOING_NS "http://isds.czechpoint.cz/v20/SentMessage" #define SISDS_DELIVERY_NS "http://isds.czechpoint.cz/v20/delivery" #define SCHEMA_NS "http://www.w3.org/2001/XMLSchema" #define DEPOSIT_NS "urn:uschovnaWSDL" struct service { service_id id; const char *end_point; const xmlChar *name_space; const xmlChar *name; http_error (*function) ( xmlXPathContextPtr, xmlNodePtr, const void *arguments); }; /* Following EXTRACT_* macros expect @xpath_ctx, @error, @message, * and leave label. */ #define ELEMENT_EXISTS(element, allow_multiple) { \ xmlXPathObjectPtr result = NULL; \ result = xmlXPathEvalExpression(BAD_CAST element, xpath_ctx); \ if (NULL == result) { \ error = HTTP_ERROR_SERVER; \ goto leave; \ } \ if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { \ xmlXPathFreeObject(result); \ test_asprintf(&message, "Element %s does not exist", element); \ error = HTTP_ERROR_CLIENT; \ goto leave; \ } else { \ if (!allow_multiple && result->nodesetval->nodeNr > 1) { \ xmlXPathFreeObject(result); \ test_asprintf(&message, "Multiple %s element", element); \ error = HTTP_ERROR_CLIENT; \ goto leave; \ } \ } \ xmlXPathFreeObject(result); \ } #define EXTRACT_STRING(element, string) { \ xmlXPathObjectPtr result = NULL; \ result = xmlXPathEvalExpression(BAD_CAST element "/text()", xpath_ctx); \ if (NULL == result) { \ error = HTTP_ERROR_SERVER; \ goto leave; \ } \ if (!xmlXPathNodeSetIsEmpty(result->nodesetval)) { \ if (result->nodesetval->nodeNr > 1) { \ xmlXPathFreeObject(result); \ test_asprintf(&message, "Multiple %s element", element); \ error = HTTP_ERROR_CLIENT; \ goto leave; \ } \ (string) = (char *) \ xmlXPathCastNodeSetToString(result->nodesetval); \ if (!(string)) { \ xmlXPathFreeObject(result); \ error = HTTP_ERROR_SERVER; \ goto leave; \ } \ } \ xmlXPathFreeObject(result); \ } #define EXTRACT_BOOLEAN(element, booleanPtr) { \ char *string = NULL; \ EXTRACT_STRING(element, string); \ \ if (NULL != string) { \ (booleanPtr) = calloc(1, sizeof(*(booleanPtr))); \ if (NULL == (booleanPtr)) { \ free(string); \ error = HTTP_ERROR_SERVER; \ goto leave; \ } \ \ if (!xmlStrcmp((xmlChar *)string, BAD_CAST "true") || \ !xmlStrcmp((xmlChar *)string, BAD_CAST "1")) \ *(booleanPtr) = 1; \ else if (!xmlStrcmp((xmlChar *)string, BAD_CAST "false") || \ !xmlStrcmp((xmlChar *)string, BAD_CAST "0")) \ *(booleanPtr) = 0; \ else { \ test_asprintf(&message, \ "%s value is not valid boolean: %s", \ element, string); \ free(string); \ error = HTTP_ERROR_CLIENT; \ goto leave; \ } \ \ free(string); \ } \ } #define EXTRACT_DATE(element, tmPtr) { \ char *string = NULL; \ EXTRACT_STRING(element, string); \ if (NULL != string) { \ (tmPtr) = calloc(1, sizeof(*(tmPtr))); \ if (NULL == (tmPtr)) { \ free(string); \ error = HTTP_ERROR_SERVER; \ goto leave; \ } \ error = _server_datestring2tm(string, (tmPtr)); \ if (error) { \ if (error == HTTP_ERROR_CLIENT) { \ test_asprintf(&message, "%s value is not a valid date: %s", \ element, string); \ } \ free(string); \ goto leave; \ } \ free(string); \ } \ } /* Following INSERT_* macros expect @error and leave label */ #define INSERT_STRING_WITH_NS(parent, ns, element, string) \ { \ xmlNodePtr node = xmlNewTextChild(parent, ns, BAD_CAST (element), \ (xmlChar *) (string)); \ if (NULL == node) { \ error = HTTP_ERROR_SERVER; \ goto leave; \ } \ } #define INSERT_STRING(parent, element, string) \ { INSERT_STRING_WITH_NS(parent, NULL, element, string) } #define INSERT_LONGINTPTR(parent, element, longintPtr) { \ if ((longintPtr)) { \ char *buffer = NULL; \ /* FIXME: locale sensitive */ \ if (-1 == test_asprintf(&buffer, "%ld", *(longintPtr))) { \ error = HTTP_ERROR_SERVER; \ goto leave; \ } \ INSERT_STRING(parent, element, buffer) \ free(buffer); \ } else { INSERT_STRING(parent, element, NULL) } \ } #define INSERT_ULONGINTPTR(parent, element, ulongintPtr) { \ if ((ulongintPtr)) { \ char *buffer = NULL; \ /* FIXME: locale sensitive */ \ if (-1 == test_asprintf(&buffer, "%lu", *(ulongintPtr))) { \ error = HTTP_ERROR_SERVER; \ goto leave; \ } \ INSERT_STRING(parent, element, buffer) \ free(buffer); \ } else { INSERT_STRING(parent, element, NULL) } \ } #define INSERT_BOOLEANPTR(parent, element, booleanPtr) { \ if (NULL != (booleanPtr)) { \ char *buffer = NULL; \ buffer = *(booleanPtr) ? "true" : "false"; \ INSERT_STRING(parent, element, buffer) \ } else { INSERT_STRING(parent, element, NULL) } \ } #define INSERT_TIMEVALPTR(parent, element, timevalPtr) { \ if (NULL != (timevalPtr)) { \ char *buffer = NULL; \ error = timeval2timestring(timevalPtr, &buffer); \ if (error) { \ free(buffer); \ goto leave; \ } \ INSERT_STRING(parent, element, buffer); \ free(buffer); \ } else { \ INSERT_STRING(parent, element, NULL); \ } \ } #define INSERT_TMPTR(parent, element, tmPtr) { \ if (NULL != (tmPtr)) { \ char *buffer = NULL; \ error = tm2datestring(tmPtr, &buffer); \ if (error) { \ free(buffer); \ goto leave; \ } \ INSERT_STRING(parent, element, buffer); \ free(buffer); \ } else { \ INSERT_STRING(parent, element, NULL); \ } \ } #define INSERT_ELEMENT(child, parent, element) \ { \ (child) = xmlNewChild((parent), NULL, BAD_CAST (element), NULL); \ if (NULL == (child)) { \ error = HTTP_ERROR_SERVER; \ goto leave; \ } \ } /* TODO: These functions (element_exists(), extract_...(), ...) will replace * the macros (ELEMENT_EXISTS, EXTRACT_...). The compiled code will be * smaller, the compilation will be faster. */ /* Check an element exists. * @code is a static output ISDS error code * @error_message is a reallocated output ISDS error message * @xpath_ctx is a current XPath context * @element_name is name of an element to check * @allow_multiple is false to require exactly one element. True to require * one or more elements. * @return HTTP_ERROR_SUCCESS or an appropriate error code. */ static http_error element_exists(const char **code, char **message, xmlXPathContextPtr xpath_ctx, const char *element_name, _Bool allow_multiple) { xmlXPathObjectPtr result = NULL; result = xmlXPathEvalExpression(BAD_CAST element_name, xpath_ctx); if (NULL == result) { return HTTP_ERROR_SERVER; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { xmlXPathFreeObject(result); *code = "9999"; test_asprintf(message, "Element %s does not exist", element_name); return HTTP_ERROR_CLIENT; } else { if (!allow_multiple && result->nodesetval->nodeNr > 1) { xmlXPathFreeObject(result); *code = "9999"; test_asprintf(message, "Multiple %s element", element_name); return HTTP_ERROR_CLIENT; } } xmlXPathFreeObject(result); return HTTP_ERROR_SUCCESS; } /* Extract @element_name's value as a string. * @code is a static output ISDS error code * @error_message is a reallocated output ISDS error message * @xpath_ctx is a current XPath context * @element_name is name of a element whose child text node to extract * @string is the extraced allocated string value, or NULL if empty or the * element does not exist. * @return HTTP_ERROR_SUCCESS or an appropriate error code. */ static http_error extract_string(const char **code, char **message, xmlXPathContextPtr xpath_ctx, const char *element_name, char **string) { http_error error = HTTP_ERROR_SUCCESS; xmlXPathObjectPtr result = NULL; char *buffer = NULL; if (-1 == test_asprintf(&buffer, "%s/text()", element_name)) { error = HTTP_ERROR_SERVER; goto leave; } result = xmlXPathEvalExpression(BAD_CAST buffer, xpath_ctx); free(buffer); if (NULL == result) { error = HTTP_ERROR_SERVER; goto leave; } if (!xmlXPathNodeSetIsEmpty(result->nodesetval)) { if (result->nodesetval->nodeNr > 1) { xmlXPathFreeObject(result); *code = "9999"; test_asprintf(message, "Multiple %s element", element_name); error = HTTP_ERROR_CLIENT; goto leave; } *string = (char *) \ xmlXPathCastNodeSetToString(result->nodesetval); if (!(*string)) { xmlXPathFreeObject(result); error = HTTP_ERROR_SERVER; goto leave; } } xmlXPathFreeObject(result); leave: return error; } /* Checks an @element_name's value is an @expected_value string. * @code is a static output ISDS error code * @error_message is a reallocated output ISDS error message * @xpath_ctx is a current XPath context * @element_name is name of a element to check * @must_exist is true if the @element_name must exist even if @expected_value * is NULL. * @expected_value is an expected string value * @return HTTP_ERROR_SUCCESS if the @element_name element's value is * @expected_value. HTTP_ERROR_CLIENT if not equaled, HTTP_ERROR_SERVER if an * internal error occured. */ static http_error element_equals_string(const char **code, char **message, xmlXPathContextPtr xpath_ctx, const char *element_name, _Bool must_exist, const char *expected_value) { http_error error = HTTP_ERROR_SUCCESS; char *string = NULL; if (must_exist) { error = element_exists(code, message, xpath_ctx, element_name, 0); if (HTTP_ERROR_SUCCESS != error) goto leave; } error = extract_string(code, message, xpath_ctx, element_name, &string); if (HTTP_ERROR_SUCCESS != error) goto leave; if (NULL != expected_value) { if (NULL == string) { *code = "9999"; test_asprintf(message, "Empty %s element", element_name); error = HTTP_ERROR_CLIENT; goto leave; } if (xmlStrcmp(BAD_CAST expected_value, BAD_CAST string)) { *code = "9999"; test_asprintf(message, "Unexpected %s element value: expected=`%s', got=`%s'", element_name, expected_value, string); error = HTTP_ERROR_CLIENT; goto leave; } } else { if (NULL != string && *string != '\0') { *code = "9999"; test_asprintf(message, "Unexpected %s element value: " "expected empty string, got=`%s'", element_name, string); error = HTTP_ERROR_CLIENT; goto leave; } } leave: free(string); return error; } /* Checks an @element_name's value is an @expected_value integer. * @code is a static output ISDS error code * @error_message is a reallocated output ISDS error message * @xpath_ctx is a current XPath context * @element_name is name of a element to check * @must_exist is true if the @element_name must exist even if @expected_value * is NULL. * @expected_value is an expected integer value. * @return HTTP_ERROR_SUCCESS if the @element_name element's value is * @expected_value. HTTP_ERROR_CLIENT if not equaled, HTTP_ERROR_SERVER if an * internal error occured. */ static http_error element_equals_integer(const char **code, char **message, xmlXPathContextPtr xpath_ctx, const char *element_name, _Bool must_exist, const long int *expected_value) { http_error error = HTTP_ERROR_SUCCESS; char *string = NULL; long int number; char *endptr; if (must_exist) { error = element_exists(code, message, xpath_ctx, element_name, 0); if (HTTP_ERROR_SUCCESS != error) goto leave; } error = extract_string(code, message, xpath_ctx, element_name, &string); if (HTTP_ERROR_SUCCESS != error) goto leave; if (NULL != expected_value) { if (NULL == string) { *code = "9999"; test_asprintf(message, "Empty %s element", element_name); error = HTTP_ERROR_CLIENT; goto leave; } number = strtol(string, &endptr, 10); if (*endptr != '\0') { *code = "9999"; test_asprintf(message, "%s element value is not a valid integer: %s", element_name, string); error = HTTP_ERROR_CLIENT; goto leave; } if (number == LONG_MIN || number == LONG_MAX) { \ *code = "9999"; test_asprintf(message, \ "%s element value is out of range of long int: %s", element_name, string); error = HTTP_ERROR_SERVER; goto leave; } free(string); string = NULL; if (number != *expected_value) { *code = "9999"; test_asprintf(message, "Unexpected %s element value: expected=`%ld', got=`%ld'", element_name, *expected_value, number); error = HTTP_ERROR_CLIENT; goto leave; } } else { if (NULL != string && *string != '\0') { *code = "9999"; test_asprintf(message, "Unexpected %s element value: expected no text node, got=`%s'", element_name, string); error = HTTP_ERROR_CLIENT; goto leave; } } leave: free(string); return error; } /* Checks an @element_name's value is an @expected_value boolean. * @code is a static output ISDS error code * @error_message is an reallocated output ISDS error message * @xpath_ctx is a current XPath context * @element_name is name of a element to check * @must_exist is true if the @element_name must exist even if @expected_value * is NULL. * @expected_value is an expected boolean value * @return HTTP_ERROR_SUCCESS if the @element_name element's value is * @expected_value. HTTP_ERROR_CLIENT if not equaled, HTTP_ERROR_SERVER if an * internal error occured. */ static http_error element_equals_boolean(const char **code, char **message, xmlXPathContextPtr xpath_ctx, const char *element_name, _Bool must_exist, const _Bool *expected_value) { http_error error = HTTP_ERROR_SUCCESS; char *string = NULL; _Bool value; if (must_exist) { error = element_exists(code, message, xpath_ctx, element_name, 0); if (HTTP_ERROR_SUCCESS != error) goto leave; } error = extract_string(code, message, xpath_ctx, element_name, &string); if (HTTP_ERROR_SUCCESS != error) goto leave; if (NULL != expected_value) { if (NULL == string) { *code = "9999"; test_asprintf(message, "Empty %s element", element_name); error = HTTP_ERROR_CLIENT; goto leave; } if (!xmlStrcmp((xmlChar *)string, BAD_CAST "true") || !xmlStrcmp((xmlChar *)string, BAD_CAST "1")) value = 1; else if (!xmlStrcmp((xmlChar *)string, BAD_CAST "false") || !xmlStrcmp((xmlChar *)string, BAD_CAST "0")) value = 0; else { *code = "9999"; test_asprintf(message, "%s element value is not a valid boolean: %s", element_name, string); error = HTTP_ERROR_CLIENT; goto leave; } if (*expected_value != value) { *code = "9999"; test_asprintf(message, "Unexpected %s element value: expected=%d, got=%d", element_name, *expected_value, string); error = HTTP_ERROR_CLIENT; goto leave; } } else { if (NULL != string && *string != '\0') { *code = "9999"; test_asprintf(message, "Unexpected %s element value: " "expected empty string, got=`%s'", element_name, string); error = HTTP_ERROR_CLIENT; goto leave; } } leave: free(string); return error; } /* Insert dmStatus or similar subtree * @parent is element to insert to * @dm is true for dmStatus, otherwise dbStatus * @code is status code as string * @message is UTF-8 encoded message * @db_ref_number is optinal reference number propagated if not @dm * @return 0 on success, otherwise non-0. */ static http_error insert_isds_status(xmlNodePtr parent, _Bool dm, const xmlChar *code, const xmlChar *message, const xmlChar *db_ref_number) { http_error error = HTTP_ERROR_SUCCESS; xmlNodePtr status; if (NULL == code || NULL == message) { error = HTTP_ERROR_SERVER; goto leave; } INSERT_ELEMENT(status, parent, (dm) ? "dmStatus" : "dbStatus"); INSERT_STRING(status, (dm) ? "dmStatusCode" : "dbStatusCode", code); INSERT_STRING(status, (dm) ? "dmStatusMessage" : "dbStatusMessage", message); if (!dm && NULL != db_ref_number) { INSERT_STRING(status, "dbStatusRefNumber", db_ref_number); } leave: return error; } /* Convert struct tm *@time to UTF-8 ISO 8601 date @string. */ static http_error tm2datestring(const struct tm *time, char **string) { if (NULL == time || NULL == string) return HTTP_ERROR_SERVER; if (-1 == test_asprintf(string, "%d-%02d-%02d", time->tm_year + 1900, time->tm_mon + 1, time->tm_mday)) return HTTP_ERROR_SERVER; return HTTP_ERROR_SUCCESS; } /* Convert struct timeval *@time to UTF-8 ISO 8601 date-time @string. It * respects the @time microseconds too. */ static http_error timeval2timestring(const struct timeval *time, char **string) { struct tm broken; if (!time || !string) return HTTP_ERROR_SERVER; if (!gmtime_r(&time->tv_sec, &broken)) return HTTP_ERROR_SERVER; if (time->tv_usec < 0 || time->tv_usec > 999999) return HTTP_ERROR_SERVER; /* TODO: small negative year should be formatted as "-0012". This is not * true for glibc "%04d". We should implement it. * time->tv_usec type is su_seconds_t which is required to be signed * integer to accomodate values from range [-1, 1000000]. * See */ if (-1 == test_asprintf(string, "%04d-%02d-%02dT%02d:%02d:%02d.%06jd", broken.tm_year + 1900, broken.tm_mon + 1, broken.tm_mday, broken.tm_hour, broken.tm_min, broken.tm_sec, (intmax_t)time->tv_usec)) return HTTP_ERROR_SERVER; return HTTP_ERROR_SUCCESS; } /* Compare dates represented by pointer to struct tm. * @return 0 if equalued, non-0 otherwise. */ static int datecmp(const struct tm *a, const struct tm *b) { if (NULL == a && b == NULL) return 0; if ((NULL == a && b != NULL) || (NULL != a && b == NULL)) return 1; if (a->tm_year != b->tm_year) return 1; if (a->tm_mon != b->tm_mon) return 1; if (a->tm_mday != b->tm_mday) return 1; return 0; } /* Implement DummyOperation */ static http_error service_DummyOperation( xmlXPathContextPtr xpath_ctx, xmlNodePtr isds_response, const void *arguments) { (void)xpath_ctx; (void)arguments; return insert_isds_status(isds_response, 1, BAD_CAST "0000", BAD_CAST "Success", NULL); } /* Implement Re-signISDSDocument. * It sends document from request back. * @arguments is pointer to struct arguments_DS_Dz_ResignISDSDocument */ static http_error service_ResignISDSDocument( xmlXPathContextPtr xpath_ctx, xmlNodePtr isds_response, const void *arguments) { http_error error = HTTP_ERROR_SUCCESS; const char *code = "9999"; char *message = NULL; const struct arguments_DS_Dz_ResignISDSDocument *configuration = (const struct arguments_DS_Dz_ResignISDSDocument *)arguments; char *data = NULL; if (NULL == configuration || NULL == configuration->status_code || NULL == configuration->status_message) { error = HTTP_ERROR_SERVER; goto leave; } EXTRACT_STRING("isds:dmDoc", data); if (NULL == data) { message = strdup("Missing isds:dmDoc"); error = HTTP_ERROR_CLIENT; goto leave; } /* dmResultDoc is mandatory in response */ if (xmlStrcmp(BAD_CAST configuration->status_code, BAD_CAST "0000")) { free(data); data = NULL; } INSERT_STRING(isds_response, "dmResultDoc", data); if (configuration->valid_to != NULL) { error = tm2datestring(configuration->valid_to, &data); if (error) { message = strdup("Could not format date"); goto leave; } INSERT_STRING(isds_response, "dmValidTo", data); } code = configuration->status_code; message = strdup(configuration->status_message); leave: if (HTTP_ERROR_SERVER != error) { http_error next_error = insert_isds_status(isds_response, 1, BAD_CAST code, BAD_CAST message, NULL); if (HTTP_ERROR_SUCCESS != next_error) error = next_error; } free(data); free(message); return error; } /* Implement EraseMessage. * @arguments is pointer to struct arguments_DS_DsManage_ChangeISDSPassword */ static http_error service_EraseMessage( xmlXPathContextPtr xpath_ctx, xmlNodePtr isds_response, const void *arguments) { http_error error = HTTP_ERROR_SUCCESS; char *code = "9999", *message = NULL; const struct arguments_DS_Dx_EraseMessage *configuration = (const struct arguments_DS_Dx_EraseMessage *)arguments; char *message_id = NULL; _Bool *incoming = NULL; if (NULL == configuration || NULL == configuration->message_id) { error = HTTP_ERROR_SERVER; goto leave; } EXTRACT_STRING("isds:dmID", message_id); if (NULL == message_id) { message = strdup("Missing isds:dmID"); error = HTTP_ERROR_CLIENT; goto leave; } EXTRACT_BOOLEAN("isds:dmIncoming", incoming); if (NULL == incoming) { message = strdup("Missing isds:dmIncoming"); error = HTTP_ERROR_CLIENT; goto leave; } if (xmlStrcmp((const xmlChar *) configuration->message_id, (const xmlChar *) message_id)) { code = "1219"; message = strdup("Message is not in the long term storage"); error = HTTP_ERROR_CLIENT; goto leave; } if (configuration->incoming != *incoming) { code = "1219"; message = strdup("Message direction mismatches"); error = HTTP_ERROR_CLIENT; goto leave; } code = "0000"; message = strdup("Success"); leave: if (HTTP_ERROR_SERVER != error) { http_error next_error = insert_isds_status(isds_response, 1, BAD_CAST code, BAD_CAST message, NULL); if (HTTP_ERROR_SUCCESS != next_error) error = next_error; } free(incoming); free(message_id); free(message); return error; } /* Insert list of credit info as XSD:tCiRecord XML tree. * @isds_response is XML node with the response * @history is list of struct server_credit_event. If NULL, no ciRecord XML * subtree will be created. */ static http_error insert_ciRecords(xmlNodePtr isds_response, const struct server_list *history) { http_error error = HTTP_ERROR_SUCCESS; xmlNodePtr records, record; if (NULL == isds_response) return HTTP_ERROR_SERVER; if (NULL == history) return HTTP_ERROR_SUCCESS; INSERT_ELEMENT(records, isds_response, "ciRecords"); for (const struct server_list *item = history; NULL != item; item = item->next) { const struct server_credit_event *event = (struct server_credit_event*)item->data; INSERT_ELEMENT(record, records, "ciRecord"); if (NULL == event) continue; INSERT_TIMEVALPTR(record, "ciEventTime", event->time); switch(event->type) { case SERVER_CREDIT_CHARGED: INSERT_STRING(record, "ciEventType", "1"); INSERT_STRING(record, "ciTransID", event->details.charged.transaction); break; case SERVER_CREDIT_DISCHARGED: INSERT_STRING(record, "ciEventType", "2"); INSERT_STRING(record, "ciTransID", event->details.discharged.transaction); break; case SERVER_CREDIT_MESSAGE_SENT: INSERT_STRING(record, "ciEventType", "3"); INSERT_STRING(record, "ciRecipientID", event->details.message_sent.recipient); INSERT_STRING(record, "ciPDZID", event->details.message_sent.message_id); break; case SERVER_CREDIT_STORAGE_SET: INSERT_STRING(record, "ciEventType", "4"); INSERT_LONGINTPTR(record, "ciNewCapacity", &event->details.storage_set.new_capacity); INSERT_TMPTR(record, "ciNewFrom", event->details.storage_set.new_valid_from); INSERT_TMPTR(record, "ciNewTo", event->details.storage_set.new_valid_to); INSERT_LONGINTPTR(record, "ciOldCapacity", event->details.storage_set.old_capacity); INSERT_TMPTR(record, "ciOldFrom", event->details.storage_set.old_valid_from); INSERT_TMPTR(record, "ciOldTo", event->details.storage_set.old_valid_to); INSERT_STRING(record, "ciDoneBy", event->details.storage_set.initiator); break; case SERVER_CREDIT_EXPIRED: INSERT_STRING(record, "ciEventType", "5"); break; default: error = HTTP_ERROR_SERVER; goto leave; } INSERT_LONGINTPTR(record, "ciCreditChange", &event->credit_change); INSERT_LONGINTPTR(record, "ciCreditAfter", &event->new_credit); } leave: return error; } /* Implement DataBoxCreditInfo. * @arguments is pointer to struct arguments_DS_df_DataBoxCreditInfo */ static http_error service_DataBoxCreditInfo( xmlXPathContextPtr xpath_ctx, xmlNodePtr isds_response, const void *arguments) { http_error error = HTTP_ERROR_SUCCESS; const char *code = "9999"; char *message = NULL; const struct arguments_DS_df_DataBoxCreditInfo *configuration = (const struct arguments_DS_df_DataBoxCreditInfo *)arguments; char *box_id = NULL; struct tm *from_date = NULL, *to_date = NULL; if (NULL == configuration || NULL == configuration->status_code || NULL == configuration->status_message) { error = HTTP_ERROR_SERVER; goto leave; } EXTRACT_STRING("isds:dbID", box_id); if (NULL == box_id) { message = strdup("Missing isds:dbID"); error = HTTP_ERROR_CLIENT; goto leave; } if (NULL != configuration->box_id && xmlStrcmp(BAD_CAST configuration->box_id, BAD_CAST box_id)) { code = "9999"; message = strdup("Unexpected isds:dbID value"); error = HTTP_ERROR_CLIENT; goto leave; } ELEMENT_EXISTS("isds:ciFromDate", 0); EXTRACT_DATE("isds:ciFromDate", from_date); if (datecmp(configuration->from_date, from_date)) { code = "9999"; message = strdup("Unexpected isds:ciFromDate value"); error = HTTP_ERROR_CLIENT; goto leave; } ELEMENT_EXISTS("isds:ciTodate", 0); EXTRACT_DATE("isds:ciTodate", to_date); if (datecmp(configuration->to_date, to_date)) { code = "9999"; message = strdup("Unexpected isds:ciTodate value"); error = HTTP_ERROR_CLIENT; goto leave; } INSERT_LONGINTPTR(isds_response, "currentCredit", &configuration->current_credit); INSERT_STRING(isds_response, "notifEmail", configuration->email); if ((error = insert_ciRecords(isds_response, configuration->history))) { goto leave; } code = configuration->status_code; message = strdup(configuration->status_message); leave: if (HTTP_ERROR_SERVER != error) { http_error next_error = insert_isds_status(isds_response, 0, BAD_CAST code, BAD_CAST message, NULL); if (HTTP_ERROR_SUCCESS != next_error) error = next_error; } free(box_id); free(from_date); free(to_date); free(message); return error; } /* Insert list of fulltext search results as XSD:tdbResultsArray XML tree. * @isds_response is XML node with the response * @results is list of struct server_db_result *. * @create_empty_root is true to create dbResults element even if @results is * empty. */ static http_error insert_tdbResultsArray(xmlNodePtr isds_response, const struct server_list *results, _Bool create_empty_root) { http_error error = HTTP_ERROR_SUCCESS; xmlNodePtr root, entry; if (NULL == isds_response) return HTTP_ERROR_SERVER; if (NULL != results || create_empty_root) INSERT_ELEMENT(root, isds_response, "dbResults"); if (NULL == results) return HTTP_ERROR_SUCCESS; for (const struct server_list *item = results; NULL != item; item = item->next) { const struct server_db_result *result = (struct server_db_result *)item->data; INSERT_ELEMENT(entry, root, "dbResult"); if (NULL == result) continue; INSERT_STRING(entry, "dbID", result->id); INSERT_STRING(entry, "dbType", result->type); INSERT_STRING(entry, "dbName", result->name); INSERT_STRING(entry, "dbAddress", result->address); INSERT_TMPTR(entry, "dbBiDate", result->birth_date); INSERT_STRING(entry, "dbICO", result->ic); INSERT_BOOLEANPTR(entry, "dbEffectiveOVM", &result->ovm); INSERT_STRING(entry, "dbSendOptions", result->send_options); } leave: return error; } /* Implement ISDSSearch2. * @arguments is pointer to struct arguments_DS_df_ISDSSearch2 */ static http_error service_ISDSSearch2( xmlXPathContextPtr xpath_ctx, xmlNodePtr isds_response, const void *arguments) { http_error error = HTTP_ERROR_SUCCESS; const char *code = "9999"; char *message = NULL; const struct arguments_DS_df_ISDSSearch2 *configuration = (const struct arguments_DS_df_ISDSSearch2 *)arguments; char *string = NULL; if (NULL == configuration || NULL == configuration->status_code || NULL == configuration->status_message) { error = HTTP_ERROR_SERVER; goto leave; } /* Check request */ EXTRACT_STRING("isds:searchText", string); if (NULL == string) { message = strdup("Missing or empty isds:searchText"); error = HTTP_ERROR_CLIENT; goto leave; } if (NULL != configuration->search_text && xmlStrcmp(BAD_CAST configuration->search_text, BAD_CAST string)) { code = "9999"; message = strdup("Unexpected isds:searchText value"); error = HTTP_ERROR_CLIENT; goto leave; } free(string); string = NULL; error = element_equals_string(&code, &message, xpath_ctx, "isds:searchType", 1, configuration->search_type); if (error) goto leave; error = element_equals_string(&code, &message, xpath_ctx, "isds:searchScope", 1, configuration->search_scope); if (error) goto leave; error = element_equals_integer(&code, &message, xpath_ctx, "isds:page", 1, configuration->search_page_number); if (error) goto leave; error = element_equals_integer(&code, &message, xpath_ctx, "isds:pageSize", 1, configuration->search_page_size); if (error) goto leave; error = element_equals_boolean(&code, &message, xpath_ctx, "isds:highlighting", 0, configuration->search_highlighting_value); if (error) goto leave; /* Build response */ if (NULL != configuration->total_count) INSERT_ULONGINTPTR(isds_response, "totalCount", configuration->total_count); if (NULL != configuration->current_count) INSERT_ULONGINTPTR(isds_response, "currentCount", configuration->current_count); if (NULL != configuration->position) INSERT_ULONGINTPTR(isds_response, "position", configuration->position); if (NULL != configuration->last_page) INSERT_BOOLEANPTR(isds_response, "lastPage", configuration->last_page); if ((error = insert_tdbResultsArray(isds_response, configuration->results, configuration->results_exists))) { goto leave; } code = configuration->status_code; message = strdup(configuration->status_message); leave: if (HTTP_ERROR_SERVER != error) { http_error next_error = insert_isds_status(isds_response, 0, BAD_CAST code, BAD_CAST message, NULL); if (HTTP_ERROR_SUCCESS != next_error) error = next_error; } free(string); free(message); return error; } /* Common part for ChangeISDSPassword and ChangePasswordOTP. * @code is output pointer to static string * @pass_message is output pointer to auto-allocated string * @arguments is pointer to struct arguments_DS_DsManage_ChangeISDSPassword */ static http_error check_passwd( const char *username, const char *current_password, xmlXPathContextPtr xpath_ctx, char **code, char **pass_message) { http_error error = HTTP_ERROR_SUCCESS; char *message = NULL; char *old_password = NULL, *new_password = NULL; size_t length; if (NULL == username || NULL == current_password || NULL == code || NULL == pass_message) { return HTTP_ERROR_SERVER; } *code = "9999"; /* Parse request */ EXTRACT_STRING("isds:dbOldPassword", old_password); if (NULL == old_password) { message = strdup("Empty isds:dbOldPassword"); error = HTTP_ERROR_CLIENT; goto leave; } EXTRACT_STRING("isds:dbNewPassword", new_password); if (NULL == new_password) { message = strdup("Empty isds:dbOldPassword"); error = HTTP_ERROR_CLIENT; goto leave; } /* Check defined cases */ if (strcmp(current_password, old_password)) { *code = "1090"; message = strdup("Bad current password"); error = HTTP_ERROR_CLIENT; goto leave; } length = strlen(new_password); if (length < 8 || length > 32) { *code = "1066"; message = strdup("Too short or too long"); error = HTTP_ERROR_CLIENT; goto leave; } { const char lower[] = "abcdefghijklmnopqrstuvwxyz"; const char upper[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; const char digit[] = "0123456789"; const char special[] = "!#$%&()*+,-.:=?@[]_{}|~"; _Bool has_lower = 0, has_upper = 0, has_digit=0; for (size_t i = 0; i < length; i++) { if (NULL != strchr(lower, new_password[i])) has_lower = 1; else if (NULL != strchr(upper, new_password[i])) has_upper = 1; else if (NULL != strchr(digit, new_password[i])) has_digit = 1; else if (NULL == strchr(special, new_password[i])) { *code = "1079"; message = strdup("Password contains forbidden character"); error = HTTP_ERROR_CLIENT; goto leave; } } if (!has_lower || !has_upper || !has_digit) { *code = "1080"; message = strdup("Password does not contain lower cased letter, " "upper cased letter and a digit"); error = HTTP_ERROR_CLIENT; goto leave; } } if (!strcmp(old_password, new_password)) { *code = "1067"; message = strdup("New password same as current one"); error = HTTP_ERROR_CLIENT; goto leave; } if (NULL != strstr(new_password, username)) { *code = "1082"; message = strdup("New password contains user ID"); error = HTTP_ERROR_CLIENT; goto leave; } for (size_t i = 0; i < length - 2; i++) { if (new_password[i] == new_password[i+1] && new_password[i] == new_password[i+2]) { *code = "1083"; message = strdup("Password contains sequence " "of three identical characters"); error = HTTP_ERROR_CLIENT; goto leave; } } { const char *forbidden_prefix[] = { "qwert", "asdgf", "12345" }; for (size_t i = 0; i < sizeof(forbidden_prefix)/sizeof(*forbidden_prefix); i++) { if (!strncmp(new_password, forbidden_prefix[i], strlen(forbidden_prefix[i]))) { *code = "1083"; message = strdup("Password has forbidden prefix"); error = HTTP_ERROR_CLIENT; goto leave; } } } *code = "0000"; message = strdup("Success"); leave: free(old_password); free(new_password); *pass_message = message; return error; } /* Implement ChangeISDSPassword. * @arguments is pointer to struct arguments_DS_DsManage_ChangeISDSPassword */ static http_error service_ChangeISDSPassword( xmlXPathContextPtr xpath_ctx, xmlNodePtr isds_response, const void *arguments) { http_error error = HTTP_ERROR_SUCCESS; char *code = "9999", *message = NULL; const struct arguments_DS_DsManage_ChangeISDSPassword *configuration = (const struct arguments_DS_DsManage_ChangeISDSPassword *)arguments; if (NULL == configuration || NULL == configuration->username || NULL == configuration->current_password) { error = HTTP_ERROR_SERVER; goto leave; } /* Check for common password rules */ error = check_passwd( configuration->username, configuration->current_password, xpath_ctx, &code, &message); leave: if (HTTP_ERROR_SERVER != error) { http_error next_error = insert_isds_status(isds_response, 0, BAD_CAST code, BAD_CAST message, NULL); if (HTTP_ERROR_SUCCESS != next_error) error = next_error; } free(message); return error; } /* Implement ChangePasswordOTP. * @arguments is pointer to struct * arguments_asws_changePassword_ChangePasswordOTP */ static http_error service_ChangePasswordOTP( xmlXPathContextPtr xpath_ctx, xmlNodePtr isds_response, const void *arguments) { http_error error = HTTP_ERROR_SUCCESS; char *code = "9999", *message = NULL; const struct arguments_asws_changePassword_ChangePasswordOTP *configuration = (const struct arguments_asws_changePassword_ChangePasswordOTP *) arguments; char *method = NULL; if (NULL == configuration || NULL == configuration->username || NULL == configuration->current_password) { error = HTTP_ERROR_SERVER; goto leave; } /* Chek for OTP method */ EXTRACT_STRING("isds:dbOTPType", method); if (NULL == method) { message = strdup("Empty isds:dbOTPType"); error = HTTP_ERROR_CLIENT; goto leave; } if ((configuration->method == AUTH_OTP_HMAC && strcmp(method, "HOTP")) || (configuration->method == AUTH_OTP_TIME && strcmp(method, "TOTP"))) { message = strdup("isds:dbOTPType does not match OTP method"); error = HTTP_ERROR_CLIENT; goto leave; } /* Check for common password rules */ error = check_passwd( configuration->username, configuration->current_password, xpath_ctx, &code, &message); leave: if (HTTP_ERROR_SERVER != error) { http_error next_error = insert_isds_status(isds_response, 0, BAD_CAST code, BAD_CAST message, BAD_CAST configuration->reference_number); if (HTTP_ERROR_SUCCESS != next_error) error = next_error; } free(message); free(method); return error; } /* Implement SendSMSCode. * @arguments is pointer to struct arguments_asws_changePassword_SendSMSCode */ static http_error service_SendSMSCode( xmlXPathContextPtr xpath_ctx, xmlNodePtr isds_response, const void *arguments) { const struct arguments_asws_changePassword_SendSMSCode *configuration = (const struct arguments_asws_changePassword_SendSMSCode *) arguments; (void)xpath_ctx; if (NULL == configuration || NULL == configuration->status_code || NULL == configuration->status_message) { return HTTP_ERROR_SERVER; } return insert_isds_status(isds_response, 0, BAD_CAST configuration->status_code, BAD_CAST configuration->status_message, BAD_CAST configuration->reference_number); } /* List of implemented services */ static struct service services[] = { { SERVICE_DS_Dz_DummyOperation, "DS/dz", BAD_CAST ISDS_NS, BAD_CAST "DummyOperation", service_DummyOperation }, { SERVICE_DS_Dz_ResignISDSDocument, "DS/dz", BAD_CAST ISDS_NS, BAD_CAST "Re-signISDSDocument", service_ResignISDSDocument }, { SERVICE_DS_df_DataBoxCreditInfo, "DS/df", BAD_CAST ISDS_NS, BAD_CAST "DataBoxCreditInfo", service_DataBoxCreditInfo }, { SERVICE_DS_df_ISDSSearch2, "DS/df", BAD_CAST ISDS_NS, BAD_CAST "ISDSSearch2", service_ISDSSearch2 }, { SERVICE_DS_DsManage_ChangeISDSPassword, "DS/DsManage", BAD_CAST ISDS_NS, BAD_CAST "ChangeISDSPassword", service_ChangeISDSPassword }, { SERVICE_DS_Dx_EraseMessage, "DS/dx", BAD_CAST ISDS_NS, BAD_CAST "EraseMessage", service_EraseMessage }, { SERVICE_asws_changePassword_ChangePasswordOTP, "/asws/changePassword", BAD_CAST OISDS_NS, BAD_CAST "ChangePasswordOTP", service_ChangePasswordOTP }, { SERVICE_asws_changePassword_SendSMSCode, "/asws/changePassword", BAD_CAST OISDS_NS, BAD_CAST "SendSMSCode", service_SendSMSCode }, }; /* Makes known all relevant namespaces to given XPath context * @xpath_ctx is XPath context * @otp_ns selects name space for the request and response know as "isds". * Use true for OTP-authenticated password change services, otherwise false. * @message_ns selects proper message name space. Unsigned and signed * messages and delivery info's differ in prefix and URI. * @return 0 in success, otherwise not 0. */ static int register_namespaces(xmlXPathContextPtr xpath_ctx, const _Bool otp_ns, const message_ns_type message_ns) { const xmlChar *service_namespace = NULL; const xmlChar *message_namespace = NULL; if (!xpath_ctx) return -1; if (otp_ns) { service_namespace = BAD_CAST OISDS_NS; } else { service_namespace = BAD_CAST ISDS_NS; } switch(message_ns) { case MESSAGE_NS_1: message_namespace = BAD_CAST ISDS1_NS; break; case MESSAGE_NS_UNSIGNED: message_namespace = BAD_CAST ISDS_NS; break; case MESSAGE_NS_SIGNED_INCOMING: message_namespace = BAD_CAST SISDS_INCOMING_NS; break; case MESSAGE_NS_SIGNED_OUTGOING: message_namespace = BAD_CAST SISDS_OUTGOING_NS; break; case MESSAGE_NS_SIGNED_DELIVERY: message_namespace = BAD_CAST SISDS_DELIVERY_NS; break; default: return -1; } if (xmlXPathRegisterNs(xpath_ctx, BAD_CAST "soap", BAD_CAST SOAP_NS)) return -1; if (xmlXPathRegisterNs(xpath_ctx, BAD_CAST "isds", service_namespace)) return -1; if (xmlXPathRegisterNs(xpath_ctx, BAD_CAST "sisds", message_namespace)) return -1; if (xmlXPathRegisterNs(xpath_ctx, BAD_CAST "xs", BAD_CAST SCHEMA_NS)) return -1; if (xmlXPathRegisterNs(xpath_ctx, BAD_CAST "deposit", BAD_CAST DEPOSIT_NS)) return -1; return 0; } /* Parse soap request, pass it to service endpoint and respond to it. * It sends final HTTP response. */ void soap(const struct http_connection *connection, const struct service_configuration *configuration, const void *request, size_t request_length, const char *end_point) { xmlDocPtr request_doc = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr request_soap_body = NULL; xmlNodePtr isds_request = NULL; /* pointer only */ _Bool service_handled = 0, service_passed = 0; xmlDocPtr response_doc = NULL; xmlNodePtr response_soap_envelope = NULL, response_soap_body = NULL, isds_response = NULL; xmlNsPtr soap_ns = NULL, isds_ns = NULL; char *response_name = NULL; xmlBufferPtr http_response_body = NULL; xmlSaveCtxtPtr save_ctx = NULL; if (NULL == configuration) { http_send_response_500(connection, "Second argument of soap() is NULL"); return; } if (NULL == request || request_length == 0) { http_send_response_400(connection, "Client sent empty body"); return; } request_doc = xmlParseMemory(request, request_length); if (NULL == request_doc) { http_send_response_400(connection, "Client sent invalid XML document"); return; } xpath_ctx = xmlXPathNewContext(request_doc); if (NULL == xpath_ctx) { xmlFreeDoc(request_doc); http_send_response_500(connection, "Could not create XPath context"); return; } if (register_namespaces(xpath_ctx, 0, MESSAGE_NS_UNSIGNED)) { xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(request_doc); http_send_response_500(connection, "Could not register name spaces to the XPath context"); return; } /* Get SOAP Body */ request_soap_body = xmlXPathEvalExpression( BAD_CAST "/soap:Envelope/soap:Body", xpath_ctx); if (NULL == request_soap_body) { xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(request_doc); http_send_response_400(connection, "Client sent invalid SOAP request"); return; } if (xmlXPathNodeSetIsEmpty(request_soap_body->nodesetval)) { xmlXPathFreeObject(request_soap_body); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(request_doc); http_send_response_400(connection, "SOAP request does not contain SOAP Body element"); return; } if (request_soap_body->nodesetval->nodeNr > 1) { xmlXPathFreeObject(request_soap_body); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(request_doc); http_send_response_400(connection, "SOAP response has more than one Body element"); return; } isds_request = request_soap_body->nodesetval->nodeTab[0]->children; if (isds_request->next != NULL) { xmlXPathFreeObject(request_soap_body); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(request_doc); http_send_response_400(connection, "SOAP body has more than one child"); return; } if (isds_request->type != XML_ELEMENT_NODE || isds_request->ns == NULL || NULL == isds_request->ns->href) { xmlXPathFreeObject(request_soap_body); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(request_doc); http_send_response_400(connection, "SOAP body does not contain a name-space-qualified element"); return; } /* Build SOAP response envelope */ response_doc = xmlNewDoc(BAD_CAST "1.0"); if (!response_doc) { http_send_response_500(connection, "Could not build SOAP response document"); goto leave; } response_soap_envelope = xmlNewNode(NULL, BAD_CAST "Envelope"); if (!response_soap_envelope) { http_send_response_500(connection, "Could not build SOAP response envelope"); goto leave; } xmlDocSetRootElement(response_doc, response_soap_envelope); /* Only this way we get namespace definition as @xmlns:soap, * otherwise we get namespace prefix without definition */ soap_ns = xmlNewNs(response_soap_envelope, BAD_CAST SOAP_NS, NULL); if(NULL == soap_ns) { http_send_response_500(connection, "Could not create SOAP name space"); goto leave; } xmlSetNs(response_soap_envelope, soap_ns); response_soap_body = xmlNewChild(response_soap_envelope, NULL, BAD_CAST "Body", NULL); if (!response_soap_body) { http_send_response_500(connection, "Could not add Body to SOAP response envelope"); goto leave; } /* Append ISDS response element */ if (-1 == test_asprintf(&response_name, "%s%s", isds_request->name, "Response")) { http_send_response_500(connection, "Could not buld ISDS resposne element name"); goto leave; } isds_response = xmlNewChild(response_soap_body, NULL, BAD_CAST response_name, NULL); free(response_name); if (NULL == isds_response) { http_send_response_500(connection, "Could not add ISDS response element to SOAP response body"); goto leave; } isds_ns = xmlNewNs(isds_response, isds_request->ns->href, NULL); if(NULL == isds_ns) { http_send_response_500(connection, "Could not create a name space for the response body"); goto leave; } xmlSetNs(isds_response, isds_ns); /* Dispatch request to service */ for (size_t i = 0; i < sizeof(services)/sizeof(services[0]); i++) { if (!strcmp(services[i].end_point, end_point) && !xmlStrcmp(services[i].name_space, isds_request->ns->href) && !xmlStrcmp(services[i].name, isds_request->name)) { /* Check if the configuration is enabled and find configuration */ for (const struct service_configuration *service = configuration; service->name != SERVICE_END; service++) { if (service->name == services[i].id) { service_handled = 1; if (!xmlStrcmp(services[i].name_space, BAD_CAST OISDS_NS)) { /* Alias "isds" XPath identifier to OISDS_NS */ if (register_namespaces(xpath_ctx, 1, MESSAGE_NS_UNSIGNED)) { http_send_response_500(connection, "Could not register name spaces to the " "XPath context"); break; } } xpath_ctx->node = isds_request; if (HTTP_ERROR_SERVER != services[i].function( xpath_ctx, isds_response, service->arguments)) { service_passed = 1; } else { http_send_response_500(connection, "Internal server error while processing " "ISDS request"); } } } break; } } /* Send response */ if (service_passed) { /* Serialize the SOAP response */ http_response_body = xmlBufferCreate(); if (NULL == http_response_body) { http_send_response_500(connection, "Could not create xmlBuffer for response serialization"); goto leave; } /* Last argument 1 means format the XML tree. This is pretty but it breaks * XML document transport as it adds text nodes (indentiation) between * elements. */ save_ctx = xmlSaveToBuffer(http_response_body, "UTF-8", 0); if (NULL == save_ctx) { http_send_response_500(connection, "Could not create XML serializer"); goto leave; } /* XXX: According LibXML documentation, this function does not return * meaningful value yet */ xmlSaveDoc(save_ctx, response_doc); if (-1 == xmlSaveFlush(save_ctx)) { http_send_response_500(connection, "Could not serialize SOAP response"); goto leave; } http_send_response_200(connection, http_response_body->content, http_response_body->use, soap_mime_type); } leave: xmlSaveClose(save_ctx); xmlBufferFree(http_response_body); xmlFreeDoc(response_doc); xmlXPathFreeObject(request_soap_body); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(request_doc); if (!service_handled) { http_send_response_500(connection, "Requested ISDS service not implemented"); } } libisds-0.10.7/test/simline/isds_ping.c0000644000076400001440000000706212452006507014721 00000000000000#ifndef _POSIX_SOURCE #define _POSIX_SOURCE /* For getaddrinfo(3) */ #endif #ifndef _BSD_SOURCE #define _BSD_SOURCE /* For NI_MAXHOST up to glibc-2.19 */ #endif #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE /* For NI_MAXHOST since glibc-2.20 */ #endif #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 /* For unsetenv(3) */ #endif #include "../test.h" #include "server.h" #include "isds.h" static const char *username = "Doug1as$"; static const char *password = "42aA#bc8"; static int test_login(const isds_error error, struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { isds_error err; err = isds_login(context, url, username, password, pki_credentials, otp); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); PASS_TEST; } static int test_isds_ping(const isds_error error, struct isds_ctx *context) { isds_error err; err = isds_ping(context); if (error != err) { FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); } PASS_TEST; } int main(void) { int error; pid_t server_process; struct isds_ctx *context = NULL; char *url = NULL; INIT_TEST("isds_ping"); if (unsetenv("http_proxy")) { ABORT_UNIT("Could not remove http_proxy variable from environment\n"); } if (isds_init()) { isds_cleanup(); ABORT_UNIT("isds_init() failed\n"); } context = isds_ctx_create(); if (!context) { isds_cleanup(); ABORT_UNIT("isds_ctx_create() failed\n"); } { const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_END, NULL } }; const struct arguments_basic_authentication server_arguments = { .username = username, .password = password, .isds_deviations = 1, .services = services }; error = start_server(&server_process, &url, server_basic_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } TEST("prior logging in", test_isds_ping, IE_CONNECTION_CLOSED, context); TEST("login", test_login, IE_SUCCESS, context, url, username, password, NULL, NULL); TEST("after logging in", test_isds_ping, IE_SUCCESS, context); /* Terminate server without loggin out, we will exhibit calls on the * logged-in context later. */ if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } /* Shorten network timeout to make tests faster */ if (isds_set_timeout(context, 500) != IE_SUCCESS) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT("isds_set_timeout() failed"); } TEST("when server disappears", test_isds_ping, IE_NETWORK, context); isds_logout(context); TEST("after logging out", test_isds_ping, IE_CONNECTION_CLOSED, context); isds_ctx_free(&context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/simline/unix.c0000644000076400001440000000144713130406756013732 00000000000000#define _XOPEN_SOURCE /* for strptime */ #include "../test-tools.h" #include #include "http.h" /* Convert UTF-8 @string representation of ISO 8601 date to @time. * XXX: Not all ISO formats are supported */ _hidden http_error _server_datestring2tm(const char *string, struct tm *time) { char *offset; if (!string || !time) return HTTP_ERROR_SERVER; /* xsd:date is ISO 8601 string, thus ASCII */ offset = strptime(string, "%Y-%m-%d", time); if (offset && *offset == '\0') return HTTP_ERROR_SUCCESS; offset = strptime(string, "%Y%m%d", time); if (offset && *offset == '\0') return HTTP_ERROR_SUCCESS; offset = strptime(string, "%Y-%j", time); if (offset && *offset == '\0') return HTTP_ERROR_SUCCESS; return HTTP_ERROR_SERVER; } libisds-0.10.7/test/simline/isds_get_commercial_credit.c0000644000076400001440000004061012452263550020267 00000000000000#ifndef _POSIX_SOURCE #define _POSIX_SOURCE /* For getaddrinfo(3) */ #endif #ifndef _BSD_SOURCE #define _BSD_SOURCE /* For NI_MAXHOST up to glibc-2.19 */ #endif #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE /* For NI_MAXHOST since glibc-2.20 */ #endif #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 /* For unsetenv(3) and strdup(3) */ #endif #include "../test.h" #include "server.h" #include "isds.h" static const char *username = "Doug1as$"; static const char *password = "42aA#bc8"; static int test_login(const isds_error error, struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { isds_error err; err = isds_login(context, url, username, password, pki_credentials, otp); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); PASS_TEST; } struct test_destructor_argument { char *returned_email; struct isds_list *returned_history; }; static void test_destructor(void *argument) { if (NULL == argument) return; free(((struct test_destructor_argument *)argument)->returned_email); isds_list_free( &((struct test_destructor_argument *)argument)->returned_history ); } static int test_isds_get_commercial_credit(const isds_error error, struct isds_ctx *context, const char *box_id, const struct tm *from_date, const struct tm *to_date, const long int *credit, const char **email, const struct isds_list *history) { isds_error returned_error; long int returned_credit = -1; struct test_destructor_argument allocated = { .returned_email = strdup("foo"), .returned_history = NULL }; const struct isds_list *item; struct isds_list *returned_item; const struct isds_credit_event *event; struct isds_credit_event *returned_event; returned_error = isds_get_commercial_credit(context, box_id, from_date, to_date, (NULL == credit) ? NULL : &returned_credit, (NULL == email) ? NULL : &allocated.returned_email, (NULL == history) ? NULL : &allocated.returned_history); TEST_DESTRUCTOR(test_destructor, &allocated); if (error != returned_error) { FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(returned_error), isds_long_message(context)); } if (IE_SUCCESS != returned_error) { if (NULL != email && NULL != allocated.returned_email) FAIL_TEST("email is not NULL on error"); if (NULL != history && NULL != allocated.returned_history) FAIL_TEST("history is not NULL on error"); PASS_TEST; } if (NULL != email) TEST_STRING_DUPLICITY(*email, allocated.returned_email); if (NULL != credit) TEST_INT_DUPLICITY(*credit, returned_credit); for (item = history, returned_item = allocated.returned_history; NULL != item; item = item->next, returned_item = returned_item->next) { if (NULL == returned_item) FAIL_TEST("Returned history has too few items"); event = (struct isds_credit_event *)item->data; returned_event = (struct isds_credit_event *)returned_item->data; if (NULL == event) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT("History event is not defined"); } if (NULL == returned_item) FAIL_TEST("Returned history event is NULL and it shouldn't be"); TEST_TIMEVALPTR_DUPLICITY(event->time, returned_event->time); TEST_INT_DUPLICITY(event->credit_change, returned_event->credit_change); TEST_INT_DUPLICITY(event->new_credit, returned_event->new_credit); TEST_INT_DUPLICITY(event->type, returned_event->type); switch (event->type) { case ISDS_CREDIT_CHARGED: TEST_STRING_DUPLICITY(event->details.charged.transaction, returned_event->details.charged.transaction); break; case ISDS_CREDIT_DISCHARGED: TEST_STRING_DUPLICITY(event->details.discharged.transaction, returned_event->details.discharged.transaction); break; case ISDS_CREDIT_MESSAGE_SENT: TEST_STRING_DUPLICITY(event->details.message_sent.recipient, returned_event->details.message_sent.recipient); TEST_STRING_DUPLICITY(event->details.message_sent.message_id, returned_event->details.message_sent.message_id); break; case ISDS_CREDIT_STORAGE_SET: TEST_INT_DUPLICITY(event->details.storage_set.new_capacity, returned_event->details.storage_set.new_capacity); TEST_TMPTR_DUPLICITY(event->details.storage_set.new_valid_from, returned_event->details.storage_set.new_valid_from); TEST_TMPTR_DUPLICITY(event->details.storage_set.new_valid_to, returned_event->details.storage_set.new_valid_to); TEST_INTPTR_DUPLICITY(event->details.storage_set.old_capacity, returned_event->details.storage_set.old_capacity); TEST_TMPTR_DUPLICITY(event->details.storage_set.old_valid_from, returned_event->details.storage_set.old_valid_from); TEST_TMPTR_DUPLICITY(event->details.storage_set.old_valid_to, returned_event->details.storage_set.old_valid_to); TEST_STRING_DUPLICITY(event->details.storage_set.initiator, returned_event->details.storage_set.initiator); break; case ISDS_CREDIT_EXPIRED: break; default: FAIL_TEST("Uknown credit event type returned"); } } if (NULL != returned_item) FAIL_TEST("Returned history has too many items"); PASS_TEST; } int main(void) { int error; pid_t server_process; struct isds_ctx *context = NULL; INIT_TEST("isds_get_commercial_credit"); if (unsetenv("http_proxy")) { ABORT_UNIT("Could not remove http_proxy variable from environment\n"); } if (isds_init()) { isds_cleanup(); ABORT_UNIT("isds_init() failed\n"); } context = isds_ctx_create(); if (!context) { isds_cleanup(); ABORT_UNIT("isds_ctx_create() failed\n"); } { char *url = NULL; const char *box_id = "abcefgh"; const struct tm from_date = { .tm_year = 1, .tm_mon = 1, .tm_mday = 3 }; const struct tm to_date = { .tm_year = 4, .tm_mon = 4, .tm_mday = 6 }; struct tm new_valid_from = { .tm_year = 2, .tm_mon = 2, .tm_mday = 7 }; struct tm new_valid_to = { .tm_year = 3, .tm_mon = 3, .tm_mday = 8 }; struct tm old_valid_from = { .tm_year = 5, .tm_mon = 5, .tm_mday = 9 }; struct tm old_valid_to = { .tm_year = 6, .tm_mon = 6, .tm_mday = 10 }; const long int credit = 42; long int old_capacity = 43; const char *email = "joe@example.com"; struct timeval event_time = { .tv_sec = 981173106, .tv_usec = 123456 }; struct isds_credit_event event_credit_expired = { .time = &event_time, .credit_change = 133, .new_credit = 244, .type = ISDS_CREDIT_EXPIRED, }; struct server_credit_event server_event_credit_expired = { .time = &event_time, .credit_change = 133, .new_credit = 244, .type = SERVER_CREDIT_EXPIRED, }; struct isds_list history_expired = { .next = NULL, .data = &event_credit_expired, .destructor = NULL }; struct server_list server_history_expired = { .next = NULL, .data = &server_event_credit_expired, .destructor = NULL }; struct isds_credit_event event_credit_storage_set = { .time = &event_time, .credit_change = 133, .new_credit = 244, .type = ISDS_CREDIT_STORAGE_SET, .details.storage_set = { .new_capacity = 41, .new_valid_from = &new_valid_from, .new_valid_to = &new_valid_to, .old_capacity = &old_capacity, .old_valid_from = &old_valid_from, .old_valid_to = &old_valid_to, .initiator = "Foo", }, }; struct server_credit_event server_event_credit_storage_set = { .time = &event_time, .credit_change = 133, .new_credit = 244, .type = SERVER_CREDIT_STORAGE_SET, .details.storage_set = { .new_capacity = 41, .new_valid_from = &new_valid_from, .new_valid_to = &new_valid_to, .old_capacity = &old_capacity, .old_valid_from = &old_valid_from, .old_valid_to = &old_valid_to, .initiator = "Foo", }, }; struct isds_list history_storage_set = { .next = &history_expired, .data = &event_credit_storage_set, .destructor = NULL }; struct server_list server_history_storage_set = { .next = &server_history_expired, .data = &server_event_credit_storage_set, .destructor = NULL }; struct isds_credit_event event_credit_message_sent = { .time = &event_time, .credit_change = 133, .new_credit = 244, .type = ISDS_CREDIT_MESSAGE_SENT, .details.message_sent = { .recipient = "Foo", .message_id = "ijklmnop", }, }; struct server_credit_event server_event_credit_message_sent = { .time = &event_time, .credit_change = 133, .new_credit = 244, .type = SERVER_CREDIT_MESSAGE_SENT, .details.message_sent = { .recipient = "Foo", .message_id = "ijklmnop", }, }; struct isds_list history_message_sent = { .next = &history_storage_set, .data = &event_credit_message_sent, .destructor = NULL }; struct server_list server_history_message_sent = { .next = &server_history_storage_set, .data = &server_event_credit_message_sent, .destructor = NULL }; struct isds_credit_event event_credit_discharged = { .time = &event_time, .credit_change = 133, .new_credit = 244, .type = ISDS_CREDIT_DISCHARGED, .details.discharged.transaction = "Foo" }; struct server_credit_event server_event_credit_discharged = { .time = &event_time, .credit_change = 133, .new_credit = 244, .type = SERVER_CREDIT_DISCHARGED, .details.discharged.transaction = "Foo" }; struct isds_list history_discharged = { .next = &history_message_sent, .data = &event_credit_discharged, .destructor = NULL }; struct server_list server_history_discharged = { .next = &server_history_message_sent, .data = &server_event_credit_discharged, .destructor = NULL }; struct isds_credit_event event_credit_charged = { .time = &event_time, .credit_change = 133, .new_credit = 244, .type = ISDS_CREDIT_CHARGED, .details.charged.transaction = "Foo" }; struct server_credit_event server_event_credit_charged = { .time = &event_time, .credit_change = 133, .new_credit = 244, .type = SERVER_CREDIT_CHARGED, .details.charged.transaction = "Foo" }; const struct isds_list history = { .next = &history_discharged, .data = &event_credit_charged, .destructor = NULL }; const struct server_list server_history = { .next = &server_history_discharged, .data = &server_event_credit_charged, .destructor = NULL }; const struct arguments_DS_df_DataBoxCreditInfo service_arguments = { .status_code = "0000", .status_message = "Ok.", .box_id = box_id, .from_date = &from_date, .to_date = &to_date, .current_credit = credit, .email = email, .history = &server_history }; const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_DS_df_DataBoxCreditInfo, &service_arguments }, { SERVICE_END, NULL } }; const struct arguments_basic_authentication server_arguments = { .username = username, .password = password, .isds_deviations = 1, .services = services }; error = start_server(&server_process, &url, server_basic_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } TEST("login", test_login, IE_SUCCESS, context, url, username, password, NULL, NULL); free(url); TEST("NULL box_id", test_isds_get_commercial_credit, IE_INVAL, context, NULL, NULL, NULL, NULL, NULL, NULL); TEST("All data", test_isds_get_commercial_credit, IE_SUCCESS, context, box_id, &from_date, &to_date, &credit, &email, &history); TEST("Wrong box_id", test_isds_get_commercial_credit, IE_ISDS, context, "1", &from_date, &to_date, &credit, &email, &history); TEST("No history", test_isds_get_commercial_credit, IE_SUCCESS, context, box_id, &from_date, &to_date, &credit, &email, NULL); isds_logout(context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } } { char *url = NULL; const char *box_id = "abcefgh"; const long int credit = 42; const char *email = "joe@example.com"; const struct arguments_DS_df_DataBoxCreditInfo service_arguments = { .status_code = "0000", .status_message = "Ok.", .box_id = box_id, .from_date = NULL, .to_date = NULL, .current_credit = credit, .email = email, .history = NULL }; const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_DS_df_DataBoxCreditInfo, &service_arguments }, { SERVICE_END, NULL } }; const struct arguments_basic_authentication server_arguments = { .username = username, .password = password, .isds_deviations = 1, .services = services }; error = start_server(&server_process, &url, server_basic_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } TEST("login", test_login, IE_SUCCESS, context, url, username, password, NULL, NULL); free(url); TEST("No dates", test_isds_get_commercial_credit, IE_SUCCESS, context, box_id, NULL, NULL, &credit, &email, NULL); isds_logout(context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } } isds_ctx_free(&context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/simline/http.h0000644000076400001440000001324212063432451013722 00000000000000#ifndef __ISDS_HTTP_H #define __ISDS_HTTP_H #include /* Forward declarations */ struct http_connection; /* Call-back type for non-interrupting receiving from socket. See recv(2). * @buffer is data to send by the call-back * @lentgh is number of bytes to send * @connection carries socket and callback_data. */ typedef ssize_t (*http_recv_callback_t) ( const struct http_connection *connection, void *buffer, size_t length); /* Call-back type for non-interrupting sending to socket. See send(2). * @buffer is memory to store received data by the call-back * @lentgh is size of the @buffer in bytes * @connection carries socket and callback_data. */ typedef ssize_t (*http_send_callback_t) ( const struct http_connection *connection, const void *buffer, size_t length); struct http_connection { int socket; /* Accepted TCP client socket */ http_recv_callback_t recv_callback; /* Non-interrupting reading from socket */ http_send_callback_t send_callback; /* Non-interrupting writing to socket */ void *callback_data; /* Pointer to pass to callbacks */ }; typedef enum { HTTP_ERROR_SERVER = -1, HTTP_ERROR_SUCCESS = 0, HTTP_ERROR_CLIENT = 1 } http_error; typedef enum { HTTP_METHOD_UNKNOWN = 0, HTTP_METHOD_GET, HTTP_METHOD_POST } http_method; struct http_header { char *name; char *value; struct http_header *next; }; struct http_request { http_method method; char *uri; struct http_header *headers; /* NULL terminated linked list */ void *body; size_t body_length; }; struct http_response { unsigned int status; char *reason; struct http_header *headers; /* NULL terminated linked list */ void *body; size_t body_length; }; /* Free HTTP header and set it to NULL */ void http_header_free(struct http_header **header); /* Free HTTP headers and set it to NULL */ void http_headers_free(struct http_header **headers); /* Free HTTP request and set it to NULL */ void http_request_free(struct http_request **request); /* Free HTTP response and set it to NULL */ void http_response_free(struct http_response **response); /* Read a HTTP request from connection. * @http_request is heap-allocated received HTTP request, * or NULL in case of error. * @return http_error code. */ http_error http_read_request(const struct http_connection *connection, struct http_request **request); /* Write a HTTP response to connection. Auto-add Content-Length header. * @return 0 in case of success. */ int http_write_response(const struct http_connection *connection, const struct http_response *response); /* Send a 200 Ok response with a cookie */ int http_send_response_200_cookie(const struct http_connection *connection, const char *cokie_name, const char *cookie_value, const char *cookie_domain, const char *cookie_path, const void *body, size_t body_length, const char *type); /* Send a 200 Ok response */ int http_send_response_200(const struct http_connection *connection, const void *body, size_t body_length, const char *type); /* Send a 302 Found response setting a cookie */ int http_send_response_302_cookie(const struct http_connection *connection, const char *cokie_name, const char *cookie_value, const char *cookie_domain, const char *cookie_path, const char *location); /* Send a 302 Found response with totp authentication scheme header */ int http_send_response_302_totp(const struct http_connection *connection, const char *code, const char *text, const char *location); /* Send a 400 Bad Request response. * Use non-NULL @reason to override status message. */ int http_send_response_400(const struct http_connection *connection, const char *reason); /* Send a 401 Unauthorized response with Basic authentication scheme header */ int http_send_response_401_basic(const struct http_connection *connection); /* Send a 401 Unauthorized response with OTP authentication scheme header for * given @method. */ int http_send_response_401_otp(const struct http_connection *connection, const char *method, const char *code, const char *text); /* Send a 403 Forbidden response */ int http_send_response_403(const struct http_connection *connection); /* Send a 500 Internal Server Error response. * Use non-NULL @reason to override status message. */ int http_send_response_500(const struct http_connection *connection, const char *reason); /* Send a 503 Service Temporarily Unavailable response */ int http_send_response_503(const struct http_connection *connection, const void *body, size_t body_length, const char *type); /* Returns true if request carries WWW-Authenticate header */ int http_client_authenticates(const struct http_request *request); /* Return HTTP_ERROR_SUCCESS if request carries valid Basic credentials. * NULL @username or @password equales to empty string. */ http_error http_authenticate_basic(const struct http_request *request, const char *username, const char *password); /* Return HTTP_ERROR_SUCCESS if request carries valid OTP credentials. * NULL @username or @password or @otp equal to empty string. */ http_error http_authenticate_otp(const struct http_request *request, const char *username, const char *password, const char *otp); /* Return cookie value by name or NULL if does not present. */ const char *http_find_cookie(const struct http_request *request, const char *name); /* Return Host header value or NULL if does not present. Returned string is * statically allocated. */ const char *http_find_host(const struct http_request *request); #endif libisds-0.10.7/test/simline/unix.h0000644000076400001440000000010612131067064013721 00000000000000#ifndef __ISDS_UNIX_SYSTEM_H__ #define __ISDS_UNIX_SYSTEM_H__ #endif libisds-0.10.7/test/simline/http.c0000644000076400001440000011040112673031001013701 00000000000000#ifndef _XOPEN_SOURCE #include "../../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #endif #include "http.h" #include "../test-tools.h" #include #include #include #include #include /* fprintf() */ #include #include /* strdup() */ #include /* strcasecmp() */ #include /* int8_t */ #include /* size_t, NULL */ #include /* isprint() */ #include /* MSG_NOSIGNAL for http_send_callback() */ /* Base64 encoder is part of the libb64 project, and has been placed in the public domain. For details, see http://sourceforge.net/projects/libb64 It's copy of ../../src/cencode.c due to symbol names. */ typedef enum { step_A, step_B, step_C } base64_encodestep; typedef struct { base64_encodestep step; int8_t result; int stepcount; /* number of encoded octet triplets on a line, or -1 to for end-less line */ } base64_encodestate; static const int CHARS_PER_LINE = 72; /* Initialize Base64 coder. * @one_line is false for multi-line MIME encoding, * true for endless one-line format. */ static void base64_init_encodestate(base64_encodestate* state_in, _Bool one_line) { state_in->step = step_A; state_in->result = 0; state_in->stepcount = (one_line) ? -1 : 0; } static int8_t base64_encode_value(int8_t value_in) { /* XXX: CHAR_BIT == 8 because of */ static const int8_t encoding[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; if (value_in > 63) return '='; return encoding[value_in]; } static size_t base64_encode_block(const int8_t* plaintext_in, size_t length_in, int8_t *code_out, base64_encodestate* state_in) { const int8_t *plainchar = plaintext_in; const int8_t* const plaintextend = plaintext_in + length_in; int8_t *codechar = code_out; int8_t result; int8_t fragment; result = state_in->result; switch (state_in->step) { while (1) { case step_A: if (plainchar == plaintextend) { state_in->result = result; state_in->step = step_A; return codechar - code_out; } fragment = *plainchar++; result = (fragment & 0x0fc) >> 2; *codechar++ = base64_encode_value(result); result = (fragment & 0x003) << 4; case step_B: if (plainchar == plaintextend) { state_in->result = result; state_in->step = step_B; return codechar - code_out; } fragment = *plainchar++; result |= (fragment & 0x0f0) >> 4; *codechar++ = base64_encode_value(result); result = (fragment & 0x00f) << 2; case step_C: if (plainchar == plaintextend) { state_in->result = result; state_in->step = step_C; return codechar - code_out; } fragment = *plainchar++; result |= (fragment & 0x0c0) >> 6; *codechar++ = base64_encode_value(result); result = (fragment & 0x03f) >> 0; *codechar++ = base64_encode_value(result); if (state_in->stepcount >= 0) { ++(state_in->stepcount); if (state_in->stepcount == CHARS_PER_LINE/4) { *codechar++ = '\n'; state_in->stepcount = 0; } } } /* while */ } /* switch */ /* control should not reach here */ return codechar - code_out; } static size_t base64_encode_blockend(int8_t *code_out, base64_encodestate* state_in) { int8_t *codechar = code_out; switch (state_in->step) { case step_B: *codechar++ = base64_encode_value(state_in->result); *codechar++ = '='; *codechar++ = '='; break; case step_C: *codechar++ = base64_encode_value(state_in->result); *codechar++ = '='; break; case step_A: break; } if (state_in->stepcount >= 0) *codechar++ = '\n'; return codechar - code_out; } /* Encode given data into MIME Base64 encoded zero terminated string. * @plain are input data (binary stream) * @length is length of @plain data in bytes * @one_line is false for multi-line MIME encoding, * true for endless one-line format. * @return allocated string of base64 encoded plain data or NULL in case of * error. You must free it. */ /* TODO: Allow one-line format */ static char *base64encode(const void *plain, const size_t length, _Bool one_line) { base64_encodestate state; size_t code_length; char *buffer, *new_buffer; if (!plain) { if (length) return NULL; /* Empty input is valid input */ plain = ""; } base64_init_encodestate(&state, one_line); /* Allocate buffer * (4 is padding, 1 is final new line, and 1 is string terminator) */ buffer = malloc(length * 2 + 4 + 1 + 1); if (!buffer) return NULL; /* Encode plain data */ code_length = base64_encode_block(plain, length, (int8_t *)buffer, &state); code_length += base64_encode_blockend(((int8_t*)buffer) + code_length, &state); /* Terminate string */ buffer[code_length++] = '\0'; /* Shrink the buffer */ new_buffer = realloc(buffer, code_length); if (new_buffer) buffer = new_buffer; return buffer; } /* Convert hexadecimal digit to integer. Return negative value if charcter is * not valid hexadecimal digit. */ static int hex2i(char digit) { if (digit >= '0' && digit <= '9') return digit - '0'; if (digit >= 'a' && digit <= 'f') return digit - 'a' + 10; if (digit >= 'A' && digit <= 'F') return digit - 'A' + 10; return -1; } /* Decode URI-coded string. * @return allocated decoded string or NULL in case of error. */ static char *uri_decode(const char *coded) { char *plain, *p; int digit1, digit2; if (coded == NULL) return NULL; plain = malloc(strlen(coded) + 1); if (plain == NULL) return NULL; for (p = plain; *coded != '\0'; p++, coded++) { if (*coded == '%') { digit1 = hex2i(coded[1]); if (digit1 < 0) { free(plain); return NULL; } digit2 = hex2i(coded[2]); if (digit2< 0) { free(plain); return NULL; } *plain = (digit1 << 4) + digit2; coded += 2; } else { *p = *coded; } } *p = '\0'; return plain; } /* Read a line from HTTP socket. * @connection is HTTP connection to read from. * @line is auto-reallocated just read line. Will be NULL if EOF has been * reached or error occured. * @buffer is automatically reallocated buffer for the socket. It can preserve * prematurately read socket data. * @buffer_size is allocated size of @buffer * @buffer_length is size of head of the buffer that holds read data. * @return 0 in success. */ static int http_read_line(const struct http_connection *connection, char **line, char **buffer, size_t *buffer_size, size_t *buffer_used) { ssize_t got; char *p, *tmp; if (line == NULL) return HTTP_ERROR_SERVER; free(*line); *line = NULL; if (connection == NULL || connection->recv_callback == NULL) return HTTP_ERROR_SERVER; if (buffer == NULL || buffer_size == NULL || buffer_used == NULL) return HTTP_ERROR_SERVER; if (*buffer == NULL && *buffer_size > 0) return HTTP_ERROR_SERVER; if (*buffer_size < *buffer_used) return HTTP_ERROR_SERVER; #define BURST 1024 while (1) { /* Check for EOL */ for (p = *buffer; p < *buffer + *buffer_used; p++) { if (*p != '\r') continue; if (!(p + 1 < *buffer + *buffer_used && p[1] == '\n')) continue; /* EOL found */ /* Crop by zero at EOL */ *p = '\0'; p += 2; /* Copy read ahead data to new buffer and point line to original * buffer. */ tmp = malloc(BURST); if (tmp == NULL) return HTTP_ERROR_SERVER; memcpy(tmp, p, *buffer + *buffer_used - p); *line = *buffer; *buffer_size = BURST; *buffer_used = *buffer + *buffer_used - p; *buffer = tmp; /* And exit */ return HTTP_ERROR_SUCCESS; } if (*buffer_size == *buffer_used) { /* Grow buffer */ tmp = realloc(*buffer, *buffer_size + BURST); if (tmp == NULL) return HTTP_ERROR_SERVER; *buffer = tmp; *buffer_size += BURST; } /* Read data */ got = connection->recv_callback(connection, *buffer + *buffer_used, *buffer_size - *buffer_used); if (got == -1) return HTTP_ERROR_CLIENT; /* Check for EOF */ if (got == 0) return HTTP_ERROR_CLIENT; /* Move end of buffer */ *buffer_used += got; } #undef BURST return HTTP_ERROR_SERVER; } /* Write a bulk data into HTTP socket. * @connection is HTTP connection to write to. * @data are bitstream to send to client. * @length is size of @data in bytes. * @return 0 in success. */ static int http_write_bulk(const struct http_connection *connection, const void *data, size_t length) { ssize_t written; const void *end; if (connection == NULL || connection->send_callback == NULL) return HTTP_ERROR_SERVER; if (data == NULL && length > 0) return HTTP_ERROR_SERVER; for (end = data + length; data != end; data += written, length -= written) { written = connection->send_callback(connection, data, length); if (written == -1) return HTTP_ERROR_CLIENT; } return HTTP_ERROR_SUCCESS; } /* Write a line into HTTP socket. * @connection is HTTP connection to write to. * @line is NULL terminated string to send to client. HTTP EOL will be added. * @return 0 in success. */ static int http_write_line(const struct http_connection *connection, const char *line) { int error; if (line == NULL) return HTTP_ERROR_SERVER; fprintf(stderr, "Response: <%s>\n", line); /* Send the line */ if ((error = http_write_bulk(connection, line, strlen(line)))) return error; /* Send EOL */ if ((error = http_write_bulk(connection, "\r\n", 2))) return error; return HTTP_ERROR_SUCCESS; } /* Read data of given length from HTTP socket. * @connection is HTTP connection to read from. * @data is auto-allocated just read data bulk. Will be NULL if EOF has been * reached or error occured. * @data_length is size of bytes to read. * @buffer is automatically reallocated buffer for the socket. It can preserve * prematurately read socket data. * @buffer_size is allocated size of @buffer * @buffer_length is size of head of the buffer that holds read data. * @return 0 in success. */ static int http_read_bulk(const struct http_connection *connection, void **data, size_t data_length, char **buffer, size_t *buffer_size, size_t *buffer_used) { ssize_t got; char *tmp; if (data == NULL) return HTTP_ERROR_SERVER; *data = NULL; if (connection == NULL || connection->recv_callback == NULL) return HTTP_ERROR_SERVER; if (buffer == NULL || buffer_size == NULL || buffer_used == NULL) return HTTP_ERROR_SERVER; if (*buffer == NULL && *buffer_size > 0) return HTTP_ERROR_SERVER; if (*buffer_size < *buffer_used) return HTTP_ERROR_SERVER; if (data_length <= 0) return HTTP_ERROR_SUCCESS; #define BURST 1024 while (1) { /* Check whether enought data have been read */ if (*buffer_used >= data_length) { /* Copy read ahead data to new buffer and point data to original * buffer. */ tmp = malloc(BURST); if (tmp == NULL) return HTTP_ERROR_SERVER; memcpy(tmp, *buffer + data_length, *buffer_used - data_length); *data = *buffer; *buffer_size = BURST; *buffer_used = *buffer_used - data_length; *buffer = tmp; /* And exit */ return HTTP_ERROR_SUCCESS; } if (*buffer_size == *buffer_used) { /* Grow buffer */ tmp = realloc(*buffer, *buffer_size + BURST); if (tmp == NULL) return HTTP_ERROR_SERVER; *buffer = tmp; *buffer_size += BURST; } /* Read data */ got = connection->recv_callback(connection, *buffer + *buffer_used, *buffer_size - *buffer_used); if (got == -1) return HTTP_ERROR_CLIENT; /* Check for EOF */ if (got == 0) return HTTP_ERROR_CLIENT; /* Move end of buffer */ *buffer_used += got; } #undef BURST return HTTP_ERROR_SERVER; } /* Parse HTTP request header. * @request is pre-allocated HTTP request. * @return 0 if success. */ static int http_parse_request_header(char *line, struct http_request *request) { char *p; fprintf(stderr, "Request: <%s>\n", line); /* Get method */ p = strchr(line, ' '); if (p == NULL) return HTTP_ERROR_SERVER; *p = '\0'; if (!strcmp(line, "GET")) request->method = HTTP_METHOD_GET; else if (!strcmp(line, "POST")) request->method = HTTP_METHOD_POST; else request->method = HTTP_METHOD_UNKNOWN; line = p + 1; /* Get URI */ p = strchr(line, ' '); if (p != NULL) *p = '\0'; request->uri = uri_decode(line); if (request->uri == NULL) return HTTP_ERROR_SERVER; /* Do not care about HTTP version */ fprintf(stderr, "Request-URI: <%s>\n", request->uri); return HTTP_ERROR_SUCCESS; } /* Send HTTP response status line to client. * @return 0 if success. */ static int http_write_response_status(const struct http_connection *connection, const struct http_response *response) { char *buffer = NULL; int error; if (response == NULL) return HTTP_ERROR_SERVER; if (-1 == test_asprintf(&buffer, "HTTP/1.0 %u %s", response->status, (response->reason == NULL) ? "" : response->reason)) return HTTP_ERROR_SERVER; error = http_write_line(connection, buffer); free(buffer); return error; } /* Parse generic HTTP header. * @request is pre-allocated HTTP request. * @return 0 if success, negative value if internal error, positive value if * header is not valid. */ static int http_parse_header(char *line, struct http_request *request) { struct http_header *header; if (line == NULL || request == NULL) return HTTP_ERROR_SERVER; fprintf(stderr, "Header: <%s>\n", line); /* Find last used header */ for (header = request->headers; header != NULL && header->next != NULL; header = header->next); if (*line == ' ' || *line == '\t') { /* Line is continuation of last header */ if (header == NULL) return HTTP_ERROR_CLIENT; /* No previous header to continue */ line++; size_t old_length = strlen(header->value); char *tmp = realloc(header->value, sizeof(header->value[0]) * (old_length + strlen(line) + 1)); if (tmp == NULL) return HTTP_ERROR_SERVER; header->value = tmp; strcpy(&header->value[old_length], line); } else { /* New header */ struct http_header *new_header = calloc(sizeof(*new_header), 1); if (new_header == NULL) return HTTP_ERROR_SERVER; char *p = strstr(line, ": "); if (p == NULL) { http_header_free(&new_header); return HTTP_ERROR_CLIENT; } size_t length = p - line; new_header->name = malloc(sizeof(line[0]) * (length + 1)); if (new_header->name == NULL) { http_header_free(&new_header); return HTTP_ERROR_SERVER; } strncpy(new_header->name, line, length); new_header->name[length] = '\0'; p += 2; length = strlen(p); new_header->value = malloc(sizeof(p[0]) * (length + 1)); if (new_header->value == NULL) { http_header_free(&new_header); return HTTP_ERROR_SERVER; } strcpy(new_header->value, p); if (request->headers == NULL) request->headers = new_header; else header->next = new_header; } /* FIXME: Decode. After parsing all headers as we could decode begining * and then got encoded continuation. */ return HTTP_ERROR_SUCCESS; } /* Send HTTP header to client. * @return 0 if success. */ static int http_write_header(const struct http_connection *connection, const struct http_header *header) { char *buffer = NULL; int error; if (header == NULL) return HTTP_ERROR_SERVER; if (header->name == NULL) return HTTP_ERROR_SERVER; /* TODO: Quote, split long lines */ if (-1 == test_asprintf(&buffer, "%s: %s", header->name, (header->value == NULL) ? "" : header->value)) return HTTP_ERROR_SERVER; error = http_write_line(connection, buffer); free(buffer); return error; } /* Find Content-Length value in HTTP request headers and set it into @request. * @return 0 in success. */ static int find_content_length(struct http_request *request) { struct http_header *header; if (request == NULL) return HTTP_ERROR_SERVER; for (header = request->headers; header != NULL; header = header->next) { if (header->name == NULL) continue; if (!strcasecmp(header->name, "Content-Length")) break; } if (header != NULL && header->value != NULL) { char *p; long long int value = strtoll(header->value, &p, 10); if (*p != '\0') return HTTP_ERROR_CLIENT; if ((value == LLONG_MIN || value == LLONG_MAX) && errno == ERANGE) return HTTP_ERROR_SERVER; if (value < 0) return HTTP_ERROR_CLIENT; if ((unsigned long long)value > SIZE_MAX) return HTTP_ERROR_SERVER; request->body_length = value; } else { request->body_length = 0; } return HTTP_ERROR_SUCCESS; } /* Print binary stream to STDERR with some escapes */ static void dump_body(const void *data, size_t length) { fprintf(stderr, "===BEGIN BODY===\n"); if (length > 0 && NULL != data) { for (size_t i = 0; i < length; i++) { if (isprint(((const unsigned char *)data)[i])) fprintf(stderr, "%c", ((const unsigned char *)data)[i]); else fprintf(stderr, "\\x%02x", ((const unsigned char*)data)[i]); } fprintf(stderr, "\n"); } fprintf(stderr, "===END BODY===\n"); } /* Read a HTTP request from connection. * @http_request is heap-allocated received HTTP request, * or NULL in case of error. * @return http_error code. */ http_error http_read_request(const struct http_connection *connection, struct http_request **request) { char *line = NULL; char *buffer = NULL; size_t buffer_size = 0, buffer_used = 0; int error; if (request == NULL) return HTTP_ERROR_SERVER; *request = calloc(1, sizeof(**request)); if (*request == NULL) return HTTP_ERROR_SERVER; /* Get request header */ if ((error = http_read_line(connection, &line, &buffer, &buffer_size, &buffer_used))) goto leave; if ((error = http_parse_request_header(line, *request))) goto leave; /* Get other headers */ while (1) { if ((error = http_read_line(connection, &line, &buffer, &buffer_size, &buffer_used))) { fprintf(stderr, "Error while reading HTTP request line\n"); goto leave; } /* Check for headers delimiter */ if (line == NULL || *line == '\0') { break; } if ((error = http_parse_header(line, *request))) { fprintf(stderr, "Error while parsing HTTP request line: <%s>\n", line); goto leave; } }; /* Get body */ if ((error = find_content_length(*request))) { fprintf(stderr, "Could not determine length of body\n"); goto leave; } if ((error = http_read_bulk(connection, &(*request)->body, (*request)->body_length, &buffer, &buffer_size, &buffer_used))) { fprintf(stderr, "Could not read request body\n"); goto leave; } fprintf(stderr, "Body of size %zu B has been received:\n", (*request)->body_length); dump_body((*request)->body, (*request)->body_length); leave: free(line); free(buffer); if (error) http_request_free(request); return error; } /* Write a HTTP response to connection. Auto-add Content-Length header. * @return 0 in case of success. */ int http_write_response(const struct http_connection *connection, const struct http_response *response) { char *buffer = NULL; int error = -1; if (response == NULL) return HTTP_ERROR_SERVER; /* Status line */ error = http_write_response_status(connection, response); if (error) return error; /* Headers */ for (struct http_header *header = response->headers; header != NULL; header = header->next) { error = http_write_header(connection, header); if (error) return error; } if (-1 == test_asprintf(&buffer, "Content-Length: %u", response->body_length)) return HTTP_ERROR_SERVER; error = http_write_line(connection, buffer); if (error) return error; /* Headers trailer */ error = http_write_line(connection, ""); if (error) return error; /* Body */ if (response->body_length > 0) { error = http_write_bulk(connection, response->body, response->body_length); if (error) return error; } fprintf(stderr, "Body of size %zu B has been sent:\n", response->body_length); dump_body(response->body, response->body_length); free(buffer); return HTTP_ERROR_SUCCESS; } /* Build Set-Cookie header. In case of error, return NULL. Caller must free * the header. */ static struct http_header *http_build_setcookie_header ( const char *cokie_name, const char *cookie_value, const char *cookie_domain, const char *cookie_path) { struct http_header *header = NULL; char *domain_parameter = NULL; char *path_parameter = NULL; if (cokie_name == NULL) goto error; header = calloc(1, sizeof(*header)); if (header == NULL) goto error; header->name = strdup("Set-Cookie"); if (header->name == NULL) goto error; if (cookie_domain != NULL) if (-1 == test_asprintf(&domain_parameter, "; Domain=%s", cookie_domain)) goto error; if (cookie_path != NULL) if (-1 == test_asprintf(&path_parameter, "; Path=%s", cookie_path)) goto error; if (-1 == test_asprintf(&header->value, "%s=%s%s%s", cokie_name, (cookie_value == NULL) ? "" : cookie_value, (domain_parameter == NULL) ? "": domain_parameter, (path_parameter == NULL) ? "": path_parameter)) goto error; goto ok; error: http_header_free(&header); ok: free(domain_parameter); free(path_parameter); return header; } /* Send a 200 Ok response with a cookie */ int http_send_response_200_cookie(const struct http_connection *connection, const char *cokie_name, const char *cookie_value, const char *cookie_domain, const char *cookie_path, const void *body, size_t body_length, const char *type) { int retval; struct http_header *header_cookie = NULL; struct http_header header_contenttype = { .name = "Content-Type", .value = (char *)type, .next = NULL }; struct http_response response = { .status = 200, .reason = "OK", .headers = NULL, .body_length = body_length, .body = (void *)body }; if (cokie_name != NULL) { if (NULL == (header_cookie = http_build_setcookie_header( cokie_name, cookie_value, cookie_domain, cookie_path))) return http_send_response_500(connection, "Could not build Set-Cookie header"); } /* Link defined headers */ if (type != NULL) { response.headers = &header_contenttype; } if (header_cookie != NULL) { header_cookie->next = response.headers; response.headers = header_cookie; } retval = http_write_response(connection, &response); http_header_free(&header_cookie); return retval; } /* Send a 200 Ok response */ int http_send_response_200(const struct http_connection *connection, const void *body, size_t body_length, const char *type) { return http_send_response_200_cookie(connection, NULL, NULL, NULL, NULL, body, body_length, type); } /* Send a 302 Found response setting a cookie */ int http_send_response_302_cookie(const struct http_connection *connection, const char *cokie_name, const char *cookie_value, const char *cookie_domain, const char *cookie_path, const char *location) { int retval; struct http_header *header_cookie = NULL; struct http_header header_location = { .name = "Location", .value = (char *) location, .next = NULL }; struct http_response response = { .status = 302, .reason = "Found", .headers = NULL, .body_length = 0, .body = NULL }; if (cokie_name != NULL) { if (NULL == (header_cookie = http_build_setcookie_header( cokie_name, cookie_value, cookie_domain, cookie_path))) return http_send_response_500(connection, "Could not build Set-Cookie header"); } /* Link defined headers */ if (location != NULL) { response.headers = &header_location; } if (header_cookie != NULL) { header_cookie->next = response.headers; response.headers = header_cookie; } retval = http_write_response(connection, &response); http_header_free(&header_cookie); return retval; } /* Send a 302 Found response with totp authentication scheme header */ int http_send_response_302_totp(const struct http_connection *connection, const char *code, const char *text, const char *location) { struct http_header header_code = { .name = "X-Response-message-code", .value = (char *) code, .next = NULL }; struct http_header header_text = { .name = "X-Response-message-text", .value = (char *) text, .next = NULL }; struct http_header header_location = { .name = "Location", .value = (char *) location, .next = NULL }; struct http_response response = { .status = 302, .reason = "Found", .headers = NULL, .body_length = 0, .body = NULL }; /* Link defined headers */ if (location != NULL) { response.headers = &header_location; } if (text != NULL) { header_text.next = response.headers; response.headers = &header_text; } if (code != NULL) { header_code.next = response.headers; response.headers = &header_code; } return http_write_response(connection, &response); } /* Send a 400 Bad Request response. * Use non-NULL @reason to override status message. */ int http_send_response_400(const struct http_connection *connection, const char *reason) { struct http_response response = { .status = 400, .reason = (reason == NULL) ? "Bad Request" : (char *) reason, .headers = NULL, .body_length = 0, .body = NULL }; return http_write_response(connection, &response); } /* Send a 401 Unauthorized response with Basic authentication scheme header */ int http_send_response_401_basic(const struct http_connection *connection) { struct http_header header = { .name = "WWW-Authenticate", .value = "Basic realm=\"SimulatedISDSServer\"", .next = NULL }; struct http_response response = { .status = 401, .reason = "Unauthorized", .headers = &header, .body_length = 0, .body = NULL }; return http_write_response(connection, &response); } /* Send a 401 Unauthorized response with OTP authentication scheme header for * given @method. */ int http_send_response_401_otp(const struct http_connection *connection, const char *method, const char *code, const char *text) { int retval; struct http_header header = { .name = "WWW-Authenticate", .value = NULL, .next = NULL }; struct http_header header_code = { .name = "X-Response-message-code", .value = (char *) code, .next = NULL }; struct http_header header_text = { .name = "X-Response-message-text", .value = (char *) text, .next = NULL }; struct http_response response = { .status = 401, .reason = "Unauthorized", .headers = &header, .body_length = 0, .body = NULL }; if (-1 == test_asprintf(&header.value, "%s realm=\"SimulatedISDSServer\"", method)) { return http_send_response_500(connection, "Could not build WWW-Authenticate header value"); } /* Link defined headers */ if (code != NULL) header.next = &header_code; if (text != NULL) { if (code != NULL) header_code.next = &header_text; else header.next = &header_text; } retval = http_write_response(connection, &response); free(header.value); return retval; } /* Send a 403 Forbidden response */ int http_send_response_403(const struct http_connection *connection) { struct http_response response = { .status = 403, .reason = "Forbidden", .headers = NULL, .body_length = 0, .body = NULL }; return http_write_response(connection, &response); } /* Send a 500 Internal Server Error response. * Use non-NULL @reason to override status message. */ int http_send_response_500(const struct http_connection *connection, const char *reason) { struct http_response response = { .status = 500, .reason = (NULL == reason) ? "Internal Server Error" : (char *) reason, .headers = NULL, .body_length = 0, .body = NULL }; return http_write_response(connection, &response); } /* Send a 503 Service Temporarily Unavailable response */ int http_send_response_503(const struct http_connection *connection, const void *body, size_t body_length, const char *type) { struct http_header header = { .name = "Content-Type", .value = (char *)type }; struct http_response response = { .status = 503, .reason = "Service Temporarily Unavailable", .headers = (type == NULL) ? NULL : &header, .body_length = body_length, .body = (void *)body }; return http_write_response(connection, &response); } /* Returns Authorization header in given request */ static const struct http_header *find_authorization( const struct http_request *request) { const struct http_header *header; if (request == NULL) return NULL; for (header = request->headers; header != NULL; header = header->next) { if (header->name != NULL && !strcasecmp(header->name, "Authorization")) break; } return header; } /* Return true if request carries Authorization header */ int http_client_authenticates(const struct http_request *request) { if (find_authorization(request)) return 1; else return 0; } /* Return HTTP_ERROR_SUCCESS if request carries valid Basic credentials. * NULL @username or @password equales to empty string. */ http_error http_authenticate_basic(const struct http_request *request, const char *username, const char *password) { const struct http_header *header; const char *basic_cookie_client; char *basic_cookie_plain = NULL, *basic_cookie_encoded = NULL; _Bool is_valid; header = find_authorization(request); if (header == NULL) return HTTP_ERROR_CLIENT; if (strncmp(header->value, "Basic ", 6)) return HTTP_ERROR_CLIENT; basic_cookie_client = header->value + 6; if (-1 == test_asprintf(&basic_cookie_plain, "%s:%s", (username == NULL) ? "" : username, (password == NULL) ? "" : password)) { return HTTP_ERROR_SERVER; } basic_cookie_encoded = base64encode(basic_cookie_plain, strlen(basic_cookie_plain), 1); if (basic_cookie_encoded == NULL) { free(basic_cookie_plain); return HTTP_ERROR_SERVER; } fprintf(stderr, "Authenticating basic: got=<%s>, expected=<%s> (%s)\n", basic_cookie_client, basic_cookie_encoded, basic_cookie_plain); free(basic_cookie_plain); is_valid = !strcmp(basic_cookie_encoded, basic_cookie_client); free(basic_cookie_encoded); return (is_valid) ? HTTP_ERROR_SUCCESS : HTTP_ERROR_CLIENT; } /* Return HTTP_ERROR_SUCCESS if request carries valid OTP credentials. * NULL @username or @password or @otp equal to empty string. */ http_error http_authenticate_otp(const struct http_request *request, const char *username, const char *password, const char *otp) { char *basic_password = NULL; http_error retval; /* Concatenate password and OTP code */ if (-1 == test_asprintf(&basic_password, "%s%s", (password == NULL) ? "": password, (otp == NULL) ? "" : otp)) { return HTTP_ERROR_SERVER; } /* Use Basic authentication */ /* XXX: Specification does not define authorization method string */ retval = http_authenticate_basic(request, username, basic_password); free(basic_password); return retval; } /* Return cookie value by name or NULL if does not present. */ const char *http_find_cookie(const struct http_request *request, const char *name) { const struct http_header *header; size_t length; const char *value = NULL; if (request == NULL || name == NULL) return NULL; length = strlen(name); for (header = request->headers; header != NULL; header = header->next) { if (header->name != NULL && !strcasecmp(header->name, "Cookie") && header->value != NULL) { if (!strncmp(header->value, name, length) && header->value[length] == '=') { /* Return last cookie with the name */ value = header->value + length + 1; } } } return value; } /* Return Host header value or NULL if does not present. Returned string is * statically allocated. */ const char *http_find_host(const struct http_request *request) { const struct http_header *header; const char *value = NULL; if (request == NULL) return NULL; for (header = request->headers; header != NULL; header = header->next) { if (header->name != NULL && !strcmp(header->name, "Host")) { value = header->value; } } return value; } /* Free a HTTP header and set it to NULL */ void http_header_free(struct http_header **header) { if (header == NULL || *header == NULL) return; free((*header)->name); free((*header)->value); free(*header); *header = NULL; } /* Free linked list of HTTP headers and set it to NULL */ void http_headers_free(struct http_header **headers) { struct http_header *header, *next; if (headers == NULL || *headers == NULL) return; for (header = *headers; header != NULL;) { next = header->next; http_header_free(&header); header = next; } *headers = NULL; } /* Free HTTP request and set it to NULL */ void http_request_free(struct http_request **request) { if (request == NULL || *request == NULL) return; free((*request)->uri); http_headers_free(&((*request)->headers)); free((*request)->body); free(*request); *request = NULL; } /* Free HTTP response and set it to NULL */ void http_response_free(struct http_response **response) { if (response == NULL || *response == NULL) return; free((*response)->reason); http_headers_free(&((*response)->headers)); free((*response)->body); free(*response); *response = NULL; } libisds-0.10.7/test/simline/basic_authentication.c0000644000076400001440000000636112451762001017120 00000000000000#ifndef _POSIX_SOURCE #define _POSIX_SOURCE /* For getaddrinfo(3) */ #endif #ifndef _BSD_SOURCE #define _BSD_SOURCE /* For NI_MAXHOST up to glibc-2.19 */ #endif #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE /* For NI_MAXHOST since glibc-2.20 */ #endif #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 /* For unsetenv(3) */ #endif #include "../test.h" #include "server.h" #include "isds.h" static const char *username = "douglas"; static const char *password = "42"; static int test_login(const isds_error error, struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { isds_error err; err = isds_login(context, url, username, password, pki_credentials, otp); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); isds_logout(context); PASS_TEST; } int main(void) { int error; pid_t server_process; struct isds_ctx *context = NULL; char *url = NULL; INIT_TEST("basic authentication"); if (unsetenv("http_proxy")) { ABORT_UNIT("Could not remove http_proxy variable from environment\n"); } if (isds_init()) { isds_cleanup(); ABORT_UNIT("isds_init() failed\n"); } context = isds_ctx_create(); if (!context) { isds_cleanup(); ABORT_UNIT("isds_ctx_create() failed\n"); } { const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_END, NULL } }; const struct arguments_basic_authentication server_arguments = { .username = username, .password = password, .isds_deviations = 1, .services = services }; error = start_server(&server_process, &url, server_basic_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } TEST("invalid credentials", test_login, IE_NOT_LOGGED_IN, context, url, "7777777", "nbuusr1", NULL, NULL); TEST("valid login", test_login, IE_SUCCESS, context, url, username, password, NULL, NULL); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } { error = start_server(&server_process, &url, server_out_of_order, NULL, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } TEST("log into out-of-order server", test_login, IE_SOAP, context, url, username, password, NULL, NULL); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } isds_ctx_free(&context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/simline/service.h0000644000076400001440000000056312063432451014405 00000000000000#ifndef __ISDS_SERVICE_H #define __ISDS_SERVICE_H #include "http.h" /* Parse soap request, pass it to service endpoint and respond to it. * It sends final HTTP response. */ void soap(const struct http_connection *connection, const struct service_configuration *configuration, const void *request, size_t request_length, const char *end_point); #endif libisds-0.10.7/test/simline/hotp_isds_change_password.c0000644000076400001440000002010212452006440020147 00000000000000#ifndef _POSIX_SOURCE #define _POSIX_SOURCE /* For getaddrinfo(3) */ #endif #ifndef _BSD_SOURCE #define _BSD_SOURCE /* For NI_MAXHOST since glibc-2.19 */ #endif #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE /* For NI_MAXHOST since glibc-2.20 */ #endif #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 /* For unsetenv(3) */ #endif #include "../test.h" #include "server.h" #include "isds.h" static const char *username = "Doug1as$"; static const char *password = "42aA#bc8"; static const char *otp_code = "314"; static int test_login(const isds_error error, const isds_otp_resolution resolution, struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { isds_error err; err = isds_login(context, url, username, password, pki_credentials, otp); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); if (otp != NULL && resolution != otp->resolution) FAIL_TEST("Wrong OTP resolution: expected=%d, returned=%d (%s)", resolution, otp->resolution, isds_long_message(context)); PASS_TEST; } static int test_isds_change_password(const isds_error error, const isds_otp_resolution resolution, const char *reference_number, struct isds_ctx *context, const char *old_password, const char *new_password, struct isds_otp *otp, char **refnum) { isds_error err; err = isds_change_password(context, old_password, new_password, otp, refnum); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); if (otp != NULL && resolution != otp->resolution) FAIL_TEST("Wrong OTP resolution: expected=%d, returned=%d (%s)", resolution, otp->resolution, isds_long_message(context)); if (NULL != refnum) TEST_STRING_DUPLICITY(reference_number, *refnum); PASS_TEST; } int main(void) { int error; pid_t server_process; struct isds_ctx *context = NULL; char *url = NULL; char *refnum = NULL; struct isds_otp otp_credentials = { .method = OTP_HMAC }; INIT_TEST("isds_change_password with HOTP"); if (unsetenv("http_proxy")) { ABORT_UNIT("Could not remove http_proxy variable from environment\n"); } if (isds_init()) { isds_cleanup(); ABORT_UNIT("isds_init() failed\n"); } context = isds_ctx_create(); if (!context) { isds_cleanup(); ABORT_UNIT("isds_ctx_create() failed\n"); } { const struct arguments_asws_changePassword_ChangePasswordOTP passwd_arguments = { .username = username, .current_password = password, .method = AUTH_OTP_HMAC, .reference_number = "42" }; const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_asws_changePassword_ChangePasswordOTP, &passwd_arguments }, { SERVICE_END, NULL } }; const struct arguments_otp_authentication server_arguments = { .method = AUTH_OTP_HMAC, .username = username, .password = password, .otp = (char *) otp_code, .isds_deviations = 1, .services = services }; error = start_server(&server_process, &url, server_otp_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } otp_credentials.otp_code = (char *) otp_code; TEST("login", test_login, IE_SUCCESS, OTP_RESOLUTION_SUCCESS, context, url, username, password, NULL, &otp_credentials); /* Second phase of authentication */ otp_credentials.otp_code = (char *) otp_code; TEST("Second phase with invalid password", test_isds_change_password, IE_NOT_LOGGED_IN, OTP_RESOLUTION_BAD_AUTHENTICATION, NULL, context, "nbuusr1", "h2k$Aana", &otp_credentials, &refnum); /* XXX: There is bug in curl < 7.28.0 when authorization header is not * sent on second attempt after 401 response. Fixed by upstream commit * ce8311c7e49eca93c136b58efa6763853541ec97. The only work-around is * to use new CURL handle. */ TEST("Second phase with invalid password 2", test_isds_change_password, IE_NOT_LOGGED_IN, OTP_RESOLUTION_BAD_AUTHENTICATION, NULL, context, "nbuusr2", "h2k$Aana", &otp_credentials, &refnum); otp_credentials.otp_code = "666"; TEST("Second phase with valid password but invalid OTP code", test_isds_change_password, IE_NOT_LOGGED_IN, OTP_RESOLUTION_BAD_AUTHENTICATION, NULL, context, password, "h2k$Aana", &otp_credentials, &refnum); /* Checks for new password */ otp_credentials.otp_code = (char *) otp_code; TEST("too short (7 characters)", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "aB34567", &otp_credentials, &refnum); TEST("too long (33 characters)", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "aB3456789112345678921234567893123", &otp_credentials, &refnum); TEST("no upper case letter", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "1bcdefgh", &otp_credentials, &refnum); TEST("no lower case letter", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "1BCDEFGH", &otp_credentials, &refnum); TEST("no digit", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "aBCDEFGH", &otp_credentials, &refnum); TEST("forbidden space", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, " h2k$Aan", &otp_credentials, &refnum); TEST("reused password", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, password, &otp_credentials, &refnum); TEST("password contains user ID", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, username, &otp_credentials, &refnum); TEST("sequence of the same characters", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "h222k$Aa", &otp_credentials, &refnum); TEST("forbiden prefix qwert", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "qwert$A8", &otp_credentials, &refnum); TEST("forbiden prefix asdgf", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "asdgf$A8", &otp_credentials, &refnum); TEST("forbiden prefix 12345", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "12345$Aa", &otp_credentials, &refnum); TEST("valid request", test_isds_change_password, IE_SUCCESS, OTP_RESOLUTION_SUCCESS, "42", context, password, "h2k$Aana", &otp_credentials, &refnum); free(refnum); refnum = NULL; isds_logout(context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } isds_logout(context); isds_ctx_free(&context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/simline/system.h0000644000076400001440000000032713130406756014274 00000000000000#ifndef __ISDS_SYSTEM_H__ #define __ISDS_SYSTEM_H__ #include "http.h" #ifdef _WIN32 #include "win32.h" #else #include "unix.h" #endif http_error _server_datestring2tm(const char *string, struct tm *time); #endif libisds-0.10.7/test/simline/totp_isds_change_password.c0000644000076400001440000002654212452006453020205 00000000000000#ifndef _POSIX_SOURCE #define _POSIX_SOURCE /* For getaddrinfo(3) */ #endif #ifndef _BSD_SOURCE #define _BSD_SOURCE /* For NI_MAXHOST up to glibc-2.19 */ #endif #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE /* For NI_MAXHOST since glibc-2.20 */ #endif #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 /* For unsetenv(3) */ #endif #include "../test.h" #include "server.h" #include "isds.h" static const char *username = "Doug1as$"; static const char *password = "42aA#bc8"; static const char *otp_code = "314"; static int test_login(const isds_error error, const isds_otp_resolution resolution, struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { isds_error err; err = isds_login(context, url, username, password, pki_credentials, otp); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); if (otp != NULL && resolution != otp->resolution) FAIL_TEST("Wrong OTP resolution: expected=%d, returned=%d (%s)", resolution, otp->resolution, isds_long_message(context)); PASS_TEST; } static int test_isds_change_password(const isds_error error, const isds_otp_resolution resolution, const char *reference_number, struct isds_ctx *context, const char *old_password, const char *new_password, struct isds_otp *otp, char **refnum) { isds_error err; err = isds_change_password(context, old_password, new_password, otp, refnum); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); if (otp != NULL && resolution != otp->resolution) FAIL_TEST("Wrong OTP resolution: expected=%d, returned=%d (%s)", resolution, otp->resolution, isds_long_message(context)); if (NULL != refnum) TEST_STRING_DUPLICITY(reference_number, *refnum); PASS_TEST; } int main(void) { int error; pid_t server_process; struct isds_ctx *context = NULL; char *url = NULL; char *refnum = NULL; struct isds_otp otp_credentials = { .method = OTP_TIME }; const struct arguments_asws_changePassword_ChangePasswordOTP passwd_arguments = { .username = username, .current_password = password, .method = AUTH_OTP_TIME, .reference_number = "42" }; struct arguments_asws_changePassword_SendSMSCode sendsmscode_arguments = { .status_code = "0000", .status_message = "One-time password sent via SMS gateway", .reference_number = "43" }; const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_asws_changePassword_ChangePasswordOTP, &passwd_arguments }, { SERVICE_asws_changePassword_SendSMSCode, &sendsmscode_arguments }, { SERVICE_END, NULL } }; const struct arguments_otp_authentication server_arguments = { .method = AUTH_OTP_TIME, .username = username, .password = password, .otp = (char *) otp_code, .isds_deviations = 1, .services = services }; INIT_TEST("isds_change_password with TOTP"); if (unsetenv("http_proxy")) { ABORT_UNIT("Could not remove http_proxy variable from environment\n"); } if (isds_init()) { isds_cleanup(); ABORT_UNIT("isds_init() failed\n"); } context = isds_ctx_create(); if (!context) { isds_cleanup(); ABORT_UNIT("isds_ctx_create() failed\n"); } { sendsmscode_arguments.status_code = "0000"; sendsmscode_arguments.status_message = "One-time password sent via SMS gateway"; error = start_server(&server_process, &url, server_otp_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } otp_credentials.otp_code = (char *) otp_code; TEST("login", test_login, IE_SUCCESS, OTP_RESOLUTION_SUCCESS, context, url, username, password, NULL, &otp_credentials); /* First phase of authentication */ otp_credentials.otp_code = NULL; TEST("First phase with invalid password", test_isds_change_password, IE_NOT_LOGGED_IN, OTP_RESOLUTION_BAD_AUTHENTICATION, NULL, context, "nbuusr1", "h2k$Aana", &otp_credentials, &refnum); otp_credentials.otp_code = NULL; TEST("First phase with valid password", test_isds_change_password, IE_PARTIAL_SUCCESS, OTP_RESOLUTION_TOTP_SENT, "43", context, password, "h2k$Aana", &otp_credentials, &refnum); /* Second phase of authentication */ otp_credentials.otp_code = (char *) otp_code; TEST("Second phase with invalid password", test_isds_change_password, IE_NOT_LOGGED_IN, OTP_RESOLUTION_BAD_AUTHENTICATION, NULL, context, "nbuusr1", "h2k$Aana", &otp_credentials, &refnum); /* XXX: There is bug in curl < 7.28.0 when authorization header is not * sent on second attempt after 401 response. Fixed by upstream commit * ce8311c7e49eca93c136b58efa6763853541ec97. The only work-around is * to use new CURL handle. */ TEST("Second phase with invalid password 2", test_isds_change_password, IE_NOT_LOGGED_IN, OTP_RESOLUTION_BAD_AUTHENTICATION, NULL, context, "nbuusr2", "h2k$Aana", &otp_credentials, &refnum); otp_credentials.otp_code = "666"; TEST("Second phase with valid password but invalid OTP code", test_isds_change_password, IE_NOT_LOGGED_IN, OTP_RESOLUTION_BAD_AUTHENTICATION, NULL, context, password, "h2k$Aana", &otp_credentials, &refnum); /* Checks for new password */ otp_credentials.otp_code = (char *) otp_code; TEST("too short (7 characters)", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "aB34567", &otp_credentials, &refnum); TEST("too long (33 characters)", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "aB3456789112345678921234567893123", &otp_credentials, &refnum); TEST("no upper case letter", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "1bcdefgh", &otp_credentials, &refnum); TEST("no lower case letter", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "1BCDEFGH", &otp_credentials, &refnum); TEST("no digit", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "aBCDEFGH", &otp_credentials, &refnum); TEST("forbidden space", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, " h2k$Aan", &otp_credentials, &refnum); TEST("reused password", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, password, &otp_credentials, &refnum); TEST("password contains user ID", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, username, &otp_credentials, &refnum); TEST("sequence of the same characters", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "h222k$Aa", &otp_credentials, &refnum); TEST("forbiden prefix qwert", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "qwert$A8", &otp_credentials, &refnum); TEST("forbiden prefix asdgf", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "asdgf$A8", &otp_credentials, &refnum); TEST("forbiden prefix 12345", test_isds_change_password, IE_INVAL, OTP_RESOLUTION_SUCCESS, "42", context, password, "12345$Aa", &otp_credentials, &refnum); TEST("valid request", test_isds_change_password, IE_SUCCESS, OTP_RESOLUTION_SUCCESS, "42", context, password, "h2k$Aana", &otp_credentials, &refnum); free(refnum); refnum = NULL; isds_logout(context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } { sendsmscode_arguments.status_code = "2301"; sendsmscode_arguments.status_message = "One-time code cannot be re-send faster than once a 30 seconds"; error = start_server(&server_process, &url, server_otp_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } otp_credentials.otp_code = (char *) otp_code; TEST("login", test_login, IE_SUCCESS, OTP_RESOLUTION_SUCCESS, context, url, username, password, NULL, &otp_credentials); /* First phase of authentication */ otp_credentials.otp_code = NULL; TEST("SendSMSCode cannot send so fast", test_isds_change_password, IE_ISDS, OTP_RESOLUTION_TO_FAST, "43", context, password, "h2k$Aana", &otp_credentials, &refnum); free(refnum); refnum = NULL; isds_logout(context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } { sendsmscode_arguments.status_code = "2302"; sendsmscode_arguments.status_message = "One-time code could not been sent. Try later again."; error = start_server(&server_process, &url, server_otp_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } otp_credentials.otp_code = (char *) otp_code; TEST("login", test_login, IE_SUCCESS, OTP_RESOLUTION_SUCCESS, context, url, username, password, NULL, &otp_credentials); /* First phase of authentication */ otp_credentials.otp_code = NULL; TEST("SendSMSCode cannot send", test_isds_change_password, IE_ISDS, OTP_RESOLUTION_TOTP_NOT_SENT, "43", context, password, "h2k$Aana", &otp_credentials, &refnum); free(refnum); refnum = NULL; isds_logout(context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } isds_logout(context); isds_ctx_free(&context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/simline/certificate_user_password_authentication.c0000644000076400001440000001300212572772075023307 00000000000000#ifndef _POSIX_SOURCE #define _POSIX_SOURCE /* For getaddrinfo(3) */ #endif #ifndef _BSD_SOURCE #define _BSD_SOURCE /* For NI_MAXHOST up to glibc-2.19 */ #endif #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE /* For NI_MAXHOST since glibc-2.20 */ #endif #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 /* For unsetenv(3) */ #endif #include "../test.h" #include "server.h" #include "isds.h" #define TLSDIR SRCDIR "/server/tls" static const char *ca_certificate = TLSDIR "/ca.cert"; static char *server_certificate = TLSDIR "/server.cert"; static char *server_key = TLSDIR "/server.key"; static char *client_certificate = TLSDIR "/client.cert"; static char *client_key = TLSDIR "/client.key"; static const char *client_dn = "CN=The Client,C=CZ"; static const char *username = "douglas"; static const char *password = "42"; static int test_login(const isds_error error, struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { isds_error err; err = isds_login(context, url, username, password, pki_credentials, otp); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); isds_logout(context); PASS_TEST; } int main(void) { int error; pid_t server_process; struct isds_ctx *context = NULL; char *url = NULL; INIT_TEST("authentication with client certificate and username and " "password"); if (unsetenv("http_proxy")) { ABORT_UNIT("Could not remove http_proxy variable from environment\n"); } if (isds_init()) { isds_cleanup(); ABORT_UNIT("isds_init() failed\n"); } context = isds_ctx_create(); if (!context) { isds_cleanup(); ABORT_UNIT("isds_ctx_create() failed\n"); } if (isds_set_opt(context, IOPT_TLS_CA_FILE, ca_certificate)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT("Setting CA failed\n"); } if (isds_set_opt(context, IOPT_TLS_VERIFY_SERVER, 0)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT("Disabling server hostname verification failed\n"); } { const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_END, NULL } }; const struct arguments_basic_authentication server_arguments = { .username = username, .password = password, .isds_deviations = 1, .services = services }; struct tls_authentication tls_arguments = { .authority_certificate = ca_certificate, .server_certificate = server_certificate, .server_key = server_key, .client_name = client_dn }; struct isds_pki_credentials pki_credentials = { .engine = NULL, .certificate_format = PKI_FORMAT_PEM, .certificate = server_certificate, .key_format = PKI_FORMAT_PEM, .key = server_key, .passphrase = NULL }; error = start_server(&server_process, &url, server_certificate_with_password_authentication, &server_arguments, &tls_arguments); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } TEST("no client certificate", test_login, IE_SECURITY, context, url, username, password, NULL, NULL); TEST("wrong client certificate", test_login, IE_SECURITY, context, url, username, password, &pki_credentials, NULL); pki_credentials.certificate = client_certificate; pki_credentials.key = client_key; TEST("invalid username", test_login, IE_NOT_LOGGED_IN, context, url, "7777777", "nbuusr1", &pki_credentials, NULL); TEST("valid login", test_login, IE_SUCCESS, context, url, username, password, &pki_credentials, NULL); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } { struct tls_authentication tls_arguments = { .authority_certificate = ca_certificate, .server_certificate = server_certificate, .server_key = server_key, .client_name = client_dn }; struct isds_pki_credentials pki_credentials = { .engine = NULL, .certificate_format = PKI_FORMAT_PEM, .certificate = client_certificate, .key_format = PKI_FORMAT_PEM, .key = client_key, .passphrase = NULL }; error = start_server(&server_process, &url, server_out_of_order, NULL, &tls_arguments); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } TEST("log into out-of-order server", test_login, IE_SOAP, context, url, username, password, &pki_credentials, NULL); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } isds_ctx_free(&context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/simline/isds_resign_message.c0000644000076400001440000001725512452006530016760 00000000000000#ifndef _POSIX_SOURCE #define _POSIX_SOURCE /* For getaddrinfo(3) */ #endif #ifndef _BSD_SOURCE #define _BSD_SOURCE /* For NI_MAXHOST up to glibc-2.19 */ #endif #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE /* For NI_MAXHOST since glibc-2.20 */ #endif #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 /* For unsetenv(3) */ #endif #include "../test.h" #include "server.h" #include "isds.h" static const char *username = "Doug1as$"; static const char *password = "42aA#bc8"; static int test_login(const isds_error error, struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { isds_error err; err = isds_login(context, url, username, password, pki_credentials, otp); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); PASS_TEST; } static int test_isds_resign_message(const isds_error error, struct isds_ctx *context, const void *data, size_t length, _Bool request_valid_to, const struct tm *expected_valid_to) { isds_error err; void *output = NULL; size_t output_length = 0; struct tm *valid_to = NULL; err = isds_resign_message(context, data, length, &output, &output_length, (request_valid_to) ? &valid_to : NULL); if (error != err) { free(output); free(valid_to); FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); } if (!err) { if (NULL == output) { free(output); free(valid_to); FAIL_TEST("No message returned"); } if (length != output_length) { free(output); free(valid_to); FAIL_TEST("Wrong size of returned message: " "expected=%zd, returned=%zd", length, output_length); } if (strcmp(data, output)) { free(output); free(valid_to); FAIL_TEST("Returned message does not match input message: " "expected=`%s', returned=`%s'", data, output); } } else { if (0 != output_length) { free(output); free(valid_to); FAIL_TEST("Output size is not 0 on error"); } if (NULL != output) { free(output); free(valid_to); FAIL_TEST("Output data pointer is not NULL on error"); } } free(output); if (NULL == expected_valid_to) { if (NULL != valid_to) { free(valid_to); FAIL_TEST("Valid_to pointer is not NULL"); } } else { if (NULL == valid_to) { free(valid_to); FAIL_TEST("Valid_to pointer should not be NULL"); } if ( expected_valid_to->tm_year != valid_to->tm_year || expected_valid_to->tm_mon != valid_to->tm_mon || expected_valid_to->tm_mday != valid_to->tm_mday ) { char expected[32]; char returned[32]; strftime(expected, sizeof(expected), "%F", expected_valid_to); strftime(returned, sizeof(returned), "%F", valid_to); free(valid_to); FAIL_TEST("Wrong valid_to date: expected=%s, returned=%s", expected, returned); } } free(valid_to); PASS_TEST; } static void test_error(const char *code, const isds_error expected_error, struct isds_ctx *context) { struct arguments_DS_Dz_ResignISDSDocument service_arguments = { .status_code = code, .status_message = "some text", .valid_to = NULL }; const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_DS_Dz_ResignISDSDocument, &service_arguments }, { SERVICE_END, NULL } }; const struct arguments_basic_authentication server_arguments = { .username = username, .password = password, .isds_deviations = 1, .services = services }; const char data[] = "Hello world!"; pid_t server_process; char *url = NULL; int error; error = start_server(&server_process, &url, server_basic_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } TEST("login", test_login, IE_SUCCESS, context, url, username, password, NULL, NULL); TEST(code, test_isds_resign_message, expected_error, context, data, sizeof(data), 1, NULL); isds_logout(context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } int main(void) { int error; pid_t server_process; struct isds_ctx *context = NULL; char *url = NULL; INIT_TEST("isds_resing_message"); if (unsetenv("http_proxy")) { ABORT_UNIT("Could not remove http_proxy variable from environment\n"); } if (isds_init()) { isds_cleanup(); ABORT_UNIT("isds_init() failed\n"); } context = isds_ctx_create(); if (!context) { isds_cleanup(); ABORT_UNIT("isds_ctx_create() failed\n"); } { struct tm date; const struct arguments_DS_Dz_ResignISDSDocument service_arguments = { .status_code = "0000", .status_message = "some text", .valid_to = &date }; const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_DS_Dz_ResignISDSDocument, &service_arguments }, { SERVICE_END, NULL } }; const struct arguments_basic_authentication server_arguments = { .username = username, .password = password, .isds_deviations = 1, .services = services }; memset(&date, 0, sizeof(date)); date.tm_year = 42; date.tm_mon = 2; date.tm_mday = 3; const char data[] = "Hello world!"; error = start_server(&server_process, &url, server_basic_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } TEST("prior logging in", test_isds_resign_message, IE_CONNECTION_CLOSED, context, data, sizeof(data), 1, NULL); TEST("login", test_login, IE_SUCCESS, context, url, username, password, NULL, NULL); TEST("NULL message", test_isds_resign_message, IE_INVAL, context, NULL, 42, 1, NULL); TEST("empty message", test_isds_resign_message, IE_INVAL, context, "", 0, 1, NULL); TEST("valid message", test_isds_resign_message, IE_SUCCESS, context, data, sizeof(data), 1, &date); TEST("valid message without date", test_isds_resign_message, IE_SUCCESS, context, data, sizeof(data), 0, NULL); isds_logout(context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } test_error("2200", IE_INVAL, context); test_error("2201", IE_NOTUNIQ, context); test_error("2204", IE_INVAL, context); test_error("2207", IE_ISDS, context); isds_ctx_free(&context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/simline/hotp_authentication.c0000644000076400001440000001352112451762013017010 00000000000000#ifndef _POSIX_SOURCE #define _POSIX_SOURCE /* For getaddrinfo(3) */ #endif #ifndef _BSD_SOURCE #define _BSD_SOURCE /* For NI_MAXHOST up to glibc-2.19 */ #endif #ifndef _DEFAULT_SOURCE #define _DEFAULT_SOURCE /* For NI_MAXHOST since glibc-2.20 */ #endif #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 /* For unsetenv(3) */ #endif #include "../test.h" #include "server.h" #include "isds.h" static const char *username = "douglas"; static const char *password = "42"; static const char *otp_code = "314"; static int test_login(const isds_error error, const isds_otp_resolution resolution, struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { isds_error err; err = isds_login(context, url, username, password, pki_credentials, otp); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); if (otp != NULL && resolution != otp->resolution) FAIL_TEST("Wrong OTP resolution: expected=%d, returned=%d (%s)", resolution, otp->resolution, isds_long_message(context)); PASS_TEST; } static int test_logout(const isds_error error, struct isds_ctx *context) { isds_error err; err = isds_logout(context); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); PASS_TEST; } static int test_ping(const isds_error error, struct isds_ctx *context) { isds_error err; err = isds_ping(context); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); PASS_TEST; } int main(void) { int error; pid_t server_process; struct isds_ctx *context = NULL; char *url = NULL; struct isds_otp otp_credentials = { .method = OTP_HMAC }; INIT_TEST("HOTP authentication"); if (unsetenv("http_proxy")) { ABORT_UNIT("Could not remove http_proxy variable from environment\n"); } if (isds_init()) { isds_cleanup(); ABORT_UNIT("isds_init() failed\n"); } context = isds_ctx_create(); if (!context) { isds_cleanup(); ABORT_UNIT("isds_ctx_create() failed\n"); } { const struct service_configuration services[] = { { SERVICE_DS_Dz_DummyOperation, NULL }, { SERVICE_END, NULL } }; const struct arguments_otp_authentication server_arguments = { .method = AUTH_OTP_HMAC, .username = username, .password = password, .otp = otp_code, .isds_deviations = 1, .services = services }; error = start_server(&server_process, &url, server_otp_authentication, &server_arguments, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } otp_credentials.otp_code = NULL; TEST("Invalid password and missing OTP code", test_login, IE_NOT_LOGGED_IN, OTP_RESOLUTION_BAD_AUTHENTICATION, context, url, "7777777", "nbuusr1", NULL, &otp_credentials); isds_logout(context); otp_credentials.otp_code = (char *) otp_code; TEST("Invalid password and valid OTP code", test_login, IE_NOT_LOGGED_IN, OTP_RESOLUTION_BAD_AUTHENTICATION, context, url, "7777777", "nbuusr1", NULL, &otp_credentials); isds_logout(context); otp_credentials.otp_code = NULL; TEST("Valid password but missing OTP code", test_login, IE_NOT_LOGGED_IN, OTP_RESOLUTION_BAD_AUTHENTICATION, context, url, username, password, NULL, &otp_credentials); isds_logout(context); otp_credentials.otp_code = "666"; TEST("Valid password but invalid OTP code", test_login, IE_NOT_LOGGED_IN, OTP_RESOLUTION_BAD_AUTHENTICATION, context, url, username, password, NULL, &otp_credentials); isds_logout(context); otp_credentials.otp_code = (char *) otp_code; TEST("Valid password and valid OTP code", test_login, IE_SUCCESS, OTP_RESOLUTION_SUCCESS, context, url, username, password, NULL, &otp_credentials); TEST("Ping after succesfull OTP log-in", test_ping, IE_SUCCESS, context); TEST("Log-out after successfull log-in", test_logout, IE_SUCCESS, context); TEST("Ping after log-out after succesfull OTP log-in", test_ping, IE_CONNECTION_CLOSED, context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } { error = start_server(&server_process, &url, server_out_of_order, NULL, NULL); if (error == -1) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } otp_credentials.otp_code = "666"; TEST("log into out-of-order server", test_login, IE_SOAP, OTP_RESOLUTION_UNKNOWN, context, url, username, password, NULL, &otp_credentials); isds_logout(context); if (stop_server(server_process)) { isds_ctx_free(&context); isds_cleanup(); ABORT_UNIT(server_error); } free(url); url = NULL; } isds_ctx_free(&context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/simline/services.h0000644000076400001440000001671513130406756014603 00000000000000#ifndef __ISDS_SERVICES_H #define __ISDS_SERVICES_H #include /* struct tm */ #include /* struct timeval */ #include "server_types.h" typedef enum { SERVICE_END, SERVICE_asws_changePassword_ChangePasswordOTP, SERVICE_asws_changePassword_SendSMSCode, SERVICE_DS_df_DataBoxCreditInfo, SERVICE_DS_df_ISDSSearch2, SERVICE_DS_DsManage_ChangeISDSPassword, SERVICE_DS_Dx_EraseMessage, SERVICE_DS_Dz_DummyOperation, SERVICE_DS_Dz_ResignISDSDocument, } service_id; struct service_configuration { service_id name; /* Identifier of SOAP service */ const void *arguments; /* Configuration for the service */ }; /* Type of credit change event */ typedef enum { SERVER_CREDIT_CHARGED, /* Credit has been charged */ SERVER_CREDIT_DISCHARGED, /* Credit has been discharged */ SERVER_CREDIT_MESSAGE_SENT, /* Credit has been spent for sending a commerical message */ SERVER_CREDIT_STORAGE_SET, /* Credit has been spent for setting a long-term storage */ SERVER_CREDIT_EXPIRED /* Credit has expired */ } server_credit_event_type; /* Data specific for SERVER_CREDIT_CHARGED server_credit_event_type */ struct server_credit_event_charged { char *transaction; /* Transaction identified; NULL-terminated string. */ }; /* Data specific for SERVER_CREDIT_DISCHARGED server_credit_event_type */ struct server_credit_event_discharged { char *transaction; /* Transaction identified; NULL-terminated string. */ }; /* Data specific for SERVER_CREDIT_MESSAGE_SENT server_credit_event_type */ struct server_credit_event_message_sent { char *recipient; /* Recipent's box ID of the sent message */ char *message_id; /* ID of the sent message */ }; /* Data specific for SERVER_CREDIT_STORAGE_SET server_credit_event_type */ struct server_credit_event_storage_set { long int new_capacity; /* New storage capacity. The unit is a message. */ struct tm *new_valid_from; /* The new capacity is available since date. */ struct tm *new_valid_to; /* The new capacity expires on date. */ long int *old_capacity; /* Previous storage capacity; Optional. The unit is a message. */ struct tm *old_valid_from; /* Date; Optional; Only tm_year, tm_mon, and tm_mday carry sane value. */ struct tm *old_valid_to; /* Date; Optional. */ char *initiator; /* Name of a user who initiated this change; Optional. */ }; /* Event about change of credit for sending commerical services */ struct server_credit_event { /* Common fields */ struct timeval *time; /* When the credit was changed. */ long int credit_change; /* Difference in credit value caused by this event. The unit is 1/100 CZK. */ long int new_credit; /* Credit value after this event. The unit is 1/100 CZK. */ server_credit_event_type type; /* Type of the event */ /* Datails specific for the type */ union { struct server_credit_event_charged charged; /* SERVER_CREDIT_CHARGED */ struct server_credit_event_discharged discharged; /* SERVER_CREDIT_DISCHAGED */ struct server_credit_event_message_sent message_sent; /* SERVER_CREDIT_MESSAGE_SENT */ struct server_credit_event_storage_set storage_set; /* SERVER_CREDIT_STORAGE_SET */ } details; }; /* An ISDSSearch2 result */ struct server_db_result { char *id; /* dbID value */ char *type; /* dbType value */ char *name; /* dbName value */ char *address; /* dbAddress value */ struct tm *birth_date; /* dbBiDate value */ char *ic; /* dbICO value */ _Bool ovm; /* dbEffectiveOVM value */ char *send_options; /* dbSendOptions value */ }; /* General linked list */ struct server_list { struct server_list *next; /* Next list item, or NULL if current is last */ void *data; /* Payload */ void (*destructor) (void **); /* Payload deallocator; Use NULL to have static data member. */ }; struct arguments_DS_df_DataBoxCreditInfo { const char *status_code; const char *status_message; const char *box_id; /* Require this dbID in request */ const struct tm *from_date; /* Require this ciFromDate in request */ const struct tm *to_date; /* Require this ciTodate in request */ const long int current_credit; /* Return this currentCredit */ const char *email; /* Return this notifEmail */ const struct server_list *history; /* Return this ciRecords */ }; struct arguments_DS_df_ISDSSearch2 { const char *status_code; const char *status_message; const char *search_text; /* Require this searchText in a request */ const char *search_type; /* Require this searchType in a request */ const char *search_scope; /* Require this searchScope in a request */ const long int *search_page_number; /* Require this page in a request */ const long int *search_page_size; /* Require this pageSize in a request */ const _Bool *search_highlighting_value; /* Require this highlighting value in a request */ const unsigned long int *total_count; /* Return this totalCount */ const unsigned long int *current_count; /* Return this currentCount */ const unsigned long int *position; /* Return this position */ const _Bool *last_page; /* Return this lastPage */ const _Bool results_exists; /* Return dbResults element */ const struct server_list *results; /* Return list of struct server_db_result* as dbResults */ }; struct arguments_DS_Dz_ResignISDSDocument { const char *status_code; const char *status_message; const struct tm *valid_to; /* Return this date if not NULL */ }; struct arguments_DS_Dx_EraseMessage { const char *message_id; /* Expected message ID */ _Bool incoming; /* Expected message direction, true for incoming */ }; struct arguments_DS_DsManage_ChangeISDSPassword { const char *username; /* User ID */ const char *current_password; /* User password */ }; struct arguments_asws_changePassword_ChangePasswordOTP { const char *username; /* User ID */ const char *current_password; /* User password */ enum auth_otp_method method; /* OTP method */ const char *reference_number; /* Return this string if not NULL */ }; struct arguments_asws_changePassword_SendSMSCode { const char *status_code; const char *status_message; const char *reference_number; /* Return this string if not NULL */ }; #endif libisds-0.10.7/test/simline/win32.c0000644000076400001440000000423113130406756013703 00000000000000#include "../../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include "../test-tools.h" #include #include #include "http.h" #include "win32.h" static void yday2mday(struct tm *time) { static int mtab[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; int i, year = 1900 + time->tm_year; mtab[1] = (!(year % 4) && ((year % 100) || !(year %400))) ? 29 : 28; time->tm_mday = time->tm_yday + 1; for (i = 0; i < 12; i++) { if (time->tm_mday > mtab[i]) { time->tm_mday -= mtab[i]; } else { break; } } time->tm_mon = i; } /* Convert UTF-8 @string representation of ISO 8601 date to @time. * XXX: Not all ISO formats are supported */ http_error _server_datestring2tm(const char *string, struct tm *time) { char *ptr; int len, tmp; if (!string || !time) return HTTP_ERROR_SERVER; memset(time, 0, sizeof(*time)); if (sscanf(string, "%d-%d-%d%n", &time->tm_year, &time->tm_mon, &time->tm_mday, &tmp) >= 3 && tmp == strlen(string)) { time->tm_mon--; time->tm_year -= 1900; return HTTP_ERROR_SUCCESS; } memset(time, 0, sizeof(*time)); if (sscanf(string, "%d-%d%n", &time->tm_year, &time->tm_yday, &tmp) >= 2 && tmp == strlen(string)) { time->tm_yday--; time->tm_year -= 1900; yday2mday(time); return HTTP_ERROR_SUCCESS; } memset(time, 0, sizeof(*time)); len = strlen(string); if (len < 4) { return HTTP_ERROR_SERVER; } ptr = strdup(string); if (sscanf(ptr + len - 2, "%d%n", &time->tm_mday, &tmp) < 1 || tmp < 2) { free(ptr); return HTTP_ERROR_SERVER; } ptr[len - 2] = '\0'; if (sscanf(ptr + len - 4, "%d%n", &time->tm_mon, &tmp) < 1 || tmp < 2) { free(ptr); return HTTP_ERROR_SERVER; } ptr[len - 4] = '\0'; if (sscanf(ptr, "%d%n", &time->tm_year, &tmp) < 1 || tmp < len - 4) { free(ptr); return HTTP_ERROR_SERVER; } free(ptr); time->tm_mon--; time->tm_year -= 1900; return HTTP_ERROR_SUCCESS; } libisds-0.10.7/test/simline/server.h0000644000076400001440000001403612070376353014261 00000000000000#ifndef __ISDS_SERVER_H #define __ISDS_SERVER_H #include /* For pid_t */ #include "server_types.h" #include "services.h" struct http_connection; /* Declare opaque not to export http.h */ struct http_request; /* Declare opaque not to export http.h */ extern char *server_error; /* Save error message if not yet set. The message will be duplicated. * @message is printf(3) formatting string. */ void set_server_error(const char *message, ...); /* Creates listening TCP socket on localhost. * Returns the socket descriptor or -1. */ int listen_on_socket(void); /* Format socket address as printable string. * @return allocated string or NULL in case of error. */ char *socket2address(int socket); struct tls_authentication { const char *authority_certificate; /* PEM CA certificate file name */ const char *server_certificate; /* PEM server certificate file name */ const char *server_key; /* PEM server private key file name */ const char *client_name; /* Client distinguished name. NULL if you do not want to authenticate a client using X.509 */ }; struct arguments_basic_authentication { const char *username; /* Sets required user name server has to require. Set NULL to disable HTTP authentication. */ const char *password; /* sets required password server has to require */ _Bool isds_deviations; /* is flag to set conformance level. If false, server is compliant to standards (HTTP, SOAP) if not conflicts with ISDS specification. Otherwise server mimics real ISDS implementation as much as possible. */ const struct service_configuration *services; /* Array of enabled services. Last name must be SERVICE_END. */ }; /* Do the server protocol. * @connection is HTTP connection * @server_arguments is pointer to structure arguments_basic_authentication * @request is parsed HTTP client request * @return 0 to accept new client, return -1 in case of fatal error. */ int server_basic_authentication(const struct http_connection *connection, const void *server_arguments, const struct http_request *request); /* Do the server protocol. * @connection is HTTP connection * @server_arguments is pointer to structure arguments_basic_authentication * @request is parsed HTTP client request * @return 0 to accept new client, return -1 in case of fatal error. */ int server_certificate_with_password_authentication( const struct http_connection *connection, const void *server_arguments, const struct http_request *request); struct arguments_otp_authentication { enum auth_otp_method method; /* Selects OTP method to enable */ const char *username; /* Sets required user name server has to require. Set NULL to disable HTTP authentication. */ const char *password; /* Sets password server has to require */ const char *otp; /* Sets OTP code server has to requiere */ _Bool isds_deviations; /* Is flag to set conformance level. If false, server is compliant to standards (HTTP, SOAP) if not conflicts with ISDS specification. Otherwise server mimics real ISDS implementation as much as possible. */ const struct service_configuration *services; /* Array of enabled services. Last name must be SERVICE_END. */ }; /* Do the server protocol with OTP authentication. * @connection is HTTP connection * @server_arguments is pointer to structure arguments_otp_authentication. It * selects OTP method to enable. * @request is parsed HTTP client requrest * @return 0 to accept new client, return -1 in case of fatal error. */ int server_otp_authentication(const struct http_connection *connection, const void *server_arguments, const struct http_request *request); /* Implementation of server that is out of order. * It always sends back SOAP Fault with HTTP error 503. * @connection is HTTP connection * @server_arguments is ununsed pointer * @request is parsed HTTP client request * @return 0 to accept new client, return -1 in case of fatal error. */ int server_out_of_order(const struct http_connection *connection, const void *server_arguments, const struct http_request *request); /* Start sever in separate process. * @server_process is PID of forked server * @server_address is automatically allocated TCP address of listening server * @server_implementation points to kind of server to implement. Valid values * are addresses of server_basic_authentication(), * server_otp_authentication(), or server_out_of_order(). * @server_arguments is pointer to argument pass to @server_implementation. It * usually contains: * @username sets required user name server has to require. Set NULL to * disable HTTP authentication. * @password sets required password server has to require * socket. * @isds_deviations is flag to set conformance level. If false, server is * compliant to standards (HTTP, SOAP) if not conflicts with ISDS * specification. Otherwise server mimics real ISDS implementation as much * as possible. * @tls sets TLS layer. Pass NULL for plain HTTP. * @return -1 in case of error. */ int start_server(pid_t *server_process, char **server_address, int (*server_implementation)(const struct http_connection *, const void *, const struct http_request *), const void *server_arguments, const struct tls_authentication *tls); /* Kill the server process. * Return 0. Return -1 if server could not been stopped. Return 1 if server * crashed. */ int stop_server(pid_t server_process); #endif libisds-0.10.7/test/online/0000755000076400001440000000000013130413450012466 500000000000000libisds-0.10.7/test/online/common.c0000644000076400001440000000300211532531414014042 00000000000000#define _XOPEN_SOURCE 700 #include #include #include char credentials_file[] = "../../test_credentials"; static int read_config(char **line, int order) { FILE *file; size_t length = 0; char *eol; if (!line) return -1; free(*line); *line = NULL; file = fopen(credentials_file, "r"); if (!file) { fprintf(stderr, "Could open %s\n", credentials_file); return -1; } for (int i = 0; i < order; i++) { if (-1 == getline(line, &length, file)) { fprintf(stderr, "Could not read line #%d from %s: ", i + 1, credentials_file); if (ferror(file)) fprintf(stderr, "error occured\n"); else if (feof(file)) fprintf(stderr, "end of file reached\n"); else fprintf(stderr, "I don't know why\n"); fclose(file); free(*line); *line = NULL; return -1; } } fclose(file); eol = strpbrk(*line, "\r\n"); if (eol) *eol = '\0'; return 0; } const char *username(void) { static char *username; if (!username) { username = getenv("ISDS_USERNAME"); if (!username) read_config(&username, 1); } return username; } const char *password(void) { static char *password; if (!password) { password = getenv("ISDS_PASSWORD"); if (!password) read_config(&password, 2); } return password; } libisds-0.10.7/test/online/Makefile.am0000644000076400001440000000373512425474626014474 00000000000000AUTOMAKE_OPTIONS = color-tests parallel-tests export VERBOSE=1 libdirpath = src LIBDIR = $(top_srcdir)/$(libdirpath) localedir = $(datadir)/locale AM_CPPFLAGS = -I$(LIBDIR) -I$(top_builddir)/$(libdirpath) # Large files needed by GPGME AM_CPPFLAGS += @XML_CPPFLAGS@ @LIBCURL_CPPFLAGS@ \ -DLOCALEDIR=\"$(localedir)\" AM_CFLAGS = @LIBGCRYPT_CFLAGS@ @GPGME_CFLAGS@ LDADD = @XML_LIBS@ @LIBCURL@ @LIBGCRYPT_LIBS@ @GPGME_LIBS@ @EXPAT_LIBS@ \ @LTLIBINTL@ TESTS = login noinst_PROGRAMS = $(TESTS) common = ../test.c ../test.h ../test-tools.h common.c common.h \ $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c \ $(LIBDIR)/physxml.c \ $(LIBDIR)/soap.c \ $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c \ $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h \ $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h \ $(LIBDIR)/soap.h \ $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h if USE_OPENSSL_BACKEND common += \ $(LIBDIR)/crypto_openssl.c else common += \ $(LIBDIR)/crypto_gpg.c endif if WIN32 common += $(LIBDIR)/win32.c $(LIBDIR)/win32.h else common += $(LIBDIR)/unix.c $(LIBDIR)/unix.h endif # Omit isds.c isds_common = ../test.c ../test.h ../test-tools.h \ $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c \ $(LIBDIR)/physxml.c \ $(LIBDIR)/soap.c \ $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c \ $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h \ $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h \ $(LIBDIR)/soap.h \ $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h if USE_OPENSSL_BACKEND isds_common += \ $(LIBDIR)/crypto_openssl.c else isds_common += \ $(LIBDIR)/crypto_gpg.c endif if WIN32 isds_common += $(LIBDIR)/win32.c $(LIBDIR)/win32.h else isds_common += $(LIBDIR)/unix.c $(LIBDIR)/unix.h endif # Access _hidden symbols #compute_hash_SOURCES = compute_hash.c $(common) login_SOURCES = login.c $(common) # Access static symbols from isds.c #isds_dbtype_SOURCES = isds-dbtype.c $(isds_common) libisds-0.10.7/test/online/Makefile.in0000644000076400001440000015771413130412174014474 00000000000000# Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ TESTS = login$(EXEEXT) noinst_PROGRAMS = $(am__EXEEXT_1) @USE_OPENSSL_BACKEND_TRUE@am__append_1 = \ @USE_OPENSSL_BACKEND_TRUE@ $(LIBDIR)/crypto_openssl.c @USE_OPENSSL_BACKEND_FALSE@am__append_2 = \ @USE_OPENSSL_BACKEND_FALSE@ $(LIBDIR)/crypto_gpg.c @WIN32_TRUE@am__append_3 = $(LIBDIR)/win32.c $(LIBDIR)/win32.h @WIN32_FALSE@am__append_4 = $(LIBDIR)/unix.c $(LIBDIR)/unix.h @USE_OPENSSL_BACKEND_TRUE@am__append_5 = \ @USE_OPENSSL_BACKEND_TRUE@ $(LIBDIR)/crypto_openssl.c @USE_OPENSSL_BACKEND_FALSE@am__append_6 = \ @USE_OPENSSL_BACKEND_FALSE@ $(LIBDIR)/crypto_gpg.c @WIN32_TRUE@am__append_7 = $(LIBDIR)/win32.c $(LIBDIR)/win32.h @WIN32_FALSE@am__append_8 = $(LIBDIR)/unix.c $(LIBDIR)/unix.h subdir = test/online DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/depcomp $(top_srcdir)/test-driver ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/gpgme.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__EXEEXT_1 = login$(EXEEXT) PROGRAMS = $(noinst_PROGRAMS) am__login_SOURCES_DIST = login.c ../test.c ../test.h ../test-tools.h \ common.c common.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/soap.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/soap.h $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h @USE_OPENSSL_BACKEND_TRUE@am__objects_1 = crypto_openssl.$(OBJEXT) @USE_OPENSSL_BACKEND_FALSE@am__objects_2 = crypto_gpg.$(OBJEXT) @WIN32_TRUE@am__objects_3 = win32.$(OBJEXT) @WIN32_FALSE@am__objects_4 = unix.$(OBJEXT) am__objects_5 = test.$(OBJEXT) common.$(OBJEXT) cdecode.$(OBJEXT) \ cencode.$(OBJEXT) isds.$(OBJEXT) physxml.$(OBJEXT) \ soap.$(OBJEXT) utils.$(OBJEXT) validator.$(OBJEXT) \ $(am__objects_1) $(am__objects_2) $(am__objects_3) \ $(am__objects_4) am_login_OBJECTS = login.$(OBJEXT) $(am__objects_5) login_OBJECTS = $(am_login_OBJECTS) login_LDADD = $(LDADD) login_DEPENDENCIES = AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(login_SOURCES) DIST_SOURCES = $(am__login_SOURCES_DIST) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* # A command that, given a newline-separated list of test names on the # standard input, print the name of the tests that are to be re-run # upon "make recheck". am__list_recheck_tests = $(AWK) '{ \ recheck = 1; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ { \ if ((getline line2 < ($$0 ".log")) < 0) \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ { \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ { \ break; \ } \ }; \ if (recheck) \ print $$0; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # A command that, given a newline-separated list of test names on the # standard input, create the global log from their .trs and .log files. am__create_global_log = $(AWK) ' \ function fatal(msg) \ { \ print "fatal: making $@: " msg | "cat >&2"; \ exit 1; \ } \ function rst_section(header) \ { \ print header; \ len = length(header); \ for (i = 1; i <= len; i = i + 1) \ printf "="; \ printf "\n\n"; \ } \ { \ copy_in_global_log = 1; \ global_test_result = "RUN"; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".trs"); \ if (line ~ /$(am__global_test_result_rx)/) \ { \ sub("$(am__global_test_result_rx)", "", line); \ sub("[ ]*$$", "", line); \ global_test_result = line; \ } \ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ copy_in_global_log = 0; \ }; \ if (copy_in_global_log) \ { \ rst_section(global_test_result ": " $$0); \ while ((rc = (getline line < ($$0 ".log"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".log"); \ print line; \ }; \ printf "\n"; \ }; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # Restructured Text title. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } # Solaris 10 'make', and several other traditional 'make' implementations, # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it # by disabling -e (using the XSI extension "set +e") if it's set. am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one). am__check_pre = \ $(am__sh_e_setup); \ $(am__vpath_adj_setup) $(am__vpath_adj) \ $(am__tty_colors); \ srcdir=$(srcdir); export srcdir; \ case "$@" in \ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ *) am__odir=.;; \ esac; \ test "x$$am__odir" = x"." || test -d "$$am__odir" \ || $(MKDIR_P) "$$am__odir" || exit $$?; \ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ am__enable_hard_errors=yes; \ fi; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ am__expect_failure=yes;; \ *) \ am__expect_failure=no;; \ esac; \ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) # A shell command to get the names of the tests scripts with any registered # extension removed (i.e., equivalently, the names of the test logs, with # the '.log' extension removed). The result is saved in the shell variable # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", # since that might cause problem with VPATH rewrites for suffix-less tests. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. am__set_TESTS_bases = \ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` RECHECK_LOGS = $(TEST_LOGS) AM_RECURSIVE_TARGETS = check recheck TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = @EXEEXT@ .test LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac am__test_logs1 = $(TESTS:=.log) am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) TEST_LOGS = $(am__test_logs2:.test.log=.log) TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ EXPAT_LIBS = @EXPAT_LIBS@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GPGME_CFLAGS = @GPGME_CFLAGS@ GPGME_CONFIG = @GPGME_CONFIG@ GPGME_LIBS = @GPGME_LIBS@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCURL = @LIBCURL@ LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ XML2_CONFIG = @XML2_CONFIG@ XML_CPPFLAGS = @XML_CPPFLAGS@ XML_LIBS = @XML_LIBS@ _libcurl_config = @_libcurl_config@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = $(datadir)/locale localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = color-tests parallel-tests libdirpath = src LIBDIR = $(top_srcdir)/$(libdirpath) # Large files needed by GPGME AM_CPPFLAGS = -I$(LIBDIR) -I$(top_builddir)/$(libdirpath) \ @XML_CPPFLAGS@ @LIBCURL_CPPFLAGS@ -DLOCALEDIR=\"$(localedir)\" AM_CFLAGS = @LIBGCRYPT_CFLAGS@ @GPGME_CFLAGS@ LDADD = @XML_LIBS@ @LIBCURL@ @LIBGCRYPT_LIBS@ @GPGME_LIBS@ @EXPAT_LIBS@ \ @LTLIBINTL@ common = ../test.c ../test.h ../test-tools.h common.c common.h \ $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c $(LIBDIR)/isds.c \ $(LIBDIR)/physxml.c $(LIBDIR)/soap.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/soap.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h $(am__append_1) \ $(am__append_2) $(am__append_3) $(am__append_4) # Omit isds.c isds_common = ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/physxml.c $(LIBDIR)/soap.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/soap.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h $(am__append_5) \ $(am__append_6) $(am__append_7) $(am__append_8) # Access _hidden symbols #compute_hash_SOURCES = compute_hash.c $(common) login_SOURCES = login.c $(common) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/online/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu test/online/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list login$(EXEEXT): $(login_OBJECTS) $(login_DEPENDENCIES) $(EXTRA_login_DEPENDENCIES) @rm -f login$(EXEEXT) $(AM_V_CCLD)$(LINK) $(login_OBJECTS) $(login_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdecode.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cencode.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto_gpg.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto_openssl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/login.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/physxml.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soap.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/validator.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< test.o: ../test.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test.o -MD -MP -MF $(DEPDIR)/test.Tpo -c -o test.o `test -f '../test.c' || echo '$(srcdir)/'`../test.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test.Tpo $(DEPDIR)/test.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../test.c' object='test.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test.o `test -f '../test.c' || echo '$(srcdir)/'`../test.c test.obj: ../test.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test.obj -MD -MP -MF $(DEPDIR)/test.Tpo -c -o test.obj `if test -f '../test.c'; then $(CYGPATH_W) '../test.c'; else $(CYGPATH_W) '$(srcdir)/../test.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test.Tpo $(DEPDIR)/test.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../test.c' object='test.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test.obj `if test -f '../test.c'; then $(CYGPATH_W) '../test.c'; else $(CYGPATH_W) '$(srcdir)/../test.c'; fi` cdecode.o: $(LIBDIR)/cdecode.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdecode.o -MD -MP -MF $(DEPDIR)/cdecode.Tpo -c -o cdecode.o `test -f '$(LIBDIR)/cdecode.c' || echo '$(srcdir)/'`$(LIBDIR)/cdecode.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cdecode.Tpo $(DEPDIR)/cdecode.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/cdecode.c' object='cdecode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdecode.o `test -f '$(LIBDIR)/cdecode.c' || echo '$(srcdir)/'`$(LIBDIR)/cdecode.c cdecode.obj: $(LIBDIR)/cdecode.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdecode.obj -MD -MP -MF $(DEPDIR)/cdecode.Tpo -c -o cdecode.obj `if test -f '$(LIBDIR)/cdecode.c'; then $(CYGPATH_W) '$(LIBDIR)/cdecode.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/cdecode.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cdecode.Tpo $(DEPDIR)/cdecode.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/cdecode.c' object='cdecode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdecode.obj `if test -f '$(LIBDIR)/cdecode.c'; then $(CYGPATH_W) '$(LIBDIR)/cdecode.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/cdecode.c'; fi` cencode.o: $(LIBDIR)/cencode.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cencode.o -MD -MP -MF $(DEPDIR)/cencode.Tpo -c -o cencode.o `test -f '$(LIBDIR)/cencode.c' || echo '$(srcdir)/'`$(LIBDIR)/cencode.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cencode.Tpo $(DEPDIR)/cencode.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/cencode.c' object='cencode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cencode.o `test -f '$(LIBDIR)/cencode.c' || echo '$(srcdir)/'`$(LIBDIR)/cencode.c cencode.obj: $(LIBDIR)/cencode.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cencode.obj -MD -MP -MF $(DEPDIR)/cencode.Tpo -c -o cencode.obj `if test -f '$(LIBDIR)/cencode.c'; then $(CYGPATH_W) '$(LIBDIR)/cencode.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/cencode.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cencode.Tpo $(DEPDIR)/cencode.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/cencode.c' object='cencode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cencode.obj `if test -f '$(LIBDIR)/cencode.c'; then $(CYGPATH_W) '$(LIBDIR)/cencode.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/cencode.c'; fi` isds.o: $(LIBDIR)/isds.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isds.o -MD -MP -MF $(DEPDIR)/isds.Tpo -c -o isds.o `test -f '$(LIBDIR)/isds.c' || echo '$(srcdir)/'`$(LIBDIR)/isds.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/isds.Tpo $(DEPDIR)/isds.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/isds.c' object='isds.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isds.o `test -f '$(LIBDIR)/isds.c' || echo '$(srcdir)/'`$(LIBDIR)/isds.c isds.obj: $(LIBDIR)/isds.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isds.obj -MD -MP -MF $(DEPDIR)/isds.Tpo -c -o isds.obj `if test -f '$(LIBDIR)/isds.c'; then $(CYGPATH_W) '$(LIBDIR)/isds.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/isds.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/isds.Tpo $(DEPDIR)/isds.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/isds.c' object='isds.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isds.obj `if test -f '$(LIBDIR)/isds.c'; then $(CYGPATH_W) '$(LIBDIR)/isds.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/isds.c'; fi` physxml.o: $(LIBDIR)/physxml.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT physxml.o -MD -MP -MF $(DEPDIR)/physxml.Tpo -c -o physxml.o `test -f '$(LIBDIR)/physxml.c' || echo '$(srcdir)/'`$(LIBDIR)/physxml.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/physxml.Tpo $(DEPDIR)/physxml.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/physxml.c' object='physxml.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o physxml.o `test -f '$(LIBDIR)/physxml.c' || echo '$(srcdir)/'`$(LIBDIR)/physxml.c physxml.obj: $(LIBDIR)/physxml.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT physxml.obj -MD -MP -MF $(DEPDIR)/physxml.Tpo -c -o physxml.obj `if test -f '$(LIBDIR)/physxml.c'; then $(CYGPATH_W) '$(LIBDIR)/physxml.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/physxml.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/physxml.Tpo $(DEPDIR)/physxml.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/physxml.c' object='physxml.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o physxml.obj `if test -f '$(LIBDIR)/physxml.c'; then $(CYGPATH_W) '$(LIBDIR)/physxml.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/physxml.c'; fi` soap.o: $(LIBDIR)/soap.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT soap.o -MD -MP -MF $(DEPDIR)/soap.Tpo -c -o soap.o `test -f '$(LIBDIR)/soap.c' || echo '$(srcdir)/'`$(LIBDIR)/soap.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/soap.Tpo $(DEPDIR)/soap.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/soap.c' object='soap.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o soap.o `test -f '$(LIBDIR)/soap.c' || echo '$(srcdir)/'`$(LIBDIR)/soap.c soap.obj: $(LIBDIR)/soap.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT soap.obj -MD -MP -MF $(DEPDIR)/soap.Tpo -c -o soap.obj `if test -f '$(LIBDIR)/soap.c'; then $(CYGPATH_W) '$(LIBDIR)/soap.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/soap.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/soap.Tpo $(DEPDIR)/soap.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/soap.c' object='soap.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o soap.obj `if test -f '$(LIBDIR)/soap.c'; then $(CYGPATH_W) '$(LIBDIR)/soap.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/soap.c'; fi` utils.o: $(LIBDIR)/utils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utils.o -MD -MP -MF $(DEPDIR)/utils.Tpo -c -o utils.o `test -f '$(LIBDIR)/utils.c' || echo '$(srcdir)/'`$(LIBDIR)/utils.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/utils.Tpo $(DEPDIR)/utils.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/utils.c' object='utils.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utils.o `test -f '$(LIBDIR)/utils.c' || echo '$(srcdir)/'`$(LIBDIR)/utils.c utils.obj: $(LIBDIR)/utils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utils.obj -MD -MP -MF $(DEPDIR)/utils.Tpo -c -o utils.obj `if test -f '$(LIBDIR)/utils.c'; then $(CYGPATH_W) '$(LIBDIR)/utils.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/utils.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/utils.Tpo $(DEPDIR)/utils.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/utils.c' object='utils.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utils.obj `if test -f '$(LIBDIR)/utils.c'; then $(CYGPATH_W) '$(LIBDIR)/utils.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/utils.c'; fi` validator.o: $(LIBDIR)/validator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT validator.o -MD -MP -MF $(DEPDIR)/validator.Tpo -c -o validator.o `test -f '$(LIBDIR)/validator.c' || echo '$(srcdir)/'`$(LIBDIR)/validator.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/validator.Tpo $(DEPDIR)/validator.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/validator.c' object='validator.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o validator.o `test -f '$(LIBDIR)/validator.c' || echo '$(srcdir)/'`$(LIBDIR)/validator.c validator.obj: $(LIBDIR)/validator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT validator.obj -MD -MP -MF $(DEPDIR)/validator.Tpo -c -o validator.obj `if test -f '$(LIBDIR)/validator.c'; then $(CYGPATH_W) '$(LIBDIR)/validator.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/validator.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/validator.Tpo $(DEPDIR)/validator.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/validator.c' object='validator.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o validator.obj `if test -f '$(LIBDIR)/validator.c'; then $(CYGPATH_W) '$(LIBDIR)/validator.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/validator.c'; fi` crypto_openssl.o: $(LIBDIR)/crypto_openssl.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_openssl.o -MD -MP -MF $(DEPDIR)/crypto_openssl.Tpo -c -o crypto_openssl.o `test -f '$(LIBDIR)/crypto_openssl.c' || echo '$(srcdir)/'`$(LIBDIR)/crypto_openssl.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/crypto_openssl.Tpo $(DEPDIR)/crypto_openssl.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/crypto_openssl.c' object='crypto_openssl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_openssl.o `test -f '$(LIBDIR)/crypto_openssl.c' || echo '$(srcdir)/'`$(LIBDIR)/crypto_openssl.c crypto_openssl.obj: $(LIBDIR)/crypto_openssl.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_openssl.obj -MD -MP -MF $(DEPDIR)/crypto_openssl.Tpo -c -o crypto_openssl.obj `if test -f '$(LIBDIR)/crypto_openssl.c'; then $(CYGPATH_W) '$(LIBDIR)/crypto_openssl.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/crypto_openssl.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/crypto_openssl.Tpo $(DEPDIR)/crypto_openssl.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/crypto_openssl.c' object='crypto_openssl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_openssl.obj `if test -f '$(LIBDIR)/crypto_openssl.c'; then $(CYGPATH_W) '$(LIBDIR)/crypto_openssl.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/crypto_openssl.c'; fi` crypto_gpg.o: $(LIBDIR)/crypto_gpg.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_gpg.o -MD -MP -MF $(DEPDIR)/crypto_gpg.Tpo -c -o crypto_gpg.o `test -f '$(LIBDIR)/crypto_gpg.c' || echo '$(srcdir)/'`$(LIBDIR)/crypto_gpg.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/crypto_gpg.Tpo $(DEPDIR)/crypto_gpg.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/crypto_gpg.c' object='crypto_gpg.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_gpg.o `test -f '$(LIBDIR)/crypto_gpg.c' || echo '$(srcdir)/'`$(LIBDIR)/crypto_gpg.c crypto_gpg.obj: $(LIBDIR)/crypto_gpg.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_gpg.obj -MD -MP -MF $(DEPDIR)/crypto_gpg.Tpo -c -o crypto_gpg.obj `if test -f '$(LIBDIR)/crypto_gpg.c'; then $(CYGPATH_W) '$(LIBDIR)/crypto_gpg.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/crypto_gpg.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/crypto_gpg.Tpo $(DEPDIR)/crypto_gpg.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/crypto_gpg.c' object='crypto_gpg.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_gpg.obj `if test -f '$(LIBDIR)/crypto_gpg.c'; then $(CYGPATH_W) '$(LIBDIR)/crypto_gpg.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/crypto_gpg.c'; fi` win32.o: $(LIBDIR)/win32.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT win32.o -MD -MP -MF $(DEPDIR)/win32.Tpo -c -o win32.o `test -f '$(LIBDIR)/win32.c' || echo '$(srcdir)/'`$(LIBDIR)/win32.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/win32.Tpo $(DEPDIR)/win32.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/win32.c' object='win32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o win32.o `test -f '$(LIBDIR)/win32.c' || echo '$(srcdir)/'`$(LIBDIR)/win32.c win32.obj: $(LIBDIR)/win32.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT win32.obj -MD -MP -MF $(DEPDIR)/win32.Tpo -c -o win32.obj `if test -f '$(LIBDIR)/win32.c'; then $(CYGPATH_W) '$(LIBDIR)/win32.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/win32.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/win32.Tpo $(DEPDIR)/win32.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/win32.c' object='win32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o win32.obj `if test -f '$(LIBDIR)/win32.c'; then $(CYGPATH_W) '$(LIBDIR)/win32.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/win32.c'; fi` unix.o: $(LIBDIR)/unix.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unix.o -MD -MP -MF $(DEPDIR)/unix.Tpo -c -o unix.o `test -f '$(LIBDIR)/unix.c' || echo '$(srcdir)/'`$(LIBDIR)/unix.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/unix.Tpo $(DEPDIR)/unix.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/unix.c' object='unix.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unix.o `test -f '$(LIBDIR)/unix.c' || echo '$(srcdir)/'`$(LIBDIR)/unix.c unix.obj: $(LIBDIR)/unix.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unix.obj -MD -MP -MF $(DEPDIR)/unix.Tpo -c -o unix.obj `if test -f '$(LIBDIR)/unix.c'; then $(CYGPATH_W) '$(LIBDIR)/unix.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/unix.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/unix.Tpo $(DEPDIR)/unix.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/unix.c' object='unix.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unix.obj `if test -f '$(LIBDIR)/unix.c'; then $(CYGPATH_W) '$(LIBDIR)/unix.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/unix.c'; fi` mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags # Recover from deleted '.trs' file; this should ensure that # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells # to avoid problems with "make -n". .log.trs: rm -f $< $@ $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not # expand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ redo_bases=`for i in $$bases; do \ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ done`; \ if test -n "$$redo_bases"; then \ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ if $(am__make_dryrun); then :; else \ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ fi; \ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ else \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ st=0; \ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ for i in $$redo_bases; do \ test -f $$i.trs && test -r $$i.trs \ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ test -f $$i.log && test -r $$i.log \ || { echo "$$errmsg $$i.log" >&2; st=1; }; \ done; \ test $$st -eq 0 || exit 1; \ fi @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ ws='[ ]'; \ results=`for b in $$bases; do echo $$b.trs; done`; \ test -n "$$results" || results=/dev/null; \ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$$br$$br$$br$$br; \ result_count () \ { \ if test x"$$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$$1 count=$$2; \ if test $$maybe_colorize = yes && test $$count -gt 0; then \ color_start=$$3 color_end=$$std; \ else \ color_start= color_end=; \ fi; \ echo "$${color_start}# $$desc $$count$${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $$1 "TOTAL:" $$all "$$brg"; \ result_count $$1 "PASS: " $$pass "$$grn"; \ result_count $$1 "SKIP: " $$skip "$$blu"; \ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ result_count $$1 "FAIL: " $$fail "$$red"; \ result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $$bases; do echo $$b; done \ | $(am__create_global_log); \ } >$(TEST_SUITE_LOG).tmp || exit 1; \ mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ if $$success; then \ col="$$grn"; \ else \ col="$$red"; \ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ log_list=`for i in $$bases; do echo $$i.log; done`; \ log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? login.log: login$(EXEEXT) @p='login$(EXEEXT)'; \ b='login'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) .test.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) @am__EXEEXT_TRUE@.test$(EXEEXT).log: @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile $(PROGRAMS) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ recheck tags tags-am uninstall uninstall-am export VERBOSE=1 # Access static symbols from isds.c #isds_dbtype_SOURCES = isds-dbtype.c $(isds_common) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libisds-0.10.7/test/online/login.c0000644000076400001440000000536012726066053013703 00000000000000#include "../test.h" #include "isds.h" #include "common.h" static int test_login(const isds_error error, struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { isds_error err; err = isds_login(context, url, username, password, pki_credentials, otp); if (error != err) FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)", isds_strerror(error), isds_strerror(err), isds_long_message(context)); isds_logout(context); PASS_TEST; } static int test_login2(const isds_error error1, const isds_error error2, struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { isds_error err = isds_login(context, url, username, password, pki_credentials, otp); if (err != error1 && err != error2) FAIL_TEST("Wrong return code: must_differ=%s, must_differ=%s, " "returned=%s (%s)", isds_strerror(error1), isds_strerror(error2), isds_strerror(err), isds_long_message(context)); isds_logout(context); PASS_TEST; } int main(void) { INIT_TEST("login"); struct isds_ctx *context = NULL; const char *url = isds_testing_locator; if (isds_init()) ABORT_UNIT("isds_init() failed\n"); context = isds_ctx_create(); if (!context) ABORT_UNIT("isds_ctx_create() failed\n"); TEST("invalid context", test_login, IE_INVALID_CONTEXT, NULL, url, username(), password(), NULL, NULL); TEST("NULL url with invalid credentials", test_login, IE_NOT_LOGGED_IN, context, NULL, username(), password(), NULL, NULL); TEST("NULL username", test_login, IE_INVAL, context, url, NULL, password(), NULL, NULL); TEST("NULL password", test_login, IE_INVAL, context, url, username(), NULL, NULL, NULL); TEST("invalid URL", test_login, IE_NETWORK, context, "invalid://", username(), password(), NULL, NULL); /* Direct connection fails on local resolution, connection trough proxy * failes on HTTP code */ TEST("unresolvable host name", test_login2, IE_NETWORK, IE_HTTP, context, "http://unresolvable.example.com/", username(), password(), NULL, NULL); TEST("invalid credentials", test_login, IE_NOT_LOGGED_IN, context, url, "7777777", "nbuusr1", NULL, NULL); TEST("valid login", test_login, IE_SUCCESS, context, url, username(), password(), NULL, NULL); isds_ctx_free(&context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/online/common.h0000644000076400001440000000015311532531414014053 00000000000000#ifndef __COMMON_H__ #define __COMMON_H__ const char *username(void); const char *password(void); #endif libisds-0.10.7/test/offline/0000755000076400001440000000000013130413450012624 500000000000000libisds-0.10.7/test/offline/isds_credit_event_free.c0000644000076400001440000000405012451755240017420 00000000000000#include "../test.h" #include "isds.h" static int test_isds_credit_event_free( struct isds_credit_event **event) { isds_credit_event_free(event); if (!event) PASS_TEST; if (*event) FAIL_TEST("isds_credit_event_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_credit_event_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_credit_event *event = NULL; TEST("NULL", test_isds_credit_event_free, NULL); TEST("*NULL", test_isds_credit_event_free, &event); TEST_CALLOC(event); TEST("Empty structure", test_isds_credit_event_free, &event); TEST_CALLOC(event); TEST_CALLOC(event->time); event->type = ISDS_CREDIT_CHARGED; TEST_FILL_STRING(event->details.charged.transaction); TEST("Full structure ISDS_CREDIT_CHARGED", test_isds_credit_event_free, &event); TEST_CALLOC(event); TEST_CALLOC(event->time); event->type = ISDS_CREDIT_DISCHARGED; TEST_FILL_STRING(event->details.discharged.transaction); TEST("Full structure ISDS_CREDIT_DISCHARGED", test_isds_credit_event_free, &event); TEST_CALLOC(event); TEST_CALLOC(event->time); event->type = ISDS_CREDIT_MESSAGE_SENT; TEST_FILL_STRING(event->details.message_sent.recipient); TEST_FILL_STRING(event->details.message_sent.message_id); TEST("Full structure ISDS_CREDIT_MESSAGE_SENT", test_isds_credit_event_free, &event); TEST_CALLOC(event); TEST_CALLOC(event->time); event->type = ISDS_CREDIT_STORAGE_SET; TEST_CALLOC(event->details.storage_set.new_valid_from); TEST_CALLOC(event->details.storage_set.new_valid_to); TEST_FILL_INT(event->details.storage_set.old_capacity); TEST_CALLOC(event->details.storage_set.old_valid_from); TEST_CALLOC(event->details.storage_set.old_valid_to); TEST_FILL_STRING(event->details.storage_set.initiator); TEST("Full structure ISDS_CREDIT_STORAGE_SET", test_isds_credit_event_free, &event); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds_Address_free.c0000644000076400001440000000202413130406756016331 00000000000000#include "../test.h" #include "isds.h" static int test_isds_Address_free( struct isds_Address **Address) { isds_Address_free(Address); if (NULL == Address) PASS_TEST; if (NULL != *Address) FAIL_TEST("isds_Address_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_Address_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_Address *Address = NULL; TEST("NULL", test_isds_Address_free, NULL); TEST("*NULL", test_isds_Address_free, &Address); TEST_CALLOC(Address); TEST("Empty structure", test_isds_Address_free, &Address); TEST_CALLOC(Address); TEST_FILL_STRING(Address->adCity); TEST_FILL_STRING(Address->adStreet); TEST_FILL_STRING(Address->adNumberInStreet); TEST_FILL_STRING(Address->adNumberInMunicipality); TEST_FILL_STRING(Address->adZipCode); TEST_FILL_STRING(Address->adState); TEST("Full structure", test_isds_Address_free, &Address); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds-hash_algorithm.c0000644000076400001440000000271212451755240016656 00000000000000#include "../test.h" #include "isds.c" static int test_string2hashalgorithm(const xmlChar *name, const isds_error error, const isds_hash_algorithm type) { isds_error err; isds_hash_algorithm new_type = -1; /* ??? GCC-4.7.3 at -O3 complains on possibly undefined new_type in the `type != new_type' code. */ err = string2isds_hash_algorithm(name, &new_type); if (err != error) FAIL_TEST("string2isds_hash_algorithm() returned unexpected code"); if (err) PASS_TEST; if (type != new_type) FAIL_TEST("conversion returned wrong algorithm"); PASS_TEST; } int main(void) { INIT_TEST("isds_hash_algorithm conversion"); xmlChar *names[] = { BAD_CAST "MD5", BAD_CAST "SHA-1", BAD_CAST "SHA-224", BAD_CAST "SHA-256", BAD_CAST "SHA-384", BAD_CAST "SHA-512" }; isds_hash_algorithm algos[] = { HASH_ALGORITHM_MD5, HASH_ALGORITHM_SHA_1, HASH_ALGORITHM_SHA_224, HASH_ALGORITHM_SHA_256, HASH_ALGORITHM_SHA_384, HASH_ALGORITHM_SHA_512, }; for (size_t i = 0; i < sizeof(algos)/sizeof(algos[0]); i++) TEST(names[i], test_string2hashalgorithm, names[i], IE_SUCCESS, algos[i]); TEST("X-Invalid_Type", test_string2hashalgorithm, BAD_CAST "X-Invalid_Type", IE_ENUM, 0); SUM_TEST(); } libisds-0.10.7/test/offline/b64encode.c0000644000076400001440000000244012451755240014474 00000000000000#include "../test.h" #include "utils.h" #include static int test_b64encode(const char *correct, const void *input, size_t length) { char *output = NULL; output = _isds_b64encode(input, length); if (correct == NULL && output == NULL) PASS_TEST; if (correct != NULL && output == NULL) FAIL_TEST("Excpected non-NULL, got NULL"); if (correct == NULL && output != NULL) { free(output); FAIL_TEST("Excpected NULL, got non-NULL"); } if (strcmp(correct, output)) { FAILURE_REASON("Wrong return value: expected=`%s', got=`%s'", correct, output); free(output); return 1; } free(output); PASS_TEST; } int main(void) { INIT_TEST("b64encode"); TEST("generic", test_b64encode, "Af+qVQA=\n", "\x1\xff\xaa\x55", 5); TEST("partial cycle", test_b64encode, "MQA=\n", "1", 2); TEST("1 cycle", test_b64encode, "NDIA\n", "42", 3); TEST("2 cycles", test_b64encode, "MTIzNDUA\n", "12345", 6); TEST("empty string", test_b64encode, "AA==\n", "", 1); TEST("NULL input, 0 length", test_b64encode, "\n", NULL, 0); TEST("non-NULL input, 0 length", test_b64encode, "\n", "", 0); TEST("NULL input, non-zero length", test_b64encode, NULL, NULL, 1); SUM_TEST(); } libisds-0.10.7/test/offline/isds_pki_credentials_free.c0000644000076400001440000000204412451755240020106 00000000000000#include "../test.h" #include "isds.h" static int test_isds_pki_credentials_free( struct isds_pki_credentials **credentials) { isds_pki_credentials_free(credentials); if (!credentials) PASS_TEST; if (*credentials) FAIL_TEST("isds_pki_credentials_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_pki_credentials_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_pki_credentials *credentials = NULL; TEST("NULL", test_isds_pki_credentials_free, NULL); TEST("*NULL", test_isds_pki_credentials_free, &credentials); TEST_CALLOC(credentials); TEST("Empty structure", test_isds_pki_credentials_free, &credentials); TEST_CALLOC(credentials); TEST_FILL_STRING(credentials->engine); TEST_FILL_STRING(credentials->certificate); TEST_FILL_STRING(credentials->key); TEST_FILL_STRING(credentials->passphrase) TEST("Full structure", test_isds_pki_credentials_free, &credentials); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds-usertype.c0000644000076400001440000000431213130407146015535 00000000000000#include "../test.h" #include "isds.c" static int test_usertype2string_must_fail(const isds_UserType type) { xmlChar *string; string = (xmlChar *) isds_UserType2string(type); if (string) FAIL_TEST("conversion from isds_UserType to string did not fail"); PASS_TEST; } static int test_string2usertype_must_fail(const xmlChar *string) { isds_error err; isds_UserType new_type; err = string2isds_UserType((xmlChar *)string, &new_type); if (!err) FAIL_TEST("conversion from string to isds_UserType did not fail"); PASS_TEST; } static int test_usertype(const isds_UserType type, const xmlChar *name) { xmlChar *string; isds_error err; isds_UserType new_type; string = (xmlChar *) isds_UserType2string(type); if (!string) FAIL_TEST("conversion from isds_UserType to string failed"); if (xmlStrcmp(name, string)) FAIL_TEST("Wrong to string conversion result: " "expected=`%s', got=`%s'", name, string); err = string2isds_UserType(string, &new_type); if (err) FAIL_TEST("conversion from string to isds_DbTyoe failed"); if (type != new_type) FAIL_TEST("double conversion not idempotent: expected=%d, got=%d", type, new_type); PASS_TEST; } int main(void) { INIT_TEST("isds_UserType conversion"); isds_UserType types[] = { USERTYPE_PRIMARY, USERTYPE_ENTRUSTED, USERTYPE_ADMINISTRATOR, USERTYPE_OFFICIAL, USERTYPE_OFFICIAL_CERT, USERTYPE_LIQUIDATOR, USERTYPE_RECEIVER, USERTYPE_GUARDIAN }; const xmlChar *names[] = { BAD_CAST "PRIMARY_USER", BAD_CAST "ENTRUSTED_USER", BAD_CAST "ADMINISTRATOR", BAD_CAST "OFFICIAL", BAD_CAST "OFFICIAL_CERT", BAD_CAST "LIQUIDATOR", BAD_CAST "RECEIVER", BAD_CAST "GUARDIAN" }; for (size_t i = 0; i < sizeof(types)/sizeof(types[0]); i++) TEST(isds_UserType2string(types[i]), test_usertype, types[i], names[i]); TEST("1234", test_usertype2string_must_fail, 1234); TEST("X-Invalid_Type", test_string2usertype_must_fail, BAD_CAST "X-Invalid_Type"); SUM_TEST(); } libisds-0.10.7/test/offline/isds-interpret_matches.c0000644000076400001440000001705212451755240017410 00000000000000#include "../test.h" #include /* For ptrdiff_t */ #include "isds.c" static int compare_lists(const char *label, const xmlChar *expected_string, const struct isds_list *expected_list, const xmlChar* string, const struct isds_list *list) { const struct isds_list *expected_item, *item; ptrdiff_t expected_offset, offset; int i; TEST_POINTER_DUPLICITY(expected_list, list); for (i = 1, expected_item = expected_list, item = list; NULL != expected_item && NULL != item; i++, expected_item = expected_item->next, item = item->next) { expected_offset = (xmlChar *)expected_item->data - expected_string; offset = (xmlChar *)item->data - string; if (expected_offset != offset) FAIL_TEST("%d. %s match offsets differ: expected=%td, got=%td", i, label, expected_offset, offset); } if (NULL != expected_item && NULL == item) FAIL_TEST("%s match offsets list is missing %d. item", label, i); if (NULL == expected_item && NULL != item) FAIL_TEST("%s match offsets list has superfluous %d. item", label, i); return 0; } static int test_interpret_matches(const xmlChar *input_string, isds_error expected_error, const xmlChar *expected_string, const struct isds_list *expected_starts, const struct isds_list *expected_ends, struct isds_list **starts, struct isds_list **ends) { isds_error err; xmlChar *string = NULL; if (NULL != input_string) { string = xmlStrdup(input_string); if (NULL == string) ABORT_UNIT("Could not duplicate a string"); TEST_DESTRUCTOR(xmlFree, string); } err = interpret_matches(string, starts, ends); if (expected_error != err) FAIL_TEST("interpret_matches() returned wrong error code: " "expected=%s, got=%s", isds_strerror(expected_error), isds_strerror(err)); if (err != IE_SUCCESS) PASS_TEST; TEST_STRING_DUPLICITY((const char *)expected_string, (const char *)string); if (NULL != starts) { if (compare_lists("start", expected_string, expected_starts, string, *starts)) return 1; } if (NULL != ends) { if (compare_lists("end", expected_string, expected_ends, string, *ends)) return 1; } PASS_TEST; } #define START_MARKER "|$*HL_START*$|" #define END_MARKER "|$*HL_END*$|" int main(void) { xmlChar *input, *expected_output; struct isds_list expected_starts = { .data = NULL, .next = NULL }; struct isds_list expected_ends = { .data = NULL, .next = NULL }; struct isds_list expected_starts2 = { .data = NULL, .next = NULL }; struct isds_list expected_ends2 = { .data = NULL, .next = NULL }; struct isds_list *starts = NULL, *ends = NULL; INIT_TEST("interpret_matches string conversion"); if (isds_init()) ABORT_UNIT("isds_init() failed\n"); TEST("NULL start", test_interpret_matches, BAD_CAST NULL, IE_INVAL, BAD_CAST NULL, NULL, NULL, NULL, &ends); TEST("NULL ends", test_interpret_matches, BAD_CAST NULL, IE_INVAL, BAD_CAST NULL, NULL, NULL, &starts, NULL); TEST("NULL string", test_interpret_matches, BAD_CAST NULL, IE_SUCCESS, BAD_CAST NULL, NULL, NULL, &starts, &ends); TEST("Empty string", test_interpret_matches, BAD_CAST "", IE_SUCCESS, BAD_CAST "", NULL, NULL, &starts, &ends); /* No matches */ input = BAD_CAST "foo"; TEST((const char *)input, test_interpret_matches, input, IE_SUCCESS, input, NULL, NULL, &starts, &ends); /* One match is the whole empty string */ input = BAD_CAST START_MARKER END_MARKER; expected_output = BAD_CAST ""; expected_starts.data = expected_output; expected_ends.data = expected_output; TEST((const char *)input, test_interpret_matches, input, IE_SUCCESS, expected_output, &expected_starts, &expected_ends, &starts, &ends); /* One match is the whole string */ input = BAD_CAST START_MARKER "MATCH" END_MARKER; expected_output = BAD_CAST "MATCH"; expected_starts.data = expected_output; expected_ends.data = expected_output + 5; TEST((const char *)input, test_interpret_matches, input, IE_SUCCESS, expected_output, &expected_starts, &expected_ends, &starts, &ends); /* One match in the beginning */ input = BAD_CAST START_MARKER "MATCH" END_MARKER "after"; expected_output = BAD_CAST "MATCH" "after"; expected_starts.data = expected_output; expected_ends.data = expected_output + 5; TEST((const char *)input, test_interpret_matches, input, IE_SUCCESS, expected_output, &expected_starts, &expected_ends, &starts, &ends); /* One match at the end */ input = BAD_CAST "before" START_MARKER "MATCH" END_MARKER; expected_output = BAD_CAST "before" "MATCH"; expected_starts.data = expected_output + 6; expected_ends.data = expected_output + 6+ 5; TEST((const char *)input, test_interpret_matches, input, IE_SUCCESS, expected_output, &expected_starts, &expected_ends, &starts, &ends); /* One empty match in the middle */ input = BAD_CAST "before" START_MARKER END_MARKER "after"; expected_output = BAD_CAST "before" "after"; expected_starts.data = expected_output + 6; expected_ends.data = expected_output + 6; TEST((const char *)input, test_interpret_matches, input, IE_SUCCESS, expected_output, &expected_starts, &expected_ends, &starts, &ends); /* One non-empty match in the middle */ input = BAD_CAST "before" START_MARKER "MATCH" END_MARKER "after"; expected_output = BAD_CAST "before" "MATCH" "after"; expected_starts.data = expected_output + 6; expected_ends.data = expected_output + 6 + 5; TEST((const char *)input, test_interpret_matches, input, IE_SUCCESS, expected_output, &expected_starts, &expected_ends, &starts, &ends); /* Only a start marker. This is ill but still acceptable by the * specification. */ input = BAD_CAST "before" START_MARKER "MATCH"; expected_output = BAD_CAST "before" "MATCH"; expected_starts.data = expected_output + 6; TEST((const char *)input, test_interpret_matches, input, IE_SUCCESS, expected_output, &expected_starts, NULL, &starts, &ends); /* Only an end marker. This is ill but still acceptable by the * specification. */ input = BAD_CAST "MATCH" END_MARKER "after"; expected_output = BAD_CAST "MATCH" "after"; expected_ends.data = expected_output + 5; TEST((const char *)input, test_interpret_matches, input, IE_SUCCESS, expected_output, NULL, &expected_ends, &starts, &ends); /* Two matches in the middle */ input = BAD_CAST "before" START_MARKER "AMATCH1" END_MARKER "mid" START_MARKER "AMATCH02" END_MARKER "after"; expected_output = BAD_CAST "before" "AMATCH1" "mid" "AMATCH02" "after"; expected_starts.data = expected_output + 6; expected_starts.next = &expected_starts2; expected_ends.data = expected_output + 6 + 7; expected_ends.next = &expected_ends2; expected_starts2.data = expected_output + 6 + 7 + 3; expected_ends2.data = expected_output + 6 + 7 + 3 + 8; TEST((const char *)input, test_interpret_matches, input, IE_SUCCESS, expected_output, &expected_starts, &expected_ends, &starts, &ends); isds_list_free(&starts); isds_list_free(&ends); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/utf82locale.c0000644000076400001440000000264612451755240015063 00000000000000#include "../test.h" #include "utils.h" #include static int prepare_locale(_Bool utf8) { char *old_locale; if (utf8) { old_locale = setlocale(LC_ALL, "en_US.UTF-8"); if (old_locale != NULL) return 0; old_locale = setlocale(LC_ALL, "cs_CZ.UTF-8"); if (old_locale != NULL) return 0; } else { old_locale = setlocale(LC_ALL, "C"); if (old_locale != NULL) return 0; } return -1; } static int test_utf82locale(const void *input, const void *correct) { void *output = NULL; output = _isds_utf82locale(input); TEST_DESTRUCTOR(free, output); TEST_STRING_DUPLICITY(correct, output); PASS_TEST; } int main(void) { INIT_TEST("utf8locale"); if (prepare_locale(1)) ABORT_UNIT("Could not set any UTF-8 locale"); TEST("NULL input", test_utf82locale, NULL, NULL); TEST("Empty string", test_utf82locale, "", ""); TEST("ASCII text", test_utf82locale, "lazy fox", "lazy fox"); TEST("non-ASCII text in UTF-8 locale", test_utf82locale, "Šíleně žluťoučký", "Šíleně žluťoučký"); TEST("OTP message in UTF-8 locale", test_utf82locale, "Jednorázový kód odeslán.", "Jednorázový kód odeslán."); if (prepare_locale(0)) ABORT_UNIT("Could not set C locale"); TEST("non-ASCII text in C locale", test_utf82locale, "Šíleně žluťoučký", NULL); SUM_TEST(); } libisds-0.10.7/test/offline/isds_BirthInfo_free.c0000644000076400001440000000175512451755240016642 00000000000000#include "../test.h" #include "isds.h" static int test_isds_BirthInfo_free( struct isds_BirthInfo **BirthInfo) { isds_BirthInfo_free(BirthInfo); if (NULL == BirthInfo) PASS_TEST; if (NULL != *BirthInfo) FAIL_TEST("isds_BirthInfo_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_BirthInfo_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_BirthInfo *BirthInfo = NULL; TEST("NULL", test_isds_BirthInfo_free, NULL); TEST("*NULL", test_isds_BirthInfo_free, &BirthInfo); TEST_CALLOC(BirthInfo); TEST("Empty structure", test_isds_BirthInfo_free, &BirthInfo); /* Full structure */ TEST_CALLOC(BirthInfo); TEST_CALLOC(BirthInfo->biDate); TEST_FILL_STRING(BirthInfo->biCity); TEST_FILL_STRING(BirthInfo->biCounty); TEST_FILL_STRING(BirthInfo->biState); TEST("Full structure", test_isds_BirthInfo_free, &BirthInfo); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds_commercial_permission_free.c0000644000076400001440000000217512451755240021336 00000000000000#include "../test.h" #include "isds.h" static int test_isds_commercial_permission_free( struct isds_commercial_permission **permission) { isds_commercial_permission_free(permission); if (!permission) PASS_TEST; if (*permission) FAIL_TEST("isds_commercial_permission_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_commercial_permission_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_commercial_permission *permission = NULL; TEST("NULL", test_isds_commercial_permission_free, NULL); TEST("*NULL", test_isds_commercial_permission_free, &permission); TEST_CALLOC(permission); TEST("Empty structure", test_isds_commercial_permission_free, &permission); TEST_CALLOC(permission); TEST_FILL_STRING(permission->recipient); TEST_FILL_STRING(permission->payer); TEST_CALLOC(permission->expiration); TEST_FILL_INT(permission->count); TEST_FILL_STRING(permission->reply_identifier); TEST("Full structure", test_isds_commercial_permission_free, &permission); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds_envelope_free.c0000644000076400001440000000353712451755240016573 00000000000000#include "../test.h" #include "isds.h" static int test_isds_envelope_free( struct isds_envelope **envelope) { isds_envelope_free(envelope); if (!envelope) PASS_TEST; if (*envelope) FAIL_TEST("isds_envelope_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_envelope_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_envelope *envelope = NULL; TEST("NULL", test_isds_envelope_free, NULL); TEST("*NULL", test_isds_envelope_free, &envelope); TEST_CALLOC(envelope); TEST("Empty structure", test_isds_envelope_free, &envelope); TEST_CALLOC(envelope); TEST_FILL_STRING(envelope->dmID); TEST_FILL_STRING(envelope->dbIDSender); TEST_FILL_STRING(envelope->dmSender); TEST_FILL_STRING(envelope->dmSenderAddress); TEST_FILL_INT(envelope->dmSenderType); TEST_FILL_STRING(envelope->dmRecipient); TEST_FILL_STRING(envelope->dmRecipientAddress); TEST_FILL_INT(envelope->dmAmbiguousRecipient); TEST_FILL_INT(envelope->dmOrdinal); TEST_FILL_INT(envelope->dmMessageStatus); TEST_FILL_INT(envelope->dmAttachmentSize); TEST_CALLOC(envelope->dmDeliveryTime); /* Time of delivery into a box */ TEST_CALLOC(envelope->dmAcceptanceTime); /* Time of acceptance */ TEST_CALLOC(envelope->hash); /* Message hash */ TEST_CALLOC(envelope->timestamp); /* Qualified time stamp */ TEST_CALLOC(envelope->events); /* Events message passed trough */ TEST_FILL_STRING(envelope->dmSenderOrgUnit); TEST_FILL_INT(envelope->dmSenderOrgUnitNum); TEST_FILL_STRING(envelope->dbIDRecipient); TEST_FILL_STRING(envelope->dmRecipientOrgUnit); TEST_FILL_INT(envelope->dmRecipientOrgUnitNum); TEST("Full structure", test_isds_envelope_free, &envelope); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds_init.c0000644000076400001440000000147512451755240014717 00000000000000#include "../test.h" #include "isds.h" static int test_init(const isds_error error) { isds_error err; err = isds_init(); if (err != error) FAIL_TEST("Wrong return value"); PASS_TEST; } static int test_cleanup(const isds_error error) { isds_error err; err = isds_cleanup(); if (err != error) FAIL_TEST("Wrong return value"); PASS_TEST; } static int test_reinit(void) { if (isds_init()) { isds_cleanup(); FAIL_TEST("isds_init() failed"); } if (isds_cleanup()) FAIL_TEST("isds_cleanup() failed"); PASS_TEST; } int main(void) { INIT_TEST("isds_init"); TEST("first initialization", test_init, IE_SUCCESS); TEST("first cleanup", test_cleanup, IE_SUCCESS); TEST("reinitialization", test_reinit); SUM_TEST(); } libisds-0.10.7/test/offline/isds-crediteventtype.c0000644000076400001440000000331512451755570017111 00000000000000#include "../test.h" #include "isds.c" static int test_string2isds_credit_event_type(const xmlChar *string, isds_error error, isds_credit_event_type *type) { isds_error err; isds_credit_event_type new_type; err = string2isds_credit_event_type(string, (type) ? &new_type : NULL); if (err != error) FAIL_TEST("string2isds_credit_event_type() returend wrong exit code: " "expected=%s, got=%s", isds_strerror(error), isds_strerror(err)); if (err != IE_SUCCESS) PASS_TEST; if (*type != new_type) FAIL_TEST("string2isds_credit_event_type() returned wrong type: " "expected=%d, got=%d", *type, new_type); PASS_TEST; } int main(void) { INIT_TEST("credit_event_type conversion"); const xmlChar *names[] = { BAD_CAST "1", BAD_CAST "2", BAD_CAST "3", BAD_CAST "4", BAD_CAST "5", }; isds_credit_event_type types[] = { ISDS_CREDIT_CHARGED, ISDS_CREDIT_DISCHARGED, ISDS_CREDIT_MESSAGE_SENT, ISDS_CREDIT_STORAGE_SET, ISDS_CREDIT_EXPIRED, }; /* Known values */ for (size_t i = 0; i < sizeof(types)/sizeof(types[0]); i++) TEST(names[i], test_string2isds_credit_event_type, names[i], IE_SUCCESS, &types[i]); /* Uknown value */ TEST("X-Invalid_Type", test_string2isds_credit_event_type, BAD_CAST "X-Invalid_Type", IE_ENUM, &types[0]); /* Invalid invocation */ TEST("NULL string", test_string2isds_credit_event_type, BAD_CAST NULL, IE_INVAL, &types[0]); TEST("NULL type", test_string2isds_credit_event_type, names[0], IE_INVAL, NULL); SUM_TEST(); } libisds-0.10.7/test/offline/isds_document_free.c0000644000076400001440000000275512451755240016575 00000000000000#include "../test.h" #include "isds.h" static int test_isds_document_free( struct isds_document **document) { isds_document_free(document); if (!document) PASS_TEST; if (*document) FAIL_TEST("isds_document_free() did not null pointer"); PASS_TEST; } int main(void) { xmlNode node = { .type = XML_TEXT_NODE, .content = BAD_CAST "data" }; INIT_TEST("isds_document_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_document *document = NULL; TEST("NULL", test_isds_document_free, NULL); TEST("*NULL", test_isds_document_free, &document); TEST_CALLOC(document); TEST("Empty structure", test_isds_document_free, &document); TEST_CALLOC(document); document->is_xml = 0; TEST_FILL_STRING(document->data); TEST_FILL_STRING(document->dmMimeType); TEST_FILL_STRING(document->dmFileGuid); TEST_FILL_STRING(document->dmUpFileGuid); TEST_FILL_STRING(document->dmFileDescr); TEST_FILL_STRING(document->dmFormat); TEST("Binary document", test_isds_document_free, &document); TEST_CALLOC(document); document->is_xml = 1; document->xml_node_list = &node; TEST_FILL_STRING(document->dmMimeType); TEST_FILL_STRING(document->dmFileGuid); TEST_FILL_STRING(document->dmUpFileGuid); TEST_FILL_STRING(document->dmFileDescr); TEST_FILL_STRING(document->dmFormat); TEST("XML document", test_isds_document_free, &document); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/Makefile.am0000644000076400001440000001604313130406756014617 00000000000000AUTOMAKE_OPTIONS = color-tests parallel-tests export VERBOSE=1 libdirpath = src LIBDIR = $(top_srcdir)/$(libdirpath) localedir = $(datadir)/locale AM_CPPFLAGS = -I$(LIBDIR) -I$(top_builddir)/$(libdirpath) \ -DSRCDIR=\"$(top_srcdir)\" # Large files needed by GPGME AM_CPPFLAGS += @XML_CPPFLAGS@ @LIBCURL_CPPFLAGS@ \ -DLOCALEDIR=\"$(localedir)\" AM_CFLAGS = @LIBGCRYPT_CFLAGS@ @GPGME_CFLAGS@ LDADD = @XML_LIBS@ @LIBCURL@ @LIBGCRYPT_LIBS@ @GPGME_LIBS@ @EXPAT_LIBS@ \ @LTLIBINTL@ # To fake home dir for gnupg2 export HOME=@top_builddir@ TESTS = prepare_environment \ b64decode b64encode \ compute_hash context guess_raw_type init_crypto isds_init load_raw \ normalize_mime_type utf82locale \ isds_list_free isds_pki_credentials_free isds_hash_free \ isds_PersonName_free isds_BirthInfo_free isds_Address_free \ isds_DbOwnerInfo_free isds_DbUserInfo_free isds_event_free \ isds_envelope_free isds_document_free isds_message_free \ isds_message_copy_free isds_message_status_change_free isds_approval_free \ isds_commercial_permission_free isds_credentials_delivery_free \ isds_credit_event_free isds_fulltext_result_free \ isds_PersonName_duplicate isds_Address_duplicate \ isds_DbOwnerInfo_duplicate isds_DbUserInfo_duplicate \ isds-filemetatype isds-hash_algorithm \ isds-timestring2timeval \ isds-uint2isds_message_status isds-eventstring2event if BUILD_CURL TESTS += isds-dbtype isds-sendertype isds-usertype isds-paymenttype\ isds-crediteventtype isds-datestring2tm isds-tm2datestring \ isds-timeval2timestring isds-interpret_matches \ soap-decode_header_value soap-string2isds_otp_resolution endif noinst_PROGRAMS = $(TESTS) common = ../test.c ../test.h ../test-tools.h \ $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c \ $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c \ $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h \ $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h if USE_OPENSSL_BACKEND common += \ $(LIBDIR)/crypto_openssl.c else common += \ $(LIBDIR)/crypto_gpg.c endif if BUILD_CURL common += $(LIBDIR)/soap.c $(LIBDIR)/soap.h endif if WIN32 common += $(LIBDIR)/win32.c $(LIBDIR)/win32.h else common += $(LIBDIR)/unix.c $(LIBDIR)/unix.h endif # Omit isds.c isds_common = ../test.c ../test.h ../test-tools.h \ $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c \ $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c \ $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h \ $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h if USE_OPENSSL_BACKEND isds_common += \ $(LIBDIR)/crypto_openssl.c else isds_common += \ $(LIBDIR)/crypto_gpg.c endif if BUILD_CURL isds_common += $(LIBDIR)/soap.c $(LIBDIR)/soap.h endif if WIN32 isds_common += $(LIBDIR)/win32.c $(LIBDIR)/win32.h else isds_common += $(LIBDIR)/unix.c $(LIBDIR)/unix.h endif # Omit soap.c soap_common = ../test.c ../test.h ../test-tools.h \ $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c \ $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c \ $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h \ $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h if USE_OPENSSL_BACKEND soap_common += \ $(LIBDIR)/crypto_openssl.c else soap_common += \ $(LIBDIR)/crypto_gpg.c endif if BUILD_CURL soap_common += $(LIBDIR)/soap.h endif if WIN32 soap_common += $(LIBDIR)/win32.c $(LIBDIR)/win32.h else soap_common += $(LIBDIR)/unix.c $(LIBDIR)/unix.h endif # Access _hidden symbols b64decode_SOURCES = b64decode.c $(common) b64encode_SOURCES = b64encode.c $(common) compute_hash_SOURCES = compute_hash.c $(common) context_SOURCES = context.c $(common) guess_raw_type_SOURCES = guess_raw_type.c $(common) init_crypto_SOURCES = init_crypto.c $(common) isds_init_SOURCES = isds_init.c $(common) load_raw_SOURCES = load_raw.c $(common) normalize_mime_type_SOURCES = normalize_mime_type.c $(common) utf82locale_SOURCES = utf82locale.c $(common) isds_list_free_SOURCES = isds_list_free.c $(common) isds_pki_credentials_free_SOURCES = isds_pki_credentials_free.c $(common) isds_hash_free_SOURCES = isds_hash_free.c $(common) isds_PersonName_free_SOURCES = isds_PersonName_free.c $(common) isds_BirthInfo_free_SOURCES = isds_BirthInfo_free.c $(common) isds_Address_free_SOURCES = isds_Address_free.c $(common) isds_DbOwnerInfo_free_SOURCES = isds_DbOwnerInfo_free.c $(common) isds_DbUserInfo_free_SOURCES = isds_DbUserInfo_free.c $(common) isds_event_free_SOURCES = isds_event_free.c $(common) isds_envelope_free_SOURCES = isds_envelope_free.c $(common) isds_document_free_SOURCES = isds_document_free.c $(common) isds_message_free_SOURCES = isds_message_free.c $(common) isds_message_copy_free_SOURCES = isds_message_copy_free.c $(common) isds_message_status_change_free_SOURCES = isds_message_status_change_free.c \ $(common) isds_approval_free_SOURCES = isds_approval_free.c $(common) isds_commercial_permission_free_SOURCES = isds_commercial_permission_free.c \ $(common) isds_credentials_delivery_free_SOURCES = isds_credentials_delivery_free.c \ $(common) isds_credit_event_free_SOURCES = isds_credit_event_free.c $(common) isds_fulltext_result_free_SOURCES = isds_fulltext_result_free.c $(common) isds_PersonName_duplicate_SOURCES = isds_PersonName_duplicate.c $(common) isds_Address_duplicate_SOURCES = isds_Address_duplicate.c $(common) isds_DbOwnerInfo_duplicate_SOURCES = isds_DbOwnerInfo_duplicate.c $(common) isds_DbUserInfo_duplicate_SOURCES = isds_DbUserInfo_duplicate.c $(common) # Access static symbols from isds.c isds_dbtype_SOURCES = isds-dbtype.c $(isds_common) isds_filemetatype_SOURCES = isds-filemetatype.c $(isds_common) isds_hash_algorithm_SOURCES = isds-hash_algorithm.c $(isds_common) isds_sendertype_SOURCES = isds-sendertype.c $(isds_common) isds_usertype_SOURCES = isds-usertype.c $(isds_common) isds_paymenttype_SOURCES = isds-paymenttype.c $(isds_common) isds_crediteventtype_SOURCES = isds-crediteventtype.c $(isds_common) isds_datestring2tm_SOURCES = isds-datestring2tm.c $(isds_common) isds_tm2datestring_SOURCES = isds-tm2datestring.c $(isds_common) isds_timestring2timeval_SOURCES = isds-timestring2timeval.c $(isds_common) isds_timeval2timestring_SOURCES = isds-timeval2timestring.c $(isds_common) isds_uint2isds_message_status_SOURCES = isds-uint2isds_message_status.c \ $(isds_common) isds_eventstring2event_SOURCES = isds-eventstring2event.c $(isds_common) isds_interpret_matches_SOURCES = isds-interpret_matches.c $(isds_common) # Access static symbols from soap.c soap_decode_header_value_SOURCES = soap-decode_header_value.c $(soap_common) soap_string2isds_otp_resolution_SOURCES = soap-string2isds_otp_resolution.c \ $(soap_common) # Tests that need .gnupg guess_raw_type.log load_raw.log: prepare_environment.log prepare_environment_SOURCES = prepare_environment.c \ ../test.c ../test.h ../test-tools.h libisds-0.10.7/test/offline/isds_credentials_delivery_free.c0000644000076400001440000000227112451755240021150 00000000000000#include "../test.h" #include "isds.h" static int test_isds_credentials_delivery_free( struct isds_credentials_delivery **credentials_delivery) { isds_credentials_delivery_free(credentials_delivery); if (!credentials_delivery) PASS_TEST; if (*credentials_delivery) FAIL_TEST("isds_credentials_delivery_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_credentials_delivery_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_credentials_delivery *credentials_delivery = NULL; TEST("NULL", test_isds_credentials_delivery_free, NULL); TEST("*NULL", test_isds_credentials_delivery_free, &credentials_delivery); TEST_CALLOC(credentials_delivery); TEST("Empty structure", test_isds_credentials_delivery_free, &credentials_delivery); TEST_CALLOC(credentials_delivery); TEST_FILL_STRING(credentials_delivery->email); TEST_FILL_STRING(credentials_delivery->token); TEST_FILL_STRING(credentials_delivery->new_user_name); TEST("Full structure", test_isds_credentials_delivery_free, &credentials_delivery); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds_DbUserInfo_duplicate.c0000644000076400001440000000745513130406756020012 00000000000000#include "../test.h" #include "isds.h" #include static int test_isds_DbUserInfo_duplicate(struct isds_DbUserInfo *origin) { struct isds_DbUserInfo *copy = isds_DbUserInfo_duplicate(origin); TEST_DESTRUCTOR((void (*)(void *))isds_DbUserInfo_free, ©); if (!origin) { if (copy) FAIL_TEST("Duplicate of NULL should be NULL"); PASS_TEST; } if (!copy) FAIL_TEST("isds_DbUserInfo_duplicate() returned NULL instead of " "pointer to copy"); TEST_STRING_DUPLICITY(origin->userID, copy->userID); TEST_INTPTR_DUPLICITY(origin->userType, copy->userType); TEST_INTPTR_DUPLICITY(origin->userPrivils, copy->userPrivils); /* Name of person */ TEST_POINTER_DUPLICITY(origin->personName, copy->personName); if (origin->personName && copy->personName) { TEST_STRING_DUPLICITY(origin->personName->pnFirstName, copy->personName->pnFirstName); TEST_STRING_DUPLICITY(origin->personName->pnMiddleName, copy->personName->pnMiddleName); TEST_STRING_DUPLICITY(origin->personName->pnLastName, copy->personName->pnLastName); TEST_STRING_DUPLICITY(origin->personName->pnLastNameAtBirth, copy->personName->pnLastNameAtBirth); } /* Post address */ TEST_POINTER_DUPLICITY(origin->address, copy->address); if (origin->address && copy->address) { TEST_STRING_DUPLICITY(origin->address->adCity, copy->address->adCity); TEST_STRING_DUPLICITY(origin->address->adStreet, copy->address->adStreet); TEST_STRING_DUPLICITY(origin->address->adNumberInStreet, copy->address->adNumberInStreet); TEST_STRING_DUPLICITY(origin->address->adNumberInMunicipality, copy->address->adNumberInMunicipality); TEST_STRING_DUPLICITY(origin->address->adZipCode, copy->address->adZipCode); TEST_STRING_DUPLICITY(origin->address->adState, copy->address->adState); } TEST_TMPTR_DUPLICITY(origin->biDate, copy->biDate); TEST_INTPTR_DUPLICITY(origin->ic, copy->ic); TEST_INTPTR_DUPLICITY(origin->firmName, copy->firmName); TEST_INTPTR_DUPLICITY(origin->caStreet, copy->caStreet); TEST_INTPTR_DUPLICITY(origin->caCity, copy->caCity); TEST_INTPTR_DUPLICITY(origin->caZipCode, copy->caZipCode); TEST_INTPTR_DUPLICITY(origin->caState, copy->caState); PASS_TEST; } int main(void) { INIT_TEST("isds_DbUserInfo_duplicate()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); TEST("NULL", test_isds_DbUserInfo_duplicate, NULL); struct isds_DbUserInfo empty; memset(&empty, 0, sizeof(empty)); TEST("Empty structure", test_isds_DbUserInfo_duplicate, &empty); /* Full structure */ isds_UserType UserType = 2; long int UserPrivils = 3; struct isds_PersonName PersonName = { .pnFirstName = "P1", .pnMiddleName = "P2", .pnLastName = "P3", .pnLastNameAtBirth = "P4" }; struct isds_Address Address = { .adCity = "A1", .adStreet = "A2", .adNumberInStreet = "A3", .adNumberInMunicipality = "A4", .adZipCode = "A5", .adState = "A6" }; struct tm BiDate = { .tm_year = 1, .tm_mon = 2, .tm_mday = 3 }; struct isds_DbUserInfo full = { .userID = "1", .userType = &UserType, .userPrivils = &UserPrivils, .personName = &PersonName, .address = &Address, .biDate = &BiDate, .ic = "7", .firmName = "8", .caStreet = "9", .caCity = "10", .caZipCode = "11", .caState = "12" }; TEST("Full structure", test_isds_DbUserInfo_duplicate, &full); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/context.c0000644000076400001440000000167412451755240014417 00000000000000#include "../test.h" #include "isds.h" static int test_create(struct isds_ctx **context) { if (!context) FAIL_TEST("Bad invocation"); *context = isds_ctx_create(); if (!*context) FAIL_TEST("isds_ctx_create() failed"); PASS_TEST; } static int test_free(const isds_error error, struct isds_ctx **context) { if (!context) FAIL_TEST("Bad invocation"); if (error != isds_ctx_free(context)) FAIL_TEST("Wrong return code"); if (*context) FAIL_TEST("context not NULLed"); PASS_TEST; } int main(void) { INIT_TEST("context"); struct isds_ctx *context = NULL; if (isds_init()) ABORT_UNIT("isds_init() failed\n"); TEST("create", test_create, &context); TEST("free valid context", test_free, IE_SUCCESS, &context); context = NULL; TEST("free invalid context", test_free, IE_INVALID_CONTEXT, &context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/Makefile.in0000644000076400001440000042221013130412174014614 00000000000000# Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ TESTS = prepare_environment$(EXEEXT) b64decode$(EXEEXT) \ b64encode$(EXEEXT) compute_hash$(EXEEXT) context$(EXEEXT) \ guess_raw_type$(EXEEXT) init_crypto$(EXEEXT) \ isds_init$(EXEEXT) load_raw$(EXEEXT) \ normalize_mime_type$(EXEEXT) utf82locale$(EXEEXT) \ isds_list_free$(EXEEXT) isds_pki_credentials_free$(EXEEXT) \ isds_hash_free$(EXEEXT) isds_PersonName_free$(EXEEXT) \ isds_BirthInfo_free$(EXEEXT) isds_Address_free$(EXEEXT) \ isds_DbOwnerInfo_free$(EXEEXT) isds_DbUserInfo_free$(EXEEXT) \ isds_event_free$(EXEEXT) isds_envelope_free$(EXEEXT) \ isds_document_free$(EXEEXT) isds_message_free$(EXEEXT) \ isds_message_copy_free$(EXEEXT) \ isds_message_status_change_free$(EXEEXT) \ isds_approval_free$(EXEEXT) \ isds_commercial_permission_free$(EXEEXT) \ isds_credentials_delivery_free$(EXEEXT) \ isds_credit_event_free$(EXEEXT) \ isds_fulltext_result_free$(EXEEXT) \ isds_PersonName_duplicate$(EXEEXT) \ isds_Address_duplicate$(EXEEXT) \ isds_DbOwnerInfo_duplicate$(EXEEXT) \ isds_DbUserInfo_duplicate$(EXEEXT) isds-filemetatype$(EXEEXT) \ isds-hash_algorithm$(EXEEXT) isds-timestring2timeval$(EXEEXT) \ isds-uint2isds_message_status$(EXEEXT) \ isds-eventstring2event$(EXEEXT) $(am__EXEEXT_1) @BUILD_CURL_TRUE@am__append_1 = isds-dbtype isds-sendertype isds-usertype isds-paymenttype\ @BUILD_CURL_TRUE@ isds-crediteventtype isds-datestring2tm isds-tm2datestring \ @BUILD_CURL_TRUE@ isds-timeval2timestring isds-interpret_matches \ @BUILD_CURL_TRUE@ soap-decode_header_value soap-string2isds_otp_resolution noinst_PROGRAMS = $(am__EXEEXT_2) @USE_OPENSSL_BACKEND_TRUE@am__append_2 = \ @USE_OPENSSL_BACKEND_TRUE@ $(LIBDIR)/crypto_openssl.c @USE_OPENSSL_BACKEND_FALSE@am__append_3 = \ @USE_OPENSSL_BACKEND_FALSE@ $(LIBDIR)/crypto_gpg.c @BUILD_CURL_TRUE@am__append_4 = $(LIBDIR)/soap.c $(LIBDIR)/soap.h @WIN32_TRUE@am__append_5 = $(LIBDIR)/win32.c $(LIBDIR)/win32.h @WIN32_FALSE@am__append_6 = $(LIBDIR)/unix.c $(LIBDIR)/unix.h @USE_OPENSSL_BACKEND_TRUE@am__append_7 = \ @USE_OPENSSL_BACKEND_TRUE@ $(LIBDIR)/crypto_openssl.c @USE_OPENSSL_BACKEND_FALSE@am__append_8 = \ @USE_OPENSSL_BACKEND_FALSE@ $(LIBDIR)/crypto_gpg.c @BUILD_CURL_TRUE@am__append_9 = $(LIBDIR)/soap.c $(LIBDIR)/soap.h @WIN32_TRUE@am__append_10 = $(LIBDIR)/win32.c $(LIBDIR)/win32.h @WIN32_FALSE@am__append_11 = $(LIBDIR)/unix.c $(LIBDIR)/unix.h @USE_OPENSSL_BACKEND_TRUE@am__append_12 = \ @USE_OPENSSL_BACKEND_TRUE@ $(LIBDIR)/crypto_openssl.c @USE_OPENSSL_BACKEND_FALSE@am__append_13 = \ @USE_OPENSSL_BACKEND_FALSE@ $(LIBDIR)/crypto_gpg.c @BUILD_CURL_TRUE@am__append_14 = $(LIBDIR)/soap.h @WIN32_TRUE@am__append_15 = $(LIBDIR)/win32.c $(LIBDIR)/win32.h @WIN32_FALSE@am__append_16 = $(LIBDIR)/unix.c $(LIBDIR)/unix.h subdir = test/offline DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/depcomp $(top_srcdir)/test-driver ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/gpgme.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = @BUILD_CURL_TRUE@am__EXEEXT_1 = isds-dbtype$(EXEEXT) \ @BUILD_CURL_TRUE@ isds-sendertype$(EXEEXT) \ @BUILD_CURL_TRUE@ isds-usertype$(EXEEXT) \ @BUILD_CURL_TRUE@ isds-paymenttype$(EXEEXT) \ @BUILD_CURL_TRUE@ isds-crediteventtype$(EXEEXT) \ @BUILD_CURL_TRUE@ isds-datestring2tm$(EXEEXT) \ @BUILD_CURL_TRUE@ isds-tm2datestring$(EXEEXT) \ @BUILD_CURL_TRUE@ isds-timeval2timestring$(EXEEXT) \ @BUILD_CURL_TRUE@ isds-interpret_matches$(EXEEXT) \ @BUILD_CURL_TRUE@ soap-decode_header_value$(EXEEXT) \ @BUILD_CURL_TRUE@ soap-string2isds_otp_resolution$(EXEEXT) am__EXEEXT_2 = prepare_environment$(EXEEXT) b64decode$(EXEEXT) \ b64encode$(EXEEXT) compute_hash$(EXEEXT) context$(EXEEXT) \ guess_raw_type$(EXEEXT) init_crypto$(EXEEXT) \ isds_init$(EXEEXT) load_raw$(EXEEXT) \ normalize_mime_type$(EXEEXT) utf82locale$(EXEEXT) \ isds_list_free$(EXEEXT) isds_pki_credentials_free$(EXEEXT) \ isds_hash_free$(EXEEXT) isds_PersonName_free$(EXEEXT) \ isds_BirthInfo_free$(EXEEXT) isds_Address_free$(EXEEXT) \ isds_DbOwnerInfo_free$(EXEEXT) isds_DbUserInfo_free$(EXEEXT) \ isds_event_free$(EXEEXT) isds_envelope_free$(EXEEXT) \ isds_document_free$(EXEEXT) isds_message_free$(EXEEXT) \ isds_message_copy_free$(EXEEXT) \ isds_message_status_change_free$(EXEEXT) \ isds_approval_free$(EXEEXT) \ isds_commercial_permission_free$(EXEEXT) \ isds_credentials_delivery_free$(EXEEXT) \ isds_credit_event_free$(EXEEXT) \ isds_fulltext_result_free$(EXEEXT) \ isds_PersonName_duplicate$(EXEEXT) \ isds_Address_duplicate$(EXEEXT) \ isds_DbOwnerInfo_duplicate$(EXEEXT) \ isds_DbUserInfo_duplicate$(EXEEXT) isds-filemetatype$(EXEEXT) \ isds-hash_algorithm$(EXEEXT) isds-timestring2timeval$(EXEEXT) \ isds-uint2isds_message_status$(EXEEXT) \ isds-eventstring2event$(EXEEXT) $(am__EXEEXT_1) PROGRAMS = $(noinst_PROGRAMS) am__b64decode_SOURCES_DIST = b64decode.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h @USE_OPENSSL_BACKEND_TRUE@am__objects_1 = crypto_openssl.$(OBJEXT) @USE_OPENSSL_BACKEND_FALSE@am__objects_2 = crypto_gpg.$(OBJEXT) @BUILD_CURL_TRUE@am__objects_3 = soap.$(OBJEXT) @WIN32_TRUE@am__objects_4 = win32.$(OBJEXT) @WIN32_FALSE@am__objects_5 = unix.$(OBJEXT) am__objects_6 = test.$(OBJEXT) cdecode.$(OBJEXT) cencode.$(OBJEXT) \ isds.$(OBJEXT) physxml.$(OBJEXT) utils.$(OBJEXT) \ validator.$(OBJEXT) $(am__objects_1) $(am__objects_2) \ $(am__objects_3) $(am__objects_4) $(am__objects_5) am_b64decode_OBJECTS = b64decode.$(OBJEXT) $(am__objects_6) b64decode_OBJECTS = $(am_b64decode_OBJECTS) b64decode_LDADD = $(LDADD) b64decode_DEPENDENCIES = AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = am__b64encode_SOURCES_DIST = b64encode.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_b64encode_OBJECTS = b64encode.$(OBJEXT) $(am__objects_6) b64encode_OBJECTS = $(am_b64encode_OBJECTS) b64encode_LDADD = $(LDADD) b64encode_DEPENDENCIES = am__compute_hash_SOURCES_DIST = compute_hash.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_compute_hash_OBJECTS = compute_hash.$(OBJEXT) $(am__objects_6) compute_hash_OBJECTS = $(am_compute_hash_OBJECTS) compute_hash_LDADD = $(LDADD) compute_hash_DEPENDENCIES = am__context_SOURCES_DIST = context.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_context_OBJECTS = context.$(OBJEXT) $(am__objects_6) context_OBJECTS = $(am_context_OBJECTS) context_LDADD = $(LDADD) context_DEPENDENCIES = am__guess_raw_type_SOURCES_DIST = guess_raw_type.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_guess_raw_type_OBJECTS = guess_raw_type.$(OBJEXT) $(am__objects_6) guess_raw_type_OBJECTS = $(am_guess_raw_type_OBJECTS) guess_raw_type_LDADD = $(LDADD) guess_raw_type_DEPENDENCIES = am__init_crypto_SOURCES_DIST = init_crypto.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_init_crypto_OBJECTS = init_crypto.$(OBJEXT) $(am__objects_6) init_crypto_OBJECTS = $(am_init_crypto_OBJECTS) init_crypto_LDADD = $(LDADD) init_crypto_DEPENDENCIES = am__isds_crediteventtype_SOURCES_DIST = isds-crediteventtype.c \ ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am__objects_7 = test.$(OBJEXT) cdecode.$(OBJEXT) cencode.$(OBJEXT) \ physxml.$(OBJEXT) utils.$(OBJEXT) validator.$(OBJEXT) \ $(am__objects_1) $(am__objects_2) $(am__objects_3) \ $(am__objects_4) $(am__objects_5) am_isds_crediteventtype_OBJECTS = isds-crediteventtype.$(OBJEXT) \ $(am__objects_7) isds_crediteventtype_OBJECTS = $(am_isds_crediteventtype_OBJECTS) isds_crediteventtype_LDADD = $(LDADD) isds_crediteventtype_DEPENDENCIES = am__isds_datestring2tm_SOURCES_DIST = isds-datestring2tm.c ../test.c \ ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_datestring2tm_OBJECTS = isds-datestring2tm.$(OBJEXT) \ $(am__objects_7) isds_datestring2tm_OBJECTS = $(am_isds_datestring2tm_OBJECTS) isds_datestring2tm_LDADD = $(LDADD) isds_datestring2tm_DEPENDENCIES = am__isds_dbtype_SOURCES_DIST = isds-dbtype.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/physxml.c $(LIBDIR)/utils.c $(LIBDIR)/validator.c \ $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_dbtype_OBJECTS = isds-dbtype.$(OBJEXT) $(am__objects_7) isds_dbtype_OBJECTS = $(am_isds_dbtype_OBJECTS) isds_dbtype_LDADD = $(LDADD) isds_dbtype_DEPENDENCIES = am__isds_eventstring2event_SOURCES_DIST = isds-eventstring2event.c \ ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_eventstring2event_OBJECTS = isds-eventstring2event.$(OBJEXT) \ $(am__objects_7) isds_eventstring2event_OBJECTS = $(am_isds_eventstring2event_OBJECTS) isds_eventstring2event_LDADD = $(LDADD) isds_eventstring2event_DEPENDENCIES = am__isds_filemetatype_SOURCES_DIST = isds-filemetatype.c ../test.c \ ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_filemetatype_OBJECTS = isds-filemetatype.$(OBJEXT) \ $(am__objects_7) isds_filemetatype_OBJECTS = $(am_isds_filemetatype_OBJECTS) isds_filemetatype_LDADD = $(LDADD) isds_filemetatype_DEPENDENCIES = am__isds_hash_algorithm_SOURCES_DIST = isds-hash_algorithm.c ../test.c \ ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_hash_algorithm_OBJECTS = isds-hash_algorithm.$(OBJEXT) \ $(am__objects_7) isds_hash_algorithm_OBJECTS = $(am_isds_hash_algorithm_OBJECTS) isds_hash_algorithm_LDADD = $(LDADD) isds_hash_algorithm_DEPENDENCIES = am__isds_interpret_matches_SOURCES_DIST = isds-interpret_matches.c \ ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_interpret_matches_OBJECTS = isds-interpret_matches.$(OBJEXT) \ $(am__objects_7) isds_interpret_matches_OBJECTS = $(am_isds_interpret_matches_OBJECTS) isds_interpret_matches_LDADD = $(LDADD) isds_interpret_matches_DEPENDENCIES = am__isds_paymenttype_SOURCES_DIST = isds-paymenttype.c ../test.c \ ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_paymenttype_OBJECTS = isds-paymenttype.$(OBJEXT) \ $(am__objects_7) isds_paymenttype_OBJECTS = $(am_isds_paymenttype_OBJECTS) isds_paymenttype_LDADD = $(LDADD) isds_paymenttype_DEPENDENCIES = am__isds_sendertype_SOURCES_DIST = isds-sendertype.c ../test.c \ ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_sendertype_OBJECTS = isds-sendertype.$(OBJEXT) \ $(am__objects_7) isds_sendertype_OBJECTS = $(am_isds_sendertype_OBJECTS) isds_sendertype_LDADD = $(LDADD) isds_sendertype_DEPENDENCIES = am__isds_timestring2timeval_SOURCES_DIST = isds-timestring2timeval.c \ ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_timestring2timeval_OBJECTS = \ isds-timestring2timeval.$(OBJEXT) $(am__objects_7) isds_timestring2timeval_OBJECTS = \ $(am_isds_timestring2timeval_OBJECTS) isds_timestring2timeval_LDADD = $(LDADD) isds_timestring2timeval_DEPENDENCIES = am__isds_timeval2timestring_SOURCES_DIST = isds-timeval2timestring.c \ ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_timeval2timestring_OBJECTS = \ isds-timeval2timestring.$(OBJEXT) $(am__objects_7) isds_timeval2timestring_OBJECTS = \ $(am_isds_timeval2timestring_OBJECTS) isds_timeval2timestring_LDADD = $(LDADD) isds_timeval2timestring_DEPENDENCIES = am__isds_tm2datestring_SOURCES_DIST = isds-tm2datestring.c ../test.c \ ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_tm2datestring_OBJECTS = isds-tm2datestring.$(OBJEXT) \ $(am__objects_7) isds_tm2datestring_OBJECTS = $(am_isds_tm2datestring_OBJECTS) isds_tm2datestring_LDADD = $(LDADD) isds_tm2datestring_DEPENDENCIES = am__isds_uint2isds_message_status_SOURCES_DIST = \ isds-uint2isds_message_status.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/physxml.c $(LIBDIR)/utils.c $(LIBDIR)/validator.c \ $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_uint2isds_message_status_OBJECTS = \ isds-uint2isds_message_status.$(OBJEXT) $(am__objects_7) isds_uint2isds_message_status_OBJECTS = \ $(am_isds_uint2isds_message_status_OBJECTS) isds_uint2isds_message_status_LDADD = $(LDADD) isds_uint2isds_message_status_DEPENDENCIES = am__isds_usertype_SOURCES_DIST = isds-usertype.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/physxml.c $(LIBDIR)/utils.c $(LIBDIR)/validator.c \ $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_usertype_OBJECTS = isds-usertype.$(OBJEXT) $(am__objects_7) isds_usertype_OBJECTS = $(am_isds_usertype_OBJECTS) isds_usertype_LDADD = $(LDADD) isds_usertype_DEPENDENCIES = am__isds_Address_duplicate_SOURCES_DIST = isds_Address_duplicate.c \ ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_Address_duplicate_OBJECTS = isds_Address_duplicate.$(OBJEXT) \ $(am__objects_6) isds_Address_duplicate_OBJECTS = $(am_isds_Address_duplicate_OBJECTS) isds_Address_duplicate_LDADD = $(LDADD) isds_Address_duplicate_DEPENDENCIES = am__isds_Address_free_SOURCES_DIST = isds_Address_free.c ../test.c \ ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_Address_free_OBJECTS = isds_Address_free.$(OBJEXT) \ $(am__objects_6) isds_Address_free_OBJECTS = $(am_isds_Address_free_OBJECTS) isds_Address_free_LDADD = $(LDADD) isds_Address_free_DEPENDENCIES = am__isds_BirthInfo_free_SOURCES_DIST = isds_BirthInfo_free.c ../test.c \ ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_BirthInfo_free_OBJECTS = isds_BirthInfo_free.$(OBJEXT) \ $(am__objects_6) isds_BirthInfo_free_OBJECTS = $(am_isds_BirthInfo_free_OBJECTS) isds_BirthInfo_free_LDADD = $(LDADD) isds_BirthInfo_free_DEPENDENCIES = am__isds_DbOwnerInfo_duplicate_SOURCES_DIST = \ isds_DbOwnerInfo_duplicate.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_isds_DbOwnerInfo_duplicate_OBJECTS = \ isds_DbOwnerInfo_duplicate.$(OBJEXT) $(am__objects_6) isds_DbOwnerInfo_duplicate_OBJECTS = \ $(am_isds_DbOwnerInfo_duplicate_OBJECTS) isds_DbOwnerInfo_duplicate_LDADD = $(LDADD) isds_DbOwnerInfo_duplicate_DEPENDENCIES = am__isds_DbOwnerInfo_free_SOURCES_DIST = isds_DbOwnerInfo_free.c \ ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_DbOwnerInfo_free_OBJECTS = isds_DbOwnerInfo_free.$(OBJEXT) \ $(am__objects_6) isds_DbOwnerInfo_free_OBJECTS = $(am_isds_DbOwnerInfo_free_OBJECTS) isds_DbOwnerInfo_free_LDADD = $(LDADD) isds_DbOwnerInfo_free_DEPENDENCIES = am__isds_DbUserInfo_duplicate_SOURCES_DIST = \ isds_DbUserInfo_duplicate.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_isds_DbUserInfo_duplicate_OBJECTS = \ isds_DbUserInfo_duplicate.$(OBJEXT) $(am__objects_6) isds_DbUserInfo_duplicate_OBJECTS = \ $(am_isds_DbUserInfo_duplicate_OBJECTS) isds_DbUserInfo_duplicate_LDADD = $(LDADD) isds_DbUserInfo_duplicate_DEPENDENCIES = am__isds_DbUserInfo_free_SOURCES_DIST = isds_DbUserInfo_free.c \ ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_DbUserInfo_free_OBJECTS = isds_DbUserInfo_free.$(OBJEXT) \ $(am__objects_6) isds_DbUserInfo_free_OBJECTS = $(am_isds_DbUserInfo_free_OBJECTS) isds_DbUserInfo_free_LDADD = $(LDADD) isds_DbUserInfo_free_DEPENDENCIES = am__isds_PersonName_duplicate_SOURCES_DIST = \ isds_PersonName_duplicate.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_isds_PersonName_duplicate_OBJECTS = \ isds_PersonName_duplicate.$(OBJEXT) $(am__objects_6) isds_PersonName_duplicate_OBJECTS = \ $(am_isds_PersonName_duplicate_OBJECTS) isds_PersonName_duplicate_LDADD = $(LDADD) isds_PersonName_duplicate_DEPENDENCIES = am__isds_PersonName_free_SOURCES_DIST = isds_PersonName_free.c \ ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_PersonName_free_OBJECTS = isds_PersonName_free.$(OBJEXT) \ $(am__objects_6) isds_PersonName_free_OBJECTS = $(am_isds_PersonName_free_OBJECTS) isds_PersonName_free_LDADD = $(LDADD) isds_PersonName_free_DEPENDENCIES = am__isds_approval_free_SOURCES_DIST = isds_approval_free.c ../test.c \ ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_approval_free_OBJECTS = isds_approval_free.$(OBJEXT) \ $(am__objects_6) isds_approval_free_OBJECTS = $(am_isds_approval_free_OBJECTS) isds_approval_free_LDADD = $(LDADD) isds_approval_free_DEPENDENCIES = am__isds_commercial_permission_free_SOURCES_DIST = \ isds_commercial_permission_free.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_isds_commercial_permission_free_OBJECTS = \ isds_commercial_permission_free.$(OBJEXT) $(am__objects_6) isds_commercial_permission_free_OBJECTS = \ $(am_isds_commercial_permission_free_OBJECTS) isds_commercial_permission_free_LDADD = $(LDADD) isds_commercial_permission_free_DEPENDENCIES = am__isds_credentials_delivery_free_SOURCES_DIST = \ isds_credentials_delivery_free.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_isds_credentials_delivery_free_OBJECTS = \ isds_credentials_delivery_free.$(OBJEXT) $(am__objects_6) isds_credentials_delivery_free_OBJECTS = \ $(am_isds_credentials_delivery_free_OBJECTS) isds_credentials_delivery_free_LDADD = $(LDADD) isds_credentials_delivery_free_DEPENDENCIES = am__isds_credit_event_free_SOURCES_DIST = isds_credit_event_free.c \ ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_credit_event_free_OBJECTS = isds_credit_event_free.$(OBJEXT) \ $(am__objects_6) isds_credit_event_free_OBJECTS = $(am_isds_credit_event_free_OBJECTS) isds_credit_event_free_LDADD = $(LDADD) isds_credit_event_free_DEPENDENCIES = am__isds_document_free_SOURCES_DIST = isds_document_free.c ../test.c \ ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_document_free_OBJECTS = isds_document_free.$(OBJEXT) \ $(am__objects_6) isds_document_free_OBJECTS = $(am_isds_document_free_OBJECTS) isds_document_free_LDADD = $(LDADD) isds_document_free_DEPENDENCIES = am__isds_envelope_free_SOURCES_DIST = isds_envelope_free.c ../test.c \ ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_envelope_free_OBJECTS = isds_envelope_free.$(OBJEXT) \ $(am__objects_6) isds_envelope_free_OBJECTS = $(am_isds_envelope_free_OBJECTS) isds_envelope_free_LDADD = $(LDADD) isds_envelope_free_DEPENDENCIES = am__isds_event_free_SOURCES_DIST = isds_event_free.c ../test.c \ ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_event_free_OBJECTS = isds_event_free.$(OBJEXT) \ $(am__objects_6) isds_event_free_OBJECTS = $(am_isds_event_free_OBJECTS) isds_event_free_LDADD = $(LDADD) isds_event_free_DEPENDENCIES = am__isds_fulltext_result_free_SOURCES_DIST = \ isds_fulltext_result_free.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_isds_fulltext_result_free_OBJECTS = \ isds_fulltext_result_free.$(OBJEXT) $(am__objects_6) isds_fulltext_result_free_OBJECTS = \ $(am_isds_fulltext_result_free_OBJECTS) isds_fulltext_result_free_LDADD = $(LDADD) isds_fulltext_result_free_DEPENDENCIES = am__isds_hash_free_SOURCES_DIST = isds_hash_free.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_isds_hash_free_OBJECTS = isds_hash_free.$(OBJEXT) $(am__objects_6) isds_hash_free_OBJECTS = $(am_isds_hash_free_OBJECTS) isds_hash_free_LDADD = $(LDADD) isds_hash_free_DEPENDENCIES = am__isds_init_SOURCES_DIST = isds_init.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_isds_init_OBJECTS = isds_init.$(OBJEXT) $(am__objects_6) isds_init_OBJECTS = $(am_isds_init_OBJECTS) isds_init_LDADD = $(LDADD) isds_init_DEPENDENCIES = am__isds_list_free_SOURCES_DIST = isds_list_free.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_isds_list_free_OBJECTS = isds_list_free.$(OBJEXT) $(am__objects_6) isds_list_free_OBJECTS = $(am_isds_list_free_OBJECTS) isds_list_free_LDADD = $(LDADD) isds_list_free_DEPENDENCIES = am__isds_message_copy_free_SOURCES_DIST = isds_message_copy_free.c \ ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_message_copy_free_OBJECTS = isds_message_copy_free.$(OBJEXT) \ $(am__objects_6) isds_message_copy_free_OBJECTS = $(am_isds_message_copy_free_OBJECTS) isds_message_copy_free_LDADD = $(LDADD) isds_message_copy_free_DEPENDENCIES = am__isds_message_free_SOURCES_DIST = isds_message_free.c ../test.c \ ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_isds_message_free_OBJECTS = isds_message_free.$(OBJEXT) \ $(am__objects_6) isds_message_free_OBJECTS = $(am_isds_message_free_OBJECTS) isds_message_free_LDADD = $(LDADD) isds_message_free_DEPENDENCIES = am__isds_message_status_change_free_SOURCES_DIST = \ isds_message_status_change_free.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_isds_message_status_change_free_OBJECTS = \ isds_message_status_change_free.$(OBJEXT) $(am__objects_6) isds_message_status_change_free_OBJECTS = \ $(am_isds_message_status_change_free_OBJECTS) isds_message_status_change_free_LDADD = $(LDADD) isds_message_status_change_free_DEPENDENCIES = am__isds_pki_credentials_free_SOURCES_DIST = \ isds_pki_credentials_free.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_isds_pki_credentials_free_OBJECTS = \ isds_pki_credentials_free.$(OBJEXT) $(am__objects_6) isds_pki_credentials_free_OBJECTS = \ $(am_isds_pki_credentials_free_OBJECTS) isds_pki_credentials_free_LDADD = $(LDADD) isds_pki_credentials_free_DEPENDENCIES = am__load_raw_SOURCES_DIST = load_raw.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_load_raw_OBJECTS = load_raw.$(OBJEXT) $(am__objects_6) load_raw_OBJECTS = $(am_load_raw_OBJECTS) load_raw_LDADD = $(LDADD) load_raw_DEPENDENCIES = am__normalize_mime_type_SOURCES_DIST = normalize_mime_type.c ../test.c \ ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.c $(LIBDIR)/soap.h $(LIBDIR)/win32.c \ $(LIBDIR)/win32.h $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_normalize_mime_type_OBJECTS = normalize_mime_type.$(OBJEXT) \ $(am__objects_6) normalize_mime_type_OBJECTS = $(am_normalize_mime_type_OBJECTS) normalize_mime_type_LDADD = $(LDADD) normalize_mime_type_DEPENDENCIES = am_prepare_environment_OBJECTS = prepare_environment.$(OBJEXT) \ test.$(OBJEXT) prepare_environment_OBJECTS = $(am_prepare_environment_OBJECTS) prepare_environment_LDADD = $(LDADD) prepare_environment_DEPENDENCIES = am__soap_decode_header_value_SOURCES_DIST = \ soap-decode_header_value.c ../test.c ../test.h ../test-tools.h \ $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c $(LIBDIR)/isds.c \ $(LIBDIR)/physxml.c $(LIBDIR)/utils.c $(LIBDIR)/validator.c \ $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.h $(LIBDIR)/win32.c $(LIBDIR)/win32.h \ $(LIBDIR)/unix.c $(LIBDIR)/unix.h am__objects_8 = am__objects_9 = test.$(OBJEXT) cdecode.$(OBJEXT) cencode.$(OBJEXT) \ isds.$(OBJEXT) physxml.$(OBJEXT) utils.$(OBJEXT) \ validator.$(OBJEXT) $(am__objects_1) $(am__objects_2) \ $(am__objects_8) $(am__objects_4) $(am__objects_5) am_soap_decode_header_value_OBJECTS = \ soap-decode_header_value.$(OBJEXT) $(am__objects_9) soap_decode_header_value_OBJECTS = \ $(am_soap_decode_header_value_OBJECTS) soap_decode_header_value_LDADD = $(LDADD) soap_decode_header_value_DEPENDENCIES = am__soap_string2isds_otp_resolution_SOURCES_DIST = \ soap-string2isds_otp_resolution.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(LIBDIR)/crypto_openssl.c $(LIBDIR)/crypto_gpg.c \ $(LIBDIR)/soap.h $(LIBDIR)/win32.c $(LIBDIR)/win32.h \ $(LIBDIR)/unix.c $(LIBDIR)/unix.h am_soap_string2isds_otp_resolution_OBJECTS = \ soap-string2isds_otp_resolution.$(OBJEXT) $(am__objects_9) soap_string2isds_otp_resolution_OBJECTS = \ $(am_soap_string2isds_otp_resolution_OBJECTS) soap_string2isds_otp_resolution_LDADD = $(LDADD) soap_string2isds_otp_resolution_DEPENDENCIES = am__utf82locale_SOURCES_DIST = utf82locale.c ../test.c ../test.h \ ../test-tools.h $(LIBDIR)/cdecode.c $(LIBDIR)/cencode.c \ $(LIBDIR)/isds.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(LIBDIR)/crypto_openssl.c \ $(LIBDIR)/crypto_gpg.c $(LIBDIR)/soap.c $(LIBDIR)/soap.h \ $(LIBDIR)/win32.c $(LIBDIR)/win32.h $(LIBDIR)/unix.c \ $(LIBDIR)/unix.h am_utf82locale_OBJECTS = utf82locale.$(OBJEXT) $(am__objects_6) utf82locale_OBJECTS = $(am_utf82locale_OBJECTS) utf82locale_LDADD = $(LDADD) utf82locale_DEPENDENCIES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(b64decode_SOURCES) $(b64encode_SOURCES) \ $(compute_hash_SOURCES) $(context_SOURCES) \ $(guess_raw_type_SOURCES) $(init_crypto_SOURCES) \ $(isds_crediteventtype_SOURCES) $(isds_datestring2tm_SOURCES) \ $(isds_dbtype_SOURCES) $(isds_eventstring2event_SOURCES) \ $(isds_filemetatype_SOURCES) $(isds_hash_algorithm_SOURCES) \ $(isds_interpret_matches_SOURCES) $(isds_paymenttype_SOURCES) \ $(isds_sendertype_SOURCES) $(isds_timestring2timeval_SOURCES) \ $(isds_timeval2timestring_SOURCES) \ $(isds_tm2datestring_SOURCES) \ $(isds_uint2isds_message_status_SOURCES) \ $(isds_usertype_SOURCES) $(isds_Address_duplicate_SOURCES) \ $(isds_Address_free_SOURCES) $(isds_BirthInfo_free_SOURCES) \ $(isds_DbOwnerInfo_duplicate_SOURCES) \ $(isds_DbOwnerInfo_free_SOURCES) \ $(isds_DbUserInfo_duplicate_SOURCES) \ $(isds_DbUserInfo_free_SOURCES) \ $(isds_PersonName_duplicate_SOURCES) \ $(isds_PersonName_free_SOURCES) $(isds_approval_free_SOURCES) \ $(isds_commercial_permission_free_SOURCES) \ $(isds_credentials_delivery_free_SOURCES) \ $(isds_credit_event_free_SOURCES) \ $(isds_document_free_SOURCES) $(isds_envelope_free_SOURCES) \ $(isds_event_free_SOURCES) \ $(isds_fulltext_result_free_SOURCES) $(isds_hash_free_SOURCES) \ $(isds_init_SOURCES) $(isds_list_free_SOURCES) \ $(isds_message_copy_free_SOURCES) $(isds_message_free_SOURCES) \ $(isds_message_status_change_free_SOURCES) \ $(isds_pki_credentials_free_SOURCES) $(load_raw_SOURCES) \ $(normalize_mime_type_SOURCES) $(prepare_environment_SOURCES) \ $(soap_decode_header_value_SOURCES) \ $(soap_string2isds_otp_resolution_SOURCES) \ $(utf82locale_SOURCES) DIST_SOURCES = $(am__b64decode_SOURCES_DIST) \ $(am__b64encode_SOURCES_DIST) $(am__compute_hash_SOURCES_DIST) \ $(am__context_SOURCES_DIST) $(am__guess_raw_type_SOURCES_DIST) \ $(am__init_crypto_SOURCES_DIST) \ $(am__isds_crediteventtype_SOURCES_DIST) \ $(am__isds_datestring2tm_SOURCES_DIST) \ $(am__isds_dbtype_SOURCES_DIST) \ $(am__isds_eventstring2event_SOURCES_DIST) \ $(am__isds_filemetatype_SOURCES_DIST) \ $(am__isds_hash_algorithm_SOURCES_DIST) \ $(am__isds_interpret_matches_SOURCES_DIST) \ $(am__isds_paymenttype_SOURCES_DIST) \ $(am__isds_sendertype_SOURCES_DIST) \ $(am__isds_timestring2timeval_SOURCES_DIST) \ $(am__isds_timeval2timestring_SOURCES_DIST) \ $(am__isds_tm2datestring_SOURCES_DIST) \ $(am__isds_uint2isds_message_status_SOURCES_DIST) \ $(am__isds_usertype_SOURCES_DIST) \ $(am__isds_Address_duplicate_SOURCES_DIST) \ $(am__isds_Address_free_SOURCES_DIST) \ $(am__isds_BirthInfo_free_SOURCES_DIST) \ $(am__isds_DbOwnerInfo_duplicate_SOURCES_DIST) \ $(am__isds_DbOwnerInfo_free_SOURCES_DIST) \ $(am__isds_DbUserInfo_duplicate_SOURCES_DIST) \ $(am__isds_DbUserInfo_free_SOURCES_DIST) \ $(am__isds_PersonName_duplicate_SOURCES_DIST) \ $(am__isds_PersonName_free_SOURCES_DIST) \ $(am__isds_approval_free_SOURCES_DIST) \ $(am__isds_commercial_permission_free_SOURCES_DIST) \ $(am__isds_credentials_delivery_free_SOURCES_DIST) \ $(am__isds_credit_event_free_SOURCES_DIST) \ $(am__isds_document_free_SOURCES_DIST) \ $(am__isds_envelope_free_SOURCES_DIST) \ $(am__isds_event_free_SOURCES_DIST) \ $(am__isds_fulltext_result_free_SOURCES_DIST) \ $(am__isds_hash_free_SOURCES_DIST) \ $(am__isds_init_SOURCES_DIST) \ $(am__isds_list_free_SOURCES_DIST) \ $(am__isds_message_copy_free_SOURCES_DIST) \ $(am__isds_message_free_SOURCES_DIST) \ $(am__isds_message_status_change_free_SOURCES_DIST) \ $(am__isds_pki_credentials_free_SOURCES_DIST) \ $(am__load_raw_SOURCES_DIST) \ $(am__normalize_mime_type_SOURCES_DIST) \ $(prepare_environment_SOURCES) \ $(am__soap_decode_header_value_SOURCES_DIST) \ $(am__soap_string2isds_otp_resolution_SOURCES_DIST) \ $(am__utf82locale_SOURCES_DIST) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* # A command that, given a newline-separated list of test names on the # standard input, print the name of the tests that are to be re-run # upon "make recheck". am__list_recheck_tests = $(AWK) '{ \ recheck = 1; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ { \ if ((getline line2 < ($$0 ".log")) < 0) \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ { \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ { \ break; \ } \ }; \ if (recheck) \ print $$0; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # A command that, given a newline-separated list of test names on the # standard input, create the global log from their .trs and .log files. am__create_global_log = $(AWK) ' \ function fatal(msg) \ { \ print "fatal: making $@: " msg | "cat >&2"; \ exit 1; \ } \ function rst_section(header) \ { \ print header; \ len = length(header); \ for (i = 1; i <= len; i = i + 1) \ printf "="; \ printf "\n\n"; \ } \ { \ copy_in_global_log = 1; \ global_test_result = "RUN"; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".trs"); \ if (line ~ /$(am__global_test_result_rx)/) \ { \ sub("$(am__global_test_result_rx)", "", line); \ sub("[ ]*$$", "", line); \ global_test_result = line; \ } \ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ copy_in_global_log = 0; \ }; \ if (copy_in_global_log) \ { \ rst_section(global_test_result ": " $$0); \ while ((rc = (getline line < ($$0 ".log"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".log"); \ print line; \ }; \ printf "\n"; \ }; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # Restructured Text title. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } # Solaris 10 'make', and several other traditional 'make' implementations, # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it # by disabling -e (using the XSI extension "set +e") if it's set. am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one). am__check_pre = \ $(am__sh_e_setup); \ $(am__vpath_adj_setup) $(am__vpath_adj) \ $(am__tty_colors); \ srcdir=$(srcdir); export srcdir; \ case "$@" in \ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ *) am__odir=.;; \ esac; \ test "x$$am__odir" = x"." || test -d "$$am__odir" \ || $(MKDIR_P) "$$am__odir" || exit $$?; \ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ am__enable_hard_errors=yes; \ fi; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ am__expect_failure=yes;; \ *) \ am__expect_failure=no;; \ esac; \ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) # A shell command to get the names of the tests scripts with any registered # extension removed (i.e., equivalently, the names of the test logs, with # the '.log' extension removed). The result is saved in the shell variable # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", # since that might cause problem with VPATH rewrites for suffix-less tests. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. am__set_TESTS_bases = \ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` RECHECK_LOGS = $(TEST_LOGS) AM_RECURSIVE_TARGETS = check recheck TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = @EXEEXT@ .test LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac am__test_logs1 = $(TESTS:=.log) am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) TEST_LOGS = $(am__test_logs2:.test.log=.log) TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ EXPAT_LIBS = @EXPAT_LIBS@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GPGME_CFLAGS = @GPGME_CFLAGS@ GPGME_CONFIG = @GPGME_CONFIG@ GPGME_LIBS = @GPGME_LIBS@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCURL = @LIBCURL@ LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ XML2_CONFIG = @XML2_CONFIG@ XML_CPPFLAGS = @XML_CPPFLAGS@ XML_LIBS = @XML_LIBS@ _libcurl_config = @_libcurl_config@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = $(datadir)/locale localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = color-tests parallel-tests libdirpath = src LIBDIR = $(top_srcdir)/$(libdirpath) # Large files needed by GPGME AM_CPPFLAGS = -I$(LIBDIR) -I$(top_builddir)/$(libdirpath) \ -DSRCDIR=\"$(top_srcdir)\" @XML_CPPFLAGS@ @LIBCURL_CPPFLAGS@ \ -DLOCALEDIR=\"$(localedir)\" AM_CFLAGS = @LIBGCRYPT_CFLAGS@ @GPGME_CFLAGS@ LDADD = @XML_LIBS@ @LIBCURL@ @LIBGCRYPT_LIBS@ @GPGME_LIBS@ @EXPAT_LIBS@ \ @LTLIBINTL@ common = ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/gettext.h \ $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h \ $(LIBDIR)/utils.h $(LIBDIR)/validator.h $(am__append_2) \ $(am__append_3) $(am__append_4) $(am__append_5) \ $(am__append_6) # Omit isds.c isds_common = ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/physxml.c $(LIBDIR)/utils.c \ $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h $(LIBDIR)/cencode.h \ $(LIBDIR)/crypto.h $(LIBDIR)/isds.h $(LIBDIR)/isds_priv.h \ $(LIBDIR)/physxml.h $(LIBDIR)/utils.h $(LIBDIR)/validator.h \ $(am__append_7) $(am__append_8) $(am__append_9) \ $(am__append_10) $(am__append_11) # Omit soap.c soap_common = ../test.c ../test.h ../test-tools.h $(LIBDIR)/cdecode.c \ $(LIBDIR)/cencode.c $(LIBDIR)/isds.c $(LIBDIR)/physxml.c \ $(LIBDIR)/utils.c $(LIBDIR)/validator.c $(LIBDIR)/cdecode.h \ $(LIBDIR)/cencode.h $(LIBDIR)/crypto.h $(LIBDIR)/isds.h \ $(LIBDIR)/isds_priv.h $(LIBDIR)/physxml.h $(LIBDIR)/utils.h \ $(LIBDIR)/validator.h $(am__append_12) $(am__append_13) \ $(am__append_14) $(am__append_15) $(am__append_16) # Access _hidden symbols b64decode_SOURCES = b64decode.c $(common) b64encode_SOURCES = b64encode.c $(common) compute_hash_SOURCES = compute_hash.c $(common) context_SOURCES = context.c $(common) guess_raw_type_SOURCES = guess_raw_type.c $(common) init_crypto_SOURCES = init_crypto.c $(common) isds_init_SOURCES = isds_init.c $(common) load_raw_SOURCES = load_raw.c $(common) normalize_mime_type_SOURCES = normalize_mime_type.c $(common) utf82locale_SOURCES = utf82locale.c $(common) isds_list_free_SOURCES = isds_list_free.c $(common) isds_pki_credentials_free_SOURCES = isds_pki_credentials_free.c $(common) isds_hash_free_SOURCES = isds_hash_free.c $(common) isds_PersonName_free_SOURCES = isds_PersonName_free.c $(common) isds_BirthInfo_free_SOURCES = isds_BirthInfo_free.c $(common) isds_Address_free_SOURCES = isds_Address_free.c $(common) isds_DbOwnerInfo_free_SOURCES = isds_DbOwnerInfo_free.c $(common) isds_DbUserInfo_free_SOURCES = isds_DbUserInfo_free.c $(common) isds_event_free_SOURCES = isds_event_free.c $(common) isds_envelope_free_SOURCES = isds_envelope_free.c $(common) isds_document_free_SOURCES = isds_document_free.c $(common) isds_message_free_SOURCES = isds_message_free.c $(common) isds_message_copy_free_SOURCES = isds_message_copy_free.c $(common) isds_message_status_change_free_SOURCES = isds_message_status_change_free.c \ $(common) isds_approval_free_SOURCES = isds_approval_free.c $(common) isds_commercial_permission_free_SOURCES = isds_commercial_permission_free.c \ $(common) isds_credentials_delivery_free_SOURCES = isds_credentials_delivery_free.c \ $(common) isds_credit_event_free_SOURCES = isds_credit_event_free.c $(common) isds_fulltext_result_free_SOURCES = isds_fulltext_result_free.c $(common) isds_PersonName_duplicate_SOURCES = isds_PersonName_duplicate.c $(common) isds_Address_duplicate_SOURCES = isds_Address_duplicate.c $(common) isds_DbOwnerInfo_duplicate_SOURCES = isds_DbOwnerInfo_duplicate.c $(common) isds_DbUserInfo_duplicate_SOURCES = isds_DbUserInfo_duplicate.c $(common) # Access static symbols from isds.c isds_dbtype_SOURCES = isds-dbtype.c $(isds_common) isds_filemetatype_SOURCES = isds-filemetatype.c $(isds_common) isds_hash_algorithm_SOURCES = isds-hash_algorithm.c $(isds_common) isds_sendertype_SOURCES = isds-sendertype.c $(isds_common) isds_usertype_SOURCES = isds-usertype.c $(isds_common) isds_paymenttype_SOURCES = isds-paymenttype.c $(isds_common) isds_crediteventtype_SOURCES = isds-crediteventtype.c $(isds_common) isds_datestring2tm_SOURCES = isds-datestring2tm.c $(isds_common) isds_tm2datestring_SOURCES = isds-tm2datestring.c $(isds_common) isds_timestring2timeval_SOURCES = isds-timestring2timeval.c $(isds_common) isds_timeval2timestring_SOURCES = isds-timeval2timestring.c $(isds_common) isds_uint2isds_message_status_SOURCES = isds-uint2isds_message_status.c \ $(isds_common) isds_eventstring2event_SOURCES = isds-eventstring2event.c $(isds_common) isds_interpret_matches_SOURCES = isds-interpret_matches.c $(isds_common) # Access static symbols from soap.c soap_decode_header_value_SOURCES = soap-decode_header_value.c $(soap_common) soap_string2isds_otp_resolution_SOURCES = soap-string2isds_otp_resolution.c \ $(soap_common) prepare_environment_SOURCES = prepare_environment.c \ ../test.c ../test.h ../test-tools.h all: all-am .SUFFIXES: .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/offline/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu test/offline/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list b64decode$(EXEEXT): $(b64decode_OBJECTS) $(b64decode_DEPENDENCIES) $(EXTRA_b64decode_DEPENDENCIES) @rm -f b64decode$(EXEEXT) $(AM_V_CCLD)$(LINK) $(b64decode_OBJECTS) $(b64decode_LDADD) $(LIBS) b64encode$(EXEEXT): $(b64encode_OBJECTS) $(b64encode_DEPENDENCIES) $(EXTRA_b64encode_DEPENDENCIES) @rm -f b64encode$(EXEEXT) $(AM_V_CCLD)$(LINK) $(b64encode_OBJECTS) $(b64encode_LDADD) $(LIBS) compute_hash$(EXEEXT): $(compute_hash_OBJECTS) $(compute_hash_DEPENDENCIES) $(EXTRA_compute_hash_DEPENDENCIES) @rm -f compute_hash$(EXEEXT) $(AM_V_CCLD)$(LINK) $(compute_hash_OBJECTS) $(compute_hash_LDADD) $(LIBS) context$(EXEEXT): $(context_OBJECTS) $(context_DEPENDENCIES) $(EXTRA_context_DEPENDENCIES) @rm -f context$(EXEEXT) $(AM_V_CCLD)$(LINK) $(context_OBJECTS) $(context_LDADD) $(LIBS) guess_raw_type$(EXEEXT): $(guess_raw_type_OBJECTS) $(guess_raw_type_DEPENDENCIES) $(EXTRA_guess_raw_type_DEPENDENCIES) @rm -f guess_raw_type$(EXEEXT) $(AM_V_CCLD)$(LINK) $(guess_raw_type_OBJECTS) $(guess_raw_type_LDADD) $(LIBS) init_crypto$(EXEEXT): $(init_crypto_OBJECTS) $(init_crypto_DEPENDENCIES) $(EXTRA_init_crypto_DEPENDENCIES) @rm -f init_crypto$(EXEEXT) $(AM_V_CCLD)$(LINK) $(init_crypto_OBJECTS) $(init_crypto_LDADD) $(LIBS) isds-crediteventtype$(EXEEXT): $(isds_crediteventtype_OBJECTS) $(isds_crediteventtype_DEPENDENCIES) $(EXTRA_isds_crediteventtype_DEPENDENCIES) @rm -f isds-crediteventtype$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_crediteventtype_OBJECTS) $(isds_crediteventtype_LDADD) $(LIBS) isds-datestring2tm$(EXEEXT): $(isds_datestring2tm_OBJECTS) $(isds_datestring2tm_DEPENDENCIES) $(EXTRA_isds_datestring2tm_DEPENDENCIES) @rm -f isds-datestring2tm$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_datestring2tm_OBJECTS) $(isds_datestring2tm_LDADD) $(LIBS) isds-dbtype$(EXEEXT): $(isds_dbtype_OBJECTS) $(isds_dbtype_DEPENDENCIES) $(EXTRA_isds_dbtype_DEPENDENCIES) @rm -f isds-dbtype$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_dbtype_OBJECTS) $(isds_dbtype_LDADD) $(LIBS) isds-eventstring2event$(EXEEXT): $(isds_eventstring2event_OBJECTS) $(isds_eventstring2event_DEPENDENCIES) $(EXTRA_isds_eventstring2event_DEPENDENCIES) @rm -f isds-eventstring2event$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_eventstring2event_OBJECTS) $(isds_eventstring2event_LDADD) $(LIBS) isds-filemetatype$(EXEEXT): $(isds_filemetatype_OBJECTS) $(isds_filemetatype_DEPENDENCIES) $(EXTRA_isds_filemetatype_DEPENDENCIES) @rm -f isds-filemetatype$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_filemetatype_OBJECTS) $(isds_filemetatype_LDADD) $(LIBS) isds-hash_algorithm$(EXEEXT): $(isds_hash_algorithm_OBJECTS) $(isds_hash_algorithm_DEPENDENCIES) $(EXTRA_isds_hash_algorithm_DEPENDENCIES) @rm -f isds-hash_algorithm$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_hash_algorithm_OBJECTS) $(isds_hash_algorithm_LDADD) $(LIBS) isds-interpret_matches$(EXEEXT): $(isds_interpret_matches_OBJECTS) $(isds_interpret_matches_DEPENDENCIES) $(EXTRA_isds_interpret_matches_DEPENDENCIES) @rm -f isds-interpret_matches$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_interpret_matches_OBJECTS) $(isds_interpret_matches_LDADD) $(LIBS) isds-paymenttype$(EXEEXT): $(isds_paymenttype_OBJECTS) $(isds_paymenttype_DEPENDENCIES) $(EXTRA_isds_paymenttype_DEPENDENCIES) @rm -f isds-paymenttype$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_paymenttype_OBJECTS) $(isds_paymenttype_LDADD) $(LIBS) isds-sendertype$(EXEEXT): $(isds_sendertype_OBJECTS) $(isds_sendertype_DEPENDENCIES) $(EXTRA_isds_sendertype_DEPENDENCIES) @rm -f isds-sendertype$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_sendertype_OBJECTS) $(isds_sendertype_LDADD) $(LIBS) isds-timestring2timeval$(EXEEXT): $(isds_timestring2timeval_OBJECTS) $(isds_timestring2timeval_DEPENDENCIES) $(EXTRA_isds_timestring2timeval_DEPENDENCIES) @rm -f isds-timestring2timeval$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_timestring2timeval_OBJECTS) $(isds_timestring2timeval_LDADD) $(LIBS) isds-timeval2timestring$(EXEEXT): $(isds_timeval2timestring_OBJECTS) $(isds_timeval2timestring_DEPENDENCIES) $(EXTRA_isds_timeval2timestring_DEPENDENCIES) @rm -f isds-timeval2timestring$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_timeval2timestring_OBJECTS) $(isds_timeval2timestring_LDADD) $(LIBS) isds-tm2datestring$(EXEEXT): $(isds_tm2datestring_OBJECTS) $(isds_tm2datestring_DEPENDENCIES) $(EXTRA_isds_tm2datestring_DEPENDENCIES) @rm -f isds-tm2datestring$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_tm2datestring_OBJECTS) $(isds_tm2datestring_LDADD) $(LIBS) isds-uint2isds_message_status$(EXEEXT): $(isds_uint2isds_message_status_OBJECTS) $(isds_uint2isds_message_status_DEPENDENCIES) $(EXTRA_isds_uint2isds_message_status_DEPENDENCIES) @rm -f isds-uint2isds_message_status$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_uint2isds_message_status_OBJECTS) $(isds_uint2isds_message_status_LDADD) $(LIBS) isds-usertype$(EXEEXT): $(isds_usertype_OBJECTS) $(isds_usertype_DEPENDENCIES) $(EXTRA_isds_usertype_DEPENDENCIES) @rm -f isds-usertype$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_usertype_OBJECTS) $(isds_usertype_LDADD) $(LIBS) isds_Address_duplicate$(EXEEXT): $(isds_Address_duplicate_OBJECTS) $(isds_Address_duplicate_DEPENDENCIES) $(EXTRA_isds_Address_duplicate_DEPENDENCIES) @rm -f isds_Address_duplicate$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_Address_duplicate_OBJECTS) $(isds_Address_duplicate_LDADD) $(LIBS) isds_Address_free$(EXEEXT): $(isds_Address_free_OBJECTS) $(isds_Address_free_DEPENDENCIES) $(EXTRA_isds_Address_free_DEPENDENCIES) @rm -f isds_Address_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_Address_free_OBJECTS) $(isds_Address_free_LDADD) $(LIBS) isds_BirthInfo_free$(EXEEXT): $(isds_BirthInfo_free_OBJECTS) $(isds_BirthInfo_free_DEPENDENCIES) $(EXTRA_isds_BirthInfo_free_DEPENDENCIES) @rm -f isds_BirthInfo_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_BirthInfo_free_OBJECTS) $(isds_BirthInfo_free_LDADD) $(LIBS) isds_DbOwnerInfo_duplicate$(EXEEXT): $(isds_DbOwnerInfo_duplicate_OBJECTS) $(isds_DbOwnerInfo_duplicate_DEPENDENCIES) $(EXTRA_isds_DbOwnerInfo_duplicate_DEPENDENCIES) @rm -f isds_DbOwnerInfo_duplicate$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_DbOwnerInfo_duplicate_OBJECTS) $(isds_DbOwnerInfo_duplicate_LDADD) $(LIBS) isds_DbOwnerInfo_free$(EXEEXT): $(isds_DbOwnerInfo_free_OBJECTS) $(isds_DbOwnerInfo_free_DEPENDENCIES) $(EXTRA_isds_DbOwnerInfo_free_DEPENDENCIES) @rm -f isds_DbOwnerInfo_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_DbOwnerInfo_free_OBJECTS) $(isds_DbOwnerInfo_free_LDADD) $(LIBS) isds_DbUserInfo_duplicate$(EXEEXT): $(isds_DbUserInfo_duplicate_OBJECTS) $(isds_DbUserInfo_duplicate_DEPENDENCIES) $(EXTRA_isds_DbUserInfo_duplicate_DEPENDENCIES) @rm -f isds_DbUserInfo_duplicate$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_DbUserInfo_duplicate_OBJECTS) $(isds_DbUserInfo_duplicate_LDADD) $(LIBS) isds_DbUserInfo_free$(EXEEXT): $(isds_DbUserInfo_free_OBJECTS) $(isds_DbUserInfo_free_DEPENDENCIES) $(EXTRA_isds_DbUserInfo_free_DEPENDENCIES) @rm -f isds_DbUserInfo_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_DbUserInfo_free_OBJECTS) $(isds_DbUserInfo_free_LDADD) $(LIBS) isds_PersonName_duplicate$(EXEEXT): $(isds_PersonName_duplicate_OBJECTS) $(isds_PersonName_duplicate_DEPENDENCIES) $(EXTRA_isds_PersonName_duplicate_DEPENDENCIES) @rm -f isds_PersonName_duplicate$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_PersonName_duplicate_OBJECTS) $(isds_PersonName_duplicate_LDADD) $(LIBS) isds_PersonName_free$(EXEEXT): $(isds_PersonName_free_OBJECTS) $(isds_PersonName_free_DEPENDENCIES) $(EXTRA_isds_PersonName_free_DEPENDENCIES) @rm -f isds_PersonName_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_PersonName_free_OBJECTS) $(isds_PersonName_free_LDADD) $(LIBS) isds_approval_free$(EXEEXT): $(isds_approval_free_OBJECTS) $(isds_approval_free_DEPENDENCIES) $(EXTRA_isds_approval_free_DEPENDENCIES) @rm -f isds_approval_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_approval_free_OBJECTS) $(isds_approval_free_LDADD) $(LIBS) isds_commercial_permission_free$(EXEEXT): $(isds_commercial_permission_free_OBJECTS) $(isds_commercial_permission_free_DEPENDENCIES) $(EXTRA_isds_commercial_permission_free_DEPENDENCIES) @rm -f isds_commercial_permission_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_commercial_permission_free_OBJECTS) $(isds_commercial_permission_free_LDADD) $(LIBS) isds_credentials_delivery_free$(EXEEXT): $(isds_credentials_delivery_free_OBJECTS) $(isds_credentials_delivery_free_DEPENDENCIES) $(EXTRA_isds_credentials_delivery_free_DEPENDENCIES) @rm -f isds_credentials_delivery_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_credentials_delivery_free_OBJECTS) $(isds_credentials_delivery_free_LDADD) $(LIBS) isds_credit_event_free$(EXEEXT): $(isds_credit_event_free_OBJECTS) $(isds_credit_event_free_DEPENDENCIES) $(EXTRA_isds_credit_event_free_DEPENDENCIES) @rm -f isds_credit_event_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_credit_event_free_OBJECTS) $(isds_credit_event_free_LDADD) $(LIBS) isds_document_free$(EXEEXT): $(isds_document_free_OBJECTS) $(isds_document_free_DEPENDENCIES) $(EXTRA_isds_document_free_DEPENDENCIES) @rm -f isds_document_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_document_free_OBJECTS) $(isds_document_free_LDADD) $(LIBS) isds_envelope_free$(EXEEXT): $(isds_envelope_free_OBJECTS) $(isds_envelope_free_DEPENDENCIES) $(EXTRA_isds_envelope_free_DEPENDENCIES) @rm -f isds_envelope_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_envelope_free_OBJECTS) $(isds_envelope_free_LDADD) $(LIBS) isds_event_free$(EXEEXT): $(isds_event_free_OBJECTS) $(isds_event_free_DEPENDENCIES) $(EXTRA_isds_event_free_DEPENDENCIES) @rm -f isds_event_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_event_free_OBJECTS) $(isds_event_free_LDADD) $(LIBS) isds_fulltext_result_free$(EXEEXT): $(isds_fulltext_result_free_OBJECTS) $(isds_fulltext_result_free_DEPENDENCIES) $(EXTRA_isds_fulltext_result_free_DEPENDENCIES) @rm -f isds_fulltext_result_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_fulltext_result_free_OBJECTS) $(isds_fulltext_result_free_LDADD) $(LIBS) isds_hash_free$(EXEEXT): $(isds_hash_free_OBJECTS) $(isds_hash_free_DEPENDENCIES) $(EXTRA_isds_hash_free_DEPENDENCIES) @rm -f isds_hash_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_hash_free_OBJECTS) $(isds_hash_free_LDADD) $(LIBS) isds_init$(EXEEXT): $(isds_init_OBJECTS) $(isds_init_DEPENDENCIES) $(EXTRA_isds_init_DEPENDENCIES) @rm -f isds_init$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_init_OBJECTS) $(isds_init_LDADD) $(LIBS) isds_list_free$(EXEEXT): $(isds_list_free_OBJECTS) $(isds_list_free_DEPENDENCIES) $(EXTRA_isds_list_free_DEPENDENCIES) @rm -f isds_list_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_list_free_OBJECTS) $(isds_list_free_LDADD) $(LIBS) isds_message_copy_free$(EXEEXT): $(isds_message_copy_free_OBJECTS) $(isds_message_copy_free_DEPENDENCIES) $(EXTRA_isds_message_copy_free_DEPENDENCIES) @rm -f isds_message_copy_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_message_copy_free_OBJECTS) $(isds_message_copy_free_LDADD) $(LIBS) isds_message_free$(EXEEXT): $(isds_message_free_OBJECTS) $(isds_message_free_DEPENDENCIES) $(EXTRA_isds_message_free_DEPENDENCIES) @rm -f isds_message_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_message_free_OBJECTS) $(isds_message_free_LDADD) $(LIBS) isds_message_status_change_free$(EXEEXT): $(isds_message_status_change_free_OBJECTS) $(isds_message_status_change_free_DEPENDENCIES) $(EXTRA_isds_message_status_change_free_DEPENDENCIES) @rm -f isds_message_status_change_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_message_status_change_free_OBJECTS) $(isds_message_status_change_free_LDADD) $(LIBS) isds_pki_credentials_free$(EXEEXT): $(isds_pki_credentials_free_OBJECTS) $(isds_pki_credentials_free_DEPENDENCIES) $(EXTRA_isds_pki_credentials_free_DEPENDENCIES) @rm -f isds_pki_credentials_free$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isds_pki_credentials_free_OBJECTS) $(isds_pki_credentials_free_LDADD) $(LIBS) load_raw$(EXEEXT): $(load_raw_OBJECTS) $(load_raw_DEPENDENCIES) $(EXTRA_load_raw_DEPENDENCIES) @rm -f load_raw$(EXEEXT) $(AM_V_CCLD)$(LINK) $(load_raw_OBJECTS) $(load_raw_LDADD) $(LIBS) normalize_mime_type$(EXEEXT): $(normalize_mime_type_OBJECTS) $(normalize_mime_type_DEPENDENCIES) $(EXTRA_normalize_mime_type_DEPENDENCIES) @rm -f normalize_mime_type$(EXEEXT) $(AM_V_CCLD)$(LINK) $(normalize_mime_type_OBJECTS) $(normalize_mime_type_LDADD) $(LIBS) prepare_environment$(EXEEXT): $(prepare_environment_OBJECTS) $(prepare_environment_DEPENDENCIES) $(EXTRA_prepare_environment_DEPENDENCIES) @rm -f prepare_environment$(EXEEXT) $(AM_V_CCLD)$(LINK) $(prepare_environment_OBJECTS) $(prepare_environment_LDADD) $(LIBS) soap-decode_header_value$(EXEEXT): $(soap_decode_header_value_OBJECTS) $(soap_decode_header_value_DEPENDENCIES) $(EXTRA_soap_decode_header_value_DEPENDENCIES) @rm -f soap-decode_header_value$(EXEEXT) $(AM_V_CCLD)$(LINK) $(soap_decode_header_value_OBJECTS) $(soap_decode_header_value_LDADD) $(LIBS) soap-string2isds_otp_resolution$(EXEEXT): $(soap_string2isds_otp_resolution_OBJECTS) $(soap_string2isds_otp_resolution_DEPENDENCIES) $(EXTRA_soap_string2isds_otp_resolution_DEPENDENCIES) @rm -f soap-string2isds_otp_resolution$(EXEEXT) $(AM_V_CCLD)$(LINK) $(soap_string2isds_otp_resolution_OBJECTS) $(soap_string2isds_otp_resolution_LDADD) $(LIBS) utf82locale$(EXEEXT): $(utf82locale_OBJECTS) $(utf82locale_DEPENDENCIES) $(EXTRA_utf82locale_DEPENDENCIES) @rm -f utf82locale$(EXEEXT) $(AM_V_CCLD)$(LINK) $(utf82locale_OBJECTS) $(utf82locale_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b64decode.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b64encode.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdecode.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cencode.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compute_hash.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/context.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto_gpg.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto_openssl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guess_raw_type.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init_crypto.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds-crediteventtype.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds-datestring2tm.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds-dbtype.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds-eventstring2event.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds-filemetatype.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds-hash_algorithm.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds-interpret_matches.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds-paymenttype.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds-sendertype.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds-timestring2timeval.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds-timeval2timestring.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds-tm2datestring.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds-uint2isds_message_status.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds-usertype.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_Address_duplicate.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_Address_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_BirthInfo_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_DbOwnerInfo_duplicate.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_DbOwnerInfo_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_DbUserInfo_duplicate.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_DbUserInfo_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_PersonName_duplicate.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_PersonName_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_approval_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_commercial_permission_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_credentials_delivery_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_credit_event_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_document_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_envelope_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_event_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_fulltext_result_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_hash_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_init.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_list_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_message_copy_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_message_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_message_status_change_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isds_pki_credentials_free.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load_raw.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalize_mime_type.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/physxml.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prepare_environment.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soap-decode_header_value.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soap-string2isds_otp_resolution.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soap.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf82locale.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/validator.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< test.o: ../test.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test.o -MD -MP -MF $(DEPDIR)/test.Tpo -c -o test.o `test -f '../test.c' || echo '$(srcdir)/'`../test.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test.Tpo $(DEPDIR)/test.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../test.c' object='test.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test.o `test -f '../test.c' || echo '$(srcdir)/'`../test.c test.obj: ../test.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test.obj -MD -MP -MF $(DEPDIR)/test.Tpo -c -o test.obj `if test -f '../test.c'; then $(CYGPATH_W) '../test.c'; else $(CYGPATH_W) '$(srcdir)/../test.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test.Tpo $(DEPDIR)/test.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../test.c' object='test.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test.obj `if test -f '../test.c'; then $(CYGPATH_W) '../test.c'; else $(CYGPATH_W) '$(srcdir)/../test.c'; fi` cdecode.o: $(LIBDIR)/cdecode.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdecode.o -MD -MP -MF $(DEPDIR)/cdecode.Tpo -c -o cdecode.o `test -f '$(LIBDIR)/cdecode.c' || echo '$(srcdir)/'`$(LIBDIR)/cdecode.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cdecode.Tpo $(DEPDIR)/cdecode.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/cdecode.c' object='cdecode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdecode.o `test -f '$(LIBDIR)/cdecode.c' || echo '$(srcdir)/'`$(LIBDIR)/cdecode.c cdecode.obj: $(LIBDIR)/cdecode.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdecode.obj -MD -MP -MF $(DEPDIR)/cdecode.Tpo -c -o cdecode.obj `if test -f '$(LIBDIR)/cdecode.c'; then $(CYGPATH_W) '$(LIBDIR)/cdecode.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/cdecode.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cdecode.Tpo $(DEPDIR)/cdecode.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/cdecode.c' object='cdecode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdecode.obj `if test -f '$(LIBDIR)/cdecode.c'; then $(CYGPATH_W) '$(LIBDIR)/cdecode.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/cdecode.c'; fi` cencode.o: $(LIBDIR)/cencode.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cencode.o -MD -MP -MF $(DEPDIR)/cencode.Tpo -c -o cencode.o `test -f '$(LIBDIR)/cencode.c' || echo '$(srcdir)/'`$(LIBDIR)/cencode.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cencode.Tpo $(DEPDIR)/cencode.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/cencode.c' object='cencode.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cencode.o `test -f '$(LIBDIR)/cencode.c' || echo '$(srcdir)/'`$(LIBDIR)/cencode.c cencode.obj: $(LIBDIR)/cencode.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cencode.obj -MD -MP -MF $(DEPDIR)/cencode.Tpo -c -o cencode.obj `if test -f '$(LIBDIR)/cencode.c'; then $(CYGPATH_W) '$(LIBDIR)/cencode.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/cencode.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cencode.Tpo $(DEPDIR)/cencode.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/cencode.c' object='cencode.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cencode.obj `if test -f '$(LIBDIR)/cencode.c'; then $(CYGPATH_W) '$(LIBDIR)/cencode.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/cencode.c'; fi` isds.o: $(LIBDIR)/isds.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isds.o -MD -MP -MF $(DEPDIR)/isds.Tpo -c -o isds.o `test -f '$(LIBDIR)/isds.c' || echo '$(srcdir)/'`$(LIBDIR)/isds.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/isds.Tpo $(DEPDIR)/isds.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/isds.c' object='isds.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isds.o `test -f '$(LIBDIR)/isds.c' || echo '$(srcdir)/'`$(LIBDIR)/isds.c isds.obj: $(LIBDIR)/isds.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isds.obj -MD -MP -MF $(DEPDIR)/isds.Tpo -c -o isds.obj `if test -f '$(LIBDIR)/isds.c'; then $(CYGPATH_W) '$(LIBDIR)/isds.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/isds.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/isds.Tpo $(DEPDIR)/isds.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/isds.c' object='isds.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isds.obj `if test -f '$(LIBDIR)/isds.c'; then $(CYGPATH_W) '$(LIBDIR)/isds.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/isds.c'; fi` physxml.o: $(LIBDIR)/physxml.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT physxml.o -MD -MP -MF $(DEPDIR)/physxml.Tpo -c -o physxml.o `test -f '$(LIBDIR)/physxml.c' || echo '$(srcdir)/'`$(LIBDIR)/physxml.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/physxml.Tpo $(DEPDIR)/physxml.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/physxml.c' object='physxml.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o physxml.o `test -f '$(LIBDIR)/physxml.c' || echo '$(srcdir)/'`$(LIBDIR)/physxml.c physxml.obj: $(LIBDIR)/physxml.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT physxml.obj -MD -MP -MF $(DEPDIR)/physxml.Tpo -c -o physxml.obj `if test -f '$(LIBDIR)/physxml.c'; then $(CYGPATH_W) '$(LIBDIR)/physxml.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/physxml.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/physxml.Tpo $(DEPDIR)/physxml.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/physxml.c' object='physxml.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o physxml.obj `if test -f '$(LIBDIR)/physxml.c'; then $(CYGPATH_W) '$(LIBDIR)/physxml.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/physxml.c'; fi` utils.o: $(LIBDIR)/utils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utils.o -MD -MP -MF $(DEPDIR)/utils.Tpo -c -o utils.o `test -f '$(LIBDIR)/utils.c' || echo '$(srcdir)/'`$(LIBDIR)/utils.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/utils.Tpo $(DEPDIR)/utils.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/utils.c' object='utils.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utils.o `test -f '$(LIBDIR)/utils.c' || echo '$(srcdir)/'`$(LIBDIR)/utils.c utils.obj: $(LIBDIR)/utils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utils.obj -MD -MP -MF $(DEPDIR)/utils.Tpo -c -o utils.obj `if test -f '$(LIBDIR)/utils.c'; then $(CYGPATH_W) '$(LIBDIR)/utils.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/utils.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/utils.Tpo $(DEPDIR)/utils.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/utils.c' object='utils.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utils.obj `if test -f '$(LIBDIR)/utils.c'; then $(CYGPATH_W) '$(LIBDIR)/utils.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/utils.c'; fi` validator.o: $(LIBDIR)/validator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT validator.o -MD -MP -MF $(DEPDIR)/validator.Tpo -c -o validator.o `test -f '$(LIBDIR)/validator.c' || echo '$(srcdir)/'`$(LIBDIR)/validator.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/validator.Tpo $(DEPDIR)/validator.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/validator.c' object='validator.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o validator.o `test -f '$(LIBDIR)/validator.c' || echo '$(srcdir)/'`$(LIBDIR)/validator.c validator.obj: $(LIBDIR)/validator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT validator.obj -MD -MP -MF $(DEPDIR)/validator.Tpo -c -o validator.obj `if test -f '$(LIBDIR)/validator.c'; then $(CYGPATH_W) '$(LIBDIR)/validator.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/validator.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/validator.Tpo $(DEPDIR)/validator.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/validator.c' object='validator.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o validator.obj `if test -f '$(LIBDIR)/validator.c'; then $(CYGPATH_W) '$(LIBDIR)/validator.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/validator.c'; fi` crypto_openssl.o: $(LIBDIR)/crypto_openssl.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_openssl.o -MD -MP -MF $(DEPDIR)/crypto_openssl.Tpo -c -o crypto_openssl.o `test -f '$(LIBDIR)/crypto_openssl.c' || echo '$(srcdir)/'`$(LIBDIR)/crypto_openssl.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/crypto_openssl.Tpo $(DEPDIR)/crypto_openssl.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/crypto_openssl.c' object='crypto_openssl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_openssl.o `test -f '$(LIBDIR)/crypto_openssl.c' || echo '$(srcdir)/'`$(LIBDIR)/crypto_openssl.c crypto_openssl.obj: $(LIBDIR)/crypto_openssl.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_openssl.obj -MD -MP -MF $(DEPDIR)/crypto_openssl.Tpo -c -o crypto_openssl.obj `if test -f '$(LIBDIR)/crypto_openssl.c'; then $(CYGPATH_W) '$(LIBDIR)/crypto_openssl.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/crypto_openssl.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/crypto_openssl.Tpo $(DEPDIR)/crypto_openssl.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/crypto_openssl.c' object='crypto_openssl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_openssl.obj `if test -f '$(LIBDIR)/crypto_openssl.c'; then $(CYGPATH_W) '$(LIBDIR)/crypto_openssl.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/crypto_openssl.c'; fi` crypto_gpg.o: $(LIBDIR)/crypto_gpg.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_gpg.o -MD -MP -MF $(DEPDIR)/crypto_gpg.Tpo -c -o crypto_gpg.o `test -f '$(LIBDIR)/crypto_gpg.c' || echo '$(srcdir)/'`$(LIBDIR)/crypto_gpg.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/crypto_gpg.Tpo $(DEPDIR)/crypto_gpg.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/crypto_gpg.c' object='crypto_gpg.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_gpg.o `test -f '$(LIBDIR)/crypto_gpg.c' || echo '$(srcdir)/'`$(LIBDIR)/crypto_gpg.c crypto_gpg.obj: $(LIBDIR)/crypto_gpg.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_gpg.obj -MD -MP -MF $(DEPDIR)/crypto_gpg.Tpo -c -o crypto_gpg.obj `if test -f '$(LIBDIR)/crypto_gpg.c'; then $(CYGPATH_W) '$(LIBDIR)/crypto_gpg.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/crypto_gpg.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/crypto_gpg.Tpo $(DEPDIR)/crypto_gpg.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/crypto_gpg.c' object='crypto_gpg.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_gpg.obj `if test -f '$(LIBDIR)/crypto_gpg.c'; then $(CYGPATH_W) '$(LIBDIR)/crypto_gpg.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/crypto_gpg.c'; fi` soap.o: $(LIBDIR)/soap.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT soap.o -MD -MP -MF $(DEPDIR)/soap.Tpo -c -o soap.o `test -f '$(LIBDIR)/soap.c' || echo '$(srcdir)/'`$(LIBDIR)/soap.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/soap.Tpo $(DEPDIR)/soap.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/soap.c' object='soap.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o soap.o `test -f '$(LIBDIR)/soap.c' || echo '$(srcdir)/'`$(LIBDIR)/soap.c soap.obj: $(LIBDIR)/soap.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT soap.obj -MD -MP -MF $(DEPDIR)/soap.Tpo -c -o soap.obj `if test -f '$(LIBDIR)/soap.c'; then $(CYGPATH_W) '$(LIBDIR)/soap.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/soap.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/soap.Tpo $(DEPDIR)/soap.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/soap.c' object='soap.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o soap.obj `if test -f '$(LIBDIR)/soap.c'; then $(CYGPATH_W) '$(LIBDIR)/soap.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/soap.c'; fi` win32.o: $(LIBDIR)/win32.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT win32.o -MD -MP -MF $(DEPDIR)/win32.Tpo -c -o win32.o `test -f '$(LIBDIR)/win32.c' || echo '$(srcdir)/'`$(LIBDIR)/win32.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/win32.Tpo $(DEPDIR)/win32.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/win32.c' object='win32.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o win32.o `test -f '$(LIBDIR)/win32.c' || echo '$(srcdir)/'`$(LIBDIR)/win32.c win32.obj: $(LIBDIR)/win32.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT win32.obj -MD -MP -MF $(DEPDIR)/win32.Tpo -c -o win32.obj `if test -f '$(LIBDIR)/win32.c'; then $(CYGPATH_W) '$(LIBDIR)/win32.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/win32.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/win32.Tpo $(DEPDIR)/win32.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/win32.c' object='win32.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o win32.obj `if test -f '$(LIBDIR)/win32.c'; then $(CYGPATH_W) '$(LIBDIR)/win32.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/win32.c'; fi` unix.o: $(LIBDIR)/unix.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unix.o -MD -MP -MF $(DEPDIR)/unix.Tpo -c -o unix.o `test -f '$(LIBDIR)/unix.c' || echo '$(srcdir)/'`$(LIBDIR)/unix.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/unix.Tpo $(DEPDIR)/unix.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/unix.c' object='unix.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unix.o `test -f '$(LIBDIR)/unix.c' || echo '$(srcdir)/'`$(LIBDIR)/unix.c unix.obj: $(LIBDIR)/unix.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unix.obj -MD -MP -MF $(DEPDIR)/unix.Tpo -c -o unix.obj `if test -f '$(LIBDIR)/unix.c'; then $(CYGPATH_W) '$(LIBDIR)/unix.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/unix.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/unix.Tpo $(DEPDIR)/unix.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(LIBDIR)/unix.c' object='unix.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unix.obj `if test -f '$(LIBDIR)/unix.c'; then $(CYGPATH_W) '$(LIBDIR)/unix.c'; else $(CYGPATH_W) '$(srcdir)/$(LIBDIR)/unix.c'; fi` mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags # Recover from deleted '.trs' file; this should ensure that # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells # to avoid problems with "make -n". .log.trs: rm -f $< $@ $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not # expand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ redo_bases=`for i in $$bases; do \ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ done`; \ if test -n "$$redo_bases"; then \ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ if $(am__make_dryrun); then :; else \ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ fi; \ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ else \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ st=0; \ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ for i in $$redo_bases; do \ test -f $$i.trs && test -r $$i.trs \ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ test -f $$i.log && test -r $$i.log \ || { echo "$$errmsg $$i.log" >&2; st=1; }; \ done; \ test $$st -eq 0 || exit 1; \ fi @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ ws='[ ]'; \ results=`for b in $$bases; do echo $$b.trs; done`; \ test -n "$$results" || results=/dev/null; \ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$$br$$br$$br$$br; \ result_count () \ { \ if test x"$$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$$1 count=$$2; \ if test $$maybe_colorize = yes && test $$count -gt 0; then \ color_start=$$3 color_end=$$std; \ else \ color_start= color_end=; \ fi; \ echo "$${color_start}# $$desc $$count$${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $$1 "TOTAL:" $$all "$$brg"; \ result_count $$1 "PASS: " $$pass "$$grn"; \ result_count $$1 "SKIP: " $$skip "$$blu"; \ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ result_count $$1 "FAIL: " $$fail "$$red"; \ result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $$bases; do echo $$b; done \ | $(am__create_global_log); \ } >$(TEST_SUITE_LOG).tmp || exit 1; \ mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ if $$success; then \ col="$$grn"; \ else \ col="$$red"; \ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ log_list=`for i in $$bases; do echo $$i.log; done`; \ log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? prepare_environment.log: prepare_environment$(EXEEXT) @p='prepare_environment$(EXEEXT)'; \ b='prepare_environment'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) b64decode.log: b64decode$(EXEEXT) @p='b64decode$(EXEEXT)'; \ b='b64decode'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) b64encode.log: b64encode$(EXEEXT) @p='b64encode$(EXEEXT)'; \ b='b64encode'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) compute_hash.log: compute_hash$(EXEEXT) @p='compute_hash$(EXEEXT)'; \ b='compute_hash'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) context.log: context$(EXEEXT) @p='context$(EXEEXT)'; \ b='context'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) guess_raw_type.log: guess_raw_type$(EXEEXT) @p='guess_raw_type$(EXEEXT)'; \ b='guess_raw_type'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) init_crypto.log: init_crypto$(EXEEXT) @p='init_crypto$(EXEEXT)'; \ b='init_crypto'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_init.log: isds_init$(EXEEXT) @p='isds_init$(EXEEXT)'; \ b='isds_init'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) load_raw.log: load_raw$(EXEEXT) @p='load_raw$(EXEEXT)'; \ b='load_raw'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) normalize_mime_type.log: normalize_mime_type$(EXEEXT) @p='normalize_mime_type$(EXEEXT)'; \ b='normalize_mime_type'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) utf82locale.log: utf82locale$(EXEEXT) @p='utf82locale$(EXEEXT)'; \ b='utf82locale'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_list_free.log: isds_list_free$(EXEEXT) @p='isds_list_free$(EXEEXT)'; \ b='isds_list_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_pki_credentials_free.log: isds_pki_credentials_free$(EXEEXT) @p='isds_pki_credentials_free$(EXEEXT)'; \ b='isds_pki_credentials_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_hash_free.log: isds_hash_free$(EXEEXT) @p='isds_hash_free$(EXEEXT)'; \ b='isds_hash_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_PersonName_free.log: isds_PersonName_free$(EXEEXT) @p='isds_PersonName_free$(EXEEXT)'; \ b='isds_PersonName_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_BirthInfo_free.log: isds_BirthInfo_free$(EXEEXT) @p='isds_BirthInfo_free$(EXEEXT)'; \ b='isds_BirthInfo_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_Address_free.log: isds_Address_free$(EXEEXT) @p='isds_Address_free$(EXEEXT)'; \ b='isds_Address_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_DbOwnerInfo_free.log: isds_DbOwnerInfo_free$(EXEEXT) @p='isds_DbOwnerInfo_free$(EXEEXT)'; \ b='isds_DbOwnerInfo_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_DbUserInfo_free.log: isds_DbUserInfo_free$(EXEEXT) @p='isds_DbUserInfo_free$(EXEEXT)'; \ b='isds_DbUserInfo_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_event_free.log: isds_event_free$(EXEEXT) @p='isds_event_free$(EXEEXT)'; \ b='isds_event_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_envelope_free.log: isds_envelope_free$(EXEEXT) @p='isds_envelope_free$(EXEEXT)'; \ b='isds_envelope_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_document_free.log: isds_document_free$(EXEEXT) @p='isds_document_free$(EXEEXT)'; \ b='isds_document_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_message_free.log: isds_message_free$(EXEEXT) @p='isds_message_free$(EXEEXT)'; \ b='isds_message_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_message_copy_free.log: isds_message_copy_free$(EXEEXT) @p='isds_message_copy_free$(EXEEXT)'; \ b='isds_message_copy_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_message_status_change_free.log: isds_message_status_change_free$(EXEEXT) @p='isds_message_status_change_free$(EXEEXT)'; \ b='isds_message_status_change_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_approval_free.log: isds_approval_free$(EXEEXT) @p='isds_approval_free$(EXEEXT)'; \ b='isds_approval_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_commercial_permission_free.log: isds_commercial_permission_free$(EXEEXT) @p='isds_commercial_permission_free$(EXEEXT)'; \ b='isds_commercial_permission_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_credentials_delivery_free.log: isds_credentials_delivery_free$(EXEEXT) @p='isds_credentials_delivery_free$(EXEEXT)'; \ b='isds_credentials_delivery_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_credit_event_free.log: isds_credit_event_free$(EXEEXT) @p='isds_credit_event_free$(EXEEXT)'; \ b='isds_credit_event_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_fulltext_result_free.log: isds_fulltext_result_free$(EXEEXT) @p='isds_fulltext_result_free$(EXEEXT)'; \ b='isds_fulltext_result_free'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_PersonName_duplicate.log: isds_PersonName_duplicate$(EXEEXT) @p='isds_PersonName_duplicate$(EXEEXT)'; \ b='isds_PersonName_duplicate'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_Address_duplicate.log: isds_Address_duplicate$(EXEEXT) @p='isds_Address_duplicate$(EXEEXT)'; \ b='isds_Address_duplicate'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_DbOwnerInfo_duplicate.log: isds_DbOwnerInfo_duplicate$(EXEEXT) @p='isds_DbOwnerInfo_duplicate$(EXEEXT)'; \ b='isds_DbOwnerInfo_duplicate'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds_DbUserInfo_duplicate.log: isds_DbUserInfo_duplicate$(EXEEXT) @p='isds_DbUserInfo_duplicate$(EXEEXT)'; \ b='isds_DbUserInfo_duplicate'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds-filemetatype.log: isds-filemetatype$(EXEEXT) @p='isds-filemetatype$(EXEEXT)'; \ b='isds-filemetatype'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds-hash_algorithm.log: isds-hash_algorithm$(EXEEXT) @p='isds-hash_algorithm$(EXEEXT)'; \ b='isds-hash_algorithm'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds-timestring2timeval.log: isds-timestring2timeval$(EXEEXT) @p='isds-timestring2timeval$(EXEEXT)'; \ b='isds-timestring2timeval'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds-uint2isds_message_status.log: isds-uint2isds_message_status$(EXEEXT) @p='isds-uint2isds_message_status$(EXEEXT)'; \ b='isds-uint2isds_message_status'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds-eventstring2event.log: isds-eventstring2event$(EXEEXT) @p='isds-eventstring2event$(EXEEXT)'; \ b='isds-eventstring2event'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds-dbtype.log: isds-dbtype$(EXEEXT) @p='isds-dbtype$(EXEEXT)'; \ b='isds-dbtype'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds-sendertype.log: isds-sendertype$(EXEEXT) @p='isds-sendertype$(EXEEXT)'; \ b='isds-sendertype'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds-usertype.log: isds-usertype$(EXEEXT) @p='isds-usertype$(EXEEXT)'; \ b='isds-usertype'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds-paymenttype.log: isds-paymenttype$(EXEEXT) @p='isds-paymenttype$(EXEEXT)'; \ b='isds-paymenttype'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds-crediteventtype.log: isds-crediteventtype$(EXEEXT) @p='isds-crediteventtype$(EXEEXT)'; \ b='isds-crediteventtype'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds-datestring2tm.log: isds-datestring2tm$(EXEEXT) @p='isds-datestring2tm$(EXEEXT)'; \ b='isds-datestring2tm'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds-tm2datestring.log: isds-tm2datestring$(EXEEXT) @p='isds-tm2datestring$(EXEEXT)'; \ b='isds-tm2datestring'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds-timeval2timestring.log: isds-timeval2timestring$(EXEEXT) @p='isds-timeval2timestring$(EXEEXT)'; \ b='isds-timeval2timestring'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isds-interpret_matches.log: isds-interpret_matches$(EXEEXT) @p='isds-interpret_matches$(EXEEXT)'; \ b='isds-interpret_matches'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) soap-decode_header_value.log: soap-decode_header_value$(EXEEXT) @p='soap-decode_header_value$(EXEEXT)'; \ b='soap-decode_header_value'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) soap-string2isds_otp_resolution.log: soap-string2isds_otp_resolution$(EXEEXT) @p='soap-string2isds_otp_resolution$(EXEEXT)'; \ b='soap-string2isds_otp_resolution'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) .test.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) @am__EXEEXT_TRUE@.test$(EXEEXT).log: @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile $(PROGRAMS) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ recheck tags tags-am uninstall uninstall-am export VERBOSE=1 # To fake home dir for gnupg2 export HOME=@top_builddir@ # Tests that need .gnupg guess_raw_type.log load_raw.log: prepare_environment.log # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libisds-0.10.7/test/offline/isds_DbOwnerInfo_free.c0000644000076400001440000000461613130406756017131 00000000000000#include "../test.h" #include "isds.h" static int test_isds_DbOwnerInfo_free( struct isds_DbOwnerInfo **DbOwnerInfo) { isds_DbOwnerInfo_free(DbOwnerInfo); if (!DbOwnerInfo) PASS_TEST; if (*DbOwnerInfo) FAIL_TEST("isds_DbOwnerInfo_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_DbOwnerInfo_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_DbOwnerInfo *DbOwnerInfo = NULL; TEST("NULL", test_isds_DbOwnerInfo_free, NULL); TEST("*NULL", test_isds_DbOwnerInfo_free, &DbOwnerInfo); TEST_CALLOC(DbOwnerInfo); TEST("Empty structure", test_isds_DbOwnerInfo_free, &DbOwnerInfo); /* Full structure */ TEST_CALLOC(DbOwnerInfo); TEST_FILL_STRING(DbOwnerInfo->dbID); TEST_FILL_INT(DbOwnerInfo->dbType); TEST_FILL_STRING(DbOwnerInfo->ic); TEST_CALLOC(DbOwnerInfo->personName); /* Name of person */ TEST_FILL_STRING(DbOwnerInfo->personName->pnFirstName); TEST_FILL_STRING(DbOwnerInfo->personName->pnMiddleName); TEST_FILL_STRING(DbOwnerInfo->personName->pnLastName); TEST_FILL_STRING(DbOwnerInfo->personName->pnLastNameAtBirth); TEST_FILL_STRING(DbOwnerInfo->firmName); TEST_CALLOC(DbOwnerInfo->birthInfo); /* Birth of person */ TEST_CALLOC(DbOwnerInfo->birthInfo->biDate); /* Date of Birth */ TEST_FILL_STRING(DbOwnerInfo->birthInfo->biCity); TEST_FILL_STRING(DbOwnerInfo->birthInfo->biCounty); TEST_FILL_STRING(DbOwnerInfo->birthInfo->biState); TEST_CALLOC(DbOwnerInfo->address); /* Post address */ TEST_FILL_STRING(DbOwnerInfo->address->adCity); TEST_FILL_STRING(DbOwnerInfo->address->adStreet); TEST_FILL_STRING(DbOwnerInfo->address->adNumberInStreet); TEST_FILL_STRING(DbOwnerInfo->address->adNumberInMunicipality); TEST_FILL_STRING(DbOwnerInfo->address->adZipCode); TEST_FILL_STRING(DbOwnerInfo->address->adState); TEST_FILL_STRING(DbOwnerInfo->nationality); TEST_FILL_STRING(DbOwnerInfo->email); TEST_FILL_STRING(DbOwnerInfo->telNumber); TEST_FILL_STRING(DbOwnerInfo->identifier); TEST_FILL_STRING(DbOwnerInfo->registryCode); TEST_FILL_INT(DbOwnerInfo->dbState); TEST_FILL_INT(DbOwnerInfo->dbEffectiveOVM); TEST_FILL_INT(DbOwnerInfo->dbOpenAddressing); TEST("Full structure", test_isds_DbOwnerInfo_free, &DbOwnerInfo); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds_Address_duplicate.c0000644000076400001440000000310713130406756017365 00000000000000#include "../test.h" #include "isds.h" #include static int test_isds_Address_duplicate(struct isds_Address *origin) { struct isds_Address *copy = isds_Address_duplicate(origin); TEST_DESTRUCTOR((void(*)(void*))isds_Address_free, (void *)©); if (!origin) { if (copy) FAIL_TEST("Duplicate of NULL should be NULL"); PASS_TEST; } if (!copy) FAIL_TEST("isds_Address_duplicate() returned NULL instead of " "pointer to copy"); TEST_STRING_DUPLICITY(origin->adCity, copy->adCity); TEST_STRING_DUPLICITY(origin->adStreet, copy->adStreet); TEST_STRING_DUPLICITY(origin->adNumberInStreet, copy->adNumberInStreet); TEST_STRING_DUPLICITY(origin->adNumberInMunicipality, copy->adNumberInMunicipality); TEST_STRING_DUPLICITY(origin->adZipCode, copy->adZipCode); TEST_STRING_DUPLICITY(origin->adState, copy->adState); PASS_TEST; } int main(void) { INIT_TEST("isds_Address_duplicate()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); TEST("NULL", test_isds_Address_duplicate, NULL); struct isds_Address empty; memset(&empty, 0, sizeof(empty)); TEST("Empty structure", test_isds_Address_duplicate, &empty); /* Full structure */ struct isds_Address full = { .adCity = "1", .adStreet = "2", .adNumberInStreet = "3", .adNumberInMunicipality = "4", .adZipCode = "5", .adState = "6" }; TEST("Full structure", test_isds_Address_duplicate, &full); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/compute_hash.c0000644000076400001440000001153412451755240015406 00000000000000#include "../test.h" #include "crypto.h" #include static int cmp_hash (const struct isds_hash *h1, const struct isds_hash *h2) { if (h1 == NULL && h2 == NULL) PASS_TEST; if (!(h1 != NULL && h2 != NULL)) FAIL_TEST("Hash structure is NULL and shouldn't be or vice versa"); if (h1->algorithm != h2->algorithm) FAIL_TEST("Wrong hash algorithm"); if (h1->length != h2->length) FAIL_TEST("Wrong hash length"); for (size_t i = 0; i < h1->length; i++) { if (((uint8_t *) (h1->value))[i] != ((uint8_t *) (h2->value))[i]) FAIL_TEST("Wrong hash value"); } PASS_TEST; } static int test_compute_hash(const isds_error error, const struct isds_hash *correct, struct isds_hash *test, const void *input, const size_t input_length) { isds_error err; int status; if (!correct || !test) return 1; err = _isds_compute_hash(input, input_length, test); if (err != error) { free(test->value); test->value = NULL; FAIL_TEST("Wrong return value"); } if (!err) { status = cmp_hash(correct, test); } else { status = 0; } free(test->value); test->value = NULL; return (status); } int main(void) { INIT_TEST("compute_hash"); if (_isds_init_crypto()) ABORT_UNIT("init_crypto() failed"); char input[] = "42"; struct isds_hash test = { .algorithm = HASH_ALGORITHM_SHA_1, .length = 0, .value = NULL }; struct isds_hash correct = { .algorithm = HASH_ALGORITHM_SHA_1, .length = 20, .value = (uint8_t[]) { 0x27, 0x45, 0x34, 0x43, 0x27, 0x4a, 0x2d, 0x9c, 0xe2, 0xca, 0xfe, 0x6f, 0xe0, 0x16, 0x3a, 0x4a, 0x32, 0x74, 0x62, 0xaa } }; TEST("standard SHA1", test_compute_hash, IE_SUCCESS, &correct, &test, input, sizeof(input)); TEST("NULL input", test_compute_hash, IE_INVAL, &correct, &test, NULL, 1); correct.value = (uint8_t[]) { 0xda, 0x39, 0xa3, 0xee, 0x5e, 0x6b, 0x4b, 0x0d, 0x32, 0x55, 0xbf, 0xef, 0x95, 0x60, 0x18, 0x90, 0xaf, 0xd8, 0x07, 0x09 }; test.algorithm = HASH_ALGORITHM_SHA_1; TEST("zero length with NULL input", test_compute_hash, IE_SUCCESS, &correct, &test, NULL, 0); correct.algorithm = HASH_ALGORITHM_MD5; correct.length = 16; correct.value = (uint8_t[]) { 0x67, 0x54, 0x80, 0xc6, 0x5a, 0x65, 0x57, 0x6e, 0xdf, 0xf9, 0x26, 0xa7, 0xf0, 0xa8, 0x25, 0x70 }; test.algorithm = HASH_ALGORITHM_MD5; TEST("MD5", test_compute_hash, IE_SUCCESS, &correct, &test, input, sizeof(input)); correct.algorithm = HASH_ALGORITHM_SHA_224; correct.length = 28; correct.value = (uint8_t[]) { 0x58, 0x8d, 0x39, 0xd2, 0x1a, 0x1f, 0xef, 0x0b, 0x89, 0xdf, 0x62, 0x1b, 0x3e, 0xb1, 0x41, 0x62, 0x70, 0x22, 0xe5, 0x8f, 0xe9, 0x25, 0x83, 0x06, 0x73, 0xcb, 0x2b, 0x03 }; test.algorithm = HASH_ALGORITHM_SHA_224; TEST("SHA-224", test_compute_hash, IE_SUCCESS, &correct, &test, input, sizeof(input)); correct.algorithm = HASH_ALGORITHM_SHA_256; correct.length = 32; correct.value = (uint8_t[]) { 0xe0, 0x8d, 0xe2, 0x65, 0x65, 0x32, 0xc1, 0x05, 0x88, 0xb5, 0xbf, 0x37, 0x06, 0x0f, 0x4c, 0xc6, 0xec, 0xff, 0x71, 0x7a, 0xa3, 0x93, 0x54, 0x59, 0x4e, 0x92, 0x57, 0xc1, 0x8b, 0x47, 0xb7, 0x5a }; test.algorithm = HASH_ALGORITHM_SHA_256; TEST("SHA-256", test_compute_hash, IE_SUCCESS, &correct, &test, input, sizeof(input)); correct.algorithm = HASH_ALGORITHM_SHA_384; correct.length = 48; correct.value = (uint8_t[]) { 0x81, 0x2b, 0x94, 0x0b, 0x9c, 0x58, 0x60, 0x31, 0xb8, 0x20, 0x4b, 0xa7, 0xf1, 0x96, 0xdb, 0x5b, 0xfe, 0x55, 0xec, 0x87, 0x33, 0x92, 0x78, 0x5a, 0x78, 0x0a, 0x38, 0xe4, 0xaa, 0x9e, 0xe0, 0x4d, 0x0b, 0xbe, 0x55, 0x43, 0x2c, 0x9a, 0x85, 0x29, 0xb4, 0x8d, 0x6b, 0x6f, 0xea, 0xd1, 0x95, 0xa8 }; test.algorithm = HASH_ALGORITHM_SHA_384; TEST("SHA-384", test_compute_hash, IE_SUCCESS, &correct, &test, input, sizeof(input)); correct.algorithm = HASH_ALGORITHM_SHA_512; correct.length = 64; correct.value = (uint8_t[]) { 0x37, 0x39, 0x43, 0x2c, 0x23, 0x33, 0x2b, 0x88, 0x8d, 0x09, 0xfb, 0xab, 0xf5, 0x51, 0x8f, 0xb5, 0x0b, 0xf1, 0xc8, 0x7a, 0x7f, 0x28, 0x23, 0xcb, 0xf2, 0x64, 0xf3, 0xae, 0x73, 0xa8, 0xf1, 0x75, 0x88, 0xc6, 0x3f, 0xc4, 0xfd, 0x25, 0x5b, 0x4c, 0xbc, 0xdb, 0x0d, 0x0d, 0xb1, 0x05, 0x15, 0x4f, 0x7c, 0x63, 0xd8, 0xb0, 0xe2, 0x6f, 0x31, 0x81, 0x41, 0xec, 0xec, 0xd1, 0x02, 0x45, 0x6b, 0xf6 }; test.algorithm = HASH_ALGORITHM_SHA_512; TEST("SHA-512", test_compute_hash, IE_SUCCESS, &correct, &test, input, sizeof(input)); SUM_TEST(); } libisds-0.10.7/test/offline/isds_message_status_change_free.c0000644000076400001440000000231012451755240021276 00000000000000#include "../test.h" #include "isds.h" static int test_isds_message_status_change_free( struct isds_message_status_change **message_status_change) { isds_message_status_change_free(message_status_change); if (!message_status_change) PASS_TEST; if (*message_status_change) FAIL_TEST("isds_message_status_change_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_message_status_change_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_message_status_change *message_status_change = NULL; TEST("NULL", test_isds_message_status_change_free, NULL); TEST("*NULL", test_isds_message_status_change_free, &message_status_change); TEST_CALLOC(message_status_change); TEST("Empty structure", test_isds_message_status_change_free, &message_status_change); TEST_CALLOC(message_status_change); TEST_FILL_STRING(message_status_change->dmID); TEST_CALLOC(message_status_change->time); TEST_FILL_INT(message_status_change->dmMessageStatus); TEST("Full structure", test_isds_message_status_change_free, &message_status_change); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds-datestring2tm.c0000644000076400001440000000374712451755240016465 00000000000000#include "../test.h" #include "isds.c" static int test_datestring2tm(const xmlChar *date, const isds_error error, const struct tm *correct_tm, struct tm *new_tm) { isds_error err; err = _isds_datestring2tm(date, new_tm); if (err != error) FAIL_TEST("_isds_datestring2tm() returned unexpected code: " "expected=%s got=%s", isds_strerror(error), isds_strerror(err)); if (err) PASS_TEST; if (correct_tm->tm_year != new_tm->tm_year) FAIL_TEST("Returned struct tm differs in tm_year: expected=%d, got=%d", correct_tm->tm_year, new_tm->tm_year); if (correct_tm->tm_mon != new_tm->tm_mon) FAIL_TEST("Returned struct tm differs in tm_mon: expected=%d, got=%d", correct_tm->tm_mon, new_tm->tm_mon); if (correct_tm->tm_mday != new_tm->tm_mday) FAIL_TEST("Returned struct tm differs in tm_mday: expected=%d, got=%d", correct_tm->tm_mday, new_tm->tm_mday); PASS_TEST; } int main(void) { INIT_TEST("ISO date string to tm conversion"); struct tm output; char *input = "2001-02-03"; struct tm date = {.tm_year = 101, .tm_mon = 1, .tm_mday = 3}; TEST(input, test_datestring2tm, BAD_CAST input, IE_SUCCESS, &date, &output); input = "20010203"; TEST(input, test_datestring2tm, BAD_CAST input, IE_SUCCESS, &date, &output); input = "2001-34"; TEST(input, test_datestring2tm, BAD_CAST input, IE_SUCCESS, &date, &output); input = "2001-02-03T05:06"; TEST(input, test_datestring2tm, BAD_CAST input, IE_NOTSUP, &date, &output); input = "foo bar"; TEST(input, test_datestring2tm, BAD_CAST input, IE_NOTSUP, &date, &output); TEST("Empty input", test_datestring2tm, BAD_CAST "", IE_NOTSUP, &date, &output); input = NULL; TEST(input, test_datestring2tm, BAD_CAST input, IE_INVAL, &date, &output); TEST("NULL output pointer", test_datestring2tm, BAD_CAST "", IE_INVAL, NULL, NULL); SUM_TEST(); } libisds-0.10.7/test/offline/load_raw.c0000644000076400001440000001223412451755240014515 00000000000000#include "../test.h" #include "crypto.h" #include struct test { char *name; char *file; isds_raw_type type; _Bool should_pass; }; static int test_load_message(struct isds_ctx *context, const struct test *test) { isds_error err; int fd; void *buffer = NULL; size_t length = 0; struct isds_message *message = NULL; if (!test) return 1; if (test_mmap_file(test->file, &fd, &buffer, &length)) FAIL_TEST("Could not load test data from `%s' file", test->file); if (!test->should_pass) /* Do not log expected XML parser failures */ isds_set_logging(ILF_XML, ILL_NONE); else isds_set_logging(ILF_ALL, ILL_WARNING); err = isds_load_message(context, test->type, buffer, length, &message, BUFFER_DONT_STORE); isds_message_free(&message); test_munmap_file(fd, buffer, length); if (test->should_pass) { if (err) FAIL_TEST("Message loading should succeded: got=%s", isds_strerror(err)); } else { if (!err) FAIL_TEST("Message loading should fail: got=%s", isds_strerror(err)); } PASS_TEST; } static int test_load_delivery(struct isds_ctx *context, const struct test *test) { isds_error err; int fd; void *buffer = NULL; size_t length = 0; struct isds_message *message = NULL; if (!test) return 1; if (test_mmap_file(test->file, &fd, &buffer, &length)) FAIL_TEST("Could not load test data from `%s' file", test->file); err = isds_load_delivery_info(context, test->type, buffer, length, &message, BUFFER_DONT_STORE); isds_message_free(&message); test_munmap_file(fd, buffer, length); if (test->should_pass) { if (err) FAIL_TEST("Message loading should succeded: got=%s", isds_strerror(err)); } else { if (!err) FAIL_TEST("Message loading should fail: got=%s", isds_strerror(err)); } PASS_TEST; } int main(void) { struct test messages[] = { { .name = "unsigned incoming message", .file = SRCDIR "/server/messages/received_message-151916.xml", .type = RAWTYPE_INCOMING_MESSAGE, .should_pass = 1 }, { .name = "plain signed incoming message", .file = SRCDIR "/server/messages/received_signed_message-330141.xml", .type = RAWTYPE_PLAIN_SIGNED_INCOMING_MESSAGE, .should_pass = 1 }, { .name = "CMS signed incoming message", .file = SRCDIR "/server/messages/received_message-330141.zfo", .type = RAWTYPE_CMS_SIGNED_INCOMING_MESSAGE, .should_pass = 1 }, { .name = "plain signed sent message", .file = SRCDIR "/server/messages/sent_message-206720.xml", .type = RAWTYPE_PLAIN_SIGNED_OUTGOING_MESSAGE, .should_pass = 1 }, { .name = "CMS signed sent message", .file = SRCDIR "/server/messages/signed_sent_message-151874.zfo", .type = RAWTYPE_CMS_SIGNED_OUTGOING_MESSAGE, .should_pass = 1 }, { .name = "plain signed sent message with XML documents", .file = SRCDIR "/server/messages/signed_sent_xml_message-376701.xml", .type = RAWTYPE_PLAIN_SIGNED_OUTGOING_MESSAGE, .should_pass = 1 }, { .name = "text file is not an incoming message", .file = "Makefile", .type = RAWTYPE_INCOMING_MESSAGE, .should_pass = 0 }, { .name = NULL } }; struct test deliveries[] = { { .name = "unsigned delivery info", .file = SRCDIR "/server/messages/delivery_info-316590.xml", .type = RAWTYPE_DELIVERYINFO, .should_pass = 1 }, { .name = "plain signed delivery info", .file = SRCDIR "/server/messages/signed_delivered-DD_170272.xml", .type = RAWTYPE_PLAIN_SIGNED_DELIVERYINFO, .should_pass = 1 }, { .name = "CMS signed delivery info", .file = SRCDIR "/server/messages/signed_delivered-DD_170272.zfo", .type = RAWTYPE_CMS_SIGNED_DELIVERYINFO, .should_pass = 1 }, { .name = "text file is not a delivery info", .file = "Makefile", .type = RAWTYPE_INCOMING_MESSAGE, .should_pass = 0 }, { .name = NULL } }; struct isds_ctx *context = NULL; INIT_TEST("load_raw"); if (isds_init()) ABORT_UNIT("init_isds() failed"); context = isds_ctx_create(); if (!context) ABORT_UNIT("isds_ctx_create() failed"); for (int i = 0; messages[i].name; i++) TEST(messages[i].name, test_load_message, context, &messages[i]); for (int i = 0; deliveries[i].name; i++) TEST(deliveries[i].name, test_load_delivery, context, &deliveries[i]); isds_ctx_free(&context); SUM_TEST(); } libisds-0.10.7/test/offline/isds_fulltext_result_free.c0000644000076400001440000000225412451755240020216 00000000000000#include "../test.h" #include "isds.h" static int test_isds_fulltext_result_free( struct isds_fulltext_result **result) { isds_fulltext_result_free(result); if (NULL == result) PASS_TEST; if (NULL != *result) FAIL_TEST("isds_fulltext_result_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_fulltext_result_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_fulltext_result *result = NULL; TEST("NULL", test_isds_fulltext_result_free, NULL); TEST("*NULL", test_isds_fulltext_result_free, &result); TEST_CALLOC(result); TEST("Empty structure", test_isds_fulltext_result_free, &result); TEST_CALLOC(result); TEST_FILL_STRING(result->dbID); TEST_FILL_STRING(result->name); TEST_CALLOC(result->name_match_start); TEST_CALLOC(result->name_match_end); TEST_FILL_STRING(result->address); TEST_CALLOC(result->address_match_start); TEST_CALLOC(result->address_match_end); TEST_FILL_STRING(result->ic); TEST_CALLOC(result->biDate); TEST("Full structure", test_isds_fulltext_result_free, &result); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/soap-string2isds_otp_resolution.c0000644000076400001440000000470112451755655021317 00000000000000#include "../test.h" #include "soap.c" static int test_string2isds_otp_resolution(const char *string, const isds_otp_resolution correct_resolution) { isds_otp_resolution new_resolution; new_resolution = string2isds_otp_resolution(string); if (new_resolution != correct_resolution) FAIL_TEST("string2isds_otp_resolution() returned unexpected value: " "expected=%d got=%d", correct_resolution, new_resolution); PASS_TEST; } int main(void) { size_t i; const char *hotp_strings[] = { "authentication.error.userIsNotAuthenticated", "authentication.error.intruderDetected", "authentication.error.paswordExpired", "authentication.error.badRole" }; const isds_otp_resolution hotp_resolutions[] = { OTP_RESOLUTION_BAD_AUTHENTICATION, OTP_RESOLUTION_ACCESS_BLOCKED, OTP_RESOLUTION_PASSWORD_EXPIRED, OTP_RESOLUTION_UNAUTHORIZED }; const char *totp_strings[] = { "authentication.info.totpSended", "authentication.error.userIsNotAuthenticated", "authentication.error.intruderDetected", "authentication.error.paswordExpired", "authentication.info.cannotSendQuickly", "authentication.error.badRole", "authentication.info.totpNotSended" }; const isds_otp_resolution totp_resolutions[] = { OTP_RESOLUTION_TOTP_SENT, OTP_RESOLUTION_BAD_AUTHENTICATION, OTP_RESOLUTION_ACCESS_BLOCKED, OTP_RESOLUTION_PASSWORD_EXPIRED, OTP_RESOLUTION_TO_FAST, OTP_RESOLUTION_UNAUTHORIZED, OTP_RESOLUTION_TOTP_NOT_SENT }; INIT_TEST("OTP X-Response-message-Code string to isds_otp_resolution " "conversion"); /* HOTP */ for (i = 0; i < sizeof(hotp_strings)/sizeof(hotp_strings[0]); i++) { TEST(hotp_strings[i], test_string2isds_otp_resolution, hotp_strings[i], hotp_resolutions[i]); } /* TOTP */ for (i = 0; i < sizeof(totp_strings)/sizeof(totp_strings[0]); i++) { TEST(totp_strings[i], test_string2isds_otp_resolution, totp_strings[i], totp_resolutions[i]); } /* Corner cases */ TEST("Unknown value", test_string2isds_otp_resolution, "X-Unknown value", OTP_RESOLUTION_UNKNOWN); TEST("Empty string", test_string2isds_otp_resolution, "", OTP_RESOLUTION_UNKNOWN); TEST("NULL pointer", test_string2isds_otp_resolution, NULL, OTP_RESOLUTION_UNKNOWN); SUM_TEST(); } libisds-0.10.7/test/offline/isds_DbUserInfo_free.c0000644000076400001440000000376013130406756016754 00000000000000#include "../test.h" #include "isds.h" static int test_isds_DbUserInfo_free( struct isds_DbUserInfo **DbUserInfo) { isds_DbUserInfo_free(DbUserInfo); if (!DbUserInfo) PASS_TEST; if (*DbUserInfo) FAIL_TEST("isds_DbUserInfo_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_DbUserInfo_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_DbUserInfo *DbUserInfo = NULL; TEST("NULL", test_isds_DbUserInfo_free, NULL); TEST("*NULL", test_isds_DbUserInfo_free, &DbUserInfo); TEST_CALLOC(DbUserInfo); TEST("Empty structure", test_isds_DbUserInfo_free, &DbUserInfo); /* Full structure */ TEST_CALLOC(DbUserInfo); TEST_FILL_STRING(DbUserInfo->userID); TEST_FILL_INT(DbUserInfo->userType) TEST_FILL_INT(DbUserInfo->userPrivils); TEST_CALLOC(DbUserInfo->personName); /* Name of the person */ TEST_FILL_STRING(DbUserInfo->personName->pnFirstName); TEST_FILL_STRING(DbUserInfo->personName->pnMiddleName); TEST_FILL_STRING(DbUserInfo->personName->pnLastName); TEST_FILL_STRING(DbUserInfo->personName->pnLastNameAtBirth); TEST_CALLOC(DbUserInfo->address); /* Post address */ TEST_FILL_STRING(DbUserInfo->address->adCity); TEST_FILL_STRING(DbUserInfo->address->adStreet); TEST_FILL_STRING(DbUserInfo->address->adNumberInStreet); TEST_FILL_STRING(DbUserInfo->address->adNumberInMunicipality); TEST_FILL_STRING(DbUserInfo->address->adZipCode); TEST_FILL_STRING(DbUserInfo->address->adState); TEST_CALLOC(DbUserInfo->biDate); /* Date of birth in local time */ TEST_FILL_STRING(DbUserInfo->ic); TEST_FILL_STRING(DbUserInfo->firmName); TEST_FILL_STRING(DbUserInfo->caStreet); TEST_FILL_STRING(DbUserInfo->caCity); TEST_FILL_STRING(DbUserInfo->caZipCode); TEST_FILL_STRING(DbUserInfo->caState); TEST("Full structure", test_isds_DbUserInfo_free, &DbUserInfo); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds_message_free.c0000644000076400001440000000437712451755240016405 00000000000000#include "../test.h" #include "isds.h" static int test_isds_message_free(struct isds_message **message) { isds_message_free(message); if (!message) PASS_TEST; if (*message) FAIL_TEST("isds_message_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_message_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_message *message = NULL; struct isds_document *document = NULL; xmlNode node = { .type = XML_TEXT_NODE, .content = BAD_CAST "data" }; xmlDocPtr tree = xmlParseDoc(BAD_CAST "data"); TEST("NULL", test_isds_message_free, NULL); TEST("*NULL", test_isds_message_free, &message); TEST_CALLOC(message); TEST("Empty structure", test_isds_message_free, &message); TEST_CALLOC(message); TEST_FILL_STRING(message->raw); message->xml = NULL; /* Parsed XML message */ TEST_CALLOC(message->envelope); /* Message envelope */ TEST_CALLOC(message->documents); /* List of isds_document's. */ TEST("Message without XML documents", test_isds_message_free, &message); TEST_CALLOC(message); TEST_FILL_STRING(message->raw); message->xml = NULL; /* Parsed XML message */ TEST_CALLOC(message->envelope); /* Message envelope */ TEST_CALLOC(message->documents); /* List of isds_document's. */ message->documents->destructor = (void (*)(void**))isds_document_free; TEST_CALLOC(document); document->is_xml = 1; document->xml_node_list = &node; message->documents->data = document; TEST("Message with XML document without XML tree", test_isds_message_free, &message); TEST_CALLOC(message); TEST_FILL_STRING(message->raw); message->xml = tree; /* Parsed XML message */ TEST_CALLOC(message->envelope); /* Message envelope */ TEST_CALLOC(message->documents); /* List of isds_document's. */ message->documents->destructor = (void (*)(void**))isds_document_free; TEST_CALLOC(document); document->is_xml = 1; document->xml_node_list = tree->children; message->documents->data = document; TEST("Message with XML document with XML tree", test_isds_message_free, &message); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds-uint2isds_message_status.c0000644000076400001440000000545512451755240020727 00000000000000#include "../test.h" #include "isds.c" static int test_uint2isds_message_status(struct isds_ctx *context, const unsigned long int *number, isds_error error, isds_message_status correct_status, isds_message_status **new_status) { isds_error err; err = uint2isds_message_status(context, number, new_status); if (error != err) FAIL_TEST("uint2isds_message_status() returned wrong error code: " "expected=%s, got=%s", isds_strerror(error), isds_strerror(err)); if (err != IE_SUCCESS) PASS_TEST; if (new_status) { if (!*new_status) FAIL_TEST("uint2isds_message_status() does not failed " "but freed output status variable"); if (correct_status != **new_status) FAIL_TEST("uint2isds_message_status() returned wrong status: " "expected=%d, got=%lu", correct_status, **new_status); } PASS_TEST; } int main(void) { INIT_TEST("unsigned int to isds_message_status conversion"); struct isds_ctx *context = NULL; isds_message_status *state = NULL; char *text = NULL; unsigned long int numbers[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; isds_message_status states[] = { MESSAGESTATE_SENT, MESSAGESTATE_STAMPED, MESSAGESTATE_INFECTED, MESSAGESTATE_DELIVERED, MESSAGESTATE_SUBSTITUTED, MESSAGESTATE_RECEIVED, MESSAGESTATE_READ, MESSAGESTATE_UNDELIVERABLE, MESSAGESTATE_REMOVED, MESSAGESTATE_IN_SAFE }; if (isds_init()) ABORT_UNIT("isds_init() failed\n"); context = isds_ctx_create(); if (!context) ABORT_UNIT("Could not create ISDS context"); /* Valid input */ for (size_t i = 0; i < sizeof(numbers)/sizeof(numbers[0]); i++) { test_asprintf(&text, "%lu", numbers[i]); TEST(text, test_uint2isds_message_status, context, &numbers[i], IE_SUCCESS, states[i], &state); } /* Invalid invocations */ unsigned long int number = 0; test_asprintf(&text, "Too low input (%lu)", number); TEST(text, test_uint2isds_message_status, context, &number, IE_ENUM, states[0], &state); number = 11; test_asprintf(&text, "Too high input (%lu)", number); TEST(text, test_uint2isds_message_status, context, &number, IE_ENUM, states[0], &state); TEST("NULL context", test_uint2isds_message_status, NULL, &numbers[0], IE_INVALID_CONTEXT, states[0], &state); TEST("NULL input", test_uint2isds_message_status, context, NULL, IE_INVAL, states[0], &state); TEST("NULL output", test_uint2isds_message_status, context, &numbers[0], IE_INVAL, states[0], NULL); isds_ctx_free(&context); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds_PersonName_duplicate.c0000644000076400001440000000264612451755240020056 00000000000000#include "../test.h" #include "isds.h" #include static int test_isds_PersonName_duplicate(struct isds_PersonName *origin) { struct isds_PersonName *copy = isds_PersonName_duplicate(origin); TEST_DESTRUCTOR((void(*)(void *))isds_PersonName_free, ©); if (!origin) { if (copy) FAIL_TEST("Duplicate of NULL should be NULL"); PASS_TEST; } if (!copy) FAIL_TEST("isds_PersonName_duplicate() returned NULL instead of " "pointer to copy"); TEST_STRING_DUPLICITY(origin->pnFirstName, copy->pnFirstName); TEST_STRING_DUPLICITY(origin->pnMiddleName, copy->pnMiddleName); TEST_STRING_DUPLICITY(origin->pnLastName, copy->pnLastName); TEST_STRING_DUPLICITY(origin->pnLastNameAtBirth, copy->pnLastNameAtBirth); PASS_TEST; } int main(void) { INIT_TEST("isds_PersonName_duplicate()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); TEST("NULL", test_isds_PersonName_duplicate, NULL); struct isds_PersonName empty; memset(&empty, 0, sizeof(empty)); TEST("Empty structure", test_isds_PersonName_duplicate, &empty); /* Full structure */ struct isds_PersonName full = { .pnFirstName = "1", .pnMiddleName = "2", .pnLastName = "3", .pnLastNameAtBirth = "4" }; TEST("Full structure", test_isds_PersonName_duplicate, &full); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/prepare_environment.c0000644000076400001440000000256312451755240017013 00000000000000#include "../test.h" #include #include #include #include #include #include #define GNUPG_DIR ".gnupg" #ifdef _WIN32 #define mkdir(x,y) mkdir(x) #endif static int test_setup_gnupg(void) { char *home, *path = NULL; char tmpfile[] = "XXXXXX"; int tmpfd; home = getenv("HOME"); if (!home) FAIL_TEST("Could not get HOME variable"); if (!*home) FAIL_TEST("HOME environment variable is empty"); if (0 > test_asprintf(&path, "%s/%s", home, GNUPG_DIR)) FAIL_TEST("Could not build $HOME/.gnupg string"); if (mkdir(path, S_IRWXU) && errno != EEXIST) { FAILURE_REASON("Could not create `%s' directory: %s", path, strerror(errno)); free(path); return 1; } if (chdir(path)) { FAILURE_REASON("Could not change CWD to `%s': %s", path, strerror(errno)); free(path); return 1; } #ifndef _WIN32 if (-1 == (tmpfd = mkstemp(tmpfile))) { FAILURE_REASON("Directory `%s' is not writable: %s", path, strerror(errno)); free(path); return 1; } close(tmpfd); unlink(tmpfile); #endif free(path); PASS_TEST; } int main(void) { INIT_TEST("prepare_environment"); TEST("set up gnupg", test_setup_gnupg); SUM_TEST(); } libisds-0.10.7/test/offline/isds_message_copy_free.c0000644000076400001440000000200112451755240017415 00000000000000#include "../test.h" #include "isds.h" static int test_isds_message_copy_free(struct isds_message_copy **copy) { isds_message_copy_free(copy); if (!copy) PASS_TEST; if (*copy) FAIL_TEST("isds_message_copy_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_message_copy_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_message_copy *copy = NULL; TEST("NULL", test_isds_message_copy_free, NULL); TEST("*NULL", test_isds_message_copy_free, ©); TEST_CALLOC(copy); TEST("Empty structure", test_isds_message_copy_free, ©); TEST_CALLOC(copy); TEST_FILL_STRING(copy->dbIDRecipient); TEST_FILL_STRING(copy->dmRecipientOrgUnit); TEST_FILL_INT(copy->dmRecipientOrgUnitNum); TEST_FILL_STRING(copy->dmToHands); TEST_FILL_STRING(copy->dmStatus); TEST_FILL_STRING(copy->dmID); TEST("Full structure", test_isds_message_copy_free, ©); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds-paymenttype.c0000644000076400001440000000327712451755532016257 00000000000000#include "../test.h" #include "isds.c" static int test_string2isds_payment_type(const xmlChar *string, isds_error error, isds_payment_type *type) { isds_error err; isds_payment_type new_type = 0; err = string2isds_payment_type(string, (type) ? &new_type : NULL); if (err != error) FAIL_TEST("string2isds_payment_type() returend wrong exit code: " "expected=%s, got=%s", isds_strerror(error), isds_strerror(err)); if (err != IE_SUCCESS) PASS_TEST; if (type && *type != new_type) FAIL_TEST("string2isds_payment_type() returned wrong type: " "expected=%d, got=%d", *type, new_type); PASS_TEST; } int main(void) { INIT_TEST("isds_payment_type conversion"); const xmlChar *names[] = { BAD_CAST "K", BAD_CAST "E", BAD_CAST "G", BAD_CAST "O", BAD_CAST "Z", BAD_CAST "D", }; isds_payment_type types[] = { PAYMENT_SENDER, PAYMENT_STAMP, PAYMENT_SPONSOR, PAYMENT_RESPONSE, PAYMENT_SPONSOR_LIMITED, PAYMENT_SPONSOR_EXTERNAL }; /* Known values */ for (size_t i = 0; i < sizeof(types)/sizeof(types[0]); i++) TEST(names[i], test_string2isds_payment_type, names[i], IE_SUCCESS, &types[i]); /* Uknown value */ TEST("X-Invalid_Type", test_string2isds_payment_type, BAD_CAST "X-Invalid_Type", IE_ENUM, &types[0]); /* Invalid invocation */ TEST("NULL string", test_string2isds_payment_type, BAD_CAST NULL, IE_INVAL, &types[0]); TEST("NULL type", test_string2isds_payment_type, names[0], IE_INVAL, NULL); SUM_TEST(); } libisds-0.10.7/test/offline/isds-sendertype.c0000644000076400001440000000362513130407146016045 00000000000000#include "../test.h" #include "isds.c" static int test_string2sendertype(const xmlChar *string, isds_error error, isds_sender_type *type) { isds_error err; isds_sender_type new_type = 0; err = string2isds_sender_type(string, (type) ? &new_type : NULL); if (err != error) FAIL_TEST("string2isds_sender_type() returend wrong exit code: " "expected=%s, got=%s", isds_strerror(error), isds_strerror(err)); if (err != IE_SUCCESS) PASS_TEST; if (type && *type != new_type) FAIL_TEST("string2isds_sender_type() returned wrong type: " "expected=%d, got=%d", *type, new_type); PASS_TEST; } int main(void) { INIT_TEST("isds_sender_type conversion"); isds_sender_type types[] = { SENDERTYPE_PRIMARY, SENDERTYPE_ENTRUSTED, SENDERTYPE_ADMINISTRATOR, SENDERTYPE_OFFICIAL, SENDERTYPE_VIRTUAL, SENDERTYPE_OFFICIAL_CERT, SENDERTYPE_LIQUIDATOR, SENDERTYPE_RECEIVER, SENDERTYPE_GUARDIAN }; const xmlChar *names[] = { BAD_CAST "PRIMARY_USER", BAD_CAST "ENTRUSTED_USER", BAD_CAST "ADMINISTRATOR", BAD_CAST "OFFICIAL", BAD_CAST "VIRTUAL", BAD_CAST "OFFICIAL_CERT", BAD_CAST "LIQUIDATOR", BAD_CAST "RECEIVER", BAD_CAST "GUARDIAN" }; /* Known values */ for (size_t i = 0; i < sizeof(types)/sizeof(types[0]); i++) TEST(names[i], test_string2sendertype, names[i], IE_SUCCESS, &types[i]); /* Uknown value */ TEST("X-Invalid_Type", test_string2sendertype, BAD_CAST "X-Invalid_Type", IE_ENUM, &types[0]); /* Invalid invocation */ TEST("NULL string", test_string2sendertype, BAD_CAST NULL, IE_INVAL, &types[0]); TEST("NULL type", test_string2sendertype, names[0], IE_INVAL, NULL); SUM_TEST(); } libisds-0.10.7/test/offline/isds_event_free.c0000644000076400001440000000154312451755240016072 00000000000000#include "../test.h" #include "isds.h" static int test_isds_event_free( struct isds_event **event) { isds_event_free(event); if (!event) PASS_TEST; if (*event) FAIL_TEST("isds_event_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_event_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_event *event = NULL; TEST("NULL", test_isds_event_free, NULL); TEST("*NULL", test_isds_event_free, &event); TEST_CALLOC(event); TEST("Empty structure", test_isds_event_free, &event); TEST_CALLOC(event); TEST_CALLOC(event->time); /* When the event occurred */ TEST_FILL_INT(event->type); TEST_FILL_STRING(event->description); TEST("Full structure", test_isds_event_free, &event); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds_hash_free.c0000644000076400001440000000134212451755240015671 00000000000000#include "../test.h" #include "isds.h" static int test_isds_hash_free( struct isds_hash **hash) { isds_hash_free(hash); if (!hash) PASS_TEST; if (*hash) FAIL_TEST("isds_hash_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_hash_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_hash *hash = NULL; TEST("NULL", test_isds_hash_free, NULL); TEST("*NULL", test_isds_hash_free, &hash); TEST_CALLOC(hash); TEST("Empty structure", test_isds_hash_free, &hash); TEST_CALLOC(hash); TEST_FILL_STRING(hash->value); TEST("Full structure", test_isds_hash_free, &hash); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds_PersonName_free.c0000644000076400001440000000201012451755240017006 00000000000000#include "../test.h" #include "isds.h" static int test_isds_PersonName_free( struct isds_PersonName **PersonName) { isds_PersonName_free(PersonName); if (NULL == PersonName) PASS_TEST; if (NULL != *PersonName) FAIL_TEST("isds_PersonName_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_PersonName_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_PersonName *PersonName = NULL; TEST("NULL", test_isds_PersonName_free, NULL); TEST("*NULL", test_isds_PersonName_free, &PersonName); TEST_CALLOC(PersonName); TEST("Empty structure", test_isds_PersonName_free, &PersonName); TEST_CALLOC(PersonName); TEST_FILL_STRING(PersonName->pnFirstName); TEST_FILL_STRING(PersonName->pnMiddleName); TEST_FILL_STRING(PersonName->pnLastName); TEST_FILL_STRING(PersonName->pnLastNameAtBirth); TEST("Full structure", test_isds_PersonName_free, &PersonName); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds_DbOwnerInfo_duplicate.c0000644000076400001440000001137713130406756020164 00000000000000#include "../test.h" #include "isds.h" #include static int test_isds_DbOwnerInfo_duplicate(struct isds_DbOwnerInfo *origin) { struct isds_DbOwnerInfo *copy = isds_DbOwnerInfo_duplicate(origin); TEST_DESTRUCTOR((void(*)(void*))isds_DbOwnerInfo_free, ©); if (!origin) { if (copy) FAIL_TEST("Duplicate of NULL should be NULL"); PASS_TEST; } if (!copy) FAIL_TEST("isds_DbOwnerInfo_duplicate() returned NULL instead of " "pointer to copy"); TEST_STRING_DUPLICITY(origin->dbID, copy->dbID); TEST_INTPTR_DUPLICITY(origin->dbType, copy->dbType); TEST_STRING_DUPLICITY(origin->ic, copy->ic); /* Name of person */ TEST_POINTER_DUPLICITY(origin->personName, copy->personName); if (origin->personName && copy->personName) { TEST_STRING_DUPLICITY(origin->personName->pnFirstName, copy->personName->pnFirstName); TEST_STRING_DUPLICITY(origin->personName->pnMiddleName, copy->personName->pnMiddleName); TEST_STRING_DUPLICITY(origin->personName->pnLastName, copy->personName->pnLastName); TEST_STRING_DUPLICITY(origin->personName->pnLastNameAtBirth, copy->personName->pnLastNameAtBirth); } /* Birth of person */ TEST_POINTER_DUPLICITY(origin->birthInfo, copy->birthInfo); if(origin->birthInfo && copy->birthInfo) { TEST_TMPTR_DUPLICITY(origin->birthInfo->biDate, copy->birthInfo->biDate); TEST_STRING_DUPLICITY(origin->birthInfo->biCity, copy->birthInfo->biCity); TEST_STRING_DUPLICITY(origin->birthInfo->biCounty, copy->birthInfo->biCounty); TEST_STRING_DUPLICITY(origin->birthInfo->biState, copy->birthInfo->biState); } /* Post address */ TEST_POINTER_DUPLICITY(origin->address, copy->address); if (origin->address && copy->address) { TEST_STRING_DUPLICITY(origin->address->adCity, copy->address->adCity); TEST_STRING_DUPLICITY(origin->address->adStreet, copy->address->adStreet); TEST_STRING_DUPLICITY(origin->address->adNumberInStreet, copy->address->adNumberInStreet); TEST_STRING_DUPLICITY(origin->address->adNumberInMunicipality, copy->address->adNumberInMunicipality); TEST_STRING_DUPLICITY(origin->address->adZipCode, copy->address->adZipCode); TEST_STRING_DUPLICITY(origin->address->adState, copy->address->adState); } TEST_STRING_DUPLICITY(origin->nationality, copy->nationality); TEST_STRING_DUPLICITY(origin->email, copy->email); TEST_STRING_DUPLICITY(origin->telNumber, copy->telNumber); TEST_STRING_DUPLICITY(origin->identifier, copy->identifier); TEST_STRING_DUPLICITY(origin->registryCode, copy->registryCode); TEST_INTPTR_DUPLICITY(origin->dbState, copy->dbState); TEST_BOOLEANPTR_DUPLICITY(origin->dbEffectiveOVM, copy->dbEffectiveOVM); TEST_BOOLEANPTR_DUPLICITY(origin->dbOpenAddressing, copy->dbOpenAddressing); PASS_TEST; } int main(void) { INIT_TEST("isds_DbOwnerInfo_duplicate()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); TEST("NULL", test_isds_DbOwnerInfo_duplicate, NULL); struct isds_DbOwnerInfo empty; memset(&empty, 0, sizeof(empty)); TEST("Empty structure", test_isds_DbOwnerInfo_duplicate, &empty); /* Full structure */ isds_DbType dbType = 2; struct isds_PersonName PersonName = { .pnFirstName = "P1", .pnMiddleName = "P2", .pnLastName = "P3", .pnLastNameAtBirth = "P4" }; struct tm BiDate = { .tm_year = 1, .tm_mon = 2, .tm_mday = 3 }; struct isds_BirthInfo BirthInfo = { .biDate = &BiDate, .biCity = "B2", .biCounty = "B3", .biState = "B4" }; struct isds_Address Address = { .adCity = "A1", .adStreet = "A2", .adNumberInStreet = "A3", .adNumberInMunicipality = "A4", .adZipCode = "A5", .adState = "A6" }; long int DbState = 13; _Bool DbEffectiveOVM = 1; _Bool DbOpenAddressing = 1; struct isds_DbOwnerInfo full = { .dbID = "1", .dbType = &dbType, .ic = "3", .personName = &PersonName, .firmName = "5", .birthInfo = &BirthInfo, .address = &Address, .nationality = "8", .email = "9", .telNumber = "10", .identifier = "11", .registryCode = "12", .dbState = &DbState, .dbEffectiveOVM = &DbEffectiveOVM, .dbOpenAddressing = &DbOpenAddressing }; TEST("Full structure", test_isds_DbOwnerInfo_duplicate, &full); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds-eventstring2event.c0000644000076400001440000001563113130406756017365 00000000000000#include "../test.h" #include "isds.c" static int test_eventstring2event(const xmlChar *string, isds_error error, const struct isds_event *correct_event, struct isds_event *new_event) { isds_error err; err = eventstring2event(string, new_event); if (error != err) FAIL_TEST("eventstring2event() returned wrong error code: " "expected=%s, got=%s", isds_strerror(error), isds_strerror(err)); if (err != IE_SUCCESS) PASS_TEST; if (new_event && correct_event) { if (!correct_event->time && new_event->time) FAIL_TEST("Returned event time is not NULL as expected"); if (correct_event->time) { if (!new_event->time) FAIL_TEST("Returned event time is NULL as not expected"); if (correct_event->time->tv_sec != new_event->time->tv_sec) FAIL_TEST("Returned event time differs in tv_sec: " "expected=%d, got=%d", correct_event->time->tv_sec, new_event->time->tv_sec); if (correct_event->time->tv_usec != new_event->time->tv_usec) FAIL_TEST("Returned event time differs in tv_usec: " "expected=%jd, got=%jd", (intmax_t)correct_event->time->tv_usec, (intmax_t)new_event->time->tv_usec); } if (!correct_event->type && new_event->type) FAIL_TEST("Returned event type is not NULL as expected"); if (correct_event->type) { if (!new_event->type) FAIL_TEST("Returned event type is NULL as not expected"); if (*correct_event->type != *new_event->type) FAIL_TEST("Returned wrong event type: expected=%d, got=%d", *correct_event->type, *new_event->type); } if (!correct_event->description && new_event->description) FAIL_TEST("Returned event description is not NUTLL as expected"); if (correct_event->description) { if (!new_event->description) FAIL_TEST("Returned event description is NULL as " "not expected"); if (strcmp(correct_event->description, new_event->description)) FAIL_TEST("Returned wrong event description: " "expected=`%s', got=`%s'", correct_event->description, new_event->description); } } PASS_TEST; } int main(void) { INIT_TEST("eventstring to event conversion"); xmlChar *input = NULL; isds_event_type event_type; struct isds_event event; struct isds_event output = { .time = NULL, .type = NULL, .description = NULL }; if (isds_init()) ABORT_UNIT("isds_init() failed\n"); /* Known event prefixes */ input = BAD_CAST "EV0: some text"; event.time = NULL; event_type = EVENT_ENTERED_SYSTEM; event.type = &event_type; event.description = "some text"; TEST((char*)input, test_eventstring2event, input, IE_SUCCESS, &event, &output); input = BAD_CAST "EV1: some text"; event.time = NULL; event_type = EVENT_ACCEPTED_BY_RECIPIENT; event.type = &event_type; event.description = "some text"; TEST((char*)input, test_eventstring2event, input, IE_SUCCESS, &event, &output); input = BAD_CAST "EV2: some text"; event.time = NULL; event_type = EVENT_ACCEPTED_BY_FICTION; event.type = &event_type; event.description = "some text"; TEST((char*)input, test_eventstring2event, input, IE_SUCCESS, &event, &output); input = BAD_CAST "EV3: some text"; event.time = NULL; event_type = EVENT_UNDELIVERABLE; event.type = &event_type; event.description = "some text"; TEST((char*)input, test_eventstring2event, input, IE_SUCCESS, &event, &output); input = BAD_CAST "EV4: some text"; event.time = NULL; event_type = EVENT_COMMERCIAL_ACCEPTED; event.type = &event_type; event.description = "some text"; TEST((char*)input, test_eventstring2event, input, IE_SUCCESS, &event, &output); input = BAD_CAST "EV5: some text"; event.time = NULL; event_type = EVENT_DELIVERED; event.type = &event_type; event.description = "some text"; TEST((char*)input, test_eventstring2event, input, IE_SUCCESS, &event, &output); input = BAD_CAST "EV11: some text"; event.time = NULL; event_type = EVENT_PRIMARY_LOGIN; event.type = &event_type; event.description = "some text"; TEST((char*)input, test_eventstring2event, input, IE_SUCCESS, &event, &output); input = BAD_CAST "EV12: some text"; event.time = NULL; event_type = EVENT_ENTRUSTED_LOGIN; event.type = &event_type; event.description = "some text"; TEST((char*)input, test_eventstring2event, input, IE_SUCCESS, &event, &output); input = BAD_CAST "EV13: some text"; event.time = NULL; event_type = EVENT_SYSCERT_LOGIN; event.type = &event_type; event.description = "some text"; TEST((char*)input, test_eventstring2event, input, IE_SUCCESS, &event, &output); /* Unknown event prefixes */ input = BAD_CAST "EV-1: unknown event"; event.time = NULL; event_type = EVENT_UKNOWN; event.type = &event_type; event.description = (char *) input; TEST((char*)input, test_eventstring2event, input, IE_SUCCESS, &event, &output); input = BAD_CAST "EV6: intermediate undefined event"; event.time = NULL; event_type = EVENT_UKNOWN; event.type = &event_type; event.description = (char *) input; TEST((char*)input, test_eventstring2event, input, IE_SUCCESS, &event, &output); input = BAD_CAST "EV10: intermediate undefined event"; event.time = NULL; event_type = EVENT_UKNOWN; event.type = &event_type; event.description = (char *) input; TEST((char*)input, test_eventstring2event, input, IE_SUCCESS, &event, &output); input = BAD_CAST "EV14: out of range event"; event.time = NULL; event_type = EVENT_UKNOWN; event.type = &event_type; event.description = (char *) input; TEST((char*)input, test_eventstring2event, input, IE_SUCCESS, &event, &output); /* Other valid cases */ event.time = NULL; event_type = EVENT_UKNOWN; event.type = &event_type; event.description = ""; TEST("Empty input", test_eventstring2event, BAD_CAST "", IE_SUCCESS, &event, &output); /* Invalid invocations */ TEST("NULL input", test_eventstring2event, NULL, IE_INVAL, NULL, &output); input = BAD_CAST "EV1: some text"; event.time = NULL; event_type = EVENT_ACCEPTED_BY_RECIPIENT; event.type = &event_type; event.description = "some text"; TEST("NULL output", test_eventstring2event, input, IE_INVAL, &event, NULL); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/isds-timestring2timeval.c0000644000076400001440000001164413130406756017522 00000000000000#include "../test.h" #include "isds.c" static int test_timestring2timeval(const xmlChar *time, const isds_error error, const struct timeval *correct_timeval, struct timeval **new_timeval) { isds_error err; err = timestring2timeval(time, new_timeval); if (err != error) FAIL_TEST("timestring2timeval() returned unexpected code: " "expected=%s got=%s", isds_strerror(error), isds_strerror(err)); if (err) { if (new_timeval && *new_timeval) FAIL_TEST("timestring2timeval() failed as exprected " "but did not freed output timeval structure") else PASS_TEST; } if (!correct_timeval) { if (!new_timeval || !*new_timeval) PASS_TEST else FAIL_TEST("timestring2timeval() did not returned NULL output " "timeval struct as expected"); } if (new_timeval && !*new_timeval) FAIL_TEST("timestring2timeval() freed output timeval struct " "unexpectedly"); if (correct_timeval->tv_sec != (*new_timeval)->tv_sec) FAIL_TEST("Returned struct timeval differs in tv_sec: expected=%d, got=%d", correct_timeval->tv_sec, (*new_timeval)->tv_sec); if (correct_timeval->tv_usec != (*new_timeval)->tv_usec) FAIL_TEST("Returned struct timeval differs in tv_usec: expected=%jd, got=%jd", (intmax_t)correct_timeval->tv_usec, (intmax_t)(*new_timeval)->tv_usec); PASS_TEST; } int main(void) { INIT_TEST("ISO date-time string to timeval conversion"); /* Generic */ struct timeval *output = NULL; char *input = "2001-02-03T04:05:06.123456+01:45"; struct timeval time = {.tv_sec = 981166806, .tv_usec = 123456}; TEST(input, test_timestring2timeval, BAD_CAST input, IE_SUCCESS, &time, &output); /* Negative time zone */ input = "2001-02-03T04:05:06.123456-01:45"; time.tv_sec = 981179406; time.tv_usec = 123456; TEST(input, test_timestring2timeval, BAD_CAST input, IE_SUCCESS, &time, &output); /* Shorten subseconds */ input = "2001-02-03T04:05:06.01-01:45"; time.tv_sec = 981179406; time.tv_usec = 10000; TEST(input, test_timestring2timeval, BAD_CAST input, IE_SUCCESS, &time, &output); /* Subseconds more precise than 6 digits */ input = "2001-02-03T04:05:06.12345601+01:45"; time.tv_sec = 981166806, time.tv_usec = 123456; TEST(input, test_timestring2timeval, BAD_CAST input, IE_SUCCESS, &time, &output); input = "2001-02-03T04:05:06.1234564+01:45"; time.tv_sec = 981166806, time.tv_usec = 123456; TEST(input, test_timestring2timeval, BAD_CAST input, IE_SUCCESS, &time, &output); input = "2001-02-03T04:05:06.1234565+01:45"; time.tv_sec = 981166806, time.tv_usec = 123457; TEST(input, test_timestring2timeval, BAD_CAST input, IE_SUCCESS, &time, &output); input = "2001-02-03T04:05:06.9999995+01:45"; time.tv_sec = 981166807, time.tv_usec = 0; TEST(input, test_timestring2timeval, BAD_CAST input, IE_SUCCESS, &time, &output); /* No subseconds */ input = "2001-02-03T04:05:06+01:45"; time.tv_sec = 981166806; time.tv_usec = 0; TEST(input, test_timestring2timeval, BAD_CAST input, IE_SUCCESS, &time, &output); input = "2001-02-03T04:05:06-01:45"; time.tv_sec = 981179406; time.tv_usec = 0; TEST(input, test_timestring2timeval, BAD_CAST input, IE_SUCCESS, &time, &output); input = "2001-02-03T04:05:06Z"; time.tv_sec = 981173106; time.tv_usec = 0; TEST(input, test_timestring2timeval, BAD_CAST input, IE_SUCCESS, &time, &output); input = "2001-02-03T04:05:06"; time.tv_sec = 981173106; time.tv_usec = 0; TEST(input, test_timestring2timeval, BAD_CAST input, IE_SUCCESS, &time, &output); /* Zulu with subseconds */ input = "2001-02-03T04:05:06.123456+00:00"; time.tv_sec = 981173106; time.tv_usec = 123456; TEST(input, test_timestring2timeval, BAD_CAST input, IE_SUCCESS, &time, &output); input = "2001-02-03T04:05:06.123456Z"; time.tv_sec = 981173106; time.tv_usec = 123456; TEST(input, test_timestring2timeval, BAD_CAST input, IE_SUCCESS, &time, &output); input = "2001-02-03T04:05:06.123456"; time.tv_sec = 981173106; time.tv_usec = 123456; TEST(input, test_timestring2timeval, BAD_CAST input, IE_SUCCESS, &time, &output); /* Invalid invocation */ input = "foo bar"; TEST(input, test_timestring2timeval, BAD_CAST input, IE_DATE, &time, &output); TEST("Empty input", test_timestring2timeval, BAD_CAST "", IE_DATE, &time, &output); TEST("NULL input", test_timestring2timeval, NULL, IE_INVAL, &time, &output); TEST("NULL output pointer", test_timestring2timeval, BAD_CAST "", IE_INVAL, NULL, NULL); SUM_TEST(); } libisds-0.10.7/test/offline/isds-tm2datestring.c0000644000076400001440000000272012451755240016453 00000000000000#include "../test.h" #include "isds.c" static void test_destructor(void *string) { if (NULL != string) zfree(*(void **)string); } static int test_tm2datestring(const struct tm* date, const isds_error error, const xmlChar *correct_string, xmlChar **new_string) { isds_error err; err = tm2datestring(date, new_string); TEST_DESTRUCTOR(test_destructor, new_string); if (err != error) FAIL_TEST("tm2datestring() returned unexpected code: " "expected=%s got=%s", isds_strerror(error), isds_strerror(err)); if (err) PASS_TEST; if (NULL == new_string) PASS_TEST; if (NULL == *new_string && NULL != correct_string) PASS_TEST; if (NULL == correct_string || NULL == *new_string || xmlStrcmp(correct_string, *new_string)) FAIL_TEST("Wrong date string returned: expected=`%s', got=`%s'", correct_string, *new_string); PASS_TEST; } int main(void) { INIT_TEST("Struct tm to ISO date string conversion"); xmlChar *output = NULL; xmlChar *date = BAD_CAST "2001-02-03"; struct tm input = {.tm_year = 101, .tm_mon = 1, .tm_mday = 3}; TEST("tm_year=101 tm_mon=1 tm_mday=3", test_tm2datestring, &input, IE_SUCCESS, date, &output); TEST("NULL input", test_tm2datestring, NULL, IE_INVAL, date, &output); TEST("NULL output pointer", test_tm2datestring, &input, IE_INVAL, date, NULL); SUM_TEST(); } libisds-0.10.7/test/offline/isds-filemetatype.c0000644000076400001440000000465412451755240016364 00000000000000#include "../test.h" #include "isds.c" #if HAVE_LIBCURL static int test_filemetatype2string_must_fail(const isds_FileMetaType type) { xmlChar *string; string = (xmlChar *) isds_FileMetaType2string(type); if (string) FAIL_TEST("conversion from isds_FileMetaType to string did not fail"); PASS_TEST; } #endif static int test_string2filemetatype_must_fail(const xmlChar *string) { isds_error err; isds_FileMetaType new_type; err = string2isds_FileMetaType((xmlChar *)string, &new_type); if (!err) FAIL_TEST("conversion from string to isds_FileMetaType did not fail"); PASS_TEST; } static int test_filemetatype(const isds_FileMetaType type, const xmlChar *string) { isds_error err; isds_FileMetaType new_type; #if HAVE_LIBCURL xmlChar *new_string; new_string = (xmlChar *) isds_FileMetaType2string(type); if (!new_string) FAIL_TEST("conversion from isds_FileMetaType to string failed"); if (xmlStrcmp(string, new_string)) FAIL_TEST("conversion from isds_FileMetaType %zd to string returned " "unexpected value: got=`%s', expected=`%s'", type, new_string, string); #endif /* HAVE_LIBCURL */ err = string2isds_FileMetaType(string, &new_type); if (err) FAIL_TEST("conversion from string to isds_FileMetaTyoe failed"); if (type != new_type) FAIL_TEST("conversion from string `%s' to isds_FileMetaType returned " "unexpected valued: got=%zd, expected=%zd", string, new_type, type); PASS_TEST; } int main(void) { INIT_TEST("isds_FileMetaType conversion"); isds_FileMetaType types[] = { FILEMETATYPE_MAIN, /* Main document */ FILEMETATYPE_ENCLOSURE, /* Appendix */ FILEMETATYPE_SIGNATURE, /* Digital signature of other document */ FILEMETATYPE_META /* XML document for ESS (electronic */ }; const xmlChar *strings[] = { BAD_CAST "main", BAD_CAST "enclosure", BAD_CAST "signature", BAD_CAST "meta" }; for (size_t i = 0; i < sizeof(types)/sizeof(types[0]); i++) TEST(strings[i], test_filemetatype, types[i], strings[i]); #if HAVE_LIBCURL TEST("1234", test_filemetatype2string_must_fail, 1234); #endif TEST("X-Invalid_Type", test_string2filemetatype_must_fail, BAD_CAST "X-Invalid_Type"); SUM_TEST(); } libisds-0.10.7/test/offline/isds-dbtype.c0000644000076400001440000000472413130407520015147 00000000000000#include "../test.h" #include "isds.c" static int test_dbtype2string_must_fail(const isds_DbType type) { xmlChar *string; string = (xmlChar *) isds_DbType2string(type); if (string) FAIL_TEST("conversion from isds_DbType to string did not fail"); PASS_TEST; } static int test_string2dbtype_must_fail(const xmlChar *string) { isds_error err; isds_DbType new_type; err = string2isds_DbType((xmlChar *)string, &new_type); if (!err) FAIL_TEST("conversion from string to isds_DbTyoe did not fail"); PASS_TEST; } static int test_dbtype(const isds_DbType type, const xmlChar *name) { xmlChar *string; isds_error err; isds_DbType new_type; string = (xmlChar *) isds_DbType2string(type); if (!string) FAIL_TEST("conversion from isds_DbType to string failed"); if (xmlStrcmp(name, string)) FAIL_TEST("Wrong to string conversion result"); err = string2isds_DbType(string, &new_type); if (err) FAIL_TEST("conversion from string to isds_DbTyoe failed"); if (type != new_type) FAIL_TEST("double conversion not idempotent"); PASS_TEST; } int main(void) { INIT_TEST("isds_DbType conversion"); isds_DbType types[] = { DBTYPE_OVM, DBTYPE_OVM_NOTAR, DBTYPE_OVM_EXEKUT, DBTYPE_OVM_REQ, DBTYPE_OVM_FO, DBTYPE_OVM_PFO, DBTYPE_OVM_PO, DBTYPE_PO, DBTYPE_PO_ZAK, DBTYPE_PO_REQ, DBTYPE_PFO, DBTYPE_PFO_ADVOK, DBTYPE_PFO_DANPOR, DBTYPE_PFO_INSSPR, DBTYPE_PFO_AUDITOR, DBTYPE_FO }; const xmlChar *names[] = { BAD_CAST "OVM", BAD_CAST "OVM_NOTAR", BAD_CAST "OVM_EXEKUT", BAD_CAST "OVM_REQ", BAD_CAST "OVM_FO", BAD_CAST "OVM_PFO", BAD_CAST "OVM_PO", BAD_CAST "PO", BAD_CAST "PO_ZAK", BAD_CAST "PO_REQ", BAD_CAST "PFO", BAD_CAST "PFO_ADVOK", BAD_CAST "PFO_DANPOR", BAD_CAST "PFO_INSSPR", BAD_CAST "PFO_AUDITOR", BAD_CAST "FO" }; TEST("DBTYPE_SYSTEM", test_dbtype2string_must_fail, DBTYPE_SYSTEM); for (size_t i = 0; i < sizeof(types)/sizeof(types[0]); i++) TEST(isds_DbType2string(types[i]), test_dbtype, types[i], names[i]); TEST("1234", test_dbtype2string_must_fail, 1234); TEST("X-Invalid_Type", test_string2dbtype_must_fail, BAD_CAST "X-Invalid_Type"); SUM_TEST(); } libisds-0.10.7/test/offline/isds_list_free.c0000644000076400001440000000236012451755240015722 00000000000000#include "../test.h" #include "isds.h" int counter; static void destructor(void **data) { (void)data; counter++; } static int test_isds_list_free(struct isds_list **list, int destructor_hits) { counter = 0; isds_list_free(list); if (destructor_hits != counter) FAIL_TEST("Destructor called wrong times: expected=%d, called=%d", destructor_hits, counter); if (!list) PASS_TEST; if (*list) FAIL_TEST("isds_list_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_list_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); /* isds_list_free() */ struct isds_list *list = NULL; TEST("NULL", test_isds_list_free, NULL, 0); TEST("*NULL", test_isds_list_free, &list, 0); TEST_CALLOC(list); TEST("One item without destructor", test_isds_list_free, &list, 0); TEST_CALLOC(list); list->destructor = destructor; TEST("One item with destructor", test_isds_list_free, &list, 1); TEST_CALLOC(list); list->destructor = destructor; TEST_CALLOC(list->next); list->next->destructor = destructor; TEST("Two items list", test_isds_list_free, &list, 2); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/guess_raw_type.c0000644000076400001440000000712112451755240015764 00000000000000#include "../test.h" #include "crypto.h" #include struct test { char *name; char *file; isds_raw_type type; isds_error error; }; static int test_guess_raw_type(struct isds_ctx *context, const struct test *test) { isds_error err; int fd; void *buffer = NULL; size_t length = 0; isds_raw_type guessed_type; if (!test) return 1; if (test_mmap_file(test->file, &fd, &buffer, &length)) FAIL_TEST("Could not load test data from `%s' file", test->file); if (test->error != IE_SUCCESS) /* Do not log expected XML parser failures */ isds_set_logging(ILF_XML, ILL_NONE); else isds_set_logging(ILF_ALL, ILL_WARNING); err = isds_guess_raw_type(context, &guessed_type, buffer, length); test_munmap_file(fd, buffer, length); if (err != test->error) FAIL_TEST("Wrong return value: expected=%s, got=%s", isds_strerror(test->error), isds_strerror(err)); if (!err && guessed_type != test->type) FAIL_TEST("Wrong raw type guessed on file %s: expected=%d, got=%d", test->file, test->type, guessed_type); PASS_TEST; } int main(void) { struct test tests[] = { { .name = "unsigned incoming message", .file = SRCDIR "/server/messages/received_message-151916.xml", .type = RAWTYPE_INCOMING_MESSAGE, .error = IE_SUCCESS }, { .name = "plain signed incoming message", .file = SRCDIR "/server/messages/received_signed_message-330141.xml", .type = RAWTYPE_PLAIN_SIGNED_INCOMING_MESSAGE, .error = IE_SUCCESS }, { .name = "CMS signed incoming message", .file = SRCDIR "/server/messages/received_message-330141.zfo", .type = RAWTYPE_CMS_SIGNED_INCOMING_MESSAGE, .error = IE_SUCCESS }, { .name = "plain signed sent message", .file = SRCDIR "/server/messages/sent_message-206720.xml", .type = RAWTYPE_PLAIN_SIGNED_OUTGOING_MESSAGE, .error = IE_SUCCESS }, { .name = "CMS signed sent message", .file = SRCDIR "/server/messages/signed_sent_message-151874.zfo", .type = RAWTYPE_CMS_SIGNED_OUTGOING_MESSAGE, .error = IE_SUCCESS }, { .name = "unsigned delivery info", .file = SRCDIR "/server/messages/delivery_info-316590.xml", .type = RAWTYPE_DELIVERYINFO, .error = IE_SUCCESS }, { .name = "plain signed delivery info", .file = SRCDIR "/server/messages/signed_delivered-DD_170272.xml", .type = RAWTYPE_PLAIN_SIGNED_DELIVERYINFO, .error = IE_SUCCESS }, { .name = "CMS signed delivery info", .file = SRCDIR "/server/messages/signed_delivered-DD_170272.zfo", .type = RAWTYPE_CMS_SIGNED_DELIVERYINFO, .error = IE_SUCCESS }, { .name = "text file", .file = "Makefile", .error = IE_NOTSUP }, { .name = NULL } }; struct isds_ctx *context = NULL; INIT_TEST("guess_raw_type"); if (isds_init()) ABORT_UNIT("init_isds() failed"); context = isds_ctx_create(); if (!context) ABORT_UNIT("isds_ctx_create() failed"); for (int i = 0; tests[i].name; i++) TEST(tests[i].name, test_guess_raw_type, context, &tests[i]); isds_ctx_free(&context); SUM_TEST(); } libisds-0.10.7/test/offline/normalize_mime_type.c0000644000076400001440000001142312451755240016774 00000000000000#include "../test.h" #include "crypto.h" #include static int test_normalize(const char *input, const char *expected) { const char *output = isds_normalize_mime_type(input); if (!expected) { if (!output) { PASS_TEST; } else { FAIL_TEST("isds_normalize_mime_type(%s) returned=%s, expected=%s", input, output, expected); } } else if (!output) { FAIL_TEST("isds_normalize_mime_type(%s) returned=%s, expected=%s", input, output, expected); } if (strcmp(expected, output)) { FAIL_TEST("isds_normalize_mime_type(%s) returned=%s, expected=%s", input, output, expected); } PASS_TEST; } int main(void) { INIT_TEST("normalize_mime_type"); TEST("NULL is idempotent", test_normalize, NULL, NULL); TEST("X-Invalid is idempotent", test_normalize, "X-Invalid", "X-Invalid"); TEST("Normalization is not case-sensitive", test_normalize, "PdF", "application/pdf"); TEST("cer", test_normalize, "cer", "application/x-x509-ca-cert"); TEST("crt", test_normalize, "crt", "application/x-x509-ca-cert"); TEST("der", test_normalize, "der", "application/x-x509-ca-cert"); TEST("doc", test_normalize, "doc", "application/msword"); TEST("docx", test_normalize, "docx", "application/vnd.openxmlformats-officedocument.wordprocessingml.document"); TEST("dbf", test_normalize, "dbf", "application/octet-stream") TEST("prj", test_normalize, "prj", "application/octet-stream") TEST("qix", test_normalize, "qix", "application/octet-stream") TEST("sbx", test_normalize, "sbx", "application/octet-stream") TEST("shp", test_normalize, "shp", "application/octet-stream") TEST("shx", test_normalize, "shx", "application/octet-stream") TEST("dgn", test_normalize, "dgn", "application/octet-stream") TEST("dwg", test_normalize, "dwg", "image/vnd.dwg") TEST("edi", test_normalize, "edi", "application/edifact") TEST("fo", test_normalize, "fo", "application/vnd.software602.filler.form+xml"); TEST("gfs", test_normalize, "gfs", "application/xml") TEST("gml", test_normalize, "gml", "application/xml") TEST("gif", test_normalize, "gif", "image/gif"); TEST("htm", test_normalize, "htm", "text/html"); TEST("html", test_normalize, "html", "text/html"); TEST("isdoc", test_normalize, "isdoc", "text/isdoc"); TEST("isdocx", test_normalize, "isdocx", "text/isdocx"); TEST("jfif", test_normalize, "jfif", "image/jpeg"); TEST("jpeg", test_normalize, "jpeg", "image/jpeg"); TEST("jpg", test_normalize, "jpg", "image/jpeg"); TEST("mpeg", test_normalize, "mpeg", "video/mpeg"); TEST("mpeg1", test_normalize, "mpeg1", "video/mpeg"); TEST("mpeg2", test_normalize, "mpeg2", "video/mpeg"); TEST("mpg", test_normalize, "mpg", "video/mpeg"); TEST("mp2", test_normalize, "mp2", "audio/mpeg"); TEST("mp3", test_normalize, "mp3", "audio/mpeg"); TEST("odp", test_normalize, "odp", "application/vnd.oasis.opendocument.presentation"); TEST("ods", test_normalize, "ods", "application/vnd.oasis.opendocument.spreadsheet"); TEST("odt", test_normalize, "odt", "application/vnd.oasis.opendocument.text"); TEST("p7b", test_normalize, "p7b", "application/pkcs7-certificates"); TEST("p7c", test_normalize, "p7c", "application/pkcs7-mime"); TEST("p7f", test_normalize, "p7f", "application/pkcs7-signature"); TEST("p7m", test_normalize, "p7m", "application/pkcs7-mime"); TEST("p7s", test_normalize, "p7s", "application/pkcs7-signature"); TEST("pdf", test_normalize, "pdf", "application/pdf"); TEST("pk7", test_normalize, "pk7", "application/pkcs7-mime"); TEST("png", test_normalize, "png", "image/png"); TEST("ppt", test_normalize, "ppt", "application/vnd.ms-powerpoint"); TEST("pptx", test_normalize, "pptx", "application/vnd.openxmlformats-officedocument.presentationml.presentation"); TEST("rtf", test_normalize, "rtf", "application/rtf"); TEST("tif", test_normalize, "tif", "image/tiff"); TEST("tiff", test_normalize, "tiff", "image/tiff"); TEST("tsr", test_normalize, "tsr", "application/timestamp-reply"); TEST("tst", test_normalize, "tst", "application/timestamp-reply"); TEST("txt", test_normalize, "txt", "text/plain"); TEST("wav", test_normalize, "wav", "audio/wav"); TEST("xls", test_normalize, "xls", "application/vnd.ms-excel"); TEST("xlsx", test_normalize, "xlsx", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"); TEST("xml", test_normalize, "xml", "application/xml"); TEST("xsd", test_normalize, "xsd", "application/xml"); TEST("zfo", test_normalize, "zfo", "application/vnd.software602.filler.form-xml-zip"); SUM_TEST(); } libisds-0.10.7/test/offline/init_crypto.c0000644000076400001440000000054412451755240015271 00000000000000#include "../test.h" #include "crypto.h" static int test_init_crypto(const isds_error error) { isds_error err; err = _isds_init_crypto(); if (err != error) FAIL_TEST("Wrong return value"); PASS_TEST; } int main(void) { INIT_TEST("init_gpgme"); TEST("initialization", test_init_crypto, IE_SUCCESS); SUM_TEST(); } libisds-0.10.7/test/offline/isds-timeval2timestring.c0000644000076400001440000000333512451755240017520 00000000000000#include "../test.h" #include "isds.c" static void test_destructor(void *argument) { if (NULL != argument) zfree(*(void **)argument); } static int test_timeval2timestring(const struct timeval* time, const isds_error error, const xmlChar *correct_string, xmlChar **new_string) { isds_error err; err = timeval2timestring(time, new_string); TEST_DESTRUCTOR(test_destructor, new_string); if (err != error) FAIL_TEST("timeval2timetring() returned unexpected code: " "expected=%s got=%s", isds_strerror(error), isds_strerror(err)); if (err) PASS_TEST; if (NULL == new_string) PASS_TEST; if (NULL == correct_string && NULL == *new_string) PASS_TEST; if (NULL == correct_string || NULL == *new_string || xmlStrcmp(correct_string, *new_string)) FAIL_TEST("Wrong time string returned: expected=`%s', got=`%s'", correct_string, *new_string); PASS_TEST; } int main(void) { INIT_TEST("Struct timeval to ISO time string conversion"); xmlChar *output = NULL; xmlChar *time = BAD_CAST "2001-02-03T04:05:06.123456"; struct timeval input = {.tv_sec = 981173106, .tv_usec = 123456 }; TEST("tv_sec=981173106 tv_usec=123456", test_timeval2timestring, &input, IE_SUCCESS, time, &output); input.tv_sec = 981173106; input.tv_usec = 12; TEST("tv_sec=981173106 tv_usec=12", test_timeval2timestring, &input, IE_SUCCESS, BAD_CAST "2001-02-03T04:05:06.000012", &output); TEST("NULL input", test_timeval2timestring, NULL, IE_INVAL, time, &output); TEST("NULL output pointer", test_timeval2timestring, &input, IE_INVAL, time, NULL); SUM_TEST(); } libisds-0.10.7/test/offline/isds_approval_free.c0000644000076400001440000000146312451755240016576 00000000000000#include "../test.h" #include "isds.h" static int test_isds_approval_free(struct isds_approval **approval) { isds_approval_free(approval); if (!approval) PASS_TEST; if (*approval) FAIL_TEST("isds_approval_free() did not null pointer"); PASS_TEST; } int main(void) { INIT_TEST("isds_approval_free()"); if (isds_init()) ABORT_UNIT("isds_init() failed"); struct isds_approval *approval = NULL; TEST("NULL", test_isds_approval_free, NULL); TEST("*NULL", test_isds_approval_free, &approval); TEST_CALLOC(approval); TEST("Empty structure", test_isds_approval_free, &approval); TEST_CALLOC(approval); TEST_FILL_STRING(approval->refference); TEST("Full structure", test_isds_approval_free, &approval); isds_cleanup(); SUM_TEST(); } libisds-0.10.7/test/offline/b64decode.c0000644000076400001440000000436212451755240014467 00000000000000#include "../test.h" #include "utils.h" #include static int test_b64decode(const void *input, const void *correct, size_t correct_length) { void *output = NULL; size_t length; length = _isds_b64decode(input, &output); TEST_DESTRUCTOR(free, output); if (length == correct_length) { if (length != (size_t)-1) { if (!memcmp(correct, output, length)) { PASS_TEST; } else { FAIL_TEST("Output length matches, but content differs"); } } else { if (output == NULL) { PASS_TEST; } else { FAIL_TEST("Output length signals error as expected, " "but content has not been deallocated"); } } } else { /* Format as signed to get -1 as error. Big positive numbers should * not occure in these tests */ FAIL_TEST("Output length differs: expected=%zd, got=%zd", correct_length, length); } } static int test_b64decode_null_pointer(const void *input, size_t correct_length) { size_t length; length = _isds_b64decode(input, NULL); if (length == correct_length) PASS_TEST else /* Format as signed to get -1 as error. Big positive numbers should * not occure in these tests */ FAIL_TEST("Output length differs: expected=%zd, got=%zd", correct_length, length) } int main(void) { INIT_TEST("b64decode"); TEST("generic", test_b64decode, "Af+qVQA=\n", "\x1\xff\xaa\x55", 5); TEST("partial cycle", test_b64decode, "MQA=\n", "1", 2); TEST("1 cycle", test_b64decode, "NDIA\n", "42", 3); TEST("2 cycles", test_b64decode, "MTIzNDUA\n", "12345", 6); TEST("generic with new line", test_b64decode, "NDIA\n", "42", 3); TEST("generic without new line", test_b64decode, "NDIA", "42", 3); TEST("new line only", test_b64decode, "\n", NULL, 0); TEST("empty string", test_b64decode, "", NULL, 0); TEST("incomplete input", test_b64decode, "42", "\xe3", 1); TEST("NULL input", test_b64decode, NULL, NULL, (size_t) -1); TEST("NULL output pointer", test_b64decode_null_pointer, "\n", (size_t) -1); SUM_TEST(); } libisds-0.10.7/test/offline/soap-decode_header_value.c0000644000076400001440000000322512451755626017624 00000000000000#include "../test.h" #include "soap.c" static int test_decode_header_value(const char *input, const char *correct_output) { char *decoded; decoded = decode_header_value(input); TEST_DESTRUCTOR(free, decoded); TEST_STRING_DUPLICITY(correct_output, decoded); PASS_TEST; } int main(void) { const char *inputs[] = { "foo", " foo ", "foo bar", "foo bar", "foo\r\n bar", "foo\r\n\tbar", "foo \r\n bar", "(=?ISO-8859-1?Q?a?=)", "(=?ISO-8859-1?Q?a?= b)", "(a =?ISO-8859-1?Q?b?=)", "(=?ISO-8859-1?Q?a?= =?ISO-8859-1?Q?b?=)", "(=?ISO-8859-1?Q?a?= =?ISO-8859-1?Q?b?=)", "(=?ISO-8859-1?Q?a?=\r\n =?ISO-8859-1?Q?b?=)", "(=?ISO-8859-1?Q?a_b?=)", "(=?ISO-8859-1?Q?a?= =?ISO-8859-2?Q?_b?=)", "=?UTF-8?B?SmVkbm9yw6F6b3bDvSBrw7NkIG9kZXNsw6FuLg==?=", "=?ISO-8859-1?B?ZOlsa2E=?=", "=?ISO-8859-1?Q?d=E9lka?=" }; const char *outputs[] = { "foo", "foo", "foo bar", "foo bar", "foo bar", "foo bar", "foo bar", "(a)", "(a b)", "(a b)", "(ab)", "(ab)", "(ab)", "(a b)", "(a b)", "Jednorázový kód odeslán.", "délka", "délka" }; INIT_TEST("HTTP header value decoder"); for (size_t i = 0; i < sizeof(inputs)/sizeof(inputs[0]); i++) { TEST(inputs[i], test_decode_header_value, inputs[i], outputs[i]); } TEST("Empty string", test_decode_header_value, "", ""); TEST("NULL pointer", test_decode_header_value, NULL, NULL); SUM_TEST(); } libisds-0.10.7/test/Makefile.am0000644000076400001440000000121212131067064013160 00000000000000AUTOMAKE_OPTIONS = color-tests parallel-tests export VERBOSE=1 SUBDIRS = offline if !WIN32 SUBDIRS += simline endif if BUILD_ONLINE_TEST SUBDIRS += online endif libdirpath = src LIBDIR = $(top_srcdir)/$(libdirpath) localedir = $(datadir)/locale AM_CPPFLAGS = -I$(LIBDIR) -I$(top_builddir)/$(libdirpath) \ -DSRCDIR=\"$(top_srcdir)\" # Large files needed by GPGME AM_CPPFLAGS += @XML_CPPFLAGS@ @LIBCURL_CPPFLAGS@ \ -DLOCALEDIR=\"$(localedir)\" AM_CFLAGS = @LIBGCRYPT_CFLAGS@ @GPGME_CFLAGS@ LDADD = @XML_LIBS@ @LIBCURL@ @LIBGCRYPT_LIBS@ @GPGME_LIBS@ @EXPAT_LIBS@ \ @LTLIBINTL@ # To fake home dir for gnupg2 export HOME=@top_builddir@ libisds-0.10.7/test/Makefile.in0000644000076400001440000004714013130412174013177 00000000000000# Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @WIN32_FALSE@am__append_1 = simline @BUILD_ONLINE_TEST_TRUE@am__append_2 = online subdir = test DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/gpgme.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DIST_SUBDIRS = offline simline online DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ EXPAT_LIBS = @EXPAT_LIBS@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GPGME_CFLAGS = @GPGME_CFLAGS@ GPGME_CONFIG = @GPGME_CONFIG@ GPGME_LIBS = @GPGME_LIBS@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCURL = @LIBCURL@ LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ XML2_CONFIG = @XML2_CONFIG@ XML_CPPFLAGS = @XML_CPPFLAGS@ XML_LIBS = @XML_LIBS@ _libcurl_config = @_libcurl_config@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = $(datadir)/locale localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = color-tests parallel-tests SUBDIRS = offline $(am__append_1) $(am__append_2) libdirpath = src LIBDIR = $(top_srcdir)/$(libdirpath) # Large files needed by GPGME AM_CPPFLAGS = -I$(LIBDIR) -I$(top_builddir)/$(libdirpath) \ -DSRCDIR=\"$(top_srcdir)\" @XML_CPPFLAGS@ @LIBCURL_CPPFLAGS@ \ -DLOCALEDIR=\"$(localedir)\" AM_CFLAGS = @LIBGCRYPT_CFLAGS@ @GPGME_CFLAGS@ LDADD = @XML_LIBS@ @LIBCURL@ @LIBGCRYPT_LIBS@ @GPGME_LIBS@ @EXPAT_LIBS@ \ @LTLIBINTL@ all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu test/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-generic clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am export VERBOSE=1 # To fake home dir for gnupg2 export HOME=@top_builddir@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libisds-0.10.7/test/test.c0000644000076400001440000001212313130406756012257 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include #ifndef _WIN32 #include #endif #include #include #include /* Print formated string into automtically reallocated @uffer. * @buffer automatically reallocated buffer. Must be &NULL or preallocated * memory. * @format format string as for printf(3) * @ap list of variadic arguments, after call will be in udefined state * @Returns number of bytes printed. In case of errror, -1 and NULL @buffer */ int test_vasprintf(char **buffer, const char *format, va_list ap) { va_list aq; int length, new_length; char *new_buffer; if (!buffer || !format) { if (buffer) { free(*buffer); *buffer = NULL; } return -1; } va_copy(aq, ap); length = vsnprintf(NULL, 0, format, aq) + 1; va_end(aq); if (length <= 0) { free(*buffer); *buffer = NULL; return -1; } new_buffer = realloc(*buffer, length); if (!new_buffer) { free(*buffer); *buffer = NULL; return -1; } *buffer = new_buffer; new_length = vsnprintf(*buffer, length, format, ap); if (new_length >= length) { free(*buffer); *buffer = NULL; return -1; } return new_length; } /* Print formated string into automtically reallocated @uffer. * @buffer automatically reallocated buffer. Must be &NULL or preallocated * memory. * @format format string as for printf(3) * @... variadic arguments * @Returns number of bytes printed. In case of errror, -1 and NULL @buffer */ int test_asprintf(char **buffer, const char *format, ...) { int ret; va_list ap; va_start(ap, format); ret = test_vasprintf(buffer, format, ap); va_end(ap); return ret; } #ifdef _WIN32 int test_mmap_file(const char *file, int *fd, void **buffer, size_t *length) { struct stat file_info; int ret, pos = 0; if (!file || !fd || !buffer || !length) return -1; *fd = open(file, O_RDONLY); if (*fd == -1) { fprintf(stderr, "%s: Could not open file: %s\n", file, strerror(errno)); return -1; } if (-1 == fstat(*fd, &file_info)) { fprintf(stderr, "%s: Could not get file size: %s\n", file, strerror(errno)); close(*fd); return -1; } if (file_info.st_size < 0) { fprintf(stderr, "File `%s' has negative size: %jd\n", file, (intmax_t) file_info.st_size); close(*fd); return -1; } *length = file_info.st_size; *buffer = malloc(*length); if (!*buffer) { fprintf(stderr, "%s: Could not allocate memory for file mapping: %s\n", file, strerror(errno)); close(*fd); return -1; } do { ret = read(*fd, *buffer + pos, *length - pos); if (ret > 0) { pos += ret; } } while ((ret < 0 && errno == EINTR) || (ret > 0 && pos < *length)); if (ret < 0) { fprintf(stderr, "%s: Could not map file to memory: %s\n", file, strerror(errno)); free(*buffer); *buffer = NULL; close(*fd); return -1; } return 0; } int test_munmap_file(int fd, void *buffer, size_t length) { int err = 0; free(buffer); err = close(fd); if (err) { fprintf(stderr, "Could close file descriptor %d: %s\n", fd, strerror(errno)); } return err; } #else int test_mmap_file(const char *file, int *fd, void **buffer, size_t *length) { struct stat file_info; if (!file || !fd || !buffer || !length) return -1; *fd = open(file, O_RDONLY); if (*fd == -1) { fprintf(stderr, "%s: Could not open file: %s\n", file, strerror(errno)); return -1; } if (-1 == fstat(*fd, &file_info)) { fprintf(stderr, "%s: Could not get file size: %s\n", file, strerror(errno)); close(*fd); return -1; } if (file_info.st_size < 0) { fprintf(stderr, "File `%s' has negative size: %jd\n", file, (intmax_t) file_info.st_size); close(*fd); return -1; } *length = file_info.st_size; *buffer = mmap(NULL, *length, PROT_READ, MAP_PRIVATE, *fd, 0); if (*buffer == MAP_FAILED) { fprintf(stderr, "%s: Could not map file to memory: %s\n", file, strerror(errno)); close(*fd); return -1; } return 0; } int test_munmap_file(int fd, void *buffer, size_t length) { int err = 0; long int page_size = sysconf(_SC_PAGE_SIZE); size_t pages = (length % page_size) ? ((length / page_size) + 1) * page_size: length; err = munmap(buffer, pages); if (err) { fprintf(stderr, "Could not unmap memory at %p and length %zu: %s\n", buffer, pages, strerror(errno)); } err = close(fd); if (err) { fprintf(stderr, "Could close file descriptor %d: %s\n", fd, strerror(errno)); } return err; } #endif libisds-0.10.7/test/test.h0000644000076400001440000001170013130406756012264 00000000000000#ifndef __ISDS_TEST_H #define __ISDS_TEST_H #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 700 /* strndup */ #endif #include #include #include #include #include #include #include "test-tools.h" char *unit_name, *reason = NULL; unsigned int passed, failed; void (*test_destructor_function)(void *) = NULL; void *test_destructor_argument; #define INIT_TEST(name) { \ setlocale(LC_ALL, "C"); \ unit_name = name; \ passed = failed = 0; \ printf("Testing unit: %s\n", unit_name); \ } #define SUM_TEST() { \ printf("Test results: unit = %s, passed = %u, failed = %u\n\n", \ unit_name, passed, failed); \ exit(failed ? EXIT_FAILURE : EXIT_SUCCESS ); \ } #define TEST_DESTRUCTOR(function, argument) { \ test_destructor_function = function; \ test_destructor_argument = argument; \ } #define PASS_TEST { \ if (NULL != test_destructor_function) \ test_destructor_function(test_destructor_argument); \ return 0; \ } \ #define FAILURE_REASON(...) { \ if (!reason) \ test_asprintf(&reason, __VA_ARGS__); \ } #define FAIL_TEST(...) { \ FAILURE_REASON(__VA_ARGS__); \ if (NULL != test_destructor_function) \ test_destructor_function(test_destructor_argument); \ return 1; \ } #define ABORT_UNIT(message) { \ printf("Unit %s procedure aborted: %s\n", unit_name, (message)); \ exit(EXIT_FAILURE); \ } #define TEST(name, function, ...) { \ const char *test_message; \ free(reason); reason = NULL; \ test_destructor_function = NULL; \ int status = (function)(__VA_ARGS__); \ if (status) { \ failed++; \ test_message = "failed"; \ } else { \ passed++; \ test_message = "passed"; \ } \ printf("\t%s: %s\n", (name), test_message); \ if (status) printf("\t\treason: %s\n", reason); \ free(reason); reason = NULL; \ } #define TEST_CALLOC(pointer) { \ (pointer) = calloc(1, sizeof(*(pointer))); \ if (!(pointer)) \ ABORT_UNIT("No enough memory"); \ } #define TEST_FILL_STRING(pointer) { \ (pointer) = strdup("DATA"); \ if (!(pointer)) \ ABORT_UNIT("No enough memory"); \ } #define TEST_FILL_INT(pointer) { \ (pointer) = malloc(sizeof(*(pointer))); \ if (!(pointer)) \ ABORT_UNIT("No enough memory"); \ *(pointer) = 42; \ } #define STR(x) #x #define TEST_POINTER_IS_NULL(x) { \ if (NULL != (x)) \ FAIL_TEST(STR(x) " is not NULL and should be"); \ } #define TEST_POINTER_DUPLICITY(x, y) { \ if (x == NULL && y != NULL) \ FAIL_TEST(STR(x) " is NULL, " STR(y) " is not NULL and should be"); \ if (x != NULL && y == NULL) \ FAIL_TEST(STR(x) " is not NULL, " STR(y) " is NULL and shouldn't be"); \ if (x == y && x != NULL) \ FAIL_TEST(STR(y) " is the same pointer as " STR(x)); \ } #define TEST_STRING_DUPLICITY(x, y) { \ TEST_POINTER_DUPLICITY(x, y); \ if (x != NULL && y != NULL) { \ if (strcmp(x, y)) \ FAIL_TEST(STR(y) " differs: expected=`%s' is=`%s'", x, y); \ } \ } #define TEST_INT_DUPLICITY(x, y) { \ if ((x) != (y)) \ FAIL_TEST(STR(y) " differs: expected=%ld is=%ld", (x), (y)); \ } #define TEST_INTPTR_DUPLICITY(x, y) { \ TEST_POINTER_DUPLICITY(x, y); \ if (x != NULL && y != NULL) { \ if (*(x) != *(y)) \ FAIL_TEST(STR(y) " differs: expected=%ld is=%ld", *(x), *(y)); \ } \ } #define TEST_BOOLEAN_DUPLICITY(x, y) { \ if ((x) != (y)) \ FAIL_TEST(STR(y) " differs: expected=%d is=%d", !!(x), !!(y)); \ } #define TEST_BOOLEANPTR_DUPLICITY(x, y) { \ TEST_POINTER_DUPLICITY(x, y); \ if (x != NULL && y != NULL) { \ if (*(x) != *(y)) \ FAIL_TEST(STR(y) " differs: expected=%d is=%d", !!*(x), !!*(y)); \ } \ } #define TEST_TIMEVALPTR_DUPLICITY(x, y) { \ TEST_POINTER_DUPLICITY(x, y); \ if ((x) != NULL && (y) != NULL) { \ if ((x)->tv_sec != (y)->tv_sec) \ FAIL_TEST("struct timeval * differs in tv_sec: " \ "expected=%d, got=%d", (x)->tv_sec, (y)->tv_sec); \ if ((x)->tv_usec != (y)->tv_usec) \ FAIL_TEST("struct timeval * differs in tv_usec: " \ "expected=%jd, got=%jd", (intmax_t)(x)->tv_usec, \ (intmax_t)(y)->tv_usec); \ } \ } #define TEST_TMPTR_DUPLICITY(x, y) { \ TEST_POINTER_DUPLICITY(x, y); \ if ((x) != NULL && (y) != NULL) { \ if ((x)->tm_year != (y)->tm_year) \ FAIL_TEST("struct tm * differs in tm_year: " \ "expected=%d, got=%d", (x)->tm_year, (y)->tm_year); \ if ((x)->tm_mon != (y)->tm_mon) \ FAIL_TEST("struct tm * differs in tm_mon: " \ "expected=%d, got=%d", (x)->tm_mon, (y)->tm_mon); \ if ((x)->tm_mday != (y)->tm_mday) \ FAIL_TEST("struct tm * differs in tm_mday: " \ "expected=%d, got=%d", (x)->tm_mday, (y)->tm_mday); \ } \ } #endif libisds-0.10.7/AUTHORS0000644000076400001440000000046612774020762011236 00000000000000Core development: Petr Písař Base64 transformation : Chris Venter MinGW support: Martin Doucha C++ and OS X portability: OpenSSL back-end: Karel Slany libisds-0.10.7/client/0000755000076400001440000000000013130413450011501 500000000000000libisds-0.10.7/client/certauth.c0000644000076400001440000001065511730435035013422 00000000000000#define _XOPEN_SOURCE 600 #include #include #include #include #include #include #include "common.h" #define TLS_PREFIX SRCDIR "/server/tls/" #define NSS_DIR TLS_PREFIX "client_nss" void usage(const char *command) { const char *name = NULL; if (command) { name = strrchr(command, '/'); if (name) name++; } if (!name) name = command; fprintf(stderr, "Usage: %s {openssl|nss} {sw|hw ID}\n" "\tID\tIdentifier of cryptographic material in hardware engine\n", name); exit(EXIT_FAILURE); } int main(int argc, char **argv) { struct isds_ctx *ctx = NULL; isds_error err; struct isds_pki_credentials *pki_credentials = NULL; _Bool use_nss = 0; /* Software: OpenSSL, GnuTLS */ struct isds_pki_credentials pki_software_ossl = { .engine = NULL, .passphrase = NULL, .key_format = PKI_FORMAT_PEM, .key = TLS_PREFIX "client.key", .certificate_format = PKI_FORMAT_PEM, .certificate = TLS_PREFIX "client.cert" }; /* Software: NSS */ struct isds_pki_credentials pki_software_nss = { .engine = NULL, .passphrase = NULL, .key_format = PKI_FORMAT_PEM, .key = NULL, .certificate_format = PKI_FORMAT_PEM, .certificate = "The Client Material" }; /* Hardware engine: OpenSSL */ struct isds_pki_credentials pki_hardware_ossl = { .engine = "pkcs11", .passphrase = NULL, .key_format = PKI_FORMAT_ENG, .key = "id_45", .certificate_format = PKI_FORMAT_ENG, .certificate = NULL }; /* Hardware engine: NSS */ struct isds_pki_credentials pki_hardware_nss = { .engine = NULL, .passphrase = NULL, .key_format = PKI_FORMAT_PEM, .key = NULL, .certificate_format = PKI_FORMAT_PEM, .certificate = "OpenSC Card (Bob Tester):Certificate" }; setlocale(LC_ALL, ""); /* Parse arguments */ if (argc < 3 || !argv[1] || !argv[2]) usage(argv[0]); if (!strcmp(argv[1], "openssl")) { use_nss = 0; if (!strcmp(argv[2], "sw")) pki_credentials = &pki_software_ossl; else if (!strcmp(argv[2], "hw")) { pki_credentials = &pki_hardware_ossl; if (argc < 4 || !argv[3]) usage(argv[0]); pki_credentials->key = argv[3]; } else usage(argv[0]); } else if (!strcmp(argv[1], "nss")) { use_nss = 1; if (!strcmp(argv[2], "sw")) pki_credentials = &pki_software_nss; else if (!strcmp(argv[2], "hw")) { pki_credentials = &pki_hardware_nss; if (argc < 4 || !argv[3]) usage(argv[0]); pki_credentials->certificate = argv[3]; } else usage(argv[0]); } else usage(argv[0]); /* ISDS stuff */ err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } /* err = isds_set_opt(ctx, IOPT_TLS_VERIFY_SERVER, 0); if (err) { printf("isds_set_opt(IOPT_TLS_VERIFY_SERVER) failed: %s\n", isds_strerror(err)); }*/ if (use_nss) { if (setenv("SSL_DIR", NSS_DIR, 0)) { printf("setenv(\"SSL_DIR\", \"%s\") failed\n", NSS_DIR); } } else { err = isds_set_opt(ctx, IOPT_TLS_CA_FILE, TLS_PREFIX "ca.cert"); if (err) { printf("isds_set_opt(IOPT_TLS_CA_FILE) failed: %s\n", isds_strerror(err)); } } err = isds_login(ctx, "https://localhost:1443/", username(), password(), pki_credentials, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/changebox.c0000644000076400001440000000574312451606637013554 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" /* Get info about my account */ isds_error get_my_box(struct isds_ctx *ctx, struct isds_DbOwnerInfo **db_owner_info) { isds_error err = IE_SUCCESS; printf("Getting info about my box:\n"); err = isds_GetOwnerInfoFromLogin(ctx, db_owner_info); if (err) { printf("isds_GetOwnerInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetOwnerInfoFromLogin() succeeded\n"); } print_DbOwnerInfo(*db_owner_info); return err; } int main(void) { struct isds_ctx *ctx = NULL; isds_error err; struct isds_DbOwnerInfo *db_owner_info = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { printf("Get current box info\n"); get_my_box(ctx, &db_owner_info); } if (db_owner_info) { /* Update box info */ struct isds_DbOwnerInfo *old_owner_info = NULL; char *refnumber = NULL; old_owner_info = isds_DbOwnerInfo_duplicate(db_owner_info); if (!old_owner_info) { fprintf(stderr, "No enough memory\n"); exit(EXIT_FAILURE); } printf("Updating info about my box: with no change\n"); err = isds_UpdateDataBoxDescr(ctx, old_owner_info, db_owner_info, NULL, &refnumber); if (err) { printf("isds_UpdateDataBoxDescr() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_UpdateDataBoxDescr() succeeded as request #%s\n", refnumber); printf("Get new box info\n"); get_my_box(ctx, &db_owner_info); } free(refnumber); isds_DbOwnerInfo_free(&old_owner_info); } isds_DbOwnerInfo_free(&db_owner_info); err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/getsignedsentbyid.c0000644000076400001440000000425311730435035015313 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(int argc, char **argv) { struct isds_ctx *ctx = NULL; isds_error err; char *last_message_id = NULL; setlocale(LC_ALL, ""); if (argc < 2) { fprintf(stderr, "Usage: program SENT_MESSAGE_ID\n"); exit(EXIT_FAILURE); } err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Download signed message selected by message ID */ if (argv[1]) { struct isds_message *message = NULL; printf("Getting signed sent message with ID: %s\n", argv[1]); err = isds_get_signed_sent_message(ctx, argv[1], &message); if (err) printf("isds_get_signed_sent_message() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_signed_sent_message() succeeded:\n"); print_message(message); save_data("Saving signed message", message->raw, message->raw_length); } isds_message_free(&message); free(last_message_id); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/loadreceivedmessage.c0000644000076400001440000000536312451607474015607 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } #if 0 { /* Load signed delivery info */ struct isds_message *message = NULL; void *buffer; int fd; size_t length; if (mmap_file(SRCDIR "/server/messages/signed_delivered-DD_170272.zfo", &fd, &buffer, &length)) { fprintf(stderr, "Could not open map file with signed delivery info\n"); isds_ctx_free(&ctx); isds_cleanup(); exit(EXIT_FAILURE); } printf("Loading signed delivery info\n"); err = isds_load_signed_delivery_info(ctx, buffer, length, &message, BUFFER_DONT_STORE); if (err) printf("isds_load_signed_delivery_info() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_load_signed_delivery_info() succeeded:\n"); print_envelope(message->envelope); } isds_message_free(&message); munmap_file(fd, buffer, length); } #endif { /* Load plain received message */ struct isds_message *message = NULL; void *buffer; int fd; size_t length; if (mmap_file(SRCDIR "/server/messages/received_message-151916.xml", &fd, &buffer, &length)) { fprintf(stderr, "Could not map file with message"); isds_ctx_free(&ctx); isds_cleanup(); exit(EXIT_FAILURE); } printf("Loading plain received message\n"); err = isds_load_message(ctx, RAWTYPE_INCOMING_MESSAGE, buffer, length, &message, BUFFER_DONT_STORE); if (err) printf("isds_load_message() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_load_message() succeeded:\n"); print_message(message); } isds_message_free(&message); munmap_file(fd, buffer, length); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/isdsclient.c0000644000076400001440000003142512452263033013741 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; struct isds_DbOwnerInfo *db_owner_info = NULL; char *recipient = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } err = isds_ping(ctx); if (err) { printf("isds_ping() failed: %s\n", isds_strerror(err)); } else { printf("isds_ping() succeeded\n"); } printf("Sending bogus request\n"); err = isds_bogus_request(ctx); if (err) { printf("isds_bogus_request() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_bogus_request() succeeded\n"); } { printf("Getting info about my box:\n"); err = isds_GetOwnerInfoFromLogin(ctx, &db_owner_info); if (err) { printf("isds_GetOwnerInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetOwnerInfoFromLogin() succeeded\n"); } print_DbOwnerInfo(db_owner_info); } { /* Current server implementation (2009-11-17) does not allow to find * myself. Previous version allowed it. */ struct isds_list *boxes = NULL, *item; printf("Searching for my own box:\n"); err = isds_FindDataBox(ctx, db_owner_info, &boxes); if (err == IE_SUCCESS || err == IE_2BIG) { if (err == IE_2BIG) printf("isds_FindDataBox() results truncated\n"); printf("isds_FindDataBox() succeeded:\n"); for(item = boxes; item; item = item->next) { printf("List item:\n"); print_DbOwnerInfo(item->data); } } else { printf("isds_FindDataBox() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } isds_list_free(&boxes); } { struct isds_list *boxes = NULL, *item; struct isds_DbOwnerInfo *criteria = calloc(1, sizeof(*criteria)); if (!criteria) { printf("Not enough memory for struct isds_DbOwnerInfo criteria\n"); exit(-1); } criteria->firmName = strdup("Obec"); if (!criteria->firmName) { printf("Not enough memory for criteria->firmName\n"); exit(-1); } criteria->dbType = malloc(sizeof(*(criteria->dbType))); if (!criteria->dbType) { printf("Not enough memory for criteria->dbType\n"); exit(-1); } *(criteria->dbType) = DBTYPE_OVM; printf("Searching box with firm name `%s':\n", criteria->firmName); err = isds_FindDataBox(ctx, criteria, &boxes); if (err == IE_SUCCESS || err == IE_2BIG) { printf("isds_FindDataBox() succeeded:\n"); int n; for(item = boxes, n = 1; item; item = item->next, n++) { if (err != IE_2BIG) { printf("List item #%d:\n", n); print_DbOwnerInfo(item->data); } } if (err == IE_2BIG) printf("isds_FindDataBox() results truncated to %d boxes\n", --n); } else { printf("isds_FindDataBox() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } isds_list_free(&boxes); isds_DbOwnerInfo_free(&criteria); } { struct isds_list *boxes = NULL, *item; struct isds_DbOwnerInfo criteria; isds_DbType criteria_db_type = DBTYPE_OVM; memset(&criteria, 0, sizeof(criteria)); criteria.dbType = &criteria_db_type; criteria.dbID = "vqbab52"; printf("Searching for exact box by ID `%s' and type:\n", criteria.dbID); err = isds_FindDataBox(ctx, &criteria, &boxes); if (err == IE_SUCCESS || err == IE_2BIG) { printf("isds_FindDataBox() succeeded:\n"); int n; for(item = boxes, n = 1; item; item = item->next, n++) { if (err != IE_2BIG) { printf("List item #%d:\n", n); print_DbOwnerInfo(item->data); } if (n == 1) recipient = strdup( ((struct isds_DbOwnerInfo *)(item->data))->dbID); } if (err == IE_2BIG) printf("isds_FindDataBox() results truncated to %d boxes\n", --n); } else { printf("isds_FindDataBox() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } isds_list_free(&boxes); } { struct isds_list *boxes = NULL, *item; struct isds_DbOwnerInfo criteria; isds_DbType criteria_db_type = DBTYPE_OVM; memset(&criteria, 0, sizeof(criteria)); criteria.firmName = "Místní"; criteria.dbType = &criteria_db_type; printf("Searching box with firm name `%s':\n", criteria.firmName); err = isds_FindDataBox(ctx, &criteria, &boxes); if (err == IE_SUCCESS || err == IE_2BIG) { printf("isds_FindDataBox() succeeded:\n"); int n; for(item = boxes, n = 1; item; item = item->next, n++) { if (err != IE_2BIG) { printf("List item #%d:\n", n); print_DbOwnerInfo(item->data); } if (n == 1) recipient = strdup( ((struct isds_DbOwnerInfo *)(item->data))->dbID); } if (err == IE_2BIG) printf("isds_FindDataBox() results truncated to %d boxes\n", --n); } else { printf("isds_FindDataBox() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } isds_list_free(&boxes); } if (db_owner_info) { long int box_status = 0; printf("Getting status of my box with ID `%s'\n", db_owner_info->dbID); err = isds_CheckDataBox(ctx, db_owner_info->dbID, &box_status); if (err) printf("isds_CheckDataBox() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_CheckDataBox() succeeded: status = "); print_DbState(box_status); } } isds_DbOwnerInfo_free(&db_owner_info); { char *box_id = "7777777"; long int box_status = 0; printf("Getting status of non existing box with ID `%s'\n", box_id); err = isds_CheckDataBox(ctx, box_id, &box_status); if (err) printf("isds_CheckDataBox() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_CheckDataBox() succeeded: status = "); print_DbState(box_status); } } /* Send message */ { struct isds_message message; memset(&message, 0, sizeof(message)); struct isds_envelope envelope; memset(&envelope, 0, sizeof(envelope)); message.envelope = &envelope; envelope.dbIDRecipient = recipient; long int dmSenderOrgUnitNum = 42; envelope.dmSenderOrgUnitNum = &dmSenderOrgUnitNum; envelope.dmAnnotation = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" /* "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"*/ "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"; struct isds_document minor_document; memset(&minor_document, 0, sizeof(minor_document)); minor_document.data = "hello world?"; minor_document.data_length = strlen(minor_document.data); minor_document.dmMimeType = "text/plain"; /* XXX: This should fail minor_document.dmFileMetaType = FILEMETATYPE_MAIN; */ minor_document.dmFileMetaType = FILEMETATYPE_ENCLOSURE; /* Server implementation demands dmFileDescr to be valid file name */ /*minor_document.dmFileDescr = "Standard text.txt";*/ minor_document.dmFileDescr = "minor_standard_text.txt"; minor_document.dmFileGuid = "2"; minor_document.dmUpFileGuid = "1"; struct isds_document main_document; memset(&main_document, 0, sizeof(main_document)); main_document.data = "Hello World!"; main_document.data_length = strlen(main_document.data); /* Server implementation sais text is not text file * See */ main_document.dmMimeType = "text/plain"; /* XXX: This should fail */ /*main_document.dmFileMetaType = FILEMETATYPE_ENCLOSURE;*/ main_document.dmFileMetaType = FILEMETATYPE_MAIN; /* Server implementation demands dmFileDescr to be valid file name */ /*main_document.dmFileDescr = "Standard text.txt";*/ main_document.dmFileDescr = "standard_text.txt"; main_document.dmFileGuid = "1"; struct isds_list documents_main_item = { .data = &main_document, .next = NULL, .destructor = NULL }; struct isds_list documents_minor_item = { .data = &minor_document, .next = &documents_main_item, .destructor = NULL }; message.documents = &documents_minor_item; printf("Sending message to box ID `%s'\n", message.envelope->dbIDRecipient); err = isds_send_message(ctx, &message); if (err) printf("isds_send_message() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_send_message() succeeded: assigned message ID = %s\n", message.envelope->dmID); } free(message.envelope->dmID); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } printf("Ping after logout should fail\n"); err = isds_ping(ctx); if (err) { printf("isds_ping() failed: %s\n", isds_strerror(err)); } else { printf("isds_ping() succeeded\n"); } printf("Sending bogus request after logout\n"); err = isds_bogus_request(ctx); if (err) { printf("isds_bogus_request() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_bogus_request() succeeded\n"); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/common.c0000644000076400001440000006046613130407520013072 00000000000000#define _XOPEN_SOURCE 700 #include #include /*#include */ #include #include #include #include #include #include #include #include #include #include char credentials_file[] = "../test_credentials"; static int read_config(char **line, int order) { FILE *file; size_t length = 0; char *eol; if (!line) return -1; free(*line); *line = NULL; file = fopen(credentials_file, "r"); if (!file) { fprintf(stderr, "Could open %s\n", credentials_file); return -1; } for (int i = 0; i < order; i++) { if (-1 == getline(line, &length, file)) { fprintf(stderr, "Could not read line #%d from %s: ", i + 1, credentials_file); if (ferror(file)) fprintf(stderr, "error occured\n"); else if (feof(file)) fprintf(stderr, "end of file reached\n"); else fprintf(stderr, "I don't know why\n"); fclose(file); free(*line); *line = NULL; return -1; } } fclose(file); eol = strpbrk(*line, "\r\n"); if (eol) *eol = '\0'; return 0; } const char *username(void) { static char *username; if (!username) { username = getenv("ISDS_USERNAME"); if (!username) read_config(&username, 1); } return username; } const char *password(void) { static char *password; if (!password) { password = getenv("ISDS_PASSWORD"); if (!password) read_config(&password, 2); } return password; } void print_DbState(const long int state) { switch(state) { case DBSTATE_ACCESSIBLE: printf("ACCESSIBLE\n"); break; case DBSTATE_TEMP_UNACCESSIBLE: printf("TEMP_UNACCESSIBLE\n"); break; case DBSTATE_NOT_YET_ACCESSIBLE: printf("NOT_YET_ACCESSIBLE\n"); break; case DBSTATE_PERM_UNACCESSIBLE: printf("PERM_UNACCESSIBLE\n"); break; case DBSTATE_REMOVED: printf("REMOVED\n"); break; case DBSTATE_TEMP_UNACCESSIBLE_LAW: printf("DBSTATE_TEMP_UNACCESSIBLE_LAW"); break; default: printf("\n", state); } } void print_DbType(const long int *type) { if (!type) printf("NULL\n"); else switch(*type) { case DBTYPE_SYSTEM: printf("SYSTEM\n"); break; case DBTYPE_FO: printf("FO\n"); break; case DBTYPE_PFO: printf("PFO\n"); break; case DBTYPE_PFO_ADVOK: printf("PFO_ADVOK\n"); break; case DBTYPE_PFO_DANPOR: printf("PFO_DAPOR\n"); break; case DBTYPE_PFO_INSSPR: printf("PFO_INSSPR\n"); break; case DBTYPE_PFO_AUDITOR: printf("PFO_AUDITOR\n"); break; case DBTYPE_PO: printf("PO\n"); break; case DBTYPE_PO_ZAK: printf("PO_ZAK\n"); break; case DBTYPE_PO_REQ: printf("PO_REQ\n"); break; case DBTYPE_OVM: printf("OVM\n"); break; case DBTYPE_OVM_NOTAR: printf("OVM_NOTAR\n"); break; case DBTYPE_OVM_EXEKUT: printf("OVM_EXEKUT\n"); break; case DBTYPE_OVM_REQ: printf("OVM_REQ\n"); break; case DBTYPE_OVM_FO: printf("OVM_FO\n"); break; case DBTYPE_OVM_PFO: printf("OVM_PFO\n"); break; case DBTYPE_OVM_PO: printf("OVM_PO\n"); break; default: printf("\n", *type); } } void print_UserType(const long int *type) { if (!type) printf("NULL\n"); else switch(*type) { case USERTYPE_PRIMARY: printf("PRIMARY\n"); break; case USERTYPE_ENTRUSTED: printf("ENTRUSTED\n"); break; case USERTYPE_ADMINISTRATOR: printf("ADMINISTRATOR\n"); break; case USERTYPE_OFFICIAL: printf("OFFICIAL\n"); break; case USERTYPE_OFFICIAL_CERT: printf("OFFICIAL_CERT\n"); break; case USERTYPE_LIQUIDATOR: printf("LIQUIDATOR\n"); break; case USERTYPE_RECEIVER: printf("RECEIVER\n"); break; case USERTYPE_GUARDIAN: printf("GUARDIAN\n"); break; default: printf("\n", *type); } } void print_sender_type(const isds_sender_type *type) { if (!type) printf("NULL\n"); else switch(*type) { case SENDERTYPE_PRIMARY: printf("PRIMARY\n"); break; case SENDERTYPE_ENTRUSTED: printf("ENTRUSTED\n"); break; case SENDERTYPE_ADMINISTRATOR: printf("ADMINISTRATOR\n"); break; case SENDERTYPE_OFFICIAL: printf("OFFICIAL\n"); break; case SENDERTYPE_VIRTUAL: printf("VIRTUAL\n"); break; case SENDERTYPE_OFFICIAL_CERT: printf("OFFICIAL_CERT\n"); break; case SENDERTYPE_LIQUIDATOR: printf("LIQUIDATOR\n"); break; case SENDERTYPE_RECEIVER: printf("RECEIVER\n"); break; case SENDERTYPE_GUARDIAN: printf("GUARDIAN\n"); break; default: printf("\n", *type); } } void print_UserPrivils(const long int *privils) { const char *priviledges[] = { "READ_NON_PERSONAL", "READ_ALL", "CREATE_DM", "VIEW_INFO", "SEARCH_DB", "OWNER_ADM", "READ_VAULT", "ERASE_VAULT" }; const int priviledges_count = sizeof(priviledges)/sizeof(priviledges[0]); if (!privils) printf("NULL\n"); else { printf("%ld (", *privils); for (int i = 0; i < priviledges_count; i++) { if (*privils & (1<algorithm) { case HASH_ALGORITHM_MD5: printf("MD5 "); break; case HASH_ALGORITHM_SHA_1: printf("SHA-1 "); break; case HASH_ALGORITHM_SHA_256: printf("SHA-256 "); break; case HASH_ALGORITHM_SHA_512: printf("SHA-512 "); break; default: printf(" ", hash->algorithm); break; } if (!hash->value) printf(""); else for (size_t i = 0; i < hash->length; i++) { if (i > 0) printf(":"); printf("%02x", ((uint8_t *)(hash->value))[i]); } printf("\n"); } void print_raw_type(const isds_raw_type type) { switch(type) { case RAWTYPE_INCOMING_MESSAGE: printf("INCOMING_MESSAGE\n"); break; case RAWTYPE_PLAIN_SIGNED_INCOMING_MESSAGE: printf("PLAIN_SIGNED_INCOMING_MESSAGE\n"); break; case RAWTYPE_CMS_SIGNED_INCOMING_MESSAGE: printf("CMS_SIGNED_INCOMING_MESSAGE\n"); break; case RAWTYPE_PLAIN_SIGNED_OUTGOING_MESSAGE: printf("PLAIN_SIGNED_OUTGOING_MESSAGE\n"); break; case RAWTYPE_CMS_SIGNED_OUTGOING_MESSAGE: printf("CMS_SIGNED_OUTGOING_MESSAGE\n"); break; case RAWTYPE_DELIVERYINFO: printf("DELIVERYINFO\n"); break; case RAWTYPE_PLAIN_SIGNED_DELIVERYINFO: printf("PLAIN_SIGNED_DELIVERYINFO\n"); break; case RAWTYPE_CMS_SIGNED_DELIVERYINFO: printf("CMS_SIGNED_DELIVERYINFO\n"); break; default: printf(" ", type); break; } } static void print_dmMessageStatus(const isds_message_status *status) { if (!status) printf("NULL\n"); else switch(*status) { case MESSAGESTATE_SENT: printf("SENT\n"); break; case MESSAGESTATE_STAMPED: printf("STAMPED\n"); break; case MESSAGESTATE_INFECTED: printf("INFECTED\n"); break; case MESSAGESTATE_DELIVERED: printf("DELIVERED\n"); break; case MESSAGESTATE_SUBSTITUTED: printf("SUBSTITUTED\n"); break; case MESSAGESTATE_RECEIVED: printf("RECEIVED\n"); break; case MESSAGESTATE_READ: printf("READ\n"); break; case MESSAGESTATE_UNDELIVERABLE: printf("UNDELIVERABLE\n"); break; case MESSAGESTATE_REMOVED: printf("REMOVED\n"); break; case MESSAGESTATE_IN_SAFE: printf("IN_SAFE\n"); break; default: printf("\n", *status); } } void print_bool(const _Bool *boolean) { printf("%s\n", (!boolean) ? "NULL" : ((*boolean)? "true" : "false") ); } void print_longint(const long int *number) { if (!number) printf("NULL\n"); else printf("%ld\n", *number); } void print_PersonName(const struct isds_PersonName *personName) { printf("\tpersonName = "); if (!personName) printf("NULL\n"); else { printf("{\n"); printf("\t\tpnFirstName = %s\n", personName->pnFirstName); printf("\t\tpnMiddleName = %s\n", personName->pnMiddleName); printf("\t\tpnLastName = %s\n", personName->pnLastName); printf("\t\tpnLastNameAtBirth = %s\n", personName->pnLastNameAtBirth); printf("\t}\n"); } } void print_Address(const struct isds_Address *address) { printf("\taddress = "); if (!address) printf("NULL\n"); else { printf("{\n"); printf("\t\tadCity = %s\n", address->adCity); printf("\t\tadStreet = %s\n", address->adStreet); printf("\t\tadNumberInStreet = %s\n", address->adNumberInStreet); printf("\t\tadNumberInMunicipality = %s\n", address->adNumberInMunicipality); printf("\t\tadZipCode = %s\n", address->adZipCode); printf("\t\tadState = %s\n", address->adState); printf("\t}\n"); } } void print_date(const struct tm *date) { if (!date) printf("NULL\n"); else printf("%s", asctime(date)); } void print_DbOwnerInfo(const struct isds_DbOwnerInfo *info) { printf("dbOwnerInfo = "); if (!info) { printf("NULL\n"); return; } printf("{\n"); printf("\tdbID = %s\n", info->dbID); printf("\tdbType = "); print_DbType((long int *) (info->dbType)); printf("\tic = %s\n", info->ic); print_PersonName(info->personName); printf("\tfirmName = %s\n", info->firmName); printf("\tbirthInfo = "); if (!info->birthInfo) printf("NULL\n"); else { printf("{\n"); printf("\t\tbiDate = "); print_date(info->birthInfo->biDate); printf("\t\tbiCity = %s\n", info->birthInfo->biCity); printf("\t\tbiCounty = %s\n", info->birthInfo->biCounty); printf("\t\tbiState = %s\n", info->birthInfo->biState); printf("\t}\n"); } print_Address(info->address); printf("\tnationality = %s\n", info->nationality); printf("\temail = %s\n", info->email); printf("\ttelNumber = %s\n", info->telNumber); printf("\tidentifier = %s\n", info->identifier); printf("\tregistryCode = %s\n", info->registryCode); printf("\tdbState = "); if (!info->dbState) printf("NULL\n"); else print_DbState(*(info->dbState)); printf("\tdbEffectiveOVM = "); print_bool(info->dbEffectiveOVM); printf("\tdbOpenAddressing = "); print_bool(info->dbOpenAddressing); printf("}\n"); } void print_DbUserInfo(const struct isds_DbUserInfo *info) { printf("dbUserInfo = "); if (!info) { printf("NULL\n"); return; } printf("{\n"); printf("\tuserID = %s\n", info->userID); printf("\tuserType = "); print_UserType((long int *) (info->userType)); printf("\tuserPrivils = "); print_UserPrivils(info->userPrivils); print_PersonName(info->personName); print_Address(info->address); printf("\tbiDate = "); print_date(info->biDate); printf("\tic = %s\n", info->ic); printf("\tfirmName = %s\n", info->firmName); printf("\tcaStreet = %s\n", info->caStreet); printf("\tcaCity = %s\n", info->caCity); printf("\tcaZipCode = %s\n", info->caZipCode); printf("\tcaState = %s\n", info->caState); printf("}\n"); } void print_timeval(const struct timeval *time) { struct tm broken; char buffer[128]; if (!time) { printf("NULL\n"); return; } if (!localtime_r(&(time->tv_sec), &broken)) goto error; if (!strftime(buffer, sizeof(buffer)/sizeof(char), "%c", &broken)) goto error; printf("%s, %jd us\n", buffer, (intmax_t)time->tv_usec); return; error: printf("\n>"); return; } void print_event_type(const isds_event_type *type) { if (!type) { printf("NULL"); return; } switch (*type) { case EVENT_UKNOWN: printf("UNKNOWN\n"); break; case EVENT_ENTERED_SYSTEM: printf("ENTERED_SYSTEM\n"); break; case EVENT_ACCEPTED_BY_RECIPIENT: printf("ACCEPTED_BY_RECIPIENT\n"); break; case EVENT_ACCEPTED_BY_FICTION: printf("DELIVERED_BY_FICTION\n"); break; case EVENT_UNDELIVERABLE: printf("UNDELIVERABLE\n"); break; case EVENT_COMMERCIAL_ACCEPTED: printf("COMMERCIAL_ACCEPTED\n"); break; case EVENT_DELIVERED: printf("DELIVERED\n"); break; case EVENT_PRIMARY_LOGIN: printf("PRIMARY_LOGIN\n"); break; case EVENT_ENTRUSTED_LOGIN: printf("ENTRUSTED_LOGIN\n"); break; case EVENT_SYSCERT_LOGIN: printf("SYSCERT_LOGIN\n"); break; default: printf("\n", *type); } } void print_events(const struct isds_list *events) { const struct isds_list *item; const struct isds_event *event; if (!events) { printf("NULL\n"); return; } printf("{\n"); for (item = events; item; item = item->next) { event = (struct isds_event *) item->data; printf("\t\t\tevent = "); if (!event) printf("NULL"); else { printf("{\n"); printf("\t\t\t\ttype = "); print_event_type(event->type); printf("\t\t\t\tdescription = %s\n", event->description); printf("\t\t\t\ttime = "); print_timeval(event->time); printf("\t\t\t}\n"); } } printf("\t\t}\n"); } void print_envelope(const struct isds_envelope *envelope) { printf("\tenvelope = "); if (!envelope) { printf("NULL\n"); return; } printf("{\n"); printf("\t\tdmID = %s\n", envelope->dmID); printf("\t\tdbIDSender = %s\n", envelope->dbIDSender); printf("\t\tdmSender = %s\n", envelope->dmSender); printf("\t\tdmSenderAddress = %s\n", envelope->dmSenderAddress); printf("\t\tdmSenderType = "); print_DbType(envelope->dmSenderType); printf("\t\tdmRecipient = %s\n", envelope->dmRecipient); printf("\t\tdmRecipientAddress = %s\n", envelope->dmRecipientAddress); printf("\t\tdmAmbiguousRecipient = "); print_bool(envelope->dmAmbiguousRecipient); printf("\t\tdmType = %s\n", envelope->dmType); printf("\t\tdmSenderOrgUnit = %s\n", envelope->dmSenderOrgUnit); printf("\t\tdmSenderOrgUnitNum = "); print_longint(envelope->dmSenderOrgUnitNum); printf("\t\tdbIDRecipient = %s\n", envelope->dbIDRecipient); printf("\t\tdmRecipientOrgUnit = %s\n", envelope->dmRecipientOrgUnit); printf("\t\tdmRecipientOrgUnitNum = "); print_longint(envelope->dmRecipientOrgUnitNum); printf("\t\tdmToHands = %s\n", envelope->dmToHands); printf("\t\tdmAnnotation = %s\n", envelope->dmAnnotation); printf("\t\tdmRecipientRefNumber = %s\n", envelope->dmRecipientRefNumber); printf("\t\tdmSenderRefNumber = %s\n", envelope->dmSenderRefNumber); printf("\t\tdmRecipientIdent = %s\n", envelope->dmRecipientIdent); printf("\t\tdmSenderIdent = %s\n", envelope->dmSenderIdent); printf("\t\tdmLegalTitleLaw = "); print_longint(envelope->dmLegalTitleLaw); printf("\t\tdmLegalTitleYear = "); print_longint(envelope->dmLegalTitleYear); printf("\t\tdmLegalTitleSect = %s\n", envelope->dmLegalTitleSect); printf("\t\tdmLegalTitlePar = %s\n", envelope->dmLegalTitlePar); printf("\t\tdmLegalTitlePoint = %s\n", envelope->dmLegalTitlePoint); printf("\t\tdmPersonalDelivery = "); print_bool(envelope->dmPersonalDelivery); printf("\t\tdmAllowSubstDelivery = "); print_bool(envelope->dmAllowSubstDelivery); printf("\t\tdmOVM = "); print_bool(envelope->dmOVM); printf("\t\tdmPublishOwnID = "); print_bool(envelope->dmPublishOwnID); printf("\t\tdmOrdinal = "); if (!envelope->dmOrdinal) printf("NULL\n"); else printf("%lu\n", *(envelope->dmOrdinal)); printf("\t\tdmMessageStatus = "); print_dmMessageStatus(envelope->dmMessageStatus); printf("\t\tdmAttachmentSize = "); if (!envelope->dmAttachmentSize) printf("NULL\n"); else printf("%lu kB\n", *(envelope->dmAttachmentSize)); printf("\t\tdmDeliveryTime = "); print_timeval(envelope->dmDeliveryTime); printf("\t\tdmAcceptanceTime = "); print_timeval(envelope->dmAcceptanceTime); printf("\t\thash = "); print_hash(envelope->hash); printf("\t\ttimestamp = %p\n", envelope->timestamp); printf("\t\ttimestamp_length = %zu\n", envelope->timestamp_length); printf("\t\tevents = "); print_events(envelope->events); printf("\t}\n"); } void print_document(const struct isds_document *document) { printf("\t\tdocument = "); if (!document) { printf("NULL\n"); return; } printf("\{\n"); printf("\t\t\tis_xml = %u\n", !!document->is_xml); printf("\t\t\txml_node_list = %p\n", document->xml_node_list); printf("\t\t\tdata = %p\n", document->data); printf("\t\t\tdata_length = %zu\n", document->data_length); printf("\t\t\tdmMimeType = %s\n", document->dmMimeType); printf("\t\t\tdmFileMetaType = "); switch(document->dmFileMetaType) { case FILEMETATYPE_MAIN: printf("MAIN\n"); break; case FILEMETATYPE_ENCLOSURE: printf("ENCLOSURE\n"); break; case FILEMETATYPE_SIGNATURE: printf("SIGNATURE\n"); break; case FILEMETATYPE_META: printf("META\n"); break; default: printf("\n", document->dmFileMetaType); } printf("\t\t\tdmFileGuid = %s\n", document->dmFileGuid); printf("\t\t\tdmUpFileGuid = %s\n", document->dmUpFileGuid); printf("\t\t\tdmFileDescr = %s\n", document->dmFileDescr); printf("\t\t\tdmFormat = %s\n", document->dmFormat); printf("\t\t}\n"); } void print_documents(const struct isds_list *documents) { const struct isds_list *item; printf("\tdocuments = "); if (!documents) { printf("NULL\n"); return; } printf("{\n"); for (item = documents; item; item = item->next) { print_document((struct isds_document *) (item->data)); } printf("\t}\n"); } void print_message(const struct isds_message *message) { printf("message = "); if (!message) { printf("NULL\n"); return; } printf("{\n"); printf("\traw = %p\n", message->raw); printf("\traw_length = %zu\n", message->raw_length); printf("\traw_type = "); print_raw_type(message->raw_type); printf("\txml = %p\n", message->xml); print_envelope(message->envelope); print_documents(message->documents); printf("}\n"); } void print_copies(const struct isds_list *copies) { const struct isds_list *item; struct isds_message_copy *copy; printf("Copies = "); if (!copies) { printf("\n"); return; } printf("{\n"); for (item = copies; item; item = item->next) { copy = (struct isds_message_copy *) item->data; printf("\tCopy = "); if (!copy) printf("\n"); else { printf("{\n"); printf("\t\tdbIDRecipient = %s\n", copy->dbIDRecipient); printf("\t\tdmRecipientOrgUnit = %s\n", copy->dmRecipientOrgUnit); printf("\t\tdmRecipientOrgUnitNum = "); if (copy->dmRecipientOrgUnitNum) printf("%ld\n", *copy->dmRecipientOrgUnitNum); else printf("\n"); printf("\t\tdmToHands = %s\n", copy->dmToHands); printf("\t\terror = %s\n", isds_strerror(copy->error)); printf("\t\tdmStatus = %s\n", copy->dmStatus); printf("\t\tdmID = %s\n", copy->dmID); printf("\t}\n"); } } printf("}\n"); } void print_message_status_change( const struct isds_message_status_change *changed_status) { printf("message_status_change = "); if (!changed_status) { printf("NULL\n"); return; } printf("{\n"); printf("\tdmID = %s\n", changed_status->dmID); printf("\tdmMessageStatus = "); print_dmMessageStatus(changed_status->dmMessageStatus); printf("\ttime = "); print_timeval(changed_status->time); printf("}\n"); } void compare_hashes(const struct isds_hash *hash1, const struct isds_hash *hash2) { isds_error err; printf("Comparing hashes... "); err = isds_hash_cmp(hash1, hash2); if (err == IE_SUCCESS) printf("Hashes equal\n"); else if (err == IE_NOTEQUAL) printf("Hashes differ\n"); else printf("isds_hash_cmp() failed: %s\n", isds_strerror(err)); } int progressbar(double upload_total, double upload_current, double download_total, double download_current, void *data) { printf("Progress: upload %0f/%0f, download %0f/%0f, data=%p\n", upload_current, upload_total, download_current, download_total, data); if (data) { printf("Aborting transfer...\n"); return 1; } return 0; } int mmap_file(const char *file, int *fd, void **buffer, size_t *length) { struct stat file_info; if (!file || !fd || !buffer || !length) return -1; *fd = open(file, O_RDONLY); if (*fd == -1) { fprintf(stderr, "%s: Could not open file: %s\n", file, strerror(errno)); return -1; } if (-1 == fstat(*fd, &file_info)) { fprintf(stderr, "%s: Could not get file size: %s\n", file, strerror(errno)); close(*fd); return -1; } if (file_info.st_size < 0) { fprintf(stderr, "File `%s' has negative size: %jd\n", file, (intmax_t) file_info.st_size); close(*fd); return -1; } *length = file_info.st_size; if (!*length) { /* Empty region cannot be mmapped */ *buffer = NULL; } else { *buffer = mmap(NULL, *length, PROT_READ, MAP_PRIVATE, *fd, 0); if (*buffer == MAP_FAILED) { fprintf(stderr, "%s: Could not map file to memory: %s\n", file, strerror(errno)); close(*fd); return -1; } } return 0; } int munmap_file(int fd, void *buffer, size_t length) { int err = 0; long int page_size = sysconf(_SC_PAGE_SIZE); size_t pages = (length % page_size) ? ((length / page_size) + 1) * page_size: length; if (length) { err = munmap(buffer, pages); if (err) { fprintf(stderr, "Could not unmap memory at %p and length %zu: %s\n", buffer, pages, strerror(errno)); } } err = close(fd); if (err) { fprintf(stderr, "Could close file descriptor %d: %s\n", fd, strerror(errno)); } return err; } static int save_data_to_file(const char *file, const void *data, const size_t length) { int fd; ssize_t written, left = length; if (!file) return -1; if (length > 0 && !data) return -1; fd = open(file, O_WRONLY|O_TRUNC|O_CREAT, 0666); if (fd == -1) { fprintf(stderr, "%s: Could not open file for writing: %s\n", file, strerror(errno)); return -1; } printf("Writing %zu bytes to file `%s'...\n", length, file); while (left) { written = write(fd, data + length - left, left); if (written == -1) { fprintf(stderr, "%s: Could not save file: %s\n", file, strerror(errno)); close(fd); return -1; } left-=written; } if (-1 == close(fd)) { fprintf(stderr, "%s: Closing file failed: %s\n", file, strerror(errno)); return -1; } printf("Done.\n"); return 0; } int save_data(const char *message, const void *data, const size_t length) { if (message) printf("%s\n", message); return save_data_to_file("output", data, length); } libisds-0.10.7/client/getreceivedsigneddelivery.c0000644000076400001440000001175212452262764017037 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; char *last_message_id = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Get list of received messages */ { struct tm from_time_tm = { .tm_year = 2000 - 1900, .tm_mon = 1 - 1, .tm_mday = 1, .tm_hour = 1, .tm_min = 2, .tm_sec = 3, .tm_isdst = -1 }; time_t from_time_t = mktime(&from_time_tm); struct timeval from_time = { .tv_sec = from_time_t, .tv_usec = 4000 }; unsigned long int number = 0; struct isds_list *messages = NULL, *item; struct isds_message *last_message = NULL; /* TODO: Try different criteria */ printf("Getting list of received messages\n"); err = isds_get_list_of_received_messages(ctx, &from_time, NULL, NULL, MESSAGESTATE_ANY, 0, &number, &messages); if (err) printf("isds_get_list_of_received_messages() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_list_of_received_messages() succeeded: " "number of messages = %lu\n", number); for(item = messages; item; item = item->next) { last_message = (struct isds_message *) (item->data); } } if (last_message) { /*Save last message for latter refference */ if (last_message->envelope && last_message->envelope->dmID) { last_message_id = strdup(last_message->envelope->dmID); } } isds_list_free(&messages); } /* Download last message signed delivery info */ if (last_message_id) { struct isds_message *message = NULL; printf("Getting last received message signed delivery info with ID: " "%s\n", last_message_id); err = isds_get_signed_delivery_info(ctx, last_message_id, &message); if (err) printf("isds_get_signed_delivery_info() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_signed_delivery_info() succeeded:\n"); print_message(message); save_data("Saving signed delivery info", message->raw, message->raw_length); } isds_message_free(&message); free(last_message_id); } /* Download signed delivery info with invalid ID */ { struct isds_message *message = NULL; char *id = "123456789112345678921"; printf("Getting signed delivery info with invalid ID: %s\n", id); err = isds_get_signed_delivery_info(ctx, id, &message); if (err) printf("isds_get_signed_delivery_info() failed as assumed: %s: " "%s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_signed_delivery_info() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } /* Download nonexistent signed delivery info */ { struct isds_message *message = NULL; char *id = "7777777"; printf("Getting nonexistent signed delivery info with ID: %s\n", id); err = isds_get_signed_delivery_info(ctx, id, &message); if (err) printf("isds_get_signed_delivery_info() failed as assumed: %s: " "%s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_signed_delivery_info() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/verifyreceivedhash.c0000644000076400001440000001314112452263152015454 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; char *last_message_id = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Get list of received messages */ { struct tm from_time_tm = { .tm_year = 2000 - 1900, .tm_mon = 1 - 1, .tm_mday = 1, .tm_hour = 1, .tm_min = 2, .tm_sec = 3, .tm_isdst = -1 }; time_t from_time_t = mktime(&from_time_tm); struct timeval from_time = { .tv_sec = from_time_t, .tv_usec = 4000 }; unsigned long int number = 0; struct isds_list *messages = NULL, *item; struct isds_message *last_message = NULL; /* TODO: Try different criteria */ printf("Getting list of received messages\n"); err = isds_get_list_of_received_messages(ctx, &from_time, NULL, NULL, MESSAGESTATE_ANY, 0, &number, &messages); if (err) printf("isds_get_list_of_received_messages() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_list_of_received_messages() succeeded: " "number of messages = %lu:\n", number); for(item = messages; item; item = item->next) { last_message = (struct isds_message *) (item->data); } } if (last_message) { /*Save last message for latter refference */ if (last_message->envelope && last_message->envelope->dmID) { last_message_id = strdup(last_message->envelope->dmID); } } isds_list_free(&messages); } if (last_message_id) { /* Download last message */ struct isds_message *message = NULL; printf("Getting last received message with ID: %s\n", last_message_id); err = isds_get_received_message(ctx, last_message_id, &message); if (err) printf("isds_get_received_message() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_received_message() succeeded:\n"); print_message(message); } /* Verify message hash */ printf("Verifying last received message hash against server\n"); err = isds_verify_message_hash(ctx, message); if (!err) { printf("isds_verify_message_hash() succeeded: " "message is genuine\n"); printf("Computed hash: "); print_hash(message->envelope->hash); } else if (err == IE_NOTEQUAL) { printf("isds_verify_message_hash() failed: message is a fake\n"); printf("Computed hash: "); print_hash(message->envelope->hash); printf("This should not happen\n"); } else { printf("isds_verify_message_hash() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } /* Download last signed message */ printf("Getting last signed received message with ID: %s\n", last_message_id); err = isds_get_signed_received_message(ctx, last_message_id, &message); if (err) printf("isds_get_signed_received_message() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_signed_received_message() succeeded:\n"); printf("\tMessage should have the same content ;)\n"); } /* Verify signed message hash */ printf("Verifying last signed received message hash against server\n"); err = isds_verify_message_hash(ctx, message); if (!err) { printf("isds_verify_message_hash() succeeded: " "message is genuine\n"); printf("Computed hash: "); print_hash(message->envelope->hash); } else if (err == IE_NOTEQUAL) { printf("isds_verify_message_hash() failed: message is a fake\n"); printf("Computed hash: "); print_hash(message->envelope->hash); printf("This should not happen\n"); } else { printf("isds_verify_message_hash() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } isds_message_free(&message); free(last_message_id); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/logger.c0000644000076400001440000000401712451606166013063 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" void logger(isds_log_facility facility, isds_log_level level, const char *message, int length, void *data) { /* Silent warning about unused argument. * It's a libisds' protopype isds_log_callback. */ (void) data; printf("\033[32mLOG(%02d,%02d): ", facility, level); printf("%.*s", length, message); printf("\033[m"); } int main(void) { struct isds_ctx *ctx = NULL; isds_error err; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } else { printf("isds_init() succeeded\n"); } isds_set_log_callback(logger, NULL); isds_set_logging(ILF_ALL, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } else { printf("isds_ctx_create() succeeded\n"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } else { printf("isds_set_timeout() succeeded\n"); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } else { printf("isds_logout() succeeded\n"); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } else { printf("isds_ctx_free() succeeded\n"); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } else { printf("isds_ctx_cleanup() succeeded\n"); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/getsenderbyid.c0000644000076400001440000000430211730435035014423 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(int argc, char **argv) { struct isds_ctx *ctx = NULL; isds_error err; setlocale(LC_ALL, ""); if (argc < 2) { fprintf(stderr, "Usage: program YOUR_MESSAGE_ID\n"); exit(EXIT_FAILURE); } err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Get sender of message selected by message ID */ if (argv[1]) { isds_sender_type *type = NULL; char *raw_type = NULL; char *name = NULL; printf("Getting sender of message with ID: %s\n", argv[1]); err = isds_get_message_sender(ctx, argv[1], &type, &raw_type, &name); if (err) printf("isds_get_message_sender() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_message_sender() succeeded:\n"); printf("type = "); print_sender_type(type); printf("raw_type = %s\n" "name = %s\n", raw_type, name); } free(type); free(raw_type); free(name); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/Makefile.am0000644000076400001440000000603411530277756013503 00000000000000LIBDIR =../src AM_CPPFLAGS = @XML_CPPFLAGS@ AM_CFLAGS = -I$(srcdir)/$(LIBDIR) -DSRCDIR=\"$(top_srcdir)\" LDADD = $(LIBDIR)/libisds.la -L$(LIBDIR) @XML_LIBS@ noinst_PROGRAMS = isdsclient login certauth version progressbar logger \ getuserboxinfo addbox changebox \ changepassword activate resetpassword deleteuser changeuser \ switchcommercial switchaccessibility disableaccesibilityexternaly \ sendmultiple getsent getsignedsent getsignedsentbyid getchangedstates \ loadreceivedmessage loadcmssignedsentmessage \ sendxmldoc loadsentmessagewithxmldocuments \ getreceived getsignedreceived \ getreceivedenvelope markasread markasreceived getsenderbyid \ downloadmessagehash verifyreceivedhash computemessagehash \ authenticatemessage \ loaddelivery getreceiveddelivery getreceivedsigneddelivery \ convertdocument requestnewtestingbox getboxlist common = common.c common.h isdsclient_SOURCES = isdsclient.c $(common) login_SOURCES = login.c $(common) certauth_SOURCES = certauth.c $(common) version_SOURCES = version.c $(common) progressbar_SOURCES = progressbar.c $(common) logger_SOURCES = logger.c $(common) getuserboxinfo_SOURCES = getuserboxinfo.c $(common) addbox_SOURCES = addbox.c $(common) changebox_SOURCES = changebox.c $(common) changepassword_SOURCES = changepassword.c $(common) activate_SOURCES = activate.c $(common) resetpassword_SOURCES = resetpassword.c $(common) deleteuser_SOURCES = deleteuser.c $(common) changeuser_SOURCES = changeuser.c $(common) switchcommercial_SOURCES = switchcommercial.c $(common) switchaccessibility_SOURCES = switchaccessibility.c $(common) disableaccesibilityexternaly_SOURCES = disableaccesibilityexternaly.c $(common) sendmultiple_SOURCES = sendmultiple.c $(common) getsent_SOURCES = getsent.c $(common) getsignedsent_SOURCES = getsignedsent.c $(common) getsignedsentbyid_SOURCES = getsignedsentbyid.c $(common) getchangedstates_SOURCES = getchangedstates.c $(common) loadreceivedmessage_SOURCES = loadreceivedmessage.c $(common) loadcmssignedsentmessage_SOURCES = loadcmssignedsentmessage.c $(common) sendxmldoc_SOURCES = sendxmldoc.c $(common) loadsentmessagewithxmldocuments_SOURCES = \ loadsentmessagewithxmldocuments.c $(common) getreceived_SOURCES = getreceived.c $(common) getsignedreceived_SOURCES = getsignedreceived.c $(common) getreceivedenvelope_SOURCES = getreceivedenvelope.c $(common) downloadmessagehash_SOURCES = downloadmessagehash.c $(common) verifyreceivedhash_SOURCES = verifyreceivedhash.c $(common) computemessagehash_SOURCES = computemessagehash.c $(common) authenticatemessage_SOURCES = authenticatemessage.c $(common) markasread_SOURCES = markasread.c $(common) markasreceived_SOURCES = markasreceived.c $(common) getsenderbyid_SOURCES = getsenderbyid.c $(common) loaddelivery_SOURCES = loaddelivery.c $(common) getreceiveddelivery_SOURCES = getreceiveddelivery.c $(common) getreceivedsigneddelivery_SOURCES = getreceivedsigneddelivery.c $(common) convertdocument_SOURCES = convertdocument.c $(common) requestnewtestingbox_SOURCES = requestnewtestingbox.c $(common) getboxlist_SOURCES = getboxlist.c $(common) libisds-0.10.7/client/convertdocument.c0000644000076400001440000000433611503450141015012 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(int argc, char **argv) { struct isds_ctx *ctx = NULL; isds_error err; struct isds_document document; int fd; char *id = NULL; struct tm *date = NULL; setlocale(LC_ALL, ""); if (argc < 3) { fprintf(stderr, "Usage: program FILE DESCRIPTION\n"); exit(EXIT_FAILURE); } err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } /* Load document */ memset(&document, 0, sizeof(document)); if (mmap_file(argv[1], &fd, &document.data, &document.data_length)) { fprintf(stderr, "Could not map file with document"); isds_ctx_free(&ctx); isds_cleanup(); exit(EXIT_FAILURE); } document.dmFileDescr = argv[2]; /* Submit document for conversion */ printf("Submitting document for authorized conversion: " "content=%s, description=%s\n", argv[1], argv[2]); err = czp_convert_document(ctx, &document, &id, &date); if (err) printf("czp_convert_document() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("czp_convert_document() succeeded:\n"); printf("\tidentifier = %s\n", id); printf("\tsubmit date = "); print_date(date); } free(id); free(date); munmap_file(fd, document.data, document.data_length); err = czp_close_connection(ctx); if (err) { printf("czp_close_connetion() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/markasread.c0000644000076400001440000001141312452263053013707 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; char *last_message_id = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Get list of received unread messages */ { struct tm from_time_tm = { .tm_year = 2000 - 1900, .tm_mon = 1 - 1, .tm_mday = 1, .tm_hour = 1, .tm_min = 2, .tm_sec = 3, .tm_isdst = -1 }; time_t from_time_t = mktime(&from_time_tm); struct timeval from_time = { .tv_sec = from_time_t, .tv_usec = 4000 }; unsigned long int number = 0; struct isds_list *messages = NULL, *item; struct isds_message *last_message = NULL; /* TODO: Try different criteria */ printf("Getting list of unread received messages\n"); err = isds_get_list_of_received_messages(ctx, &from_time, NULL, NULL, MESSAGESTATE_ANY & ~MESSAGESTATE_READ, 0, &number, &messages); if (err) printf("isds_get_list_of_received_messages() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_list_of_received_messages() succeeded: " "number of messages = %lu\n", number); for(item = messages; item; item = item->next) { last_message = (struct isds_message *) (item->data); } } if (last_message) { /*Save last message for latter refference */ if (last_message->envelope && last_message->envelope->dmID) { last_message_id = strdup(last_message->envelope->dmID); } } isds_list_free(&messages); } /* Mark last message as read */ if (last_message_id) { struct isds_message *message = NULL; printf("Marking as read last received message with ID: %s\n", last_message_id); err = isds_mark_message_read(ctx, last_message_id); if (err) printf("isds_mark_message_read() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_mark_message_read() succeeded:\n"); print_message(message); } isds_message_free(&message); free(last_message_id); } /* Mark as read message with invalid ID*/ { struct isds_message *message = NULL; char *id = "123456789112345678921"; printf("Marking message as read with invalid ID: %s\n", id); err = isds_mark_message_read(ctx, id); if (err) printf("isds_mark_message_read() failed as assumed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_mark_message_read() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } /* Mark nonexistent message as read */ { struct isds_message *message = NULL; char *id = "7777777"; printf("Marking as read nonexistent message with ID: %s\n", id); err = isds_mark_message_read(ctx, id); if (err) printf("isds_mark_message_read() failed as assumed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_mark_message_read() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/deleteuser.c0000644000076400001440000000557712451607040013751 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; struct isds_DbOwnerInfo *db_owner_info = NULL; struct isds_DbUserInfo *db_user_info = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { /* Get info about my box */ printf("Getting info about my box:\n"); err = isds_GetOwnerInfoFromLogin(ctx, &db_owner_info); if (err) { printf("isds_GetOwnerInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetOwnerInfoFromLogin() succeeded\n"); } print_DbOwnerInfo(db_owner_info); } { /* Get info about my account */ printf("Getting info about my account:\n"); err = isds_GetUserInfoFromLogin(ctx, &db_user_info); if (err) { printf("isds_GetUserInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetUserInfoFromLogin() succeeded\n"); print_DbUserInfo(db_user_info); } } if (db_owner_info && db_user_info) { char *refnumber = NULL; printf("Deleting user\n"); isds_error err = isds_delete_user(ctx, db_owner_info, db_user_info, NULL, &refnumber); if (err) { printf("isds_delete_user() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_delete_user() succeeded as request #%s.\n" "This should not happen\n", refnumber); } free(refnumber); } isds_DbOwnerInfo_free(&db_owner_info); isds_DbUserInfo_free(&db_user_info); err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/Makefile.in0000644000076400001440000013152713130412174013501 00000000000000# Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ noinst_PROGRAMS = isdsclient$(EXEEXT) login$(EXEEXT) certauth$(EXEEXT) \ version$(EXEEXT) progressbar$(EXEEXT) logger$(EXEEXT) \ getuserboxinfo$(EXEEXT) addbox$(EXEEXT) changebox$(EXEEXT) \ changepassword$(EXEEXT) activate$(EXEEXT) \ resetpassword$(EXEEXT) deleteuser$(EXEEXT) changeuser$(EXEEXT) \ switchcommercial$(EXEEXT) switchaccessibility$(EXEEXT) \ disableaccesibilityexternaly$(EXEEXT) sendmultiple$(EXEEXT) \ getsent$(EXEEXT) getsignedsent$(EXEEXT) \ getsignedsentbyid$(EXEEXT) getchangedstates$(EXEEXT) \ loadreceivedmessage$(EXEEXT) loadcmssignedsentmessage$(EXEEXT) \ sendxmldoc$(EXEEXT) loadsentmessagewithxmldocuments$(EXEEXT) \ getreceived$(EXEEXT) getsignedreceived$(EXEEXT) \ getreceivedenvelope$(EXEEXT) markasread$(EXEEXT) \ markasreceived$(EXEEXT) getsenderbyid$(EXEEXT) \ downloadmessagehash$(EXEEXT) verifyreceivedhash$(EXEEXT) \ computemessagehash$(EXEEXT) authenticatemessage$(EXEEXT) \ loaddelivery$(EXEEXT) getreceiveddelivery$(EXEEXT) \ getreceivedsigneddelivery$(EXEEXT) convertdocument$(EXEEXT) \ requestnewtestingbox$(EXEEXT) getboxlist$(EXEEXT) subdir = client DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/gpgme.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = PROGRAMS = $(noinst_PROGRAMS) am__objects_1 = common.$(OBJEXT) am_activate_OBJECTS = activate.$(OBJEXT) $(am__objects_1) activate_OBJECTS = $(am_activate_OBJECTS) activate_LDADD = $(LDADD) activate_DEPENDENCIES = $(LIBDIR)/libisds.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = am_addbox_OBJECTS = addbox.$(OBJEXT) $(am__objects_1) addbox_OBJECTS = $(am_addbox_OBJECTS) addbox_LDADD = $(LDADD) addbox_DEPENDENCIES = $(LIBDIR)/libisds.la am_authenticatemessage_OBJECTS = authenticatemessage.$(OBJEXT) \ $(am__objects_1) authenticatemessage_OBJECTS = $(am_authenticatemessage_OBJECTS) authenticatemessage_LDADD = $(LDADD) authenticatemessage_DEPENDENCIES = $(LIBDIR)/libisds.la am_certauth_OBJECTS = certauth.$(OBJEXT) $(am__objects_1) certauth_OBJECTS = $(am_certauth_OBJECTS) certauth_LDADD = $(LDADD) certauth_DEPENDENCIES = $(LIBDIR)/libisds.la am_changebox_OBJECTS = changebox.$(OBJEXT) $(am__objects_1) changebox_OBJECTS = $(am_changebox_OBJECTS) changebox_LDADD = $(LDADD) changebox_DEPENDENCIES = $(LIBDIR)/libisds.la am_changepassword_OBJECTS = changepassword.$(OBJEXT) $(am__objects_1) changepassword_OBJECTS = $(am_changepassword_OBJECTS) changepassword_LDADD = $(LDADD) changepassword_DEPENDENCIES = $(LIBDIR)/libisds.la am_changeuser_OBJECTS = changeuser.$(OBJEXT) $(am__objects_1) changeuser_OBJECTS = $(am_changeuser_OBJECTS) changeuser_LDADD = $(LDADD) changeuser_DEPENDENCIES = $(LIBDIR)/libisds.la am_computemessagehash_OBJECTS = computemessagehash.$(OBJEXT) \ $(am__objects_1) computemessagehash_OBJECTS = $(am_computemessagehash_OBJECTS) computemessagehash_LDADD = $(LDADD) computemessagehash_DEPENDENCIES = $(LIBDIR)/libisds.la am_convertdocument_OBJECTS = convertdocument.$(OBJEXT) \ $(am__objects_1) convertdocument_OBJECTS = $(am_convertdocument_OBJECTS) convertdocument_LDADD = $(LDADD) convertdocument_DEPENDENCIES = $(LIBDIR)/libisds.la am_deleteuser_OBJECTS = deleteuser.$(OBJEXT) $(am__objects_1) deleteuser_OBJECTS = $(am_deleteuser_OBJECTS) deleteuser_LDADD = $(LDADD) deleteuser_DEPENDENCIES = $(LIBDIR)/libisds.la am_disableaccesibilityexternaly_OBJECTS = \ disableaccesibilityexternaly.$(OBJEXT) $(am__objects_1) disableaccesibilityexternaly_OBJECTS = \ $(am_disableaccesibilityexternaly_OBJECTS) disableaccesibilityexternaly_LDADD = $(LDADD) disableaccesibilityexternaly_DEPENDENCIES = $(LIBDIR)/libisds.la am_downloadmessagehash_OBJECTS = downloadmessagehash.$(OBJEXT) \ $(am__objects_1) downloadmessagehash_OBJECTS = $(am_downloadmessagehash_OBJECTS) downloadmessagehash_LDADD = $(LDADD) downloadmessagehash_DEPENDENCIES = $(LIBDIR)/libisds.la am_getboxlist_OBJECTS = getboxlist.$(OBJEXT) $(am__objects_1) getboxlist_OBJECTS = $(am_getboxlist_OBJECTS) getboxlist_LDADD = $(LDADD) getboxlist_DEPENDENCIES = $(LIBDIR)/libisds.la am_getchangedstates_OBJECTS = getchangedstates.$(OBJEXT) \ $(am__objects_1) getchangedstates_OBJECTS = $(am_getchangedstates_OBJECTS) getchangedstates_LDADD = $(LDADD) getchangedstates_DEPENDENCIES = $(LIBDIR)/libisds.la am_getreceived_OBJECTS = getreceived.$(OBJEXT) $(am__objects_1) getreceived_OBJECTS = $(am_getreceived_OBJECTS) getreceived_LDADD = $(LDADD) getreceived_DEPENDENCIES = $(LIBDIR)/libisds.la am_getreceiveddelivery_OBJECTS = getreceiveddelivery.$(OBJEXT) \ $(am__objects_1) getreceiveddelivery_OBJECTS = $(am_getreceiveddelivery_OBJECTS) getreceiveddelivery_LDADD = $(LDADD) getreceiveddelivery_DEPENDENCIES = $(LIBDIR)/libisds.la am_getreceivedenvelope_OBJECTS = getreceivedenvelope.$(OBJEXT) \ $(am__objects_1) getreceivedenvelope_OBJECTS = $(am_getreceivedenvelope_OBJECTS) getreceivedenvelope_LDADD = $(LDADD) getreceivedenvelope_DEPENDENCIES = $(LIBDIR)/libisds.la am_getreceivedsigneddelivery_OBJECTS = \ getreceivedsigneddelivery.$(OBJEXT) $(am__objects_1) getreceivedsigneddelivery_OBJECTS = \ $(am_getreceivedsigneddelivery_OBJECTS) getreceivedsigneddelivery_LDADD = $(LDADD) getreceivedsigneddelivery_DEPENDENCIES = $(LIBDIR)/libisds.la am_getsenderbyid_OBJECTS = getsenderbyid.$(OBJEXT) $(am__objects_1) getsenderbyid_OBJECTS = $(am_getsenderbyid_OBJECTS) getsenderbyid_LDADD = $(LDADD) getsenderbyid_DEPENDENCIES = $(LIBDIR)/libisds.la am_getsent_OBJECTS = getsent.$(OBJEXT) $(am__objects_1) getsent_OBJECTS = $(am_getsent_OBJECTS) getsent_LDADD = $(LDADD) getsent_DEPENDENCIES = $(LIBDIR)/libisds.la am_getsignedreceived_OBJECTS = getsignedreceived.$(OBJEXT) \ $(am__objects_1) getsignedreceived_OBJECTS = $(am_getsignedreceived_OBJECTS) getsignedreceived_LDADD = $(LDADD) getsignedreceived_DEPENDENCIES = $(LIBDIR)/libisds.la am_getsignedsent_OBJECTS = getsignedsent.$(OBJEXT) $(am__objects_1) getsignedsent_OBJECTS = $(am_getsignedsent_OBJECTS) getsignedsent_LDADD = $(LDADD) getsignedsent_DEPENDENCIES = $(LIBDIR)/libisds.la am_getsignedsentbyid_OBJECTS = getsignedsentbyid.$(OBJEXT) \ $(am__objects_1) getsignedsentbyid_OBJECTS = $(am_getsignedsentbyid_OBJECTS) getsignedsentbyid_LDADD = $(LDADD) getsignedsentbyid_DEPENDENCIES = $(LIBDIR)/libisds.la am_getuserboxinfo_OBJECTS = getuserboxinfo.$(OBJEXT) $(am__objects_1) getuserboxinfo_OBJECTS = $(am_getuserboxinfo_OBJECTS) getuserboxinfo_LDADD = $(LDADD) getuserboxinfo_DEPENDENCIES = $(LIBDIR)/libisds.la am_isdsclient_OBJECTS = isdsclient.$(OBJEXT) $(am__objects_1) isdsclient_OBJECTS = $(am_isdsclient_OBJECTS) isdsclient_LDADD = $(LDADD) isdsclient_DEPENDENCIES = $(LIBDIR)/libisds.la am_loadcmssignedsentmessage_OBJECTS = \ loadcmssignedsentmessage.$(OBJEXT) $(am__objects_1) loadcmssignedsentmessage_OBJECTS = \ $(am_loadcmssignedsentmessage_OBJECTS) loadcmssignedsentmessage_LDADD = $(LDADD) loadcmssignedsentmessage_DEPENDENCIES = $(LIBDIR)/libisds.la am_loaddelivery_OBJECTS = loaddelivery.$(OBJEXT) $(am__objects_1) loaddelivery_OBJECTS = $(am_loaddelivery_OBJECTS) loaddelivery_LDADD = $(LDADD) loaddelivery_DEPENDENCIES = $(LIBDIR)/libisds.la am_loadreceivedmessage_OBJECTS = loadreceivedmessage.$(OBJEXT) \ $(am__objects_1) loadreceivedmessage_OBJECTS = $(am_loadreceivedmessage_OBJECTS) loadreceivedmessage_LDADD = $(LDADD) loadreceivedmessage_DEPENDENCIES = $(LIBDIR)/libisds.la am_loadsentmessagewithxmldocuments_OBJECTS = \ loadsentmessagewithxmldocuments.$(OBJEXT) $(am__objects_1) loadsentmessagewithxmldocuments_OBJECTS = \ $(am_loadsentmessagewithxmldocuments_OBJECTS) loadsentmessagewithxmldocuments_LDADD = $(LDADD) loadsentmessagewithxmldocuments_DEPENDENCIES = $(LIBDIR)/libisds.la am_logger_OBJECTS = logger.$(OBJEXT) $(am__objects_1) logger_OBJECTS = $(am_logger_OBJECTS) logger_LDADD = $(LDADD) logger_DEPENDENCIES = $(LIBDIR)/libisds.la am_login_OBJECTS = login.$(OBJEXT) $(am__objects_1) login_OBJECTS = $(am_login_OBJECTS) login_LDADD = $(LDADD) login_DEPENDENCIES = $(LIBDIR)/libisds.la am_markasread_OBJECTS = markasread.$(OBJEXT) $(am__objects_1) markasread_OBJECTS = $(am_markasread_OBJECTS) markasread_LDADD = $(LDADD) markasread_DEPENDENCIES = $(LIBDIR)/libisds.la am_markasreceived_OBJECTS = markasreceived.$(OBJEXT) $(am__objects_1) markasreceived_OBJECTS = $(am_markasreceived_OBJECTS) markasreceived_LDADD = $(LDADD) markasreceived_DEPENDENCIES = $(LIBDIR)/libisds.la am_progressbar_OBJECTS = progressbar.$(OBJEXT) $(am__objects_1) progressbar_OBJECTS = $(am_progressbar_OBJECTS) progressbar_LDADD = $(LDADD) progressbar_DEPENDENCIES = $(LIBDIR)/libisds.la am_requestnewtestingbox_OBJECTS = requestnewtestingbox.$(OBJEXT) \ $(am__objects_1) requestnewtestingbox_OBJECTS = $(am_requestnewtestingbox_OBJECTS) requestnewtestingbox_LDADD = $(LDADD) requestnewtestingbox_DEPENDENCIES = $(LIBDIR)/libisds.la am_resetpassword_OBJECTS = resetpassword.$(OBJEXT) $(am__objects_1) resetpassword_OBJECTS = $(am_resetpassword_OBJECTS) resetpassword_LDADD = $(LDADD) resetpassword_DEPENDENCIES = $(LIBDIR)/libisds.la am_sendmultiple_OBJECTS = sendmultiple.$(OBJEXT) $(am__objects_1) sendmultiple_OBJECTS = $(am_sendmultiple_OBJECTS) sendmultiple_LDADD = $(LDADD) sendmultiple_DEPENDENCIES = $(LIBDIR)/libisds.la am_sendxmldoc_OBJECTS = sendxmldoc.$(OBJEXT) $(am__objects_1) sendxmldoc_OBJECTS = $(am_sendxmldoc_OBJECTS) sendxmldoc_LDADD = $(LDADD) sendxmldoc_DEPENDENCIES = $(LIBDIR)/libisds.la am_switchaccessibility_OBJECTS = switchaccessibility.$(OBJEXT) \ $(am__objects_1) switchaccessibility_OBJECTS = $(am_switchaccessibility_OBJECTS) switchaccessibility_LDADD = $(LDADD) switchaccessibility_DEPENDENCIES = $(LIBDIR)/libisds.la am_switchcommercial_OBJECTS = switchcommercial.$(OBJEXT) \ $(am__objects_1) switchcommercial_OBJECTS = $(am_switchcommercial_OBJECTS) switchcommercial_LDADD = $(LDADD) switchcommercial_DEPENDENCIES = $(LIBDIR)/libisds.la am_verifyreceivedhash_OBJECTS = verifyreceivedhash.$(OBJEXT) \ $(am__objects_1) verifyreceivedhash_OBJECTS = $(am_verifyreceivedhash_OBJECTS) verifyreceivedhash_LDADD = $(LDADD) verifyreceivedhash_DEPENDENCIES = $(LIBDIR)/libisds.la am_version_OBJECTS = version.$(OBJEXT) $(am__objects_1) version_OBJECTS = $(am_version_OBJECTS) version_LDADD = $(LDADD) version_DEPENDENCIES = $(LIBDIR)/libisds.la AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(activate_SOURCES) $(addbox_SOURCES) \ $(authenticatemessage_SOURCES) $(certauth_SOURCES) \ $(changebox_SOURCES) $(changepassword_SOURCES) \ $(changeuser_SOURCES) $(computemessagehash_SOURCES) \ $(convertdocument_SOURCES) $(deleteuser_SOURCES) \ $(disableaccesibilityexternaly_SOURCES) \ $(downloadmessagehash_SOURCES) $(getboxlist_SOURCES) \ $(getchangedstates_SOURCES) $(getreceived_SOURCES) \ $(getreceiveddelivery_SOURCES) $(getreceivedenvelope_SOURCES) \ $(getreceivedsigneddelivery_SOURCES) $(getsenderbyid_SOURCES) \ $(getsent_SOURCES) $(getsignedreceived_SOURCES) \ $(getsignedsent_SOURCES) $(getsignedsentbyid_SOURCES) \ $(getuserboxinfo_SOURCES) $(isdsclient_SOURCES) \ $(loadcmssignedsentmessage_SOURCES) $(loaddelivery_SOURCES) \ $(loadreceivedmessage_SOURCES) \ $(loadsentmessagewithxmldocuments_SOURCES) $(logger_SOURCES) \ $(login_SOURCES) $(markasread_SOURCES) \ $(markasreceived_SOURCES) $(progressbar_SOURCES) \ $(requestnewtestingbox_SOURCES) $(resetpassword_SOURCES) \ $(sendmultiple_SOURCES) $(sendxmldoc_SOURCES) \ $(switchaccessibility_SOURCES) $(switchcommercial_SOURCES) \ $(verifyreceivedhash_SOURCES) $(version_SOURCES) DIST_SOURCES = $(activate_SOURCES) $(addbox_SOURCES) \ $(authenticatemessage_SOURCES) $(certauth_SOURCES) \ $(changebox_SOURCES) $(changepassword_SOURCES) \ $(changeuser_SOURCES) $(computemessagehash_SOURCES) \ $(convertdocument_SOURCES) $(deleteuser_SOURCES) \ $(disableaccesibilityexternaly_SOURCES) \ $(downloadmessagehash_SOURCES) $(getboxlist_SOURCES) \ $(getchangedstates_SOURCES) $(getreceived_SOURCES) \ $(getreceiveddelivery_SOURCES) $(getreceivedenvelope_SOURCES) \ $(getreceivedsigneddelivery_SOURCES) $(getsenderbyid_SOURCES) \ $(getsent_SOURCES) $(getsignedreceived_SOURCES) \ $(getsignedsent_SOURCES) $(getsignedsentbyid_SOURCES) \ $(getuserboxinfo_SOURCES) $(isdsclient_SOURCES) \ $(loadcmssignedsentmessage_SOURCES) $(loaddelivery_SOURCES) \ $(loadreceivedmessage_SOURCES) \ $(loadsentmessagewithxmldocuments_SOURCES) $(logger_SOURCES) \ $(login_SOURCES) $(markasread_SOURCES) \ $(markasreceived_SOURCES) $(progressbar_SOURCES) \ $(requestnewtestingbox_SOURCES) $(resetpassword_SOURCES) \ $(sendmultiple_SOURCES) $(sendxmldoc_SOURCES) \ $(switchaccessibility_SOURCES) $(switchcommercial_SOURCES) \ $(verifyreceivedhash_SOURCES) $(version_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ EXPAT_LIBS = @EXPAT_LIBS@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GPGME_CFLAGS = @GPGME_CFLAGS@ GPGME_CONFIG = @GPGME_CONFIG@ GPGME_LIBS = @GPGME_LIBS@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCURL = @LIBCURL@ LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ XML2_CONFIG = @XML2_CONFIG@ XML_CPPFLAGS = @XML_CPPFLAGS@ XML_LIBS = @XML_LIBS@ _libcurl_config = @_libcurl_config@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ LIBDIR = ../src AM_CPPFLAGS = @XML_CPPFLAGS@ AM_CFLAGS = -I$(srcdir)/$(LIBDIR) -DSRCDIR=\"$(top_srcdir)\" LDADD = $(LIBDIR)/libisds.la -L$(LIBDIR) @XML_LIBS@ common = common.c common.h isdsclient_SOURCES = isdsclient.c $(common) login_SOURCES = login.c $(common) certauth_SOURCES = certauth.c $(common) version_SOURCES = version.c $(common) progressbar_SOURCES = progressbar.c $(common) logger_SOURCES = logger.c $(common) getuserboxinfo_SOURCES = getuserboxinfo.c $(common) addbox_SOURCES = addbox.c $(common) changebox_SOURCES = changebox.c $(common) changepassword_SOURCES = changepassword.c $(common) activate_SOURCES = activate.c $(common) resetpassword_SOURCES = resetpassword.c $(common) deleteuser_SOURCES = deleteuser.c $(common) changeuser_SOURCES = changeuser.c $(common) switchcommercial_SOURCES = switchcommercial.c $(common) switchaccessibility_SOURCES = switchaccessibility.c $(common) disableaccesibilityexternaly_SOURCES = disableaccesibilityexternaly.c $(common) sendmultiple_SOURCES = sendmultiple.c $(common) getsent_SOURCES = getsent.c $(common) getsignedsent_SOURCES = getsignedsent.c $(common) getsignedsentbyid_SOURCES = getsignedsentbyid.c $(common) getchangedstates_SOURCES = getchangedstates.c $(common) loadreceivedmessage_SOURCES = loadreceivedmessage.c $(common) loadcmssignedsentmessage_SOURCES = loadcmssignedsentmessage.c $(common) sendxmldoc_SOURCES = sendxmldoc.c $(common) loadsentmessagewithxmldocuments_SOURCES = \ loadsentmessagewithxmldocuments.c $(common) getreceived_SOURCES = getreceived.c $(common) getsignedreceived_SOURCES = getsignedreceived.c $(common) getreceivedenvelope_SOURCES = getreceivedenvelope.c $(common) downloadmessagehash_SOURCES = downloadmessagehash.c $(common) verifyreceivedhash_SOURCES = verifyreceivedhash.c $(common) computemessagehash_SOURCES = computemessagehash.c $(common) authenticatemessage_SOURCES = authenticatemessage.c $(common) markasread_SOURCES = markasread.c $(common) markasreceived_SOURCES = markasreceived.c $(common) getsenderbyid_SOURCES = getsenderbyid.c $(common) loaddelivery_SOURCES = loaddelivery.c $(common) getreceiveddelivery_SOURCES = getreceiveddelivery.c $(common) getreceivedsigneddelivery_SOURCES = getreceivedsigneddelivery.c $(common) convertdocument_SOURCES = convertdocument.c $(common) requestnewtestingbox_SOURCES = requestnewtestingbox.c $(common) getboxlist_SOURCES = getboxlist.c $(common) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu client/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu client/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list activate$(EXEEXT): $(activate_OBJECTS) $(activate_DEPENDENCIES) $(EXTRA_activate_DEPENDENCIES) @rm -f activate$(EXEEXT) $(AM_V_CCLD)$(LINK) $(activate_OBJECTS) $(activate_LDADD) $(LIBS) addbox$(EXEEXT): $(addbox_OBJECTS) $(addbox_DEPENDENCIES) $(EXTRA_addbox_DEPENDENCIES) @rm -f addbox$(EXEEXT) $(AM_V_CCLD)$(LINK) $(addbox_OBJECTS) $(addbox_LDADD) $(LIBS) authenticatemessage$(EXEEXT): $(authenticatemessage_OBJECTS) $(authenticatemessage_DEPENDENCIES) $(EXTRA_authenticatemessage_DEPENDENCIES) @rm -f authenticatemessage$(EXEEXT) $(AM_V_CCLD)$(LINK) $(authenticatemessage_OBJECTS) $(authenticatemessage_LDADD) $(LIBS) certauth$(EXEEXT): $(certauth_OBJECTS) $(certauth_DEPENDENCIES) $(EXTRA_certauth_DEPENDENCIES) @rm -f certauth$(EXEEXT) $(AM_V_CCLD)$(LINK) $(certauth_OBJECTS) $(certauth_LDADD) $(LIBS) changebox$(EXEEXT): $(changebox_OBJECTS) $(changebox_DEPENDENCIES) $(EXTRA_changebox_DEPENDENCIES) @rm -f changebox$(EXEEXT) $(AM_V_CCLD)$(LINK) $(changebox_OBJECTS) $(changebox_LDADD) $(LIBS) changepassword$(EXEEXT): $(changepassword_OBJECTS) $(changepassword_DEPENDENCIES) $(EXTRA_changepassword_DEPENDENCIES) @rm -f changepassword$(EXEEXT) $(AM_V_CCLD)$(LINK) $(changepassword_OBJECTS) $(changepassword_LDADD) $(LIBS) changeuser$(EXEEXT): $(changeuser_OBJECTS) $(changeuser_DEPENDENCIES) $(EXTRA_changeuser_DEPENDENCIES) @rm -f changeuser$(EXEEXT) $(AM_V_CCLD)$(LINK) $(changeuser_OBJECTS) $(changeuser_LDADD) $(LIBS) computemessagehash$(EXEEXT): $(computemessagehash_OBJECTS) $(computemessagehash_DEPENDENCIES) $(EXTRA_computemessagehash_DEPENDENCIES) @rm -f computemessagehash$(EXEEXT) $(AM_V_CCLD)$(LINK) $(computemessagehash_OBJECTS) $(computemessagehash_LDADD) $(LIBS) convertdocument$(EXEEXT): $(convertdocument_OBJECTS) $(convertdocument_DEPENDENCIES) $(EXTRA_convertdocument_DEPENDENCIES) @rm -f convertdocument$(EXEEXT) $(AM_V_CCLD)$(LINK) $(convertdocument_OBJECTS) $(convertdocument_LDADD) $(LIBS) deleteuser$(EXEEXT): $(deleteuser_OBJECTS) $(deleteuser_DEPENDENCIES) $(EXTRA_deleteuser_DEPENDENCIES) @rm -f deleteuser$(EXEEXT) $(AM_V_CCLD)$(LINK) $(deleteuser_OBJECTS) $(deleteuser_LDADD) $(LIBS) disableaccesibilityexternaly$(EXEEXT): $(disableaccesibilityexternaly_OBJECTS) $(disableaccesibilityexternaly_DEPENDENCIES) $(EXTRA_disableaccesibilityexternaly_DEPENDENCIES) @rm -f disableaccesibilityexternaly$(EXEEXT) $(AM_V_CCLD)$(LINK) $(disableaccesibilityexternaly_OBJECTS) $(disableaccesibilityexternaly_LDADD) $(LIBS) downloadmessagehash$(EXEEXT): $(downloadmessagehash_OBJECTS) $(downloadmessagehash_DEPENDENCIES) $(EXTRA_downloadmessagehash_DEPENDENCIES) @rm -f downloadmessagehash$(EXEEXT) $(AM_V_CCLD)$(LINK) $(downloadmessagehash_OBJECTS) $(downloadmessagehash_LDADD) $(LIBS) getboxlist$(EXEEXT): $(getboxlist_OBJECTS) $(getboxlist_DEPENDENCIES) $(EXTRA_getboxlist_DEPENDENCIES) @rm -f getboxlist$(EXEEXT) $(AM_V_CCLD)$(LINK) $(getboxlist_OBJECTS) $(getboxlist_LDADD) $(LIBS) getchangedstates$(EXEEXT): $(getchangedstates_OBJECTS) $(getchangedstates_DEPENDENCIES) $(EXTRA_getchangedstates_DEPENDENCIES) @rm -f getchangedstates$(EXEEXT) $(AM_V_CCLD)$(LINK) $(getchangedstates_OBJECTS) $(getchangedstates_LDADD) $(LIBS) getreceived$(EXEEXT): $(getreceived_OBJECTS) $(getreceived_DEPENDENCIES) $(EXTRA_getreceived_DEPENDENCIES) @rm -f getreceived$(EXEEXT) $(AM_V_CCLD)$(LINK) $(getreceived_OBJECTS) $(getreceived_LDADD) $(LIBS) getreceiveddelivery$(EXEEXT): $(getreceiveddelivery_OBJECTS) $(getreceiveddelivery_DEPENDENCIES) $(EXTRA_getreceiveddelivery_DEPENDENCIES) @rm -f getreceiveddelivery$(EXEEXT) $(AM_V_CCLD)$(LINK) $(getreceiveddelivery_OBJECTS) $(getreceiveddelivery_LDADD) $(LIBS) getreceivedenvelope$(EXEEXT): $(getreceivedenvelope_OBJECTS) $(getreceivedenvelope_DEPENDENCIES) $(EXTRA_getreceivedenvelope_DEPENDENCIES) @rm -f getreceivedenvelope$(EXEEXT) $(AM_V_CCLD)$(LINK) $(getreceivedenvelope_OBJECTS) $(getreceivedenvelope_LDADD) $(LIBS) getreceivedsigneddelivery$(EXEEXT): $(getreceivedsigneddelivery_OBJECTS) $(getreceivedsigneddelivery_DEPENDENCIES) $(EXTRA_getreceivedsigneddelivery_DEPENDENCIES) @rm -f getreceivedsigneddelivery$(EXEEXT) $(AM_V_CCLD)$(LINK) $(getreceivedsigneddelivery_OBJECTS) $(getreceivedsigneddelivery_LDADD) $(LIBS) getsenderbyid$(EXEEXT): $(getsenderbyid_OBJECTS) $(getsenderbyid_DEPENDENCIES) $(EXTRA_getsenderbyid_DEPENDENCIES) @rm -f getsenderbyid$(EXEEXT) $(AM_V_CCLD)$(LINK) $(getsenderbyid_OBJECTS) $(getsenderbyid_LDADD) $(LIBS) getsent$(EXEEXT): $(getsent_OBJECTS) $(getsent_DEPENDENCIES) $(EXTRA_getsent_DEPENDENCIES) @rm -f getsent$(EXEEXT) $(AM_V_CCLD)$(LINK) $(getsent_OBJECTS) $(getsent_LDADD) $(LIBS) getsignedreceived$(EXEEXT): $(getsignedreceived_OBJECTS) $(getsignedreceived_DEPENDENCIES) $(EXTRA_getsignedreceived_DEPENDENCIES) @rm -f getsignedreceived$(EXEEXT) $(AM_V_CCLD)$(LINK) $(getsignedreceived_OBJECTS) $(getsignedreceived_LDADD) $(LIBS) getsignedsent$(EXEEXT): $(getsignedsent_OBJECTS) $(getsignedsent_DEPENDENCIES) $(EXTRA_getsignedsent_DEPENDENCIES) @rm -f getsignedsent$(EXEEXT) $(AM_V_CCLD)$(LINK) $(getsignedsent_OBJECTS) $(getsignedsent_LDADD) $(LIBS) getsignedsentbyid$(EXEEXT): $(getsignedsentbyid_OBJECTS) $(getsignedsentbyid_DEPENDENCIES) $(EXTRA_getsignedsentbyid_DEPENDENCIES) @rm -f getsignedsentbyid$(EXEEXT) $(AM_V_CCLD)$(LINK) $(getsignedsentbyid_OBJECTS) $(getsignedsentbyid_LDADD) $(LIBS) getuserboxinfo$(EXEEXT): $(getuserboxinfo_OBJECTS) $(getuserboxinfo_DEPENDENCIES) $(EXTRA_getuserboxinfo_DEPENDENCIES) @rm -f getuserboxinfo$(EXEEXT) $(AM_V_CCLD)$(LINK) $(getuserboxinfo_OBJECTS) $(getuserboxinfo_LDADD) $(LIBS) isdsclient$(EXEEXT): $(isdsclient_OBJECTS) $(isdsclient_DEPENDENCIES) $(EXTRA_isdsclient_DEPENDENCIES) @rm -f isdsclient$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isdsclient_OBJECTS) $(isdsclient_LDADD) $(LIBS) loadcmssignedsentmessage$(EXEEXT): $(loadcmssignedsentmessage_OBJECTS) $(loadcmssignedsentmessage_DEPENDENCIES) $(EXTRA_loadcmssignedsentmessage_DEPENDENCIES) @rm -f loadcmssignedsentmessage$(EXEEXT) $(AM_V_CCLD)$(LINK) $(loadcmssignedsentmessage_OBJECTS) $(loadcmssignedsentmessage_LDADD) $(LIBS) loaddelivery$(EXEEXT): $(loaddelivery_OBJECTS) $(loaddelivery_DEPENDENCIES) $(EXTRA_loaddelivery_DEPENDENCIES) @rm -f loaddelivery$(EXEEXT) $(AM_V_CCLD)$(LINK) $(loaddelivery_OBJECTS) $(loaddelivery_LDADD) $(LIBS) loadreceivedmessage$(EXEEXT): $(loadreceivedmessage_OBJECTS) $(loadreceivedmessage_DEPENDENCIES) $(EXTRA_loadreceivedmessage_DEPENDENCIES) @rm -f loadreceivedmessage$(EXEEXT) $(AM_V_CCLD)$(LINK) $(loadreceivedmessage_OBJECTS) $(loadreceivedmessage_LDADD) $(LIBS) loadsentmessagewithxmldocuments$(EXEEXT): $(loadsentmessagewithxmldocuments_OBJECTS) $(loadsentmessagewithxmldocuments_DEPENDENCIES) $(EXTRA_loadsentmessagewithxmldocuments_DEPENDENCIES) @rm -f loadsentmessagewithxmldocuments$(EXEEXT) $(AM_V_CCLD)$(LINK) $(loadsentmessagewithxmldocuments_OBJECTS) $(loadsentmessagewithxmldocuments_LDADD) $(LIBS) logger$(EXEEXT): $(logger_OBJECTS) $(logger_DEPENDENCIES) $(EXTRA_logger_DEPENDENCIES) @rm -f logger$(EXEEXT) $(AM_V_CCLD)$(LINK) $(logger_OBJECTS) $(logger_LDADD) $(LIBS) login$(EXEEXT): $(login_OBJECTS) $(login_DEPENDENCIES) $(EXTRA_login_DEPENDENCIES) @rm -f login$(EXEEXT) $(AM_V_CCLD)$(LINK) $(login_OBJECTS) $(login_LDADD) $(LIBS) markasread$(EXEEXT): $(markasread_OBJECTS) $(markasread_DEPENDENCIES) $(EXTRA_markasread_DEPENDENCIES) @rm -f markasread$(EXEEXT) $(AM_V_CCLD)$(LINK) $(markasread_OBJECTS) $(markasread_LDADD) $(LIBS) markasreceived$(EXEEXT): $(markasreceived_OBJECTS) $(markasreceived_DEPENDENCIES) $(EXTRA_markasreceived_DEPENDENCIES) @rm -f markasreceived$(EXEEXT) $(AM_V_CCLD)$(LINK) $(markasreceived_OBJECTS) $(markasreceived_LDADD) $(LIBS) progressbar$(EXEEXT): $(progressbar_OBJECTS) $(progressbar_DEPENDENCIES) $(EXTRA_progressbar_DEPENDENCIES) @rm -f progressbar$(EXEEXT) $(AM_V_CCLD)$(LINK) $(progressbar_OBJECTS) $(progressbar_LDADD) $(LIBS) requestnewtestingbox$(EXEEXT): $(requestnewtestingbox_OBJECTS) $(requestnewtestingbox_DEPENDENCIES) $(EXTRA_requestnewtestingbox_DEPENDENCIES) @rm -f requestnewtestingbox$(EXEEXT) $(AM_V_CCLD)$(LINK) $(requestnewtestingbox_OBJECTS) $(requestnewtestingbox_LDADD) $(LIBS) resetpassword$(EXEEXT): $(resetpassword_OBJECTS) $(resetpassword_DEPENDENCIES) $(EXTRA_resetpassword_DEPENDENCIES) @rm -f resetpassword$(EXEEXT) $(AM_V_CCLD)$(LINK) $(resetpassword_OBJECTS) $(resetpassword_LDADD) $(LIBS) sendmultiple$(EXEEXT): $(sendmultiple_OBJECTS) $(sendmultiple_DEPENDENCIES) $(EXTRA_sendmultiple_DEPENDENCIES) @rm -f sendmultiple$(EXEEXT) $(AM_V_CCLD)$(LINK) $(sendmultiple_OBJECTS) $(sendmultiple_LDADD) $(LIBS) sendxmldoc$(EXEEXT): $(sendxmldoc_OBJECTS) $(sendxmldoc_DEPENDENCIES) $(EXTRA_sendxmldoc_DEPENDENCIES) @rm -f sendxmldoc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(sendxmldoc_OBJECTS) $(sendxmldoc_LDADD) $(LIBS) switchaccessibility$(EXEEXT): $(switchaccessibility_OBJECTS) $(switchaccessibility_DEPENDENCIES) $(EXTRA_switchaccessibility_DEPENDENCIES) @rm -f switchaccessibility$(EXEEXT) $(AM_V_CCLD)$(LINK) $(switchaccessibility_OBJECTS) $(switchaccessibility_LDADD) $(LIBS) switchcommercial$(EXEEXT): $(switchcommercial_OBJECTS) $(switchcommercial_DEPENDENCIES) $(EXTRA_switchcommercial_DEPENDENCIES) @rm -f switchcommercial$(EXEEXT) $(AM_V_CCLD)$(LINK) $(switchcommercial_OBJECTS) $(switchcommercial_LDADD) $(LIBS) verifyreceivedhash$(EXEEXT): $(verifyreceivedhash_OBJECTS) $(verifyreceivedhash_DEPENDENCIES) $(EXTRA_verifyreceivedhash_DEPENDENCIES) @rm -f verifyreceivedhash$(EXEEXT) $(AM_V_CCLD)$(LINK) $(verifyreceivedhash_OBJECTS) $(verifyreceivedhash_LDADD) $(LIBS) version$(EXEEXT): $(version_OBJECTS) $(version_DEPENDENCIES) $(EXTRA_version_DEPENDENCIES) @rm -f version$(EXEEXT) $(AM_V_CCLD)$(LINK) $(version_OBJECTS) $(version_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/activate.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addbox.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authenticatemessage.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/certauth.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/changebox.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/changepassword.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/changeuser.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/computemessagehash.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convertdocument.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deleteuser.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disableaccesibilityexternaly.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/downloadmessagehash.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getboxlist.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getchangedstates.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getreceived.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getreceiveddelivery.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getreceivedenvelope.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getreceivedsigneddelivery.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getsenderbyid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getsent.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getsignedreceived.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getsignedsent.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getsignedsentbyid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getuserboxinfo.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isdsclient.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loadcmssignedsentmessage.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loaddelivery.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loadreceivedmessage.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loadsentmessagewithxmldocuments.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/login.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/markasread.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/markasreceived.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progressbar.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/requestnewtestingbox.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resetpassword.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sendmultiple.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sendxmldoc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/switchaccessibility.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/switchcommercial.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verifyreceivedhash.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libisds-0.10.7/client/getreceivedenvelope.c0000644000076400001440000001142512452262745015633 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; char *last_message_id = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Get list of received messages */ { struct tm from_time_tm = { .tm_year = 2000 - 1900, .tm_mon = 1 - 1, .tm_mday = 1, .tm_hour = 1, .tm_min = 2, .tm_sec = 3, .tm_isdst = -1 }; time_t from_time_t = mktime(&from_time_tm); struct timeval from_time = { .tv_sec = from_time_t, .tv_usec = 4000 }; unsigned long int number = 0; struct isds_list *messages = NULL, *item; struct isds_message *last_message = NULL; /* TODO: Try different criteria */ printf("Getting list of received messages\n"); err = isds_get_list_of_received_messages(ctx, &from_time, NULL, NULL, MESSAGESTATE_ANY, 0, &number, &messages); if (err) printf("isds_get_list_of_received_messages() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_list_of_received_messages() succeeded: " "number of messages = %lu\n", number); for(item = messages; item; item = item->next) { last_message = (struct isds_message *) (item->data); } } if (last_message) { /*Save last message for latter refference */ if (last_message->envelope && last_message->envelope->dmID) { last_message_id = strdup(last_message->envelope->dmID); } } isds_list_free(&messages); } /* Download last message envelope*/ if (last_message_id) { struct isds_message *message = NULL; printf("Getting last received envelope with ID: %s\n", last_message_id); err = isds_get_received_envelope(ctx, last_message_id, &message); if (err) printf("isds_get_received_envelope() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_received_envelope() succeeded:\n"); print_message(message); } isds_message_free(&message); free(last_message_id); } /* Download envelope with invalid ID*/ { struct isds_message *message = NULL; char *id = "123456789112345678921"; printf("Getting received envelope with invalid ID: %s\n", id); err = isds_get_received_envelope(ctx, id, &message); if (err) printf("isds_get_received_envelope() failed as assumed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_received_envelope() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } /* Download nonexistent envelope */ { struct isds_message *message = NULL; char *id = "7777777"; printf("Getting nonexistent received envelope with ID: %s\n", id); err = isds_get_received_envelope(ctx, id, &message); if (err) printf("isds_get_received_envelope() failed as assumed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_received_envelope() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/requestnewtestingbox.c0000644000076400001440000000740412452263103016107 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL, *request_ctx = NULL; isds_error err; struct isds_DbOwnerInfo *db_owner_info = NULL; struct isds_list *users = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { printf("Getting info about my box:\n"); err = isds_GetOwnerInfoFromLogin(ctx, &db_owner_info); if (err) { printf("isds_GetOwnerInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetOwnerInfoFromLogin() succeeded\n"); } print_DbOwnerInfo(db_owner_info); } /* Get info all users of this box */ if (db_owner_info) { struct isds_list *item; printf("Getting users of my box with ID `%s':\n", db_owner_info->dbID); err = isds_GetDataBoxUsers(ctx, db_owner_info->dbID, &users); if (err) { printf("isds_GetDataBoxUsers() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetDataBoxUsers() succeeded\n"); for(item = users; item; item = item->next) { printf("List item:\n"); print_DbUserInfo(item->data); } } } /* Request for creating the same box */ if (db_owner_info) { char *refnumber = NULL; const struct isds_approval approval = { .approved = 1, .refference = "Me" }; free(db_owner_info->email); db_owner_info->email = strdup("franta@example.com"); request_ctx = isds_ctx_create(); if (!request_ctx) { printf("isds_ctx_create() failed"); } printf("Requesting to create already existing box\n"); isds_set_logging(ILF_ALL, ILL_ALL); err = isds_request_new_testing_box(request_ctx, db_owner_info, users, "Former Names", &approval, &refnumber); isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); if (err) { printf("isds_request_new_testing_box() failed: %s: %s\n", isds_strerror(err), isds_long_message(request_ctx)); } else { printf("isds_request_new_testing_box() succeeded as request #%s: " "new box ID: %s\n", refnumber, db_owner_info->dbID); } err = isds_ctx_free(&request_ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } } isds_DbOwnerInfo_free(&db_owner_info); isds_list_free(&users); err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/getuserboxinfo.c0000644000076400001440000001172312451606244014646 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; struct isds_DbOwnerInfo *db_owner_info = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { printf("Getting info about my box:\n"); err = isds_GetOwnerInfoFromLogin(ctx, &db_owner_info); if (err) { printf("isds_GetOwnerInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetOwnerInfoFromLogin() succeeded\n"); } print_DbOwnerInfo(db_owner_info); } { /* Current server implementation (2009-11-17) does not allow to find * myself. Previous version allowed it. */ struct isds_list *boxes = NULL, *item; printf("Searching for my own box:\n"); err = isds_FindDataBox(ctx, db_owner_info, &boxes); if (err == IE_SUCCESS || err == IE_2BIG) { if (err == IE_2BIG) printf("isds_FindDataBox() results truncated\n"); printf("isds_FindDataBox() succeeded:\n"); for(item = boxes; item; item = item->next) { printf("List item:\n"); print_DbOwnerInfo(item->data); } } else { printf("isds_FindDataBox() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } isds_list_free(&boxes); } /* Get box delivery info */ if (db_owner_info) { long int box_status = 0; printf("Getting status of my box with ID `%s'\n", db_owner_info->dbID); err = isds_CheckDataBox(ctx, db_owner_info->dbID, &box_status); if (err) printf("isds_CheckDataBox() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_CheckDataBox() succeeded: status = "); print_DbState(box_status); } } /* Get info all users of this box */ if (db_owner_info) { struct isds_list *users = NULL, *item; printf("Getting users of my box with ID `%s':\n", db_owner_info->dbID); err = isds_GetDataBoxUsers(ctx, db_owner_info->dbID, &users); if (err) { printf("isds_GetDataBoxUsers() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetDataBoxUsers() succeeded\n"); for(item = users; item; item = item->next) { printf("List item:\n"); print_DbUserInfo(item->data); } } isds_list_free(&users); } isds_DbOwnerInfo_free(&db_owner_info); { /* Get info about my account */ struct isds_DbUserInfo *db_user_info = NULL; printf("Getting info about my account:\n"); err = isds_GetUserInfoFromLogin(ctx, &db_user_info); if (err) { printf("isds_GetUserInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetUserInfoFromLogin() succeeded\n"); print_DbUserInfo(db_user_info); } isds_DbUserInfo_free(&db_user_info); } { /* Get password expiration time */ struct timeval *expiration = NULL; printf("Getting password expiration time\n"); err = isds_get_password_expiration(ctx, &expiration); if (err) printf("isds_get_password_expiration() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_password_expiration() succeeded: " "Password expires at: "); if (expiration) print_timeval(expiration); else printf("\n"); } free(expiration); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/loaddelivery.c0000644000076400001440000000544612451610132014262 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } { /* Load signed delivery info */ struct isds_message *message = NULL; void *buffer; int fd; size_t length; if (mmap_file(SRCDIR "/server/messages/signed_delivered-DD_170272.zfo", &fd, &buffer, &length)) { fprintf(stderr, "Could not open map file with signed delivery info\n"); isds_ctx_free(&ctx); isds_cleanup(); exit(EXIT_FAILURE); } printf("Loading signed delivery info\n"); err = isds_load_delivery_info(ctx, RAWTYPE_CMS_SIGNED_DELIVERYINFO, buffer, length, &message, BUFFER_DONT_STORE); if (err) printf("isds_load_delivery_info() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_load_delivery_info() succeeded:\n"); print_envelope(message->envelope); } isds_message_free(&message); munmap_file(fd, buffer, length); } { /* Load plain delivery info */ struct isds_message *message = NULL; void *buffer; int fd; size_t length; if (mmap_file(SRCDIR "/server/messages/signed_delivered-DD_170272.xml", &fd, &buffer, &length)) { fprintf(stderr, "Could not map file with delivery info"); isds_ctx_free(&ctx); isds_cleanup(); exit(EXIT_FAILURE); } printf("Loading plain signed delivery info\n"); err = isds_load_delivery_info(ctx, RAWTYPE_PLAIN_SIGNED_DELIVERYINFO, buffer, length, &message, BUFFER_DONT_STORE); if (err) printf("isds_load_delivery_info() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_load_delivery_info() succeeded:\n"); print_envelope(message->envelope); } isds_message_free(&message); munmap_file(fd, buffer, length); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/addbox.c0000644000076400001440000001005612452262535013044 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include "common.h" /* Pass e-mail address where to deliver credentials as first argument. */ int main(int argc, char **argv) { struct isds_ctx *ctx = NULL; isds_error err; struct isds_DbOwnerInfo *db_owner_info = NULL; struct isds_list *users = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { printf("Getting info about my box:\n"); err = isds_GetOwnerInfoFromLogin(ctx, &db_owner_info); if (err) { printf("isds_GetOwnerInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetOwnerInfoFromLogin() succeeded\n"); } print_DbOwnerInfo(db_owner_info); } /* Get info all users of this box */ if (db_owner_info) { struct isds_list *item; printf("Getting users of my box with ID `%s':\n", db_owner_info->dbID); err = isds_GetDataBoxUsers(ctx, db_owner_info->dbID, &users); if (err) { printf("isds_GetDataBoxUsers() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetDataBoxUsers() succeeded\n"); for(item = users; item; item = item->next) { printf("List item:\n"); print_DbUserInfo(item->data); } } } /* Create the same box */ if (db_owner_info) { char *refnumber = NULL; struct isds_credentials_delivery *credentials_delivery = NULL; const struct isds_approval approval = { .approved = 1, .refference = "Me" }; credentials_delivery = calloc(1, sizeof(*credentials_delivery)); if (credentials_delivery && argc >= 2 && argv[1]) credentials_delivery->email = strdup(argv[1]); if (!credentials_delivery || (argc >= 2 && argv[1] && !credentials_delivery->email)) { printf("Not enough memory\n"); } else { printf("Creating already existing box\n"); err = isds_add_box(ctx, db_owner_info, users, "Former Names", NULL, "CEO", credentials_delivery, &approval, &refnumber); if (err) { printf("isds_add_box() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_add_box() succeeded:\n" "\trequest #: %s\n" "\tnew box ID: %s\n" "\tcredentials e-mail: %s\n" "\ttoken value: %s\n", refnumber, db_owner_info->dbID, credentials_delivery->email, credentials_delivery->token); } } isds_credentials_delivery_free(&credentials_delivery); } isds_DbOwnerInfo_free(&db_owner_info); isds_list_free(&users); err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/getreceived.c0000644000076400001440000001163712452262711014073 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; char *last_message_id = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Get list of received messages */ { struct tm from_time_tm = { .tm_year = 2000 - 1900, .tm_mon = 1 - 1, .tm_mday = 1, .tm_hour = 1, .tm_min = 2, .tm_sec = 3, .tm_isdst = -1 }; time_t from_time_t = mktime(&from_time_tm); struct timeval from_time = { .tv_sec = from_time_t, .tv_usec = 4000 }; unsigned long int number = 0; struct isds_list *messages = NULL, *item; struct isds_message *last_message = NULL; /* TODO: Try different criteria */ printf("Getting list of received messages\n"); err = isds_get_list_of_received_messages(ctx, &from_time, NULL, NULL, MESSAGESTATE_ANY, 0, &number, &messages); if (err) printf("isds_get_list_of_received_messages() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_list_of_received_messages() succeeded: " "number of messages = %lu:\n", number); for(item = messages; item; item = item->next) { printf("List item:\n"); print_message(item->data); last_message = (struct isds_message *) (item->data); } } if (last_message) { /*Save last message for latter refference */ if (last_message->envelope && last_message->envelope->dmID) { last_message_id = strdup(last_message->envelope->dmID); } } isds_list_free(&messages); } /* Download last message */ if (last_message_id) { struct isds_message *message = NULL; printf("Getting last received message with ID: %s\n", last_message_id); err = isds_get_received_message(ctx, last_message_id, &message); if (err) printf("isds_get_received_message() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_received_message() succeeded:\n"); print_message(message); save_data("Saving message", message->raw, message->raw_length); } isds_message_free(&message); free(last_message_id); } /* Download message with invalid ID*/ { struct isds_message *message = NULL; char *id = "123456789112345678921"; printf("Getting received message with invalid ID: %s\n", id); err = isds_get_received_message(ctx, id, &message); if (err) printf("isds_get_received_message() failed as assumed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_received_message() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } /* Download nonexistent message */ { struct isds_message *message = NULL; char *id = "7777777"; printf("Getting nonexistent received message with ID: %s\n", id); err = isds_get_received_message(ctx, id, &message); if (err) printf("isds_get_received_message() failed as assumed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_received_message() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/getsignedsent.c0000644000076400001440000001163712452263016014447 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; char *last_message_id = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Get list of sent messages */ { struct tm from_time_tm = { .tm_year = 2000 - 1900, .tm_mon = 1 - 1, .tm_mday = 1, .tm_hour = 1, .tm_min = 2, .tm_sec = 3, .tm_isdst = -1 }; time_t from_time_t = mktime(&from_time_tm); struct timeval from_time = { .tv_sec = from_time_t, .tv_usec = 4000 }; unsigned long int number = 0; struct isds_list *messages = NULL, *item; struct isds_message *last_message = NULL; /* TODO: Try different criteria */ printf("Getting list of sent messages\n"); err = isds_get_list_of_sent_messages(ctx, &from_time, NULL, NULL, MESSAGESTATE_ANY, 0, &number, &messages); if (err) printf("isds_get_list_of_sent_messages() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_list_of_sent_messages() succeeded: " "number of messages = %lu:\n", number); for(item = messages; item; item = item->next) { last_message = (struct isds_message *) (item->data); } } if (last_message) { /*Save last message for latter refference */ if (last_message->envelope && last_message->envelope->dmID) { last_message_id = strdup(last_message->envelope->dmID); } } isds_list_free(&messages); } /* Download last signed message */ if (last_message_id) { struct isds_message *message = NULL; printf("Getting last signed sent message with ID: %s\n", last_message_id); err = isds_get_signed_sent_message(ctx, last_message_id, &message); if (err) printf("isds_get_signed_sent_message() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_signed_sent_message() succeeded:\n"); print_message(message); save_data("Saving signed message", message->raw, message->raw_length); } isds_message_free(&message); free(last_message_id); } /* Download signed message with invalid ID*/ { struct isds_message *message = NULL; char *id = "123456789112345678921"; printf("Getting signed sent message with invalid ID: %s\n", id); err = isds_get_signed_sent_message(ctx, id, &message); if (err) printf("isds_get_signed_sent_message() failed as assumed: " "%s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_signed_sent_message() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } /* Download nonexistent signed message */ { struct isds_message *message = NULL; char *id = "7777777"; printf("Getting nonexistent signed sent message with ID: %s\n", id); err = isds_get_signed_sent_message(ctx, id, &message); if (err) printf("isds_get_signed_sent_message() failed as assumed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_signed_sent_message() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/markasreceived.c0000644000076400001440000001146512452263071014571 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; char *last_message_id = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Get list of delivered unread messages */ { struct tm from_time_tm = { .tm_year = 2000 - 1900, .tm_mon = 1 - 1, .tm_mday = 1, .tm_hour = 1, .tm_min = 2, .tm_sec = 3, .tm_isdst = -1 }; time_t from_time_t = mktime(&from_time_tm); struct timeval from_time = { .tv_sec = from_time_t, .tv_usec = 4000 }; unsigned long int number = 0; struct isds_list *messages = NULL, *item; struct isds_message *last_message = NULL; printf("Getting list of unreceived received messages\n"); err = isds_get_list_of_received_messages(ctx, &from_time, NULL, NULL, MESSAGESTATE_ANY & ~MESSAGESTATE_RECEIVED, 0, &number, &messages); if (err) printf("isds_get_list_of_received_messages() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_list_of_received_messages() succeeded: " "number of messages = %lu\n", number); for(item = messages; item; item = item->next) { last_message = (struct isds_message *) (item->data); } } if (last_message) { /*Save last message for latter refference */ if (last_message->envelope && last_message->envelope->dmID) { last_message_id = strdup(last_message->envelope->dmID); } } isds_list_free(&messages); } /* Mark last message as received */ if (last_message_id) { struct isds_message *message = NULL; printf("Marking as received last received message with ID: %s\n", last_message_id); err = isds_mark_message_received(ctx, last_message_id); if (err) printf("isds_mark_message_received() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_mark_message_received() succeeded:\n"); print_message(message); } isds_message_free(&message); free(last_message_id); } /* Mark as received message with invalid ID*/ { struct isds_message *message = NULL; char *id = "123456789112345678921"; printf("Marking message as received with invalid ID: %s\n", id); err = isds_mark_message_received(ctx, id); if (err) printf("isds_mark_message_received() failed as assumed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_mark_message_received() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } /* Mark nonexistent message as received */ { struct isds_message *message = NULL; char *id = "7777777"; printf("Marking as received nonexistent message with ID: %s\n", id); err = isds_mark_message_received(ctx, id); if (err) printf("isds_mark_message_received() failed as assumed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_mark_message_received() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/activate.c0000644000076400001440000000353512451606750013407 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { char *user_id = NULL, *password = NULL; /* Try a call, not our box as we do not know what does it */ err = isds_activate(ctx, "kuqcfr6", "token", &user_id, &password); if (err) { printf("isds_activate() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_activate() succeeded:\n"); printf("user_id = %s\n", user_id); printf("password = %s\n", password); } printf("\n"); free(user_id); free(password); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/authenticatemessage.c0000644000076400001440000000436211730435035015624 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" #include int main(int argc, char **argv) { struct isds_ctx *ctx = NULL; isds_error err; setlocale(LC_ALL, ""); if (argc != 2 || !argv[1] || !*argv[1]) { printf("Usage: %s CMS_SIGNED_MESSAGE_IN_LOCAL_FILE\n", basename(argv[0])); exit(EXIT_FAILURE); } err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { /* Authenticate message saved in local file */ int fd; void *buffer; size_t length; if (mmap_file(argv[1], &fd, &buffer, &length)) exit(EXIT_FAILURE); printf("Sending message from file `%s' to ISDS for authenticity " "check...\n", argv[1]); err = isds_authenticate_message(ctx, buffer, length); if (!err) printf("ISDS states: message is original\n"); else if (err == IE_NOTEQUAL) printf("ISDS states: message is unkown or tampered\n"); else printf("isds_authenticate_message() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); munmap_file(fd, buffer,length); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/getreceiveddelivery.c0000644000076400001440000001157112452262727015643 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; char *last_message_id = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Get list of received messages */ { struct tm from_time_tm = { .tm_year = 2000 - 1900, .tm_mon = 1 - 1, .tm_mday = 1, .tm_hour = 1, .tm_min = 2, .tm_sec = 3, .tm_isdst = -1 }; time_t from_time_t = mktime(&from_time_tm); struct timeval from_time = { .tv_sec = from_time_t, .tv_usec = 4000 }; unsigned long int number = 0; struct isds_list *messages = NULL, *item; struct isds_message *last_message = NULL; /* TODO: Try different criteria */ printf("Getting list of received messages\n"); err = isds_get_list_of_received_messages(ctx, &from_time, NULL, NULL, MESSAGESTATE_ANY, 0, &number, &messages); if (err) printf("isds_get_list_of_received_messages() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_list_of_received_messages() succeeded: " "number of messages = %lu\n", number); for(item = messages; item; item = item->next) { last_message = (struct isds_message *) (item->data); } } if (last_message) { /*Save last message for latter refference */ if (last_message->envelope && last_message->envelope->dmID) { last_message_id = strdup(last_message->envelope->dmID); } } isds_list_free(&messages); } /* Download last message delivery info */ if (last_message_id) { struct isds_message *message = NULL; printf("Getting last received message delivery info with ID: %s\n", last_message_id); err = isds_get_delivery_info(ctx, last_message_id, &message); if (err) printf("isds_get_delivery_info() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_delivery_info() succeeded:\n"); print_message(message); save_data("Saving delivery info", message->raw, message->raw_length); } isds_message_free(&message); free(last_message_id); } /* Download delivery info with invalid ID */ { struct isds_message *message = NULL; char *id = "123456789112345678921"; printf("Getting delivery info with invalid ID: %s\n", id); err = isds_get_delivery_info(ctx, id, &message); if (err) printf("isds_get_delivery_info() failed as assumed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_delivery_info() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } /* Download nonexistent delivery info */ { struct isds_message *message = NULL; char *id = "7777777"; printf("Getting nonexistent delivery info with ID: %s\n", id); err = isds_get_delivery_info(ctx, id, &message); if (err) printf("isds_get_delivery_info() failed as assumed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_delivery_info() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/switchcommercial.c0000644000076400001440000000622012451607137015136 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; struct isds_DbOwnerInfo *db_owner_info = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { printf("Getting info about my box:\n"); err = isds_GetOwnerInfoFromLogin(ctx, &db_owner_info); if (err) { printf("isds_GetOwnerInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetOwnerInfoFromLogin() succeeded\n"); } print_DbOwnerInfo(db_owner_info); } /* Switch commecrial message receiving status */ if (db_owner_info) { _Bool allow; struct isds_DbOwnerInfo *new_db_owner_info = NULL; char *refnumber = NULL; if (db_owner_info->dbOpenAddressing) allow = !*db_owner_info->dbOpenAddressing; else allow = 1; printf("Switching commerical receiving status to: %s\n", (allow) ? "true" : "false"); err = isds_switch_commercial_receiving(ctx, db_owner_info->dbID, allow, NULL, &refnumber); if (err) printf("isds_switch_commercial_receiving() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_switch_commercial_receiving() succeeded " "as request #%s\n", refnumber); } free(refnumber); printf("Verifying info about my box:\n"); err = isds_GetOwnerInfoFromLogin(ctx, &new_db_owner_info); if (err) { printf("isds_GetOwnerInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetOwnerInfoFromLogin() succeeded\n"); printf("New status is: "); print_bool(new_db_owner_info->dbOpenAddressing); } isds_DbOwnerInfo_free(&new_db_owner_info); } isds_DbOwnerInfo_free(&db_owner_info); err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/changepassword.c0000644000076400001440000000426412451606706014620 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" void change_password(struct isds_ctx *ctx, const char *old_password, const char *new_password) { printf("Changing password to: `%s'\n", new_password); if (old_password && new_password && !strcmp(old_password, new_password)) printf("(Same as old password)\n"); if (!old_password) printf("(Old password omitted)\n"); isds_error err = isds_change_password(ctx, old_password, new_password, NULL, NULL); if (err) { printf("isds_change_password() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_change_password() succeeded.\n" "This should not happen"); } printf("\n"); } int main(void) { struct isds_ctx *ctx = NULL; isds_error err; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Try some invalid invocations that should fail */ change_password(ctx, password(), NULL); change_password(ctx, password(), ""); change_password(ctx, password(), password()); err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/getboxlist.c0000644000076400001440000000345112451610301013753 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { void *archive = NULL; size_t length; err = isds_get_box_list_archive(ctx, "UPG", &archive, &length); if (err) { printf("isds_get_box_list_archive() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_get_box_list_archive() succeeded:\n"); printf("length = %zu B\n", length); save_data("Saving ZIP archive", archive, length); } printf("\n"); free(archive); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/disableaccesibilityexternaly.c0000644000076400001440000000615712451607240017531 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; struct isds_DbOwnerInfo *db_owner_info = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { printf("Getting info about my box:\n"); err = isds_GetOwnerInfoFromLogin(ctx, &db_owner_info); if (err) { printf("isds_GetOwnerInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetOwnerInfoFromLogin() succeeded\n"); } print_DbOwnerInfo(db_owner_info); } /* Disable access to my box exernally. It should fail. */ if (db_owner_info) { struct isds_DbOwnerInfo *new_db_owner_info = NULL; struct tm date = { .tm_year = 103, .tm_mon = 1, .tm_mday = 1 }; char *refnumber = NULL; printf("Disabling access to my box externaly since: "); print_date(&date); err = isds_disable_box_accessibility_externaly(ctx, db_owner_info, &date, NULL, &refnumber); if (err) printf("isds_disable_box_accessibility_externaly() failed: " "%s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_disable_box_accessibility_externaly() " "succeeded as request #%s\n", refnumber); } free(refnumber); printf("Verifying info about my box:\n"); err = isds_GetOwnerInfoFromLogin(ctx, &new_db_owner_info); if (err) { printf("isds_GetOwnerInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetOwnerInfoFromLogin() succeeded\n"); printf("New box status is: "); print_longint(new_db_owner_info->dbState); } isds_DbOwnerInfo_free(&new_db_owner_info); } isds_DbOwnerInfo_free(&db_owner_info); err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/getchangedstates.c0000644000076400001440000000510012451607442015111 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { struct isds_list *changed_states = NULL, *item; struct timeval not_before = { .tv_sec = 0, .tv_usec = 0 }; struct timeval not_after; if (!gettimeofday(¬_after, NULL)) { /* Changes older than 15 days are not reported currently. */ not_before.tv_sec = not_after.tv_sec - 10 * 24 * 3600; err = isds_get_list_of_sent_message_state_changes(ctx, ¬_before, ¬_after, &changed_states); if (err) { printf("isds_get_list_of_sent_message_state_changes() failed: " "%s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_get_list_of_sent_message_state_changes() " "succeeded:\n"); if (!changed_states) printf("No message status changes available\n"); else for(item = changed_states; item; item = item->next) { printf("List item:\n"); print_message_status_change(item->data); } } printf("\n"); isds_list_free(&changed_states); } else { perror("Could not get current time"); } } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/loadsentmessagewithxmldocuments.c0000644000076400001440000000465112451607531020322 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } { /* Load plain signed sent message with XML documents */ struct isds_message *message = NULL; void *buffer; int fd; size_t length; if (mmap_file(SRCDIR "/server/messages/signed_sent_xml_message-376701.xml", &fd, &buffer, &length)) { fprintf(stderr, "Could not map file with message"); isds_ctx_free(&ctx); isds_cleanup(); exit(EXIT_FAILURE); } printf("Loading plain signed sent message\n"); err = isds_load_message(ctx, RAWTYPE_PLAIN_SIGNED_OUTGOING_MESSAGE, buffer, length, &message, BUFFER_DONT_STORE); if (err) printf("isds_load_message() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_load_message() succeeded:\n"); print_message(message); /* Dump XML documents */ int i = 1; for (struct isds_list *item = message->documents; item; item = item->next, i++) { if (item->data) { struct isds_document *document = (struct isds_document *)item->data; if (document->is_xml) { printf("* XML Document #%d dump:\n", i); xmlDebugDumpNodeList(stdout, document->xml_node_list, 2); } } } } isds_message_free(&message); munmap_file(fd, buffer, length); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/sendxmldoc.c0000644000076400001440000002022212452263135013734 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include #include #include #include #include "common.h" /* @node_list is pointer to by-function allocated weak copy of libxml node * pointers list. *NULL means empty list. */ int xpath2nodelist(xmlNodePtr *node_list, xmlXPathContextPtr xpath_ctx, const xmlChar *xpath_expr) { xmlXPathObjectPtr result = NULL; xmlNodePtr node = NULL, prev_node = NULL; if (!node_list || !xpath_ctx || !xpath_expr) return -1; result = xmlXPathEvalExpression(xpath_expr, xpath_ctx); if (!result) { printf("Error while evaluating XPath expression `%s'\n", xpath_expr); return -1; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { printf("Empty match, returning empty node list\n"); *node_list = NULL; } else { /* Convert node set to list of siblings */ for (int i = 0; i < result->nodesetval->nodeNr; i++) { /* Make weak copy of the node */ node = malloc(sizeof(*node)); if (!node) { fprintf(stderr, "Not enoungh memory\n"); xmlXPathFreeObject(result); for (node = *node_list; node; node = node->next) free(node); *node_list = NULL; return -1; } memcpy(node, result->nodesetval->nodeTab[i], sizeof(*node)); /* Add node to node_list */ node->prev = prev_node; node->next = NULL; if (prev_node) prev_node->next = node; else *node_list = node; prev_node = node; /* Debug */ printf("* Embeding node #%d:\n", i); xmlDebugDumpNode(stdout, node, 2); } } xmlXPathFreeObject(result); return 0; } int main(int argc, char **argv) { struct isds_ctx *ctx = NULL; isds_error err; char *recipient = NULL; xmlDocPtr xml = NULL; struct isds_list *documents = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } if (argv[1] && argv[1][0]) { recipient = strdup(argv[1]); } else { /* Find a recipient */ struct isds_list *boxes = NULL; struct isds_DbOwnerInfo criteria; isds_DbType criteria_db_type = DBTYPE_OVM; memset(&criteria, 0, sizeof(criteria)); criteria.firmName = "Místní"; criteria.dbType = &criteria_db_type; printf("Searching box with firm name `%s':\n", criteria.firmName); err = isds_FindDataBox(ctx, &criteria, &boxes); if (err == IE_SUCCESS || err == IE_2BIG) { printf("isds_FindDataBox() succeeded:\n"); if (boxes && boxes->data) { printf("Selected recipient:\n"); print_DbOwnerInfo(boxes->data); recipient = strdup( ((struct isds_DbOwnerInfo *)(boxes->data))->dbID); } } else { printf("isds_FindDataBox() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } isds_list_free(&boxes); } { /* Create XML documents */ xmlXPathContextPtr xpath_ctx = NULL; struct isds_document *document; struct isds_list *documents_item, *prev_documents_item = NULL; if (argc < 4) { printf("Bad number of arguments\n"); printf("Usage: %s RECIPIENT XML_FILE XPATH_EXPRESSION...\n" "Send a message with XML document defined by XPATH_EXPRESSION on XML_FILE\n" "to RECIPIENT. If RECIPIENT is empty, send to random foubd one. If more\n" "XPATH_EXPRESSIONS are specified creates XML document for each of them.\n", basename(argv[0])); exit(EXIT_FAILURE); } xml = xmlParseFile(argv[2]); if (!xml) { printf("Error while parsing `%s'\n", argv[1]); exit(EXIT_FAILURE); } xpath_ctx = xmlXPathNewContext(xml); if (!xpath_ctx) { printf("Error while creating XPath context\n"); exit(EXIT_FAILURE); } for (int j = 3; j < argc; j++) { printf("** Building XML document #%d:\n", j); document = calloc(1, sizeof(*document)); if (!document) { printf("Not enough memory\n"); exit(EXIT_FAILURE); } document->is_xml = 1; document->dmMimeType = "text/xml"; if (prev_documents_item) document->dmFileMetaType = FILEMETATYPE_ENCLOSURE; else document->dmFileMetaType = FILEMETATYPE_MAIN; document->dmFileDescr = "in-line.xml"; if (xpath2nodelist(&document->xml_node_list, xpath_ctx, BAD_CAST argv[j])) { printf("Could not convert XPath result to node list: %s\n", argv[j]); exit(EXIT_FAILURE); } documents_item = calloc(1, sizeof(*documents_item)); if (!documents_item) { printf("Not enough memory\n"); exit(EXIT_FAILURE); } documents_item->data = document, documents_item->destructor = (void(*)(void**))isds_document_free; if (!prev_documents_item) documents = prev_documents_item = documents_item; else { prev_documents_item->next = documents_item; prev_documents_item = documents_item; } } xmlXPathFreeContext(xpath_ctx); } { /* Send one message */ struct isds_message message; memset(&message, 0, sizeof(message)); struct isds_envelope envelope; memset(&envelope, 0, sizeof(envelope)); message.envelope = &envelope; long int dmSenderOrgUnitNum = 42; envelope.dmSenderOrgUnitNum = &dmSenderOrgUnitNum; envelope.dmAnnotation = "XML documents"; envelope.dbIDRecipient = recipient; message.documents = documents; printf("Sending message to box ID `%s'\n", recipient); err = isds_send_message(ctx, &message); if (err == IE_SUCCESS){ printf("isds_send_message() succeeded: message ID = %s\n", message.envelope->dmID); } else printf("isds_send_message() failed: " "%s: %s\n", isds_strerror(err), isds_long_message(ctx)); } /* Free document xml_node_lists because they are weak copies of nodes in * message->xml and isds_document_free() does not free it. */ for (struct isds_list *item = documents; item; item = item->next) { if (item->data) { struct isds_document *document = (struct isds_document *)item->data; if (document->is_xml) { for (xmlNodePtr node = document->xml_node_list; node; node = node->next) free(node); } } } free(recipient); xmlFreeDoc(xml); err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/sendmultiple.c0000644000076400001440000001356312452263126014313 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; char *recipient1 = NULL, *recipient2 = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { /* Find some recipients */ struct isds_list *boxes = NULL, *item; struct isds_DbOwnerInfo criteria; isds_DbType criteria_db_type = DBTYPE_OVM; memset(&criteria, 0, sizeof(criteria)); criteria.firmName = "Místní"; criteria.dbType = &criteria_db_type; printf("Searching box with firm name `%s':\n", criteria.firmName); err = isds_FindDataBox(ctx, &criteria, &boxes); if (err == IE_SUCCESS || err == IE_2BIG) { printf("isds_FindDataBox() succeeded:\n"); int n; for(item = boxes, n = 1; item; item = item->next, n++) { if (err != IE_2BIG) { printf("List item #%d:\n", n); print_DbOwnerInfo(item->data); } if (n == 1) recipient1 = strdup( ((struct isds_DbOwnerInfo *)(item->data))->dbID); if (n == 2) recipient2 = strdup( ((struct isds_DbOwnerInfo *)(item->data))->dbID); } if (err == IE_2BIG) printf("isds_FindDataBox() results truncated to %d boxes\n", --n); } else { printf("isds_FindDataBox() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } isds_list_free(&boxes); } { /* Send one message to more recipients */ struct isds_message message; memset(&message, 0, sizeof(message)); struct isds_envelope envelope; memset(&envelope, 0, sizeof(envelope)); message.envelope = &envelope; long int dmSenderOrgUnitNum = 42; envelope.dmSenderOrgUnitNum = &dmSenderOrgUnitNum; envelope.dmAnnotation = "Multiple recipients"; struct isds_document minor_document; memset(&minor_document, 0, sizeof(minor_document)); minor_document.data = "hello world?"; minor_document.data_length = strlen(minor_document.data); minor_document.dmMimeType = "text/plain"; minor_document.dmFileMetaType = FILEMETATYPE_ENCLOSURE; minor_document.dmFileDescr = "minor_standard_text.txt"; minor_document.dmFileGuid = "2"; minor_document.dmUpFileGuid = "1"; struct isds_document main_document; memset(&main_document, 0, sizeof(main_document)); main_document.data = "Hello World!"; main_document.data_length = strlen(main_document.data); main_document.dmMimeType = "text/plain"; main_document.dmFileMetaType = FILEMETATYPE_MAIN; main_document.dmFileDescr = "standard_text.txt"; main_document.dmFileGuid = "1"; struct isds_list documents_main_item = { .data = &main_document, .next = NULL, .destructor = NULL }; struct isds_list documents_minor_item = { .data = &minor_document, .next = &documents_main_item, .destructor = NULL }; message.documents = &documents_minor_item; /* Build recipients list */ struct isds_list *copies = NULL; copies = calloc(1, sizeof(*copies)); copies->destructor = (void (*)(void**)) isds_message_copy_free; copies->data = calloc(1, sizeof(struct isds_message_copy)); ((struct isds_message_copy*) copies->data)->dbIDRecipient = recipient1; copies->next = calloc(1, sizeof(*copies->next)); copies->next->destructor = (void (*)(void**)) isds_message_copy_free; copies->next->data = calloc(1, sizeof(struct isds_message_copy)); ((struct isds_message_copy*)copies->next->data)->dbIDRecipient = recipient2; printf("Sending message to box ID `%s' and box ID `%s'\n", recipient1, recipient2); err = isds_send_message_to_multiple_recipients(ctx, &message, copies); if (err == IE_SUCCESS || err == IE_PARTIAL_SUCCESS) { if (err == IE_SUCCESS){ printf("isds_send_message_to_multiple_recipients() succeeded " "cempletely:\n"); } if (err == IE_PARTIAL_SUCCESS){ printf("isds_send_message_to_multiple_recipients() succeeded " "partialy:\n"); } print_copies(copies); } else printf("isds_send_message_to_multiple_recipients() failed: " "%s: %s\n", isds_strerror(err), isds_long_message(ctx)); isds_list_free(&copies); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/getsignedreceived.c0000644000076400001440000001174312452263003015256 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; char *last_message_id = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Get list of received messages */ { struct tm from_time_tm = { .tm_year = 2000 - 1900, .tm_mon = 1 - 1, .tm_mday = 1, .tm_hour = 1, .tm_min = 2, .tm_sec = 3, .tm_isdst = -1 }; time_t from_time_t = mktime(&from_time_tm); struct timeval from_time = { .tv_sec = from_time_t, .tv_usec = 4000 }; unsigned long int number = 0; struct isds_list *messages = NULL, *item; struct isds_message *last_message = NULL; /* TODO: Try different criteria */ printf("Getting list of received messages\n"); err = isds_get_list_of_received_messages(ctx, &from_time, NULL, NULL, MESSAGESTATE_ANY, 0, &number, &messages); if (err) printf("isds_get_list_of_received_messages() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_list_of_received_messages() succeeded: " "number of messages = %lu:\n", number); for(item = messages; item; item = item->next) { last_message = (struct isds_message *) (item->data); } } if (last_message) { /*Save last message for latter refference */ if (last_message->envelope && last_message->envelope->dmID) { last_message_id = strdup(last_message->envelope->dmID); } } isds_list_free(&messages); } /* Download last signed message */ if (last_message_id) { struct isds_message *message = NULL; printf("Getting last signed received message with ID: %s\n", last_message_id); err = isds_get_signed_received_message(ctx, last_message_id, &message); if (err) printf("isds_get_signed_received_message() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_signed_received_message() succeeded:\n"); print_message(message); save_data("Saving signed message", message->raw, message->raw_length); } isds_message_free(&message); free(last_message_id); } /* Download signed message with invalid ID*/ { struct isds_message *message = NULL; char *id = "123456789112345678921"; printf("Getting signed received message with invalid ID: %s\n", id); err = isds_get_signed_received_message(ctx, id, &message); if (err) printf("isds_get_signed_received_message() failed as assumed: " "%s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_signed_received_message() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } /* Download nonexistent signed message */ { struct isds_message *message = NULL; char *id = "7777777"; printf("Getting nonexistent signed received message with ID: %s\n", id); err = isds_get_signed_received_message(ctx, id, &message); if (err) printf("isds_get_signed_received_message() failed as assumed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_signed_received_message() succeeded. " "This should not happen:\n"); print_message(message); } isds_message_free(&message); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/resetpassword.c0000644000076400001440000001055512451607004014505 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" void reset_password(struct isds_ctx *ctx, const struct isds_DbOwnerInfo *box, const struct isds_DbUserInfo *user, const _Bool paid, struct isds_credentials_delivery *credentials_delivery) { char *refnumber = NULL; printf("Resetting password\n"); isds_error err = isds_reset_password(ctx, box, user, paid, NULL, credentials_delivery, &refnumber); if (err) { printf("isds_reset_password() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_reset_password() succeeded as request #%s.\n" "This should not happen\n", refnumber); if (credentials_delivery) { printf("email = %s\n", credentials_delivery->email); printf("token = %s\n", credentials_delivery->token); printf("new_user_name = %s\n", credentials_delivery->new_user_name); } } printf("\n"); free(refnumber); } int main(void) { struct isds_ctx *ctx = NULL; isds_error err; struct isds_DbOwnerInfo *db_owner_info = NULL; struct isds_DbUserInfo *db_user_info = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { /* Get info about my box */ printf("Getting info about my box:\n"); err = isds_GetOwnerInfoFromLogin(ctx, &db_owner_info); if (err) { printf("isds_GetOwnerInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetOwnerInfoFromLogin() succeeded\n"); } print_DbOwnerInfo(db_owner_info); } { /* Get info about my account */ printf("Getting info about my account:\n"); err = isds_GetUserInfoFromLogin(ctx, &db_user_info); if (err) { printf("isds_GetUserInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetUserInfoFromLogin() succeeded\n"); print_DbUserInfo(db_user_info); } } if (db_owner_info && db_user_info) { #if 0 struct isds_credentials_delivery credentials_delivery; /* Try some invalid invocation that should fail */ reset_password(ctx, db_owner_info, db_user_info, 0, NULL); reset_password(ctx, db_owner_info, db_user_info, 1, NULL); credentials_delivery.email = NULL; credentials_delivery.token = NULL; credentials_delivery.new_user_name = NULL; reset_password(ctx, db_owner_info, db_user_info, 1, &credentials_delivery); free(credentials_delivery.token); free(credentials_delivery.new_user_name); credentials_delivery.email = "42"; credentials_delivery.token = NULL; credentials_delivery.new_user_name = NULL; reset_password(ctx, db_owner_info, db_user_info, 1, &credentials_delivery); free(credentials_delivery.token); free(credentials_delivery.new_user_name); #endif fprintf(stderr, "This function can lose current user credentials. " "DO NOT TRY IT!\n"); } isds_DbOwnerInfo_free(&db_owner_info); isds_DbUserInfo_free(&db_user_info); err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/loadcmssignedsentmessage.c0000644000076400001440000000361411406477400016655 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include #include "common.h" int main(int argc, char **argv) { struct isds_ctx *ctx = NULL; isds_error err; setlocale(LC_ALL, ""); if (argc != 2 || !argv[1] || !*argv[1]) { printf("Usage: %s FILE_WITH_SIGNED_SEND_MESSAGE\n", basename(argv[0])); exit(EXIT_FAILURE); } err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } { /* Load CMS signed sent message */ struct isds_message *message = NULL; void *buffer; int fd; size_t length; if (mmap_file(argv[1], &fd, &buffer, &length)) { fprintf(stderr, "Could not map file with message"); isds_ctx_free(&ctx); isds_cleanup(); exit(EXIT_FAILURE); } printf("Loading CMS signed sent message\n"); err = isds_load_message(ctx, RAWTYPE_CMS_SIGNED_OUTGOING_MESSAGE, buffer, length, &message, BUFFER_DONT_STORE); if (err) printf("isds_load_message() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_load_message() succeeded:\n"); print_message(message); } isds_message_free(&message); munmap_file(fd, buffer, length); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/getsent.c0000644000076400001440000000502412451607330013246 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Get list of sent messages */ { struct tm from_time_tm = { .tm_year = 2000 - 1900, .tm_mon = 1 - 1, .tm_mday = 1, .tm_hour = 1, .tm_min = 2, .tm_sec = 3, .tm_isdst = -1 }; time_t from_time_t = mktime(&from_time_tm); struct timeval from_time = { .tv_sec = from_time_t, .tv_usec = 4000 }; unsigned long int number = 0; struct isds_list *messages = NULL, *item; /* TODO: Try different criteria */ printf("Getting list of sent messages\n"); err = isds_get_list_of_sent_messages(ctx, &from_time, NULL, NULL, MESSAGESTATE_ANY, 0, &number, &messages); if (err) printf("isds_get_list_of_sent_messages() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_list_of_sent_messages() succeeded: " "number of messages = %lu:\n", number); for(item = messages; item; item = item->next) { printf("List item:\n"); print_message(item->data); } } isds_list_free(&messages); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/computemessagehash.c0000644000076400001440000001116112451610064015457 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" isds_error compute_message_hash(struct isds_ctx *ctx, struct isds_message *message) { isds_error err; struct isds_hash *old_hash; /* Detach original hash */ old_hash = message->envelope->hash; message->envelope->hash = NULL; /* Recalculate hash */ printf("Calculating message hash\n"); err = isds_compute_message_hash(ctx, message, old_hash->algorithm); if (err) printf("isds_compute_message_hash() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_compute_message_hash() succeeded:\n"); printf("Stored hash = "); print_hash(old_hash); printf("Computed hash = "); print_hash(message->envelope->hash); /* Compare hashes */ compare_hashes(old_hash, message->envelope->hash); } isds_hash_free(&old_hash); return err; } int main(void) { struct isds_ctx *ctx = NULL; isds_error err; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } /*isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL);*/ ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } { /* Load plain received message */ struct isds_message *message = NULL; void *buffer; int fd; size_t length; if (mmap_file(SRCDIR "/server/messages/received_message-151916.xml", &fd, &buffer, &length)) { fprintf(stderr, "Could not map file with plain received message\n"); isds_ctx_free(&ctx); isds_cleanup(); exit(EXIT_FAILURE); } printf("Loading plain received message\n"); err = isds_load_message(ctx, RAWTYPE_INCOMING_MESSAGE, buffer, length, &message, BUFFER_COPY); if (err) printf("isds_load_message() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_load_message() succeeded\n"); compute_message_hash(ctx, message); } isds_message_free(&message); munmap_file(fd, buffer, length); } { /* Load plain signed message */ struct isds_message *message = NULL; void *buffer; int fd; size_t length; if (mmap_file(SRCDIR "/server/messages/sent_message-206720.xml", &fd, &buffer, &length)) { fprintf(stderr, "Could not map file with plain signed message\n"); isds_ctx_free(&ctx); isds_cleanup(); exit(EXIT_FAILURE); } printf("Loading plain signed sent message\n"); err = isds_load_message(ctx, RAWTYPE_PLAIN_SIGNED_OUTGOING_MESSAGE, buffer, length, &message, BUFFER_COPY); if (err) printf("isds_load_message() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_load_message() succeeded\n"); compute_message_hash(ctx, message); } isds_message_free(&message); munmap_file(fd, buffer, length); } { /* Load CMS signed message */ struct isds_message *message = NULL; void *buffer; int fd; size_t length; if (mmap_file(SRCDIR "/server/messages/signed_sent_message-151874.zfo", &fd, &buffer, &length)) { fprintf(stderr, "Could not map file with CMS signed message\n"); isds_ctx_free(&ctx); isds_cleanup(); exit(EXIT_FAILURE); } printf("Loading CMS signed sent message\n"); err = isds_load_message(ctx, RAWTYPE_CMS_SIGNED_OUTGOING_MESSAGE, buffer, length, &message, BUFFER_COPY); if (err) printf("isds_load_message() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_load_message() succeeded\n"); compute_message_hash(ctx, message); } isds_message_free(&message); munmap_file(fd, buffer, length); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/downloadmessagehash.c0000644000076400001440000001130212452262671015617 00000000000000#include "../config.h" #define _XOPEN_SOURCE XOPEN_SOURCE_LEVEL_FOR_STRDUP #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; char *last_message_id = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Get list of received messages */ { struct tm from_time_tm = { .tm_year = 2000 - 1900, .tm_mon = 1 - 1, .tm_mday = 1, .tm_hour = 1, .tm_min = 2, .tm_sec = 3, .tm_isdst = -1 }; time_t from_time_t = mktime(&from_time_tm); struct timeval from_time = { .tv_sec = from_time_t, .tv_usec = 4000 }; unsigned long int number = 0; struct isds_list *messages = NULL, *item; struct isds_message *last_message = NULL; /* TODO: Try different criteria */ printf("Getting list of received messages\n"); err = isds_get_list_of_received_messages(ctx, &from_time, NULL, NULL, MESSAGESTATE_ANY, 0, &number, &messages); if (err) printf("isds_get_list_of_received_messages() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_get_list_of_received_messages() succeeded: " "number of messages = %lu:\n", number); for(item = messages; item; item = item->next) { last_message = (struct isds_message *) (item->data); } } if (last_message) { /*Save last message for latter refference */ if (last_message->envelope && last_message->envelope->dmID) { last_message_id = strdup(last_message->envelope->dmID); } } isds_list_free(&messages); } if (last_message_id) { /* Download last message hash */ struct isds_hash *hash = NULL; printf("Getting last received message hash with ID: %s\n", last_message_id); err = isds_download_message_hash(ctx, last_message_id, &hash); if (err) printf("isds_download_message_hash() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_download_message_hash() succeeded: "); print_hash(hash); } free(last_message_id); } /* Download hash with invalid ID*/ { struct isds_hash *hash = NULL; char *id = "123456789112345678921"; printf("Getting message hash with invalid ID: %s\n", id); err = isds_download_message_hash(ctx, id, &hash); if (err) printf("isds_download_message_hash() failed as assumed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_download_message_hash() succeeded. " "This should not happen: "); print_hash(hash); } isds_hash_free(&hash); } /* Download nonexistent message hash */ { struct isds_hash *hash = NULL; char *id = "7777777"; printf("Getting nonexistent message hash with ID: %s\n", id); err = isds_download_message_hash(ctx, id, &hash); if (err) printf("isds_download_message_hash() failed as assumed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_download_message_hash() succeeded. " "This should not happen: "); print_hash(hash); } isds_hash_free(&hash); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/progressbar.c0000644000076400001440000000537012451605645014141 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP & ~ILF_SOAP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } /* Register progresbar */ err = isds_set_progress_callback(ctx, progressbar, NULL); if (err) { printf("isds_set_progress_callback() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_set_progress_callback() succeeded.\n"); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } /* Register aborting progresbar */ printf("\nTesting aborting progress callback\n"); err = isds_set_progress_callback(ctx, progressbar, (void *)1); if (err) { printf("isds_set_progress_callback() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_set_progress_callback() succeeded.\n"); } err = isds_ping(ctx); if (err) { printf("isds_ping() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Ping succeded\n"); } /* Register normal progresbar */ printf("\nTesting non-aborting progress callback\n"); err = isds_set_progress_callback(ctx, progressbar, NULL); if (err) { printf("isds_set_progress_callback() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_set_progress_callback() succeeded.\n"); } err = isds_ping(ctx); if (err) { printf("isds_ping() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Ping succeded\n"); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/changeuser.c0000644000076400001440000000673012451607107013730 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" /* Get info about my account */ isds_error get_my_account(struct isds_ctx *ctx, struct isds_DbUserInfo **db_user_info) { isds_error err = IE_SUCCESS; printf("Getting info about my account:\n"); err = isds_GetUserInfoFromLogin(ctx, db_user_info); if (err) { printf("isds_GetUserInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetUserInfoFromLogin() succeeded\n"); print_DbUserInfo(*db_user_info); } return err; } int main(void) { struct isds_ctx *ctx = NULL; isds_error err; struct isds_DbOwnerInfo *db_owner_info = NULL; struct isds_DbUserInfo *db_user_info = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { printf("Getting info about my box:\n"); err = isds_GetOwnerInfoFromLogin(ctx, &db_owner_info); if (err) { printf("isds_GetOwnerInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetOwnerInfoFromLogin() succeeded\n"); } print_DbOwnerInfo(db_owner_info); } { /* Get info about my account */ err = get_my_account(ctx, &db_user_info); } if (db_user_info && db_owner_info) { /* Update user info */ struct isds_DbUserInfo *old_user_info = NULL; char *refnumber = NULL; old_user_info = isds_DbUserInfo_duplicate(db_user_info); if (!old_user_info) { fprintf(stderr, "No enough memory\n"); exit(EXIT_FAILURE); } printf("Updating info about my account: with no change\n"); err = isds_UpdateDataBoxUser(ctx, db_owner_info, old_user_info, db_user_info, &refnumber); if (err) { printf("isds_UpdateDataBoxUser() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_UpdateDataBoxUser() succeeded as request #%s\n", refnumber); /* Verify info about my account */ get_my_account(ctx, &db_user_info); } free(refnumber); isds_DbUserInfo_free(&old_user_info); } isds_DbUserInfo_free(&db_user_info); isds_DbOwnerInfo_free(&db_owner_info); err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/switchaccessibility.c0000644000076400001440000000570112451607201015645 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(void) { struct isds_ctx *ctx = NULL; isds_error err; struct isds_DbOwnerInfo *db_owner_info = NULL; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL & ~ILF_HTTP, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, url, username(), password(), NULL, NULL); if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } { printf("Getting info about my box:\n"); err = isds_GetOwnerInfoFromLogin(ctx, &db_owner_info); if (err) { printf("isds_GetOwnerInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetOwnerInfoFromLogin() succeeded\n"); } print_DbOwnerInfo(db_owner_info); } /* Enable access to my box */ if (db_owner_info) { struct isds_DbOwnerInfo *new_db_owner_info = NULL; char *refnumber = NULL; printf("Enabling access to my box\n"); err = isds_switch_box_accessibility_on_owner_request(ctx, db_owner_info, 1, NULL, &refnumber); if (err) printf("isds_switch_box_accessibility_on_owner_request() failed: " "%s: %s\n", isds_strerror(err), isds_long_message(ctx)); else { printf("isds_switch_box_accessibility_on_owner_request() " "succeeded as request #%s\n", refnumber); } free(refnumber); printf("Verifying info about my box:\n"); err = isds_GetOwnerInfoFromLogin(ctx, &new_db_owner_info); if (err) { printf("isds_GetOwnerInfoFromLogin() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("isds_GetOwnerInfoFromLogin() succeeded\n"); printf("New box status is: "); print_longint(new_db_owner_info->dbState); } isds_DbOwnerInfo_free(&new_db_owner_info); } isds_DbOwnerInfo_free(&db_owner_info); err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/login.c0000644000076400001440000000511212041042714012675 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(int argc, char **argv) { struct isds_ctx *ctx = NULL; isds_error err; const char *request_url = url; const char *request_username = username(); const char *request_password = password(); _Bool use_otp = 0; struct isds_otp otp; setlocale(LC_ALL, ""); if (argc > 1) { if (argc < 4 || argc > 6) { printf("Usage: %s [URL LOGIN PASSWORD [{hotp OTP_CODE} | {totp [OTP_CODE]}]\n", (argv[0])?argv[0]: ""); exit(EXIT_FAILURE); } request_url = argv[1]; request_username = argv[2]; request_password = argv[3]; if (argc > 4) { use_otp = 1; if (!strcmp(argv[4], "hotp")) otp.method = OTP_HMAC; else if (!strcmp(argv[4], "totp")) otp.method = OTP_TIME; else { printf("Bad invocation: %s: Unknown OTP method\n", argv[4]); exit(EXIT_FAILURE); } if (argc > 5) otp.otp_code = argv[5]; else otp.otp_code = NULL; } } err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } isds_set_logging(ILF_ALL, ILL_ALL); ctx = isds_ctx_create(); if (!ctx) { printf("isds_ctx_create() failed"); } err = isds_set_timeout(ctx, 10000); if (err) { printf("isds_set_timeout() failed: %s\n", isds_strerror(err)); } err = isds_login(ctx, request_url, request_username, request_password, NULL, (use_otp) ? &otp : NULL); if (err == IE_PARTIAL_SUCCESS) { printf("isds_login() partially succeeded: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); if (use_otp && otp.resolution == OTP_RESOLUTION_TOTP_SENT) printf("Redo log-in with OTP code to finish log-in procedure.\n"); } else if (err) { printf("isds_login() failed: %s: %s\n", isds_strerror(err), isds_long_message(ctx)); } else { printf("Logged in :)\n"); } err = isds_logout(ctx); if (err) { printf("isds_logout() failed: %s\n", isds_strerror(err)); } err = isds_ctx_free(&ctx); if (err) { printf("isds_ctx_free() failed: %s\n", isds_strerror(err)); } err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/version.c0000644000076400001440000000106612451605600013262 00000000000000#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include "common.h" int main(void) { isds_error err; setlocale(LC_ALL, ""); err = isds_init(); if (err) { printf("isds_init() failed: %s\n", isds_strerror(err)); exit(EXIT_FAILURE); } printf("libisds version: %s\n", isds_version()); err = isds_cleanup(); if (err) { printf("isds_cleanup() failed: %s\n", isds_strerror(err)); } exit (EXIT_SUCCESS); } libisds-0.10.7/client/common.h0000644000076400001440000000240412452262525013075 00000000000000#ifndef __COMMON_H__ #define __COMMON_H__ #include #define url isds_testing_locator const char *username(void); const char *password(void); void print_bool(const _Bool *boolean); void print_longint(const long int *number); void print_DbState(const long int state); void print_date(const struct tm *date); void print_DbOwnerInfo(const struct isds_DbOwnerInfo *info); void print_DbUserInfo(const struct isds_DbUserInfo *info); void print_timeval(const struct timeval *time); void print_hash(const struct isds_hash *hash); void print_envelope(const struct isds_envelope *envelope); void print_message(const struct isds_message *message); void print_copies(const struct isds_list *copies); void print_message_status_change( const struct isds_message_status_change *changed_status); void print_sender_type(const isds_sender_type *type); void compare_hashes(const struct isds_hash *hash1, const struct isds_hash *hash2); int progressbar(double upload_total, double upload_current, double download_total, double download_current, void *data); int mmap_file(const char *file, int *fd, void **buffer, size_t *length); int munmap_file(int fd, void *buffer, size_t length); int save_data(const char *message, const void *data, const size_t length); #endif libisds-0.10.7/libisds.pc.in0000644000076400001440000000052212774020762012541 00000000000000prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: @PACKAGE@ Version: @VERSION@ Description: Client library for accessing SOAP services of ISDS Requires: libxml-2.0 Requires.private: libcurl Libs: -L${libdir} -lisds Libs.private: @GPGME_LIBS@ @LIBGCRYPT_LIBS@ @EXPAT_LIBS@ Cflags: -I${includedir} libisds-0.10.7/test-driver0000755000076400001440000000761112774020762012363 00000000000000#! /bin/sh # test-driver - basic testsuite driver script. scriptversion=2012-06-27.10; # UTC # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program 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 General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . # Make unconditional expansion of undefined variables an error. This # helps a lot in preventing typo-related bugs. set -u usage_error () { echo "$0: $*" >&2 print_usage >&2 exit 2 } print_usage () { cat <$log_file 2>&1 estatus=$? if test $enable_hard_errors = no && test $estatus -eq 99; then estatus=1 fi case $estatus:$expect_failure in 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 0:*) col=$grn res=PASS recheck=no gcopy=no;; 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;; *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;; *:*) col=$red res=FAIL recheck=yes gcopy=yes;; esac # Report outcome to console. echo "${col}${res}${std}: $test_name" # Register the test result, and other relevant metadata. echo ":test-result: $res" > $trs_file echo ":global-test-result: $res" >> $trs_file echo ":recheck: $recheck" >> $trs_file echo ":copy-in-global-log: $gcopy" >> $trs_file # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: libisds-0.10.7/config.rpath0000755000076400001440000004443513130406756012500 00000000000000#! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2012 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit , 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # The first argument passed to this file is the canonical host specification, # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld # should be set by the caller. # # The set of defined variables is at the end of this script. # Known limitations: # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer # than 256 bytes, otherwise the compiler driver will dump core. The only # known workaround is to choose shorter directory names for the build # directory and/or the installation directory. # All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a shrext=.so host="$1" host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` # Code taken from libtool.m4's _LT_CC_BASENAME. for cc_temp in $CC""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'` # Code taken from libtool.m4's _LT_COMPILER_PIC. wl= if test "$GCC" = yes; then wl='-Wl,' else case "$host_os" in aix*) wl='-Wl,' ;; mingw* | cygwin* | pw32* | os2* | cegcc*) ;; hpux9* | hpux10* | hpux11*) wl='-Wl,' ;; irix5* | irix6* | nonstopux*) wl='-Wl,' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in ecc*) wl='-Wl,' ;; icc* | ifort*) wl='-Wl,' ;; lf95*) wl='-Wl,' ;; nagfor*) wl='-Wl,-Wl,,' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) wl='-Wl,' ;; ccc*) wl='-Wl,' ;; xl* | bgxl* | bgf* | mpixl*) wl='-Wl,' ;; como) wl='-lopt=' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ F* | *Sun*Fortran*) wl= ;; *Sun\ C*) wl='-Wl,' ;; esac ;; esac ;; newsos6) ;; *nto* | *qnx*) ;; osf3* | osf4* | osf5*) wl='-Wl,' ;; rdos*) ;; solaris*) case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) wl='-Qoption ld ' ;; *) wl='-Wl,' ;; esac ;; sunos4*) wl='-Qoption ld ' ;; sysv4 | sysv4.2uw2* | sysv4.3*) wl='-Wl,' ;; sysv4*MP*) ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) wl='-Wl,' ;; unicos*) wl='-Wl,' ;; uts4*) ;; esac fi # Code taken from libtool.m4's _LT_LINKER_SHLIBS. hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_direct=no hardcode_minus_L=no case "$host_os" in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. # Unlike libtool, we use -rpath here, not --rpath, since the documented # option of GNU ld is called -rpath, not --rpath. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' case "$host_os" in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no fi ;; amigaos*) case "$host_cpu" in powerpc) ;; m68k) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then : else ld_shlibs=no fi ;; haiku*) ;; interix[3-9]*) hardcode_direct=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; netbsd*) ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs=no elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' else ld_shlibs=no fi ;; esac ;; sunos4*) hardcode_direct=yes ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then hardcode_libdir_flag_spec= fi else case "$host_os" in aix3*) # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac fi hardcode_direct=yes hardcode_libdir_separator=':' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac fi # Begin _LT_AC_SYS_LIBPATH_AIX. echo 'int main () { return 0; }' > conftest.c ${CC} ${LDFLAGS} conftest.c -o conftest aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` fi if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib" fi rm -f conftest.c conftest # End _LT_AC_SYS_LIBPATH_AIX. if test "$aix_use_runtimelinking" = yes; then hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' else hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" fi fi ;; amigaos*) case "$host_cpu" in powerpc) ;; m68k) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' libext=lib ;; darwin* | rhapsody*) hardcode_direct=no if { case $cc_basename in ifort*) true;; *) test "$GCC" = yes;; esac; }; then : else ld_shlibs=no fi ;; dgux*) hardcode_libdir_flag_spec='-L$libdir' ;; freebsd2.2*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; freebsd2*) hardcode_direct=yes hardcode_minus_L=yes ;; freebsd* | dragonfly*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; hpux9*) hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; hpux10*) if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no ;; *) hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; netbsd*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; newsos6) hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then hardcode_libdir_flag_spec='${wl}-rpath,$libdir' else case "$host_os" in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) hardcode_libdir_flag_spec='-R$libdir' ;; *) hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; osf3*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) if test "$GCC" = yes; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else # Both cc and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: ;; solaris*) hardcode_libdir_flag_spec='-R$libdir' ;; sunos4*) hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes ;; sysv4) case $host_vendor in sni) hardcode_direct=yes # is this really true??? ;; siemens) hardcode_direct=no ;; motorola) hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac ;; sysv4.3*) ;; sysv4*MP*) if test -d /usr/nec; then ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) ;; sysv5* | sco3.2v5* | sco5v6*) hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator=':' ;; uts4*) hardcode_libdir_flag_spec='-L$libdir' ;; *) ld_shlibs=no ;; esac fi # Check dynamic linker characteristics # Code taken from libtool.m4's _LT_SYS_DYNAMIC_LINKER. # Unlike libtool.m4, here we don't care about _all_ names of the library, but # only about the one the linker finds when passed -lNAME. This is the last # element of library_names_spec in libtool.m4, or possibly two of them if the # linker has special search rules. library_names_spec= # the last element of library_names_spec in libtool.m4 libname_spec='lib$name' case "$host_os" in aix3*) library_names_spec='$libname.a' ;; aix[4-9]*) library_names_spec='$libname$shrext' ;; amigaos*) case "$host_cpu" in powerpc*) library_names_spec='$libname$shrext' ;; m68k) library_names_spec='$libname.a' ;; esac ;; beos*) library_names_spec='$libname$shrext' ;; bsdi[45]*) library_names_spec='$libname$shrext' ;; cygwin* | mingw* | pw32* | cegcc*) shrext=.dll library_names_spec='$libname.dll.a $libname.lib' ;; darwin* | rhapsody*) shrext=.dylib library_names_spec='$libname$shrext' ;; dgux*) library_names_spec='$libname$shrext' ;; freebsd* | dragonfly*) case "$host_os" in freebsd[123]*) library_names_spec='$libname$shrext$versuffix' ;; *) library_names_spec='$libname$shrext' ;; esac ;; gnu*) library_names_spec='$libname$shrext' ;; haiku*) library_names_spec='$libname$shrext' ;; hpux9* | hpux10* | hpux11*) case $host_cpu in ia64*) shrext=.so ;; hppa*64*) shrext=.sl ;; *) shrext=.sl ;; esac library_names_spec='$libname$shrext' ;; interix[3-9]*) library_names_spec='$libname$shrext' ;; irix5* | irix6* | nonstopux*) library_names_spec='$libname$shrext' case "$host_os" in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;; *) libsuff= shlibsuff= ;; esac ;; esac ;; linux*oldld* | linux*aout* | linux*coff*) ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) library_names_spec='$libname$shrext' ;; knetbsd*-gnu) library_names_spec='$libname$shrext' ;; netbsd*) library_names_spec='$libname$shrext' ;; newsos6) library_names_spec='$libname$shrext' ;; *nto* | *qnx*) library_names_spec='$libname$shrext' ;; openbsd*) library_names_spec='$libname$shrext$versuffix' ;; os2*) libname_spec='$name' shrext=.dll library_names_spec='$libname.a' ;; osf3* | osf4* | osf5*) library_names_spec='$libname$shrext' ;; rdos*) ;; solaris*) library_names_spec='$libname$shrext' ;; sunos4*) library_names_spec='$libname$shrext$versuffix' ;; sysv4 | sysv4.3*) library_names_spec='$libname$shrext' ;; sysv4*MP*) library_names_spec='$libname$shrext' ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) library_names_spec='$libname$shrext' ;; tpf*) library_names_spec='$libname$shrext' ;; uts4*) library_names_spec='$libname$shrext' ;; esac sed_quote_subst='s/\(["`$\\]\)/\\\1/g' escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` shlibext=`echo "$shrext" | sed -e 's,^\.,,'` escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # Please send patches with a ChangeLog entry to config-patches@gnu.org. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS $0 [OPTION] ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; android-linux) os=-linux-android basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray | -microblaze*) os= basic_machine=$1 ;; -bluegene*) os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*178) os=-lynxos178 ;; -lynx*5) os=-lynxos5 ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | aarch64 | aarch64_be \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc \ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | avr | avr32 \ | be32 | be64 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx | dvp \ | epiphany \ | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ | nios | nios2 \ | ns16k | ns32k \ | open8 \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu \ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; c54x) basic_machine=tic54x-unknown ;; c55x) basic_machine=tic55x-unknown ;; c6x) basic_machine=tic6x-unknown ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; strongarm | thumb | xscale) basic_machine=arm-unknown ;; xgate) basic_machine=$basic_machine-unknown os=-none ;; xscaleeb) basic_machine=armeb-unknown ;; xscaleel) basic_machine=armel-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pyramid-* \ | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ | tahoe-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile*-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aros) basic_machine=i386-pc os=-aros ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; blackfin) basic_machine=bfin-unknown os=-linux ;; blackfin-*) basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) basic_machine=powerpc-ibm os=-cnk ;; c54x-*) basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c55x-*) basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c6x-*) basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c90) basic_machine=c90-cray os=-unicos ;; cegcc) basic_machine=arm-unknown os=-cegcc ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dicos) basic_machine=i686-pc os=-dicos ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; microblaze*) basic_machine=microblaze-xilinx ;; mingw64) basic_machine=x86_64-pc os=-mingw64 ;; mingw32) basic_machine=i386-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mipsEE* | ee | ps2) basic_machine=mips64r5900el-scei case $os in -linux*) ;; *) os=-elf ;; esac ;; iop) basic_machine=mipsel-scei os=-irx ;; dvp) basic_machine=dvp-scei os=-elf ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; msys) basic_machine=i386-pc os=-msys ;; mvs) basic_machine=i370-ibm os=-mvs ;; nacl) basic_machine=le32-unknown os=-nacl ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; neo-tandem) basic_machine=neo-tandem ;; nse-tandem) basic_machine=nse-tandem ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc | ppcbe) basic_machine=powerpc-unknown ;; ppc-* | ppcbe-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little | ppc64-le | powerpc64-little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos | rdos64) basic_machine=x86_64-pc os=-rdos ;; rdos32) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; strongarm-* | thumb-*) basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tile*) basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; xscale-* | xscalee[bl]-*) basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; z80-*-coff) basic_machine=z80-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* | -plan9* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ | -bitrig* | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -irx* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; -nacl*) ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; hexagon-*) os=-elf ;; tic54x-*) os=-coff ;; tic55x-*) os=-coff ;; tic6x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -cnk*|-aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: libisds-0.10.7/install-sh0000755000076400001440000003325512774020762012174 00000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2011-11-20.07; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. nl=' ' IFS=" "" $nl" # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} if test -z "$doit"; then doit_exec=exec else doit_exec=$doit fi # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_glob='?' initialize_posix_glob=' test "$posix_glob" != "?" || { if (set -f) 2>/dev/null; then posix_glob= else posix_glob=: fi } ' posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false no_target_directory= usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *' '* | *' '* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) dst_arg=$2 # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac shift;; -T) no_target_directory=true;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 trap "ret=141; $do_exit" 13 trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test -n "$no_target_directory"; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else # Prefer dirname, but fall back on a substitute if dirname fails. dstdir=` (dirname "$dst") 2>/dev/null || expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$dst" : 'X\(//\)[^/]' \| \ X"$dst" : 'X\(//\)$' \| \ X"$dst" : 'X\(/\)' \| . 2>/dev/null || echo X"$dst" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q' ` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 if (umask $mkdir_umask && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/d" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; [-=\(\)!]*) prefix='./';; *) prefix='';; esac eval "$initialize_posix_glob" oIFS=$IFS IFS=/ $posix_glob set -f set fnord $dstdir shift $posix_glob set +f IFS=$oIFS prefixes= for d do test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && eval "$initialize_posix_glob" && $posix_glob set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && $posix_glob set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: libisds-0.10.7/depcomp0000755000076400001440000005601612774020762011545 00000000000000#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2013-05-30.07; # UTC # Copyright (C) 1999-2013 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program 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 General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by 'PROGRAMS ARGS'. object Object file output by 'PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac # Get the directory component of the given path, and save it in the # global variables '$dir'. Note that this directory component will # be either empty or ending with a '/' character. This is deliberate. set_dir_from () { case $1 in */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; *) dir=;; esac } # Get the suffix-stripped basename of the given path, and save it the # global variable '$base'. set_base_from () { base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` } # If no dependency file was actually created by the compiler invocation, # we still have to create a dummy depfile, to avoid errors with the # Makefile "include basename.Plo" scheme. make_dummy_depfile () { echo "#dummy" > "$depfile" } # Factor out some common post-processing of the generated depfile. # Requires the auxiliary global variable '$tmpdepfile' to be set. aix_post_process_depfile () { # If the compiler actually managed to produce a dependency file, # post-process it. if test -f "$tmpdepfile"; then # Each line is of the form 'foo.o: dependency.h'. # Do two passes, one to just change these to # $object: dependency.h # and one to simply output # dependency.h: # which is needed to avoid the deleted-header problem. { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" } > "$depfile" rm -f "$tmpdepfile" else make_dummy_depfile fi } # A tabulation character. tab=' ' # A newline character. nl=' ' # Character ranges might be problematic outside the C locale. # These definitions help. upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ lower=abcdefghijklmnopqrstuvwxyz digits=0123456789 alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Avoid interferences from the environment. gccflag= dashmflag= # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then # This is just like msvc7 but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvc7 fi if test "$depmode" = xlc; then # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. gccflag=-qmakedep=gcc,-MF depmode=gcc fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). Also, it might not be ## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The second -e expression handles DOS-style file names with drive # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" ;; xlc) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done aix_post_process_depfile ;; tcc) # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 # FIXME: That version still under development at the moment of writing. # Make that this statement remains true also for stable, released # versions. # It will wrap lines (doesn't matter whether long or short) with a # trailing '\', as in: # # foo.o : \ # foo.c \ # foo.h \ # # It will put a trailing '\' even on the last line, and will use leading # spaces rather than leading tabs (at least since its commit 0394caf7 # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. # We have to change lines of the first kind to '$object: \'. sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" # And for each line of the second kind, we have to emit a 'dep.h:' # dummy dependency, to avoid the deleted-header problem. sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; ## The order of this option in the case statement is important, since the ## shell code in configure will try each of these formats in the order ## listed in this file. A plain '-MD' option would be understood by many ## compilers, so we must ensure this comes after the gcc and icc options. pgcc) # Portland's C compiler understands '-MD'. # Will always output deps to 'file.d' where file is the root name of the # source file under compilation, even if file resides in a subdirectory. # The object file name does not affect the name of the '.d' file. # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. set_base_from "$source" tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. lockdir=$base.d-lock trap " echo '$0: caught signal, cleaning up...' >&2 rmdir '$lockdir' exit 1 " 1 2 13 15 numtries=100 i=$numtries while test $i -gt 0; do # mkdir is a portable test-and-set. if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. rmdir "$lockdir" break else # If the lock is being held by a different process, wait # until the winning process is done or we timeout. while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done fi i=`expr $i - 1` done trap - 1 2 13 15 if test $i -le 0; then echo "$0: failed to acquire lock after $numtries attempts" >&2 echo "$0: check lockdir '$lockdir'" >&2 exit 1 fi if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ s/^ *// s/ \\*$// s/$/:/ p }' "$tmpdepfile" >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in 'foo.d' instead, so we check for that too. # Subdirectories are respected. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then # Libtool generates 2 separate objects for the 2 libraries. These # two compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir$base.o.d # libtool 1.5 tmpdepfile2=$dir.libs/$base.o.d # Likewise. tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d "$@" -MD fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done # Same post-processing that is required for AIX mode. aix_post_process_depfile ;; msvc7) if test "$libtool" = yes; then showIncludes=-Wc,-showIncludes else showIncludes=-showIncludes fi "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The first sed program below extracts the file names and escapes # backslashes for cygpath. The second sed program outputs the file # name when reading, but also accumulates all include files in the # hold buffer in order to output them again at the end. This only # works with sed implementations that can handle large buffers. sed < "$tmpdepfile" -n ' /^Note: including file: *\(.*\)/ { s//\1/ s/\\/\\\\/g p }' | $cygpath_u | sort -u | sed -n ' s/ /\\ /g s/\(.*\)/'"$tab"'\1 \\/p s/.\(.*\) \\/\1:/ H $ { s/.*/'"$tab"'/ G p }' >> "$depfile" echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; msvc7msys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for ':' # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this sed invocation # correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift cleared=no eat=no for arg do case $cleared in no) set ""; shift cleared=yes ;; esac if test $eat = yes; then eat=no continue fi case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -arch) eat=yes ;; -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix=`echo "$object" | sed 's/^.*\././'` touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process the last invocation # correctly. Breaking it into two sed invocations is a workaround. sed '1,2d' "$tmpdepfile" \ | tr ' ' "$nl" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E \ | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi IFS=" " for arg do case "$arg" in -o) shift ;; $object) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" echo "$tab" >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; msvcmsys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: libisds-0.10.7/po/0000755000076400001440000000000013130413450010641 500000000000000libisds-0.10.7/po/stamp-po0000644000076400001440000000001213130412325012235 00000000000000timestamp libisds-0.10.7/po/boldquot.sed0000644000076400001440000000033112230035236013106 00000000000000s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g s/“/“/g s/”/”/g s/‘/‘/g s/’/’/g libisds-0.10.7/po/ChangeLog0000644000076400001440000000113212230035237012333 000000000000002013-10-17 gettextize * Makefile.in.in: Upgrade to gettext-0.18.2. * Rules-quot: Upgrade to gettext-0.18.2. 2010-01-25 gettextize * Makefile.in.in: New file, from gettext-0.17. * boldquot.sed: New file, from gettext-0.17. * en@boldquot.header: New file, from gettext-0.17. * en@quot.header: New file, from gettext-0.17. * insert-header.sin: New file, from gettext-0.17. * quot.sed: New file, from gettext-0.17. * remove-potcdate.sin: New file, from gettext-0.17. * Rules-quot: New file, from gettext-0.17. * POTFILES.in: New file. libisds-0.10.7/po/cs.po0000644000076400001440000022130313130412325011527 00000000000000# Czech translation of libisds. # Copyright (C) 2010 Petr Písař # This file is distributed under the same license as the libisds package. # Petr Pisar , 2010, 2011, 2012, 2013, 2015. # msgid "" msgstr "" "Project-Id-Version: libisds 0.10\n" "Report-Msgid-Bugs-To: petr.pisar@atlas.cz\n" "POT-Creation-Date: 2017-07-09 13:34+0200\n" "PO-Revision-Date: 2015-01-10 16:49+0100\n" "Last-Translator: Petr Pisar \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: src/crypto_gpg.c:26 msgid "Could not check gcrypt version\n" msgstr "Nebylo možné zkontrolovat verzi grcypt\n" #: src/crypto_gpg.c:39 #, c-format msgid "gcrypt version in use: %s\n" msgstr "Používá se gcrypt ve verzi: %s\n" #: src/crypto_gpg.c:60 src/crypto_openssl.c:71 #, c-format msgid "" "Data hash requested, length=%zu, content:\n" "%*s\n" "End of data to hash\n" msgstr "" "Požadován hash dat, délka %zu, obsah:\n" "%*s\n" "Konec dat určených pro výpočet hashe\n" #: src/crypto_gpg.c:101 msgid "GPGME initialization failed\n" msgstr "Inicializace GPGME selhala\n" #: src/crypto_gpg.c:105 #, c-format msgid "GPGME version in use: %s\n" msgstr "Používá se GPGME ve verzi: %s\n" #: src/crypto_gpg.c:116 msgid "GPGME does not support CMS\n" msgstr "GPGME nepodporuje CMS\n" #: src/crypto_gpg.c:127 #, c-format msgid "GPGME compiled without support for protocol %s\n" msgstr "GPGME přeloženo bez podpory protokolu %s\n" #: src/crypto_gpg.c:132 #, c-format msgid "Engine %s not installed properly\n" msgstr "Výkonná jednotka %s není správně nainstalována\n" #: src/crypto_gpg.c:136 #, c-format msgid "Engine %s version %s installed, but at least version %s required\n" msgstr "" "Výkonná jednotka %s nainstalována ve verzi %s, avšak vyžadována je alespoň " "verze %s\n" #: src/crypto_gpg.c:141 #, c-format msgid "Unknown problem with engine for protocol %s\n" msgstr "Neznámý problém s výkonnou jednotkou protokolu %s\n" #: src/crypto_gpg.c:159 msgid "gpg-error library initialization failed\n" msgstr "Inicializace knihovny gpg-error selhala\n" #: src/crypto_gpg.c:166 msgid "GPGME library initialization failed\n" msgstr "Inicializace knihovny GPGME selhala\n" #: src/crypto_gpg.c:173 msgid "gcrypt library initialization failed\n" msgstr "Inicializace knihovny gcrypt selhala\n" #: src/crypto_gpg.c:220 msgid "Could not allocate CMS parser handler" msgstr "Obsluhu parseru CMS nebylo možné alokovat" #: src/crypto_gpg.c:225 msgid "Could not allocate CMS reader" msgstr "Čtečku CMS nebylo možné alokovat" #: src/crypto_gpg.c:231 src/crypto_gpg.c:242 msgid "Could not bind CMS reader to PKCS#7 structure" msgstr "Nebylo možné napojit čtečku CMS na strukturu PKCS#7" #: src/crypto_gpg.c:236 msgid "Could not allocate CMS writer" msgstr "Zapisovadlo CMS nebylo možné alokovat" #: src/crypto_gpg.c:248 msgid "Could not register CMS reader to CMS handler" msgstr "Čtečku CMS nebylo možné zaregistrovat k obsluze CMS" #: src/crypto_gpg.c:265 #, c-format msgid "Error while parsing PKCS#7 structure: %s" msgstr "Chyba při rozebírání struktury PKCS#7: %s" #: src/crypto_gpg.c:270 msgid "CMS: Data beginning found\n" msgstr "CMS: Začátek dat nalezen\n" #: src/crypto_gpg.c:275 msgid "unknown data" msgstr "neznámá data" #: src/crypto_gpg.c:276 msgid "plain data" msgstr "prostá data" #: src/crypto_gpg.c:277 msgid "signed data" msgstr "podepsaná data" #: src/crypto_gpg.c:279 msgid "encrypted data by session key" msgstr "data zašifrovaná klíčem relace" #: src/crypto_gpg.c:280 msgid "digest data" msgstr "data kontrolního součtu" #: src/crypto_gpg.c:281 msgid "encrypted data" msgstr "zašifrovaná data" #: src/crypto_gpg.c:282 msgid "auth data" msgstr "autentizační data" #: src/crypto_gpg.c:283 msgid "other data" msgstr "jiná data" #: src/crypto_gpg.c:285 #, c-format msgid "CMS: Data type: %s\n" msgstr "CMS: Druh dat: %s\n" #: src/crypto_gpg.c:288 msgid "CMS: Data end found\n" msgstr "CMS: Konec dat nalezen\n" #: src/crypto_gpg.c:294 msgid "Getting CMS writer buffer failed" msgstr "Buffer pro zapisovadlo CMS se nepodařilo získat" #: src/crypto_gpg.c:324 #, c-format msgid "Could not create GPGME context: %s" msgstr "Kontext GPGME nebylo možné vytvořit: %s" #: src/crypto_gpg.c:328 #, c-format msgid "Could not set CMS protocol for GPGME context: %s" msgstr "Kontextu GPGME nebylo možné nastavit protokol CMS: %s" #: src/crypto_gpg.c:332 #, c-format msgid "Could not create data handler for signed message in CMS structure: %s" msgstr "" "Nebylo možné vytvořit obsluhu dat pro podepsanou zprávu ze struktury CMS: %s" #: src/crypto_gpg.c:335 #, c-format msgid "" "Could not explain to GPGME that CMS structure was packed in DER binary " "format: %s" msgstr "" "Nebylo možné vysvětlit GPGME, že struktura CMS je uložena v binárním formátu " "DER: %s" #: src/crypto_gpg.c:339 #, c-format msgid "" "Could not create data handler for plain message extracted from CMS " "structure: %s" msgstr "" "Nebylo možné vytvořit obsluhu dat pro prostou zprávu získanou ze struktury " "CMS: %s" #: src/crypto_gpg.c:347 #, c-format msgid "CMS verification failed: %s" msgstr "Ověření CMS se nezdařilo: %s" #: src/crypto_gpg.c:361 msgid "Could not get plain data from GPGME after verifying CMS structure" msgstr "" "Nepodařilo se získat prostá data z GPGME po té, co byla struktura CMS ověřena" #: src/crypto_openssl.c:174 msgid "Creating CMS reader BIO failed" msgstr "Vytvoření BIO čtedla pro CMS selhalo" #: src/crypto_openssl.c:188 msgid "Cannot parse CMS" msgstr "CMS nelze rozebrat" #: src/isds.c:24 src/isds.c:25 src/isds.c:26 src/isds.c:27 msgid "n/a" msgstr "−" #: src/isds.c:711 msgid "CURL library initialization failed\n" msgstr "Inicializace knihovny CMS selhala\n" #: src/isds.c:719 msgid "Initialization of cryptographic back-end failed\n" msgstr "Inicializace kryptografického jádra selhala\n" #: src/isds.c:730 msgid "expat library initialization failed\n" msgstr "Inicializace knihovny expat selhala\n" #: src/isds.c:764 #, c-format msgid "%s (%s, GPGME %s, gcrypt %s, %s, libxml2 %s)" msgstr "%s (%s, GPGME %s, gcrypt %s, %s, libxml2 %s)" #: src/isds.c:766 #, c-format msgid "%s (%s, %s, %s, libxml2 %s)" msgstr "%s (%s, %s, %s, libxml2 %s)" #: src/isds.c:770 #, c-format msgid "%s (GPGME %s, gcrypt %s, %s, libxml2 %s)" msgstr "%s (GPGME %s, gcrypt %s, %s, libxml2 %s)" #: src/isds.c:772 #, c-format msgid "%s (%s, %s, libxml2 %s)" msgstr "%s (%s, %s, libxml2 %s)" #: src/isds.c:793 msgid "Success" msgstr "Úspěch" #: src/isds.c:795 msgid "Unspecified error" msgstr "Blíže neurčená chyba" #: src/isds.c:797 msgid "Not supported" msgstr "Není podporováno" #: src/isds.c:799 msgid "Invalid value" msgstr "Neplatná hodnota" #: src/isds.c:801 msgid "Invalid context" msgstr "Neplatný kontext" #: src/isds.c:803 msgid "Not logged in" msgstr "Nepřihlášeno" #: src/isds.c:805 msgid "Connection closed" msgstr "Spojení uzavřeno" #: src/isds.c:807 msgid "Timed out" msgstr "Čas vypršel" #: src/isds.c:809 msgid "Not exist" msgstr "Neexistuje" #: src/isds.c:811 msgid "Out of memory" msgstr "Nedostatek paměti" #: src/isds.c:813 msgid "Network problem" msgstr "Problém se sítí" #: src/isds.c:815 msgid "HTTP problem" msgstr "Problém HTTP" #: src/isds.c:817 msgid "SOAP problem" msgstr "Problém v SOAP" #: src/isds.c:819 msgid "XML problem" msgstr "Problém s XML" #: src/isds.c:821 msgid "ISDS server problem" msgstr "Problém serveru ISDS" #: src/isds.c:823 msgid "Invalid enum value" msgstr "Neplatná výčtová hodnota" #: src/isds.c:825 msgid "Invalid date value" msgstr "Neplatná hodnota data" #: src/isds.c:827 msgid "Too big" msgstr "Příliš velké" #: src/isds.c:829 msgid "Too small" msgstr "Příliš malé" #: src/isds.c:831 msgid "Value not unique" msgstr "Hodnota není jedinečná" #: src/isds.c:833 msgid "Values not equal" msgstr "Hodnoty se nerovnají" #: src/isds.c:835 msgid "Some suboperations failed" msgstr "Některé dílčí operace selhaly" #: src/isds.c:837 msgid "Operation aborted" msgstr "Operace zrušena" #: src/isds.c:839 msgid "Security problem" msgstr "Bezpečnostní problém" #: src/isds.c:841 msgid "Unknown error" msgstr "Neznámá chyba" #: src/isds.c:1195 msgid "Curl library does not support CRL definition" msgstr "Knihovna curl neumožňuje definovat CRL" #: src/isds.c:1335 msgid "Selected authentication method: no certificate, username and password\n" msgstr "" "Vybraný způsob autentizace: žádný certifikát, jméno uživatele a heslo\n" #: src/isds.c:1339 msgid "Both username and password must be supplied" msgstr "Jak jméno uživatele, tak i heslo musí být zadány" #: src/isds.c:1356 src/isds.c:5635 msgid "Selected authentication method: HMAC-based one-time password\n" msgstr "Vybraný způsob autentizace: jednorázové heslo vytvořené pomocí HMAC\n" #: src/isds.c:1363 src/isds.c:5641 msgid "Selected authentication method: Time-based one-time password\n" msgstr "Vybraný způsob autentizace: jednorázové heslo závislé na čase\n" #: src/isds.c:1367 src/isds.c:5646 msgid "" "OTP code has not been provided by application, requesting server for new " "one.\n" msgstr "Aplikace neposkytla jednorázové heslo, server bude požádán o nové.\n" #: src/isds.c:1375 src/isds.c:5656 msgid "" "OTP code has been provided by application, not requesting server for new " "one.\n" msgstr "Aplikace poskytla jednorázové heslo, server nebude požádán o nové.\n" #: src/isds.c:1385 src/isds.c:5663 msgid "" "Unknown one-time password authentication method requested by application" msgstr "Aplikace si vyžádala neznámou autentizační metodu jednorázovým heslem" #: src/isds.c:1400 msgid "" "Selected authentication method: system certificate, no username and no " "password\n" msgstr "" "Vybraný způsob autentizace: systémový certifikát, žádné jméno uživatele a " "žádné heslo\n" #: src/isds.c:1407 msgid "" "Selected authentication method: system certificate, box ID and no password\n" msgstr "" "Vybraný způsob autentizace: systémový certifikát, ID schránky a žádné heslo\n" #: src/isds.c:1412 msgid "" "Selected authentication method: commercial certificate, username and " "password\n" msgstr "" "Vybraný způsob autentizace: komerční certifikát, jméno uživatele a heslo\n" #: src/isds.c:1429 msgid "Could not build ISDS log-in request" msgstr "Požadavek na přihlášení do ISDS nebylo možné sestavit" #: src/isds.c:1434 src/isds.c:1555 src/isds.c:1625 src/isds.c:1744 #: src/isds.c:4905 src/isds.c:5345 src/isds.c:5621 src/isds.c:6115 #: src/isds.c:6340 src/isds.c:6451 src/isds.c:6538 src/isds.c:6691 #: src/isds.c:6761 src/isds.c:6886 src/isds.c:6988 src/isds.c:7129 #: src/isds.c:7237 src/isds.c:7695 src/isds.c:7908 src/isds.c:8178 #: src/isds.c:8437 src/isds.c:8525 src/isds.c:8764 src/isds.c:8980 #: src/isds.c:9233 src/isds.c:9554 src/isds.c:9717 src/isds.c:11128 #: src/isds.c:11635 src/isds.c:11780 msgid "Could not create ISDS name space" msgstr "Nebylo možné vytvořit jmenný prostor ISDS" #: src/isds.c:1448 #, c-format msgid "Logging user %s into server %s\n" msgstr "Probíhá přihlašování uživatele %s na server %s\n" #: src/isds.c:1490 #, c-format msgid "User %s has been logged into server %s successfully\n" msgstr "Uživatele %s byl úspěšně přihlášen na server %s\n" #: src/isds.c:1518 msgid "Logged out from ISDS server\n" msgstr "Odhlášeno ze serveru ISDS\n" #: src/isds.c:1550 msgid "Could build ISDS dummy request" msgstr "Nebylo možné sestavit prostoduchý požadavek na ISDS" #: src/isds.c:1561 msgid "Pinging ISDS server\n" msgstr "Pinkám do serveru ISDS\n" #: src/isds.c:1577 msgid "ISDS server could not be contacted\n" msgstr "Server ISDS nebylo možné kontaktovat\n" #: src/isds.c:1585 msgid "ISDS server alive\n" msgstr "Server ISDS je na živu\n" #: src/isds.c:1612 msgid "I said connection closed" msgstr "Řekl jsem, že spojení je uzavřeno" #: src/isds.c:1620 msgid "Could build ISDS bogus request" msgstr "Nebylo možné sestavit rozbitý požadavek na ISDS" #: src/isds.c:1631 msgid "Sending bogus request to ISDS\n" msgstr "Do ISDS se odesílá poškozený požadavek\n" #: src/isds.c:1641 msgid "Processing ISDS response on bogus request failed\n" msgstr "Zpracování odpovědi ISDS na poškozený požadavek selhalo\n" #: src/isds.c:1651 msgid "ISDS response on bogus request is missing status\n" msgstr "Odpověď ISDS na poškozený požadavek postrádá status\n" #: src/isds.c:1661 #, c-format msgid "Server refused bogus request (code=%s, message=%s)\n" msgstr "Server odmítl poškozený požadavek (kód=%s, zpráva=%s)\n" #: src/isds.c:1682 msgid "Bogus message accepted by server. This should not happen.\n" msgstr "Poškozená zpráva přijata severem. Toto by se stát nemělo.\n" #: src/isds.c:1721 msgid "Could not build temporary document" msgstr "Nebylo možné sestavit dočasný dokument" #: src/isds.c:1733 msgid "Could not copy subtree" msgstr "Nebylo možné zkopírovat podstrom" #: src/isds.c:1754 src/isds.c:1831 src/isds.c:1899 msgid "Could not create xmlBuffer" msgstr "Nebylo možné vytvořit xmlBuffer" #: src/isds.c:1761 src/isds.c:1914 src/soap.c:1203 msgid "Could not create XML serializer" msgstr "Nebylo možné vytvořit serializátor XML" #: src/isds.c:1770 src/isds.c:1937 msgid "Could not serialize XML subtree" msgstr "Podstrom XML nebylo možné zapsat jako řetězec" #: src/isds.c:1842 msgid "Could not dump XML node" msgstr "Uzel XML nebylo možné vypsat" #: src/isds.c:1904 msgid "Could not disable attribute escaping" msgstr "Nebylo možné zakázat escapování atributů" #: src/isds.c:2431 #, c-format msgid "Invalid message status value: %lu" msgstr "Neplatná hodnota stavu zprávy: %lu" #: src/isds.c:2508 #, c-format msgid "Unknown delivery info event prefix: %s\n" msgstr "Neznámá předpona informace o události doručení: %s\n" #: src/isds.c:2530 #, c-format msgid "Multiple %s element" msgstr "Násobný element %s" #: src/isds.c:2565 src/isds.c:2596 #, c-format msgid "%s value is not valid boolean: %s" msgstr "Hodnota %s není platnou pravdivostní hodnotou: %s" #: src/isds.c:2583 #, c-format msgid "%s element is empty" msgstr "Element %s je prázdný" #: src/isds.c:2620 src/isds.c:2665 #, c-format msgid "%s is not valid integer: %s" msgstr "%s není platné celé číslo: %s" #: src/isds.c:2631 src/isds.c:2676 #, c-format msgid "%s value out of range of long int: %s" msgstr "Hodnota %s je mimo rozsah platnosti long int: %s" #: src/isds.c:2687 #, c-format msgid "%s value is negative: %ld" msgstr "Hodnota %s je záporná: %ld" #: src/isds.c:2719 #, c-format msgid "Invalid %s value: %s" msgstr "Neplatná hodnota %s: %s" #: src/isds.c:2739 #, c-format msgid "Could not extract required %s attribute value from %s element" msgstr "Hodnotu požadovaného atributu %s elementu %s nebylo možné získat" #: src/isds.c:2755 src/isds.c:2857 #, c-format msgid "Could not add %s child to %s element" msgstr "K elementu %s nebylo možné přidat potomka %s" #: src/isds.c:2822 #, c-format msgid "Could not add %s attribute to %s element" msgstr "K elementu %s nebylo možné přidat atribut %s" #: src/isds.c:2835 #, c-format msgid "%s has more than %d characters" msgid_plural "%s has more than %d characters" msgstr[0] "%s má více než %d znak" msgstr[1] "%s má více než %d znaky" msgstr[2] "%s má více než %d znaků" #: src/isds.c:2843 #, c-format msgid "%s has less than %d characters" msgid_plural "%s has less than %d characters" msgstr[0] "%s má méně než %d znak" msgstr[1] "%s má méně než %d znaky" msgstr[2] "%s má méně než %d znaků" #: src/isds.c:2891 #, c-format msgid "%s element does not contain %s child" msgstr "Element %s neobsahuje potomka %s" #: src/isds.c:2904 #, c-format msgid "%s element contains multiple %s children" msgstr "Element %s obsahuje více potomků %s" #: src/isds.c:3039 #, c-format msgid "Invalid isds:biDate value: %s" msgstr "Neplatná hodnota isds:biDate: %s" #: src/isds.c:3094 src/isds.c:7498 #, c-format msgid "Unknown isds:dbType: %s" msgstr "Neznámá hodnota isds:dbType: %s" #: src/isds.c:3175 #, c-format msgid "Invalid dbType value: %d" msgstr "Neplatná hodnota dbType: %d" #: src/isds.c:3277 src/isds.c:10959 #, c-format msgid "Unknown isds:userType value: %s" msgstr "Neznámá hodnota isds:userType: %s" #: src/isds.c:3370 #, c-format msgid "Invalid userType value: %d" msgstr "Neplatná hodnota userType: %d" #: src/isds.c:3427 #, c-format msgid "Unknown isds:PDZType value: %s" msgstr "Neznámá hodnota isds:PDZType: %s" #: src/isds.c:3446 #, c-format msgid "Could not convert PDZExpire as ISO time: %s" msgstr "PDZExpire nebylo možné převést jako ISO čas: %s" #: src/isds.c:3498 #, c-format msgid "Could not convert ciEventTime as ISO time: %s" msgstr "ciEventTime nebylo možné převést jako ISO čas: %s" #: src/isds.c:3515 #, c-format msgid "Unknown isds:ciEventType value: %s" msgstr "Neznámá hodnota isds:ciEventType: %s" #: src/isds.c:3758 msgid "Missing mandatory sisds:dmMessageStatus integer" msgstr "Chybí povinné celé číslo sisds:dmMessageStatus" #: src/isds.c:3781 #, c-format msgid "Could not convert dmDeliveryTime as ISO time: %s" msgstr "dmDeliveryTime nebylo možné převést jako ISO čas: %s" #: src/isds.c:3797 #, c-format msgid "Could not convert dmAcceptanceTime as ISO time: %s" msgstr "dmAcceptanceTime nebylo možné převést jako ISO čas: %s" #: src/isds.c:3859 #, c-format msgid "Message type in dmType attribute is not 1 character long: %s" msgstr "Druh zprávy v atributu dmType není dlouhý jeden znak: %s" #: src/isds.c:3893 #, c-format msgid "Message type in envelope is not 1 character long: %s" msgstr "Druh zprávy uvedený v obálce není dlouhý jeden znak: %s" #: src/isds.c:3942 msgid "Not enough memory to normalize document MIME type" msgstr "Nedostatek paměti na normalizaci MIME typu dokumentu" #: src/isds.c:3957 #, c-format msgid "Document has invalid dmFileMetaType attribute value: %s" msgstr "Dokument má neplatnou hodnotu atributu dmFileMetaType: %s" #: src/isds.c:3988 msgid "Document has more dmEncodedContent elements" msgstr "Dokument má více elementů dmEncodedContent" #: src/isds.c:4002 msgid "Error while Base64-decoding document content" msgstr "Chyba při dekódování obsahu dokumentu z Base64" #: src/isds.c:4023 msgid "Document has more dmXMLContent elements" msgstr "Dokument má více elementů dmXMLContent" #: src/isds.c:4041 msgid "Document has no dmEncodedContent, nor dmXMLContent element" msgstr "Dokument nemá ani element dmEncodedContent, ani dmXMLContent" #: src/isds.c:4087 msgid "Message does not contain any document" msgstr "Zpráva neobsahuje žádný dokument" #: src/isds.c:4211 src/isds.c:4502 #, c-format msgid "Could not convert dmEventTime as ISO time: %s" msgstr "dmEventTime nebylo možné převést jako ISO čas: %s" #: src/isds.c:4223 msgid "Missing mandatory isds:dmMessageStatus integer" msgstr "Chybí povinné celé číslo isds:dmMessageStatus" #: src/isds.c:4288 #, c-format msgid "Unsupported hash algorithm: %s" msgstr "Nepodporovaný hashovací algoritmus: %s" #: src/isds.c:4300 msgid "sisds:dmHash element is missing hash value" msgstr "Element sisds:dmHash postrádá hodnotu hashe" #: src/isds.c:4307 msgid "Error while Base64-decoding hash value" msgstr "Chyba při dekódování hodnoty hashe z Base64" #: src/isds.c:4357 msgid "Missing dmQTimestamp element content\n" msgstr "Element dmQTimestamp postrádá obsah\n" #: src/isds.c:4364 msgid "Error while Base64-decoding time stamp value" msgstr "Chyba při dekódování hodnoty časového razítka z Base64" #: src/isds.c:4558 msgid "Delivery info does not contain any event" msgstr "Informace o doručení neobsahují žádnou událost" #: src/isds.c:4617 #, c-format msgid "Not enough memory to encode %zd byte into Base64" msgid_plural "Not enough memory to encode %zd bytes into Base64" msgstr[0] "Nedostatek paměti na zakódování %zd bajtu do Base64" msgstr[1] "Nedostatek paměti na zakódování %zd bajtů do Base64" msgstr[2] "Nedostatek paměti na zakódování %zd bajtů do Base64" #: src/isds.c:4649 msgid "Could not allocate main dmFile" msgstr "Nebylo možné alokovat hlavní dmFile" #: src/isds.c:4662 #, c-format msgid "Could not add dmFile child to %s element" msgstr "K elementu %s nebylo možné přidat potomka dmFile" #: src/isds.c:4671 msgid "Document is missing mandatory MIME type definition" msgstr "Dokument postrádá povinnou definici typu MIME" #: src/isds.c:4680 #, c-format msgid "Document has unknown dmFileMetaType: %ld" msgstr "Dokument má neznámý dmFileMetaType: %ld" #: src/isds.c:4697 msgid "Document is missing mandatory description (title)" msgstr "Dokument postrádá povinný popis (název)" #: src/isds.c:4716 msgid "Could not allocate dmXMLContent element" msgstr "Element dmXMLContent nebylo možné alokovat" #: src/isds.c:4725 #, c-format msgid "Could not add dmXMLContent child to %s element" msgstr "K elementu %s nebylo možné přidat potomka dmXMLContent" #: src/isds.c:4737 msgid "Not enough memory to copy XML document" msgstr "Na zkopírování XML dokumentu není dostatek paměti" #: src/isds.c:4745 msgid "Error while adding XML document into dmXMLContent" msgstr "Chyba při při dávání XML dokumentu do dmXMLContent" #: src/isds.c:4786 msgid "Missing isds:dmStatusCode under XSD:tMStatus type element" msgstr "Pod elementem typu XSD:tMStatus chybí isds:dmStatusCode" #: src/isds.c:4812 msgid "" "Server accepted sent message, but did not returned assigned message ID\n" msgstr "" "Server přijal odeslanou zprávu, ale nevrátil přiřazený identifikátor zprávy\n" #: src/isds.c:4899 src/isds.c:6981 src/isds.c:8431 src/isds.c:8519 #, c-format msgid "Could not build %s request" msgstr "Požadavek %s nebylo možné sestavit" #: src/isds.c:4916 src/isds.c:5850 #, c-format msgid "Sending %s request to ISDS\n" msgstr "Odesílá se požadavek %s do ISDS\n" #: src/isds.c:4926 src/isds.c:5859 src/isds.c:9741 #, c-format msgid "Processing ISDS response on %s request failed\n" msgstr "Zpracování odpovědi ISDS na požadavek %s selhalo\n" #: src/isds.c:4936 src/isds.c:5869 src/isds.c:9751 #, c-format msgid "ISDS response on %s request is missing status\n" msgstr "Odpověď ISDS na požadavek %s postrádá status\n" #: src/isds.c:4947 src/isds.c:5881 #, c-format msgid "Server refused %s request (code=%s, message=%s)\n" msgstr "Server odmítl požadavek %s (kód=%s, zpráva=%s)\n" #: src/isds.c:5018 msgid "Missing dbOwnerInfo element" msgstr "Chybí element dbOwnerInfo" #: src/isds.c:5023 msgid "Multiple dbOwnerInfo element" msgstr "Násobný element dbOwnerInfo" #: src/isds.c:5049 msgid "GetOwnerInfoFromLogin request processed by server successfully.\n" msgstr "Požadavek GetOwnerInfoFromLogin úspěšně zpracován serverem.\n" #: src/isds.c:5112 msgid "Missing dbUserInfo element" msgstr "Chybí element dbUserInfo" #: src/isds.c:5117 msgid "Multiple dbUserInfo element" msgstr "Násobný element dbUserInfo" #: src/isds.c:5141 msgid "GetUserInfoFromLogin request processed by server successfully.\n" msgstr "Požadavek GetUserInfoFromLogin úspěšně zpracován serverem.\n" #: src/isds.c:5204 msgid "Missing GetPasswordInfoResponse element" msgstr "Chybí element GetPasswordInfoResponse" #: src/isds.c:5210 msgid "Multiple GetPasswordInfoResponse element" msgstr "Násobný element GetPasswordInfoResponse" #: src/isds.c:5226 #, c-format msgid "Could not convert pswExpDate as ISO time: %s" msgstr "pswExpDate nebylo možné převést jako ISO čas: %s" #: src/isds.c:5250 msgid "GetPasswordInfo request processed by server successfully.\n" msgstr "Požadavek GetPasswordInfo úspěšně zpracován serverem.\n" #: src/isds.c:5289 src/isds.c:5574 msgid "Unexpected error" msgstr "Neočekávaná chyba" #: src/isds.c:5290 msgid "One-time code cannot be re-send faster than once a 30 seconds" msgstr "Jednorázové heslo nelze opakovaně zaslat dříve jak za 30 sekund" #: src/isds.c:5291 msgid "One-time code could not been sent. Try later again." msgstr "Jednorázové heslo se nepodařilo odeslat. Zkuste to později." #: src/isds.c:5303 msgid "Second argument (password) of isds_change_password() is NULL" msgstr "Druhý argument (heslo) funkce isds_change_password() je NULL" #: src/isds.c:5313 msgid "This function requires OTP-authenticated context" msgstr "Tato funkce vyžaduje kontext autentizovaný jednorázovým heslem" #: src/isds.c:5318 msgid "" "If one-time password authentication method is in use, requesting new OTP " "code requires one-time credentials argument either" msgstr "" "Pokud se používá autentizační metoda jednorázovým heslem, požadavek na nové " "jednorázové heslo rovněž vyžaduje argument s údaji pro jednorázové heslo" #: src/isds.c:5324 msgid "" "Requesting new time-based OTP code from server requires one-time password " "authentication method" msgstr "" "Žádost na server o nové jednorázové heslo závislé na čase vyžaduje " "autentizační metodu jednorázovým heslem" #: src/isds.c:5330 msgid "" "Requesting new time-based OTP code from server requires undefined OTP code " "member in one-time credentials argument" msgstr "" "Žádost na server o nové jednorázové heslo závislé na čase vyžaduje " "nedefinované jednorázové heslo v argumentu s údaji pro jednorázové heslo" #: src/isds.c:5340 msgid "Could not build SendSMSCode request" msgstr "Požadavek SendSMSCode nebylo možné sestavit" #: src/isds.c:5383 msgid "Sending SendSMSCode request to ISDS\n" msgstr "Odesílá se požadavek SendSMSCode do ISDS\n" #: src/isds.c:5399 msgid "Processing ISDS response on SendSMSCode request failed\n" msgstr "Zpracování odpovědi ISDS na požadavek SendSMSCode selhalo\n" #: src/isds.c:5408 msgid "ISDS response on SendSMSCode request is missing status\n" msgstr "Odpověď ISDS na požadavek SendSMSCode postrádá status\n" #: src/isds.c:5419 #, c-format msgid "" "Server refused to send new code on SendSMSCode request (code=%s, message=" "%s)\n" msgstr "" "Server odmítl na požadavek SendSMSCode zaslat nové jednorázové heslo (kód=" "%s, zpráva=%s)\n" #: src/isds.c:5470 msgid "New OTP code has been sent successfully on SendSMSCode request.\n" msgstr "" "Nové jednorázové heslo bylo na základě požadavku SendSMSCode úspěšně " "odesláno.\n" #: src/isds.c:5490 msgid "NULL status code passed to statuscode2isds_error()" msgstr "Funkci statuscode2isds_error() byl předán stavový kód NULL" #: src/isds.c:5508 msgid "ISDS server returned unknown error" msgstr "Server ISDS vrátil neznámou chybu" #: src/isds.c:5563 msgid "Password length must be between 8 and 32 characters" msgstr "Délka hesla musí být mezi 8 a 32 znaky" #: src/isds.c:5564 src/isds.c:5573 msgid "Password cannot be reused" msgstr "Heslo nelze znovu použít" #: src/isds.c:5566 msgid "Password contains forbidden character" msgstr "Heslo obsahuje zakázané znaky" #: src/isds.c:5567 msgid "" "Password must contain at least one upper-case letter, one lower-case, and " "one digit" msgstr "" "Heslo musí obsahovat alespoň jedno velké písmeno, jedno malé písmeno a jednu " "číslici" #: src/isds.c:5569 msgid "Password cannot contain sequence of three identical characters" msgstr "Heslo nemůže obsahovat posloupnost tří stejných znaků" #: src/isds.c:5570 msgid "Password cannot contain user identifier" msgstr "Heslo nemůže obsahovat identifikátor uživatele" #: src/isds.c:5571 msgid "Password is too simmple" msgstr "Heslo je příliš jednoduché" #: src/isds.c:5572 msgid "Old password is not valid" msgstr "Staré heslo není platné" #: src/isds.c:5575 msgid "LDAP update error" msgstr "Chyba při aktualizaci LDAP" #: src/isds.c:5585 msgid "Second argument (old password) of isds_change_password() is NULL" msgstr "Druhý argument (staré heslo) funkce isds_change_password() je NULL" #: src/isds.c:5591 msgid "Third argument (new password) of isds_change_password() is NULL" msgstr "Třetí argument (nové heslo) funkce isds_change_password() je NULL" #: src/isds.c:5602 msgid "" "If one-time password authentication method is in use, changing password " "requires one-time credentials either" msgstr "" "Pokud se používá autentizace jednorázovým heslem, změna hesla rovněž " "vyžaduje údaje pro přihlášení jednorázovým heslem" #: src/isds.c:5613 msgid "Could not build ChangeISDSPassword request" msgstr "Požadavek ChangeISDSPassword nebylo možné sestavit" #: src/isds.c:5614 msgid "Could not build ChangePasswordOTP request" msgstr "Požadavek ChangePasswordOTP nebylo možné sestavit" #: src/isds.c:5703 msgid "Sending ChangeISDSPassword request to ISDS\n" msgstr "Požadavek ChangeISDSPassword se odesílá do ISDS\n" #: src/isds.c:5704 msgid "Sending ChangePasswordOTP request to ISDS\n" msgstr "Požadavek ChangePasswordOTP se odesílá do ISDS\n" #: src/isds.c:5723 msgid "Processing ISDS response on ChangeISDSPassword request failed\n" msgstr "Zpracování odpovědi ISDS na požadavek ChangeISDSPassword selhalo\n" #: src/isds.c:5725 msgid "Processing ISDS response on ChangePasswordOTP request failed\n" msgstr "Zpracování odpovědi ISDS na požadavek ChangePasswordOTP selhalo\n" #: src/isds.c:5736 msgid "ISDS response on ChangeISDSPassword request is missing status\n" msgstr "Odpověď ISDS na požadavek ChangeISDSPassword postrádá status\n" #: src/isds.c:5738 msgid "ISDS response on ChangePasswordOTP request is missing status\n" msgstr "Odpověď ISDS na požadavek ChangePasswordOTP postrádá status\n" #: src/isds.c:5749 src/isds.c:5767 #, c-format msgid "" "Server refused to change password on ChangeISDSPassword request (code=%s, " "message=%s)\n" msgstr "" "Při požadavku ChangeISDSPassword odmítl server změnit heslo (kód=%s, zpráva=" "%s)\n" #: src/isds.c:5751 src/isds.c:5769 #, c-format msgid "" "Server refused to change password on ChangePasswordOTP request (code=%s, " "message=%s)\n" msgstr "" "Při požadavku ChangePasswordOTP odmítl server změnit heslo (kód=%s, zpráva=" "%s)\n" #: src/isds.c:5801 msgid "Password changed successfully on ChangeISDSPassword request.\n" msgstr "Heslo úspěšně změněno požadavkem ChangeISDSPassword.\n" #: src/isds.c:5803 msgid "Password changed successfully on ChangePasswordOTP request.\n" msgstr "Heslo úspěšně změněno požadavkem ChangePasswordOTP.\n" #: src/isds.c:5941 src/isds.c:7028 src/isds.c:8347 #, c-format msgid "%s request processed by server successfully.\n" msgstr "Požadavek %s úspěšně zpracován serverem.\n" #: src/isds.c:6026 #, c-format msgid "" "Wrong element in ISDS response for %s request while extracting credentials " "delivery details\n" msgstr "" "Při zjišťování způsobu doručení přihlašovacích údajů nalezen v odpovědi ISDS " "na požadavek %s chybný element\n" #: src/isds.c:6044 #, c-format msgid "ISDS did not return token on %s request even if requested\n" msgstr "ISDS na požadavek %s nevrátil token, i když byl o to požádán\n" #: src/isds.c:6100 src/isds.c:6334 #, c-format msgid "Could build %s request" msgstr "Požadavek %s nebylo možné sestavit" #: src/isds.c:6108 msgid "Could not create ISDS1 name space" msgstr "Nebylo možné vytvořit jmenný prostor ISDS1" #: src/isds.c:6242 src/isds.c:11584 msgid "CreateDataBox request processed by server successfully.\n" msgstr "Požadavek CreateDataBox úspěšně zpracován serverem.\n" #: src/isds.c:6354 src/isds.c:8541 msgid "Could not convert `since' argument to ISO date string" msgstr "Argument „since“ nebylo možné převést na ISO datum" #: src/isds.c:6446 msgid "Could build UpdateDataBoxDescr request" msgstr "Požadavek UpdateDataBoxDescr nebylo možné sestavit" #: src/isds.c:6531 #, c-format msgid "Could not build %s request for %s box" msgstr "Požadavek %s pro schránku %s nebylo možné sestavit" #: src/isds.c:6646 msgid "GetDataBoxUsers request processed by server successfully.\n" msgstr "Požadavek GetDataBoxUsers úspěšně zpracován serverem.\n" #: src/isds.c:6686 msgid "Could build UpdateDataBoxUser request" msgstr "Požadavek UpdateDataBoxUser nebylo možné sestavit" #: src/isds.c:6756 msgid "Could build Activate request" msgstr "Požadavek Activate nebylo možné sestavit" #: src/isds.c:6796 msgid "Missing ActivateResponse element" msgstr "Chybí element ActivateResponse" #: src/isds.c:6801 msgid "Multiple ActivateResponse element" msgstr "Násobný element ActivateResponse" #: src/isds.c:6810 msgid "" "Server accepted Activate request, but did not return `userId' element.\n" msgstr "Server přijal požadavek Activate, ale nevrátil element „userId“.\n" #: src/isds.c:6815 msgid "" "Server accepted Activate request, but did not return `password' element.\n" msgstr "Server přijal požadavek Activate, ale nevrátil element „password“.\n" #: src/isds.c:6826 msgid "Activate request processed by server successfully.\n" msgstr "Požadavek Activate úspěšně zpracován serverem.\n" #: src/isds.c:6881 msgid "Could build NewAccessData request" msgstr "Požadavek NewAccessData nebylo možné sestavit" #: src/isds.c:6925 msgid "NewAccessData request processed by server successfully.\n" msgstr "Požadavek NewAccessData úspěšně zpracován serverem.\n" #: src/isds.c:7124 msgid "Could not build GetDataBoxList request" msgstr "Požadavek GetDataBoxList nebylo možné sestavit" #: src/isds.c:7160 msgid "Error while Base64-decoding box list archive" msgstr "Chyba při dekódování archivu se seznamem schránek z Base64" #: src/isds.c:7175 msgid "GetDataBoxList request processed by server successfully.\n" msgstr "Požadavek GetDataBoxList úspěšně zpracován serverem.\n" #: src/isds.c:7232 msgid "Could build FindDataBox request" msgstr "Požadavek FindDataBox nebylo možné sestavit" #: src/isds.c:7244 msgid "Could not add dbOwnerInfo child to FindDataBox element" msgstr "Do elementu FindDataBox nebylo možné přidat potomka dbOwnerInfo" #: src/isds.c:7254 msgid "Sending FindDataBox request to ISDS\n" msgstr "Požadavek FindDataBox se odesílá do ISDS\n" #: src/isds.c:7264 msgid "Processing ISDS response on FindDataBox request failed\n" msgstr "Zpracování odpovědi ISDS na požadavek FindDataBox selhalo\n" #: src/isds.c:7274 msgid "ISDS response on FindDataBox request is missing status\n" msgstr "Odpověď ISDS na požadavek FindDataBox postrádá status\n" #: src/isds.c:7284 #, c-format msgid "" "Server did not found any box on FindDataBox request (code=%s, message=%s)\n" msgstr "" "Server při požadavku FindDataBox nenalezl žádnou schránku (kód=%s, zpráva=" "%s)\n" #: src/isds.c:7298 #, c-format msgid "" "Server truncated response on FindDataBox request (code=%s, message=%s)\n" msgstr "Server zkrátil odpověď na požadavek FindDataBox (kód=%s, zpráva=%s)\n" #: src/isds.c:7311 #, c-format msgid "Server refused FindDataBox request (code=%s, message=%s)\n" msgstr "Server odmítl požadavek FindDataBox (kód=%s, zpráva=%s)\n" #: src/isds.c:7377 msgid "FindDataBox request processed by server successfully.\n" msgstr "Požadavek FindDataBox úspěšně zpracován serverem.\n" #: src/isds.c:7490 msgid "Empty isds:dbType element" msgstr "Prázdný element isds:dbType" #: src/isds.c:7519 msgid "Empty isds:dbSendOptions element" msgstr "Prázdný element isds:dbSendOptions" #: src/isds.c:7545 #, c-format msgid "Unknown isds:dbSendOptions value: %s" msgstr "Neznámá hodnota isds:dbSendOptions: %s" #: src/isds.c:7640 msgid "You are not allowed to perform the search" msgstr "Hledání nemáte dovoleno" #: src/isds.c:7641 msgid "The query string is empty" msgstr "Vyhledávací řetězec je prázdný" #: src/isds.c:7642 msgid "Searched box ID is malformed" msgstr "Hledaný identifikátor schránky je chybně utvořen" #: src/isds.c:7643 msgid "Searched organization ID is malformed" msgstr "Hledaný identifikátor organizace je chybně utvořen" #: src/isds.c:7644 msgid "Invalid input" msgstr "Neplatný vstup" #: src/isds.c:7645 msgid "Requested page size is too large" msgstr "Požadovaná velikost stránky je příliš velká" #: src/isds.c:7646 msgid "Search engine internal error" msgstr "Vnitřní chyba vyhledávacího programu" #: src/isds.c:7677 msgid "Query string must be non-empty" msgstr "Vyhledávací řetězec musí být neprázdný" #: src/isds.c:7690 msgid "Could not build ISDSSearch2 request" msgstr "Nebylo možné sestavit požadavek ISDSSearch2" #: src/isds.c:7706 #, c-format msgid "Invalid target value: %d" msgstr "Neplatná hodnota cíle: %d" #: src/isds.c:7722 #, c-format msgid "Invalid box type value: %d" msgstr "Neplatná hodnota druhu schránky: %d" #: src/isds.c:7759 msgid "Missing ISDSSearch2 element" msgstr "Chybí element ISDSSearch2" #: src/isds.c:7764 msgid "Multiple ISDSSearch2 element" msgstr "Násobný element ISDSSearch2" #: src/isds.c:7833 msgid "ISDSSearch2 request processed by server successfully.\n" msgstr "Požadavek ISDSSearch2 úspěšně zpracován serverem.\n" #: src/isds.c:7903 msgid "Could build CheckDataBox request" msgstr "Požadavek CheckDataBox nebylo možné sestavit" #: src/isds.c:7915 msgid "Could not add dbID child to CheckDataBox element" msgstr "Do elementu CheckDataBox nebylo možné přidat potomka dbID" #: src/isds.c:7946 msgid "Missing CheckDataBoxResponse element" msgstr "Chybí element CheckDataBoxResponse" #: src/isds.c:7951 msgid "Multiple CheckDataBoxResponse element" msgstr "Násobný element CheckDataBoxResponse" #: src/isds.c:7970 msgid "CheckDataBox request processed by server successfully.\n" msgstr "Požadavek CheckDataBox úspěšně zpracován serverem.\n" #: src/isds.c:8015 msgid "PDZInfo request processed by server successfully.\n" msgstr "Požadavek PDZInfo úspěšně zpracován serverem.\n" #: src/isds.c:8171 #, c-format msgid "Could not build DataBoxCreditInfo request for %s box" msgstr "Požadavek DataBoxCreditInfo pro schránku %s nebylo možné sestavit" #: src/isds.c:8191 msgid "Could not convert `from_date' argument to ISO date string" msgstr "Argument „from_date“ nebylo možné převést na ISO datum" #: src/isds.c:8204 msgid "Could not convert `to_date' argument to ISO date string" msgstr "Argument „to_date“ nebylo možné převést na ISO datum" #: src/isds.c:8239 msgid "Missing DataBoxCreditInfoResponse element" msgstr "Chybí element DataBoxCreditInfoResponse" #: src/isds.c:8244 msgid "Multiple DataBoxCreditInfoResponse element" msgstr "Násobný element DataBoxCreditInfoResponse" #: src/isds.c:8293 msgid "DataBoxCreditInfo request processed by server successfully.\n" msgstr "Požadavek DataBoxCreditInfo úspěšně zpracován serverem.\n" #: src/isds.c:8591 #, c-format msgid "Could not add dmEnvelope child to %s element" msgstr "Do elementu %s nebylo možné přidat potomka dmEnvelope" #: src/isds.c:8597 msgid "Outgoing message is missing envelope" msgstr "Odchozí zpráva postrádá obálku" #: src/isds.c:8615 msgid "Outgoing message is missing recipient box identifier" msgstr "Odchozí zpráva postrádá identifikátor schránky příjemce" #: src/isds.c:8681 msgid "Outgoing message is missing list of documents" msgstr "Odchozí zpráva postrádá seznam dokumentů" #: src/isds.c:8687 #, c-format msgid "Could not add dmFiles child to %s element" msgstr "Do elementu %s nebylo možné přidat potomka dmFiles" #: src/isds.c:8703 msgid "List of documents contains empty item" msgstr "Seznam dokumentů obsahuje prázdnou položku" #: src/isds.c:8759 msgid "Could not build CreateMessage request" msgstr "Požadavek CreateMessage nebylo možné sestavit" #: src/isds.c:8779 msgid "Sending CreateMessage request to ISDS\n" msgstr "Požadavek CreateMessage se odesílá do ISDS\n" #: src/isds.c:8788 msgid "Processing ISDS response on CreateMessage request failed\n" msgstr "Zpracování odpovědi ISDS na požadavek CreateMessage selhalo\n" #: src/isds.c:8798 msgid "ISDS response on CreateMessage request is missing status\n" msgstr "Odpověď ISDS na požadavek CreateMessage postrádá status\n" #: src/isds.c:8810 #, c-format msgid "" "Server did not accept message for %s on CreateMessage request (code=%s, " "message=%s)\n" msgstr "" "Server nepřijal zprávu z požadavku CreateMessage pro %s (kód=%s, zpráva=%s)\n" #: src/isds.c:8839 msgid "Missing CreateMessageResponse element" msgstr "Chybí element CreateMessageResponse" #: src/isds.c:8844 msgid "Multiple CreateMessageResponse element" msgstr "Násobný element CreateMessageResponse" #: src/isds.c:8857 msgid "Server accepted sent message, but did not return assigned message ID\n" msgstr "" "Server přijal odeslanou zprávu, ale nevrátil identifikátor přidělený zprávě\n" #: src/isds.c:8917 msgid "CreateMessage request processed by server successfully.\n" msgstr "Požadavek CreateMessage úspěšně zpracován serverem.\n" #: src/isds.c:8975 msgid "Could not build CreateMultipleMessage request" msgstr "Požadavek CreateMultipleMessage nebylo možné sestavit" #: src/isds.c:8990 msgid "Could not add dmRecipients child to CreateMultipleMessage element" msgstr "" "Do elementu CreateMultipleMessage nebylo možné přidat potomka dmRecipients" #: src/isds.c:9001 msgid "`copies' list item contains empty data" msgstr "Položka seznamu „copies“ obsahuje prázdná data" #: src/isds.c:9008 msgid "Could not add dmRecipient child to dmRecipients element" msgstr "Do elementu dmRecipients nebylo možné přidat potomka dmRecipient" #: src/isds.c:9016 msgid "Message copy is missing recipient box identifier" msgstr "V kopii zprávy chybí identifikátor schránky příjemce" #: src/isds.c:9034 msgid "Sending CreateMultipleMessage request to ISDS\n" msgstr "Požadavek CreateMultipleMessage se odesílá do ISDS\n" #: src/isds.c:9040 msgid "Processing ISDS response on CreateMultipleMessage request failed\n" msgstr "Zpracování odpovědi ISDS na požadavek CreateMultipleMessage selhalo\n" #: src/isds.c:9050 msgid "ISDS response on CreateMultipleMessage request is missing status\n" msgstr "Odpověď ISDS na požadavek CreateMultipleMessage postrádá status\n" #: src/isds.c:9062 #, c-format msgid "" "Server did accept message for multiple recipients on CreateMultipleMessage " "request but delivery to some of them failed (code=%s, message=%s)\n" msgstr "" "Server přijal zprávu pro více příjemců v požadavku CreateMultipleMessage, " "ale doručení některému z nich se nezdařilo (kód=%s, zpráva=%s)\n" #: src/isds.c:9080 #, c-format msgid "" "Server did not accept message for multiple recipients on " "CreateMultipleMessage request (code=%s, message=%s)\n" msgstr "" "Server nepřijal v požadavku CreateMultipleMessage zprávu pro více příjemců " "(kód=%s, zpráva=%s)\n" #: src/isds.c:9111 msgid "Missing isds:dmSingleStatus element" msgstr "Chybí element isds:dmSingleStatus" #: src/isds.c:9129 #, c-format msgid "ISDS returned unexpected number of message copy delivery states: %d" msgstr "ISDS vrátil neočekávaný počet stavů doručení kopie zprávy: %d" #: src/isds.c:9150 msgid "" "CreateMultipleMessageResponse request processed by server successfully.\n" msgstr "Požadavek CreateMultipleMessageResponse úspěšně zpracován serverem.\n" #: src/isds.c:9226 msgid "Could not build GetListOfSentMessages request" msgstr "Požadavek GetListOfSentMessages nebylo možné sestavit" #: src/isds.c:9227 msgid "Could not build GetListOfReceivedMessages request" msgstr "Požadavek GetListOfReceivedMessages nebylo možné sestavit" #: src/isds.c:9264 #, c-format msgid "Invalid message state filter value: %ld" msgstr "Neplatní hodnota filtru stavů: %ld" #: src/isds.c:9286 msgid "Sending GetListOfSentMessages request to ISDS\n" msgstr "Požadavek GetListOfSentMessages se odesílá do ISDS\n" #: src/isds.c:9287 msgid "Sending GetListOfReceivedMessages request to ISDS\n" msgstr "Požadavek GetListOfReceivedMessages se odesílá do ISDS\n" #: src/isds.c:9297 msgid "Processing ISDS response on GetListOfSentMessages request failed\n" msgstr "Zpracování odpovědi ISDS na požadavek GetListOfSentMessages selhal\n" #: src/isds.c:9299 msgid "Processing ISDS response on GetListOfReceivedMessages request failed\n" msgstr "" "Zpracování odpovědi ISDS na požadavek GetListOfReceivedMessages selhal\n" #: src/isds.c:9311 msgid "ISDS response on GetListOfSentMessages request is missing status\n" msgstr "Odpověď ISDS na požadavek GetListOfSentMessages postrádá status\n" #: src/isds.c:9313 msgid "ISDS response on GetListOfReceivedMessages request is missing status\n" msgstr "Odpověď ISDS na požadavek GetListOfReceivedMessages postrádá status\n" #: src/isds.c:9325 #, c-format msgid "Server refused GetListOfSentMessages request (code=%s, message=%s)\n" msgstr "Server odmítl požadavek GetListOfSentMessages (kód=%s, zpráva=%s)\n" #: src/isds.c:9327 #, c-format msgid "" "Server refused GetListOfReceivedMessages request (code=%s, message=%s)\n" msgstr "" "Server odmítl požadavek GetListOfReceivedMessages (kód=%s, zpráva=%s)\n" #: src/isds.c:9420 msgid "GetListOfSentMessages request processed by server successfully.\n" msgstr "Požadavek GetListOfSentMessages úspěšně zpracován serverem.\n" #: src/isds.c:9422 msgid "GetListOfReceivedMessages request processed by server successfully.\n" msgstr "Požadavek GetListOfReceivedMessages úspěšně zpracován serverem.\n" #: src/isds.c:9549 msgid "Could not build GetMessageStateChanges request" msgstr "Požadavek GetMessageStateChanges nebylo možné sestavit" #: src/isds.c:9648 msgid "GetMessageStateChanges request processed by server successfully.\n" msgstr "Požadavek GetMessageStateChanges úspěšně zpracován serverem.\n" #: src/isds.c:9710 #, c-format msgid "Could not build %s request for %s message ID" msgstr "Požadavek %s pro zprávu s ID %s nebylo možné sestavit" #: src/isds.c:9731 #, c-format msgid "Sending %s request for %s message ID to ISDS\n" msgstr "Odesílá se požadavek %s na zprávu s ID %s do ISDS\n" #: src/isds.c:9761 #, c-format msgid "Server refused %s request for %s message ID (code=%s, message=%s)\n" msgstr "Server odmítl požadavek %s na zprávu s ID %s (kód=%s, zpráva=%s)\n" #: src/isds.c:9833 #, c-format msgid "Server did not return any signed data for message ID `%s' on %s request" msgstr "" "Server nevrátil žádná podepsaná data pro zprávu s ID „%s“ na požadavek %s" #: src/isds.c:9844 #, c-format msgid "Server did return more signed data for message ID `%s' on %s request" msgstr "Server na požadavek %s o zprávu s ID „%s“ vrátil více podepsaných dat" #: src/isds.c:9857 msgid "dmSignature element is empty" msgstr "Element dmSignature je prázdný" #: src/isds.c:9871 msgid "Error while Base64-decoding PKCS#7 structure" msgstr "Chyba při dekódování struktury PKCS#7 z Base64" #: src/isds.c:9947 #, c-format msgid "" "Server did not return any envelope for ID `%s' on MessageEnvelopeDownload " "request" msgstr "" "Server nevrátil žádnou obálku na požadavek MessageEnvelopeDownload s ID „%s“" #: src/isds.c:9957 #, c-format msgid "" "Server did return more envelopes for ID `%s' on MessageEnvelopeDownload " "request" msgstr "" "Server vrátil více obálek na požadavek MessageEnvelopeDownload s ID „%s“" #: src/isds.c:9990 msgid "MessageEnvelopeDownload request processed by server successfully.\n" msgstr "Požadavek MessageEnvelopeDownload úspěšně zpracován serverem.\n" #: src/isds.c:10053 msgid "Bad raw delivery representation type" msgstr "Chybný typ surové reprezentace doručenky" #: src/isds.c:10060 #, c-format msgid "" "Delivery info content:\n" "%.*s\n" "End of delivery info\n" msgstr "" "Obsah informace o doručení:\n" "%.*s\n" "Konec informace o doručení\n" #: src/isds.c:10104 msgid "XML document is not sisds:dmDelivery document" msgstr "Dokument XML není dokumentem sisds:dmDelivery" #: src/isds.c:10111 msgid "XML document has more sisds:dmDelivery elements" msgstr "Dokument XML obsahuje více elementů sisds:dmDelivery" #: src/isds.c:10170 msgid "Delivery info loaded successfully.\n" msgstr "Informace o doručení úspěšně nahrány.\n" #: src/isds.c:10235 msgid "GetSignedDeliveryInfo request processed by server successfully.\n" msgstr "Požadavek GetSignedDeliveryInfo úspěšně zpracován serverem.\n" #: src/isds.c:10285 #, c-format msgid "" "Server did not return any delivery info for ID `%s' on GetDeliveryInfo " "request" msgstr "" "Server na požadavek GetDeliveryInfo s ID „%s“ nevrátil žádné informace " "o doručení" #: src/isds.c:10317 msgid "GetDeliveryInfo request processed by server successfully.\n" msgstr "Požadavek GetDeliveryInfo úspěšně zpracován serverem.\n" #: src/isds.c:10383 #, c-format msgid "" "Server did not return any message for ID `%s' on MessageDownload request" msgstr "Server na požadavek MessageDownload s ID „%s“ nevrátil žádnou zprávu" #: src/isds.c:10393 #, c-format msgid "Server did return more messages for ID `%s' on MessageDownload request" msgstr "Server na požadavek MessageDownload s ID „%s“ vrátil více zpráv" #: src/isds.c:10423 msgid "" "Substring with isds:MessageDownloadResponse element could not be located in " "raw SOAP message" msgstr "" "Podřetězec s elementem isds:MessageDownloadResponse nemohl být nalezen " "v syrové SOAP zprávě" #: src/isds.c:10461 msgid "MessageDownload request processed by server successfully.\n" msgstr "Požadavek MessageDownload úspěšně zpracován serverem.\n" #: src/isds.c:10535 msgid "Bad raw message representation type" msgstr "Chybný typ reprezentace syrové zprávy" #: src/isds.c:10542 #, c-format msgid "" "Loading message:\n" "%.*s\n" "End of message\n" msgstr "" "Nahrává se zpráva:\n" "%.*s\n" "Konec zprávy\n" #: src/isds.c:10607 msgid "XML document does not contain sisds:dmReturnedMessage element" msgstr "Dokument XML neobsahuje element sisds:dmReturnedMessage" #: src/isds.c:10615 msgid "XML document has more sisds:dmReturnedMessage elements" msgstr "Dokument XML obsahuje více elementů sisds:dmReturnedMessage" #: src/isds.c:10664 msgid "Message loaded successfully.\n" msgstr "Zpráva úspěšně nahrána.\n" #: src/isds.c:10703 msgid "Could not parse data as XML document" msgstr "Data nebylo možné rozebrat coby XML dokument" #: src/isds.c:10712 msgid "XML document is missing root element" msgstr "Dokument XML postrádá kořenový element" #: src/isds.c:10719 msgid "Root element does not belong to any name space" msgstr "Kořenový element nespadá do žádného jmenného prostoru" #: src/isds.c:10743 msgid "Document in ISDS name space is encapsulated into CMS" msgstr "Dokument ze jmenného prostoru ISDS je zabalen do CMS" #: src/isds.c:10751 msgid "Unknown root element in ISDS name space" msgstr "Neznámý kořenový element ve jmenném prostoru ISDS" #: src/isds.c:10756 msgid "Unknown name space" msgstr "Neznámý jmenný prostor" #: src/isds.c:10837 msgid "SignedSentMessageDownload request processed by server successfully.\n" msgstr "Požadavek SignedSentMessageDownload úspěšně zpracován serverem.\n" #: src/isds.c:10839 msgid "SignedMessageDownload request processed by server successfully.\n" msgstr "Požadavek SignedMessageDownload úspěšně zpracován serverem.\n" #: src/isds.c:10928 msgid "Missing GetMessageAuthorResponse element" msgstr "Chybí element GetMessageAuthorResponse" #: src/isds.c:10934 msgid "Multiple GetMessageAuthorResponse element" msgstr "Násobný element GetMessageAuthorResponse" #: src/isds.c:10986 msgid "GetMessageAuthor request processed by server successfully.\n" msgstr "Požadavek GetMessageAuthor úspěšně zpracován serverem.\n" #: src/isds.c:11044 #, c-format msgid "Server did not return any response for ID `%s' on VerifyMessage request" msgstr "Server na požadavek VerifyMessage s ID „%s“ nevrátil žádnou odpověď" #: src/isds.c:11054 #, c-format msgid "Server did return more responses for ID `%s' on VerifyMessage request" msgstr "Server na požadavek VerifyMessage s ID „%s“ vrátil více odpovědí" #: src/isds.c:11080 msgid "VerifyMessage request processed by server successfully.\n" msgstr "Požadavek VerifyMessage úspěšně zpracován serverem.\n" #: src/isds.c:11123 msgid "Could build EraseMessage request" msgstr "Požadavek EraseMessage nebylo možné sestavit" #: src/isds.c:11142 #, c-format msgid "Sending EraseMessage request for message ID %s to ISDS\n" msgstr "Odesílá se požadavek EraseMessage na zprávu s ID %s do ISDS\n" #: src/isds.c:11149 msgid "Processing ISDS response on EraseMessage request failed\n" msgstr "Zpracování odpovědi ISDS na požadavek EraseMessage selhalo\n" #: src/isds.c:11159 msgid "ISDS response on EraseMessage request is missing status\n" msgstr "Odpověď ISDS na požadavek EraseMessage postrádá status\n" #: src/isds.c:11166 msgid "Message to erase belongs to other box" msgstr "Zpráva určená ke smazání náleží jiné schránce" #: src/isds.c:11169 msgid "" "Message to erase is not saved in long term storage or the direction does not " "match" msgstr "" "Zpráva určená ke smazání není uložena v dlouhodobém úložišti nebo směr " "zprávy neodpovídá" #: src/isds.c:11176 #, c-format msgid "Server refused EraseMessage request (code=%s, message=%s)\n" msgstr "Server odmítl požadavek EraseMessage (kód=%s, zpráva=%s)\n" #: src/isds.c:11194 msgid "EraseMessage request processed by server successfully.\n" msgstr "Požadavek EraseMessage úspěšně zpracován serverem.\n" #: src/isds.c:11232 msgid "MarkMessageAsDownloaded request processed by server successfully.\n" msgstr "Požadavek MarkMessageAsDownloaded úspěšně zpracován serverem.\n" #: src/isds.c:11272 msgid "ConfirmDelivery request processed by server successfully.\n" msgstr "Požadavek ConfirmDelivery úspěšně zpracován serverem.\n" #: src/isds.c:11318 msgid "XML documents cannot be submitted to conversion" msgstr "Dokumenty XML nelze odeslat ke konverzi" #: src/isds.c:11345 msgid "Could not build Czech POINT conversion request" msgstr "Požadavek na konverzi Czech POINTem nebylo možné sestavit" #: src/isds.c:11351 msgid "Could not create Czech POINT deposit name space" msgstr "Nebylo možné vytvořit jmenný prostor úschovny Czech POINTu" #: src/isds.c:11360 msgid "Could not create empty name space" msgstr "Nebylo možné vytvořit prázdný jmenný prostor" #: src/isds.c:11374 msgid "Submitting document for conversion into Czech POINT deposit" msgstr "Odesílá se dokument na konverzi do úschovny Czech POINTu" #: src/isds.c:11406 msgid "Missing `return' element in Czech POINT deposit response" msgstr "V odpovědi úschovny Czech POINTu chybí element „return“" #: src/isds.c:11413 msgid "Multiple `return' element in Czech POINT deposit response" msgstr "V odpovědi úschovny Czech POINTu je element „return“ vícekrát" #: src/isds.c:11426 #, c-format msgid "" "Czech POINT deposit refused document for conversion (code=%ld, message=%s)" msgstr "" "Úschovna Czech POINTu odmítla dokument určený pro konverzi (kód=%ld, zpráva=" "%s)" #: src/isds.c:11451 #, c-format msgid "Invalid dateInserted value: %s" msgstr "Neplatná hodnota dateInserted: %s" #: src/isds.c:11469 #, c-format msgid "Document %s has been submitted for conversion to server successfully\n" msgstr "Dokument %s byl úspěšně odeslán serveru za účelem konverze\n" #: src/isds.c:11531 msgid "E-mail field is mandatory" msgstr "Položka E-mail je povinná" #: src/isds.c:11630 msgid "Could not build AuthenticateMessage request" msgstr "Požadavek AuthenticateMessage nebylo možné sestavit" #: src/isds.c:11668 msgid "Server did not return any response on AuthenticateMessage request" msgstr "Server na požadavek AuthenticateMessage nevrátil žádnou odpověď" #: src/isds.c:11675 msgid "ISDS authenticated the message successfully\n" msgstr "ISDS potvrdil pravost zprávy\n" #: src/isds.c:11677 msgid "ISDS does not know the message" msgstr "ISDS takovou zprávu nezná" #: src/isds.c:11756 msgid "Empty CMS blob on input" msgstr "Na vstupu je prázdná struktura CMS" #: src/isds.c:11761 msgid "NULL pointer provided for output CMS blob" msgstr "Pro výstupní strukturu CMS byl předán ukazatel NULL" #: src/isds.c:11775 msgid "Could not build Re-signISDSDocument request" msgstr "Požadavek Re-signISDSDocument nebylo možné sestavit" #: src/isds.c:11816 msgid "Missing Re-signISDSDocumentResponse element" msgstr "Chybí element Re-signISDSDocumentResponse" #: src/isds.c:11822 msgid "Multiple Re-signISDSDocumentResponse element" msgstr "Násobný element Re-signISDSDocumentResponse" #: src/isds.c:11835 msgid "Error while Base64-decoding re-signed data" msgstr "Chyba při dekódování přepodepsaných dat z Base64" #: src/isds.c:11840 msgid "Server did not send re-signed data" msgstr "Server nezaslal přepodepsaná data" #: src/isds.c:11861 #, c-format msgid "Invalid dmValidTo value: %s" msgstr "Neplatná hodnota dmValidTo: %s" #: src/isds.c:11923 msgid "Message does not carry raw representation" msgstr "Zpráva nenese syrovou reprezentaci" #: src/isds.c:11963 msgid "Bad raw representation type" msgstr "Chybný typ syrové reprezentace" #: src/isds.c:11986 msgid "Substring with isds:dmDM element could not be located in raw message" msgstr "V syrové zprávě nebylo možné nalézt podřetězec s elementem isds:dmDM" #: src/isds.c:12002 msgid "Could not compute message hash" msgstr "Nebylo možné spočítat hash zprávy" #: src/isds.c:12075 msgid "Given message structure is missing envelope" msgstr "Zadaná struktura zprávy postrádá obálku" #: src/isds.c:12080 msgid "Given message structure is missing raw representation" msgstr "Zadaná struktura zprávy postrádá syrovou reprezentaci" #: src/physxml.c:49 #, c-format msgid "Minimal %d.%d.%d Expat version required. Current version is %d.%d.%d\n" msgstr "Vyžadována alespoň verze %d.%d.%d Expatu. Současná verze je %d.%d.%d\n" #: src/physxml.c:63 msgid "Expat compiled with UTF-16 (wide) characters\n" msgstr "Expat přeložen s podporou (širokých) znaků UTF-16\n" #: src/physxml.c:84 msgid "Expat not compiled with name space support\n" msgstr "Expat nepřeložen s podporou jmenných prostorů\n" #: src/physxml.c:138 #, c-format msgid "Start: name=%s, depth=%zd, offset=%#jx => boundary=%#zx\n" msgstr "Začátek: název=%s, hloubka=%zd, pozice=%#jx → hranice=%#zx\n" #: src/physxml.c:148 #, c-format msgid "\tStart tag for element `%s' found\n" msgstr "\tNalezena otevírací značka elementu „%s“\n" #: src/physxml.c:172 #, c-format msgid "End: name=%s, depth=%zd, offset=%#jx count=%u => boundary=%#zx\n" msgstr "Konec: název=%s, hloubka=%zd, pozice=%#jx počet=%u → hranice=%#zx\n" #: src/physxml.c:179 #, c-format msgid "\tEnd tag for element `%s' found\n" msgstr "\tNalezena uzavírací značka elementu „%s“\n" #: src/physxml.c:222 #, c-format msgid "Searching boundary of element: %s\n" msgstr "Hledá se hranice elementu: %s\n" #: src/physxml.c:257 msgid "XML_Parse failed\n" msgstr "XML_Parse selhala\n" #: src/soap.c:324 #, c-format msgid "Connection to server %s closed\n" msgstr "Spojení na server %s uzavřeno\n" #: src/soap.c:351 #, c-format msgid "" "Error while unsetting user name and password from CURL handle for connection " "to server %s.\n" msgstr "" "Chyba při odstraňování uživatelského jména a heslo z deskriptoru CURL pro " "spojení na server %s.\n" #: src/soap.c:355 #, c-format msgid "" "User name and password for server %s have been unset from CURL handle.\n" msgstr "" "Uživatelské jméno a heslo pro server %s byly z deskriptoru CURL odstraněny.\n" #: src/soap.c:430 msgid "" "HTTP header continuation without starting header has been encountered. " "Skipping invalid HTTP response line.\n" msgstr "" "Byla zaznamenána navazující hlavička HTTP bez předchozí uvozující hlavičky. " "Neplatný řádek v odpovědi HTTP bude přeskočen.\n" #: src/soap.c:506 msgid "Application aborted HTTP transfer" msgstr "Aplikace zrušila přenos HTTP" #: src/soap.c:593 msgid "Disabling server identity verification. That was your decision.\n" msgstr "Vypíná se ověřovaní identity serveru. Toto bylo vaše rozhodnutí.\n" #: src/soap.c:604 #, c-format msgid "CA certificates will be searched in `%s' file since now\n" msgstr "Certifikáty autorit se budou od teď hledat v souboru „%s“\n" #: src/soap.c:611 #, c-format msgid "CA certificates will be searched in `%s' directory since now\n" msgstr "Certifikáty autorit se budou od teď hledat v adresáři „%s“\n" #: src/soap.c:619 #, c-format msgid "CRLs will be searched in `%s' file since now\n" msgstr "CRL se budou od teď hledat v souboru „%s“\n" #: src/soap.c:625 msgid "" "Your curl library cannot pass certificate revocation list to cryptographic " "library.\n" "Make sure cryptographic library default setting delivers proper CRLs,\n" "or upgrade curl.\n" msgstr "" "Vaše knihovna curl neumí předat kryptografické knihovně seznam zneplatněných " "certifikátů\n" "Přesvědčete se, že výchozí nastavení kryptografické knihovny pracuje se\n" "správnými CRL, nebo nainstalujte novější verzi knihovny curl.\n" #: src/soap.c:649 msgid "Could not pass credentials to CURL" msgstr "Autentizační údaje nebylo možné předat knihovně CURL" #: src/soap.c:663 #, c-format msgid "Cryptographic engine `%s' will be used for key or certificate\n" msgstr "Pro klíč a certifikát se použije kryptografická jednotka „%s“\n" #: src/soap.c:679 #, c-format msgid "Client `%s' certificate will be read from `%s' engine\n" msgstr "Klientský certifikát „%s“ bude načten z jednotky „%s“\n" #: src/soap.c:684 #, c-format msgid "Client certificate will be read from `%s' engine\n" msgstr "Klientský certifikát bude načten z jednotky „%s“\n" #: src/soap.c:690 #, c-format msgid "Client %s certificate will be read from `%s' file\n" msgstr "Klientský certifikát %s bude načten ze souboru „%s“\n" #: src/soap.c:693 src/soap.c:736 msgid "DER" msgstr "DER" #: src/soap.c:693 src/soap.c:736 msgid "PEM" msgstr "PEM" #: src/soap.c:704 msgid "" "Your curl library cannot distinguish certificate formats. Make sure your " "cryptographic library\n" "understands your certificate file by default, or upgrade curl.\n" msgstr "" "Vaše knihovna curl neumí rozlišit formát certifikátů. Ujistěte se, že vaše\n" "kryptografická knihovna souboru s certifikátem standardně rozumí, nebo\n" "nainstalujte novější verzi knihovny curl.\n" #: src/soap.c:722 #, c-format msgid "Client private key `%s' from `%s' engine will be used\n" msgstr "Použije se klientský soukromý klíč „%s“ z jednotky „%s“\n" #: src/soap.c:727 #, c-format msgid "Client private key from `%s' engine will be used\n" msgstr "Použije se klientský soukromý klíč z jednotky „%s“\n" #: src/soap.c:733 #, c-format msgid "Client %s private key will be read from `%s' file\n" msgstr "Soukromý %s klienta bude načten ze souboru „%s“\n" #: src/soap.c:770 msgid "" "Cookies will be stored and sent because context has been authorized by OTP.\n" msgstr "" "Cookies budou uloženy a odesílány, protože kontext byl autentizován " "jednorázovým heslem.\n" #: src/soap.c:898 #, c-format msgid "Sending %s request to <%s>\n" msgstr "Požadavek %s se odesílá na adresu <%s>\n" #: src/soap.c:902 #, c-format msgid "POST body length: %zu, content follows:\n" msgstr "Délka těla POSTu: %zu, obsah následuje:\n" #: src/soap.c:907 msgid "End of POST body\n" msgstr "Konec těla POSTu\n" #: src/soap.c:924 #, c-format msgid "%s: %s" msgstr "%s: %s" #: src/soap.c:947 #, c-format msgid "Final response to %s received\n" msgstr "Konečná odpověď na %s přijata\n" #: src/soap.c:949 #, c-format msgid "Response body length: %zu, content follows:\n" msgstr "Délka těla odpovědi: %zu, obsah následuje:\n" #: src/soap.c:955 msgid "End of response body\n" msgstr "Konec těla odpovědi\n" #: src/soap.c:1008 #, c-format msgid "OTP authentication headers received: method=%s, code=%s, message=%s\n" msgstr "" "Přijaty autentizační hlavičky jednorázového hesla: metoda=%s, heslo=%s, " "zpráva=%s\n" #: src/soap.c:1028 #, c-format msgid "Server returned OTP authentication message: %s" msgstr "Server vrátil zprávu o autentizaci jednorázovým heslem: %s" #: src/soap.c:1042 #, c-format msgid "OTP authentication headers redirect to: <%s>\n" msgstr "Hlavičky autentizace jednorázovým heslem přesměrovávají na: <%s>\n" #: src/soap.c:1138 msgid "Could not build SOAP request document" msgstr "Dokument se SOAP požadavkem nebylo možné sestavit" #: src/soap.c:1144 msgid "Could not build SOAP request envelope" msgstr "Obálku požadavku SOAP nebylo možné sestavit" #: src/soap.c:1153 msgid "Could not create SOAP name space" msgstr "Nebylo možné vytvořit jmenný prostor SOAP" #: src/soap.c:1162 msgid "Could not add Body to SOAP request envelope" msgstr "Do obálky požadavku SOAP nebylo možné vložit tělo" #: src/soap.c:1174 msgid "Could not copy request content" msgstr "Obsah požadavku nebylo možné zkopírovat" #: src/soap.c:1181 msgid "Could not add request content to SOAP request envelope" msgstr "Do obálky požadavku SOAP nebylo možné přidat obsah požadavku" #: src/soap.c:1193 msgid "Could not create xmlBuffer for HTTP request body" msgstr "Pro požadavek HTTP nebylo možné vytvořit xmlBuffer" #: src/soap.c:1212 msgid "Could not serialize SOAP request to HTTP request body" msgstr "Požadavek SOAP nebylo možné zapsat do těla požadavku HTTP" #: src/soap.c:1223 #, c-format msgid "" "SOAP request to sent to %s:\n" "%.*s\n" "End of SOAP request\n" msgstr "" "Požadavek SOAP odeslán na %s:\n" "%.*s\n" "Konec požadavku SOAP\n" #: src/soap.c:1242 #, c-format msgid "Server returned %ld HTTP code\n" msgstr "Server vrátil HTTP kód %ld\n" #: src/soap.c:1264 #, c-format msgid "Server redirects on <%s> because OTP authentication succeeded." msgstr "" "Server přesměrovává na <%s>, protože autentizace jednorázovým heslem uspěla." #: src/soap.c:1278 msgid "Could not remove credentials from CURL handle." msgstr "Autentizační údaje nebylo možné z deskriptoru CURL odstranit." #: src/soap.c:1290 #, c-format msgid "" "Code 302: Server redirects on <%s> request. Redirection is forbidden in " "stateless mode." msgstr "" "Kód 302: Server přesměrovává při požadavku pro <%s>. V bezstavovém režimu je " "přesměrování zakázáno." #: src/soap.c:1300 msgid "Authentication failed" msgstr "Autentizace selhala" #: src/soap.c:1306 #, c-format msgid "Code 404: Document (%s) not found on server" msgstr "Kód 404: Dokument (%s) na serveru nenalezen" #: src/soap.c:1320 #, c-format msgid "%s: bad MIME type sent by server: %s" msgstr "%s: server zaslal chybný typ MIME: %s" #: src/soap.c:1349 #, c-format msgid "" "SOAP response received:\n" "%.*s\n" "End of SOAP response\n" msgstr "" "Přijata odpověď SOAP:\n" "%.*s\n" "Konec odpovědi SOAP\n" #: src/soap.c:1377 msgid "SOAP response requires unsupported feature" msgstr "Odpověď SOAP vyžaduje nepodporovanou funkci" #: src/soap.c:1394 msgid "SOAP response does not contain SOAP Body element" msgstr "Odpověď SOAP neobsahuje SOAP element Body" #: src/soap.c:1400 msgid "SOAP response has more than one Body element" msgstr "Odpověď SOAP obsahuje více jak jeden element Body" #: src/soap.c:1446 #, c-format msgid "SOAP response signals Fault: %s" msgstr "Odpověď SOAP signalizuje chybu (Fault): %s" #: src/soap.c:1449 msgid "SOAP response signals Fault" msgstr "Odpověď SOAP signalizuje chybu (Fault)" #: src/soap.c:1525 msgid "" "Base URL could not have been determined from context URL because there was " "no URL set in the context" msgstr "" "Z URL kontextu nebylo možné odvodit základní URL, protože kontext neměl " "nastaveno žádné URL" #: src/soap.c:1535 msgid "Base URL could not have been determined from context URL" msgstr "Z URL kontextu nebylo možné odvodit základní URL" #: src/soap.c:1583 #, c-format msgid "" "Cookie for OTP authenticated connection to <%s> could not been invalidated" msgstr "" "Cookie pro spojení k <%s> autentizované jednorázovým heslem nebylo možné " "zneplatnit" #: src/soap.c:1587 #, c-format msgid "Cookie for OTP authenticated connection to <%s> has been invalidated.\n" msgstr "" "Cookie pro spojení k <%s> autentizované jednorázovým heslem bylo " "zneplatněno.\n" #: src/validator.c:83 msgid "ISDS1 response is missing StatusCode element" msgstr "Odpověď ISDS1 postrádá element StatusCode" #: src/validator.c:84 msgid "ISDS response is missing StatusCode element" msgstr "Odpověď ISDS postrádá element StatusCode" #: src/validator.c:198 src/validator.c:360 msgid "SOAP returned empty body" msgstr "SOAP vrátil prázdné tělo" #: src/validator.c:212 #, c-format msgid "SOAP response does not contain element from name space %s" msgstr "Odpověď SOAP neobsahuje element ze jmenného prostoru %s" #: src/validator.c:224 msgid "Could not build ISDS response document" msgstr "Dokument s odpovědí ISDS nebylo možné sestavit" #: src/validator.c:266 msgid "List contains more main documents" msgstr "Seznam obsahuje více hlavních dokumentů" #: src/validator.c:276 #, c-format msgid "List contains more documents with the same ID `%s'" msgstr "Seznam obsahuje více dokumentů se stejným identifikátorem „%s“" #: src/validator.c:287 #, c-format msgid "List contains documents referencing to not existing document ID `%s'" msgstr "" "Seznam obsahuje dokumenty odkazující na neexistující identifikátor dokumentu " "„%s“" #: src/validator.c:296 msgid "List does not contain main document" msgstr "Seznam neobsahuje hlavní dokument" #: src/validator.c:318 #, c-format msgid "Could not check message ID length: %s" msgstr "Nebylo možné zkontrolovat délku identifikátoru zprávu: %s" #: src/validator.c:327 #, c-format msgid "Message ID must not be longer than 20 characters: %s" msgstr "Identifikátor zprávy nesmí být delší než 20 znaků: %s" #: src/validator.c:374 msgid "SOAP response does not contain Czech POINT deposit element" msgstr "Odpověď SOAP neobsahuje element úschovny Czech POINTu" #: src/validator.c:384 msgid "Could not build Czech POINT deposit response document" msgstr "Dokument s odpovědí úschovny Czech POINTu nebylo možné sestavit" #~ msgid "Sending CheckDataBox request to ISDS\n" #~ msgstr "Požadavek CheckDataBox se odesílá do ISDS\n" #~ msgid "Processing ISDS response on CheckDataBox request failed\n" #~ msgstr "Zpracování odpovědi ISDS na požadavek CheckDataBox selhalo\n" #~ msgid "ISDS response on CheckDataBox request is missing status\n" #~ msgstr "Odpověď ISDS na požadavek CheckDataBox postrádá status\n" #~ msgid "" #~ "Server did not found box %s on CheckDataBox request (code=%s, message=" #~ "%s)\n" #~ msgstr "" #~ "Server při požadavku CheckDataBox nenalezl schránku %s (kód=%s, zpráva=" #~ "%s)\n" #~ msgid "Server refused CheckDataBox request (code=%s, message=%s)\n" #~ msgstr "Server odmítl požadavek CheckDataBox (kód=%s, zpráva=%s)\n" #~ msgid "" #~ "Server refused empty password on ChangeISDSPassword request (code=%s, " #~ "message=%s)\n" #~ msgstr "" #~ "Server odmítl prázdné heslo v požadavku ChangeISDSPassword (kód=%s, " #~ "zpráva=%s)\n" #~ msgid "New password must differ from the current one" #~ msgstr "Nové heslo se musí lišit od hesla současného" #~ msgid "Could build DeleteDataBox request" #~ msgstr "Požadavek DeleteDataBox nebylo možné sestavit" #~ msgid "Sending POST request to %s\n" #~ msgstr "Odesílá se požadavek POST na %s\n" #~ msgid "SOAP response does not contain ISDS1 element" #~ msgstr "Odpověď SOAP neobsahuje ISDS1 element" #~ msgid "Could not build ISDS1 response document" #~ msgstr "Dokument s odpovědí ISDS1 nebylo možné sestavit" #~ msgid "MIME type normalization switched on\n" #~ msgstr "Normalize typů MIME zapnuta\n" #~ msgid "MIME type normalization switched off\n" #~ msgstr "Normalize typů MIME vypnuta\n" #~ msgid "Missing pswExpDate element" #~ msgstr "Chybí element pswExpDate" #~ msgid "" #~ "Server did return more delivery infos for ID `%s' on GetDeliveryInfo " #~ "request" #~ msgstr "Server na požadavek GetDeliveryInfo s ID „%s“ vrátil více doručenek" #~ msgid "" #~ "Incoming message content:\n" #~ "%.*s\n" #~ "End of message\n" #~ msgstr "" #~ "Obsah příchozí zprávy:\n" #~ "%.*s\n" #~ "Konec zprávy\n" #~ msgid "XML document does not contain isds:dmReturnedMessage element" #~ msgstr "Dokument XML neobsahuje element isds:dmReturnedMessage" #~ msgid "XML document has more isds:dmReturnedMessage elements" #~ msgstr "Dokument XML obsahuje více elementů isds:dmReturnedMessage" #~ msgid "Incoming message loaded successfully.\n" #~ msgstr "Příchozí zpráva úspěšně nahrána.\n" #~ msgid "" #~ "Signed outgoing message content:\n" #~ "%.*s\n" #~ "End of message\n" #~ msgstr "" #~ "Obsah podepsané odchozí zprávy:\n" #~ "%.*s\n" #~ "Konec zprávy\n" #~ msgid "" #~ "Signed incoming message content:\n" #~ "%.*s\n" #~ "End of message\n" #~ msgstr "" #~ "Obsah podepsané příchozí zprávy:\n" #~ "%.*s\n" #~ "Konec zprávy\n" #~ msgid "" #~ "XML document embedded into PKCS#7 structure is not sisds:" #~ "dmReturnedMessage document" #~ msgstr "" #~ "Dokument XML vestavěný do struktury PKCS#7 není dokumentem sisds:" #~ "dmReturnedMessage" #~ msgid "" #~ "XML document embedded into PKCS#7 structure has more root sisds:" #~ "dmReturnedMessage elements" #~ msgstr "" #~ "Dokument XML vestavěný do struktury PKCS#7 má více kořenových elementů " #~ "sisds:dmReturnedMessage" libisds-0.10.7/po/remove-potcdate.sin0000644000076400001440000000066012230035236014376 00000000000000# Sed script that remove the POT-Creation-Date line in the header entry # from a POT file. # # The distinction between the first and the following occurrences of the # pattern is achieved by looking at the hold space. /^"POT-Creation-Date: .*"$/{ x # Test if the hold space is empty. s/P/P/ ta # Yes it was empty. First occurrence. Remove the line. g d bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } libisds-0.10.7/po/quot.sed0000644000076400001440000000023112230035236012244 00000000000000s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g libisds-0.10.7/po/Rules-quot0000644000076400001440000000340612230035237012572 00000000000000# Special Makefile rules for English message catalogs with quotation marks. DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot .SUFFIXES: .insert-header .po-update-en en@quot.po-create: $(MAKE) en@quot.po-update en@boldquot.po-create: $(MAKE) en@boldquot.po-update en@quot.po-update: en@quot.po-update-en en@boldquot.po-update: en@boldquot.po-update-en .insert-header.po-update-en: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ ll=`echo $$lang | sed -e 's/@.*//'`; \ LC_ALL=C; export LC_ALL; \ cd $(srcdir); \ if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "creation of $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi en@quot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header en@boldquot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header mostlyclean: mostlyclean-quot mostlyclean-quot: rm -f *.insert-header libisds-0.10.7/po/Makevars0000644000076400001440000000445512230035756012276 00000000000000# Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) # These two variables depend on the location of this directory. subdir = po top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding # package. (Note that the msgstr strings, extracted from the package's # sources, belong to the copyright holder of the package.) Translators are # expected to transfer the copyright for their translations to this person # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. COPYRIGHT_HOLDER = Petr Písař # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: # - Strings which are not entire sentences, see the maintainer guidelines # in the GNU gettext documentation, section 'Preparing Strings'. # - Strings which use unclear terms or require additional context to be # understood. # - Strings which make invalid assumptions about notation of date, time or # money. # - Pluralisation problems. # - Incorrect English spelling. # - Incorrect formatting. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. MSGID_BUGS_ADDRESS = $(PACKAGE_BUGREPORT) # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = # This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt' # context. Possible values are "yes" and "no". Set this to yes if the # package uses functions taking also a message context, like pgettext(), or # if in $(XGETTEXT_OPTIONS) you define keywords with a context argument. USE_MSGCTXT = no # These options get passed to msgmerge. # Useful options are in particular: # --previous to keep previous msgids of translated messages, # --quiet to reduce the verbosity. MSGMERGE_OPTIONS = libisds-0.10.7/po/insert-header.sin0000644000076400001440000000124012230035236014025 00000000000000# Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert the file. At the following # occurrences, do nothing. The distinction between the first and the following # occurrences is achieved by looking at the hold space. /^msgid /{ x # Test if the hold space is empty. s/m/m/ ta # Yes it was empty. First occurrence. Read the file. r HEADER # Output the file's contents by reading the next line. But don't lose the # current line while doing this. g N bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } libisds-0.10.7/po/LINGUAS0000644000076400001440000000000311327367034011613 00000000000000cs libisds-0.10.7/po/cs.gmo0000644000076400001440000016321613130412325011703 000000000000004Lh( i("(((,(()(7)$`))=)=)*-1*_*!y*%**$*3*!!+C+$Y+#~++8+d+:\,+,=,8-:-V-q----#--7-25.2h.6.1.6/1;/Wm/+/:/,0>0J^0F0L0=1T1 q1 1111!2&32%Z2(2$2+2026+3,b3(3)373A4.\464%445'$5L5-k55%5,5+6*36)^6%6-6.65 74A7&v717-7.7#,8&P8#w8+8%8%8#9"79Z9%z99+9995%:7[:-:2:0:-%;,S;;;/;"; <!*< L<m<P<E<!$=F=0a=$==Q==!>A_>$>">,>.?5E?{?0?8?8@H>@@>@,@JA]ABaA<A1A(B#F&kF*F,F1F(G[EG-G+GG6H/QHHH$HH9H:3I:nIDI@I;/JAkJ@J:J@)K?jK K+K5Kl-L LL,L:L(M+GM.sM>M=M9NAYN8N7NE OARO7O1OCOBP#UPyP"P,P6PlQ{Q0Q.RCR^RnRRRRR RR'S!`'`=`<,a%iaa3aSa/b.Db>sb=b9bA*c8lc7cEcA#d7ed1dd d_eroe,e.f >f5Kf:f0f9f,'g2Tg*ggggh$h%Ah"gh@h<hi=i=WiNiFiK+jPwj-jjk+.k*Zk&k.k7k$l28l.kl$llIlG(mEpmGmmTnmnJOoNoQoH;pGpApGq"VqOyqFqErDVr>r0rB s:Ns9sGsC t3OtVtUtM0u~u.uGu@vDUvv8v;v\)wDwww?w0-x ^xhx pxzx'x xx"x$y(y@y`yHsy,y'yz#z4BzGwzzz8z\{=w{/{6{$|-A|/o| ||)||}&2~ Y~ c~o~~~$~%~(H L W b*n 0c0Ł,(&%O uSP"S/v3Ã0(&/5V+( 55ek@х6DIA І %08"i9<ۇ6BO9F̈=sQ,ʼn</ BZcT`%t+/Ƌ/.&3U7054(0]07<B48w45CM_:B++$W'|,&ѐ7%06V:6ȑ5450j8<ԒEEW1<ϓ8 9E<3.64V/.*)>?&~4>ږ:<T6;ȗ96>5u+#ט?*;-f.-Ù*WPt2Ś"6.R]ETD.;Ȝ8C=>17:*:eJ'G([UڟVޟ>5Bt5.HBe:-)=;*y5/ڢ+ 6$R$wͣH5-[c93@-3n07ӥ> 7J-i83S#8+'$C!h;<ƨ<F@B=ʩCBL<B̪A1Q,9 v%Eɬ,+2XBAέ=EN<;ѮI EW;;ٯF\'u%-ٰ8@DZ.n%ܲ"(Ee!$$ٳ9KZgF´* "4-W)6̵D=H;#¶$ 7*hb<˷=<FDJȸ#3$W(|'&͹*?:z&"ֺ8223e"&ѻ'+ *L)w-F4R9o>Z:V6Ⱦ5r ÿYֿH0JyJD*?o#-?%4e+;2!<T;) \65ED(@mH?>7KvG> >I.2xc/<1n;8+: 4[3.(,I(f56D=aKEPINUc?7*#3*2^.6A,9:f6,,J2H}UTqR i^U^V}NN#ErU#Q2HJPTi3G=:<xJF<GVU`1?JB;F~"@;)ceN$!DFB :M"]&(!#L07}6(8.Qg:}$76=*O.z'5  7X"k$%"(% ) 4A-Q=[3;  #oV$j"DMb)GCC3l#e(XIW:$9 /50>|D`,epb;OgdfInRoaK?{uZ^i:O} hSUzlpN?t_E1L- UYc2Pma7R4`~rFZANsH\d9-zA[@^k0W=F5Mn&TQ8"T{Lm<_~%X y42h!)HG gBtYP8'k>q x!S,.V&v'B6r J|+syfcu Q+j}\Ji@.6K (x1]/**qww] Ev%7< End tag for element `%s' found Start tag for element `%s' found %s (%s, %s, %s, libxml2 %s)%s (%s, %s, libxml2 %s)%s (%s, GPGME %s, gcrypt %s, %s, libxml2 %s)%s (GPGME %s, gcrypt %s, %s, libxml2 %s)%s element contains multiple %s children%s element does not contain %s child%s element is empty%s has less than %d characters%s has less than %d characters%s has more than %d characters%s has more than %d characters%s is not valid integer: %s%s request processed by server successfully. %s value is negative: %ld%s value is not valid boolean: %s%s value out of range of long int: %s%s: %s%s: bad MIME type sent by server: %sActivate request processed by server successfully. Application aborted HTTP transferAuthentication failedBad raw delivery representation typeBad raw message representation typeBad raw representation typeBase URL could not have been determined from context URLBase URL could not have been determined from context URL because there was no URL set in the contextBogus message accepted by server. This should not happen. Both username and password must be suppliedCA certificates will be searched in `%s' directory since now CA certificates will be searched in `%s' file since now CMS verification failed: %sCMS: Data beginning found CMS: Data end found CMS: Data type: %s CRLs will be searched in `%s' file since now CURL library initialization failed Cannot parse CMSCheckDataBox request processed by server successfully. Client %s certificate will be read from `%s' file Client %s private key will be read from `%s' file Client `%s' certificate will be read from `%s' engine Client certificate will be read from `%s' engine Client private key `%s' from `%s' engine will be used Client private key from `%s' engine will be used Code 302: Server redirects on <%s> request. Redirection is forbidden in stateless mode.Code 404: Document (%s) not found on serverConfirmDelivery request processed by server successfully. Connection closedConnection to server %s closed Cookie for OTP authenticated connection to <%s> could not been invalidatedCookie for OTP authenticated connection to <%s> has been invalidated. Cookies will be stored and sent because context has been authorized by OTP. Could build %s requestCould build Activate requestCould build CheckDataBox requestCould build EraseMessage requestCould build FindDataBox requestCould build ISDS bogus requestCould build ISDS dummy requestCould build NewAccessData requestCould build UpdateDataBoxDescr requestCould build UpdateDataBoxUser requestCould not add %s attribute to %s elementCould not add %s child to %s elementCould not add Body to SOAP request envelopeCould not add dbID child to CheckDataBox elementCould not add dbOwnerInfo child to FindDataBox elementCould not add dmEnvelope child to %s elementCould not add dmFile child to %s elementCould not add dmFiles child to %s elementCould not add dmRecipient child to dmRecipients elementCould not add dmRecipients child to CreateMultipleMessage elementCould not add dmXMLContent child to %s elementCould not add request content to SOAP request envelopeCould not allocate CMS parser handlerCould not allocate CMS readerCould not allocate CMS writerCould not allocate dmXMLContent elementCould not allocate main dmFileCould not bind CMS reader to PKCS#7 structureCould not build %s requestCould not build %s request for %s boxCould not build %s request for %s message IDCould not build AuthenticateMessage requestCould not build ChangeISDSPassword requestCould not build ChangePasswordOTP requestCould not build CreateMessage requestCould not build CreateMultipleMessage requestCould not build Czech POINT conversion requestCould not build Czech POINT deposit response documentCould not build DataBoxCreditInfo request for %s boxCould not build GetDataBoxList requestCould not build GetListOfReceivedMessages requestCould not build GetListOfSentMessages requestCould not build GetMessageStateChanges requestCould not build ISDS log-in requestCould not build ISDS response documentCould not build ISDSSearch2 requestCould not build Re-signISDSDocument requestCould not build SOAP request documentCould not build SOAP request envelopeCould not build SendSMSCode requestCould not build temporary documentCould not check gcrypt version Could not check message ID length: %sCould not compute message hashCould not convert PDZExpire as ISO time: %sCould not convert `from_date' argument to ISO date stringCould not convert `since' argument to ISO date stringCould not convert `to_date' argument to ISO date stringCould not convert ciEventTime as ISO time: %sCould not convert dmAcceptanceTime as ISO time: %sCould not convert dmDeliveryTime as ISO time: %sCould not convert dmEventTime as ISO time: %sCould not convert pswExpDate as ISO time: %sCould not copy request contentCould not copy subtreeCould not create Czech POINT deposit name spaceCould not create GPGME context: %sCould not create ISDS name spaceCould not create ISDS1 name spaceCould not create SOAP name spaceCould not create XML serializerCould not create data handler for plain message extracted from CMS structure: %sCould not create data handler for signed message in CMS structure: %sCould not create empty name spaceCould not create xmlBufferCould not create xmlBuffer for HTTP request bodyCould not disable attribute escapingCould not dump XML nodeCould not explain to GPGME that CMS structure was packed in DER binary format: %sCould not extract required %s attribute value from %s elementCould not get plain data from GPGME after verifying CMS structureCould not parse data as XML documentCould not pass credentials to CURLCould not register CMS reader to CMS handlerCould not remove credentials from CURL handle.Could not serialize SOAP request to HTTP request bodyCould not serialize XML subtreeCould not set CMS protocol for GPGME context: %sCreateDataBox request processed by server successfully. CreateMessage request processed by server successfully. CreateMultipleMessageResponse request processed by server successfully. Creating CMS reader BIO failedCryptographic engine `%s' will be used for key or certificate Curl library does not support CRL definitionCzech POINT deposit refused document for conversion (code=%ld, message=%s)DERData hash requested, length=%zu, content: %*s End of data to hash DataBoxCreditInfo request processed by server successfully. Delivery info content: %.*s End of delivery info Delivery info does not contain any eventDelivery info loaded successfully. Disabling server identity verification. That was your decision. Document %s has been submitted for conversion to server successfully Document has invalid dmFileMetaType attribute value: %sDocument has more dmEncodedContent elementsDocument has more dmXMLContent elementsDocument has no dmEncodedContent, nor dmXMLContent elementDocument has unknown dmFileMetaType: %ldDocument in ISDS name space is encapsulated into CMSDocument is missing mandatory MIME type definitionDocument is missing mandatory description (title)E-mail field is mandatoryEmpty CMS blob on inputEmpty isds:dbSendOptions elementEmpty isds:dbType elementEnd of POST body End of response body End: name=%s, depth=%zd, offset=%#jx count=%u => boundary=%#zx Engine %s not installed properly Engine %s version %s installed, but at least version %s required EraseMessage request processed by server successfully. Error while Base64-decoding PKCS#7 structureError while Base64-decoding box list archiveError while Base64-decoding document contentError while Base64-decoding hash valueError while Base64-decoding re-signed dataError while Base64-decoding time stamp valueError while adding XML document into dmXMLContentError while parsing PKCS#7 structure: %sError while unsetting user name and password from CURL handle for connection to server %s. Expat compiled with UTF-16 (wide) characters Expat not compiled with name space support Final response to %s received FindDataBox request processed by server successfully. GPGME compiled without support for protocol %s GPGME does not support CMS GPGME initialization failed GPGME library initialization failed GPGME version in use: %s GetDataBoxList request processed by server successfully. GetDataBoxUsers request processed by server successfully. GetDeliveryInfo request processed by server successfully. GetListOfReceivedMessages request processed by server successfully. GetListOfSentMessages request processed by server successfully. GetMessageAuthor request processed by server successfully. GetMessageStateChanges request processed by server successfully. GetOwnerInfoFromLogin request processed by server successfully. GetPasswordInfo request processed by server successfully. GetSignedDeliveryInfo request processed by server successfully. GetUserInfoFromLogin request processed by server successfully. Getting CMS writer buffer failedGiven message structure is missing envelopeGiven message structure is missing raw representationHTTP header continuation without starting header has been encountered. Skipping invalid HTTP response line. HTTP problemI said connection closedISDS authenticated the message successfully ISDS did not return token on %s request even if requested ISDS does not know the messageISDS response is missing StatusCode elementISDS response on %s request is missing status ISDS response on ChangeISDSPassword request is missing status ISDS response on ChangePasswordOTP request is missing status ISDS response on CreateMessage request is missing status ISDS response on CreateMultipleMessage request is missing status ISDS response on EraseMessage request is missing status ISDS response on FindDataBox request is missing status ISDS response on GetListOfReceivedMessages request is missing status ISDS response on GetListOfSentMessages request is missing status ISDS response on SendSMSCode request is missing status ISDS response on bogus request is missing status ISDS returned unexpected number of message copy delivery states: %dISDS server alive ISDS server could not be contacted ISDS server problemISDS server returned unknown errorISDS1 response is missing StatusCode elementISDSSearch2 request processed by server successfully. If one-time password authentication method is in use, changing password requires one-time credentials eitherIf one-time password authentication method is in use, requesting new OTP code requires one-time credentials argument eitherInitialization of cryptographic back-end failed Invalid %s value: %sInvalid box type value: %dInvalid contextInvalid date valueInvalid dateInserted value: %sInvalid dbType value: %dInvalid dmValidTo value: %sInvalid enum valueInvalid inputInvalid isds:biDate value: %sInvalid message state filter value: %ldInvalid message status value: %luInvalid target value: %dInvalid userType value: %dInvalid valueLDAP update errorList contains documents referencing to not existing document ID `%s'List contains more documents with the same ID `%s'List contains more main documentsList does not contain main documentList of documents contains empty itemLoading message: %.*s End of message Logged out from ISDS server Logging user %s into server %s MarkMessageAsDownloaded request processed by server successfully. Message ID must not be longer than 20 characters: %sMessage copy is missing recipient box identifierMessage does not carry raw representationMessage does not contain any documentMessage loaded successfully. Message to erase belongs to other boxMessage to erase is not saved in long term storage or the direction does not matchMessage type in dmType attribute is not 1 character long: %sMessage type in envelope is not 1 character long: %sMessageDownload request processed by server successfully. MessageEnvelopeDownload request processed by server successfully. Minimal %d.%d.%d Expat version required. Current version is %d.%d.%d Missing ActivateResponse elementMissing CheckDataBoxResponse elementMissing CreateMessageResponse elementMissing DataBoxCreditInfoResponse elementMissing GetMessageAuthorResponse elementMissing GetPasswordInfoResponse elementMissing ISDSSearch2 elementMissing Re-signISDSDocumentResponse elementMissing `return' element in Czech POINT deposit responseMissing dbOwnerInfo elementMissing dbUserInfo elementMissing dmQTimestamp element content Missing isds:dmSingleStatus elementMissing isds:dmStatusCode under XSD:tMStatus type elementMissing mandatory isds:dmMessageStatus integerMissing mandatory sisds:dmMessageStatus integerMultiple %s elementMultiple ActivateResponse elementMultiple CheckDataBoxResponse elementMultiple CreateMessageResponse elementMultiple DataBoxCreditInfoResponse elementMultiple GetMessageAuthorResponse elementMultiple GetPasswordInfoResponse elementMultiple ISDSSearch2 elementMultiple Re-signISDSDocumentResponse elementMultiple `return' element in Czech POINT deposit responseMultiple dbOwnerInfo elementMultiple dbUserInfo elementNULL pointer provided for output CMS blobNULL status code passed to statuscode2isds_error()Network problemNew OTP code has been sent successfully on SendSMSCode request. NewAccessData request processed by server successfully. Not enough memory to copy XML documentNot enough memory to encode %zd byte into Base64Not enough memory to encode %zd bytes into Base64Not enough memory to normalize document MIME typeNot existNot logged inNot supportedOTP authentication headers received: method=%s, code=%s, message=%s OTP authentication headers redirect to: <%s> OTP code has been provided by application, not requesting server for new one. OTP code has not been provided by application, requesting server for new one. Old password is not validOne-time code cannot be re-send faster than once a 30 secondsOne-time code could not been sent. Try later again.Operation abortedOut of memoryOutgoing message is missing envelopeOutgoing message is missing list of documentsOutgoing message is missing recipient box identifierPDZInfo request processed by server successfully. PEMPOST body length: %zu, content follows: Password cannot be reusedPassword cannot contain sequence of three identical charactersPassword cannot contain user identifierPassword changed successfully on ChangeISDSPassword request. Password changed successfully on ChangePasswordOTP request. Password contains forbidden characterPassword is too simmplePassword length must be between 8 and 32 charactersPassword must contain at least one upper-case letter, one lower-case, and one digitPinging ISDS server Processing ISDS response on %s request failed Processing ISDS response on ChangeISDSPassword request failed Processing ISDS response on ChangePasswordOTP request failed Processing ISDS response on CreateMessage request failed Processing ISDS response on CreateMultipleMessage request failed Processing ISDS response on EraseMessage request failed Processing ISDS response on FindDataBox request failed Processing ISDS response on GetListOfReceivedMessages request failed Processing ISDS response on GetListOfSentMessages request failed Processing ISDS response on SendSMSCode request failed Processing ISDS response on bogus request failed Query string must be non-emptyRequested page size is too largeRequesting new time-based OTP code from server requires one-time password authentication methodRequesting new time-based OTP code from server requires undefined OTP code member in one-time credentials argumentResponse body length: %zu, content follows: Root element does not belong to any name spaceSOAP problemSOAP request to sent to %s: %.*s End of SOAP request SOAP response does not contain Czech POINT deposit elementSOAP response does not contain SOAP Body elementSOAP response does not contain element from name space %sSOAP response has more than one Body elementSOAP response received: %.*s End of SOAP response SOAP response requires unsupported featureSOAP response signals FaultSOAP response signals Fault: %sSOAP returned empty bodySearch engine internal errorSearched box ID is malformedSearched organization ID is malformedSearching boundary of element: %s Second argument (old password) of isds_change_password() is NULLSecond argument (password) of isds_change_password() is NULLSecurity problemSelected authentication method: HMAC-based one-time password Selected authentication method: Time-based one-time password Selected authentication method: commercial certificate, username and password Selected authentication method: no certificate, username and password Selected authentication method: system certificate, box ID and no password Selected authentication method: system certificate, no username and no password Sending %s request for %s message ID to ISDS Sending %s request to <%s> Sending %s request to ISDS Sending ChangeISDSPassword request to ISDS Sending ChangePasswordOTP request to ISDS Sending CreateMessage request to ISDS Sending CreateMultipleMessage request to ISDS Sending EraseMessage request for message ID %s to ISDS Sending FindDataBox request to ISDS Sending GetListOfReceivedMessages request to ISDS Sending GetListOfSentMessages request to ISDS Sending SendSMSCode request to ISDS Sending bogus request to ISDS Server accepted Activate request, but did not return `password' element. Server accepted Activate request, but did not return `userId' element. Server accepted sent message, but did not return assigned message ID Server accepted sent message, but did not returned assigned message ID Server did accept message for multiple recipients on CreateMultipleMessage request but delivery to some of them failed (code=%s, message=%s) Server did not accept message for %s on CreateMessage request (code=%s, message=%s) Server did not accept message for multiple recipients on CreateMultipleMessage request (code=%s, message=%s) Server did not found any box on FindDataBox request (code=%s, message=%s) Server did not return any delivery info for ID `%s' on GetDeliveryInfo requestServer did not return any envelope for ID `%s' on MessageEnvelopeDownload requestServer did not return any message for ID `%s' on MessageDownload requestServer did not return any response for ID `%s' on VerifyMessage requestServer did not return any response on AuthenticateMessage requestServer did not return any signed data for message ID `%s' on %s requestServer did not send re-signed dataServer did return more envelopes for ID `%s' on MessageEnvelopeDownload requestServer did return more messages for ID `%s' on MessageDownload requestServer did return more responses for ID `%s' on VerifyMessage requestServer did return more signed data for message ID `%s' on %s requestServer redirects on <%s> because OTP authentication succeeded.Server refused %s request (code=%s, message=%s) Server refused %s request for %s message ID (code=%s, message=%s) Server refused EraseMessage request (code=%s, message=%s) Server refused FindDataBox request (code=%s, message=%s) Server refused GetListOfReceivedMessages request (code=%s, message=%s) Server refused GetListOfSentMessages request (code=%s, message=%s) Server refused bogus request (code=%s, message=%s) Server refused to change password on ChangeISDSPassword request (code=%s, message=%s) Server refused to change password on ChangePasswordOTP request (code=%s, message=%s) Server refused to send new code on SendSMSCode request (code=%s, message=%s) Server returned %ld HTTP code Server returned OTP authentication message: %sServer truncated response on FindDataBox request (code=%s, message=%s) SignedMessageDownload request processed by server successfully. SignedSentMessageDownload request processed by server successfully. Some suboperations failedStart: name=%s, depth=%zd, offset=%#jx => boundary=%#zx Submitting document for conversion into Czech POINT depositSubstring with isds:MessageDownloadResponse element could not be located in raw SOAP messageSubstring with isds:dmDM element could not be located in raw messageSuccessThe query string is emptyThird argument (new password) of isds_change_password() is NULLThis function requires OTP-authenticated contextTimed outToo bigToo smallUnexpected errorUnknown delivery info event prefix: %s Unknown errorUnknown isds:PDZType value: %sUnknown isds:ciEventType value: %sUnknown isds:dbSendOptions value: %sUnknown isds:dbType: %sUnknown isds:userType value: %sUnknown name spaceUnknown one-time password authentication method requested by applicationUnknown problem with engine for protocol %s Unknown root element in ISDS name spaceUnspecified errorUnsupported hash algorithm: %sUser %s has been logged into server %s successfully User name and password for server %s have been unset from CURL handle. Value not uniqueValues not equalVerifyMessage request processed by server successfully. Wrong element in ISDS response for %s request while extracting credentials delivery details XML document does not contain sisds:dmReturnedMessage elementXML document has more sisds:dmDelivery elementsXML document has more sisds:dmReturnedMessage elementsXML document is missing root elementXML document is not sisds:dmDelivery documentXML documents cannot be submitted to conversionXML problemXML_Parse failed You are not allowed to perform the searchYour curl library cannot distinguish certificate formats. Make sure your cryptographic library understands your certificate file by default, or upgrade curl. Your curl library cannot pass certificate revocation list to cryptographic library. Make sure cryptographic library default setting delivers proper CRLs, or upgrade curl. `copies' list item contains empty dataauth datadigest datadmSignature element is emptyencrypted dataencrypted data by session keyexpat library initialization failed gcrypt library initialization failed gcrypt version in use: %s gpg-error library initialization failed n/aother dataplain datasigned datasisds:dmHash element is missing hash valueunknown dataProject-Id-Version: libisds 0.10 Report-Msgid-Bugs-To: petr.pisar@atlas.cz POT-Creation-Date: 2017-07-09 13:34+0200 PO-Revision-Date: 2015-01-10 16:49+0100 Last-Translator: Petr Pisar Language-Team: Czech Language: cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2; Nalezena uzavírací značka elementu „%s“ Nalezena otevírací značka elementu „%s“ %s (%s, %s, %s, libxml2 %s)%s (%s, %s, libxml2 %s)%s (%s, GPGME %s, gcrypt %s, %s, libxml2 %s)%s (GPGME %s, gcrypt %s, %s, libxml2 %s)Element %s obsahuje více potomků %sElement %s neobsahuje potomka %sElement %s je prázdný%s má méně než %d znak%s má méně než %d znaky%s má méně než %d znaků%s má více než %d znak%s má více než %d znaky%s má více než %d znaků%s není platné celé číslo: %sPožadavek %s úspěšně zpracován serverem. Hodnota %s je záporná: %ldHodnota %s není platnou pravdivostní hodnotou: %sHodnota %s je mimo rozsah platnosti long int: %s%s: %s%s: server zaslal chybný typ MIME: %sPožadavek Activate úspěšně zpracován serverem. Aplikace zrušila přenos HTTPAutentizace selhalaChybný typ surové reprezentace doručenkyChybný typ reprezentace syrové zprávyChybný typ syrové reprezentaceZ URL kontextu nebylo možné odvodit základní URLZ URL kontextu nebylo možné odvodit základní URL, protože kontext neměl nastaveno žádné URLPoškozená zpráva přijata severem. Toto by se stát nemělo. Jak jméno uživatele, tak i heslo musí být zadányCertifikáty autorit se budou od teď hledat v adresáři „%s“ Certifikáty autorit se budou od teď hledat v souboru „%s“ Ověření CMS se nezdařilo: %sCMS: Začátek dat nalezen CMS: Konec dat nalezen CMS: Druh dat: %s CRL se budou od teď hledat v souboru „%s“ Inicializace knihovny CMS selhala CMS nelze rozebratPožadavek CheckDataBox úspěšně zpracován serverem. Klientský certifikát %s bude načten ze souboru „%s“ Soukromý %s klienta bude načten ze souboru „%s“ Klientský certifikát „%s“ bude načten z jednotky „%s“ Klientský certifikát bude načten z jednotky „%s“ Použije se klientský soukromý klíč „%s“ z jednotky „%s“ Použije se klientský soukromý klíč z jednotky „%s“ Kód 302: Server přesměrovává při požadavku pro <%s>. V bezstavovém režimu je přesměrování zakázáno.Kód 404: Dokument (%s) na serveru nenalezenPožadavek ConfirmDelivery úspěšně zpracován serverem. Spojení uzavřenoSpojení na server %s uzavřeno Cookie pro spojení k <%s> autentizované jednorázovým heslem nebylo možné zneplatnitCookie pro spojení k <%s> autentizované jednorázovým heslem bylo zneplatněno. Cookies budou uloženy a odesílány, protože kontext byl autentizován jednorázovým heslem. Požadavek %s nebylo možné sestavitPožadavek Activate nebylo možné sestavitPožadavek CheckDataBox nebylo možné sestavitPožadavek EraseMessage nebylo možné sestavitPožadavek FindDataBox nebylo možné sestavitNebylo možné sestavit rozbitý požadavek na ISDSNebylo možné sestavit prostoduchý požadavek na ISDSPožadavek NewAccessData nebylo možné sestavitPožadavek UpdateDataBoxDescr nebylo možné sestavitPožadavek UpdateDataBoxUser nebylo možné sestavitK elementu %s nebylo možné přidat atribut %sK elementu %s nebylo možné přidat potomka %sDo obálky požadavku SOAP nebylo možné vložit těloDo elementu CheckDataBox nebylo možné přidat potomka dbIDDo elementu FindDataBox nebylo možné přidat potomka dbOwnerInfoDo elementu %s nebylo možné přidat potomka dmEnvelopeK elementu %s nebylo možné přidat potomka dmFileDo elementu %s nebylo možné přidat potomka dmFilesDo elementu dmRecipients nebylo možné přidat potomka dmRecipientDo elementu CreateMultipleMessage nebylo možné přidat potomka dmRecipientsK elementu %s nebylo možné přidat potomka dmXMLContentDo obálky požadavku SOAP nebylo možné přidat obsah požadavkuObsluhu parseru CMS nebylo možné alokovatČtečku CMS nebylo možné alokovatZapisovadlo CMS nebylo možné alokovatElement dmXMLContent nebylo možné alokovatNebylo možné alokovat hlavní dmFileNebylo možné napojit čtečku CMS na strukturu PKCS#7Požadavek %s nebylo možné sestavitPožadavek %s pro schránku %s nebylo možné sestavitPožadavek %s pro zprávu s ID %s nebylo možné sestavitPožadavek AuthenticateMessage nebylo možné sestavitPožadavek ChangeISDSPassword nebylo možné sestavitPožadavek ChangePasswordOTP nebylo možné sestavitPožadavek CreateMessage nebylo možné sestavitPožadavek CreateMultipleMessage nebylo možné sestavitPožadavek na konverzi Czech POINTem nebylo možné sestavitDokument s odpovědí úschovny Czech POINTu nebylo možné sestavitPožadavek DataBoxCreditInfo pro schránku %s nebylo možné sestavitPožadavek GetDataBoxList nebylo možné sestavitPožadavek GetListOfReceivedMessages nebylo možné sestavitPožadavek GetListOfSentMessages nebylo možné sestavitPožadavek GetMessageStateChanges nebylo možné sestavitPožadavek na přihlášení do ISDS nebylo možné sestavitDokument s odpovědí ISDS nebylo možné sestavitNebylo možné sestavit požadavek ISDSSearch2Požadavek Re-signISDSDocument nebylo možné sestavitDokument se SOAP požadavkem nebylo možné sestavitObálku požadavku SOAP nebylo možné sestavitPožadavek SendSMSCode nebylo možné sestavitNebylo možné sestavit dočasný dokumentNebylo možné zkontrolovat verzi grcypt Nebylo možné zkontrolovat délku identifikátoru zprávu: %sNebylo možné spočítat hash zprávyPDZExpire nebylo možné převést jako ISO čas: %sArgument „from_date“ nebylo možné převést na ISO datumArgument „since“ nebylo možné převést na ISO datumArgument „to_date“ nebylo možné převést na ISO datumciEventTime nebylo možné převést jako ISO čas: %sdmAcceptanceTime nebylo možné převést jako ISO čas: %sdmDeliveryTime nebylo možné převést jako ISO čas: %sdmEventTime nebylo možné převést jako ISO čas: %spswExpDate nebylo možné převést jako ISO čas: %sObsah požadavku nebylo možné zkopírovatNebylo možné zkopírovat podstromNebylo možné vytvořit jmenný prostor úschovny Czech POINTuKontext GPGME nebylo možné vytvořit: %sNebylo možné vytvořit jmenný prostor ISDSNebylo možné vytvořit jmenný prostor ISDS1Nebylo možné vytvořit jmenný prostor SOAPNebylo možné vytvořit serializátor XMLNebylo možné vytvořit obsluhu dat pro prostou zprávu získanou ze struktury CMS: %sNebylo možné vytvořit obsluhu dat pro podepsanou zprávu ze struktury CMS: %sNebylo možné vytvořit prázdný jmenný prostorNebylo možné vytvořit xmlBufferPro požadavek HTTP nebylo možné vytvořit xmlBufferNebylo možné zakázat escapování atributůUzel XML nebylo možné vypsatNebylo možné vysvětlit GPGME, že struktura CMS je uložena v binárním formátu DER: %sHodnotu požadovaného atributu %s elementu %s nebylo možné získatNepodařilo se získat prostá data z GPGME po té, co byla struktura CMS ověřenaData nebylo možné rozebrat coby XML dokumentAutentizační údaje nebylo možné předat knihovně CURLČtečku CMS nebylo možné zaregistrovat k obsluze CMSAutentizační údaje nebylo možné z deskriptoru CURL odstranit.Požadavek SOAP nebylo možné zapsat do těla požadavku HTTPPodstrom XML nebylo možné zapsat jako řetězecKontextu GPGME nebylo možné nastavit protokol CMS: %sPožadavek CreateDataBox úspěšně zpracován serverem. Požadavek CreateMessage úspěšně zpracován serverem. Požadavek CreateMultipleMessageResponse úspěšně zpracován serverem. Vytvoření BIO čtedla pro CMS selhaloPro klíč a certifikát se použije kryptografická jednotka „%s“ Knihovna curl neumožňuje definovat CRLÚschovna Czech POINTu odmítla dokument určený pro konverzi (kód=%ld, zpráva=%s)DERPožadován hash dat, délka %zu, obsah: %*s Konec dat určených pro výpočet hashe Požadavek DataBoxCreditInfo úspěšně zpracován serverem. Obsah informace o doručení: %.*s Konec informace o doručení Informace o doručení neobsahují žádnou událostInformace o doručení úspěšně nahrány. Vypíná se ověřovaní identity serveru. Toto bylo vaše rozhodnutí. Dokument %s byl úspěšně odeslán serveru za účelem konverze Dokument má neplatnou hodnotu atributu dmFileMetaType: %sDokument má více elementů dmEncodedContentDokument má více elementů dmXMLContentDokument nemá ani element dmEncodedContent, ani dmXMLContentDokument má neznámý dmFileMetaType: %ldDokument ze jmenného prostoru ISDS je zabalen do CMSDokument postrádá povinnou definici typu MIMEDokument postrádá povinný popis (název)Položka E-mail je povinnáNa vstupu je prázdná struktura CMSPrázdný element isds:dbSendOptionsPrázdný element isds:dbTypeKonec těla POSTu Konec těla odpovědi Konec: název=%s, hloubka=%zd, pozice=%#jx počet=%u → hranice=%#zx Výkonná jednotka %s není správně nainstalována Výkonná jednotka %s nainstalována ve verzi %s, avšak vyžadována je alespoň verze %s Požadavek EraseMessage úspěšně zpracován serverem. Chyba při dekódování struktury PKCS#7 z Base64Chyba při dekódování archivu se seznamem schránek z Base64Chyba při dekódování obsahu dokumentu z Base64Chyba při dekódování hodnoty hashe z Base64Chyba při dekódování přepodepsaných dat z Base64Chyba při dekódování hodnoty časového razítka z Base64Chyba při při dávání XML dokumentu do dmXMLContentChyba při rozebírání struktury PKCS#7: %sChyba při odstraňování uživatelského jména a heslo z deskriptoru CURL pro spojení na server %s. Expat přeložen s podporou (širokých) znaků UTF-16 Expat nepřeložen s podporou jmenných prostorů Konečná odpověď na %s přijata Požadavek FindDataBox úspěšně zpracován serverem. GPGME přeloženo bez podpory protokolu %s GPGME nepodporuje CMS Inicializace GPGME selhala Inicializace knihovny GPGME selhala Používá se GPGME ve verzi: %s Požadavek GetDataBoxList úspěšně zpracován serverem. Požadavek GetDataBoxUsers úspěšně zpracován serverem. Požadavek GetDeliveryInfo úspěšně zpracován serverem. Požadavek GetListOfReceivedMessages úspěšně zpracován serverem. Požadavek GetListOfSentMessages úspěšně zpracován serverem. Požadavek GetMessageAuthor úspěšně zpracován serverem. Požadavek GetMessageStateChanges úspěšně zpracován serverem. Požadavek GetOwnerInfoFromLogin úspěšně zpracován serverem. Požadavek GetPasswordInfo úspěšně zpracován serverem. Požadavek GetSignedDeliveryInfo úspěšně zpracován serverem. Požadavek GetUserInfoFromLogin úspěšně zpracován serverem. Buffer pro zapisovadlo CMS se nepodařilo získatZadaná struktura zprávy postrádá obálkuZadaná struktura zprávy postrádá syrovou reprezentaciByla zaznamenána navazující hlavička HTTP bez předchozí uvozující hlavičky. Neplatný řádek v odpovědi HTTP bude přeskočen. Problém HTTPŘekl jsem, že spojení je uzavřenoISDS potvrdil pravost zprávy ISDS na požadavek %s nevrátil token, i když byl o to požádán ISDS takovou zprávu neznáOdpověď ISDS postrádá element StatusCodeOdpověď ISDS na požadavek %s postrádá status Odpověď ISDS na požadavek ChangeISDSPassword postrádá status Odpověď ISDS na požadavek ChangePasswordOTP postrádá status Odpověď ISDS na požadavek CreateMessage postrádá status Odpověď ISDS na požadavek CreateMultipleMessage postrádá status Odpověď ISDS na požadavek EraseMessage postrádá status Odpověď ISDS na požadavek FindDataBox postrádá status Odpověď ISDS na požadavek GetListOfReceivedMessages postrádá status Odpověď ISDS na požadavek GetListOfSentMessages postrádá status Odpověď ISDS na požadavek SendSMSCode postrádá status Odpověď ISDS na poškozený požadavek postrádá status ISDS vrátil neočekávaný počet stavů doručení kopie zprávy: %dServer ISDS je na živu Server ISDS nebylo možné kontaktovat Problém serveru ISDSServer ISDS vrátil neznámou chybuOdpověď ISDS1 postrádá element StatusCodePožadavek ISDSSearch2 úspěšně zpracován serverem. Pokud se používá autentizace jednorázovým heslem, změna hesla rovněž vyžaduje údaje pro přihlášení jednorázovým heslemPokud se používá autentizační metoda jednorázovým heslem, požadavek na nové jednorázové heslo rovněž vyžaduje argument s údaji pro jednorázové hesloInicializace kryptografického jádra selhala Neplatná hodnota %s: %sNeplatná hodnota druhu schránky: %dNeplatný kontextNeplatná hodnota dataNeplatná hodnota dateInserted: %sNeplatná hodnota dbType: %dNeplatná hodnota dmValidTo: %sNeplatná výčtová hodnotaNeplatný vstupNeplatná hodnota isds:biDate: %sNeplatní hodnota filtru stavů: %ldNeplatná hodnota stavu zprávy: %luNeplatná hodnota cíle: %dNeplatná hodnota userType: %dNeplatná hodnotaChyba při aktualizaci LDAPSeznam obsahuje dokumenty odkazující na neexistující identifikátor dokumentu „%s“Seznam obsahuje více dokumentů se stejným identifikátorem „%s“Seznam obsahuje více hlavních dokumentůSeznam neobsahuje hlavní dokumentSeznam dokumentů obsahuje prázdnou položkuNahrává se zpráva: %.*s Konec zprávy Odhlášeno ze serveru ISDS Probíhá přihlašování uživatele %s na server %s Požadavek MarkMessageAsDownloaded úspěšně zpracován serverem. Identifikátor zprávy nesmí být delší než 20 znaků: %sV kopii zprávy chybí identifikátor schránky příjemceZpráva nenese syrovou reprezentaciZpráva neobsahuje žádný dokumentZpráva úspěšně nahrána. Zpráva určená ke smazání náleží jiné schránceZpráva určená ke smazání není uložena v dlouhodobém úložišti nebo směr zprávy neodpovídáDruh zprávy v atributu dmType není dlouhý jeden znak: %sDruh zprávy uvedený v obálce není dlouhý jeden znak: %sPožadavek MessageDownload úspěšně zpracován serverem. Požadavek MessageEnvelopeDownload úspěšně zpracován serverem. Vyžadována alespoň verze %d.%d.%d Expatu. Současná verze je %d.%d.%d Chybí element ActivateResponseChybí element CheckDataBoxResponseChybí element CreateMessageResponseChybí element DataBoxCreditInfoResponseChybí element GetMessageAuthorResponseChybí element GetPasswordInfoResponseChybí element ISDSSearch2Chybí element Re-signISDSDocumentResponseV odpovědi úschovny Czech POINTu chybí element „return“Chybí element dbOwnerInfoChybí element dbUserInfoElement dmQTimestamp postrádá obsah Chybí element isds:dmSingleStatusPod elementem typu XSD:tMStatus chybí isds:dmStatusCodeChybí povinné celé číslo isds:dmMessageStatusChybí povinné celé číslo sisds:dmMessageStatusNásobný element %sNásobný element ActivateResponseNásobný element CheckDataBoxResponseNásobný element CreateMessageResponseNásobný element DataBoxCreditInfoResponseNásobný element GetMessageAuthorResponseNásobný element GetPasswordInfoResponseNásobný element ISDSSearch2Násobný element Re-signISDSDocumentResponseV odpovědi úschovny Czech POINTu je element „return“ vícekrátNásobný element dbOwnerInfoNásobný element dbUserInfoPro výstupní strukturu CMS byl předán ukazatel NULLFunkci statuscode2isds_error() byl předán stavový kód NULLProblém se sítíNové jednorázové heslo bylo na základě požadavku SendSMSCode úspěšně odesláno. Požadavek NewAccessData úspěšně zpracován serverem. Na zkopírování XML dokumentu není dostatek pamětiNedostatek paměti na zakódování %zd bajtu do Base64Nedostatek paměti na zakódování %zd bajtů do Base64Nedostatek paměti na zakódování %zd bajtů do Base64Nedostatek paměti na normalizaci MIME typu dokumentuNeexistujeNepřihlášenoNení podporovánoPřijaty autentizační hlavičky jednorázového hesla: metoda=%s, heslo=%s, zpráva=%s Hlavičky autentizace jednorázovým heslem přesměrovávají na: <%s> Aplikace poskytla jednorázové heslo, server nebude požádán o nové. Aplikace neposkytla jednorázové heslo, server bude požádán o nové. Staré heslo není platnéJednorázové heslo nelze opakovaně zaslat dříve jak za 30 sekundJednorázové heslo se nepodařilo odeslat. Zkuste to později.Operace zrušenaNedostatek pamětiOdchozí zpráva postrádá obálkuOdchozí zpráva postrádá seznam dokumentůOdchozí zpráva postrádá identifikátor schránky příjemcePožadavek PDZInfo úspěšně zpracován serverem. PEMDélka těla POSTu: %zu, obsah následuje: Heslo nelze znovu použítHeslo nemůže obsahovat posloupnost tří stejných znakůHeslo nemůže obsahovat identifikátor uživateleHeslo úspěšně změněno požadavkem ChangeISDSPassword. Heslo úspěšně změněno požadavkem ChangePasswordOTP. Heslo obsahuje zakázané znakyHeslo je příliš jednoduchéDélka hesla musí být mezi 8 a 32 znakyHeslo musí obsahovat alespoň jedno velké písmeno, jedno malé písmeno a jednu čísliciPinkám do serveru ISDS Zpracování odpovědi ISDS na požadavek %s selhalo Zpracování odpovědi ISDS na požadavek ChangeISDSPassword selhalo Zpracování odpovědi ISDS na požadavek ChangePasswordOTP selhalo Zpracování odpovědi ISDS na požadavek CreateMessage selhalo Zpracování odpovědi ISDS na požadavek CreateMultipleMessage selhalo Zpracování odpovědi ISDS na požadavek EraseMessage selhalo Zpracování odpovědi ISDS na požadavek FindDataBox selhalo Zpracování odpovědi ISDS na požadavek GetListOfReceivedMessages selhal Zpracování odpovědi ISDS na požadavek GetListOfSentMessages selhal Zpracování odpovědi ISDS na požadavek SendSMSCode selhalo Zpracování odpovědi ISDS na poškozený požadavek selhalo Vyhledávací řetězec musí být neprázdnýPožadovaná velikost stránky je příliš velkáŽádost na server o nové jednorázové heslo závislé na čase vyžaduje autentizační metodu jednorázovým heslemŽádost na server o nové jednorázové heslo závislé na čase vyžaduje nedefinované jednorázové heslo v argumentu s údaji pro jednorázové hesloDélka těla odpovědi: %zu, obsah následuje: Kořenový element nespadá do žádného jmenného prostoruProblém v SOAPPožadavek SOAP odeslán na %s: %.*s Konec požadavku SOAP Odpověď SOAP neobsahuje element úschovny Czech POINTuOdpověď SOAP neobsahuje SOAP element BodyOdpověď SOAP neobsahuje element ze jmenného prostoru %sOdpověď SOAP obsahuje více jak jeden element BodyPřijata odpověď SOAP: %.*s Konec odpovědi SOAP Odpověď SOAP vyžaduje nepodporovanou funkciOdpověď SOAP signalizuje chybu (Fault)Odpověď SOAP signalizuje chybu (Fault): %sSOAP vrátil prázdné těloVnitřní chyba vyhledávacího programuHledaný identifikátor schránky je chybně utvořenHledaný identifikátor organizace je chybně utvořenHledá se hranice elementu: %s Druhý argument (staré heslo) funkce isds_change_password() je NULLDruhý argument (heslo) funkce isds_change_password() je NULLBezpečnostní problémVybraný způsob autentizace: jednorázové heslo vytvořené pomocí HMAC Vybraný způsob autentizace: jednorázové heslo závislé na čase Vybraný způsob autentizace: komerční certifikát, jméno uživatele a heslo Vybraný způsob autentizace: žádný certifikát, jméno uživatele a heslo Vybraný způsob autentizace: systémový certifikát, ID schránky a žádné heslo Vybraný způsob autentizace: systémový certifikát, žádné jméno uživatele a žádné heslo Odesílá se požadavek %s na zprávu s ID %s do ISDS Požadavek %s se odesílá na adresu <%s> Odesílá se požadavek %s do ISDS Požadavek ChangeISDSPassword se odesílá do ISDS Požadavek ChangePasswordOTP se odesílá do ISDS Požadavek CreateMessage se odesílá do ISDS Požadavek CreateMultipleMessage se odesílá do ISDS Odesílá se požadavek EraseMessage na zprávu s ID %s do ISDS Požadavek FindDataBox se odesílá do ISDS Požadavek GetListOfReceivedMessages se odesílá do ISDS Požadavek GetListOfSentMessages se odesílá do ISDS Odesílá se požadavek SendSMSCode do ISDS Do ISDS se odesílá poškozený požadavek Server přijal požadavek Activate, ale nevrátil element „password“. Server přijal požadavek Activate, ale nevrátil element „userId“. Server přijal odeslanou zprávu, ale nevrátil identifikátor přidělený zprávě Server přijal odeslanou zprávu, ale nevrátil přiřazený identifikátor zprávy Server přijal zprávu pro více příjemců v požadavku CreateMultipleMessage, ale doručení některému z nich se nezdařilo (kód=%s, zpráva=%s) Server nepřijal zprávu z požadavku CreateMessage pro %s (kód=%s, zpráva=%s) Server nepřijal v požadavku CreateMultipleMessage zprávu pro více příjemců (kód=%s, zpráva=%s) Server při požadavku FindDataBox nenalezl žádnou schránku (kód=%s, zpráva=%s) Server na požadavek GetDeliveryInfo s ID „%s“ nevrátil žádné informace o doručeníServer nevrátil žádnou obálku na požadavek MessageEnvelopeDownload s ID „%s“Server na požadavek MessageDownload s ID „%s“ nevrátil žádnou zprávuServer na požadavek VerifyMessage s ID „%s“ nevrátil žádnou odpověďServer na požadavek AuthenticateMessage nevrátil žádnou odpověďServer nevrátil žádná podepsaná data pro zprávu s ID „%s“ na požadavek %sServer nezaslal přepodepsaná dataServer vrátil více obálek na požadavek MessageEnvelopeDownload s ID „%s“Server na požadavek MessageDownload s ID „%s“ vrátil více zprávServer na požadavek VerifyMessage s ID „%s“ vrátil více odpovědíServer na požadavek %s o zprávu s ID „%s“ vrátil více podepsaných datServer přesměrovává na <%s>, protože autentizace jednorázovým heslem uspěla.Server odmítl požadavek %s (kód=%s, zpráva=%s) Server odmítl požadavek %s na zprávu s ID %s (kód=%s, zpráva=%s) Server odmítl požadavek EraseMessage (kód=%s, zpráva=%s) Server odmítl požadavek FindDataBox (kód=%s, zpráva=%s) Server odmítl požadavek GetListOfReceivedMessages (kód=%s, zpráva=%s) Server odmítl požadavek GetListOfSentMessages (kód=%s, zpráva=%s) Server odmítl poškozený požadavek (kód=%s, zpráva=%s) Při požadavku ChangeISDSPassword odmítl server změnit heslo (kód=%s, zpráva=%s) Při požadavku ChangePasswordOTP odmítl server změnit heslo (kód=%s, zpráva=%s) Server odmítl na požadavek SendSMSCode zaslat nové jednorázové heslo (kód=%s, zpráva=%s) Server vrátil HTTP kód %ld Server vrátil zprávu o autentizaci jednorázovým heslem: %sServer zkrátil odpověď na požadavek FindDataBox (kód=%s, zpráva=%s) Požadavek SignedMessageDownload úspěšně zpracován serverem. Požadavek SignedSentMessageDownload úspěšně zpracován serverem. Některé dílčí operace selhalyZačátek: název=%s, hloubka=%zd, pozice=%#jx → hranice=%#zx Odesílá se dokument na konverzi do úschovny Czech POINTuPodřetězec s elementem isds:MessageDownloadResponse nemohl být nalezen v syrové SOAP zprávěV syrové zprávě nebylo možné nalézt podřetězec s elementem isds:dmDMÚspěchVyhledávací řetězec je prázdnýTřetí argument (nové heslo) funkce isds_change_password() je NULLTato funkce vyžaduje kontext autentizovaný jednorázovým heslemČas vypršelPříliš velkéPříliš maléNeočekávaná chybaNeznámá předpona informace o události doručení: %s Neznámá chybaNeznámá hodnota isds:PDZType: %sNeznámá hodnota isds:ciEventType: %sNeznámá hodnota isds:dbSendOptions: %sNeznámá hodnota isds:dbType: %sNeznámá hodnota isds:userType: %sNeznámý jmenný prostorAplikace si vyžádala neznámou autentizační metodu jednorázovým heslemNeznámý problém s výkonnou jednotkou protokolu %s Neznámý kořenový element ve jmenném prostoru ISDSBlíže neurčená chybaNepodporovaný hashovací algoritmus: %sUživatele %s byl úspěšně přihlášen na server %s Uživatelské jméno a heslo pro server %s byly z deskriptoru CURL odstraněny. Hodnota není jedinečnáHodnoty se nerovnajíPožadavek VerifyMessage úspěšně zpracován serverem. Při zjišťování způsobu doručení přihlašovacích údajů nalezen v odpovědi ISDS na požadavek %s chybný element Dokument XML neobsahuje element sisds:dmReturnedMessageDokument XML obsahuje více elementů sisds:dmDeliveryDokument XML obsahuje více elementů sisds:dmReturnedMessageDokument XML postrádá kořenový elementDokument XML není dokumentem sisds:dmDeliveryDokumenty XML nelze odeslat ke konverziProblém s XMLXML_Parse selhala Hledání nemáte dovolenoVaše knihovna curl neumí rozlišit formát certifikátů. Ujistěte se, že vaše kryptografická knihovna souboru s certifikátem standardně rozumí, nebo nainstalujte novější verzi knihovny curl. Vaše knihovna curl neumí předat kryptografické knihovně seznam zneplatněných certifikátů Přesvědčete se, že výchozí nastavení kryptografické knihovny pracuje se správnými CRL, nebo nainstalujte novější verzi knihovny curl. Položka seznamu „copies“ obsahuje prázdná dataautentizační datadata kontrolního součtuElement dmSignature je prázdnýzašifrovaná datadata zašifrovaná klíčem relaceInicializace knihovny expat selhala Inicializace knihovny gcrypt selhala Používá se gcrypt ve verzi: %s Inicializace knihovny gpg-error selhala −jiná dataprostá datapodepsaná dataElement sisds:dmHash postrádá hodnotu hasheneznámá datalibisds-0.10.7/po/Makefile.in.in0000644000076400001440000004040712230035236013242 00000000000000# Makefile for PO directory in any package using GNU gettext. # Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper # # This file can be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU General Public # License but which still want to provide support for the GNU gettext # functionality. # Please note that the actual code of GNU gettext is covered by the GNU # General Public License and is *not* in the public domain. # # Origin: gettext-0.18.2 GETTEXT_MACRO_VERSION = 0.18 PACKAGE = @PACKAGE@ VERSION = @VERSION@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ SHELL = /bin/sh @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datarootdir = @datarootdir@ datadir = @datadir@ localedir = @localedir@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, # @install_sh@ does not start with $(SHELL), so we add it. # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. mkinstalldirs = $(SHELL) @install_sh@ -d install_sh = $(SHELL) @install_sh@ MKDIR_P = @MKDIR_P@ mkdir_p = @mkdir_p@ GMSGFMT_ = @GMSGFMT@ GMSGFMT_no = @GMSGFMT@ GMSGFMT_yes = @GMSGFMT_015@ GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) MSGFMT_ = @MSGFMT@ MSGFMT_no = @MSGFMT@ MSGFMT_yes = @MSGFMT_015@ MSGFMT = $(MSGFMT_$(USE_MSGCTXT)) XGETTEXT_ = @XGETTEXT@ XGETTEXT_no = @XGETTEXT@ XGETTEXT_yes = @XGETTEXT_015@ XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) MSGMERGE = msgmerge MSGMERGE_UPDATE = @MSGMERGE@ --update MSGINIT = msginit MSGCONV = msgconv MSGFILTER = msgfilter POFILES = @POFILES@ GMOFILES = @GMOFILES@ UPDATEPOFILES = @UPDATEPOFILES@ DUMMYPOFILES = @DUMMYPOFILES@ DISTFILES.common = Makefile.in.in remove-potcdate.sin \ $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \ $(POFILES) $(GMOFILES) \ $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) POTFILES = \ CATALOGS = @CATALOGS@ # Makevars gets inserted here. (Don't remove this line!) .SUFFIXES: .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update .po.mo: @echo "$(MSGFMT) -c -o $@ $<"; \ $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ .po.gmo: @lang=`echo $* | sed -e 's,.*/,,'`; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo .sin.sed: sed -e '/^#/d' $< > t-$@ mv t-$@ $@ all: all-@USE_NLS@ all-yes: stamp-po all-no: # Ensure that the gettext macros and this Makefile.in.in are in sync. CHECK_MACRO_VERSION = \ test "$(GETTEXT_MACRO_VERSION)" = "@GETTEXT_MACRO_VERSION@" \ || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version @GETTEXT_MACRO_VERSION@" 1>&2; \ exit 1; \ } # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because # we don't want to bother translators with empty POT files). We assume that # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. # In this case, stamp-po is a nop (i.e. a phony target). # stamp-po is a timestamp denoting the last time at which the CATALOGS have # been loosely updated. Its purpose is that when a developer or translator # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent # invocations of "make" will do nothing. This timestamp would not be necessary # if updating the $(CATALOGS) would always touch them; however, the rule for # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot @$(CHECK_MACRO_VERSION) test ! -f $(srcdir)/$(DOMAIN).pot || \ test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) @test ! -f $(srcdir)/$(DOMAIN).pot || { \ echo "touch stamp-po" && \ echo timestamp > stamp-poT && \ mv stamp-poT stamp-po; \ } # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', # otherwise packages like GCC can not be built if only parts of the source # have been downloaded. # This target rebuilds $(DOMAIN).pot; it is an expensive operation. # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. # The determination of whether the package xyz is a GNU one is based on the # heuristic whether some file in the top level directory mentions "GNU xyz". # If GNU 'find' is available, we avoid grepping through monster files. $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f -size -10000000c -exec grep 'GNU @PACKAGE@' /dev/null '{}' ';' 2>/dev/null; \ else \ LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null; \ fi; \ } | grep -v 'libtool:' >/dev/null; then \ package_gnu='GNU '; \ else \ package_gnu=''; \ fi; \ if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ else \ msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ fi; \ case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ *) \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --package-name="$${package_gnu}@PACKAGE@" \ --package-version='@VERSION@' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ esac test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ else \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ else \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ } # This rule has no dependencies: we don't need to update $(DOMAIN).pot at # every "make" invocation, only create it when it is missing. # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. $(srcdir)/$(DOMAIN).pot: $(MAKE) $(DOMAIN).pot-update # This target rebuilds a PO file if $(DOMAIN).pot has changed. # Note that a PO file is not touched if it doesn't need to be changed. $(POFILES): $(srcdir)/$(DOMAIN).pot @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ if test -f "$(srcdir)/$${lang}.po"; then \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \ cd $(srcdir) \ && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \ *) \ $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \ esac; \ }; \ else \ $(MAKE) $${lang}.po-create; \ fi install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ for file in $(DISTFILES.common) Makevars.template; do \ $(INSTALL_DATA) $(srcdir)/$$file \ $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ for file in Makevars; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi install-data-no: all install-data-yes: all @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ fi; \ done; \ done install-strip: install installdirs: installdirs-exec installdirs-data installdirs-exec: installdirs-data: installdirs-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ else \ : ; \ fi installdirs-data-no: installdirs-data-yes: @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ fi; \ done; \ done # Define this as empty until I found a useful application. installcheck: uninstall: uninstall-exec uninstall-data uninstall-exec: uninstall-data: uninstall-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ for file in $(DISTFILES.common) Makevars.template; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi uninstall-data-no: uninstall-data-yes: catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ done; \ done check: all info dvi ps pdf html tags TAGS ctags CTAGS ID: mostlyclean: rm -f remove-potcdate.sed rm -f stamp-poT rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po rm -fr *.o clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES *.mo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f stamp-po $(GMOFILES) distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: $(MAKE) update-po @$(MAKE) dist2 # This is a separate target because 'update-po' must be executed before. dist2: stamp-po $(DISTFILES) dists="$(DISTFILES)"; \ if test "$(PACKAGE)" = "gettext-tools"; then \ dists="$$dists Makevars.template"; \ fi; \ if test -f $(srcdir)/$(DOMAIN).pot; then \ dists="$$dists $(DOMAIN).pot stamp-po"; \ fi; \ if test -f $(srcdir)/ChangeLog; then \ dists="$$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f $(srcdir)/ChangeLog.$$i; then \ dists="$$dists ChangeLog.$$i"; \ fi; \ done; \ if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ for file in $$dists; do \ if test -f $$file; then \ cp -p $$file $(distdir) || exit 1; \ else \ cp -p $(srcdir)/$$file $(distdir) || exit 1; \ fi; \ done update-po: Makefile $(MAKE) $(DOMAIN).pot-update test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) $(MAKE) update-gmo # General rule for creating PO files. .nop.po-create: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ exit 1 # General rule for updating PO files. .nop.po-update: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ cd $(srcdir); \ if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ *) \ $(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ esac; \ }; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi $(DUMMYPOFILES): update-gmo: Makefile $(GMOFILES) @: # Recreate Makefile by invoking config.status. Explicitly invoke the shell, # because execution permission bits may not work on the current file system. # Use @SHELL@, which is the shell determined by autoconf for the use by its # scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ && @SHELL@ ./config.status $(subdir)/$@.in po-directories force: # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libisds-0.10.7/po/POTFILES.in0000644000076400001440000000022512454241347012351 00000000000000# List of source files which contain translatable strings. src/crypto_gpg.c src/crypto_openssl.c src/isds.c src/physxml.c src/soap.c src/validator.c libisds-0.10.7/po/libisds.pot0000644000076400001440000013004713130412325012743 00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Petr Písař # This file is distributed under the same license as the libisds package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: libisds 0.10.7\n" "Report-Msgid-Bugs-To: petr.pisar@atlas.cz\n" "POT-Creation-Date: 2017-07-09 13:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: src/crypto_gpg.c:26 msgid "Could not check gcrypt version\n" msgstr "" #: src/crypto_gpg.c:39 #, c-format msgid "gcrypt version in use: %s\n" msgstr "" #: src/crypto_gpg.c:60 src/crypto_openssl.c:71 #, c-format msgid "" "Data hash requested, length=%zu, content:\n" "%*s\n" "End of data to hash\n" msgstr "" #: src/crypto_gpg.c:101 msgid "GPGME initialization failed\n" msgstr "" #: src/crypto_gpg.c:105 #, c-format msgid "GPGME version in use: %s\n" msgstr "" #: src/crypto_gpg.c:116 msgid "GPGME does not support CMS\n" msgstr "" #: src/crypto_gpg.c:127 #, c-format msgid "GPGME compiled without support for protocol %s\n" msgstr "" #: src/crypto_gpg.c:132 #, c-format msgid "Engine %s not installed properly\n" msgstr "" #: src/crypto_gpg.c:136 #, c-format msgid "Engine %s version %s installed, but at least version %s required\n" msgstr "" #: src/crypto_gpg.c:141 #, c-format msgid "Unknown problem with engine for protocol %s\n" msgstr "" #: src/crypto_gpg.c:159 msgid "gpg-error library initialization failed\n" msgstr "" #: src/crypto_gpg.c:166 msgid "GPGME library initialization failed\n" msgstr "" #: src/crypto_gpg.c:173 msgid "gcrypt library initialization failed\n" msgstr "" #: src/crypto_gpg.c:220 msgid "Could not allocate CMS parser handler" msgstr "" #: src/crypto_gpg.c:225 msgid "Could not allocate CMS reader" msgstr "" #: src/crypto_gpg.c:231 src/crypto_gpg.c:242 msgid "Could not bind CMS reader to PKCS#7 structure" msgstr "" #: src/crypto_gpg.c:236 msgid "Could not allocate CMS writer" msgstr "" #: src/crypto_gpg.c:248 msgid "Could not register CMS reader to CMS handler" msgstr "" #: src/crypto_gpg.c:265 #, c-format msgid "Error while parsing PKCS#7 structure: %s" msgstr "" #: src/crypto_gpg.c:270 msgid "CMS: Data beginning found\n" msgstr "" #: src/crypto_gpg.c:275 msgid "unknown data" msgstr "" #: src/crypto_gpg.c:276 msgid "plain data" msgstr "" #: src/crypto_gpg.c:277 msgid "signed data" msgstr "" #: src/crypto_gpg.c:279 msgid "encrypted data by session key" msgstr "" #: src/crypto_gpg.c:280 msgid "digest data" msgstr "" #: src/crypto_gpg.c:281 msgid "encrypted data" msgstr "" #: src/crypto_gpg.c:282 msgid "auth data" msgstr "" #: src/crypto_gpg.c:283 msgid "other data" msgstr "" #: src/crypto_gpg.c:285 #, c-format msgid "CMS: Data type: %s\n" msgstr "" #: src/crypto_gpg.c:288 msgid "CMS: Data end found\n" msgstr "" #: src/crypto_gpg.c:294 msgid "Getting CMS writer buffer failed" msgstr "" #: src/crypto_gpg.c:324 #, c-format msgid "Could not create GPGME context: %s" msgstr "" #: src/crypto_gpg.c:328 #, c-format msgid "Could not set CMS protocol for GPGME context: %s" msgstr "" #: src/crypto_gpg.c:332 #, c-format msgid "Could not create data handler for signed message in CMS structure: %s" msgstr "" #: src/crypto_gpg.c:335 #, c-format msgid "" "Could not explain to GPGME that CMS structure was packed in DER binary " "format: %s" msgstr "" #: src/crypto_gpg.c:339 #, c-format msgid "" "Could not create data handler for plain message extracted from CMS " "structure: %s" msgstr "" #: src/crypto_gpg.c:347 #, c-format msgid "CMS verification failed: %s" msgstr "" #: src/crypto_gpg.c:361 msgid "Could not get plain data from GPGME after verifying CMS structure" msgstr "" #: src/crypto_openssl.c:174 msgid "Creating CMS reader BIO failed" msgstr "" #: src/crypto_openssl.c:188 msgid "Cannot parse CMS" msgstr "" #: src/isds.c:24 src/isds.c:25 src/isds.c:26 src/isds.c:27 msgid "n/a" msgstr "" #: src/isds.c:711 msgid "CURL library initialization failed\n" msgstr "" #: src/isds.c:719 msgid "Initialization of cryptographic back-end failed\n" msgstr "" #: src/isds.c:730 msgid "expat library initialization failed\n" msgstr "" #: src/isds.c:764 #, c-format msgid "%s (%s, GPGME %s, gcrypt %s, %s, libxml2 %s)" msgstr "" #: src/isds.c:766 #, c-format msgid "%s (%s, %s, %s, libxml2 %s)" msgstr "" #: src/isds.c:770 #, c-format msgid "%s (GPGME %s, gcrypt %s, %s, libxml2 %s)" msgstr "" #: src/isds.c:772 #, c-format msgid "%s (%s, %s, libxml2 %s)" msgstr "" #: src/isds.c:793 msgid "Success" msgstr "" #: src/isds.c:795 msgid "Unspecified error" msgstr "" #: src/isds.c:797 msgid "Not supported" msgstr "" #: src/isds.c:799 msgid "Invalid value" msgstr "" #: src/isds.c:801 msgid "Invalid context" msgstr "" #: src/isds.c:803 msgid "Not logged in" msgstr "" #: src/isds.c:805 msgid "Connection closed" msgstr "" #: src/isds.c:807 msgid "Timed out" msgstr "" #: src/isds.c:809 msgid "Not exist" msgstr "" #: src/isds.c:811 msgid "Out of memory" msgstr "" #: src/isds.c:813 msgid "Network problem" msgstr "" #: src/isds.c:815 msgid "HTTP problem" msgstr "" #: src/isds.c:817 msgid "SOAP problem" msgstr "" #: src/isds.c:819 msgid "XML problem" msgstr "" #: src/isds.c:821 msgid "ISDS server problem" msgstr "" #: src/isds.c:823 msgid "Invalid enum value" msgstr "" #: src/isds.c:825 msgid "Invalid date value" msgstr "" #: src/isds.c:827 msgid "Too big" msgstr "" #: src/isds.c:829 msgid "Too small" msgstr "" #: src/isds.c:831 msgid "Value not unique" msgstr "" #: src/isds.c:833 msgid "Values not equal" msgstr "" #: src/isds.c:835 msgid "Some suboperations failed" msgstr "" #: src/isds.c:837 msgid "Operation aborted" msgstr "" #: src/isds.c:839 msgid "Security problem" msgstr "" #: src/isds.c:841 msgid "Unknown error" msgstr "" #: src/isds.c:1195 msgid "Curl library does not support CRL definition" msgstr "" #: src/isds.c:1335 msgid "Selected authentication method: no certificate, username and password\n" msgstr "" #: src/isds.c:1339 msgid "Both username and password must be supplied" msgstr "" #: src/isds.c:1356 src/isds.c:5635 msgid "Selected authentication method: HMAC-based one-time password\n" msgstr "" #: src/isds.c:1363 src/isds.c:5641 msgid "Selected authentication method: Time-based one-time password\n" msgstr "" #: src/isds.c:1367 src/isds.c:5646 msgid "" "OTP code has not been provided by application, requesting server for new " "one.\n" msgstr "" #: src/isds.c:1375 src/isds.c:5656 msgid "" "OTP code has been provided by application, not requesting server for new " "one.\n" msgstr "" #: src/isds.c:1385 src/isds.c:5663 msgid "" "Unknown one-time password authentication method requested by application" msgstr "" #: src/isds.c:1400 msgid "" "Selected authentication method: system certificate, no username and no " "password\n" msgstr "" #: src/isds.c:1407 msgid "" "Selected authentication method: system certificate, box ID and no password\n" msgstr "" #: src/isds.c:1412 msgid "" "Selected authentication method: commercial certificate, username and " "password\n" msgstr "" #: src/isds.c:1429 msgid "Could not build ISDS log-in request" msgstr "" #: src/isds.c:1434 src/isds.c:1555 src/isds.c:1625 src/isds.c:1744 #: src/isds.c:4905 src/isds.c:5345 src/isds.c:5621 src/isds.c:6115 #: src/isds.c:6340 src/isds.c:6451 src/isds.c:6538 src/isds.c:6691 #: src/isds.c:6761 src/isds.c:6886 src/isds.c:6988 src/isds.c:7129 #: src/isds.c:7237 src/isds.c:7695 src/isds.c:7908 src/isds.c:8178 #: src/isds.c:8437 src/isds.c:8525 src/isds.c:8764 src/isds.c:8980 #: src/isds.c:9233 src/isds.c:9554 src/isds.c:9717 src/isds.c:11128 #: src/isds.c:11635 src/isds.c:11780 msgid "Could not create ISDS name space" msgstr "" #: src/isds.c:1448 #, c-format msgid "Logging user %s into server %s\n" msgstr "" #: src/isds.c:1490 #, c-format msgid "User %s has been logged into server %s successfully\n" msgstr "" #: src/isds.c:1518 msgid "Logged out from ISDS server\n" msgstr "" #: src/isds.c:1550 msgid "Could build ISDS dummy request" msgstr "" #: src/isds.c:1561 msgid "Pinging ISDS server\n" msgstr "" #: src/isds.c:1577 msgid "ISDS server could not be contacted\n" msgstr "" #: src/isds.c:1585 msgid "ISDS server alive\n" msgstr "" #: src/isds.c:1612 msgid "I said connection closed" msgstr "" #: src/isds.c:1620 msgid "Could build ISDS bogus request" msgstr "" #: src/isds.c:1631 msgid "Sending bogus request to ISDS\n" msgstr "" #: src/isds.c:1641 msgid "Processing ISDS response on bogus request failed\n" msgstr "" #: src/isds.c:1651 msgid "ISDS response on bogus request is missing status\n" msgstr "" #: src/isds.c:1661 #, c-format msgid "Server refused bogus request (code=%s, message=%s)\n" msgstr "" #: src/isds.c:1682 msgid "Bogus message accepted by server. This should not happen.\n" msgstr "" #: src/isds.c:1721 msgid "Could not build temporary document" msgstr "" #: src/isds.c:1733 msgid "Could not copy subtree" msgstr "" #: src/isds.c:1754 src/isds.c:1831 src/isds.c:1899 msgid "Could not create xmlBuffer" msgstr "" #: src/isds.c:1761 src/isds.c:1914 src/soap.c:1203 msgid "Could not create XML serializer" msgstr "" #: src/isds.c:1770 src/isds.c:1937 msgid "Could not serialize XML subtree" msgstr "" #: src/isds.c:1842 msgid "Could not dump XML node" msgstr "" #: src/isds.c:1904 msgid "Could not disable attribute escaping" msgstr "" #: src/isds.c:2431 #, c-format msgid "Invalid message status value: %lu" msgstr "" #: src/isds.c:2508 #, c-format msgid "Unknown delivery info event prefix: %s\n" msgstr "" #: src/isds.c:2530 #, c-format msgid "Multiple %s element" msgstr "" #: src/isds.c:2565 src/isds.c:2596 #, c-format msgid "%s value is not valid boolean: %s" msgstr "" #: src/isds.c:2583 #, c-format msgid "%s element is empty" msgstr "" #: src/isds.c:2620 src/isds.c:2665 #, c-format msgid "%s is not valid integer: %s" msgstr "" #: src/isds.c:2631 src/isds.c:2676 #, c-format msgid "%s value out of range of long int: %s" msgstr "" #: src/isds.c:2687 #, c-format msgid "%s value is negative: %ld" msgstr "" #: src/isds.c:2719 #, c-format msgid "Invalid %s value: %s" msgstr "" #: src/isds.c:2739 #, c-format msgid "Could not extract required %s attribute value from %s element" msgstr "" #: src/isds.c:2755 src/isds.c:2857 #, c-format msgid "Could not add %s child to %s element" msgstr "" #: src/isds.c:2822 #, c-format msgid "Could not add %s attribute to %s element" msgstr "" #: src/isds.c:2835 #, c-format msgid "%s has more than %d characters" msgid_plural "%s has more than %d characters" msgstr[0] "" msgstr[1] "" #: src/isds.c:2843 #, c-format msgid "%s has less than %d characters" msgid_plural "%s has less than %d characters" msgstr[0] "" msgstr[1] "" #: src/isds.c:2891 #, c-format msgid "%s element does not contain %s child" msgstr "" #: src/isds.c:2904 #, c-format msgid "%s element contains multiple %s children" msgstr "" #: src/isds.c:3039 #, c-format msgid "Invalid isds:biDate value: %s" msgstr "" #: src/isds.c:3094 src/isds.c:7498 #, c-format msgid "Unknown isds:dbType: %s" msgstr "" #: src/isds.c:3175 #, c-format msgid "Invalid dbType value: %d" msgstr "" #: src/isds.c:3277 src/isds.c:10959 #, c-format msgid "Unknown isds:userType value: %s" msgstr "" #: src/isds.c:3370 #, c-format msgid "Invalid userType value: %d" msgstr "" #: src/isds.c:3427 #, c-format msgid "Unknown isds:PDZType value: %s" msgstr "" #: src/isds.c:3446 #, c-format msgid "Could not convert PDZExpire as ISO time: %s" msgstr "" #: src/isds.c:3498 #, c-format msgid "Could not convert ciEventTime as ISO time: %s" msgstr "" #: src/isds.c:3515 #, c-format msgid "Unknown isds:ciEventType value: %s" msgstr "" #: src/isds.c:3758 msgid "Missing mandatory sisds:dmMessageStatus integer" msgstr "" #: src/isds.c:3781 #, c-format msgid "Could not convert dmDeliveryTime as ISO time: %s" msgstr "" #: src/isds.c:3797 #, c-format msgid "Could not convert dmAcceptanceTime as ISO time: %s" msgstr "" #: src/isds.c:3859 #, c-format msgid "Message type in dmType attribute is not 1 character long: %s" msgstr "" #: src/isds.c:3893 #, c-format msgid "Message type in envelope is not 1 character long: %s" msgstr "" #: src/isds.c:3942 msgid "Not enough memory to normalize document MIME type" msgstr "" #: src/isds.c:3957 #, c-format msgid "Document has invalid dmFileMetaType attribute value: %s" msgstr "" #: src/isds.c:3988 msgid "Document has more dmEncodedContent elements" msgstr "" #: src/isds.c:4002 msgid "Error while Base64-decoding document content" msgstr "" #: src/isds.c:4023 msgid "Document has more dmXMLContent elements" msgstr "" #: src/isds.c:4041 msgid "Document has no dmEncodedContent, nor dmXMLContent element" msgstr "" #: src/isds.c:4087 msgid "Message does not contain any document" msgstr "" #: src/isds.c:4211 src/isds.c:4502 #, c-format msgid "Could not convert dmEventTime as ISO time: %s" msgstr "" #: src/isds.c:4223 msgid "Missing mandatory isds:dmMessageStatus integer" msgstr "" #: src/isds.c:4288 #, c-format msgid "Unsupported hash algorithm: %s" msgstr "" #: src/isds.c:4300 msgid "sisds:dmHash element is missing hash value" msgstr "" #: src/isds.c:4307 msgid "Error while Base64-decoding hash value" msgstr "" #: src/isds.c:4357 msgid "Missing dmQTimestamp element content\n" msgstr "" #: src/isds.c:4364 msgid "Error while Base64-decoding time stamp value" msgstr "" #: src/isds.c:4558 msgid "Delivery info does not contain any event" msgstr "" #: src/isds.c:4617 #, c-format msgid "Not enough memory to encode %zd byte into Base64" msgid_plural "Not enough memory to encode %zd bytes into Base64" msgstr[0] "" msgstr[1] "" #: src/isds.c:4649 msgid "Could not allocate main dmFile" msgstr "" #: src/isds.c:4662 #, c-format msgid "Could not add dmFile child to %s element" msgstr "" #: src/isds.c:4671 msgid "Document is missing mandatory MIME type definition" msgstr "" #: src/isds.c:4680 #, c-format msgid "Document has unknown dmFileMetaType: %ld" msgstr "" #: src/isds.c:4697 msgid "Document is missing mandatory description (title)" msgstr "" #: src/isds.c:4716 msgid "Could not allocate dmXMLContent element" msgstr "" #: src/isds.c:4725 #, c-format msgid "Could not add dmXMLContent child to %s element" msgstr "" #: src/isds.c:4737 msgid "Not enough memory to copy XML document" msgstr "" #: src/isds.c:4745 msgid "Error while adding XML document into dmXMLContent" msgstr "" #: src/isds.c:4786 msgid "Missing isds:dmStatusCode under XSD:tMStatus type element" msgstr "" #: src/isds.c:4812 msgid "" "Server accepted sent message, but did not returned assigned message ID\n" msgstr "" #: src/isds.c:4899 src/isds.c:6981 src/isds.c:8431 src/isds.c:8519 #, c-format msgid "Could not build %s request" msgstr "" #: src/isds.c:4916 src/isds.c:5850 #, c-format msgid "Sending %s request to ISDS\n" msgstr "" #: src/isds.c:4926 src/isds.c:5859 src/isds.c:9741 #, c-format msgid "Processing ISDS response on %s request failed\n" msgstr "" #: src/isds.c:4936 src/isds.c:5869 src/isds.c:9751 #, c-format msgid "ISDS response on %s request is missing status\n" msgstr "" #: src/isds.c:4947 src/isds.c:5881 #, c-format msgid "Server refused %s request (code=%s, message=%s)\n" msgstr "" #: src/isds.c:5018 msgid "Missing dbOwnerInfo element" msgstr "" #: src/isds.c:5023 msgid "Multiple dbOwnerInfo element" msgstr "" #: src/isds.c:5049 msgid "GetOwnerInfoFromLogin request processed by server successfully.\n" msgstr "" #: src/isds.c:5112 msgid "Missing dbUserInfo element" msgstr "" #: src/isds.c:5117 msgid "Multiple dbUserInfo element" msgstr "" #: src/isds.c:5141 msgid "GetUserInfoFromLogin request processed by server successfully.\n" msgstr "" #: src/isds.c:5204 msgid "Missing GetPasswordInfoResponse element" msgstr "" #: src/isds.c:5210 msgid "Multiple GetPasswordInfoResponse element" msgstr "" #: src/isds.c:5226 #, c-format msgid "Could not convert pswExpDate as ISO time: %s" msgstr "" #: src/isds.c:5250 msgid "GetPasswordInfo request processed by server successfully.\n" msgstr "" #: src/isds.c:5289 src/isds.c:5574 msgid "Unexpected error" msgstr "" #: src/isds.c:5290 msgid "One-time code cannot be re-send faster than once a 30 seconds" msgstr "" #: src/isds.c:5291 msgid "One-time code could not been sent. Try later again." msgstr "" #: src/isds.c:5303 msgid "Second argument (password) of isds_change_password() is NULL" msgstr "" #: src/isds.c:5313 msgid "This function requires OTP-authenticated context" msgstr "" #: src/isds.c:5318 msgid "" "If one-time password authentication method is in use, requesting new OTP " "code requires one-time credentials argument either" msgstr "" #: src/isds.c:5324 msgid "" "Requesting new time-based OTP code from server requires one-time password " "authentication method" msgstr "" #: src/isds.c:5330 msgid "" "Requesting new time-based OTP code from server requires undefined OTP code " "member in one-time credentials argument" msgstr "" #: src/isds.c:5340 msgid "Could not build SendSMSCode request" msgstr "" #: src/isds.c:5383 msgid "Sending SendSMSCode request to ISDS\n" msgstr "" #: src/isds.c:5399 msgid "Processing ISDS response on SendSMSCode request failed\n" msgstr "" #: src/isds.c:5408 msgid "ISDS response on SendSMSCode request is missing status\n" msgstr "" #: src/isds.c:5419 #, c-format msgid "" "Server refused to send new code on SendSMSCode request (code=%s, message=" "%s)\n" msgstr "" #: src/isds.c:5470 msgid "New OTP code has been sent successfully on SendSMSCode request.\n" msgstr "" #: src/isds.c:5490 msgid "NULL status code passed to statuscode2isds_error()" msgstr "" #: src/isds.c:5508 msgid "ISDS server returned unknown error" msgstr "" #: src/isds.c:5563 msgid "Password length must be between 8 and 32 characters" msgstr "" #: src/isds.c:5564 src/isds.c:5573 msgid "Password cannot be reused" msgstr "" #: src/isds.c:5566 msgid "Password contains forbidden character" msgstr "" #: src/isds.c:5567 msgid "" "Password must contain at least one upper-case letter, one lower-case, and " "one digit" msgstr "" #: src/isds.c:5569 msgid "Password cannot contain sequence of three identical characters" msgstr "" #: src/isds.c:5570 msgid "Password cannot contain user identifier" msgstr "" #: src/isds.c:5571 msgid "Password is too simmple" msgstr "" #: src/isds.c:5572 msgid "Old password is not valid" msgstr "" #: src/isds.c:5575 msgid "LDAP update error" msgstr "" #: src/isds.c:5585 msgid "Second argument (old password) of isds_change_password() is NULL" msgstr "" #: src/isds.c:5591 msgid "Third argument (new password) of isds_change_password() is NULL" msgstr "" #: src/isds.c:5602 msgid "" "If one-time password authentication method is in use, changing password " "requires one-time credentials either" msgstr "" #: src/isds.c:5613 msgid "Could not build ChangeISDSPassword request" msgstr "" #: src/isds.c:5614 msgid "Could not build ChangePasswordOTP request" msgstr "" #: src/isds.c:5703 msgid "Sending ChangeISDSPassword request to ISDS\n" msgstr "" #: src/isds.c:5704 msgid "Sending ChangePasswordOTP request to ISDS\n" msgstr "" #: src/isds.c:5723 msgid "Processing ISDS response on ChangeISDSPassword request failed\n" msgstr "" #: src/isds.c:5725 msgid "Processing ISDS response on ChangePasswordOTP request failed\n" msgstr "" #: src/isds.c:5736 msgid "ISDS response on ChangeISDSPassword request is missing status\n" msgstr "" #: src/isds.c:5738 msgid "ISDS response on ChangePasswordOTP request is missing status\n" msgstr "" #: src/isds.c:5749 src/isds.c:5767 #, c-format msgid "" "Server refused to change password on ChangeISDSPassword request (code=%s, " "message=%s)\n" msgstr "" #: src/isds.c:5751 src/isds.c:5769 #, c-format msgid "" "Server refused to change password on ChangePasswordOTP request (code=%s, " "message=%s)\n" msgstr "" #: src/isds.c:5801 msgid "Password changed successfully on ChangeISDSPassword request.\n" msgstr "" #: src/isds.c:5803 msgid "Password changed successfully on ChangePasswordOTP request.\n" msgstr "" #: src/isds.c:5941 src/isds.c:7028 src/isds.c:8347 #, c-format msgid "%s request processed by server successfully.\n" msgstr "" #: src/isds.c:6026 #, c-format msgid "" "Wrong element in ISDS response for %s request while extracting credentials " "delivery details\n" msgstr "" #: src/isds.c:6044 #, c-format msgid "ISDS did not return token on %s request even if requested\n" msgstr "" #: src/isds.c:6100 src/isds.c:6334 #, c-format msgid "Could build %s request" msgstr "" #: src/isds.c:6108 msgid "Could not create ISDS1 name space" msgstr "" #: src/isds.c:6242 src/isds.c:11584 msgid "CreateDataBox request processed by server successfully.\n" msgstr "" #: src/isds.c:6354 src/isds.c:8541 msgid "Could not convert `since' argument to ISO date string" msgstr "" #: src/isds.c:6446 msgid "Could build UpdateDataBoxDescr request" msgstr "" #: src/isds.c:6531 #, c-format msgid "Could not build %s request for %s box" msgstr "" #: src/isds.c:6646 msgid "GetDataBoxUsers request processed by server successfully.\n" msgstr "" #: src/isds.c:6686 msgid "Could build UpdateDataBoxUser request" msgstr "" #: src/isds.c:6756 msgid "Could build Activate request" msgstr "" #: src/isds.c:6796 msgid "Missing ActivateResponse element" msgstr "" #: src/isds.c:6801 msgid "Multiple ActivateResponse element" msgstr "" #: src/isds.c:6810 msgid "" "Server accepted Activate request, but did not return `userId' element.\n" msgstr "" #: src/isds.c:6815 msgid "" "Server accepted Activate request, but did not return `password' element.\n" msgstr "" #: src/isds.c:6826 msgid "Activate request processed by server successfully.\n" msgstr "" #: src/isds.c:6881 msgid "Could build NewAccessData request" msgstr "" #: src/isds.c:6925 msgid "NewAccessData request processed by server successfully.\n" msgstr "" #: src/isds.c:7124 msgid "Could not build GetDataBoxList request" msgstr "" #: src/isds.c:7160 msgid "Error while Base64-decoding box list archive" msgstr "" #: src/isds.c:7175 msgid "GetDataBoxList request processed by server successfully.\n" msgstr "" #: src/isds.c:7232 msgid "Could build FindDataBox request" msgstr "" #: src/isds.c:7244 msgid "Could not add dbOwnerInfo child to FindDataBox element" msgstr "" #: src/isds.c:7254 msgid "Sending FindDataBox request to ISDS\n" msgstr "" #: src/isds.c:7264 msgid "Processing ISDS response on FindDataBox request failed\n" msgstr "" #: src/isds.c:7274 msgid "ISDS response on FindDataBox request is missing status\n" msgstr "" #: src/isds.c:7284 #, c-format msgid "" "Server did not found any box on FindDataBox request (code=%s, message=%s)\n" msgstr "" #: src/isds.c:7298 #, c-format msgid "" "Server truncated response on FindDataBox request (code=%s, message=%s)\n" msgstr "" #: src/isds.c:7311 #, c-format msgid "Server refused FindDataBox request (code=%s, message=%s)\n" msgstr "" #: src/isds.c:7377 msgid "FindDataBox request processed by server successfully.\n" msgstr "" #: src/isds.c:7490 msgid "Empty isds:dbType element" msgstr "" #: src/isds.c:7519 msgid "Empty isds:dbSendOptions element" msgstr "" #: src/isds.c:7545 #, c-format msgid "Unknown isds:dbSendOptions value: %s" msgstr "" #: src/isds.c:7640 msgid "You are not allowed to perform the search" msgstr "" #: src/isds.c:7641 msgid "The query string is empty" msgstr "" #: src/isds.c:7642 msgid "Searched box ID is malformed" msgstr "" #: src/isds.c:7643 msgid "Searched organization ID is malformed" msgstr "" #: src/isds.c:7644 msgid "Invalid input" msgstr "" #: src/isds.c:7645 msgid "Requested page size is too large" msgstr "" #: src/isds.c:7646 msgid "Search engine internal error" msgstr "" #: src/isds.c:7677 msgid "Query string must be non-empty" msgstr "" #: src/isds.c:7690 msgid "Could not build ISDSSearch2 request" msgstr "" #: src/isds.c:7706 #, c-format msgid "Invalid target value: %d" msgstr "" #: src/isds.c:7722 #, c-format msgid "Invalid box type value: %d" msgstr "" #: src/isds.c:7759 msgid "Missing ISDSSearch2 element" msgstr "" #: src/isds.c:7764 msgid "Multiple ISDSSearch2 element" msgstr "" #: src/isds.c:7833 msgid "ISDSSearch2 request processed by server successfully.\n" msgstr "" #: src/isds.c:7903 msgid "Could build CheckDataBox request" msgstr "" #: src/isds.c:7915 msgid "Could not add dbID child to CheckDataBox element" msgstr "" #: src/isds.c:7946 msgid "Missing CheckDataBoxResponse element" msgstr "" #: src/isds.c:7951 msgid "Multiple CheckDataBoxResponse element" msgstr "" #: src/isds.c:7970 msgid "CheckDataBox request processed by server successfully.\n" msgstr "" #: src/isds.c:8015 msgid "PDZInfo request processed by server successfully.\n" msgstr "" #: src/isds.c:8171 #, c-format msgid "Could not build DataBoxCreditInfo request for %s box" msgstr "" #: src/isds.c:8191 msgid "Could not convert `from_date' argument to ISO date string" msgstr "" #: src/isds.c:8204 msgid "Could not convert `to_date' argument to ISO date string" msgstr "" #: src/isds.c:8239 msgid "Missing DataBoxCreditInfoResponse element" msgstr "" #: src/isds.c:8244 msgid "Multiple DataBoxCreditInfoResponse element" msgstr "" #: src/isds.c:8293 msgid "DataBoxCreditInfo request processed by server successfully.\n" msgstr "" #: src/isds.c:8591 #, c-format msgid "Could not add dmEnvelope child to %s element" msgstr "" #: src/isds.c:8597 msgid "Outgoing message is missing envelope" msgstr "" #: src/isds.c:8615 msgid "Outgoing message is missing recipient box identifier" msgstr "" #: src/isds.c:8681 msgid "Outgoing message is missing list of documents" msgstr "" #: src/isds.c:8687 #, c-format msgid "Could not add dmFiles child to %s element" msgstr "" #: src/isds.c:8703 msgid "List of documents contains empty item" msgstr "" #: src/isds.c:8759 msgid "Could not build CreateMessage request" msgstr "" #: src/isds.c:8779 msgid "Sending CreateMessage request to ISDS\n" msgstr "" #: src/isds.c:8788 msgid "Processing ISDS response on CreateMessage request failed\n" msgstr "" #: src/isds.c:8798 msgid "ISDS response on CreateMessage request is missing status\n" msgstr "" #: src/isds.c:8810 #, c-format msgid "" "Server did not accept message for %s on CreateMessage request (code=%s, " "message=%s)\n" msgstr "" #: src/isds.c:8839 msgid "Missing CreateMessageResponse element" msgstr "" #: src/isds.c:8844 msgid "Multiple CreateMessageResponse element" msgstr "" #: src/isds.c:8857 msgid "Server accepted sent message, but did not return assigned message ID\n" msgstr "" #: src/isds.c:8917 msgid "CreateMessage request processed by server successfully.\n" msgstr "" #: src/isds.c:8975 msgid "Could not build CreateMultipleMessage request" msgstr "" #: src/isds.c:8990 msgid "Could not add dmRecipients child to CreateMultipleMessage element" msgstr "" #: src/isds.c:9001 msgid "`copies' list item contains empty data" msgstr "" #: src/isds.c:9008 msgid "Could not add dmRecipient child to dmRecipients element" msgstr "" #: src/isds.c:9016 msgid "Message copy is missing recipient box identifier" msgstr "" #: src/isds.c:9034 msgid "Sending CreateMultipleMessage request to ISDS\n" msgstr "" #: src/isds.c:9040 msgid "Processing ISDS response on CreateMultipleMessage request failed\n" msgstr "" #: src/isds.c:9050 msgid "ISDS response on CreateMultipleMessage request is missing status\n" msgstr "" #: src/isds.c:9062 #, c-format msgid "" "Server did accept message for multiple recipients on CreateMultipleMessage " "request but delivery to some of them failed (code=%s, message=%s)\n" msgstr "" #: src/isds.c:9080 #, c-format msgid "" "Server did not accept message for multiple recipients on " "CreateMultipleMessage request (code=%s, message=%s)\n" msgstr "" #: src/isds.c:9111 msgid "Missing isds:dmSingleStatus element" msgstr "" #: src/isds.c:9129 #, c-format msgid "ISDS returned unexpected number of message copy delivery states: %d" msgstr "" #: src/isds.c:9150 msgid "" "CreateMultipleMessageResponse request processed by server successfully.\n" msgstr "" #: src/isds.c:9226 msgid "Could not build GetListOfSentMessages request" msgstr "" #: src/isds.c:9227 msgid "Could not build GetListOfReceivedMessages request" msgstr "" #: src/isds.c:9264 #, c-format msgid "Invalid message state filter value: %ld" msgstr "" #: src/isds.c:9286 msgid "Sending GetListOfSentMessages request to ISDS\n" msgstr "" #: src/isds.c:9287 msgid "Sending GetListOfReceivedMessages request to ISDS\n" msgstr "" #: src/isds.c:9297 msgid "Processing ISDS response on GetListOfSentMessages request failed\n" msgstr "" #: src/isds.c:9299 msgid "Processing ISDS response on GetListOfReceivedMessages request failed\n" msgstr "" #: src/isds.c:9311 msgid "ISDS response on GetListOfSentMessages request is missing status\n" msgstr "" #: src/isds.c:9313 msgid "ISDS response on GetListOfReceivedMessages request is missing status\n" msgstr "" #: src/isds.c:9325 #, c-format msgid "Server refused GetListOfSentMessages request (code=%s, message=%s)\n" msgstr "" #: src/isds.c:9327 #, c-format msgid "" "Server refused GetListOfReceivedMessages request (code=%s, message=%s)\n" msgstr "" #: src/isds.c:9420 msgid "GetListOfSentMessages request processed by server successfully.\n" msgstr "" #: src/isds.c:9422 msgid "GetListOfReceivedMessages request processed by server successfully.\n" msgstr "" #: src/isds.c:9549 msgid "Could not build GetMessageStateChanges request" msgstr "" #: src/isds.c:9648 msgid "GetMessageStateChanges request processed by server successfully.\n" msgstr "" #: src/isds.c:9710 #, c-format msgid "Could not build %s request for %s message ID" msgstr "" #: src/isds.c:9731 #, c-format msgid "Sending %s request for %s message ID to ISDS\n" msgstr "" #: src/isds.c:9761 #, c-format msgid "Server refused %s request for %s message ID (code=%s, message=%s)\n" msgstr "" #: src/isds.c:9833 #, c-format msgid "Server did not return any signed data for message ID `%s' on %s request" msgstr "" #: src/isds.c:9844 #, c-format msgid "Server did return more signed data for message ID `%s' on %s request" msgstr "" #: src/isds.c:9857 msgid "dmSignature element is empty" msgstr "" #: src/isds.c:9871 msgid "Error while Base64-decoding PKCS#7 structure" msgstr "" #: src/isds.c:9947 #, c-format msgid "" "Server did not return any envelope for ID `%s' on MessageEnvelopeDownload " "request" msgstr "" #: src/isds.c:9957 #, c-format msgid "" "Server did return more envelopes for ID `%s' on MessageEnvelopeDownload " "request" msgstr "" #: src/isds.c:9990 msgid "MessageEnvelopeDownload request processed by server successfully.\n" msgstr "" #: src/isds.c:10053 msgid "Bad raw delivery representation type" msgstr "" #: src/isds.c:10060 #, c-format msgid "" "Delivery info content:\n" "%.*s\n" "End of delivery info\n" msgstr "" #: src/isds.c:10104 msgid "XML document is not sisds:dmDelivery document" msgstr "" #: src/isds.c:10111 msgid "XML document has more sisds:dmDelivery elements" msgstr "" #: src/isds.c:10170 msgid "Delivery info loaded successfully.\n" msgstr "" #: src/isds.c:10235 msgid "GetSignedDeliveryInfo request processed by server successfully.\n" msgstr "" #: src/isds.c:10285 #, c-format msgid "" "Server did not return any delivery info for ID `%s' on GetDeliveryInfo " "request" msgstr "" #: src/isds.c:10317 msgid "GetDeliveryInfo request processed by server successfully.\n" msgstr "" #: src/isds.c:10383 #, c-format msgid "" "Server did not return any message for ID `%s' on MessageDownload request" msgstr "" #: src/isds.c:10393 #, c-format msgid "Server did return more messages for ID `%s' on MessageDownload request" msgstr "" #: src/isds.c:10423 msgid "" "Substring with isds:MessageDownloadResponse element could not be located in " "raw SOAP message" msgstr "" #: src/isds.c:10461 msgid "MessageDownload request processed by server successfully.\n" msgstr "" #: src/isds.c:10535 msgid "Bad raw message representation type" msgstr "" #: src/isds.c:10542 #, c-format msgid "" "Loading message:\n" "%.*s\n" "End of message\n" msgstr "" #: src/isds.c:10607 msgid "XML document does not contain sisds:dmReturnedMessage element" msgstr "" #: src/isds.c:10615 msgid "XML document has more sisds:dmReturnedMessage elements" msgstr "" #: src/isds.c:10664 msgid "Message loaded successfully.\n" msgstr "" #: src/isds.c:10703 msgid "Could not parse data as XML document" msgstr "" #: src/isds.c:10712 msgid "XML document is missing root element" msgstr "" #: src/isds.c:10719 msgid "Root element does not belong to any name space" msgstr "" #: src/isds.c:10743 msgid "Document in ISDS name space is encapsulated into CMS" msgstr "" #: src/isds.c:10751 msgid "Unknown root element in ISDS name space" msgstr "" #: src/isds.c:10756 msgid "Unknown name space" msgstr "" #: src/isds.c:10837 msgid "SignedSentMessageDownload request processed by server successfully.\n" msgstr "" #: src/isds.c:10839 msgid "SignedMessageDownload request processed by server successfully.\n" msgstr "" #: src/isds.c:10928 msgid "Missing GetMessageAuthorResponse element" msgstr "" #: src/isds.c:10934 msgid "Multiple GetMessageAuthorResponse element" msgstr "" #: src/isds.c:10986 msgid "GetMessageAuthor request processed by server successfully.\n" msgstr "" #: src/isds.c:11044 #, c-format msgid "Server did not return any response for ID `%s' on VerifyMessage request" msgstr "" #: src/isds.c:11054 #, c-format msgid "Server did return more responses for ID `%s' on VerifyMessage request" msgstr "" #: src/isds.c:11080 msgid "VerifyMessage request processed by server successfully.\n" msgstr "" #: src/isds.c:11123 msgid "Could build EraseMessage request" msgstr "" #: src/isds.c:11142 #, c-format msgid "Sending EraseMessage request for message ID %s to ISDS\n" msgstr "" #: src/isds.c:11149 msgid "Processing ISDS response on EraseMessage request failed\n" msgstr "" #: src/isds.c:11159 msgid "ISDS response on EraseMessage request is missing status\n" msgstr "" #: src/isds.c:11166 msgid "Message to erase belongs to other box" msgstr "" #: src/isds.c:11169 msgid "" "Message to erase is not saved in long term storage or the direction does not " "match" msgstr "" #: src/isds.c:11176 #, c-format msgid "Server refused EraseMessage request (code=%s, message=%s)\n" msgstr "" #: src/isds.c:11194 msgid "EraseMessage request processed by server successfully.\n" msgstr "" #: src/isds.c:11232 msgid "MarkMessageAsDownloaded request processed by server successfully.\n" msgstr "" #: src/isds.c:11272 msgid "ConfirmDelivery request processed by server successfully.\n" msgstr "" #: src/isds.c:11318 msgid "XML documents cannot be submitted to conversion" msgstr "" #: src/isds.c:11345 msgid "Could not build Czech POINT conversion request" msgstr "" #: src/isds.c:11351 msgid "Could not create Czech POINT deposit name space" msgstr "" #: src/isds.c:11360 msgid "Could not create empty name space" msgstr "" #: src/isds.c:11374 msgid "Submitting document for conversion into Czech POINT deposit" msgstr "" #: src/isds.c:11406 msgid "Missing `return' element in Czech POINT deposit response" msgstr "" #: src/isds.c:11413 msgid "Multiple `return' element in Czech POINT deposit response" msgstr "" #: src/isds.c:11426 #, c-format msgid "" "Czech POINT deposit refused document for conversion (code=%ld, message=%s)" msgstr "" #: src/isds.c:11451 #, c-format msgid "Invalid dateInserted value: %s" msgstr "" #: src/isds.c:11469 #, c-format msgid "Document %s has been submitted for conversion to server successfully\n" msgstr "" #: src/isds.c:11531 msgid "E-mail field is mandatory" msgstr "" #: src/isds.c:11630 msgid "Could not build AuthenticateMessage request" msgstr "" #: src/isds.c:11668 msgid "Server did not return any response on AuthenticateMessage request" msgstr "" #: src/isds.c:11675 msgid "ISDS authenticated the message successfully\n" msgstr "" #: src/isds.c:11677 msgid "ISDS does not know the message" msgstr "" #: src/isds.c:11756 msgid "Empty CMS blob on input" msgstr "" #: src/isds.c:11761 msgid "NULL pointer provided for output CMS blob" msgstr "" #: src/isds.c:11775 msgid "Could not build Re-signISDSDocument request" msgstr "" #: src/isds.c:11816 msgid "Missing Re-signISDSDocumentResponse element" msgstr "" #: src/isds.c:11822 msgid "Multiple Re-signISDSDocumentResponse element" msgstr "" #: src/isds.c:11835 msgid "Error while Base64-decoding re-signed data" msgstr "" #: src/isds.c:11840 msgid "Server did not send re-signed data" msgstr "" #: src/isds.c:11861 #, c-format msgid "Invalid dmValidTo value: %s" msgstr "" #: src/isds.c:11923 msgid "Message does not carry raw representation" msgstr "" #: src/isds.c:11963 msgid "Bad raw representation type" msgstr "" #: src/isds.c:11986 msgid "Substring with isds:dmDM element could not be located in raw message" msgstr "" #: src/isds.c:12002 msgid "Could not compute message hash" msgstr "" #: src/isds.c:12075 msgid "Given message structure is missing envelope" msgstr "" #: src/isds.c:12080 msgid "Given message structure is missing raw representation" msgstr "" #: src/physxml.c:49 #, c-format msgid "Minimal %d.%d.%d Expat version required. Current version is %d.%d.%d\n" msgstr "" #: src/physxml.c:63 msgid "Expat compiled with UTF-16 (wide) characters\n" msgstr "" #: src/physxml.c:84 msgid "Expat not compiled with name space support\n" msgstr "" #: src/physxml.c:138 #, c-format msgid "Start: name=%s, depth=%zd, offset=%#jx => boundary=%#zx\n" msgstr "" #: src/physxml.c:148 #, c-format msgid "\tStart tag for element `%s' found\n" msgstr "" #: src/physxml.c:172 #, c-format msgid "End: name=%s, depth=%zd, offset=%#jx count=%u => boundary=%#zx\n" msgstr "" #: src/physxml.c:179 #, c-format msgid "\tEnd tag for element `%s' found\n" msgstr "" #: src/physxml.c:222 #, c-format msgid "Searching boundary of element: %s\n" msgstr "" #: src/physxml.c:257 msgid "XML_Parse failed\n" msgstr "" #: src/soap.c:324 #, c-format msgid "Connection to server %s closed\n" msgstr "" #: src/soap.c:351 #, c-format msgid "" "Error while unsetting user name and password from CURL handle for connection " "to server %s.\n" msgstr "" #: src/soap.c:355 #, c-format msgid "" "User name and password for server %s have been unset from CURL handle.\n" msgstr "" #: src/soap.c:430 msgid "" "HTTP header continuation without starting header has been encountered. " "Skipping invalid HTTP response line.\n" msgstr "" #: src/soap.c:506 msgid "Application aborted HTTP transfer" msgstr "" #: src/soap.c:593 msgid "Disabling server identity verification. That was your decision.\n" msgstr "" #: src/soap.c:604 #, c-format msgid "CA certificates will be searched in `%s' file since now\n" msgstr "" #: src/soap.c:611 #, c-format msgid "CA certificates will be searched in `%s' directory since now\n" msgstr "" #: src/soap.c:619 #, c-format msgid "CRLs will be searched in `%s' file since now\n" msgstr "" #: src/soap.c:625 msgid "" "Your curl library cannot pass certificate revocation list to cryptographic " "library.\n" "Make sure cryptographic library default setting delivers proper CRLs,\n" "or upgrade curl.\n" msgstr "" #: src/soap.c:649 msgid "Could not pass credentials to CURL" msgstr "" #: src/soap.c:663 #, c-format msgid "Cryptographic engine `%s' will be used for key or certificate\n" msgstr "" #: src/soap.c:679 #, c-format msgid "Client `%s' certificate will be read from `%s' engine\n" msgstr "" #: src/soap.c:684 #, c-format msgid "Client certificate will be read from `%s' engine\n" msgstr "" #: src/soap.c:690 #, c-format msgid "Client %s certificate will be read from `%s' file\n" msgstr "" #: src/soap.c:693 src/soap.c:736 msgid "DER" msgstr "" #: src/soap.c:693 src/soap.c:736 msgid "PEM" msgstr "" #: src/soap.c:704 msgid "" "Your curl library cannot distinguish certificate formats. Make sure your " "cryptographic library\n" "understands your certificate file by default, or upgrade curl.\n" msgstr "" #: src/soap.c:722 #, c-format msgid "Client private key `%s' from `%s' engine will be used\n" msgstr "" #: src/soap.c:727 #, c-format msgid "Client private key from `%s' engine will be used\n" msgstr "" #: src/soap.c:733 #, c-format msgid "Client %s private key will be read from `%s' file\n" msgstr "" #: src/soap.c:770 msgid "" "Cookies will be stored and sent because context has been authorized by OTP.\n" msgstr "" #: src/soap.c:898 #, c-format msgid "Sending %s request to <%s>\n" msgstr "" #: src/soap.c:902 #, c-format msgid "POST body length: %zu, content follows:\n" msgstr "" #: src/soap.c:907 msgid "End of POST body\n" msgstr "" #: src/soap.c:924 #, c-format msgid "%s: %s" msgstr "" #: src/soap.c:947 #, c-format msgid "Final response to %s received\n" msgstr "" #: src/soap.c:949 #, c-format msgid "Response body length: %zu, content follows:\n" msgstr "" #: src/soap.c:955 msgid "End of response body\n" msgstr "" #: src/soap.c:1008 #, c-format msgid "OTP authentication headers received: method=%s, code=%s, message=%s\n" msgstr "" #: src/soap.c:1028 #, c-format msgid "Server returned OTP authentication message: %s" msgstr "" #: src/soap.c:1042 #, c-format msgid "OTP authentication headers redirect to: <%s>\n" msgstr "" #: src/soap.c:1138 msgid "Could not build SOAP request document" msgstr "" #: src/soap.c:1144 msgid "Could not build SOAP request envelope" msgstr "" #: src/soap.c:1153 msgid "Could not create SOAP name space" msgstr "" #: src/soap.c:1162 msgid "Could not add Body to SOAP request envelope" msgstr "" #: src/soap.c:1174 msgid "Could not copy request content" msgstr "" #: src/soap.c:1181 msgid "Could not add request content to SOAP request envelope" msgstr "" #: src/soap.c:1193 msgid "Could not create xmlBuffer for HTTP request body" msgstr "" #: src/soap.c:1212 msgid "Could not serialize SOAP request to HTTP request body" msgstr "" #: src/soap.c:1223 #, c-format msgid "" "SOAP request to sent to %s:\n" "%.*s\n" "End of SOAP request\n" msgstr "" #: src/soap.c:1242 #, c-format msgid "Server returned %ld HTTP code\n" msgstr "" #: src/soap.c:1264 #, c-format msgid "Server redirects on <%s> because OTP authentication succeeded." msgstr "" #: src/soap.c:1278 msgid "Could not remove credentials from CURL handle." msgstr "" #: src/soap.c:1290 #, c-format msgid "" "Code 302: Server redirects on <%s> request. Redirection is forbidden in " "stateless mode." msgstr "" #: src/soap.c:1300 msgid "Authentication failed" msgstr "" #: src/soap.c:1306 #, c-format msgid "Code 404: Document (%s) not found on server" msgstr "" #: src/soap.c:1320 #, c-format msgid "%s: bad MIME type sent by server: %s" msgstr "" #: src/soap.c:1349 #, c-format msgid "" "SOAP response received:\n" "%.*s\n" "End of SOAP response\n" msgstr "" #: src/soap.c:1377 msgid "SOAP response requires unsupported feature" msgstr "" #: src/soap.c:1394 msgid "SOAP response does not contain SOAP Body element" msgstr "" #: src/soap.c:1400 msgid "SOAP response has more than one Body element" msgstr "" #: src/soap.c:1446 #, c-format msgid "SOAP response signals Fault: %s" msgstr "" #: src/soap.c:1449 msgid "SOAP response signals Fault" msgstr "" #: src/soap.c:1525 msgid "" "Base URL could not have been determined from context URL because there was " "no URL set in the context" msgstr "" #: src/soap.c:1535 msgid "Base URL could not have been determined from context URL" msgstr "" #: src/soap.c:1583 #, c-format msgid "" "Cookie for OTP authenticated connection to <%s> could not been invalidated" msgstr "" #: src/soap.c:1587 #, c-format msgid "Cookie for OTP authenticated connection to <%s> has been invalidated.\n" msgstr "" #: src/validator.c:83 msgid "ISDS1 response is missing StatusCode element" msgstr "" #: src/validator.c:84 msgid "ISDS response is missing StatusCode element" msgstr "" #: src/validator.c:198 src/validator.c:360 msgid "SOAP returned empty body" msgstr "" #: src/validator.c:212 #, c-format msgid "SOAP response does not contain element from name space %s" msgstr "" #: src/validator.c:224 msgid "Could not build ISDS response document" msgstr "" #: src/validator.c:266 msgid "List contains more main documents" msgstr "" #: src/validator.c:276 #, c-format msgid "List contains more documents with the same ID `%s'" msgstr "" #: src/validator.c:287 #, c-format msgid "List contains documents referencing to not existing document ID `%s'" msgstr "" #: src/validator.c:296 msgid "List does not contain main document" msgstr "" #: src/validator.c:318 #, c-format msgid "Could not check message ID length: %s" msgstr "" #: src/validator.c:327 #, c-format msgid "Message ID must not be longer than 20 characters: %s" msgstr "" #: src/validator.c:374 msgid "SOAP response does not contain Czech POINT deposit element" msgstr "" #: src/validator.c:384 msgid "Could not build Czech POINT deposit response document" msgstr "" libisds-0.10.7/po/en@quot.header0000644000076400001440000000226312230035236013353 00000000000000# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # libisds-0.10.7/po/en@boldquot.header0000644000076400001440000000247112230035236014215 00000000000000# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # # This catalog furthermore displays the text between the quotation marks in # bold face, assuming the VT100/XTerm escape sequences. # libisds-0.10.7/doc/0000755000076400001440000000000013130412621010767 500000000000000libisds-0.10.7/doc/maintanance_web_services0000644000076400001440000003722513130406756015675 00000000000000Maintenance web services specification ====================================== Source: Provozní řád ISDS, version 2010-01-22, Pages 14–15 Source: Webové služby rozhraní ISDS pro správu datových schránek, version 2.15 (2010-11-19) Source: Webové služby související s přístupem do ISDS, version 1.9 (2011-09-11) Source: dbTypes.xsd, version 2.11 (2010-11-23) These services are intended for administration of box as such. NONE of the services MARK incoming messages as delivered. SOAP web services defined in: db_manipulations.wsdl (Appendix 3), db_access.wsdl (Appendix 2) Data types: dbTypes.xsd (Appendix 3) Documentation: DataBox_ws.pdf (Appendix 3), GetInfo_ws.pdf (Appendix 2) Note: OVM mode is defined in paragraph 5a of Czech ISDS Act (300/2008 Coll.) Non-normative: [dbTypes.xsd] augments XSD:gDbReqStatus type with optional dbStatusRefNumber element carrying request serial number assigned by ISDS. List of SOAP requests follows. db_manipulations.wsdl ===================== URL postfix: DsManage CreateDataBox Create box CreateDataBoxPFOInfo Report PFO/FO insert into registry DeleteDataBox Remove box permanently UpdateDataBoxDescr Change data about box owner AddDataBoxUser Add person permitted to access to the box DeleteDataBoxUser Remove person permitted to access to the box UpdateDataBoxUser Change data about permitted person NewAccessData Reset user credentials (remove old ones and generates new ones) DisableDataBoxExternally Make box inaccessible because owner lost ability to use the box for legal reasons (prisoned person, person with no or weak legal rights) DisableOwnDataBox Make box inaccessible on request of its owner EnableOwnDataBox Renew access to the box SetEffectiveOVM Switch box into OVM mode CleareEffectiveOVM Set box off OVM mode SetOpenAddressing Switch box into commercial message receiving mode ClearOpenAddressing Set box off commercial message receiving mode GetDataBoxUsers Get list of users permitted to access a box Activate Not documented DeleteDataBoxPromptly Not documented db_access.wsdl ============== URL postfix: DsManage GetOwnerInfoFromLogin Get data about box of logged in user. GetUserInfoFromLogin Get data about logged in user GetPasswordInfo Get data about password expiration ChangeISDSPassword Change password ChangePassword.wsdl =================== URL path: /asws/changePassword Name space: http://isds.czechpoint.cz/v20/asws ChangePasswordOTP Change password if one-time password authentication is in use SendSMSCode Request delivering time-based OTP code through side channel CreateDataBox ============= Create box of any type with complete set of PRIMARY users (i.e. box owners). Additional users can be assigned by AddDataBoxUser. Freshly created box has state 3, after first log-in (or first log-in time out), box changes moves to standard state 1. Credentials will be sent to each PRIMARY user by paper mail. Credentials postal address is supplied contact address or address obtained from external government registers (supplied person or firm address must match them). If optional dbVirtual element is true, optional input element email is required and ISDS will return one-time password that box owner will use to obtain his credentials. See NewAccessData for more details. Different box types can created by users with specific privileges. Input structure is: CreateDataBox + dbOwnerInfo – describe box and its owner, if only one owner exists (e.g. | FO box type) + dbPrimaryUsers – list of primary users (box type FO has empty list, | | PFO has only one which carries contact address only, | | OVM has only one which describes office manager, | | PO has one or more, even other PO user type is applicable | + dbUserInfo – primary user description (not all fields has meaning) | + dbUserInfo | ⋮ + dbFormerNames – former name of the user, optional + dbUpperDBId – ID of supper box, optional + dbCEOLabel – title of OVM manager (required for OVM box, optional | otherise) + dbVirtual – true if user want to get initial credentials on | activation portal. Optional + email – address to send notification about new credentials, optional, | required and meaningful only if dbVirtual is true + dbApproved – optional + dbExternRefNumber – optional Returns ID of new box and token for activation portal if requested by dbVirtual. CreateDataBoxPFOInfo ==================== Report PFO insert into external registry. This service is only for sake of legislation. ISDS does use provided data anyhow. It does not create a box nor return new box ID. See CreateDataBox for more details. DeleteDataBox ============= Remove box permanently. If request succeeds, box will moves to state 4, and three years after that to state 5. Input is box description and ISO date of owner cancellation (dbOwnerTerminationDate element). UpdateDataBoxDescr ================== Change data about box or its owner. Input is current box description and new description. Different fields can (not) be changed by different box types and differently privileged user. AddDataBoxUser ============== Add person permitted to access to the box Different user types can be added only by users with specific privileges (PRIMARY_USER can be added only by PRIVIL_CZP user). Mandatory input is box description and new user definition. If optional input dbVirtual is true, additional input element email specifies e-mail address to send notificication about new account and link where to get find initial credentials for created user. Then two output elements are returned: dbUserID (XSD mistakenly says dbID) and dbAccessDataId for new user identifier and temporal token to login on the web page linked from received e-mail. See NewAccessData for more details. DeleteDataBoxUser ================= Remove person permitted to access to the box. Different user types can be removed only by users with specific privileges (PRIMARY_USER can be removed only by PRIVIL_CZP user). Input is box description and user description. UpdateDataBoxUser ================= Change data about user assigned to given box. Input is box description (box ID or other criteria), old user data and new user data. Non-normative: old user data are used not only to identify user in ISDS, they are used by ISDS to recognise data changes. Permission to change data are tested against these differences. In other words, client must supply complete old user data, not only user ID. One can change any data (even user permissions) except user type of PRIMARY user. However PRIMARY user assigned to PO or OVM box can be removed (DeleteDataBoxUser) and recreated (AddDataBoxUser). NewAccessData ============= Reset user credentials (remove old ones and generates new ones). This service is designed to user who forgot his credentials. He must apply for the reset off-line on dedicated meeting point. Input is box description, user description, billing flag and optional switch how to deliver new credentials and optional user's e-mail address. If switch is true, e-mail address will be recorded in the ISDS and output element dbAccessDataId will contain token that user will use to authorize to web page revealing new credentials and output element dbUserID will contain new user log-in name. If switch is false, new credentials will be sent by paper mail to user. Input e-mail address and output token and new log-in name will not be returned. Non-normative: The special web page revealing new credentials is . The form requires e-mail address to match e-mail address provided on meeting point. DisableDataBoxExternally ======================== Make box inaccessible because owner lost ability to use the box for legal reasons (prisoned person, person with no or weak legal rights). Input is box description and date when the ability to access box has became impossible. This can be retroactive. After success, box changes state to state 2. Non-normative error codes: 1004 Operation not permitted DisableOwnDataBox ================= Make box inaccessible on request of its owner. Despite name, this does not disable access to the box of currently logged in user. The box owner must apply for making his box inaccessible off-line on special off-line meeting point and officer (with permission PRIVIL_OVMPOZAK | PRIVIL_CZP) call this SOAP service. Result is box state changed to value 2. Input is box description (box ID or other criteria). EnableOwnDataBox ================ Renew access to box made inaccessible previously. Disable/enable access period is limited by law and can be charged. See DisableOwnDataBox for more details. SetEffectiveOVM =============== Switch box into mode where the box can on explicit request sent messages as OVM boxes can. This is suitable for private organisations or persons that have government delegations. Input is box ID. CleareEffectiveOVM ================== Remove box privilege to act as a government or municipality (OVM role). Input is box ID. SetOpenAddressing ================= Switch box into commercial message receiving mode. Box will be capable to receive commercial messages. This does not imply permission to send commercial messages. Input is box ID. ClearOpenAddressing =================== Switch box out of commercial message receiving mode. Input is box ID. GetDataBoxUsers =============== Get list of users permitted to access given box. Note: This request is not specified in any verbose document. Following info has been obtained from XML Schema file [dbTypes.xsd]. Input is type of XSD:tIdDbInput. Only box ID is sufficient probably. Output is list of box users. Structure: GetDataBoxUsersResponse + dbUsers – optional | + dbUserInfo – zero count is possible. Type of XSD:tDbUserInfo. See | GetUserInfoFromLogin request for more details. | + dbUserInfo | ⋮ + dbStatus Activate ======== This service is not documented. The only mention is in XML Schema. There are two elements on input: dbAccessDataId (temporary token for user to get access to his initial credentials probably) and dbID (box identifier). Output is sequence of userId (user identifier), password (non-empty string), and dbStatus (common service return code). DeleteDataBoxPromptly ===================== This service is not documentd. The only mention is in XML Schema and change log. Even the SOAP end-point dsManage is not specified. There are following elements in input: dbOwnerInfo (identifies box by owner structure) and group of optional elements gExtApproval (sequence of dbApproved and dbExternRefNumber as used in other services). Output is standard dbStatus subtree (error code and message of requested service). GetOwnerInfoFromLogin ===================== Get details about current box that user is logged in. Input is empty dummy request. Result is returned in tDbOwnerInfo structure. Some structure members are undefined or unknown for particular box type. GetUserInfoFromLogin ==================== Get details about currently logged in user. Input is empty dummy request. Output is returned in tDbUserInfo. Some members can be irrelevant (and thus undefined) for particular user. Service can fail if user has logged into box with system certificate. GetPasswordInfo =============== Inquire expiration time of current user password. By default password expires in 90 days. ISDS can force password change sooner. Non-normative: If user does not change password after expiration, SOAP server will return non-SOAP response and client could not continue in work. Input is empty dummy request. Output is ISO time of password expiration in pswExpDate element. If password expiration is disabled, empty element is returned. Service has no sense if client authenticates with certificate only. ChangeISDSPassword ================== Change user password. Input is current password and new password. Supplied new password must match password stored in ISDS, otherwise system refuse password update. Password must meet formal syntax rules assuring strong complexity: – 8 ≤ length ≤ 32 characters – Must contains: * at least 1 upper case letter * at least 1 lower case letter * at least 1 digit – Allowed alphabet is [a-z], [A-Z], [0-9], and "!#$%&()*+,-.:=?@[]_{}|~" (delimited with double quotations). – Must differ from last 255 passwords – Must not contain user ID – Must not contain sequence of 3 or more same characters – Must not start with `qwert', `asdgf', or `12345' Service is meaningful only when user logs in with password but without additional one-time password authentication. In case OTP method, use `ChangePasswordOTP' SOAP service instead. After successful password update, client can continue in current session. Password change takes effect after propagation into whole ISDS cluster (about 15 seconds). Error codes: 0000 Password changed successfully 1066 Too short or too long 1067 New password same as current one 1079 Password contains forbidden character 1080 Does not contain lower cased letter, upper cased letter and a digit 1081 Sequence of repeated character 1082 Contains user ID 1083 Too simple 1090 Bad current password 1091 Password matches one of older passwords 9204 LDAP update error ChangePasswordOTP ================= Change user password if OTP authentication is enabled and required by server. This service is meaningfull only with OTP authentication. Use `ChangeISDSPassword' instead, if authentication with static password is in use. This service resides on different URL path, not only on different path suffix. This service uses different name space . Input is current password in `dbOldPassword' element, new password in `dbNewPassword' element, and OTP method in `dbOTPType' element (known values are: `HOTP', `TOTP'). The selected OTP method must match log-in OTP method. This service is available without prior statefull log-in. This SOAP request must be accompanied with HTTP Basic authentication header delivering user name and current password concatenated with an OTP code. In case of time-based authentication, client can request delivering new OTP code through side channel by `SendSMSCode' service prior issuing this request. Details of user authentication are described in `login' document, `HTTP OTP Methods' section. Restrictions to new password and response format are the same as in `ChangeISDSPassword' service. Output has schema of `dbStatus' element. Error codes: 1066 Too short or too long 1067 Password matches one of older passwords 1082 Contains user ID 1083 Too simple 2300 Unexpected error Non-normative: Be ware ChangeISDSPassword case with code 1091 is reported by ChangePasswordOTP as code 1067. SendSMSCode =========== Ask server to send new OTP code through SMS gateway. Delivered code is intended as input to HTTP Basic authorization header for `ChangePasswordOTP' service. This service resides on different URL path, not only on different path suffix. This service uses different name space . This service is available without prior statefull log-in. This SOAP request must be accompanied with HTTP Basic authentication header delivering user name and current password. Output has schema of `dbStatus' element. Error codes: 0000 Success 2300 Unexpected error 2301 One-time code cannot be re-send faster than once a 30 seconds 2302 One-time code could not been sent. Try later again. libisds-0.10.7/doc/user0000644000076400001440000001131313130407435011616 00000000000000User specification ================== Source: Webové služby rozhraní ISDS pro správu datových schránkek, version 2.19 (2011-05-05) Source: Webové služby rozhraní ISDS pro manipulaci s datovými zprávami, version 2.28 (2012-07-27), pages 6–7 Source: Webové služby rozhraní ISDS pro správu datových schránek version 2.56 (2017-02-20) User types ========== Symbol Description -------------------------------------------------------------------------- PRIMARY_USER User who owns the box (FO and PFO type boxes have one owner, OVM box one or none owners, PO box any number) ENTRUSTED_USER User with limited access to the box. Such user is delegated by primary user or administrator for the purpose of message reading or sending. ADMINISTRATOR User who can add/remove/update other users to a box, but who is not a owner of the box. OFFICIAL OFFICIAL_CERT LIQUIDATOR Liquidator of a commercial organisation. Effectively equivalent to PRIMARY_USER. RECEIVER Receiver of a commercial organisation. Effectively equivalent to PRIMARY_USER. GUARDIAN A person who has the authority to care for the personal and property interest of another person. Effectively equivalent to PRIMARY_USER. User authorizations =================== Each user has set of permissions to operate on given box. Symbol Num Description -------------------------------------------------------------------------- PRIVIL_READ_NON_PERSONAL 1 Permission to read incoming messages PRIVIL_READ_ALL 2 Permission to read messages addresses only to concrete person PRIVIL_CREATE_DM 4 Permission to sent mesages, to download outgoing messages PRIVIL_VIEW_INFO 8 Permission to download list of messages, to download data about delivery (`Dodejka') and acceptance (`Doručenka') PRIVIL_SEARCH_DB 16 Permission to search boxes PRIVIL_OWNER_ADM 32 Permission to maintane a box (add users etc.) PRIVIL_READ_VAULT 64 Permission to read messages from long term storage (does not exists since 2012-05) PRIVIL_ERASE_VAULT 128 Permission to delete messages from long term storage User type ADMINSTRATOR has implicit non-revokable permission PRIVIL_OWNER_ADM. Administrator can add other permissions to anybody, even to himself. User type PRIMARY_USER has implicit (non-revokable?) permissions 1–32. In addition, internal users can have following permissions (to manage (= create, update) boxes or request for box updates): Symbol Num Description ------------------------------------------------------------------------- PRIVIL_OR 256 Manage PO type boxes PRIVIL_INSSPR 512 Manage PFO_INSSPR type boxes PRIVIL_NOTAR 1024 Manage OVM_NOTAR type boxes PRIVIL_EXEKUT 2048 Manage OVM_EXEK type boxes PRIVIL_ADVOK 4096 Manage PFO_ADVOK type boxes PRIVIL_DANPOR 8192 Manage PFO_DANPOR type boxes PRIVIL_AUDITOR 1073741824 Manage PFO_AUDITOR type boxes PRIVIL_PFO 16384 Manage PFO* type boxes PRIVIL_OVMPOZAK 65536 Manage OVM, PO_ZAK and OVM_REQ type boxes PRIVIL_VAZBA 131072 Report imprisoning of a person etc. PRIVIL_MV 32768 Ministery of interiors officer who processes request (Service module) PRIVIL_CZP 262144 Czech POINT officer who processes requests (only for FO, PFO, PO_REQ box types) PRIVIL_ADMADM 1048576 Manage internal users PRIVIL_AD_DELIV 2097152 Store timestamp about credentials delivery by off-line chanel PRIVIL_ACTIVATE 8388608 Activate credentials on-line PRIVIL_POST 524288 Access to help desk IS of Czech POST PRIVIL_VAULT 33554432 Manage long term storage and commercial message switcher PRIVIL_BILLING 67108864 Access to billing data PRIVIL_CONFIG 4194304 Low level configuration allowed (see `Administrator manual for ISDS application server' for more details) PRIVIL_SUPERVISOR 16777216 Permission to start and stop application libisds-0.10.7/doc/server_locators0000644000076400001440000000255011730435035014060 00000000000000Server locators =============== Source: Webové služby ISDS pro manipulaci s datovými zprávami, version 2.16 (2011-01-26), Page 5 Source: Provozní řád ISDS, version 2011-06-19, Page 13 Source: Podpora OTP autentizace v ISDS, version 2011-10-14, Page 3 Servers are accessed by HTTPS protocol. Server fully qualified domain name varies on ISDS instance and authenticiation method. Two ISDS instances exist. Each instance has unique two-level domain name: ISDS Instance Base domain --------------------------------------------- Production instance mojedatovaschranka.cz Testing instance czebox.cz Different log-in methods require different subdomains and URL path infixes: Authentication method Subdomain Path --------------------------------------------------------------- HTTP basic ws1 /DS/ System certificate ws1c /cert/DS/ Commercial certificate with HTTP basic ws1c /certds/DS/ System certificate and box ID ws1c /hspis/DS/ OTP without client certificate www /apps/DS/ For example, when logging into production instance with HTTP basic authentication, the base URL is . When logging into testing instance with OTP method, the base URL is . libisds-0.10.7/doc/government_journals0000644000076400001440000000436213130406756014754 00000000000000Publishing Government Journals ============================== Source: Provozní řád Informačního systému datových schránek, (2011-06-19), page 18. ISDS specification describes some additional services built on top of ISDS. One of them is publishing news by central administration (sections 4 and 5 of 365/200? Coll. act, Government Information Systems Act). Permitted box owners (some government offices) can send a PDF journal encapsulated into special XML document as part of ISDS message to dedicated box, the message will be processed by a robot and decapsulated journal placed on web ISDS portal. The same box owner can cease publishing of a journal by sending other XML document carrying journal identifier as an ISDS message to the same dedicated box and the journal will be removed from web portal. Non-normative: Specification does not mention whether it's possible to publish or unpublish more journals by adding more documents into one message. The dedicated recipient box ID is `uur3q2i' and the box owner name is `Portál datových schránek (Ministerstvo vnitra)'. XML schemata of ISDS documents used to deliver or un-publish journal are described in 5th techical amendment of ISDS specification. XML Document for Publishing Journal =================================== Structure: docMeta + docName – type xs:string, obligate, title of the journal + effectiveFrom – type xs:date, obligate, date since the journal is valid + effectiveTo – type xs:string, effectively sequence of spaces or xs:date, | optional, date till the journal is valid + dataPdf – type xs:base64Binary, obligate, the PDF journal encoded into Base64, maximal size is 10 MB. Non-normative: No acknowledgment is defined by specification. XML Document for Un-publishing Journal ====================================== Structure: docMeta + publishingDate – type xs:date, obligate, date since the journal is valid + docErase – type xs:integer, obligate, journal identifier Journal identifier is assigned by recipient robot when publishing a journal. The identifier value can be found on web ISDS portal. It follows journal title in brackets there. Non-normative: No acknowledgment is defined by specification. libisds-0.10.7/doc/document_conversion0000644000076400001440000001163411407457741014743 00000000000000Document conversion =================== Source: Reverse engineering of 602XML Filler, version 3.14 Source: Autorizovaná konverze z moci úřední – API Digital documents can be converted into their analogue projections. Currently only PDF 1.3 or higher document with digital signature is allowed to be converted. User can send such document through Internet into `Czech POINT' system, which is responsible for so called authorized conversion. Other direction from analogue form to digital one is possible too. Of course software can obtain digital output only. Public conversion interface is web page . There is nice interactive interface with ugly CAPTCHA. Proprietary client `602XML Filler' uses similar interface that works automatically. Without CAPTCHA solving obviously. Description of this batch interface follows. Digital to Analogue Direction ============================= Protocol: SOAP URL: https://www.czechpoint.cz/uschovna/services.php Input for XSLT is document subtree (rooted in p:dmFile) of ISDS message Request XSLT: 0 Response returns token. Converting officer uses the token to pick up a document from Czech POINT input storage. Otherwise document expires after 30 days. According 602XML Filler: Response is standard SOAP Fault error message or undocumented structure in case of success According real test: In case of failure: 4 Neni dokument typu PDF |-1 2010-02-11 In case of success: 0 OK 1 816236355942291944571 2010-02-12 As you can see the token is returned in //ns1:saveDocumentResponse/return/documentID/text(). Analogue to Digital Direction ============================= Officer stores digital document into output storage and provides a token to the user. User has 3 days to download the document. libisds-0.10.7/doc/box0000644000076400001440000000654313130407540011436 00000000000000Box specification ================= Source: Provozní řád Informačního systému datových schránek, (2010-11-28) Source: Webové služby ISDS pro vyhledávání datových schránek, version 2.16 (2011-01-25) Source: Webové služby ISDS pro manipulaci s datovými schránkami, version 2.6 (2010-01-18) [DataMessage_ws.pdf], Page 6 Source: Webové služby rozhraní ISDS pro správu datových schránek, version 2.35 (2013-04-10), Page 23 Source: ISDS – Přehled změn (2017-05-27) Box types ========= Symbol Number Description -------------------------------------------------------------------------- 0 ISDS system OVM 10 Standard government (state or municipality or similar) office OVM_NOTAR 11 Notary (stopped being used, replaced with OVM_PFO) OVM_EXEKUT 12 Executor (stopped being used, replaced with OVM_PFO) OVM_REQ 13 Subsidiary office with OVM status assigned on request (section 6 and 7 of act) OVM_FO 14 Natural person with OVM status (without identification number) OVM_PFO 15 Natural person in business with OVM status (e.g. notary or executor) OVM_PO 16 Juridical person with OVM status (arisen from previously existing PO or PO_REQ) PO 20 Standard commercial organization (in trade registry) PO_ZAK 21 Other organization based on law (stopped being used, replaced with PO) PO_REQ 22 Organization with box assigned on request PFO 30 Person in business PFO_ADVOK 31 Lawyer PFO_DANPOR 32 Tax consultant PFO_INSSPR 33 Administrator of insolvency PFO_AUDITOR 34 Statutory auditor FO 40 Standard person Box states ========== Value Description ------------------------------------------------------- 0 or empty Error occurred while retrieving box state 1 Box is accessible. 2 Temporarily inaccessible (on owner's request) 3 Not yet active 4 Permanently inaccessible 5 Box has been removed 6 Temporarily inaccessible (by law) Although state 6 exists, ISDS returns state 2 instead. Only state 1 means box is capable of receiving messages. User can log in even into inaccessible box. However some operations, like message sending, are not allowed then. Country values ============== The counries are denoted by two-letter abbreviation. Sometimes it can be full or somewhat abbreviated name. Exact list of codes is in Appendix A of Webové služby ISDS pro vyhledávání datových schránek. Non-normative: It's a subset of ISO 3166-1 alpha-2 list with some non-standard extensions (borrowed from International Post Union). Missing codes: Value Description -------------------------------------------------- AQ Antarctica AS Samoa (American) AX Åland Islands BV Bouvet Island CC Cocos (Keeling) Islands CX Christmas Island EH Western Sahara GS South Georgia & the South Sandwich Islands GU Guam HM Heard Island & McDonald Islands MP Northern Mariana Islands NF Norfolk Island SJ Svalbard & Jan Mayen UM US minor outlying islands YT Mayotte Additional codes: Value Description ------------------------ TA Tristan da Cunha XZ Kosovo libisds-0.10.7/doc/test_credentials0000644000076400001440000000055411531300135014171 00000000000000Source: http://www.abclinuxu.cz/datove-schranky/poradna/show/280456 Since February 6, 2011, all public testing accounts have been deleted by ISDS owner. Testers must request for new testing accounts at ministery of interiors and they are not allowed to publish assigned credentials anymore. See README for details how to pass the credentials to example clients. libisds-0.10.7/doc/web_service_interface0000644000076400001440000000333213130406756015164 00000000000000Web service interface ===================== Source: Webové služby ISDS pro manipulaci s datovými zprávami, version 2.6 (2010-01-18) [DataMessage_ws.pdf], Page 5 Source: Webové služby ISDS pro vyhledávání datových schránek, version 2 (2009-07-26) Web services for messages are synchronous, web services for boxes are asynchronous. Error Reporting =============== Result code of web service operation is stored in dmStatus/@dmStatusCode. Known values: Code Meaning ----------------------------------------------------------------------------- 0000 Means success 0002 FindDataBox: No box suits to search request (by name) 0003 FindDataBox: To much boxes suit to search request (by name), response truncated 3006 Marking messages as delivered takes too long. Try again. 5001 FindDataBox: No such box exists (by box ID or registry identifier) NON-NORMATIVE: ISDS on bogus ISDS request but still valid SOAP request responses with SOAP non-Fault 200-HTTP Code message. Example: POST https://www.czebox.cz/DS/dz 200 2006Unknown operation: X-BogusOperation libisds-0.10.7/doc/message0000644000076400001440000004063713130406756012304 00000000000000Message specification ===================== Source: Provozní řád ISDS, version 2011-11-29, Page 5, 14 Source: Webové služby rozhranní ISDS pro manipulaci s datovými zprávami, version 2.40 (2014-08-25) Source: MIME Media Types Source: O2. Datové schránky: Informace pro dodavatele aplikací, version 2010-04-28, Page 18 Source: Vyhláška 194/2009 Sb., o stanovení podrobností užívání a provozování informačního systému datových schránek, updated by 422/2010 Coll. Message ::= Envelope, Content Message format is defined in Appendix 1, file dmBaseTypes.xsd. Content ::= (Document)+ Content involves one or more attachments (= Documents). Allowed Document formats are defined in Vyhláška o stanovení podrobností užívání a provozování ISDS, 194/2009 Coll. Currently (2011-02-21) allowed formats are (quotation follows): – pdf (Portable Document Format) – PDF/A (Portable Document Format for the Long-term Archiving) – xml (Extensible Markup Language Document); must be valid against freely available XML Schema published by recipient – fo, zfo (602XML Filler Document) – html/htm (Hypertext Markup Language Document) – odt (Open Document Text) – ods (Open Document Spreadsheet) – odp (Open Document Presentation) – txt (plain text) – rtf (Rich Text Format) – doc, docx (MS Word Document) – xls, xlsx (MS Excel Spreadsheet) – ppt, pptx (MS PowerPoint Presentation) – jpg, jpeg, jfif (Joint Photographic Experts Group File Interchange Format) – png (Portable Network Graphics) – tif, tiff (Tagged Image File Format) – gif (Graphics Interchange Format) – mpeg1, mpeg2 (Moving Picture Experts Group Phase 1 / Phase 2) – wav (Waveform Audio Format) – mp2, mp3 (MPEG-1 Audio Layer 2 / Layer 3) – isdoc, isdocx (Information System Document) version 5.2 or higher - edi (international standard EDIFACT, standards for electotronic interchange of business documents [EDI] ODETTE and EANCOM) - dwg (AutoCAD DraWinG File Format) version 2007 or higher - shp, dbf, shx, prj, qix, sbn, sbx (ESRI Shapefile) - dgn (Bentley MicroStation Format) version V7 or V8 - gml, gfs, xsd (Geography Markup Language Document) Document format declaration inside Document and conformance checks change during time. XML Schemas provide attribute for Document MIME type and Document annotation. Attribute dmMimeType must present, but may be empty, may contain file name extension, or may contain official MIME type. If MIME type is declared, ISDS checks Document content for conformance to the MIME type. There is MIME type blacklist: application/x-zip-compressed, application/x-msdownload. Attribute dmFileDescr (so called annotation) must present and must contain file name of the Document. Even if dmMimeType exists, ISDS uses THIS attribute to detect Document format (according file name extension) and checks content for format conformance. List of allowed MIME types is copied (and sometimes agumented) in appendix of Webové služby rozhranní ISDS pro manipulaci s datovými zprávami. There is list of allowed file name extensions and MIME type mapping (types ordered in decreasing prefference): Extensions MIME type Description ------------------------------------------------------------------------------- cer, crt, der application/x-x509-ca-cert X.509 Certificate (different serialization) doc application/msword Microsoft Word Document docx application/vnd.openxmlformats-officedocument.wordprocessingml.document Microsoft OpenXML Document dbf, prj, qix, sbn, sbx, shp, shx application/octet-stream ESRI Shapefile dgn application/octet-stream Bentley Microstation Format dwg image/vnd.dwg AutoCAD Drawing edi application/edifact EDIFACT (ODETTE, EANCOM standards for application/edi-x12 inernational bussines document application/edi-consent exchange) text/plain text/xml application/xml fo application/vnd.software602.filler.form+xml application/xml 602XML form (uncompressed) gfs, gml application/xml Geography Markup Language Document text/xml gif image/gif Graphics Interchange Format html, htm text/html Hyper Text MarkUp Language isdoc text/isdoc Information System Document (version >= 5.2) isdocx text/isdocx Information System Document (version >= 5.2) jfif, jpeg, jpg image/jpeg JFIF/JPEG image image/pjpeg mpeg, mpeg1, mpeg2, mpg video/mpeg Motion Joint Picture Expert Group video/mpeg1 video/mpeg2 video/mpg mp2, mp3 audio/mpeg MPEG-1 Audio Layer II odp application/vnd.oasis.opendocument.presentation Open Document Format Presentation ods application/vnd.oasis.opendocument.spreadsheet Open Document Format Spreadsheet odt application/vnd.oasis.opendocument.text Open Document Format Text pdf application/pdf Portable Document Format p7b application/pkcs7-certificates application/pkcs7-mime application/x-pkcs7-certificates Crypto Message Syntax p7c, p7m application/pkcs7-mime Crypto Message Syntax application/x-pkcs7-mime p7f application/pkcs7-signature Crypto Message Syntax p7s application/pkcs7-signature application/x-pkcs7-signature Crypto Message Syntax pk7 application/pkcs7-mime Crypto Message Syntax signatures application/x-pkcs7-mime png image/png Portable Network Graphics image/x-png ppt application/vnd.ms-powerpoint Microsoft PowerPoint Document pptx application/vnd.openxmlformats-officedocument.presentationml.presentation Microsoft OpenXML Presentation rtf application/msword Rich Text Format text/rtf application/rtf tif, tiff image/tiff Tag Image File Format tsr, tst application/timestamp-reply Time Stamp Token (RFC 3161) txt text/plain Plain text (no charset nor encoding signalled) wav audio/wav RIFF Waveform Audio File Format audio/wave audio/x-wav xls application/vnd.ms-excel Microsoft Excel Document xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Microsoft OpenXML WorkBook xml application/xml Extensible MarkUp Language text/xml xsd application/xml XML Schema text/xml zfo application/vnd.software602.filler.form-xml-zip 602XML form (zipped XML form with XSL-FO styles) or data box message Document ::= Binary_Document | XML_Document Document is Base64 encoded binary format or XML. There exist special Document type, ESS format, that can exist in Content only once. Note: ESS format is special XML language designed as interface between Electronic Document Systems (ESS). It's defined in Appendix 4 of Provozní řád ISDS. Message with `malicious code' will be refused by ISDS. Maximal total size of Documents in a Message is 10 MB. Binary document size is size before encoding into Base64, XML document size is size in bytes as is serialized inside SOAP request. A Message can be addressed to 50 recipients at maximum. Life time of Message: – 90 days for delivered message, 100 days for system message – unlimited for delivered through fiction messages, however they can be moved to off-line storage after 90 days. User can request to move the Message back into his box (off-line only currently). Deleted messages are stored off-line as Envelope only without Content. Since 2010-06-01, some services has access to off-line stored envelopes (Get(Signed)DeliveryInfo, MessageEnvelopeDownload, VerifyMessage, AuthenticateMessage). Note: Delivery through fiction is currently defined as new unread for more than 10 days after delivery. Digital Signatures ================== Some SOAP services (GetSignedDeliveryInfo etc.) returns response that embeds digitally signed ISDS message or delivery info. The digital signature is Base64-encoded BER CMS. (xmldsig is not used to avoid expensive XML canonicalization). The CMS should carry one certificate and one signed body. Since 2011-04, a time stamp is embedded into the CMS (get-message responses currently only). The data structure is compliant with RFC 5126 (CMS Advanced Electronic Signatures (CAdES)) and RFC 3161 (Internet X.509 Public Key Infrastructure Time-Stamp Protocol (TSP)). Stamp is stored in id-aa-signatureTimeStampToken object (iso(1). member-body(2).us(840).rsadsi(113549).pkcs(1).pkcs-9(9).smime(16). id-aa(2).14). Input for stamp is CMS SignerInfo.SignatureValue object. Since 2014-09, the time stamp conforms to ATSv3 format defined by CAdES Signatures Baseline Profile, ETSI TS 103 173, version 2.2.1. See . The signature and time stamp is computed on-the-fly, for each reponse again. If time stamp authority is irresponsive, CMS without time stamp is returned with special ISDS error code 0005. Client can retry to get the same stamped response two times in 20 minutes. Exceeding this quota leads to 50-second delay or error code 3005. If time stamp authority is failing, error code 9502 is returned without any message. Message hash ============ Message checksum is a hashed bit stream of part of a message. Exact message part to hash must preserve physical XML serialization. The hash value is carried inside a message, it's stored in ISDS and it's used as a input form digital time stamp. Currently SHA-1 and SHA-256 algortihms are defined. They are identified by dmHash/@algorithm attribute. Algorithm name in attribute value contains hyphen character. System messages =============== There exists special message type initiated by ISDS (i.e. from system, not from other box). Such message has reserved from-box `aaaaaaa' (7 × `a') value and sender type `0' and it always contains a document of type HTML and sometimes a document of type XML. The XML one provides structured reason of sending the system message, the HTML one is a human-readable form. There are following cases defined: Case Meaning ------------------------------------------------------------------------------- 1 Outgoing message contained malicious code. 2 You, administrator, deleted other user. 3 Outgoing message could not been delivered because recipient box had been made inaccessible retrospectively. 4 Outgoing commercial message has been deleted before accepting it by the recipient. 5 User has been added to your box. 6 User permissions has been changed. 7 Box has been made temporary inaccessible on court desicion (e.g. user has been found eligable unresponsible). 8 Box has been made temporary inaccessible on box owner or administrator request. 9 Box has been made permanently inaccessible because organization does not exist anymore. 10 Box has been made permanently inaccessible because owner has died. 11 Personal data of box owner does not match central register. The XML document has following structures: SystemMessage – Attribute `type' is a number of case 1, 3, or 4. + dmID – message ID + dbIDRecipient – recipient box ID SystemMessage – Attribute `type' is a number of case 2, 5, or 6. + userID – user ID + userName – user proper name SystemMessage – Attribute `type' is a number of case 7, 8, 9, 10, or 11. No elements are defined. Notification messages ===================== ISDS administrator can send business messages from dedicated box `zzzzzzq'. Such a message contains a PDF document with a notification about business activities of the ISDS administrator. Business activity is e.g. a support for commercial messages. Non-normative: The originating box as well as the message are of type system. Commercial messages =================== Users can allow commercial message receiving explicitly in opposite to standard messages. User can request to assign permission to send commercial messages. Permission can be assigned by Czech Post. Or sending some commercial messages can be offered and paid by third party. Then user don't need special permission from Czech Post to send the specific commercial message. See PDZInfo service for more details. Commercial recipient can not be searched. Sender must know exact box ID. Commercial outgoing message is automatically recognized by ISDS using sender and recipient box type, commercial sending/receiving permission, and OVM message flag. All messages are noncommercial, so called public, except following combinations when the message is considered as commercial: Sender Recipient Gross type Commercial sending Gross type Commercial receiving OVM flag ---------------------------------------------------------------------------- non-OVM allowed non-OVM allowed any any any non-OVM allowed false When sending message, the commercial status can be refined by @dmType attribute in the message envelope: Value Meaning ----------------------------------------------------------------------------- I Commercial message offering paying the response instead of the recipient (so called initiatory message) K Commercial message O Commercial message as a response paid by sender of initiatory message V Noncommercial standard message Incoming message or downloaded sent message can have @dmType attribute in the message envelope with following meaning: Value Meaning ----------------------------------------------------------------------------- A Subsidized initiatory commercial message which can pay a response B Subsidized initiatory commercial message which has already paid the response C Subsidized initiatory commercial message where the response offer has expired D Externally subsidized commercial messsage E Prepaid stamp G Paid by a sponsor I Initiatory commercial message which can pay a response K Commercial message paid by sender O Commercial message as a response paid by sended of initiatory message X Initiatory commercial message where the response offer has expired Y Initiatory commercial message which has already paid the response Z Limitedly subsidized commercial message Missing @dmType attribute means noncommercial standard message. Relation between initiatory message and reply paid by initiatory message sender is established by an identifier defined in dmSenderRefNumber element of initiatory message and the same value copied into dmRecipientRefNumber element of response message. Message states ============== Value Meaning 1 Message has been put into ISDS 2 Message stamped by TSA 3 Message included viruses, infected document has been removed 4 Message delivered (dmDeliveryTime stored) 5 Message delivered through fiction (dmAcceptanceTime stored) 6 Message delivered by user log-in or user explicit request (in case of commercial message) (dmAcceptanceTime stored) 7 Message has been read by user 8 Message could not been delivered (e.g. recipient box has been made inaccessible meantime) 9 Message content deleted (thus can not be obtained on-line) 10 Message saved in long term storage (this is optional commercial service) libisds-0.10.7/doc/login0000644000076400001440000002236111773117524011765 00000000000000Log in specification ===================== Source: Provozní řád ISDS, version 2011-02-05, Pages 11–13, 17 Source: Vyhláška o stanovení podrobností užívání a provozování ISDS (194/2009 Coll.) Source: Webové služby ISDS pro manipulaci s datovými zprávami, version 2 (2009-06-25) Source: Podpora OTP autentizace v ISDS, version 1.5 (2011-10-14) Source: Přihlášení bezpečným kódem, (2012-01-03) There are two authentication methods. One is stateless HTTP Basic method (assured by X.509 client certificate in some cases). The other one is state-full HTTP non-standard hotp or totpsendsms/totp method. Stateless HTTP Basic Method =========================== HTTP client must attach authentication data to each request by Basic method. Allowed log in methods: – HTTPS connection, server authenticated using SSL server certificate, user authenticated using HTTP 1.1 basic authentication with user name and password. – SSL connection, user authenticated using `commercial' client certificate AND user name and password. The client certificate must be preregistered in web (browser) interface. – SSL connection, user authenticated using `system' client certificate. Client certificate must be preregistered to the box. – SSL connection, user authenticated using `system' client certificate of third party AND using HTTP 1.1 basic authentication (user name is box ID, password is empty). This case is intended for hosted software as service solutions. Note: Certificate attributes `commercial' and `system' are defined in Czech Electronic Signature Act. Once client certificate is registered, user cannot log in with HTTP basic authentication only. Client private key must be stored in cryptographic device in non-exportable way. The device driver must provide any of the APIs in addition: – Microsoft CryptoAPI – PKCS#11 API through libp11 library. Desktop applications accessing ISDS must log in only on manual request of a user. Daemon implementations can log in automatically, but they are forbidden to abuse ISDS (e.g. redownloading old messages). HTTP OTP Methods ================ SOAP services are relocated to URL. Server HTTP header `X-Response-message-text' value is encoded according to RFC 2047, method B (Base64) in UTF-8. Authentication process is sequence of challenge-response HTTP messages that differ for HMAC-Based One-Time Password (HOTP) and Time-based One-Time Password (TOTP) methods. They are described bellow. After successful OTP authentication, client obtains a cookie named IPCZ-X-COOKIE that must be sent with each subsequent HTTP request. The cookie is valid for 30 minutes of inactivity. Client is supposed to ask server to invalidate the cookie before closing session by sending GET request to . The DOMAINNAME variable is one from server locators (e.g. `www.mojedatovaschranka.cz'). WEB_SERVICE_ENDPOINT is request-URI postfix specific for family of requested SOAP service (e.g `dz'). Specification requires client to send first POST request without WWW-Authenticate header and to receive 401 response and to resend the request with the authentication header delivering credentials again. HTTP HOTP Method ================ Client sends a POST request to with credentials in HTTP Basic header. The credentials are user name, password and OTP code in form USERNAME ":" PASSWORD OTP_CODE. All four fields are concatenated and encoded into Base64 as in standard HTTP Basic method. So the only difference is the password is augmented with OTP code. If authentication does not succeed, server will return 401 response with headers like these: WWW-Authenticate: hotp X-Response-message-code: authentication.error.userIsNotAuthenticated X-Response-message-text: =?UTF- 8?B?Q2h5YmEgcMWZaWhsw6HFoWVuw60sIHpub3Z1IHphZGVqdGUgw7pkYWplLg==?= The X-Response-message-code header carries machine readable code, X-Response-message-text is user readable text and they have following meaning: X-Response-message-Code Meaning ----------------------------------------------------------------------------- authentication.error.userIsNotAuthenticated Bad log-in, retry authentication.error.intruderDetected Access blocked for 60 minutes authentication.error.paswordExpired Password has expired authentication.error.badRole User name is not permitted to access requested URI If authentication succeeds, server will return 302 response: Set-Cookie:IPCZ-X-COOKIE=01-5c1047cb9f3545f68cf987e6750acac4; Domain=.mojedatovaschranka.cz; secure, HttpOnly Location: https://DOMAINNAME/apps/DS/WEB_SERVICE_ENDPOINT With cookie used to track session and redirects to new URL where client should resubmit its original POST request. Non-normative: The HMAC-based code is computed as specified in RFC 4226 (HOTP: An HMAC-Based One-Time Password Algorithm). HTTP TOTP Method ================ Client sends POST request to with user name and password in standard HTTP Basic authentication header. If credentials are valid, ISDS generates one-time code and sends it through SMS GSM gateway to user's predefined phone number (the phone number can be set on interactive web portal) and returns 302 response with redirect: 302 Found X-Response-message-code: authentication.info.totpSended X-Response-message-text: =?UTF-8?B?SmVkbm9yw6F6b3bDvSBrw7NkIG9kZXNsw6FuLg==?= Location: https://DOMAINNAME/as/processLogin?type=totp&uri=https://DOMAINNAME/apps/DS/WEB_SERVICE_ENDPOINT Otherwise 401 response is returned: WWW-Authenticate: totpsendsms X-Response-message-code: authentication.error.userIsNotAuthenticated X-Response-message-text: =?UTF-8?B?Q2h5YmEgcMWZaWhsw6HFoWVuw60sIHpub3Z1IHphZGVqdGUgw7pkYWplLg==?= X-Response-message-code defines machine parsable reason and X-Response-message-text human readable text: X-Response-message-code Meaning ------------------------------------------------------------------------------- authentication.info.totpSended OTP has been sent by ISDS authentication.error.userIsNotAuthenticated Bad log-in, retry authentication.error.intruderDetected Access blocked for 60 minutes authentication.error.paswordExpired Password has expired authentication.info.cannotSendQuickly OTP cannot be sent repeatedly at this rate (minimal delay depends on TOTP window setting) authentication.error.badRole User name is not permitted to access requested URI authentication.info.totpNotSended OTP could not been sent. Retry later. If 302 response has been received, then once user receives SMS message with the OTP code, client can continue by sending POST request with credentials USERNAME ":" PASSWORD OTP_CODE concatenated into one string and Base64 encoded to new location . If authentication succeeds, another 302 response with setting IPCZ-X-COOKIE cookie and redirecting to final SOAP service URL will be sent by server. Client can resubmit its original SOAP request to the new URL together with the cookie. Otherwise 401 response with WWW-Authenticate: totp header and X-Response-message-code header with one of values defined above in HOTP method will be delivered to client. Non-normative: The premium SMS costs CZK 3. The user can send `HELP' text to get more details or `STOP LOGINDEV' text to disable sending more codes. The destination SMS phone number is `90201' (available from Czech celular phone networks only). If the user sends the stop-message or looses his receiver or capability to receive premium messages, he will lose access to his data box effectivly and the only remedy will be to ask for reseting credentials on Czech POINT meeting place. ISDS unavailability =================== If server cannot serve clients, it returns SOAP Fault with HTTP code 503: HTTP/1.1 503 Service Temporarily Unavailable Content-Length: 645 Connection: close Content-Type: text/xml; charset=utf-8 Probíhá plánovaná údržba Omlouváme se všem uživatelům datových schránek za dočasné omezení přístupu do systému datových schránek z důvodu plánované údržby systému. Děkujeme za pochopení. libisds-0.10.7/doc/user_web_services0000644000076400001440000007557413130407667014410 00000000000000User web services specification =============================== Source: Provozní řád ISDS, version 2010-11-28, Pages 15–16 Source: Webové služby rozhraní ISDS pro manipulaci s datovými zprávami, version 2.32 (2012-10-05) Source: Webové služby ISDS pro vyhledávání datových schránek, version 2.41 (2014-12-08) Source: ISDS – Přehled změn (2017-05-27) These services are intended for working with messages inside a box by a regular user. SOAP web services defined in: dm_operations.wsdl, dm_info.wsdl, db_search.wsdl (Appendix 2 of Provozní řád ISDS) Data types: dmBaseTypes.xsd (Appendix 1) Documentation: DataMessage_ws.pdf, DBSearch_ws.pdf (Appendix 2) List of SOAP requests follows. Those marked with asterisk DO NOT MARK incoming messages as delivered. Those marked with plus has access to envelopes of deleted messages. dm_operations.wsdl ================== URL postfix: dz Constraints: Client must be authenticated in Access Manager CreateMessage (*) Create and send a message CreateMultipleMessage (*) Create and send a message to multiple recipients MessageDownload Download incoming message SignedMessageDownload Download incoming message with digital signature of ministry of interiors SignedSentMessageDownload Download outgoing message with digital signature of ministry of interiors AuthenticateMessage (*+) Submit local message copy to ISDS to confirm message authenticity Re-signISDSDocument (*) Replace CMS signature of old message signed without time stamp DummyOperation Void operation used to log in and to keep connection alive dm_info.wsdl ============ URL postfix: dx Constraints: Client must be authenticated in Access Manager VerifyMessage (*+) Verify local copy of message with remote original stored in ISDS MessageEnvelopeDownload (+) Download envelope of incoming message MarkMessageAsDownloaded (*) Mark message as read ConfirmDelivery Mark commercial message as accepted by recipient EraseMessage (*) Remove message from long term storage GetDeliveryInfo (+) Download info-sheet about message post and delivery GetSignedDeliveryInfo (+) Download info-sheet about message post and delivery with signature of ministry of interiors GetListOfRecievedMessages Download list of incoming messages GetListOfSentMessages Download list of outgoing messages GetMessageAuthor Get details about sender GetMessageStateChanges Download list of outgoing messages that changed state db_search.wsdl ============== URL postfix: df FindDataBox (*) Find boxes conforming to search criteria CheckDataBox (*) Return state of given box GetDataBoxList (*) Get list of all boxes PDZInfo Get rules for sending commercial messages from given box DataBoxCreditInfo (*) Get details about credit for comercial services ISDSSearch2 (*) Search for boxes conforming to full text criteria CreateMessage (*) ============= Create and send a message. Envelope of outgoing message must contain dbIDRecipient and dmAnnotation. Other elements are optional (dmRecipientOrgUnit, dmRecipientOrgUnitNum, dmSenderOrgUnit, dmSenderOrgUnitNum, dmToHands, dmPersonalDelivery, dmAllowSubstDelivery, dmRecipientRefNumber, dmRecipientIdent, dmSenderRefNumber, dmSenderIdent, dmLegalTitleLaw, dmLegalTitleYear, dmLegalTitleSect, dmLegalTitlePar, dmLegalTitlePoint, dmOVM, dmPublishOwnID). Outgoing message envelope can specify dmType to declare subtype of commercial message. If dmType is `I', then dmSenderRefNumber must be defined. If dmType is `O', then dmRecipientRefNumber must be defined. Constraints: Sender must have PRIVIL_CREATE_DM permission. Constraints: Exactly one document in message must be main type. Constraints: Total size of all documents must not be bigger than 10 MB. Identifier of just sent message assigned by system is returned. Error codes: 0000 Message sent successfully Non-normative error codes: 1214 Document description is not a file name with acceptable file name extension 1214 Document description extension does not match document content 1214 Provided MIME type does not match document 2010 First document structure invalid 2032 Message does not carry any document 9005 Message not valid (probably) In case of positive virus detection (processed after sending), infected document is removed, message state is set to value 3 (from point of view of recipient) and sender get new message originated by server. CreateMultipleMessage (*) ===================== Create and send a message to multiple recipients. Input composes of nonempty list of recipients (maximal count is 50), one envelope (different from envelope for CreateMessage, misses elements from dmRecipient) and list of documents to send to all of them to each recipient. Only dbIDRecipient and dmToHands are mandatory. Other dmRecipient children are optional. Structure: CreateMultipleMessage + dmRecipients | + dmRecipient | | + dbIDRecipient – recipient box ID | | + dmRecipientOrgUnit | | + dmRecipientOrgUnitNum | | + dmToHands – can be empty, but must not missing | + dmRecipient | ⋮ + dmEnvelope | + : dmSenderOrgUnit, dmSenderOrgUnitNum, | | dmAnnotation, dmRecipientRefNumber, dmSenderRefNumber, | | dmRecipientIdent, dmSenderIdent, dmLegalTitleLaw, | | dmLegalTitleYear, dmLegalTitleSect, dmLegalTitlePar, | | dmLegalTitlePoint, dmPersonalDelivery, dmAllowSubstDelivery | + dmOVM – optional | + dmPublishOwnID – optional + dmFiles It's not possible to send commercial message to multiple recipients. Though the dmEnvelope has @dmType attribute, so it should be possible to send a commercial message to one recient using CreateMultipleMessage service. ISDS outputs list of assigned message IDs (each copy gets independent ID), list of sent status for each message ID and one cumulative status of whole CreateMultipleMessage operation. If operation fails before replicating messages for each recipient (i.e. sending), global error code will be non-zero. If operation fails on some message copies (i.e. while sending) special global error code 0004 will be returned and erroneous recipients can be gather by recipient specific error code (failed ones will have non-zero code). If all messages are sent successfully, global error code will be 0000. Structure: CreateMultipleMessageResponse + dmMultipleStatus | + dmSingleStatus | | + dmID – assigned message ID, optional, missing if error occurred | | + dmStatus – message local error code and textual description | + dmSingleStatus | ⋮ + dmStatus – global error code and textual description Global error codes: 0000 Messages sent successfully 0004 Some message failed while sending MessageDownload =============== Retrieve incoming message identified by message ID. This service can return message without digital time-stamp (more precisely with empty dmQTimesamp element, see schema). Commercial message has set dmReturnedMessage/@dmType="K". Error codes: 0000 Message sent successfully Non-normative error codes: 1219 Message with ID does not exist in ISDS in current box. SignedMessageDownload ===================== Download incoming message with digital signature of ministry of interiors identified by message ID. Return PKCS#7 structure containing data as defined in MessageDownload and digital signature of the message by ministry. The data are XML document with mangled ISDS name space: http://isds.czechpoint.cz/v20/ vs. http://isds.czechpoint.cz/v20/message: 151916 ... ... ... 260 SignedSentMessageDownload ========================= Download outgoing message with digital signature of ministry of interiors identified by ID. Return PKCS#7 structure containing data as defined in MessageDownload and digital signature of the message by ministry. The data are XML document with mangled ISDS name space: http://isds.czechpoint.cz/v20/ vs. http://isds.czechpoint.cz/v20/SentMessage: 151916 ... ... ... 260 GetListOfRecievedMessages ========================= Download list of incoming messages matching search criteria. See GetListOfSentMessages for more details. GetListOfSentMessages ===================== Download list of outgoing messages matching search criteria. Criteria are: delivery time not before, not after, organisation unit number of sender, message status filter, offset of first message in a list and limit on number of messages to get. Message status filter is union of distinct message states expressed as exponents of 2. Effectively it's a polynom \sum_{x \in message_statux} 2^x. Special value -1 means all messages. Meaning for value 1 or 0 is undefined. Messages are sorted in order of delivery time. Message type is stored in dmRecord/@dmType. Offset starts on 1. Limit defaults to 1000. Non-normative error codes: 2017 Syntax error in date-time GetMessageAuthor ================ Get information about sender as un user of given message. Input is mandatory message identifier. Output is optional userType and optional authorName. userType (unknown and undefined for older messages) is type of user who has sent the message. Be ware there is special additional type `VIRTUAL'. Be ware the userType is a string unconstrained by XML schema: Value Description -------------------------------------------------------------------------- PRIMARY_USER The sender was a owner of the box ENTRUSTED_USER The sender was an entrusted user associated to the box ADMINISTRATOR The sender was administrator assiciated to the box OFFICIAL The sender was ISDS (for system messages) VIRTUAL The sender was an application authenticated by `system' certificate Non-normative: New user types OFFICIAL_CERT and LIQUIDATOR are not listed in official documentation for this service. However LIQUIDATOR is said to be equivalent to PRIMARY_USER and PRIMARY_USER can send messages, thus I conclude these two now user types can occur in output of this service. authorName is a name of user logged into senders box (not a login name) if sender allowed to reveal his name explicitely. GetMessageStateChanges ====================== Download list of outgoing messages that changed state in given time range. If a message changed state multiple times, it is listed more times. Only changes from state 2 to 4, from 4 to {5, 6, 8} are reported. Only recent changes (not older than 15 days currently) are reported. This service is designed for polling state changes of sent messages. Input are start (dmFromTime element) and end (dmToTime element) ISO times. Empty dmFromTime meands since last 15 days, empty dmToTime means till now. Non-normative: Server does not report changes recent more than one hour. Output is list of records with message state changes. The order of records is undefined. Structure: GetMessageStateChangesResponse + dmRecords – optional, possibly empty element | + dmRecord – one state change | | + dmId – identifier of message that changed state | | + dmEventTime – ISO time of state change | | + dmMessageStatus – new message state in numeric notation | + dmRecord | ⋮ + dmStatus – global error code and textual description AuthenticateMessage (*+) =================== Allows to verify message authenticity by providing copy to ISDS. Only signed message encapsuleted into CMS structure with digital signature can be verified by this service. Client pass the raw message in Base64 encoding to ISDS, system performs checks and return boolean value: true if message has not been modified and has been delivered through ISDS, false if message has is unkown to ISDS. In both cases 0000 error code will be returned. If message cannot be processed (e.g. broken CMS or XML syntax) or message contains has been signed by non-ISDS certificate or other error, non-zero error code will be returned. Re-signISDSDocument (*) =================== Re-sign old message or delivery info that has been generated with CMS without time stamp. These messages have been produced before 2011-04-16. Input is dmDoc element carrying Base64-encoded original signed message or delivery info in text node. Output is dmResultDoc element with Base64-encoded re-signed message or delivery info supplied in request, optional dmValidTo element of xs:date type, and dmStatus of tStatus type. dmValidTo advertises end of validity of time stamp added into CMS. Error codes: 0000 Message has been re-signed and returned in CadES-T CMS format 2200 Input message is bad 2201 Input message is not original (see AuthenticateMessage service) 2204 Input message already contains time stamp in CAdES-EPES or CAdES-T CMS envelope 2207 Time stamp could not been generated in time VerifyMessage (*+) ============= Retrieve message hash (dmHash element) for given message from ISDS. Works for not yet deleted messages only. Only SHA-1 algorithm is in use currently. SHA-2 family is expected after 2010 year beginning. Hash input is isds:dmDM subtree processed as raw bit stream without XML canonicalization. Authoritative isds:dmDM element can be get via MessageDownload service. God bless ISDS developers to not change XML serialization. Non-normative error codes: 1219 Message with ID does not exist in ISDS. MessageEnvelopeDownload (+) ======================= Download envelope of incoming message. That is message without documents. Message type is stored in dmReturnedMessageEnvelope/@dmType. Returned hash and time-stamp are computed from whole message. You must get complete message including documents to be able to verify them. MarkMessageAsDownloaded (*) ======================= Change status of a message identified by its ID as read. That means next GetListOfRecievedMessages service can exclude such message if only unread messages requested. ConfirmDelivery =============== Mark commercial message as accepted by recipient. XXX: This service has been removed from ISDS because commercial messages get accepted by logging-in (since 2011-11). Changes message state from delivered (4) to accepted (6). Applicable only to commercial messages. Messages from public offices (municipalities, government etc.) are accepted automatically by log-in on interactive web portal or by triggering most of SOAP operations. Must be called before downloading (signed or unsigned) incoming message [Signed]MessageDownload. EraseMessage (*) ============ Delete a message from long term storage (know as data safe formerly). Input is message ID in `dmID' element and boolean in `dmIncoming' element (true for incoming message, false for outgoing mesage). Output is standard `dmStatus' subtree. Only message in long term storage can be removed on user request through this service. Other message cannot be removed on request, they get removed automatically after 90-days period. Error codes: 1211 The message belongs to other (= not currently logged-in user) box 1218 Insufficient permissions (PRIVIL_ERASE_VAULT) to remove the message 1219 The message is not in long term storage or is not incoming or outgoing as requested. GetDeliveryInfo (+) =============== Download info-sheet about incoming or outgoing message post and delivery or deliver impossibility. The message is specified by message ID. It returns complete message envelope, hash, time-stamp. Delivery time and acceptance time only if message has been delivered to recipient box or accepted by recipient. Precise status of message is returned too. In addition, non-empty list of events is attached. Each event compounds of ISO time and text description. The text description has well-known prefix to distinguish the event meaning. Following prefixes are defined: Prefix Meaning ----------------------------------------------------- EV0: Message enterend into ISDS EV1: Message has been accepted by recipient action EV2: Message has been delivered to box and is considered as accepted by no-user-action time out (through fiction) EV3: Recipient box has been made inaccessible retrospectively (even after successful delivery or acceptance, this event is retroactive). In this case special system-generated message is sent to sender in addition. EV4: Commercial message has been accepted by recipient confirmation EV5: Message has been delivered into recipent box EV11: Primary user has logged into his box EV12: Entrusted user havin permission to read this message has logged in EV13: Application (not a human) has logged into box using `system' certificate GetSignedDeliveryInfo (+) ===================== Download info-sheet about incoming or outgoing message post and delivery or deliver impossibility as signed PKCS#7 structure. See GetDeliveryInfo for details about returned data. The PKCS#7 structure carries digital signature made by ministry of interiors. There is mangled namespace again: http://isds.czechpoint.cz/v20/ vs. http://isds.czechpoint.cz/v20/delivery: 170272 ... ... ... ... FindDataBox (*) =========== Find boxes conforming to search criteria or exact ID and return corresponding (possibly truncated) list of boxes. Returned boxes exist, but it does not mean they can receive messages. Use CheckDataBox to figure out. There are three different search cases distinguished in this order: – If dbID is filled in request, it will search for exact box only, other criteria will be ignored. – If identifier and registryCode are filled, it will search for exact box only, other criteria will be ignored. – Otherwise search against other criteria. Returns list of boxes (possibly empty). List can be truncated or search request refused because of not enough specific criteria to protect user privacy. There are following constrains differentiated by box type now: Gross Box type Constraints (required search criteria) ------------------------------------------------------ FO pnLastName or pnLastNameAtBirth PFO ic or pnLastName or pnLastNameAtBirth PO ic or prefix (at least 3 characters) of firmName OVM ic or prefix of firmName String search criteria are matched case insensitive (except dbID). Strings are compared to prefix. Except firmName, adCity, adStreet and biCity that are matched as substrings. Search results depends or logged-in user type. Users of boxes with open addressing can search other open-addressing boxes, otherwise only OVM type boxes can be searched. Search based on exact box identifier finder unlimited. Error codes: 0002 No box suits to search request (by other criteria) 0003 To much boxes suit to search request (by other criteria), response truncated. Returned list of boxes is still valid. 1109 More than one box matches the search request 5001 No such box exists (by box ID or registry identifier) Non-normative error codes: 1101 Box type (dbType) must be specified 2017 Syntax error in date (biDate) CheckDataBox (*) ============ Return state of one box identified by dbID. State of the box is stored in dbStatus element. Only state 1 means box is capable of receiving messages. Error codes: 5001 Box does not exist 1007 Box ID malformed 2011 Box ID malformed GetDataBoxList (*) ============== Get comma-separate list of all boxes of given type. Input is type of boxes of interrest (dblType element): Value Description File name Permission ------------------------------------------------------------------------------- ALL All active boxes actdsYYYYMMDD.csv OVM or OVM_REQ user authenticated by commercial certificate or user with PRIVIL_BILLING permission UPG Effectively OVM active effovmYYYYMMDD.csv Anybody boxes Non-normative: Following types are not documented anymore. Value Description File name Permission ------------------------------------------------------------------------------- OVM OVM gross type boxes ovmYYYYMMDD.csv PRIVIL_BILLING only OPN Boxes that allow to opendsYYYYMMDD.csv PRIVIL_BILLING only receive commercial messages Output is Base64-encoded ZIP file containing a file with name from the table. The Base64 string is stored in dblData element. The name of the file embeds date of list creation (Y is year digit, M is month, D is day). The file is created once per a day and its format is following comma-separate value table: Key ---------------------- dbID dbType pnFirstName pnMiddleName pnLastName pnLastNameAtBirth biDate firmName ic adCity adStreet adNumberInStreet adNumberInMunicipality adZipCode adState nationality lastChangeDate The inner file is encoded in UTF-8. First line of the file is a header. Each next line is a box. If a value is undefined, it will be empty. Values in a line are separated by a comma (`,'). If a value contains comma or quotation (`"'), the value will be enclosed into quotes (`"'). If value contains quotes, they will be escaped by a quotes (e.g. `"lazy, ""fox""' means `lazy, "fox"'). Error codes: 1004 Operation not permitted PDZInfo ======= Return posibilities of sending commerical messages. Only if one of the possibility is the payer is the recipient (PDZType is `O'), then calling this service will cause marking messages as delivered. Input is `PDZSender' element with a box ID as the only text node child. Ouput is orderer list of rules for sending commercial messages wrapped in dbPDZRecords element. The list can be empty what means no permission is available. Each list item is a subtree: dbPDZRecord + PDZType – rule type; see below for known values + PDZRecip – only this recipient box ID is possible. Empty value means no | restriction on the recipient. + PDZPayer – the message is payed by this box ID owner + PDZExpire – expiration time of this rule. Empty value means no | expiration. + PDZCnt – number of remaining commecrial messages that can be sent based | on thid rule. Empty value means no limit. + ODZIdent – identifier referring to message enabling sending pre-paid answer. Must be added as dmRecipientRefNumber into sent message. PDZType Meaning ------------------------------------------------------------------------------- D Externally subsidized (undocumented) E Commercial message pre-paid by the sender G PDZPayer owner pays for all commercial messages K Commercial message paid by sender based on an agreement with the Czech Post. O Answer on a commercial message is pre-paid by PDZPayer. ODZIdent value must be added into an outgoing message to bind the message to the payer and requesting message. Z Limitedly subsidized (undocumented) DataBoxCreditInfo ================= Return current credit value and and history of credit changes for given box and time interval. Input is `dbID' element with box ID whose credit you want to obtain and possibly empty elements `ciFromDate' and `ciTodate' carrying start and end date (inclusive) for history records to obtain. Output is `currentCredit' element delivering current credit value, `notifEmail' element delivering e-mail address to send notifications about changes in the commercial services to, and `ciRecords' tree with history of changes that occurred in the given interval. All these elements are optional. The `ciRecords' element contains possibly (if interval is not defined) empty time-sorted list of `ciRecord' trees: ciRecord + ciEventTime – time of the change + ciEventType – type of the change expressed as an integer + ciCreditChange – value of the credit change + ciCreditAfter – value of the credit after the change ciEventType Meaning ------------------------------------------ 1 Charge credit 2 Discharge credit 3 Sending commercial message 4 Setting long term storage 5 Credit expiration `ciRecord' contains other elements depending on `ciEventType': Element ciEventType Meaning ------------------------------------------------------------------ ciTransID 1, 2 String; not specified ciRecipientID 3 Recipient's box ID of the sent message ciPDZID 3 ID of the sent message ciNewCapacity 4 Integer; new capacity of storage in messages ciNewFrom 4 Date when the new capacity is effective ciNewTo 4 Date when the new capacity expires ciOldCapacity 4 Integer, optional; former capacity in messages ciOldFrom 4 Date, optional ciOldTo 4 Date, optional ciDoneBy 4 String, optional; Name of user who initiated the change All credit values are integers in hundredths of Czech Crowns. Output carries standard `dbStatus' tree with status code and status message. Error codes (codes are not normative): 1004 Insufficient priviledges for the box 2011 The box does not exist 1093 Date is too long (history is not available after 15 months) 1137 Interval is too long (limit is 3 months) 1058 Invalid date ISDSSearch2 =========== Return list of boxes matching a full text criteria. The search is perfomed on an index cached each 3 hours. The search phrase is splitted on word boundaries and the words are looked up in the index. Only whole words matches. All search phrase words must be found in the same box metadata (not necessarily in the same attribute and in the same order). Diacritics supplementing, case folding, and lemmatization is supported. Non-OVM users still cannot see FO boxes which cannot receive commercial messages and whose owners forbade listing on a public index. Input is this list of these elements: Element Type Details -------------------------------------------------------------------------------- searchText String Mandatory, non-empty searchType Enumerated string Mandatory, can be empty, defaults to GENERAL searchScope Enumerated string Mandatory, can be empty, defaults to ALL page Non-negative integer Mandatory, can be empty, defaults to 0, counts from 0 pageSize Non-negative integer Mandatory, can be empty, defaults to 50, counts from 0, server clamps the value to 100 highlighting Boolean Optional, can be empty, defaults to false Acceptable values for `searchType' element are: Value Meaning -------------------------------------------------------------------------- GENERAL Search a phrase in names, addresses, organization identifiers, and box IDs ADDRESS Search a phrase in addresses only ICO Search in organization identifiers only by equivalence DBID Search in box IDs only by equivalence If `searchType' is `ICO' or `DBID', `searchScope' restriction is ignored. `searchScope' element restricts box types. See `Box types' section in `box' file for the semantics, acceptable values are: Value Meaning ------------------------------------- ALL Search over all box types OVM OVM_REQ OVM_FO OVM_PFO OVM_PO OVM_NOTAR OVM_EXEKUT PO PO_ZAK PO_REQ PFO PFO_ADVOK PFO_INSSPR PFO_DANPOR PFO_AUDITOR FO Output is this list of these optional elements Element Type Meaning ------------------------------------------------------------------------ totalCount Non-negative integer Number of matching boxes currentCount Non-negative integer Number of boxes in this response position Non-negative integer Ordinal number of first box in this response, counts from 0 lastPage Boolean True if no more boxes match dbResults List of elements Last mandatory element is the standard response status of the service call `dbStatus' element with status code and status message. `dbResults' content is a possibly empty list of `dbResult' elements. The list is sorted according to a search relevance. The `dbResult' element consists of: dbResult + dbID – box ID + dbType – box type + dbName – box name + dbAddress – residence address as one string + dbBiDate – can be empty, date of birth + dbICO – can be empty, identifier of an organization + dbEffectiveOVM – boolean, true for a box upgraded to an OVM role + dbSendOptions – enumerated string, capability to deliver different kinds of messages, it depends on querrier's box type and the found box Acceptable values for `dbSendOptions' element are: Value Meaning ------------------- DZ Only noncommecrial messages can be sent ALL Noncommercial and commercial messages can be sent PDZ Only commercial messages can be sent NONE No message can be sent DISABLED The box is not active If input `highlighting' is true, output `dbName' and `dbAddress' can contain delimeters highlighting the phrase found in the strings. The start of the phrase is marked by `|$*HL_START*$|' string, the end of the phrase is marked by `|$*HL_END*$|' string. Error codes: 1004 Not allowed to search 1152 `searchText' is empty 1153 Searched box ID is malformed 1154 Searched organization ID is malformed 1155 Invalid input 1156 `pageSize' is too large 9002 Search engine internal error libisds-0.10.7/missing0000755000076400001440000001533112774020762011562 00000000000000#! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2012-06-26.16; # UTC # Copyright (C) 1996-2013 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program 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 General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try '$0 --help' for more information" exit 1 fi case $1 in --is-lightweight) # Used by our autoconf macros to check whether the available missing # script is modern enough. exit 0 ;; --run) # Back-compat with the calling convention used by older automake. shift ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit Supported PROGRAM values: aclocal autoconf autoheader autom4te automake makeinfo bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac # Run the given program, remember its exit status. "$@"; st=$? # If it succeeded, we are done. test $st -eq 0 && exit 0 # Also exit now if we it failed (or wasn't found), and '--version' was # passed; such an option is passed most likely to detect whether the # program is present and works. case $2 in --version|--help) exit $st;; esac # Exit code 63 means version mismatch. This often happens when the user # tries to use an ancient version of a tool on a file that requires a # minimum version. if test $st -eq 63; then msg="probably too old" elif test $st -eq 127; then # Program was missing. msg="missing on your system" else # Program was found and executed, but failed. Give up. exit $st fi perl_URL=http://www.perl.org/ flex_URL=http://flex.sourceforge.net/ gnu_software_URL=http://www.gnu.org/software program_details () { case $1 in aclocal|automake) echo "The '$1' program is part of the GNU Automake package:" echo "<$gnu_software_URL/automake>" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/autoconf>" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; autoconf|autom4te|autoheader) echo "The '$1' program is part of the GNU Autoconf package:" echo "<$gnu_software_URL/autoconf/>" echo "It also requires GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; esac } give_advice () { # Normalize program name to check for. normalized_program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` printf '%s\n' "'$1' is $msg." configure_deps="'configure.ac' or m4 files included by 'configure.ac'" case $normalized_program in autoconf*) echo "You should only need it if you modified 'configure.ac'," echo "or m4 files included by it." program_details 'autoconf' ;; autoheader*) echo "You should only need it if you modified 'acconfig.h' or" echo "$configure_deps." program_details 'autoheader' ;; automake*) echo "You should only need it if you modified 'Makefile.am' or" echo "$configure_deps." program_details 'automake' ;; aclocal*) echo "You should only need it if you modified 'acinclude.m4' or" echo "$configure_deps." program_details 'aclocal' ;; autom4te*) echo "You might have modified some maintainer files that require" echo "the 'automa4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; lex*|flex*) echo "You should only need it if you modified a '.l' file." echo "You may want to install the Fast Lexical Analyzer package:" echo "<$flex_URL>" ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." echo "You might want to install the Texinfo package:" echo "<$gnu_software_URL/texinfo/>" echo "The spurious makeinfo call might also be the consequence of" echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" echo "often tells you about the needed prerequisites for installing" echo "this package. You may also peek at any GNU archive site, in" echo "case some other package contains this missing '$1' program." ;; esac } give_advice "$1" | sed -e '1s/^/WARNING: /' \ -e '2,$s/^/ /' >&2 # Propagate the correct exit status (expected to be 127 for a program # not found, 63 for a program that failed due to version mismatch). exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: libisds-0.10.7/aclocal.m40000644000076400001440000013202513130412024012002 00000000000000# generated automatically by aclocal 1.13.4 -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, [m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- # serial 1 (pkg-config-0.24) # # Copyright © 2004 Scott James Remnant . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program 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 # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # PKG_PROG_PKG_CONFIG([MIN-VERSION]) # ---------------------------------- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ])# PKG_PROG_PKG_CONFIG # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # # Check to see whether a particular set of modules exists. Similar # to PKG_CHECK_MODULES(), but does not set variables or print errors. # # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) # only at the first occurence in configure.ac, so if the first place # it's called might be skipped (such as if it is within an "if", you # have to call PKG_CHECK_EXISTS manually # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_default([$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) # --------------------------------------------- m4_define([_PKG_CONFIG], [if test -n "$$1"; then pkg_cv_[]$1="$$1" elif test -n "$PKG_CONFIG"; then PKG_CHECK_EXISTS([$3], [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) else pkg_failed=untried fi[]dnl ])# _PKG_CONFIG # _PKG_SHORT_ERRORS_SUPPORTED # ----------------------------- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ])# _PKG_SHORT_ERRORS_SUPPORTED # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], # [ACTION-IF-NOT-FOUND]) # # # Note that if there is a possibility the first call to # PKG_CHECK_MODULES might not happen, you should be sure to include an # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac # # # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) $3 fi[]dnl ])# PKG_CHECK_MODULES # PKG_INSTALLDIR(DIRECTORY) # ------------------------- # Substitutes the variable pkgconfigdir as the location where a module # should install pkg-config .pc files. By default the directory is # $libdir/pkgconfig, but the default can be changed by passing # DIRECTORY. The user can override through the --with-pkgconfigdir # parameter. AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([pkgconfigdir], [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, [with_pkgconfigdir=]pkg_default) AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ]) dnl PKG_INSTALLDIR # PKG_NOARCH_INSTALLDIR(DIRECTORY) # ------------------------- # Substitutes the variable noarch_pkgconfigdir as the location where a # module should install arch-independent pkg-config .pc files. By # default the directory is $datadir/pkgconfig, but the default can be # changed by passing DIRECTORY. The user can override through the # --with-noarch-pkgconfigdir parameter. AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([noarch-pkgconfigdir], [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, [with_noarch_pkgconfigdir=]pkg_default) AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ]) dnl PKG_NOARCH_INSTALLDIR # PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, # [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # ------------------------------------------- # Retrieves the value of the pkg-config variable for the given module. AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl _PKG_CONFIG([$1], [variable="][$3]["], [$2]) AS_VAR_COPY([$1], [pkg_cv_][$1]) AS_VAR_IF([$1], [""], [$5], [$4])dnl ])# PKG_CHECK_VAR # Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.13' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.13.4], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.13.4])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to # '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. AC_PREREQ([2.50])dnl # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it is modern enough. # If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT([yes]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar # AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_$1-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([m4/gettext.m4]) m4_include([m4/gpgme.m4]) m4_include([m4/iconv.m4]) m4_include([m4/intlmacosx.m4]) m4_include([m4/lib-ld.m4]) m4_include([m4/lib-link.m4]) m4_include([m4/lib-prefix.m4]) m4_include([m4/libcurl.m4]) m4_include([m4/libgcrypt.m4]) m4_include([m4/libtool.m4]) m4_include([m4/libxml.m4]) m4_include([m4/ltoptions.m4]) m4_include([m4/ltsugar.m4]) m4_include([m4/ltversion.m4]) m4_include([m4/lt~obsolete.m4]) m4_include([m4/nls.m4]) m4_include([m4/po.m4]) m4_include([m4/progtest.m4]) libisds-0.10.7/src/0000755000076400001440000000000013130413450011012 500000000000000libisds-0.10.7/src/crypto_openssl.c0000644000076400001440000001501413000647241014165 00000000000000 #include #include #include #include #include #include #include #include #include #include "isds_priv.h" #include "utils.h" #ifndef SHA1_DIGEST_LENGTH # define SHA1_DIGEST_LENGTH 20 #endif /* !SHA1_DIGEST_LENGTH */ #if OPENSSL_VERSION_NUMBER < 0x10100000L static EVP_MD_CTX *EVP_MD_CTX_new(void) { EVP_MD_CTX *mdctx = malloc(sizeof(*mdctx)); if (NULL != mdctx) { EVP_MD_CTX_init(mdctx); } return mdctx; } static void EVP_MD_CTX_free(EVP_MD_CTX *mdctx) { EVP_MD_CTX_cleanup(mdctx); free(mdctx); } #endif /* Initialise all cryptographic libraries which libisds depends on. * @return IE_SUCCESS if everything went all-right. */ _hidden isds_error _isds_init_crypto(void) { OpenSSL_add_all_digests(); /* Loads all digest algorithms. */ ERR_load_crypto_strings(); //ERR_load_CMS_strings(); version_openssl = SSLeay_version(SSLEAY_VERSION); return IE_SUCCESS; } /* Computes hash from @input with @length and store it into @hash. * The hash algorithm is defined inside @hash. * @input is input block to hash * @length is @input block length in bytes * @hash input algorithm, output hash value and hash length; hash value will be * reallocated, it's always valid pointer or NULL (before and after call) */ _hidden isds_error _isds_compute_hash(const void *input, const size_t length, struct isds_hash *hash) { isds_error retval = IE_SUCCESS; void *hash_buf = NULL; size_t hash_len = 0; EVP_MD_CTX *mdctx = NULL; const char *hash_name = NULL; const EVP_MD *md; unsigned int md_len; if (((0 != length) && (NULL == input)) || (NULL == hash)) { return IE_INVAL; } isds_log(ILF_SEC, ILL_DEBUG, _("Data hash requested, length=%zu, content:\n%*s\n" "End of data to hash\n"), length, length, input); /* Select algorithm */ switch (hash->algorithm) { case HASH_ALGORITHM_MD5: hash_name = "MD5"; break; case HASH_ALGORITHM_SHA_1: hash_name = "SHA1"; break; case HASH_ALGORITHM_SHA_224: hash_name = "SHA224"; break; case HASH_ALGORITHM_SHA_256: hash_name = "SHA256"; break; case HASH_ALGORITHM_SHA_384: hash_name = "SHA384"; break; case HASH_ALGORITHM_SHA_512: hash_name = "SHA512"; break; default: retval = IE_NOTSUP; goto fail; } md = EVP_get_digestbyname(hash_name); if (NULL == md) { retval = IE_NOTSUP; goto fail; } mdctx = EVP_MD_CTX_new(); if (NULL == mdctx) { retval = IE_NOMEM; goto fail; } if (!EVP_DigestInit(mdctx, md)) { retval = IE_ERROR; goto fail; } if (!EVP_DigestUpdate(mdctx, input, length)) { retval = IE_ERROR; goto fail; } hash_len = EVP_MD_size(md); hash_buf = realloc(hash->value, hash_len); if (NULL == hash_buf) { retval = IE_NOMEM; goto fail; } hash->value = hash_buf; hash->length = hash_len; if (!EVP_DigestFinal_ex(mdctx, hash->value, &md_len)) { retval = IE_ERROR; goto fail; } EVP_MD_CTX_free(mdctx); mdctx = NULL; return IE_SUCCESS; fail: if (NULL != mdctx) { EVP_MD_CTX_free(mdctx); } return retval; } /* Free CMS data buffer allocated inside _isds_extract_cms_data(). * This is necessary because GPGME. * @buffer is pointer to memory to free */ _hidden void _isds_cms_data_free(void *buffer) { free(buffer); } /* Extract data from CMS (successor of PKCS#7) * The CMS' signature is is not verified. * @context is session context * @cms is input block with CMS structure * @cms_length is @cms block length in bytes * @data are automatically reallocated bit stream with data found in @cms * You must free them with _isds_cms_data_free(). * @data_length is length of @data in bytes */ _hidden isds_error _isds_extract_cms_data(struct isds_ctx *context, const void *cms, const size_t cms_length, void **data, size_t *data_length) { unsigned long err; isds_error retval = IE_SUCCESS; BIO *bio = NULL; CMS_ContentInfo *cms_ci = NULL; const ASN1_OBJECT *asn1_obj; ASN1_OCTET_STRING **pos; int nid; char *locale_str; assert(NULL != context); if ((NULL == cms) || (0 == cms_length) || (NULL == data) || (NULL == data_length)) { return IE_INVAL; } zfree(*data); *data_length = 0; bio = BIO_new_mem_buf((void *) cms, cms_length); if (NULL == bio) { isds_log_message(context, _("Creating CMS reader BIO failed")); while (0 != (err = ERR_get_error())) { locale_str = _isds_utf82locale(ERR_error_string(err, NULL)); if (NULL != locale_str) { isds_log_message(context, locale_str); free(locale_str); } } retval = IE_ERROR; goto fail; } cms_ci = d2i_CMS_bio(bio, NULL); if (NULL == cms_ci) { isds_log_message(context, _("Cannot parse CMS")); while (0 != (err = ERR_get_error())) { locale_str = _isds_utf82locale(ERR_error_string(err, NULL)); if (NULL != locale_str) { isds_log_message(context, locale_str); free(locale_str); } } retval = IE_ERROR; goto fail; } BIO_free(bio); bio = NULL; asn1_obj = CMS_get0_type(cms_ci); nid = OBJ_obj2nid(asn1_obj); switch (nid) { case NID_pkcs7_data: case NID_id_smime_ct_compressedData: case NID_id_smime_ct_authData: case NID_pkcs7_enveloped: case NID_pkcs7_encrypted: case NID_pkcs7_digest: assert(0); retval = IE_ERROR; goto fail; break; case NID_pkcs7_signed: break; default: assert(0); retval = IE_ERROR; goto fail; break; } pos = CMS_get0_content(cms_ci); if ((NULL == pos) || (NULL == *pos)) { assert(0); retval = IE_ERROR; goto fail; } *data = malloc((*pos)->length); if (NULL == *data) { retval = IE_NOMEM; goto fail; } *data_length = (*pos)->length; memcpy(*data, (*pos)->data, (*pos)->length); CMS_ContentInfo_free(cms_ci); cms_ci = NULL; return IE_SUCCESS; fail: if (NULL != bio) { BIO_free(bio); } if (NULL != cms_ci) { CMS_ContentInfo_free(cms_ci); } return retval; } libisds-0.10.7/src/win32.h0000644000076400001440000000115512131067064012055 00000000000000#ifndef __ISDS_WIN32_SYSTEM_H #define __ISDS_WIN32_SYSTEM_H #define mkdir(x,y) mkdir(x) // FIXME: Get real implementation of nl_langinfo #define nl_langinfo(x) "CP1250" #ifdef __GNUC__ // MinGW provides neither strtok_r() nor strtok_s(). // For now, we can at least use strtok() because it's thread-safe in MSVCRT. #define strtok_r(x,y,z) strtok(x,y) #else #define strtok_r strtok_s #endif struct tm *gmtime_r(const time_t *timep, struct tm *result); char *strndup(const char *s, size_t n); // disabled under MinGW by -std=c99 _CRTIMP char* __cdecl __MINGW_NOTHROW strdup (const char*) __MINGW_ATTRIB_MALLOC; #endif libisds-0.10.7/src/isds_priv.h0000644000076400001440000001357712425474626013144 00000000000000#ifndef __ISDS_ISDS_PRIV_H__ #define __ISDS_ISDS_PRIV_H__ /* Feature macros to enable some declarations. This is kept here to align all * header files to one shape. */ #ifndef _XOPEN_SOURCE /* >= 500: strdup(3) from string.h, strptime(3) from time.h */ /* >= 600: setenv(3) */ /* >= 700: strndup(3) from string.h */ #define _XOPEN_SOURCE 700 #endif #ifndef _POSIX_SOURCE /* defined: strtok_r */ #define _POSIX_SOURCE #endif /* Structures not to export outside library */ #include "../config.h" #include "isds.h" #if HAVE_LIBCURL #include #endif #include #include #include #include #include "gettext.h" #define _(x) ((const char *) dgettext(PACKAGE, (x))) #define N_(x) (x) #define SOAP_NS "http://schemas.xmlsoap.org/soap/envelope/" #define SOAP2_NS "http://www.w3.org/2003/05/soap-envelope" #define ISDS1_NS "http://isds.czechpoint.cz" #define ISDS_NS "http://isds.czechpoint.cz/v20" #define OISDS_NS "http://isds.czechpoint.cz/v20/asws" #define SISDS_INCOMING_NS "http://isds.czechpoint.cz/v20/message" #define SISDS_OUTGOING_NS "http://isds.czechpoint.cz/v20/SentMessage" #define SISDS_DELIVERY_NS "http://isds.czechpoint.cz/v20/delivery" #define SCHEMA_NS "http://www.w3.org/2001/XMLSchema" #define DEPOSIT_NS "urn:uschovnaWSDL" /* Used to choose proper name space for message elements. * See _isds_register_namespaces(). */ typedef enum { MESSAGE_NS_1, MESSAGE_NS_UNSIGNED, MESSAGE_NS_SIGNED_INCOMING, MESSAGE_NS_SIGNED_OUTGOING, MESSAGE_NS_SIGNED_DELIVERY } message_ns_type; /* Type of a context */ typedef enum { CTX_TYPE_NONE = 0, /* Not configured for any connection yet */ CTX_TYPE_ISDS, /* Connection to ISDS */ CTX_TYPE_CZP, /* Connection to Czech POINT document deposit */ CTX_TYPE_TESTING_REQUEST_COLLECTOR /* Connection to server collectiong new testing box requests */ } context_type; /* Global variables. * Allocated in isds_init() and deallocated in isds_cleanup(). */ extern unsigned int log_facilities; extern isds_log_level log_level; extern isds_log_callback log_callback; /* Pass global log message to application. NULL to log to stderr itself */ extern void *log_callback_data; /* Application specific data to pass to registered log_callback function */ extern const char *version_gpgme; /* Static string with GPGME version */ extern const char *version_gcrypt; /* Static string with gcrypt version */ extern const char *version_openssl; /* Static string with OpenSSL version */ extern const char *version_expat; /* Static string with expat version */ /* End of global variables */ /* Context */ struct isds_ctx { context_type type; /* Context type */ #if HAVE_LIBCURL unsigned int timeout; /* milliseconds */ char *url; /* URL of the ISDS web service */ char *username; char *password; struct isds_pki_credentials *pki_credentials; _Bool otp; /* This is OTP-authenticated context */ struct isds_otp *otp_credentials; /* Weak pointer to OTP credentials */ char *saved_username; /* User name preserved after OTP log-in for OTP password change */ CURL *curl; /* CURL session handle */ _Bool *tls_verify_server; /* Verify the server? */ isds_progress_callback progress_callback; /* Call it during communication with server. NULL for nothing */ void *progress_callback_data; /* Application provided argument for progress_callback */ char *tls_ca_file; /* File name with CA certificates */ char *tls_ca_dir; /* Directory name with CA certificates */ char *tls_crl_file; /* File name with CRL in PEM format */ #endif /* HAVE_LIBCURL */ _Bool normalize_mime_type; /* Normalize document MIME types? */ char *long_message; /* message buffer */ }; /* Stores message into context' long_message buffer. * Application can pick the message up using isds_long_message(). * NULL @message truncates the buffer but does not deallocate it. * @message is coded in locale encoding */ isds_error isds_log_message(struct isds_ctx *context, const char *message); /* Appends message into context' long_message buffer. * Application can pick the message up using isds_long_message(). * NULL message has void effect. */ isds_error isds_append_message(struct isds_ctx *context, const char *message); /* Stores formated message into context' long_message buffer. * Application can pick the message up using isds_long_message(). */ isds_error isds_printf_message(struct isds_ctx *context, const char *format, ...); /* Log @message in class @facility with log @level into global log. @message * is printf(3) formating string, variadic arguments may be neccessary. * For debugging purposes. */ isds_error isds_log(const isds_log_facility facility, const isds_log_level level, const char *message, ...); /* Makes known all relevant namespaces to given XPath context * @xpath_ctx is XPath context * @message_ns selects propper message name space. Unsisnged and signed * messages and delivery infos differ in prefix and URI. */ isds_error _isds_register_namespaces(xmlXPathContextPtr xpath_ctx, const message_ns_type message_ns); #if HAVE_LIBCURL /* Discard credentials. * @context is ISDS context * @discard_saved_username is true for removing saved username, false for * keeping it. * Only that. It does not cause log out, connection close or similar. */ isds_error _isds_discard_credentials(struct isds_ctx *context, _Bool discard_saved_username); #endif /* HAVE_LIBCURL */ #endif libisds-0.10.7/src/soap.h0000644000076400001440000000427612673031023012061 00000000000000#ifndef __ISDS_SOAP_H__ #define __ISDS_SOAP_H__ #include "isds.h" /* Close connection to server and destroy CURL handle associated * with @context */ isds_error _isds_close_connection(struct isds_ctx *context); /* Do SOAP request. * @context holds the base URL, * @file is a (CGI) file of SOAP URL, * @request is XML node set with SOAP request body. * @file must be NULL, @request should be NULL rather than empty, if they should * not be signaled in the SOAP request. * @response_document is an automatically allocated XML document whose subtree * identified by @response_node_list holds the SOAP response body content. You * must xmlFreeDoc() it. If you don't care pass NULL and also * NULL @response_node_list. * @response_node_list is a pointer to node set with SOAP response body * content. The returned pointer points into @response_document to the first * child of SOAP Body element. Pass NULL and NULL @response_document, if you * don't care. * @raw_response is automatically allocated bit stream with response body. Use * NULL if you don't care * @raw_response_length is size of @raw_response in bytes * In case of error the response will be deallocated automatically. * Side effect: message buffer */ isds_error _isds_soap(struct isds_ctx *context, const char *file, const xmlNodePtr request, xmlDocPtr *response_document, xmlNodePtr *response_node_list, void **raw_response, size_t *raw_response_length); /* Build new URL from current @context and template. * @context is context carrying an URL * @template is printf(3) format string. First argument is length of the base * URL found in @context, second argument is the base URL, third argument is * again the base URL. * XXX: We cannot use "$" formatting character because it's not in the ISO C99. * @new_url is newly allocated URL built from @template. Caller must free it. * Return IE_SUCCESS, or corresponding error code and @new_url will not be * allocated. * */ isds_error _isds_build_url_from_context(struct isds_ctx *context, const char *template, char **new_url); /* Invalidate session cookie for otp authenticated @context */ isds_error _isds_invalidate_otp_cookie(struct isds_ctx *context); #endif libisds-0.10.7/src/cdecode.h0000644000076400001440000000131311622005256012474 00000000000000/* cdecode.h - c header for a base64 decoding algorithm This is part of the libb64 project, and has been placed in the public domain. For details, see http://sourceforge.net/projects/libb64 */ #ifndef BASE64_CDECODE_H #define BASE64_CDECODE_H #include #include typedef enum { step_a, step_b, step_c, step_d } base64_decodestep; typedef struct { base64_decodestep step; int8_t plainchar; } base64_decodestate; void _isds_base64_init_decodestate(base64_decodestate *state_in); size_t _isds_base64_decode_block(const int8_t *code_in, const size_t length_in, int8_t *plaintext_out, base64_decodestate *state_in); #endif /* BASE64_CDECODE_H */ libisds-0.10.7/src/validator.c0000644000076400001440000003212712443337214013101 00000000000000#include "isds_priv.h" #include "utils.h" #include "validator.h" #if HAVE_LIBCURL #include "soap.h" #endif #if HAVE_LIBCURL /* Get ISDS status info from ISDS @response XML document. * Be ware that different request families return differently encoded status * (e.g. dmStatus, dbStatus) * @context is ISDS context * @service is ISDS web service identifier * @response is ISDS response document * @code is automatically allocated status code of the response * @message is automatically allocated status message. Returned NULL means no * message was delivered by server. Use NULL if you don't care. * @refnumber is automatically reallocated request serial number assigned by * ISDS. Returned *NULL means no number was delivered by server. * Use NULL if you don't care. */ _hidden isds_error isds_response_status(struct isds_ctx *context, const isds_service service, xmlDocPtr response, xmlChar **code, xmlChar **message, xmlChar **refnumber) { isds_error err = IE_SUCCESS; xmlChar *status_code_expr = NULL, *status_message_expr = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; if (!response || !code) { err = IE_INVAL; goto leave; } switch (service) { case SERVICE_DM_OPERATIONS: case SERVICE_DM_INFO: status_code_expr = BAD_CAST "/*/isds:dmStatus/isds:dmStatusCode/text()"; status_message_expr = BAD_CAST "/*/isds:dmStatus/isds:dmStatusMessage/text()"; break; case SERVICE_DB_SEARCH: case SERVICE_DB_ACCESS: case SERVICE_DB_MANIPULATION: status_code_expr = BAD_CAST "/*/isds:dbStatus/isds:dbStatusCode/text()"; status_message_expr = BAD_CAST "/*/isds:dbStatus/isds:dbStatusMessage/text()"; break; case SERVICE_ASWS: status_code_expr = BAD_CAST "/*/oisds:dbStatus/oisds:dbStatusCode/text()"; status_message_expr = BAD_CAST "/*/oisds:dbStatus/oisds:dbStatusMessage/text()"; break; default: err = IE_NOTSUP; goto leave; } xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, (context->type == CTX_TYPE_TESTING_REQUEST_COLLECTOR) ? MESSAGE_NS_1 : MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } /* Get status code */ result = xmlXPathEvalExpression(status_code_expr, xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_log_message(context, (context->type == CTX_TYPE_TESTING_REQUEST_COLLECTOR) ? _("ISDS1 response is missing StatusCode element") : _("ISDS response is missing StatusCode element")); err = IE_ISDS; goto leave; } *code = xmlXPathCastNodeSetToString(result->nodesetval); if (NULL == *code) { err = IE_ERROR; goto leave; } if (message) { /* Get status message */ xmlXPathFreeObject(result); result = xmlXPathEvalExpression(status_message_expr, xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { /* E.g. CreateMessageResponse with dmStatusCode 9005 has empty * message */ *message = NULL; } else { *message = xmlXPathCastNodeSetToString(result->nodesetval); if (NULL == *message) { err = IE_ERROR; goto leave; } } } if (refnumber) { /* Get reference number of client request */ zfree(*refnumber); xmlXPathFreeObject(result); result = xmlXPathEvalExpression( (SERVICE_ASWS == service) ? BAD_CAST "/*/oisds:dbStatus/oisds:dbStatusRefNumber/text()": BAD_CAST "/*/isds:dbStatus/isds:dbStatusRefNumber/text()", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { *refnumber = NULL; } else { *refnumber = xmlXPathCastNodeSetToString(result->nodesetval); if (NULL == *refnumber) { err = IE_ERROR; goto leave; } } } leave: xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); return err; } /* Send @request to ISDS and return ISDS @response as XML document. * Be ware the @response can be invalid (in sense of XML Schema). * (And it is because current ISDS server does not follow its own * specification. Please apology my government, its herd of incompetent * creatures.) * @context is ISDS session context, * @service identifies ISDS web service * @request is tree with ISDS message, can be NULL * @response is automatically allocated response from server as XML Document * @raw_response is automatically allocated bit stream with response body. Use * NULL if you don't care * @raw_response_length is size of @raw_response in bytes * In case of error, @response and @raw_response will be deallocated. * */ _hidden isds_error _isds(struct isds_ctx *context, const isds_service service, const xmlNodePtr request, xmlDocPtr *response, void **raw_response, size_t *raw_response_length) { isds_error err = IE_SUCCESS; xmlDocPtr response_document = NULL; xmlNodePtr response_body, isds_node; char *file = NULL; const char *name_space = ISDS_NS; if (!context) return IE_INVALID_CONTEXT; if (!response) return IE_INVAL; if (!raw_response_length && raw_response) return IE_INVAL; /* Effective ISDS URL is build from base URL and suffix. * Other connection types has specific stable URL. */ if (context->type == CTX_TYPE_ISDS) { switch (service) { case SERVICE_DM_OPERATIONS: file = "DS/dz"; break; case SERVICE_DM_INFO: file = "DS/dx"; break; case SERVICE_DB_SEARCH: file = "DS/df"; break; case SERVICE_DB_ACCESS: file = "DS/DsManage"; break; case SERVICE_DB_MANIPULATION: file = "DS/DsManage"; break; case SERVICE_ASWS: file = ""; break; default: return (IE_INVAL); } } /* Also name space differs in some cases */ if (CTX_TYPE_TESTING_REQUEST_COLLECTOR == context->type) name_space = ISDS1_NS; else if (SERVICE_ASWS == service) name_space = OISDS_NS; err = _isds_soap(context, file, request, &response_document, &response_body, raw_response, raw_response_length); if (err) goto leave; if (!response_body) { isds_log_message(context, _("SOAP returned empty body")); err = IE_ISDS; } /* Find ISDS element */ for (isds_node = response_body; isds_node; isds_node = isds_node->next) { if (isds_node->type == XML_ELEMENT_NODE && isds_node->ns && !xmlStrcmp(isds_node->ns->href, BAD_CAST name_space)) break; } if (!isds_node) { char *name_space_local = _isds_utf82locale(name_space); isds_printf_message(context, _("SOAP response does not contain element from name space %s"), name_space_local); free(name_space_local); err = IE_ISDS; goto leave; } /* TODO: validate the response */ /* Build XML document */ *response = xmlNewDoc(BAD_CAST "1.0"); if (!*response) { isds_log_message(context, _("Could not build ISDS response document")); err = IE_ERROR; goto leave; } xmlDocSetRootElement(*response, isds_node); leave: if (err) { xmlFreeDoc(*response); if (raw_response) zfree(*raw_response); } xmlFreeDoc(response_document); return err; } #endif /* HAVE_LIBCURL */ /* Walk through list of isds_documents and check for their types and * references. * @context is session context * @documents is list of isds_document to check * @returns IE_SUCCESS if structure is valid, otherwise context' message will * be filled with explanation of found problem. */ _hidden isds_error _isds_check_documents_hierarchy(struct isds_ctx *context, const struct isds_list *documents) { const struct isds_list *item; const struct isds_document *document; _Bool main_exists = 0; if (!context) return IE_INVALID_CONTEXT; if (!documents) return IE_INVAL; for (item = documents; item; item = item->next) { document = (const struct isds_document *) item->data; if (!document) continue; /* Only one document can be main */ if (document->dmFileMetaType == FILEMETATYPE_MAIN) { if (main_exists) { isds_log_message(context, _("List contains more main documents")); return IE_ERROR; } main_exists = 1; } /* All document identifiers should be unique */ if (document->dmFileGuid) { if (isds_find_document_by_id(documents, document->dmFileGuid) != document) { isds_printf_message(context, _("List contains more documents " "with the same ID `%s'"), document->dmFileGuid); return IE_ERROR; } } /* All document references should point to existing document ID */ /* ???: Should we forbid self-referencing? */ if (document->dmUpFileGuid) { if (!isds_find_document_by_id(documents, document->dmUpFileGuid)) { isds_printf_message(context, _("List contains documents " "referencing to not existing document ID `%s'"), document->dmUpFileGuid); return IE_ERROR; } } } if (!main_exists) { isds_log_message(context, _("List does not contain main document")); return IE_ERROR; } return IE_SUCCESS; } /* Check for message ID length * @context is session context * @message_id checked message ID * @return IE_SUCCESS or appropriate error code and fill context' message */ isds_error validate_message_id_length(struct isds_ctx *context, const xmlChar *message_id) { if (!context) return IE_INVALID_CONTEXT; if (!message_id) return IE_INVAL; const int length = xmlUTF8Strlen(message_id); if (length == -1) { char *message_id_locale = _isds_utf82locale((char*) message_id); isds_printf_message(context, _("Could not check message ID length: %s"), message_id_locale); free(message_id_locale); return IE_ERROR; } if (length >= 20) { char *message_id_locale = _isds_utf82locale((char*) message_id); isds_printf_message(context, _("Message ID must not be longer than 20 characters: %s"), message_id_locale); free(message_id_locale); return IE_INVAL; } return IE_SUCCESS; } #if HAVE_LIBCURL /* Send @request to Czech POINT conversion deposit and return response * as XML document. * @context is Czech POINT session context, * @request is tree with deposit message, can be NULL * @response is automatically allocated response from server as XML Document * In case of error, @response will be deallocated. * */ _hidden isds_error _czp_czpdeposit(struct isds_ctx *context, const xmlNodePtr request, xmlDocPtr *response) { isds_error err = IE_SUCCESS; xmlDocPtr response_document = NULL; xmlNodePtr response_body = NULL, deposit_node; if (!context) return IE_INVALID_CONTEXT; if (!response) return IE_INVAL; err = _isds_soap(context, NULL, request, &response_document, &response_body, NULL, NULL); if (err) goto leave; if (!response_body) { isds_log_message(context, _("SOAP returned empty body")); err = IE_ISDS; } /* Find deposit element */ for (deposit_node = response_body; deposit_node; deposit_node = deposit_node->next) { if (deposit_node->type == XML_ELEMENT_NODE && deposit_node->ns && !xmlStrcmp(deposit_node->ns->href, BAD_CAST DEPOSIT_NS)) break; } if (!deposit_node) { isds_log_message(context, _("SOAP response does not contain " "Czech POINT deposit element")); err = IE_ISDS; goto leave; } /* Build XML document */ *response = xmlNewDoc(BAD_CAST "1.0"); if (!*response) { isds_log_message(context, _("Could not build Czech POINT deposit response document")); err = IE_ERROR; goto leave; } xmlDocSetRootElement(*response, deposit_node); leave: if (err) { xmlFreeDoc(*response); } xmlFreeDoc(response_document); return err; } #endif /* HAVE_LIBCURL */ libisds-0.10.7/src/soap.c0000644000076400001440000016655313130406756012073 00000000000000#include "isds_priv.h" #include "soap.h" #include "utils.h" #include #include #include /* strncasecmp(3) */ #include "system.h" /* Private structure for write_body() call back */ struct soap_body { void *data; size_t length; }; /* Private structure for write_header() call back */ struct auth_headers { _Bool is_complete; /* Response has finished, next iteration is new response, values become obsolete. */ char *last_header; /* Temporary storage for previous unfinished header */ char *method; /* WWW-Authenticate value */ char *code; /* X-Response-message-code value */ isds_otp_resolution resolution; /* Decoded .code member */ char *message; /* X-Response-message-text value */ char *redirect; /* Redirect URL */ }; /* Deallocate content of struct auth_headers */ static void auth_headers_free(struct auth_headers *headers) { zfree(headers->last_header); zfree(headers->method); zfree(headers->code); zfree(headers->message); zfree(headers->redirect); } /* If given @line is HTTP header of @name, * return pointer to the header value. Otherwise return NULL. * @name is header name without name---value separator, terminated with 0. */ static const char *header_value(const char *line, const char *name) { const char *value; if (line == NULL || name == NULL) return NULL; for (value = line; ; value++, name++) { if (*value == '\0') return NULL; /* Line too short */ if (*name == '\0') break; /* Name matches */ if (*name != *value) return NULL; /* Name does not match */ } /* Check separator. RFC2616, section 4.2 requires collon only. */ if (*value++ != ':') return NULL; return value; } /* Try to decode header value per RFC 2047. * @prepend_space is true if a space should be inserted before decoded word * into @output in case the word has been decoded successfully. * @input is zero terminated input, it's updated to point all consumed * input - 1. * @output is buffer to store decoded value, it's updated to point after last * written character. The buffer must be preallocated. * @return 0 if input has been successfully decoded, then @input and @output * poineres will be updated. Otherwise return non-zero value and keeps * argument pointers and memory unchanged. */ static int try_rfc2047_decode(_Bool prepend_space, const char **input, char **output) { const char *encoded; const char *charset_start, *encoding, *end; size_t charset_length; char *charset = NULL; /* ISDS prescribes B encoding only, but RFC 2047 requires to support Q * encoding too. ISDS prescribes UTF-8 charset only, RFC requiers to * support any MIME charset. */ if (input == NULL || *input == NULL || output == NULL || *output == NULL) return -1; /* Start is "=?" */ encoded = *input; if (encoded[0] != '=' || encoded[1] != '?') return -1; /* Then is "CHARSET?" */ charset_start = (encoded += 2); while (*encoded != '?') { if (*encoded == '\0') return -1; if (*encoded == ' ' || *encoded == '\t' || *encoded == '\r' || *encoded == '\n') return -1; encoded++; } encoded++; /* Then is "ENCODING?", where ENCODING is /[BbQq]/ */ if (*encoded == '\0') return -1; encoding = encoded++; if (*encoded != '?') return -1; encoded++; /* Then is "ENCODED_TEXT?=" */ while (*encoded != '?') { if (*encoded == '\0') return -1; if (*encoded == ' ' || *encoded == '\t' || *encoded == '\r' || *encoded == '\n') return -1; encoded++; } end = encoded; if (*(++encoded) != '=') return -1; /* Now pointers are: * "=?CHARSET?E?ENCODED_TEXT?=" * | | | || * | | | |\- encoded * | | | \- end * | | \- encoding * | \- charset_start * \- *input */ charset_length = encoding - charset_start - 1; if (charset_length < 1) return -1; charset = strndup(charset_start, charset_length); if (charset == NULL) return -1; /* Decode encoding */ char *bit_stream = NULL; size_t bit_length = 0; size_t encoding_length = end - encoding - 2; if (*encoding == 'B') { /* Decode Base-64 */ char *b64_stream = NULL; if (NULL == (b64_stream = malloc((encoding_length + 1) * sizeof(*encoding)))) { free(charset); return -1; } memcpy(b64_stream, encoding + 2, encoding_length); b64_stream[encoding_length] = '\0'; bit_length = _isds_b64decode(b64_stream, (void **)&bit_stream); free(b64_stream); if (bit_length == (size_t) -1) { free(charset); return -1; } } else if (*encoding == 'Q') { /* Decode Quoted-printable-like */ if (NULL == (bit_stream = malloc((encoding_length) * sizeof(*encoding)))) { free(charset); return -1; } for (size_t q = 2; q < encoding_length + 2; q++) { if (encoding[q] == '_') { bit_stream[bit_length] = '\x20'; } else if (encoding[q] == '=') { int ordinar; /* Validate "=HH", where H is hexadecimal digit */ if (q + 2 >= encoding_length + 2 ) { free(bit_stream); free(charset); return -1; } /* Convert =HH */ if ((ordinar = _isds_hex2i(encoding[++q])) < 0) { free(bit_stream); free(charset); return -1; } bit_stream[bit_length] = (ordinar << 4); if ((ordinar = _isds_hex2i(encoding[++q])) < 0) { free(bit_stream); free(charset); return -1; } bit_stream[bit_length] += ordinar; } else { bit_stream[bit_length] = encoding[q]; } bit_length++; } } else { /* Unknown encoding */ free(charset); return -1; } /* Convert to UTF-8 */ char *utf_stream = NULL; size_t utf_length; utf_length = _isds_any2any(charset, "UTF-8", bit_stream, bit_length, (void **)&utf_stream); free(bit_stream); free(charset); if (utf_length == (size_t) -1) { return -1; } /* Copy UTF-8 stream to output buffer */ if (prepend_space) { **output = ' '; (*output)++; } memcpy(*output, utf_stream, utf_length); free(utf_stream); *output += utf_length; *input = encoded; return 0; } /* Decode HTTP header value per RFC 2047. * @encoded_value is encoded HTTP header value terminated with NUL. It can * contain HTTP LWS separators that will be replaced with a space. * @return newly allocated decoded value without EOL, or return NULL. */ static char *decode_header_value(const char *encoded_value) { char *decoded = NULL, *decoded_cursor; size_t content_length; _Bool text_started = 0, lws_seen = 0, encoded_word_seen = 0; if (encoded_value == NULL) return NULL; content_length = strlen(encoded_value); /* A character can occupy up to 6 bytes in UTF-8 */ decoded = malloc(content_length * 6 + 1); if (decoded == NULL) { /* ENOMEM */ return NULL; } /* Decode */ /* RFC 2616, section 4.2: Remove surrounding LWS, replace inner ones with * a space. */ /* RFC 2047, section 6.2: LWS between adjacent encoded words is ignored. * */ for (decoded_cursor = decoded; *encoded_value; encoded_value++) { if (*encoded_value == '\r' || *encoded_value == '\n' || *encoded_value == '\t' || *encoded_value == ' ') { lws_seen = 1; continue; } if (*encoded_value == '=' && !try_rfc2047_decode( lws_seen && text_started && !encoded_word_seen, &encoded_value, &decoded_cursor)) { encoded_word_seen = 1; } else { if (lws_seen && text_started) *(decoded_cursor++) = ' '; *(decoded_cursor++) = *encoded_value; encoded_word_seen = 0; } lws_seen = 0; text_started = 1; } *decoded_cursor = '\0'; return decoded; } /* Return true, if server requests OTP authorization method that client * requested. Otherwise return false. * @client_method is method client requested * @server_method is value of WWW-Authenticate header */ /*static _Bool otp_method_matches(const isds_otp_method client_method, const char *server_method) { char *method_name = NULL; switch (client_method) { case OTP_HMAC: method_name = "hotp"; break; case OTP_TIME: method_name = "totp"; break; default: return 0; } if (!strncmp(server_method, method_name, 4) && ( server_method[4] == '\0' || server_method[4] == ' ' || server_method[4] == '\t')) return 1; return 0; }*/ /* Convert UTF-8 @string to HTTP OTP resolution enum type. * @Return corresponding value or OTP_RESOLUTION_UNKNOWN if @string is not * defined or unknown value. */ static isds_otp_resolution string2isds_otp_resolution(const char *string) { if (string == NULL) return OTP_RESOLUTION_UNKNOWN; else if (!strcmp(string, "authentication.info.totpSended")) return OTP_RESOLUTION_TOTP_SENT; else if (!strcmp(string, "authentication.error.userIsNotAuthenticated")) return OTP_RESOLUTION_BAD_AUTHENTICATION; else if (!strcmp(string, "authentication.error.intruderDetected")) return OTP_RESOLUTION_ACCESS_BLOCKED; else if (!strcmp(string, "authentication.error.paswordExpired")) return OTP_RESOLUTION_PASSWORD_EXPIRED; else if (!strcmp(string, "authentication.info.cannotSendQuickly")) return OTP_RESOLUTION_TO_FAST; else if (!strcmp(string, "authentication.error.badRole")) return OTP_RESOLUTION_UNAUTHORIZED; else if (!strcmp(string, "authentication.info.totpNotSended")) return OTP_RESOLUTION_TOTP_NOT_SENT; else return OTP_RESOLUTION_UNKNOWN; } /* Close connection to server and destroy CURL handle associated * with @context */ _hidden isds_error _isds_close_connection(struct isds_ctx *context) { if (!context) return IE_INVALID_CONTEXT; if (context->curl) { curl_easy_cleanup(context->curl); context->curl = NULL; isds_log(ILF_HTTP, ILL_DEBUG, _("Connection to server %s closed\n"), context->url); return IE_SUCCESS; } else { return IE_CONNECTION_CLOSED; } } /* Remove username and password from context CURL handle. */ static isds_error unset_http_authorization(struct isds_ctx *context) { isds_error error = IE_SUCCESS; if (context == NULL) return IE_INVALID_CONTEXT; if (context->curl == NULL) return IE_CONNECTION_CLOSED; #if HAVE_DECL_CURLOPT_USERNAME /* Since curl-7.19.1 */ if (curl_easy_setopt(context->curl, CURLOPT_USERNAME, NULL)) error = IE_ERROR; if (curl_easy_setopt(context->curl, CURLOPT_PASSWORD, NULL)) error = IE_ERROR; #else if (curl_easy_setopt(context->curl, CURLOPT_USERPWD, NULL)) error = IE_ERROR; #endif /* not HAVE_DECL_CURLOPT_USERNAME */ if (error) isds_log(ILF_HTTP, ILL_ERR, _("Error while unsetting user name and " "password from CURL handle for connection to server %s.\n"), context->url); else isds_log(ILF_HTTP, ILL_DEBUG, _("User name and password for server %s " "have been unset from CURL handle.\n"), context->url); return error; } /* CURL call back function called when chunk of HTTP response body is available. * @buffer points to new data * @size * @nmemb is length of the chunk in bytes. Zero means empty body. * @userp is private structure. * Must return the length of the chunk, otherwise CURL will signal * CURL_WRITE_ERROR. */ static size_t write_body(void *buffer, size_t size, size_t nmemb, void *userp) { struct soap_body *body = (struct soap_body *) userp; void *new_data; /* FIXME: Check for (size * nmemb + body->lengt) !> SIZE_T_MAX. * Precompute the product then. */ if (!body) return 0; /* This should never happen */ if (0 == (size * nmemb)) return 0; /* Empty body */ new_data = realloc(body->data, body->length + size * nmemb); if (!new_data) return 0; memcpy(new_data + body->length, buffer, size * nmemb); body->data = new_data; body->length += size * nmemb; return (size * nmemb); } /* CURL call back function called when a HTTP response header is available. * This is called for each header even if reply consists of more responses. * @buffer points to new header (no zero terminator, but HTTP EOL is included) * @size * @nmemb is length of the header in bytes * @userp is private structure. * Must return the length of the header, otherwise CURL will signal * CURL_WRITE_ERROR. */ static size_t write_header(void *buffer, size_t size, size_t nmemb, void *userp) { struct auth_headers *headers = (struct auth_headers *) userp; size_t length; const char *value; /* FIXME: Check for (size * nmemb) !> SIZE_T_MAX. * Precompute the product then. */ length = size * nmemb; if (NULL == headers) return 0; /* This should never happen */ if (0 == length) { /* ??? Is this the empty line delimiter? */ return 0; /* Empty headers */ } /* New response, invalide authentication headers. */ /* XXX: Chunked encoding trailer is not supported */ if (headers->is_complete) auth_headers_free(headers); /* Append continuation to multi-line header */ if (*(char *)buffer == ' ' || *(char *)buffer == '\t') { if (headers->last_header != NULL) { size_t old_length = strlen(headers->last_header); char *longer_header = realloc(headers->last_header, old_length + length); if (longer_header == NULL) { /* ENOMEM */ return 0; } strncpy(longer_header + old_length, (char*)buffer + 1, length - 1); longer_header[old_length + length - 1] = '\0'; headers->last_header = longer_header; } else { /* Invalid continuation without starting header will be skipped. */ isds_log(ILF_HTTP, ILL_WARNING, _("HTTP header continuation without starting header has " "been encountered. Skipping invalid HTTP response " "line.\n")); } goto leave; } /* Decode last header */ value = header_value(headers->last_header, "WWW-Authenticate"); if (value != NULL) { free(headers->method); if (NULL == (headers->method = decode_header_value(value))) { /* TODO: Set IE_NOMEM to context */ return 0; } goto store; } value = header_value(headers->last_header, "X-Response-message-code"); if (value != NULL) { free(headers->code); if (NULL == (headers->code = decode_header_value(value))) { /* TODO: Set IE_NOMEM to context */ return 0; } goto store; } value = header_value(headers->last_header, "X-Response-message-text"); if (value != NULL) { free(headers->message); if (NULL == (headers->message = decode_header_value(value))) { /* TODO: Set IE_NOMEM to context */ return 0; } goto store; } store: /* Last header decoded, free it */ zfree(headers->last_header); if (!strncmp(buffer, "\r\n", length)) { /* Current line is header---body separator */ headers->is_complete = 1; goto leave; } else { /* Current line is new header, store it */ headers->last_header = malloc(length + 1); if (headers->last_header == NULL) { /* TODO: Set IE_NOMEM to context */ return 0; } memcpy(headers->last_header, buffer, length); headers->last_header[length] = '\0'; } leave: return (length); } /* CURL progress callback proxy to rearrange arguments. * @curl_data is session context */ static int progress_proxy(void *curl_data, double download_total, double download_current, double upload_total, double upload_current) { struct isds_ctx *context = (struct isds_ctx *) curl_data; int abort = 0; if (context && context->progress_callback) { abort = context->progress_callback( upload_total, upload_current, download_total, download_current, context->progress_callback_data); if (abort) { isds_log(ILF_HTTP, ILL_INFO, _("Application aborted HTTP transfer")); } } return abort; } /* CURL call back function called when curl has something to log. * @curl is cURL context * @type is cURL log facility * @buffer points to log data, XXX: not zero-terminated * @size is length of log data * @userp is private structure. * Must return 0. */ static int log_curl(CURL *curl, curl_infotype type, char *buffer, size_t size, void *userp) { /* Silent warning about usused arguments. * This prototype is cURL's debug_callback type. */ (void)curl; (void)userp; if (!buffer || 0 == size) return 0; if (type == CURLINFO_TEXT || type == CURLINFO_HEADER_IN || type == CURLINFO_HEADER_OUT) isds_log(ILF_HTTP, ILL_DEBUG, "%*s", size, buffer); return 0; } /* Do HTTP request. * @context holds the base URL, * @url is a (CGI) file of SOAP URL, * @use_get is a false to do a POST request, true to do a GET request. * @request is body for POST request * @request_length is length of @request in bytes * @reponse is automatically reallocated() buffer to fit HTTP response with * @response_length (does not need to match allocated memory exactly). You must * free() the @response. * @mime_type is automatically allocated MIME type send by server (*NULL if not * sent). Set NULL if you don't care. * @charset is charset of the body signaled by server. The same constrains * like on @mime_type apply. * @http_code is final HTTP code returned by server. This can be 200, 401, 500 * or any other one. Pass NULL if you don't interest. * In case of error, the response memory, MIME type, charset and length will be * deallocated and zeroed automatically. Thus be sure they are preallocated or * they points to NULL. * @response_otp_headers is pre-allocated structure for OTP authentication * headers sent by server. Members must be valid pointers or NULLs. * Pass NULL if you don't interest. * Be ware that successful return value does not mean the HTTP request has * been accepted by the server. You must consult @http_code. OTOH, failure * return value means the request could not been sent (e.g. SSL error). * Side effect: message buffer */ static isds_error http(struct isds_ctx *context, const char *url, _Bool use_get, const void *request, const size_t request_length, void **response, size_t *response_length, char **mime_type, char **charset, long *http_code, struct auth_headers *response_otp_headers) { CURLcode curl_err; isds_error err = IE_SUCCESS; struct soap_body body; char *content_type; struct curl_slist *headers = NULL; if (!context) return IE_INVALID_CONTEXT; if (!url) return IE_INVAL; if (request_length > 0 && !request) return IE_INVAL; if (!response || !response_length) return IE_INVAL; /* Clean authentication headers */ /* Set the body here to allow deallocation in leave block */ body.data = *response; body.length = 0; /* Set Request-URI */ curl_err = curl_easy_setopt(context->curl, CURLOPT_URL, url); /* Set TLS options */ if (!curl_err && context->tls_verify_server) { if (!*context->tls_verify_server) isds_log(ILF_SEC, ILL_WARNING, _("Disabling server identity verification. " "That was your decision.\n")); curl_err = curl_easy_setopt(context->curl, CURLOPT_SSL_VERIFYPEER, (*context->tls_verify_server)? 1L : 0L); if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_SSL_VERIFYHOST, (*context->tls_verify_server)? 2L : 0L); } } if (!curl_err && context->tls_ca_file) { isds_log(ILF_SEC, ILL_INFO, _("CA certificates will be searched in `%s' file since now\n"), context->tls_ca_file); curl_err = curl_easy_setopt(context->curl, CURLOPT_CAINFO, context->tls_ca_file); } if (!curl_err && context->tls_ca_dir) { isds_log(ILF_SEC, ILL_INFO, _("CA certificates will be searched in `%s' directory " "since now\n"), context->tls_ca_dir); curl_err = curl_easy_setopt(context->curl, CURLOPT_CAPATH, context->tls_ca_dir); } if (!curl_err && context->tls_crl_file) { #if HAVE_DECL_CURLOPT_CRLFILE /* Since curl-7.19.0 */ isds_log(ILF_SEC, ILL_INFO, _("CRLs will be searched in `%s' file since now\n"), context->tls_crl_file); curl_err = curl_easy_setopt(context->curl, CURLOPT_CRLFILE, context->tls_crl_file); #else isds_log(ILF_SEC, ILL_WARNING, _("Your curl library cannot pass certificate revocation " "list to cryptographic library.\n" "Make sure cryptographic library default setting " "delivers proper CRLs,\n" "or upgrade curl.\n")); #endif /* not HAVE_DECL_CURLOPT_CRLFILE */ } /* Set credentials */ #if HAVE_DECL_CURLOPT_USERNAME /* Since curl-7.19.1 */ if (!curl_err && context->username) { curl_err = curl_easy_setopt(context->curl, CURLOPT_USERNAME, context->username); } if (!curl_err && context->password) { curl_err = curl_easy_setopt(context->curl, CURLOPT_PASSWORD, context->password); } #else if (!curl_err && (context->username || context->password)) { char *userpwd = _isds_astrcat3(context->username, ":", context->password); if (!userpwd) { isds_log_message(context, _("Could not pass credentials to CURL")); err = IE_NOMEM; goto leave; } curl_err = curl_easy_setopt(context->curl, CURLOPT_USERPWD, userpwd); free(userpwd); } #endif /* not HAVE_DECL_CURLOPT_USERNAME */ /* Set PKI credentials */ if (!curl_err && (context->pki_credentials)) { if (context->pki_credentials->engine) { /* Select SSL engine */ isds_log(ILF_SEC, ILL_INFO, _("Cryptographic engine `%s' will be used for " "key or certificate\n"), context->pki_credentials->engine); curl_err = curl_easy_setopt(context->curl, CURLOPT_SSLENGINE, context->pki_credentials->engine); } if (!curl_err) { /* Select certificate format */ #if HAVE_DECL_CURLOPT_SSLCERTTYPE /* since curl-7.9.3 */ if (context->pki_credentials->certificate_format == PKI_FORMAT_ENG) { /* XXX: It's valid to have certificate in engine without name. * Engines can select certificate according private key and * vice versa. */ if (context->pki_credentials->certificate) isds_log(ILF_SEC, ILL_INFO, _("Client `%s' certificate " "will be read from `%s' engine\n"), context->pki_credentials->certificate, context->pki_credentials->engine); else isds_log(ILF_SEC, ILL_INFO, _("Client certificate " "will be read from `%s' engine\n"), context->pki_credentials->engine); curl_err = curl_easy_setopt(context->curl, CURLOPT_SSLCERTTYPE, "ENG"); } else if (context->pki_credentials->certificate) { isds_log(ILF_SEC, ILL_INFO, _("Client %s certificate " "will be read from `%s' file\n"), (context->pki_credentials->certificate_format == PKI_FORMAT_DER) ? _("DER") : _("PEM"), context->pki_credentials->certificate); curl_err = curl_easy_setopt(context->curl, CURLOPT_SSLCERTTYPE, (context->pki_credentials->certificate_format == PKI_FORMAT_DER) ? "DER" : "PEM"); } #else if ((context->pki_credentials->certificate_format == PKI_FORMAT_ENG || context->pki_credentials->certificate)) isds_log(ILF_SEC, ILL_WARNING, _("Your curl library cannot distinguish certificate " "formats. Make sure your cryptographic library\n" "understands your certificate file by default, " "or upgrade curl.\n")); #endif /* not HAVE_DECL_CURLOPT_SSLCERTTYPE */ } if (!curl_err && context->pki_credentials->certificate) { /* Select certificate */ if (!curl_err) curl_err = curl_easy_setopt(context->curl, CURLOPT_SSLCERT, context->pki_credentials->certificate); } if (!curl_err) { /* Select key format */ if (context->pki_credentials->key_format == PKI_FORMAT_ENG) { if (context->pki_credentials->key) isds_log(ILF_SEC, ILL_INFO, _("Client private key `%s' " "from `%s' engine will be used\n"), context->pki_credentials->key, context->pki_credentials->engine); else isds_log(ILF_SEC, ILL_INFO, _("Client private key " "from `%s' engine will be used\n"), context->pki_credentials->engine); curl_err = curl_easy_setopt(context->curl, CURLOPT_SSLKEYTYPE, "ENG"); } else if (context->pki_credentials->key) { isds_log(ILF_SEC, ILL_INFO, _("Client %s private key will be " "read from `%s' file\n"), (context->pki_credentials->key_format == PKI_FORMAT_DER) ? _("DER") : _("PEM"), context->pki_credentials->key); curl_err = curl_easy_setopt(context->curl, CURLOPT_SSLKEYTYPE, (context->pki_credentials->key_format == PKI_FORMAT_DER) ? "DER" : "PEM"); } if (!curl_err) /* Select key */ curl_err = curl_easy_setopt(context->curl, CURLOPT_SSLKEY, context->pki_credentials->key); if (!curl_err) { /* Pass key pass-phrase */ #if HAVE_DECL_CURLOPT_KEYPASSWD /* since curl-7.16.5 */ curl_err = curl_easy_setopt(context->curl, CURLOPT_KEYPASSWD, context->pki_credentials->passphrase); #elif HAVE_DECL_CURLOPT_SSLKEYPASSWD /* up to curl-7.16.4 */ curl_err = curl_easy_setopt(context->curl, CURLOPT_SSLKEYPASSWD, context->pki_credentials->passphrase); #else /* up to curl-7.9.2 */ curl_err = curl_easy_setopt(context->curl, CURLOPT_SSLCERTPASSWD, context->pki_credentials->passphrase); #endif } } } /* Set authorization cookie for OTP session */ if (!curl_err && context->otp) { isds_log(ILF_SEC, ILL_INFO, _("Cookies will be stored and sent " "because context has been authorized by OTP.\n")); curl_err = curl_easy_setopt(context->curl, CURLOPT_COOKIEFILE, ""); } /* Set timeout */ if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_NOSIGNAL, 1); } if (!curl_err && context->timeout) { #if HAVE_DECL_CURLOPT_TIMEOUT_MS /* Since curl-7.16.2 */ curl_err = curl_easy_setopt(context->curl, CURLOPT_TIMEOUT_MS, context->timeout); #else curl_err = curl_easy_setopt(context->curl, CURLOPT_TIMEOUT, context->timeout / 1000); #endif /* not HAVE_DECL_CURLOPT_TIMEOUT_MS */ } /* Register callback */ if (context->progress_callback) { if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_NOPROGRESS, 0); } if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_PROGRESSFUNCTION, progress_proxy); } if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_PROGRESSDATA, context); } } /* Set other CURL features */ if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_FAILONERROR, 0); } /* Set get-response function */ if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_WRITEFUNCTION, write_body); } if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_WRITEDATA, &body); } /* Set get-response-headers function if needed. * XXX: Both CURLOPT_HEADERFUNCTION and CURLOPT_WRITEHEADER must be set or * unset at the same time (see curl_easy_setopt(3)) ASAP, otherwise old * invalid CURLOPT_WRITEHEADER value could be derefenced. */ if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_HEADERFUNCTION, (response_otp_headers == NULL) ? NULL: write_header); } if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_WRITEHEADER, response_otp_headers); } /* Set MIME types and headers requires by SOAP 1.1. * SOAP 1.1 requires text/xml, SOAP 1.2 requires application/soap+xml */ if (!curl_err) { headers = curl_slist_append(headers, "Accept: application/soap+xml,application/xml,text/xml"); if (!headers) { err = IE_NOMEM; goto leave; } headers = curl_slist_append(headers, "Content-Type: text/xml"); if (!headers) { err = IE_NOMEM; goto leave; } headers = curl_slist_append(headers, "SOAPAction: "); if (!headers) { err = IE_NOMEM; goto leave; } curl_err = curl_easy_setopt(context->curl, CURLOPT_HTTPHEADER, headers); } if (!curl_err) { /* Set user agent identification */ curl_err = curl_easy_setopt(context->curl, CURLOPT_USERAGENT, "libisds/" PACKAGE_VERSION); } if (use_get) { /* Set GET request */ if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_HTTPGET, 1); } } else { /* Set POST request body */ if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_POST, 1); } if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_POSTFIELDS, request); } if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_POSTFIELDSIZE, request_length); } } { /* Debug cURL if requested */ _Bool debug_curl = ((log_facilities & ILF_HTTP) && (log_level >= ILL_DEBUG)); if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_VERBOSE, (debug_curl) ? 1 : 0); } if (!curl_err) { curl_err = curl_easy_setopt(context->curl, CURLOPT_DEBUGFUNCTION, (debug_curl) ? log_curl : NULL); } } /* Check for errors so far */ if (curl_err) { isds_log_message(context, curl_easy_strerror(curl_err)); err = IE_NETWORK; goto leave; } isds_log(ILF_HTTP, ILL_DEBUG, _("Sending %s request to <%s>\n"), use_get ? "GET" : "POST", url); if (!use_get) { isds_log(ILF_HTTP, ILL_DEBUG, _("POST body length: %zu, content follows:\n"), request_length); if (_isds_sizet2int(request_length) >= 0 ) { isds_log(ILF_HTTP, ILL_DEBUG, "%.*s\n", _isds_sizet2int(request_length), request); } isds_log(ILF_HTTP, ILL_DEBUG, _("End of POST body\n")); } /* Do the request */ curl_err = curl_easy_perform(context->curl); if (!curl_err) curl_err = curl_easy_getinfo(context->curl, CURLINFO_CONTENT_TYPE, &content_type); if (curl_err) { /* TODO: Use curl_easy_setopt(CURLOPT_ERRORBUFFER) to obtain detailed * error message. */ /* TODO: CURL is not internationalized yet. Collect CURL messages for * I18N. */ isds_printf_message(context, _("%s: %s"), url, _(curl_easy_strerror(curl_err))); if (curl_err == CURLE_ABORTED_BY_CALLBACK) err = IE_ABORTED; else if ( curl_err == CURLE_SSL_CONNECT_ERROR || curl_err == CURLE_SSL_ENGINE_NOTFOUND || curl_err == CURLE_SSL_ENGINE_SETFAILED || curl_err == CURLE_SSL_CERTPROBLEM || curl_err == CURLE_SSL_CIPHER || curl_err == CURLE_SSL_CACERT || curl_err == CURLE_USE_SSL_FAILED || curl_err == CURLE_SSL_ENGINE_INITFAILED || curl_err == CURLE_SSL_CACERT_BADFILE || curl_err == CURLE_SSL_SHUTDOWN_FAILED || curl_err == CURLE_SSL_CRL_BADFILE || curl_err == CURLE_SSL_ISSUER_ERROR ) err = IE_SECURITY; else err = IE_NETWORK; goto leave; } isds_log(ILF_HTTP, ILL_DEBUG, _("Final response to %s received\n"), url); isds_log(ILF_HTTP, ILL_DEBUG, _("Response body length: %zu, content follows:\n"), body.length); if (_isds_sizet2int(body.length) >= 0) { isds_log(ILF_HTTP, ILL_DEBUG, "%.*s\n", _isds_sizet2int(body.length), body.data); } isds_log(ILF_HTTP, ILL_DEBUG, _("End of response body\n")); /* Extract MIME type and charset */ if (content_type) { char *sep; size_t offset; sep = strchr(content_type, ';'); if (sep) offset = (size_t) (sep - content_type); else offset = strlen(content_type); if (mime_type) { *mime_type = malloc(offset + 1); if (!*mime_type) { err = IE_NOMEM; goto leave; } memcpy(*mime_type, content_type, offset); (*mime_type)[offset] = '\0'; } if (charset) { if (!sep) { *charset = NULL; } else { sep = strstr(sep, "charset="); if (!sep) { *charset = NULL; } else { *charset = strdup(sep + 8); if (!*charset) { err = IE_NOMEM; goto leave; } } } } } /* Get HTTP response code */ if (http_code) { curl_err = curl_easy_getinfo(context->curl, CURLINFO_RESPONSE_CODE, http_code); if (curl_err) { err = IE_ERROR; goto leave; } } /* Store OTP authentication results */ if (response_otp_headers && response_otp_headers->is_complete) { isds_log(ILF_SEC, ILL_DEBUG, _("OTP authentication headers received: " "method=%s, code=%s, message=%s\n"), response_otp_headers->method, response_otp_headers->code, response_otp_headers->message); /* XXX: Don't make unknown code fatal. Missing code can be succcess if * HTTP code is 302. This is checked in _isds_soap(). */ response_otp_headers->resolution = string2isds_otp_resolution(response_otp_headers->code); if (response_otp_headers->message != NULL) { char *message_locale = _isds_utf82locale(response_otp_headers->message); /* _isds_utf82locale() return NULL on inconverable string. Do not * panic on it. * TODO: Escape such characters. * if (message_locale == NULL) { err = IE_NOMEM; goto leave; }*/ isds_printf_message(context, _("Server returned OTP authentication message: %s"), message_locale); free(message_locale); } char *next_url = NULL; /* Weak pointer managed by cURL */ curl_err = curl_easy_getinfo(context->curl, CURLINFO_REDIRECT_URL, &next_url); if (curl_err) { err = IE_ERROR; goto leave; } if (next_url != NULL) { isds_log(ILF_SEC, ILL_DEBUG, _("OTP authentication headers redirect to: <%s>\n"), next_url); free(response_otp_headers->redirect); response_otp_headers->redirect = strdup(next_url); if (response_otp_headers->redirect == NULL) { err = IE_NOMEM; goto leave; } } } leave: curl_slist_free_all(headers); if (err) { free(body.data); body.data = NULL; body.length = 0; if (mime_type) { free(*mime_type); *mime_type = NULL; } if (charset) { free(*charset); *charset = NULL; } if (err != IE_ABORTED) _isds_close_connection(context); } *response = body.data; *response_length = body.length; return err; } /* Do SOAP request. * @context holds the base URL, * @file is a (CGI) file of SOAP URL, * @request is XML node set with SOAP request body. * @file must be NULL, @request should be NULL rather than empty, if they should * not be signaled in the SOAP request. * @response_document is an automatically allocated XML document whose subtree * identified by @response_node_list holds the SOAP response body content. You * must xmlFreeDoc() it. If you don't care pass NULL and also * NULL @response_node_list. * @response_node_list is a pointer to node set with SOAP response body * content. The returned pointer points into @response_document to the first * child of SOAP Body element. Pass NULL and NULL @response_document, if you * don't care. * @raw_response is automatically allocated bit stream with response body. Use * NULL if you don't care * @raw_response_length is size of @raw_response in bytes * In case of error the response will be deallocated automatically. * Side effect: message buffer */ _hidden isds_error _isds_soap(struct isds_ctx *context, const char *file, const xmlNodePtr request, xmlDocPtr *response_document, xmlNodePtr *response_node_list, void **raw_response, size_t *raw_response_length) { isds_error err = IE_SUCCESS; char *url = NULL; char *mime_type = NULL; long http_code = 0; struct auth_headers response_otp_headers; xmlBufferPtr http_request = NULL; xmlSaveCtxtPtr save_ctx = NULL; xmlDocPtr request_soap_doc = NULL; xmlNodePtr request_soap_envelope = NULL, request_soap_body = NULL; xmlNsPtr soap_ns = NULL; void *http_response = NULL; size_t response_length = 0; xmlDocPtr response_soap_doc = NULL; xmlNodePtr response_root = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr response_soap_headers = NULL, response_soap_body = NULL, response_soap_fault = NULL; if (!context) return IE_INVALID_CONTEXT; if ( (NULL == response_document && NULL != response_node_list) || (NULL != response_document && NULL == response_node_list)) return IE_INVAL; if (!raw_response_length && raw_response) return IE_INVAL; if (response_document) *response_document = NULL; if (response_node_list) *response_node_list = NULL; if (raw_response) *raw_response = NULL; url = _isds_astrcat(context->url, file); if (!url) return IE_NOMEM; /* Build SOAP request envelope */ request_soap_doc = xmlNewDoc(BAD_CAST "1.0"); if (!request_soap_doc) { isds_log_message(context, _("Could not build SOAP request document")); err = IE_ERROR; goto leave; } request_soap_envelope = xmlNewNode(NULL, BAD_CAST "Envelope"); if (!request_soap_envelope) { isds_log_message(context, _("Could not build SOAP request envelope")); err = IE_ERROR; goto leave; } xmlDocSetRootElement(request_soap_doc, request_soap_envelope); /* Only this way we get namespace definition as @xmlns:soap, * otherwise we get namespace prefix without definition */ soap_ns = xmlNewNs(request_soap_envelope, BAD_CAST SOAP_NS, NULL); if(!soap_ns) { isds_log_message(context, _("Could not create SOAP name space")); err = IE_ERROR; goto leave; } xmlSetNs(request_soap_envelope, soap_ns); request_soap_body = xmlNewChild(request_soap_envelope, NULL, BAD_CAST "Body", NULL); if (!request_soap_body) { isds_log_message(context, _("Could not add Body to SOAP request envelope")); err = IE_ERROR; goto leave; } /* Append request XML node set to SOAP body if request is not empty */ /* XXX: Copy of request must be used, otherwise xmlFreeDoc(request_soap_doc) * would destroy this outer structure. */ if (request) { xmlNodePtr request_copy = xmlCopyNodeList(request); if (!request_copy) { isds_log_message(context, _("Could not copy request content")); err = IE_ERROR; goto leave; } if (!xmlAddChildList(request_soap_body, request_copy)) { xmlFreeNodeList(request_copy); isds_log_message(context, _("Could not add request content to SOAP " "request envelope")); err = IE_ERROR; goto leave; } } /* Serialize the SOAP request into HTTP request body */ http_request = xmlBufferCreate(); if (!http_request) { isds_log_message(context, _("Could not create xmlBuffer for HTTP request body")); err = IE_ERROR; goto leave; } /* Last argument 1 means format the XML tree. This is pretty but it breaks * XML document transport as it adds text nodes (indentiation) between * elements. */ save_ctx = xmlSaveToBuffer(http_request, "UTF-8", 0); if (!save_ctx) { isds_log_message(context, _("Could not create XML serializer")); err = IE_ERROR; goto leave; } /* XXX: According LibXML documentation, this function does not return * meaningful value yet */ xmlSaveDoc(save_ctx, request_soap_doc); if (-1 == xmlSaveFlush(save_ctx)) { isds_log_message(context, _("Could not serialize SOAP request to HTTP request body")); err = IE_ERROR; goto leave; } if (context->otp_credentials != NULL) memset(&response_otp_headers, 0, sizeof(response_otp_headers)); redirect: if (context->otp_credentials != NULL) auth_headers_free(&response_otp_headers); isds_log(ILF_SOAP, ILL_DEBUG, _("SOAP request to sent to %s:\n%.*s\nEnd of SOAP request\n"), url, http_request->use, http_request->content); err = http(context, url, 0, http_request->content, http_request->use, &http_response, &response_length, &mime_type, NULL, &http_code, (context->otp_credentials == NULL) ? NULL: &response_otp_headers); /* TODO: HTTP binding for SOAP prescribes non-200 HTTP return codes * to be processed too. */ if (err) { goto leave; } if (NULL != context->otp_credentials) context->otp_credentials->resolution = response_otp_headers.resolution; /* Check for HTTP return code */ isds_log(ILF_SOAP, ILL_DEBUG, _("Server returned %ld HTTP code\n"), http_code); switch (http_code) { /* XXX: We must see which code is used for not permitted ISDS * operation like downloading message without proper user * permissions. In that case we should keep connection opened. */ case 200: if (NULL != context->otp_credentials) { if (context->otp_credentials->resolution == OTP_RESOLUTION_UNKNOWN) context->otp_credentials->resolution = OTP_RESOLUTION_SUCCESS; } break; case 302: if (NULL != context->otp_credentials) { if (context->otp_credentials->resolution == OTP_RESOLUTION_UNKNOWN) context->otp_credentials->resolution = OTP_RESOLUTION_SUCCESS; err = IE_PARTIAL_SUCCESS; isds_printf_message(context, _("Server redirects on <%s> because OTP authentication " "succeeded."), url); if (context->otp_credentials->otp_code != NULL && response_otp_headers.redirect != NULL) { /* XXX: If OTP code is known, this must be second OTP phase, so * send final POST request and unset Basic authentication * from cURL context as cookie is used instead. */ free(url); url = response_otp_headers.redirect; response_otp_headers.redirect = NULL; _isds_discard_credentials(context, 0); err = unset_http_authorization(context); if (err) { isds_log_message(context, _("Could not remove " "credentials from CURL handle.")); goto leave; } goto redirect; } else { /* XXX: Otherwise bail out to ask application for OTP code. */ goto leave; } } else { err = IE_HTTP; isds_printf_message(context, _("Code 302: Server redirects on <%s> request. " "Redirection is forbidden in stateless mode."), url); goto leave; } break; case 401: /* ISDS server returns 401 even if Authorization presents. */ case 403: /* HTTP/1.0 prescribes 403 if Authorization presents. */ err = IE_NOT_LOGGED_IN; isds_log_message(context, _("Authentication failed")); goto leave; break; case 404: err = IE_HTTP; isds_printf_message(context, _("Code 404: Document (%s) not found on server"), url); goto leave; break; /* 500 should return standard SOAP message */ } /* Check for Content-Type: text/xml. * Do it after HTTP code check because 401 Unauthorized returns HTML web * page for browsers. */ if (mime_type && strcmp(mime_type, "text/xml") && strcmp(mime_type, "application/soap+xml") && strcmp(mime_type, "application/xml")) { char *mime_type_locale = _isds_utf82locale(mime_type); isds_printf_message(context, _("%s: bad MIME type sent by server: %s"), url, mime_type_locale); free(mime_type_locale); err = IE_SOAP; goto leave; } /* TODO: Convert returned body into XML default encoding */ /* Parse the HTTP body as XML */ response_soap_doc = xmlParseMemory(http_response, response_length); if (!response_soap_doc) { err = IE_XML; goto leave; } xpath_ctx = xmlXPathNewContext(response_soap_doc); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } if (_isds_sizet2int(response_length) >= 0) { isds_log(ILF_SOAP, ILL_DEBUG, _("SOAP response received:\n%.*s\nEnd of SOAP response\n"), _isds_sizet2int(response_length), http_response); } /* Check for SOAP version */ response_root = xmlDocGetRootElement(response_soap_doc); if (!response_root) { isds_log_message(context, "SOAP response has no root element"); err = IE_SOAP; goto leave; } if (xmlStrcmp(response_root->name, BAD_CAST "Envelope") || xmlStrcmp(response_root->ns->href, BAD_CAST SOAP_NS)) { isds_log_message(context, "SOAP response is not SOAP 1.1 document"); err = IE_SOAP; goto leave; } /* Check for SOAP Headers */ response_soap_headers = xmlXPathEvalExpression( BAD_CAST "/soap:Envelope/soap:Header/" "*[@soap:mustUnderstand/text() = true()]", xpath_ctx); if (!response_soap_headers) { err = IE_ERROR; goto leave; } if (!xmlXPathNodeSetIsEmpty(response_soap_headers->nodesetval)) { isds_log_message(context, _("SOAP response requires unsupported feature")); /* TODO: log the headers * xmlChar *fragment = NULL; * fragment = xmlXPathCastNodeSetToSting(response_soap_headers->nodesetval);*/ err = IE_NOTSUP; goto leave; } /* Get SOAP Body */ response_soap_body = xmlXPathEvalExpression( BAD_CAST "/soap:Envelope/soap:Body", xpath_ctx); if (!response_soap_body) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(response_soap_body->nodesetval)) { isds_log_message(context, _("SOAP response does not contain SOAP Body element")); err = IE_SOAP; goto leave; } if (response_soap_body->nodesetval->nodeNr > 1) { isds_log_message(context, _("SOAP response has more than one Body element")); err = IE_SOAP; goto leave; } /* Check for SOAP Fault */ response_soap_fault = xmlXPathEvalExpression( BAD_CAST "/soap:Envelope/soap:Body/soap:Fault", xpath_ctx); if (!response_soap_fault) { err = IE_ERROR; goto leave; } if (!xmlXPathNodeSetIsEmpty(response_soap_fault->nodesetval)) { /* Server signals Fault. Gather error message and croak. */ /* XXX: Only first message is passed */ char *message = NULL, *message_locale = NULL; xpath_ctx->node = response_soap_fault->nodesetval->nodeTab[0]; xmlXPathFreeObject(response_soap_fault); /* XXX: faultstring and faultcode are in no name space according * ISDS specification */ /* First more verbose faultstring */ response_soap_fault = xmlXPathEvalExpression( BAD_CAST "faultstring[1]/text()", xpath_ctx); if (response_soap_fault && !xmlXPathNodeSetIsEmpty(response_soap_fault->nodesetval)) { message = (char *) xmlXPathCastNodeSetToString(response_soap_fault->nodesetval); message_locale = _isds_utf82locale(message); } /* If not available, try shorter faultcode */ if (!message_locale) { free(message); xmlXPathFreeObject(response_soap_fault); response_soap_fault = xmlXPathEvalExpression( BAD_CAST "faultcode[1]/text()", xpath_ctx); if (response_soap_fault && !xmlXPathNodeSetIsEmpty(response_soap_fault->nodesetval)) { message = (char *) xmlXPathCastNodeSetToString( response_soap_fault->nodesetval); message_locale = _isds_utf82locale(message); } } /* Croak */ if (message_locale) isds_printf_message(context, _("SOAP response signals Fault: %s"), message_locale); else isds_log_message(context, _("SOAP response signals Fault")); free(message_locale); free(message); err = IE_SOAP; goto leave; } /* Extract XML tree with ISDS response from SOAP envelope and return it. * XXX: response_soap_body lists only one Body element here. We need * children which may not exist (i.e. empty Body) or being more than one * (this is not the case of ISDS payload, but let's support generic SOAP). * XXX: We will return the XML document and children as a node list for * two reasons: * (1) We won't to do expensive xmlDocCopyNodeList(), * (2) Any node is unusable after calling xmlFreeDoc() on it's document * because the document holds a dictionary with identifiers. Caller always * can do xmlDocCopyNodeList() on a fresh document later. */ if (NULL != response_document && NULL != response_node_list) { *response_document = response_soap_doc; *response_node_list = response_soap_body->nodesetval->nodeTab[0]->children; } /* Save raw response */ if (raw_response) { *raw_response = http_response; *raw_response_length = response_length; http_response = NULL; } leave: xmlXPathFreeObject(response_soap_fault); xmlXPathFreeObject(response_soap_body); xmlXPathFreeObject(response_soap_headers); xmlXPathFreeContext(xpath_ctx); if (NULL == response_document || NULL == *response_document) { xmlFreeDoc(response_soap_doc); } if (context->otp_credentials != NULL) auth_headers_free(&response_otp_headers); free(mime_type); free(http_response); xmlSaveClose(save_ctx); xmlBufferFree(http_request); xmlFreeDoc(request_soap_doc); /* recursive, frees request_body, soap_ns*/ free(url); return err; } /* Build new URL from current @context and template. * @context is context carrying an URL * @template is printf(3) format string. First argument is length of the base * URL found in @context, second argument is the base URL, third argument is * again the base URL. * XXX: We cannot use "$" formatting character because it's not in the ISO C99. * @new_url is newly allocated URL built from @template. Caller must free it. * Return IE_SUCCESS, or corresponding error code and @new_url will not be * allocated. * */ _hidden isds_error _isds_build_url_from_context(struct isds_ctx *context, const char *template, char **new_url) { int length, slashes; if (NULL != new_url) *new_url = NULL; if (NULL == context) return IE_INVALID_CONTEXT; if (NULL == template) return IE_INVAL; if (NULL == new_url) return IE_INVAL; /* Find length of base URL from context URL */ if (NULL == context->url) { isds_log_message(context, _("Base URL could not have been determined " "from context URL because there was no URL set in the " "context")); return IE_ERROR; } for (length = 0, slashes = 0; context->url[length] != '\0'; length++) { if (context->url[length] == '/') slashes++; if (slashes == 3) break; } if (slashes != 3) { isds_log_message(context, _("Base URL could not have been determined " "from context URL")); return IE_ERROR; } length++; /* Build new URL */ if (-1 == isds_asprintf(new_url, template, length, context->url, context->url)) return IE_NOMEM; return IE_SUCCESS; } /* Invalidate session cookie for otp authenticated @context */ _hidden isds_error _isds_invalidate_otp_cookie(struct isds_ctx *context) { isds_error err; char *url = NULL; long http_code; void *response = NULL; size_t response_length; if (context == NULL || !context->otp) return IE_INVALID_CONTEXT; if (context->curl == NULL) return IE_CONNECTION_CLOSED; /* Build logout URL */ /*"https://DOMAINNAME/as/processLogout?uri=https://DOMAINNAME/apps/DS/WEB_SERVICE_ENDPOINT"*/ err = _isds_build_url_from_context(context, "%.*sas/processLogout?uri=%sDS/dz", &url); if (err) return err; /* Invalidate the cookie by GET request */ err = http(context, url, 1, NULL, 0, &response, &response_length, NULL, NULL, &http_code, NULL); free(response); free(url); if (err) { /* long message set by http() */ } else if (http_code != 200) { /* TODO: Specification does not define response for this request. * Especially it does not state whether direct 200 or 302 redirect is * sent. We need to check real implementation. */ err = IE_ISDS; isds_printf_message(context, _("Cookie for OTP authenticated " "connection to <%s> could not been invalidated"), context->url); } else { isds_log(ILF_SEC, ILL_DEBUG, _("Cookie for OTP authenticated " "connection to <%s> has been invalidated.\n"), context->url); } return err; } /* LibXML functions: * * void xmlInitParser(void) * Initialization function for the XML parser. This is not reentrant. Call * once before processing in case of use in multithreaded programs. * * int xmlInitParserCtxt(xmlParserCtxtPtr ctxt) * Initialize a parser context * * xmlDocPtr xmlCtxtReadDoc(xmlParserCtxtPtr ctxt, const xmlChar * cur, * const * char URL, const char * encoding, int options); * Parse in-memory NULL-terminated document @cur. * * xmlDocPtr xmlParseMemory(const char * buffer, int size) * Parse an XML in-memory block and build a tree. * * xmlParserCtxtPtr xmlCreateMemoryParserCtxt(const char * buffer, int * size); * Create a parser context for an XML in-memory document. * * xmlParserCtxtPtr xmlCreateDocParserCtxt(const xmlChar * cur) * Creates a parser context for an XML in-memory document. * * xmlDocPtr xmlCtxtReadMemory(xmlParserCtxtPtr ctxt, * const char * buffer, int size, const char * URL, const char * encoding, * int options) * Parse an XML in-memory document and build a tree. This reuses the existing * @ctxt parser context. * void xmlCleanupParser(void) * Cleanup function for the XML library. It tries to reclaim all parsing * related glob document related memory. Calling this function should not * prevent reusing the libr finished using the library or XML document built * with it. * * void xmlClearParserCtxt(xmlParserCtxtPtr ctxt) * Clear (release owned resources) and reinitialize a parser context. * * void xmlCtxtReset(xmlParserCtxtPtr ctxt) * Reset a parser context * * void xmlFreeParserCtxt(xmlParserCtxtPtr ctxt) * Free all the memory used by a parser context. However the parsed document * in ctxt->myDoc is not freed. * * void xmlFreeDoc(xmlDocPtr cur) * Free up all the structures used by a document, tree included. */ libisds-0.10.7/src/gettext.h0000644000076400001440000002311711660227331012602 00000000000000/* Convenience header for conditional use of GNU . Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program 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 Library General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _LIBGETTEXT_H #define _LIBGETTEXT_H 1 /* NLS can be disabled through the configure --disable-nls option. */ #if ENABLE_NLS /* Get declarations of GNU message catalog functions. */ # include /* You can set the DEFAULT_TEXT_DOMAIN macro to specify the domain used by the gettext() and ngettext() macros. This is an alternative to calling textdomain(), and is useful for libraries. */ # ifdef DEFAULT_TEXT_DOMAIN # undef gettext # define gettext(Msgid) \ dgettext (DEFAULT_TEXT_DOMAIN, Msgid) # undef ngettext # define ngettext(Msgid1, Msgid2, N) \ dngettext (DEFAULT_TEXT_DOMAIN, Msgid1, Msgid2, N) # endif #else /* Solaris /usr/include/locale.h includes /usr/include/libintl.h, which chokes if dcgettext is defined as a macro. So include it now, to make later inclusions of a NOP. We don't include as well because people using "gettext.h" will not include , and also including would fail on SunOS 4, whereas is OK. */ #if defined(__sun) # include #endif /* Many header files from the libstdc++ coming with g++ 3.3 or newer include , which chokes if dcgettext is defined as a macro. So include it now, to make later inclusions of a NOP. */ #if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) # include # if (__GLIBC__ >= 2) || _GLIBCXX_HAVE_LIBINTL_H # include # endif #endif /* Disabled NLS. The casts to 'const char *' serve the purpose of producing warnings for invalid uses of the value returned from these functions. On pre-ANSI systems without 'const', the config.h file is supposed to contain "#define const". */ # undef gettext # define gettext(Msgid) ((const char *) (Msgid)) # undef dgettext # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid)) # undef dcgettext # define dcgettext(Domainname, Msgid, Category) \ ((void) (Category), dgettext (Domainname, Msgid)) # undef ngettext # define ngettext(Msgid1, Msgid2, N) \ ((N) == 1 \ ? ((void) (Msgid2), (const char *) (Msgid1)) \ : ((void) (Msgid1), (const char *) (Msgid2))) # undef dngettext # define dngettext(Domainname, Msgid1, Msgid2, N) \ ((void) (Domainname), ngettext (Msgid1, Msgid2, N)) # undef dcngettext # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ ((void) (Category), dngettext(Domainname, Msgid1, Msgid2, N)) # undef textdomain # define textdomain(Domainname) ((const char *) (Domainname)) # undef bindtextdomain # define bindtextdomain(Domainname, Dirname) \ ((void) (Domainname), (const char *) (Dirname)) # undef bind_textdomain_codeset # define bind_textdomain_codeset(Domainname, Codeset) \ ((void) (Domainname), (const char *) (Codeset)) #endif /* A pseudo function call that serves as a marker for the automated extraction of messages, but does not call gettext(). The run-time translation is done at a different place in the code. The argument, String, should be a literal string. Concatenated strings and other string expressions won't work. The macro's expansion is not parenthesized, so that it is suitable as initializer for static 'char[]' or 'const char[]' variables. */ #define gettext_noop(String) String /* The separator between msgctxt and msgid in a .mo file. */ #define GETTEXT_CONTEXT_GLUE "\004" /* Pseudo function calls, taking a MSGCTXT and a MSGID instead of just a MSGID. MSGCTXT and MSGID must be string literals. MSGCTXT should be short and rarely need to change. The letter 'p' stands for 'particular' or 'special'. */ #ifdef DEFAULT_TEXT_DOMAIN # define pgettext(Msgctxt, Msgid) \ pgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) #else # define pgettext(Msgctxt, Msgid) \ pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) #endif #define dpgettext(Domainname, Msgctxt, Msgid) \ pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \ pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) #ifdef DEFAULT_TEXT_DOMAIN # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ npgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) #else # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) #endif #define dnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N) \ npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \ npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static const char * pgettext_aux (const char *domain, const char *msg_ctxt_id, const char *msgid, int category) { const char *translation = dcgettext (domain, msg_ctxt_id, category); if (translation == msg_ctxt_id) return msgid; else return translation; } #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static const char * npgettext_aux (const char *domain, const char *msg_ctxt_id, const char *msgid, const char *msgid_plural, unsigned long int n, int category) { const char *translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); if (translation == msg_ctxt_id || translation == msgid_plural) return (n == 1 ? msgid : msgid_plural); else return translation; } /* The same thing extended for non-constant arguments. Here MSGCTXT and MSGID can be arbitrary expressions. But for string literals these macros are less efficient than those above. */ #include #define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS \ (((__GNUC__ >= 3 || __GNUG__ >= 2) && !__STRICT_ANSI__) \ /* || __STDC_VERSION__ >= 199901L */ ) #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS #include #endif #define pgettext_expr(Msgctxt, Msgid) \ dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) #define dpgettext_expr(Domainname, Msgctxt, Msgid) \ dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static const char * dcpgettext_expr (const char *domain, const char *msgctxt, const char *msgid, int category) { size_t msgctxt_len = strlen (msgctxt) + 1; size_t msgid_len = strlen (msgid) + 1; const char *translation; #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS char msg_ctxt_id[msgctxt_len + msgid_len]; #else char buf[1024]; char *msg_ctxt_id = (msgctxt_len + msgid_len <= sizeof (buf) ? buf : (char *) malloc (msgctxt_len + msgid_len)); if (msg_ctxt_id != NULL) #endif { memcpy (msg_ctxt_id, msgctxt, msgctxt_len - 1); msg_ctxt_id[msgctxt_len - 1] = '\004'; memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len); translation = dcgettext (domain, msg_ctxt_id, category); #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS if (msg_ctxt_id != buf) free (msg_ctxt_id); #endif if (translation != msg_ctxt_id) return translation; } return msgid; } #define npgettext_expr(Msgctxt, Msgid, MsgidPlural, N) \ dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) #define dnpgettext_expr(Domainname, Msgctxt, Msgid, MsgidPlural, N) \ dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static const char * dcnpgettext_expr (const char *domain, const char *msgctxt, const char *msgid, const char *msgid_plural, unsigned long int n, int category) { size_t msgctxt_len = strlen (msgctxt) + 1; size_t msgid_len = strlen (msgid) + 1; const char *translation; #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS char msg_ctxt_id[msgctxt_len + msgid_len]; #else char buf[1024]; char *msg_ctxt_id = (msgctxt_len + msgid_len <= sizeof (buf) ? buf : (char *) malloc (msgctxt_len + msgid_len)); if (msg_ctxt_id != NULL) #endif { memcpy (msg_ctxt_id, msgctxt, msgctxt_len - 1); msg_ctxt_id[msgctxt_len - 1] = '\004'; memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len); translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS if (msg_ctxt_id != buf) free (msg_ctxt_id); #endif if (!(translation == msg_ctxt_id || translation == msgid_plural)) return translation; } return (n == 1 ? msgid : msgid_plural); } #endif /* _LIBGETTEXT_H */ libisds-0.10.7/src/Makefile.am0000644000076400001440000000160013130410413012757 00000000000000libisds_ladir = $(includedir) localedir = $(datadir)/locale lib_LTLIBRARIES = libisds.la libisds_la_SOURCES = \ cdecode.c \ cdecode.h \ cencode.c \ cencode.h \ crypto.h \ gettext.h \ isds.c \ isds.h \ isds_priv.h \ physxml.c \ physxml.h \ utils.c \ utils.h \ validator.c \ validator.h \ system.h if USE_OPENSSL_BACKEND libisds_la_SOURCES += \ crypto_openssl.c else libisds_la_SOURCES += \ crypto_gpg.c endif if BUILD_CURL libisds_la_SOURCES += \ soap.c \ soap.h endif if WIN32 libisds_la_SOURCES += \ win32.c \ win32.h else libisds_la_SOURCES += \ unix.c \ unix.h endif libisds_la_HEADERS = isds.h libisds_la_CPPFLAGS = @XML_CPPFLAGS@ @LIBCURL_CPPFLAGS@ \ -DLOCALEDIR=\"$(localedir)\" libisds_la_CFLAGS = @LIBGCRYPT_CFLAGS@ @GPGME_CFLAGS@ libisds_la_LDFLAGS = -version-info 10:0:5 @XML_LIBS@ @LIBCURL@ @LIBGCRYPT_LIBS@ \ @GPGME_LIBS@ @EXPAT_LIBS@ @LTLIBINTL@ libisds-0.10.7/src/utils.h0000644000076400001440000001106212673031006012247 00000000000000#ifndef __ISDS_UTILS_H__ #define __ISDS_UTILS_H__ #include #include #include #include /* _hidden macro marks library private symbols. GCC can exclude them from global * symbols table */ #if defined(__GNUC__) && (__GNUC__ >= 4) && !defined(_WIN32) #define _hidden __attribute__((visibility("hidden"))) #else #define _hidden #endif /* PANIC macro aborts current process without any clean up. * Use it as last resort fatal error solution */ #define PANIC(message) { \ if (stderr != NULL ) fprintf(stderr, \ "LIBISDS PANIC (%s:%d): %s\n", __FILE__, __LINE__, (message)); \ abort(); \ } /* Concatenate two strings into newly allocated buffer. * You must free() them, when you don't need it anymore. * Any of the arguments can be NULL meaning empty string. * In case of error returns NULL. * Empty string is always returned as allocated empty string. */ char *_isds_astrcat(const char *first, const char *second); /* Concatenate three strings into newly allocated buffer. * You must free() them, when you don't need it anymore. * Any of the arguments can be NULL meaning empty string. * In case of error returns NULL. * Empty string is always returned as allocated empty string. */ char *_isds_astrcat3(const char *first, const char *second, const char *third); /* Print formatted string into automatically reallocated @buffer. * @buffer automatically reallocated buffer. Must be &NULL or preallocated * memory. * @format format string as for printf(3) * @ap list of variadic arguments, after call will be in undefined state * @Returns number of bytes printed. In case of error, -1 and NULL @buffer*/ int isds_vasprintf(char **buffer, const char *format, va_list ap); /* Print formatted string into automatically reallocated @buffer. * @buffer automatically reallocated buffer. Must be &NULL or preallocated * memory. * @format format string as for printf(3) * @... variadic arguments * @Returns number of bytes printed. In case of error, -1 and NULL @buffer */ int isds_asprintf(char **buffer, const char *format, ...); /* Converts a block from charset to charset. * @from is input charset of @input block as known to iconv * @to is output charset @input will be converted to @output * @input is block in @from charset/encoding of length @input_length * @input_length is size of @input block in bytes * @output is automatically allocated block of data converted from @input. No * NUL is apended. Can be NULL, if resulting size is 0. You must free it. * @return size of @output in bytes. In case of error returns (size_t) -1 and * deallocates @output if this function allocated it in this call. */ _hidden size_t _isds_any2any(const char *from, const char *to, const void *input, size_t input_length, void **output); /* Converts UTF8 string into locale encoded string. * @utf string int UTF-8 terminated by zero byte * @return allocated string encoded in locale specific encoding. You must free * it. In case of error or NULL @utf returns NULL. */ char *_isds_utf82locale(const char *utf); /* Encode given data into MIME Base64 encoded zero terminated string. * @plain are input data (binary stream) * @length is length of @plain data in bytes * @return allocated string of base64 encoded plain data or NULL in case of * error. You must free it. */ char *_isds_b64encode(const void *plain, const size_t length); /* Decode given data from MIME Base64 encoded zero terminated string to binary * stream. Invalid Base64 symbols are skipped. * @encoded are input data (Base64 zero terminated string) * @plain are automatically reallocated output data (binary stream). You must * free it. Will be freed in case of error. * @return length of @plain data in bytes or (size_t) -1 in case of memory * allocation failure. */ size_t _isds_b64decode(const char *encoded, void **plain); /* Convert hexadecimal digit to integer. Return negative value if character is * not valid hexadecimal digit. */ int _isds_hex2i(char digit); /* Convert UTC broken time to time_t. * @broken_utc it time in UTC in broken format. Despite its content is not * touched, it'sw not-const because underlying POSIX function has non-const * signature. * @return (time_t) -1 in case of error */ time_t _isds_timegm(struct tm *broken_utc); /* Convert size_t to int. * @val Value to be converted to int. * @return value converted to int or -1 when the supplied value is too large * to fit into integer. */ int _isds_sizet2int(size_t val); /* Free() and set to NULL pointed memory */ #define zfree(memory) { \ free(memory); \ (memory) = NULL; \ } #endif libisds-0.10.7/src/Makefile.in0000644000076400001440000010673313130412174013013 00000000000000# Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @USE_OPENSSL_BACKEND_TRUE@am__append_1 = \ @USE_OPENSSL_BACKEND_TRUE@ crypto_openssl.c @USE_OPENSSL_BACKEND_FALSE@am__append_2 = \ @USE_OPENSSL_BACKEND_FALSE@ crypto_gpg.c @BUILD_CURL_TRUE@am__append_3 = \ @BUILD_CURL_TRUE@ soap.c \ @BUILD_CURL_TRUE@ soap.h @WIN32_TRUE@am__append_4 = \ @WIN32_TRUE@ win32.c \ @WIN32_TRUE@ win32.h @WIN32_FALSE@am__append_5 = \ @WIN32_FALSE@ unix.c \ @WIN32_FALSE@ unix.h subdir = src DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/depcomp $(libisds_la_HEADERS) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/gpgme.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libisds_ladir)" LTLIBRARIES = $(lib_LTLIBRARIES) libisds_la_LIBADD = am__libisds_la_SOURCES_DIST = cdecode.c cdecode.h cencode.c cencode.h \ crypto.h gettext.h isds.c isds.h isds_priv.h physxml.c \ physxml.h utils.c utils.h validator.c validator.h system.h \ crypto_openssl.c crypto_gpg.c soap.c soap.h win32.c win32.h \ unix.c unix.h @USE_OPENSSL_BACKEND_TRUE@am__objects_1 = \ @USE_OPENSSL_BACKEND_TRUE@ libisds_la-crypto_openssl.lo @USE_OPENSSL_BACKEND_FALSE@am__objects_2 = libisds_la-crypto_gpg.lo @BUILD_CURL_TRUE@am__objects_3 = libisds_la-soap.lo @WIN32_TRUE@am__objects_4 = libisds_la-win32.lo @WIN32_FALSE@am__objects_5 = libisds_la-unix.lo am_libisds_la_OBJECTS = libisds_la-cdecode.lo libisds_la-cencode.lo \ libisds_la-isds.lo libisds_la-physxml.lo libisds_la-utils.lo \ libisds_la-validator.lo $(am__objects_1) $(am__objects_2) \ $(am__objects_3) $(am__objects_4) $(am__objects_5) libisds_la_OBJECTS = $(am_libisds_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = libisds_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libisds_la_CFLAGS) \ $(CFLAGS) $(libisds_la_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libisds_la_SOURCES) DIST_SOURCES = $(am__libisds_la_SOURCES_DIST) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac HEADERS = $(libisds_la_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ EXPAT_LIBS = @EXPAT_LIBS@ FGREP = @FGREP@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GPGME_CFLAGS = @GPGME_CFLAGS@ GPGME_CONFIG = @GPGME_CONFIG@ GPGME_LIBS = @GPGME_LIBS@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCURL = @LIBCURL@ LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ XML2_CONFIG = @XML2_CONFIG@ XML_CPPFLAGS = @XML_CPPFLAGS@ XML_LIBS = @XML_LIBS@ _libcurl_config = @_libcurl_config@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = $(datadir)/locale localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ libisds_ladir = $(includedir) lib_LTLIBRARIES = libisds.la libisds_la_SOURCES = cdecode.c cdecode.h cencode.c cencode.h crypto.h \ gettext.h isds.c isds.h isds_priv.h physxml.c physxml.h \ utils.c utils.h validator.c validator.h system.h \ $(am__append_1) $(am__append_2) $(am__append_3) \ $(am__append_4) $(am__append_5) libisds_la_HEADERS = isds.h libisds_la_CPPFLAGS = @XML_CPPFLAGS@ @LIBCURL_CPPFLAGS@ \ -DLOCALEDIR=\"$(localedir)\" libisds_la_CFLAGS = @LIBGCRYPT_CFLAGS@ @GPGME_CFLAGS@ libisds_la_LDFLAGS = -version-info 10:0:5 @XML_LIBS@ @LIBCURL@ @LIBGCRYPT_LIBS@ \ @GPGME_LIBS@ @EXPAT_LIBS@ @LTLIBINTL@ all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } libisds.la: $(libisds_la_OBJECTS) $(libisds_la_DEPENDENCIES) $(EXTRA_libisds_la_DEPENDENCIES) $(AM_V_CCLD)$(libisds_la_LINK) -rpath $(libdir) $(libisds_la_OBJECTS) $(libisds_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisds_la-cdecode.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisds_la-cencode.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisds_la-crypto_gpg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisds_la-crypto_openssl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisds_la-isds.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisds_la-physxml.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisds_la-soap.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisds_la-unix.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisds_la-utils.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisds_la-validator.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisds_la-win32.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< libisds_la-cdecode.lo: cdecode.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -MT libisds_la-cdecode.lo -MD -MP -MF $(DEPDIR)/libisds_la-cdecode.Tpo -c -o libisds_la-cdecode.lo `test -f 'cdecode.c' || echo '$(srcdir)/'`cdecode.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libisds_la-cdecode.Tpo $(DEPDIR)/libisds_la-cdecode.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cdecode.c' object='libisds_la-cdecode.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -c -o libisds_la-cdecode.lo `test -f 'cdecode.c' || echo '$(srcdir)/'`cdecode.c libisds_la-cencode.lo: cencode.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -MT libisds_la-cencode.lo -MD -MP -MF $(DEPDIR)/libisds_la-cencode.Tpo -c -o libisds_la-cencode.lo `test -f 'cencode.c' || echo '$(srcdir)/'`cencode.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libisds_la-cencode.Tpo $(DEPDIR)/libisds_la-cencode.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cencode.c' object='libisds_la-cencode.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -c -o libisds_la-cencode.lo `test -f 'cencode.c' || echo '$(srcdir)/'`cencode.c libisds_la-isds.lo: isds.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -MT libisds_la-isds.lo -MD -MP -MF $(DEPDIR)/libisds_la-isds.Tpo -c -o libisds_la-isds.lo `test -f 'isds.c' || echo '$(srcdir)/'`isds.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libisds_la-isds.Tpo $(DEPDIR)/libisds_la-isds.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='isds.c' object='libisds_la-isds.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -c -o libisds_la-isds.lo `test -f 'isds.c' || echo '$(srcdir)/'`isds.c libisds_la-physxml.lo: physxml.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -MT libisds_la-physxml.lo -MD -MP -MF $(DEPDIR)/libisds_la-physxml.Tpo -c -o libisds_la-physxml.lo `test -f 'physxml.c' || echo '$(srcdir)/'`physxml.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libisds_la-physxml.Tpo $(DEPDIR)/libisds_la-physxml.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='physxml.c' object='libisds_la-physxml.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -c -o libisds_la-physxml.lo `test -f 'physxml.c' || echo '$(srcdir)/'`physxml.c libisds_la-utils.lo: utils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -MT libisds_la-utils.lo -MD -MP -MF $(DEPDIR)/libisds_la-utils.Tpo -c -o libisds_la-utils.lo `test -f 'utils.c' || echo '$(srcdir)/'`utils.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libisds_la-utils.Tpo $(DEPDIR)/libisds_la-utils.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utils.c' object='libisds_la-utils.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -c -o libisds_la-utils.lo `test -f 'utils.c' || echo '$(srcdir)/'`utils.c libisds_la-validator.lo: validator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -MT libisds_la-validator.lo -MD -MP -MF $(DEPDIR)/libisds_la-validator.Tpo -c -o libisds_la-validator.lo `test -f 'validator.c' || echo '$(srcdir)/'`validator.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libisds_la-validator.Tpo $(DEPDIR)/libisds_la-validator.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='validator.c' object='libisds_la-validator.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -c -o libisds_la-validator.lo `test -f 'validator.c' || echo '$(srcdir)/'`validator.c libisds_la-crypto_openssl.lo: crypto_openssl.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -MT libisds_la-crypto_openssl.lo -MD -MP -MF $(DEPDIR)/libisds_la-crypto_openssl.Tpo -c -o libisds_la-crypto_openssl.lo `test -f 'crypto_openssl.c' || echo '$(srcdir)/'`crypto_openssl.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libisds_la-crypto_openssl.Tpo $(DEPDIR)/libisds_la-crypto_openssl.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_openssl.c' object='libisds_la-crypto_openssl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -c -o libisds_la-crypto_openssl.lo `test -f 'crypto_openssl.c' || echo '$(srcdir)/'`crypto_openssl.c libisds_la-crypto_gpg.lo: crypto_gpg.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -MT libisds_la-crypto_gpg.lo -MD -MP -MF $(DEPDIR)/libisds_la-crypto_gpg.Tpo -c -o libisds_la-crypto_gpg.lo `test -f 'crypto_gpg.c' || echo '$(srcdir)/'`crypto_gpg.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libisds_la-crypto_gpg.Tpo $(DEPDIR)/libisds_la-crypto_gpg.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_gpg.c' object='libisds_la-crypto_gpg.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -c -o libisds_la-crypto_gpg.lo `test -f 'crypto_gpg.c' || echo '$(srcdir)/'`crypto_gpg.c libisds_la-soap.lo: soap.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -MT libisds_la-soap.lo -MD -MP -MF $(DEPDIR)/libisds_la-soap.Tpo -c -o libisds_la-soap.lo `test -f 'soap.c' || echo '$(srcdir)/'`soap.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libisds_la-soap.Tpo $(DEPDIR)/libisds_la-soap.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='soap.c' object='libisds_la-soap.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -c -o libisds_la-soap.lo `test -f 'soap.c' || echo '$(srcdir)/'`soap.c libisds_la-win32.lo: win32.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -MT libisds_la-win32.lo -MD -MP -MF $(DEPDIR)/libisds_la-win32.Tpo -c -o libisds_la-win32.lo `test -f 'win32.c' || echo '$(srcdir)/'`win32.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libisds_la-win32.Tpo $(DEPDIR)/libisds_la-win32.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='win32.c' object='libisds_la-win32.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -c -o libisds_la-win32.lo `test -f 'win32.c' || echo '$(srcdir)/'`win32.c libisds_la-unix.lo: unix.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -MT libisds_la-unix.lo -MD -MP -MF $(DEPDIR)/libisds_la-unix.Tpo -c -o libisds_la-unix.lo `test -f 'unix.c' || echo '$(srcdir)/'`unix.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libisds_la-unix.Tpo $(DEPDIR)/libisds_la-unix.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unix.c' object='libisds_la-unix.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisds_la_CPPFLAGS) $(CPPFLAGS) $(libisds_la_CFLAGS) $(CFLAGS) -c -o libisds_la-unix.lo `test -f 'unix.c' || echo '$(srcdir)/'`unix.c mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-libisds_laHEADERS: $(libisds_la_HEADERS) @$(NORMAL_INSTALL) @list='$(libisds_la_HEADERS)'; test -n "$(libisds_ladir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(libisds_ladir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libisds_ladir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libisds_ladir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(libisds_ladir)" || exit $$?; \ done uninstall-libisds_laHEADERS: @$(NORMAL_UNINSTALL) @list='$(libisds_la_HEADERS)'; test -n "$(libisds_ladir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(libisds_ladir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libisds_ladir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-libisds_laHEADERS install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-libLTLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-libLTLIBRARIES uninstall-libisds_laHEADERS .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-libLTLIBRARIES \ install-libisds_laHEADERS install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ uninstall-libisds_laHEADERS # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libisds-0.10.7/src/physxml.h0000644000076400001440000000217211407457741012631 00000000000000#ifndef __ISDS_PHYSXML_H__ #define __ISDS_PHYSXML_H__ #include "isds.h" #define PHYSXML_ELEMENT_SEPARATOR "|" #define PHYSXML_NS_SEPARATOR ">" /* Check for expat compile-time configuration * @current_version is static string describing current expat version */ isds_error _isds_init_expat(const char **current_version); /* Locate element specified by element path in XML stream. * TODO: Support other encodings than UTF-8 * @document is XML document as bit stream * @length is size of @document in bytes. Zero length is forbidden. * @path is special path (e.g. "|html|head|title", * qualified element names are specified as * NSURI '>' LOCALNAME, omit NSURI and '>' separator if no namespace * should be addressed (i.e. use only locale name) * You can use PHYSXML_ELEMENT_SEPARATOR and PHYSXML_NS_SEPARATOR string * macros. * @start outputs start of the element location in @document (inclusive, * counts from 0) * @end outputs end of element (inclusive, counts from 0) * @return 0 if element found */ isds_error _isds_find_element_boundary(void *document, size_t length, char *path, size_t *start, size_t *end); #endif libisds-0.10.7/src/isds.c0000644000076400001440000144136113130407520012053 00000000000000#include "isds_priv.h" #include #include #include #include #include #include /* For uint8_t and intmax_t */ #include /* Because of LONG_{MIN,MAX} constants */ #include "utils.h" #if HAVE_LIBCURL #include "soap.h" #endif #include "validator.h" #include "crypto.h" #include "physxml.h" #include "system.h" /* Global variables. * Allocated in isds_init() and deallocated in isds_cleanup(). */ unsigned int log_facilities; isds_log_level log_level; isds_log_callback log_callback; void *log_callback_data; const char *version_gpgme = N_("n/a"); const char *version_gcrypt = N_("n/a"); const char *version_openssl = N_("n/a"); const char *version_expat = N_("n/a"); /* Locators */ /* Base URL of production ISDS instance */ const char isds_locator[] = "https://ws1.mojedatovaschranka.cz/"; const char isds_cert_locator[] = "https://ws1c.mojedatovaschranka.cz/"; const char isds_otp_locator[] = "https://www.mojedatovaschranka.cz/"; /* Base URL of production ISDS instance */ const char isds_testing_locator[] = "https://ws1.czebox.cz/"; const char isds_cert_testing_locator[] = "https://ws1c.czebox.cz/"; const char isds_otp_testing_locator[] = "https://www.czebox.cz/"; /* Extension to MIME type map */ static const xmlChar *extension_map_mime[] = { BAD_CAST "cer", BAD_CAST "application/x-x509-ca-cert", BAD_CAST "crt", BAD_CAST "application/x-x509-ca-cert", BAD_CAST "der", BAD_CAST "application/x-x509-ca-cert", BAD_CAST "doc", BAD_CAST "application/msword", BAD_CAST "docx", BAD_CAST "application/vnd.openxmlformats-officedocument." "wordprocessingml.document", BAD_CAST "dbf", BAD_CAST "application/octet-stream", BAD_CAST "prj", BAD_CAST "application/octet-stream", BAD_CAST "qix", BAD_CAST "application/octet-stream", BAD_CAST "sbn", BAD_CAST "application/octet-stream", BAD_CAST "sbx", BAD_CAST "application/octet-stream", BAD_CAST "shp", BAD_CAST "application/octet-stream", BAD_CAST "shx", BAD_CAST "application/octet-stream", BAD_CAST "dgn", BAD_CAST "application/octet-stream", BAD_CAST "dwg", BAD_CAST "image/vnd.dwg", BAD_CAST "edi", BAD_CAST "application/edifact", BAD_CAST "fo", BAD_CAST "application/vnd.software602.filler.form+xml", BAD_CAST "gfs", BAD_CAST "application/xml", BAD_CAST "gml", BAD_CAST "application/xml", BAD_CAST "gif", BAD_CAST "image/gif", BAD_CAST "htm", BAD_CAST "text/html", BAD_CAST "html", BAD_CAST "text/html", BAD_CAST "isdoc", BAD_CAST "text/isdoc", BAD_CAST "isdocx", BAD_CAST "text/isdocx", BAD_CAST "jfif", BAD_CAST "image/jpeg", BAD_CAST "jpg", BAD_CAST "image/jpeg", BAD_CAST "jpeg", BAD_CAST "image/jpeg", BAD_CAST "mpeg", BAD_CAST "video/mpeg", BAD_CAST "mpeg1", BAD_CAST "video/mpeg", BAD_CAST "mpeg2", BAD_CAST "video/mpeg", BAD_CAST "mpg", BAD_CAST "video/mpeg", BAD_CAST "mp2", BAD_CAST "audio/mpeg", BAD_CAST "mp3", BAD_CAST "audio/mpeg", BAD_CAST "odp", BAD_CAST "application/vnd.oasis.opendocument.presentation", BAD_CAST "ods", BAD_CAST "application/vnd.oasis.opendocument.spreadsheet", BAD_CAST "odt", BAD_CAST "application/vnd.oasis.opendocument.text", BAD_CAST "pdf", BAD_CAST "application/pdf", BAD_CAST "p7b", BAD_CAST "application/pkcs7-certificates", BAD_CAST "p7c", BAD_CAST "application/pkcs7-mime", BAD_CAST "p7m", BAD_CAST "application/pkcs7-mime", BAD_CAST "p7f", BAD_CAST "application/pkcs7-signature", BAD_CAST "p7s", BAD_CAST "application/pkcs7-signature", BAD_CAST "pk7", BAD_CAST "application/pkcs7-mime", BAD_CAST "png", BAD_CAST "image/png", BAD_CAST "ppt", BAD_CAST "application/vnd.ms-powerpoint", BAD_CAST "pptx", BAD_CAST "application/vnd.openxmlformats-officedocument." "presentationml.presentation", BAD_CAST "rtf", BAD_CAST "application/rtf", BAD_CAST "tif", BAD_CAST "image/tiff", BAD_CAST "tiff", BAD_CAST "image/tiff", BAD_CAST "tsr", BAD_CAST "application/timestamp-reply", BAD_CAST "tst", BAD_CAST "application/timestamp-reply", BAD_CAST "txt", BAD_CAST "text/plain", BAD_CAST "wav", BAD_CAST "audio/wav", BAD_CAST "xls", BAD_CAST "application/vnd.ms-excel", BAD_CAST "xlsx", BAD_CAST "application/vnd.openxmlformats-officedocument." "spreadsheetml.sheet", BAD_CAST "xml", BAD_CAST "application/xml", BAD_CAST "xsd", BAD_CAST "application/xml", BAD_CAST "zfo", BAD_CAST "application/vnd.software602.filler.form-xml-zip" }; /* Structure type to hold conversion table from status code to isds_error and * long message */ struct code_map_isds_error { const xmlChar **codes; /* NULL terminated array of status codes */ const char **meanings; /* Mapping to non-localized long messages */ const isds_error *errors; /* Mapping to isds_error code */ }; /* Deallocate structure isds_pki_credentials and NULL it. * Pass-phrase is discarded. * @pki credentials to to free */ void isds_pki_credentials_free(struct isds_pki_credentials **pki) { if(!pki || !*pki) return; free((*pki)->engine); free((*pki)->certificate); free((*pki)->key); if ((*pki)->passphrase) { memset((*pki)->passphrase, 0, strlen((*pki)->passphrase)); free((*pki)->passphrase); } zfree((*pki)); } /* Free isds_list with all member data. * @list list to free, on return will be NULL */ void isds_list_free(struct isds_list **list) { struct isds_list *item, *next_item; if (!list || !*list) return; for(item = *list; item; item = next_item) { if (item->destructor) (item->destructor)(&(item->data)); next_item = item->next; free(item); } *list = NULL; } /* Deallocate structure isds_hash and NULL it. * @hash hash to to free */ void isds_hash_free(struct isds_hash **hash) { if(!hash || !*hash) return; free((*hash)->value); zfree((*hash)); } /* Deallocate structure isds_PersonName recursively and NULL it */ void isds_PersonName_free(struct isds_PersonName **person_name) { if (!person_name || !*person_name) return; free((*person_name)->pnFirstName); free((*person_name)->pnMiddleName); free((*person_name)->pnLastName); free((*person_name)->pnLastNameAtBirth); free(*person_name); *person_name = NULL; } /* Deallocate structure isds_BirthInfo recursively and NULL it */ void isds_BirthInfo_free(struct isds_BirthInfo **birth_info) { if (!birth_info || !*birth_info) return; free((*birth_info)->biDate); free((*birth_info)->biCity); free((*birth_info)->biCounty); free((*birth_info)->biState); free(*birth_info); *birth_info = NULL; } /* Deallocate structure isds_Address recursively and NULL it */ void isds_Address_free(struct isds_Address **address) { if (!address || !*address) return; free((*address)->adCity); free((*address)->adStreet); free((*address)->adNumberInStreet); free((*address)->adNumberInMunicipality); free((*address)->adZipCode); free((*address)->adState); free(*address); *address = NULL; } /* Deallocate structure isds_DbOwnerInfo recursively and NULL it */ void isds_DbOwnerInfo_free(struct isds_DbOwnerInfo **db_owner_info) { if (!db_owner_info || !*db_owner_info) return; free((*db_owner_info)->dbID); free((*db_owner_info)->dbType); free((*db_owner_info)->ic); isds_PersonName_free(&((*db_owner_info)->personName)); free((*db_owner_info)->firmName); isds_BirthInfo_free(&((*db_owner_info)->birthInfo)); isds_Address_free(&((*db_owner_info)->address)); free((*db_owner_info)->nationality); free((*db_owner_info)->email); free((*db_owner_info)->telNumber); free((*db_owner_info)->identifier); free((*db_owner_info)->registryCode); free((*db_owner_info)->dbState); free((*db_owner_info)->dbEffectiveOVM); free((*db_owner_info)->dbOpenAddressing); free(*db_owner_info); *db_owner_info = NULL; } /* Deallocate structure isds_DbUserInfo recursively and NULL it */ void isds_DbUserInfo_free(struct isds_DbUserInfo **db_user_info) { if (!db_user_info || !*db_user_info) return; free((*db_user_info)->userID); free((*db_user_info)->userType); free((*db_user_info)->userPrivils); isds_PersonName_free(&((*db_user_info)->personName)); isds_Address_free(&((*db_user_info)->address)); free((*db_user_info)->biDate); free((*db_user_info)->ic); free((*db_user_info)->firmName); free((*db_user_info)->caStreet); free((*db_user_info)->caCity); free((*db_user_info)->caZipCode); free((*db_user_info)->caState); zfree(*db_user_info); } /* Deallocate struct isds_event recursively and NULL it */ void isds_event_free(struct isds_event **event) { if (!event || !*event) return; free((*event)->time); free((*event)->type); free((*event)->description); zfree(*event); } /* Deallocate struct isds_envelope recursively and NULL it */ void isds_envelope_free(struct isds_envelope **envelope) { if (!envelope || !*envelope) return; free((*envelope)->dmID); free((*envelope)->dbIDSender); free((*envelope)->dmSender); free((*envelope)->dmSenderAddress); free((*envelope)->dmSenderType); free((*envelope)->dmRecipient); free((*envelope)->dmRecipientAddress); free((*envelope)->dmAmbiguousRecipient); free((*envelope)->dmType); free((*envelope)->dmOrdinal); free((*envelope)->dmMessageStatus); free((*envelope)->dmDeliveryTime); free((*envelope)->dmAcceptanceTime); isds_hash_free(&(*envelope)->hash); free((*envelope)->timestamp); isds_list_free(&(*envelope)->events); free((*envelope)->dmSenderOrgUnit); free((*envelope)->dmSenderOrgUnitNum); free((*envelope)->dbIDRecipient); free((*envelope)->dmRecipientOrgUnit); free((*envelope)->dmRecipientOrgUnitNum); free((*envelope)->dmToHands); free((*envelope)->dmAnnotation); free((*envelope)->dmRecipientRefNumber); free((*envelope)->dmSenderRefNumber); free((*envelope)->dmRecipientIdent); free((*envelope)->dmSenderIdent); free((*envelope)->dmLegalTitleLaw); free((*envelope)->dmLegalTitleYear); free((*envelope)->dmLegalTitleSect); free((*envelope)->dmLegalTitlePar); free((*envelope)->dmLegalTitlePoint); free((*envelope)->dmPersonalDelivery); free((*envelope)->dmAllowSubstDelivery); free((*envelope)->dmOVM); free((*envelope)->dmPublishOwnID); free(*envelope); *envelope = NULL; } /* Deallocate struct isds_message recursively and NULL it */ void isds_message_free(struct isds_message **message) { if (!message || !*message) return; free((*message)->raw); isds_envelope_free(&((*message)->envelope)); isds_list_free(&((*message)->documents)); xmlFreeDoc((*message)->xml); (*message)->xml = NULL; free(*message); *message = NULL; } /* Deallocate struct isds_document recursively and NULL it */ void isds_document_free(struct isds_document **document) { if (!document || !*document) return; if (!(*document)->is_xml) { free((*document)->data); } free((*document)->dmMimeType); free((*document)->dmFileGuid); free((*document)->dmUpFileGuid); free((*document)->dmFileDescr); free((*document)->dmFormat); free(*document); *document = NULL; } /* Deallocate struct isds_message_copy recursively and NULL it */ void isds_message_copy_free(struct isds_message_copy **copy) { if (!copy || !*copy) return; free((*copy)->dbIDRecipient); free((*copy)->dmRecipientOrgUnit); free((*copy)->dmRecipientOrgUnitNum); free((*copy)->dmToHands); free((*copy)->dmStatus); free((*copy)->dmID); zfree(*copy); } /* Deallocate struct isds_message_status_change recursively and NULL it */ void isds_message_status_change_free( struct isds_message_status_change **message_status_change) { if (!message_status_change || !*message_status_change) return; free((*message_status_change)->dmID); free((*message_status_change)->time); free((*message_status_change)->dmMessageStatus); zfree(*message_status_change); } /* Deallocate struct isds_approval recursively and NULL it */ void isds_approval_free(struct isds_approval **approval) { if (!approval || !*approval) return; free((*approval)->refference); zfree(*approval); } /* Deallocate struct isds_credentials_delivery recursively and NULL it. * The email string is deallocated too. */ void isds_credentials_delivery_free( struct isds_credentials_delivery **credentials_delivery) { if (!credentials_delivery || !*credentials_delivery) return; free((*credentials_delivery)->email); free((*credentials_delivery)->token); free((*credentials_delivery)->new_user_name); zfree(*credentials_delivery); } /* Deallocate struct isds_commercial_permission recursively and NULL it */ void isds_commercial_permission_free( struct isds_commercial_permission **permission) { if (NULL == permission || NULL == *permission) return; free((*permission)->recipient); free((*permission)->payer); free((*permission)->expiration); free((*permission)->count); free((*permission)->reply_identifier); zfree(*permission); } /* Deallocate struct isds_credit_event recursively and NULL it */ void isds_credit_event_free(struct isds_credit_event **event) { if (NULL == event || NULL == *event) return; free((*event)->time); switch ((*event)->type) { case ISDS_CREDIT_CHARGED: free((*event)->details.charged.transaction); break; case ISDS_CREDIT_DISCHARGED: free((*event)->details.discharged.transaction); break; case ISDS_CREDIT_MESSAGE_SENT: free((*event)->details.message_sent.recipient); free((*event)->details.message_sent.message_id); break; case ISDS_CREDIT_STORAGE_SET: free((*event)->details.storage_set.new_valid_from); free((*event)->details.storage_set.new_valid_to); free((*event)->details.storage_set.old_capacity); free((*event)->details.storage_set.old_valid_from); free((*event)->details.storage_set.old_valid_to); free((*event)->details.storage_set.initiator); break; case ISDS_CREDIT_EXPIRED: break; } zfree(*event); } /* Deallocate struct isds_fulltext_result recursively and NULL it */ void isds_fulltext_result_free( struct isds_fulltext_result **result) { if (NULL == result || NULL == *result) return; free((*result)->dbID); free((*result)->name); isds_list_free(&((*result)->name_match_start)); isds_list_free(&((*result)->name_match_end)); free((*result)->address); isds_list_free(&((*result)->address_match_start)); isds_list_free(&((*result)->address_match_end)); free((*result)->ic); free((*result)->biDate); zfree(*result); } /* *DUP_OR_ERROR macros needs error label */ #define STRDUP_OR_ERROR(new, template) { \ if (!template) { \ (new) = NULL; \ } else { \ (new) = strdup(template); \ if (!new) goto error; \ } \ } #define FLATDUP_OR_ERROR(new, template) { \ if (!template) { \ (new) = NULL; \ } else { \ (new) = malloc(sizeof(*(new))); \ if (!new) goto error; \ memcpy((new), (template), sizeof(*(template))); \ } \ } /* Copy structure isds_pki_credentials recursively. */ struct isds_pki_credentials *isds_pki_credentials_duplicate( const struct isds_pki_credentials *template) { struct isds_pki_credentials *new = NULL; if(!template) return NULL; new = calloc(1, sizeof(*new)); if (!new) return NULL; STRDUP_OR_ERROR(new->engine, template->engine); new->certificate_format = template->certificate_format; STRDUP_OR_ERROR(new->certificate, template->certificate); new->key_format = template->key_format; STRDUP_OR_ERROR(new->key, template->key); STRDUP_OR_ERROR(new->passphrase, template->passphrase); return new; error: isds_pki_credentials_free(&new); return NULL; } /* Copy structure isds_PersonName recursively */ struct isds_PersonName *isds_PersonName_duplicate( const struct isds_PersonName *src) { struct isds_PersonName *new = NULL; if (!src) return NULL; new = calloc(1, sizeof(*new)); if (!new) return NULL; STRDUP_OR_ERROR(new->pnFirstName, src->pnFirstName); STRDUP_OR_ERROR(new->pnMiddleName, src->pnMiddleName); STRDUP_OR_ERROR(new->pnLastName, src->pnLastName); STRDUP_OR_ERROR(new->pnLastNameAtBirth, src->pnLastNameAtBirth); return new; error: isds_PersonName_free(&new); return NULL; } /* Copy structure isds_BirthInfo recursively */ static struct isds_BirthInfo *isds_BirthInfo_duplicate( const struct isds_BirthInfo *template) { struct isds_BirthInfo *new = NULL; if (!template) return NULL; new = calloc(1, sizeof(*new)); if (!new) return NULL; FLATDUP_OR_ERROR(new->biDate, template->biDate); STRDUP_OR_ERROR(new->biCity, template->biCity); STRDUP_OR_ERROR(new->biCounty, template->biCounty); STRDUP_OR_ERROR(new->biState, template->biState); return new; error: isds_BirthInfo_free(&new); return NULL; } /* Copy structure isds_Address recursively */ struct isds_Address *isds_Address_duplicate( const struct isds_Address *src) { struct isds_Address *new = NULL; if (!src) return NULL; new = calloc(1, sizeof(*new)); if (!new) return NULL; STRDUP_OR_ERROR(new->adCity, src->adCity); STRDUP_OR_ERROR(new->adStreet, src->adStreet); STRDUP_OR_ERROR(new->adNumberInStreet, src->adNumberInStreet); STRDUP_OR_ERROR(new->adNumberInMunicipality, src->adNumberInMunicipality); STRDUP_OR_ERROR(new->adZipCode, src->adZipCode); STRDUP_OR_ERROR(new->adState, src->adState); return new; error: isds_Address_free(&new); return NULL; } /* Copy structure isds_DbOwnerInfo recursively */ struct isds_DbOwnerInfo *isds_DbOwnerInfo_duplicate( const struct isds_DbOwnerInfo *src) { struct isds_DbOwnerInfo *new = NULL; if (!src) return NULL; new = calloc(1, sizeof(*new)); if (!new) return NULL; STRDUP_OR_ERROR(new->dbID, src->dbID); FLATDUP_OR_ERROR(new->dbType, src->dbType); STRDUP_OR_ERROR(new->ic, src->ic); if (src->personName) { if (!(new->personName = isds_PersonName_duplicate(src->personName))) goto error; } STRDUP_OR_ERROR(new->firmName, src->firmName); if (src->birthInfo) { if (!(new->birthInfo = isds_BirthInfo_duplicate(src->birthInfo))) goto error; } if (src->address) { if (!(new->address = isds_Address_duplicate(src->address))) goto error; } STRDUP_OR_ERROR(new->nationality, src->nationality); STRDUP_OR_ERROR(new->email, src->email); STRDUP_OR_ERROR(new->telNumber, src->telNumber); STRDUP_OR_ERROR(new->identifier, src->identifier); STRDUP_OR_ERROR(new->registryCode, src->registryCode); FLATDUP_OR_ERROR(new->dbState, src->dbState); FLATDUP_OR_ERROR(new->dbEffectiveOVM, src->dbEffectiveOVM); FLATDUP_OR_ERROR(new->dbOpenAddressing, src->dbOpenAddressing); return new; error: isds_DbOwnerInfo_free(&new); return NULL; } /* Copy structure isds_DbUserInfo recursively */ struct isds_DbUserInfo *isds_DbUserInfo_duplicate( const struct isds_DbUserInfo *src) { struct isds_DbUserInfo *new = NULL; if (!src) return NULL; new = calloc(1, sizeof(*new)); if (!new) return NULL; STRDUP_OR_ERROR(new->userID, src->userID); FLATDUP_OR_ERROR(new->userType, src->userType); FLATDUP_OR_ERROR(new->userPrivils, src->userPrivils); if (src->personName) { if (!(new->personName = isds_PersonName_duplicate(src->personName))) goto error; } if (src->address) { if (!(new->address = isds_Address_duplicate(src->address))) goto error; } FLATDUP_OR_ERROR(new->biDate, src->biDate); STRDUP_OR_ERROR(new->ic, src->ic); STRDUP_OR_ERROR(new->firmName, src->firmName); STRDUP_OR_ERROR(new->caStreet, src->caStreet); STRDUP_OR_ERROR(new->caCity, src->caCity); STRDUP_OR_ERROR(new->caZipCode, src->caZipCode); STRDUP_OR_ERROR(new->caState, src->caState); return new; error: isds_DbUserInfo_free(&new); return NULL; } #undef FLATDUP_OR_ERROR #undef STRDUP_OR_ERROR /* Logs libxml2 errors. Should be registered to libxml2 library. * @ctx is unused currently * @msg is printf-like formated message from libxml2 (UTF-8?) * @... are variadic arguments for @msg */ static void log_xml(void *ctx, const char *msg, ...) { va_list ap; char *text = NULL; /* Silent warning for unused function argument. * The prototype is an API of libxml2's xmlSetGenericErrorFunc(). */ (void)ctx; if (!msg) return; va_start(ap, msg); isds_vasprintf(&text, msg, ap); va_end(ap); if (text) isds_log(ILF_XML, ILL_ERR, "%s", text); free(text); } /* Initialize ISDS library. * Global function, must be called before other functions. * If it fails you can not use ISDS library and must call isds_cleanup() to * free partially initialized global variables. */ isds_error isds_init(void) { /* NULL global variables */ log_facilities = ILF_ALL; log_level = ILL_WARNING; log_callback = NULL; log_callback_data = NULL; #if ENABLE_NLS /* Initialize gettext */ bindtextdomain(PACKAGE, LOCALEDIR); #endif #if HAVE_LIBCURL /* Initialize CURL */ if (curl_global_init(CURL_GLOBAL_ALL)) { isds_log(ILF_ISDS, ILL_CRIT, _("CURL library initialization failed\n")); return IE_ERROR; } #endif /* HAVE_LIBCURL */ /* Initialise cryptographic back-ends. */ if (IE_SUCCESS != _isds_init_crypto()) { isds_log(ILF_ISDS, ILL_CRIT, _("Initialization of cryptographic back-end failed\n")); return IE_ERROR; } /* This can _exit() current program. Find not so assertive check. */ LIBXML_TEST_VERSION; xmlSetGenericErrorFunc(NULL, log_xml); /* Check expat */ if (_isds_init_expat(&version_expat)) { isds_log(ILF_ISDS, ILL_CRIT, _("expat library initialization failed\n")); return IE_ERROR; } /* Allocate global variables */ return IE_SUCCESS; } /* Deinitialize ISDS library. * Global function, must be called as last library function. */ isds_error isds_cleanup(void) { /* XML */ xmlCleanupParser(); #if HAVE_LIBCURL /* Curl */ curl_global_cleanup(); #endif return IE_SUCCESS; } /* Return version string of this library. Version of dependencies can be * embedded. Do no try to parse it. You must free it. */ char *isds_version(void) { char *buffer = NULL; isds_asprintf(&buffer, #if HAVE_LIBCURL # ifndef USE_OPENSSL_BACKEND _("%s (%s, GPGME %s, gcrypt %s, %s, libxml2 %s)"), # else _("%s (%s, %s, %s, libxml2 %s)"), # endif #else # ifndef USE_OPENSSL_BACKEND _("%s (GPGME %s, gcrypt %s, %s, libxml2 %s)"), # else _("%s (%s, %s, libxml2 %s)"), # endif #endif PACKAGE_VERSION, #if HAVE_LIBCURL curl_version(), #endif #ifndef USE_OPENSSL_BACKEND version_gpgme, version_gcrypt, #else version_openssl, #endif version_expat, xmlParserVersion); return buffer; } /* Return text description of ISDS error */ const char *isds_strerror(const isds_error error) { switch (error) { case IE_SUCCESS: return(_("Success")); break; case IE_ERROR: return(_("Unspecified error")); break; case IE_NOTSUP: return(_("Not supported")); break; case IE_INVAL: return(_("Invalid value")); break; case IE_INVALID_CONTEXT: return(_("Invalid context")); break; case IE_NOT_LOGGED_IN: return(_("Not logged in")); break; case IE_CONNECTION_CLOSED: return(_("Connection closed")); break; case IE_TIMED_OUT: return(_("Timed out")); break; case IE_NOEXIST: return(_("Not exist")); break; case IE_NOMEM: return(_("Out of memory")); break; case IE_NETWORK: return(_("Network problem")); break; case IE_HTTP: return(_("HTTP problem")); break; case IE_SOAP: return(_("SOAP problem")); break; case IE_XML: return(_("XML problem")); break; case IE_ISDS: return(_("ISDS server problem")); break; case IE_ENUM: return(_("Invalid enum value")); break; case IE_DATE: return(_("Invalid date value")); break; case IE_2BIG: return(_("Too big")); break; case IE_2SMALL: return(_("Too small")); break; case IE_NOTUNIQ: return(_("Value not unique")); break; case IE_NOTEQUAL: return(_("Values not equal")); break; case IE_PARTIAL_SUCCESS: return(_("Some suboperations failed")); break; case IE_ABORTED: return(_("Operation aborted")); break; case IE_SECURITY: return(_("Security problem")); break; default: return(_("Unknown error")); } } /* Create ISDS context. * Each context can be used for different sessions to (possibly) different * ISDS server with different credentials. */ struct isds_ctx *isds_ctx_create(void) { struct isds_ctx *context; context = malloc(sizeof(*context)); if (context) memset(context, 0, sizeof(*context)); return context; }; #if HAVE_LIBCURL /* Close possibly opened connection to Czech POINT document deposit without * resetting long_message buffer. * XXX: Do not use czp_close_connection() if you do not want to destroy log * message. * @context is Czech POINT session context. */ static isds_error czp_do_close_connection(struct isds_ctx *context) { if (!context) return IE_INVALID_CONTEXT; _isds_close_connection(context); return IE_SUCCESS; } /* Discard credentials. * @context is ISDS context * @discard_saved_username is true for removing saved username, false for * keeping it. * Only that. It does not cause log out, connection close or similar. */ _hidden isds_error _isds_discard_credentials(struct isds_ctx *context, _Bool discard_saved_username) { if(!context) return IE_INVALID_CONTEXT; if (context->username) { memset(context->username, 0, strlen(context->username)); zfree(context->username); } if (context->password) { memset(context->password, 0, strlen(context->password)); zfree(context->password); } isds_pki_credentials_free(&context->pki_credentials); if (discard_saved_username && context->saved_username) { memset(context->saved_username, 0, strlen(context->saved_username)); zfree(context->saved_username); } return IE_SUCCESS; } #endif /* HAVE_LIBCURL */ /* Destroy ISDS context and free memory. * @context will be NULLed on success. */ isds_error isds_ctx_free(struct isds_ctx **context) { if (!context || !*context) { return IE_INVALID_CONTEXT; } #if HAVE_LIBCURL /* Discard credentials and close connection */ switch ((*context)->type) { case CTX_TYPE_NONE: break; case CTX_TYPE_ISDS: isds_logout(*context); break; case CTX_TYPE_CZP: case CTX_TYPE_TESTING_REQUEST_COLLECTOR: czp_do_close_connection(*context); break; } /* For sure */ _isds_discard_credentials(*context, 1); /* Free other structures */ free((*context)->url); free((*context)->tls_verify_server); free((*context)->tls_ca_file); free((*context)->tls_ca_dir); free((*context)->tls_crl_file); #endif /* HAVE_LIBCURL */ free((*context)->long_message); free(*context); *context = NULL; return IE_SUCCESS; } /* Return long message text produced by library function, e.g. detailed error * message. Returned pointer is only valid until new library function is * called for the same context. Could be NULL, especially if NULL context is * supplied. Return string is locale encoded. */ char *isds_long_message(const struct isds_ctx *context) { if (!context) return NULL; return context->long_message; } /* Stores message into context' long_message buffer. * Application can pick the message up using isds_long_message(). * NULL @message truncates the buffer but does not deallocate it. * @message is coded in locale encoding */ _hidden isds_error isds_log_message(struct isds_ctx *context, const char *message) { char *buffer; size_t length; if (!context) return IE_INVALID_CONTEXT; /* FIXME: Check for integer overflow */ length = 1 + ((message) ? strlen(message) : 0); buffer = realloc(context->long_message, length); if (!buffer) return IE_NOMEM; if (message) strcpy(buffer, message); else *buffer = '\0'; context->long_message = buffer; return IE_SUCCESS; } /* Appends message into context' long_message buffer. * Application can pick the message up using isds_long_message(). * NULL message has void effect. */ _hidden isds_error isds_append_message(struct isds_ctx *context, const char *message) { char *buffer; size_t old_length, length; if (!context) return IE_INVALID_CONTEXT; if (!message) return IE_SUCCESS; if (!context->long_message) return isds_log_message(context, message); old_length = strlen(context->long_message); /* FIXME: Check for integer overflow */ length = 1 + old_length + strlen(message); buffer = realloc(context->long_message, length); if (!buffer) return IE_NOMEM; strcpy(buffer + old_length, message); context->long_message = buffer; return IE_SUCCESS; } /* Stores formatted message into context' long_message buffer. * Application can pick the message up using isds_long_message(). */ _hidden isds_error isds_printf_message(struct isds_ctx *context, const char *format, ...) { va_list ap; int length; if (!context) return IE_INVALID_CONTEXT; va_start(ap, format); length = isds_vasprintf(&(context->long_message), format, ap); va_end(ap); return (length < 0) ? IE_ERROR: IE_SUCCESS; } /* Set logging up. * @facilities is bit mask of isds_log_facility values, * @level is verbosity level. */ void isds_set_logging(const unsigned int facilities, const isds_log_level level) { log_facilities = facilities; log_level = level; } /* Register callback function libisds calls when new global log message is * produced by library. Library logs to stderr by default. * @callback is function provided by application libisds will call. See type * definition for @callback argument explanation. Pass NULL to revert logging to * default behaviour. * @data is application specific data @callback gets as last argument */ void isds_set_log_callback(isds_log_callback callback, void *data) { log_callback = callback; log_callback_data = data; } /* Log @message in class @facility with log @level into global log. @message * is printf(3) formatting string, variadic arguments may be necessary. * For debugging purposes. */ _hidden isds_error isds_log(const isds_log_facility facility, const isds_log_level level, const char *message, ...) { va_list ap; char *buffer = NULL; int length; if (level > log_level) return IE_SUCCESS; if (!(log_facilities & facility)) return IE_SUCCESS; if (!message) return IE_INVAL; if (log_callback) { /* Pass message to application supplied callback function */ va_start(ap, message); length = isds_vasprintf(&buffer, message, ap); va_end(ap); if (length == -1) { return IE_ERROR; } if (length > 0) { log_callback(facility, level, buffer, length, log_callback_data); } free(buffer); } else { /* Default: Log it to stderr */ va_start(ap, message); vfprintf(stderr, message, ap); va_end(ap); /* Line buffered printf is default. * fflush(stderr);*/ } return IE_SUCCESS; } /* Set timeout in milliseconds for each network job like connecting to server * or sending message. Use 0 to disable timeout limits. */ isds_error isds_set_timeout(struct isds_ctx *context, const unsigned int timeout) { if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); #if HAVE_LIBCURL context->timeout = timeout; if (context->curl) { CURLcode curl_err; curl_err = curl_easy_setopt(context->curl, CURLOPT_NOSIGNAL, 1); if (!curl_err) #if HAVE_DECL_CURLOPT_TIMEOUT_MS /* Since curl-7.16.2 */ curl_err = curl_easy_setopt(context->curl, CURLOPT_TIMEOUT_MS, context->timeout); #else curl_err = curl_easy_setopt(context->curl, CURLOPT_TIMEOUT, context->timeout / 1000); #endif /* not HAVE_DECL_CURLOPT_TIMEOUT_MS */ if (curl_err) return IE_ERROR; } return IE_SUCCESS; #else /* not HAVE_LIBCURL */ return IE_NOTSUP; #endif } /* Register callback function libisds calls periodically during HTTP data * transfer. * @context is session context * @callback is function provided by application libisds will call. See type * definition for @callback argument explanation. * @data is application specific data @callback gets as last argument */ isds_error isds_set_progress_callback(struct isds_ctx *context, isds_progress_callback callback, void *data) { if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); #if HAVE_LIBCURL context->progress_callback = callback; context->progress_callback_data = data; return IE_SUCCESS; #else /* not HAVE_LIBCURL */ return IE_NOTSUP; #endif } /* Change context settings. * @context is context which setting will be applied to * @option is name of option. It determines the type of last argument. See * isds_option definition for more info. * @... is value of new setting. Type is determined by @option * */ isds_error isds_set_opt(struct isds_ctx *context, const isds_option option, ...) { isds_error err = IE_SUCCESS; va_list ap; #if HAVE_LIBCURL char *pointer, *string; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); va_start(ap, option); #define REPLACE_VA_BOOLEAN(destination) { \ if (!(destination)) { \ (destination) = malloc(sizeof(*(destination))); \ if (!(destination)) { \ err = IE_NOMEM; goto leave; \ } \ } \ *(destination) = (_Bool) !!va_arg(ap, int); \ } #define REPLACE_VA_STRING(destination) { \ string = va_arg(ap, char *); \ if (string) { \ pointer = realloc((destination), 1 + strlen(string)); \ if (!pointer) { err = IE_NOMEM; goto leave; } \ strcpy(pointer, string); \ (destination) = pointer; \ } else { \ free(destination); \ (destination) = NULL; \ } \ } switch (option) { case IOPT_TLS_VERIFY_SERVER: #if HAVE_LIBCURL REPLACE_VA_BOOLEAN(context->tls_verify_server); #else err = IE_NOTSUP; goto leave; #endif break; case IOPT_TLS_CA_FILE: #if HAVE_LIBCURL REPLACE_VA_STRING(context->tls_ca_file); #else err = IE_NOTSUP; goto leave; #endif break; case IOPT_TLS_CA_DIRECTORY: #if HAVE_LIBCURL REPLACE_VA_STRING(context->tls_ca_dir); #else err = IE_NOTSUP; goto leave; #endif break; case IOPT_TLS_CRL_FILE: #if HAVE_LIBCURL #if HAVE_DECL_CURLOPT_CRLFILE /* Since curl-7.19.0 */ REPLACE_VA_STRING(context->tls_crl_file); #else isds_log_message(context, _("Curl library does not support CRL definition")); err = IE_NOTSUP; #endif /* not HAVE_DECL_CURLOPT_CRLFILE */ #else err = IE_NOTSUP; goto leave; #endif /* not HAVE_LIBCURL */ break; case IOPT_NORMALIZE_MIME_TYPE: context->normalize_mime_type = (_Bool) !!va_arg(ap, int); break; default: err = IE_ENUM; goto leave; } #undef REPLACE_VA_STRING #undef REPLACE_VA_BOOLEAN leave: va_end(ap); return err; } #if HAVE_LIBCURL /* Copy credentials into context. Any non-NULL argument will be duplicated. * Destination for NULL argument will not be touched. * Destination pointers must be freed before calling this function. * If @username is @context->saved_username, the saved_username will not be * replaced. The saved_username is clobbered only if context has set otp * member. * Return IE_SUCCESS on success. */ static isds_error _isds_store_credentials(struct isds_ctx *context, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials) { if (NULL == context) return IE_INVALID_CONTEXT; /* FIXME: mlock password * (I have a library) */ if (username) { context->username = strdup(username); if (context->otp && context->saved_username != username) context->saved_username = strdup(username); } if (password) { if (NULL == context->otp_credentials) context->password = strdup(password); else context->password = _isds_astrcat(password, context->otp_credentials->otp_code); } context->pki_credentials = isds_pki_credentials_duplicate(pki_credentials); if ((NULL != username && NULL == context->username) || (NULL != password && NULL == context->password) || (NULL != pki_credentials && NULL == context->pki_credentials) || (context->otp && NULL != context->username && NULL == context->saved_username)) { return IE_NOMEM; } return IE_SUCCESS; } #endif /* Connect and log into ISDS server. * All required arguments will be copied, you do not have to keep them after * that. * ISDS supports six different authentication methods. Exact method is * selected on @username, @password, @pki_credentials, and @otp arguments: * - If @pki_credentials == NULL, @username and @password must be supplied * and then * - If @otp == NULL, simple authentication by username and password will * be proceeded. * - If @otp != NULL, authentication by username and password and OTP * will be used. * - If @pki_credentials != NULL, then * - If @username == NULL, only certificate will be used * - If @username != NULL, then * - If @password == NULL, then certificate will be used and * @username shifts meaning to box ID. This is used for hosted * services. * - Otherwise all three arguments will be used. * Please note, that different cases require different certificate type * (system qualified one or commercial non qualified one). This library * does not check such political issues. Please see ISDS Specification * for more details. * @url is base address of ISDS web service. Pass extern isds_locator * variable to use production ISDS instance without client certificate * authentication (or extern isds_cert_locator with client certificate * authentication or extern isds_otp_locators with OTP authentication). * Passing NULL has the same effect, autoselection between isds_locator, * isds_cert_locator, and isds_otp_locator is performed in addition. You can * pass extern isds_testing_locator (or isds_cert_testing_locator or * isds_otp_testing_locator) variable to select testing instance. * @username is user name of ISDS user or box ID * @password is user's secret password * @pki_credentials defines public key cryptographic material to use in client * authentication. * @otp selects one-time password authentication method to use, defines OTP * code (if known) and returns fine grade resolution of OTP procedure. * @return: * IE_SUCCESS if authentication succeeds * IE_NOT_LOGGED_IN if authentication fails. If OTP authentication has been * requested, fine grade reason will be set into @otp->resolution. Error * message from server can be obtained by isds_long_message() call. * IE_PARTIAL_SUCCESS if time-based OTP authentication has been requested and * server has sent OTP code through side channel. Application is expected to * fill the code into @otp->otp_code, keep other arguments unchanged, and retry * this call to complete second phase of TOTP authentication; * or other appropriate error. */ isds_error isds_login(struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp) { #if HAVE_LIBCURL isds_error err = IE_NOT_LOGGED_IN; isds_error soap_err; xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL; #endif /* HAVE_LIBCURL */ if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); #if HAVE_LIBCURL /* Close connection if already logged in */ if (context->curl) { _isds_close_connection(context); } /* Store configuration */ context->type = CTX_TYPE_ISDS; zfree(context->url); /* Mangle base URI according to requested authentication method */ if (NULL == pki_credentials) { isds_log(ILF_SEC, ILL_INFO, _("Selected authentication method: no certificate, " "username and password\n")); if (!username || !password) { isds_log_message(context, _("Both username and password must be supplied")); return IE_INVAL; } context->otp_credentials = otp; context->otp = (NULL != context->otp_credentials); if (!context->otp) { /* Default locator is official system (without certificate or * OTP) */ context->url = strdup((NULL != url) ? url : isds_locator); } else { const char *authenticator_uri = NULL; if (!url) url = isds_otp_locator; otp->resolution = OTP_RESOLUTION_UNKNOWN; switch (context->otp_credentials->method) { case OTP_HMAC: isds_log(ILF_SEC, ILL_INFO, _("Selected authentication method: " "HMAC-based one-time password\n")); authenticator_uri = "%sas/processLogin?type=hotp&uri=%sapps/"; break; case OTP_TIME: isds_log(ILF_SEC, ILL_INFO, _("Selected authentication method: " "Time-based one-time password\n")); if (context->otp_credentials->otp_code == NULL) { isds_log(ILF_SEC, ILL_INFO, _("OTP code has not been provided by " "application, requesting server for " "new one.\n")); authenticator_uri = "%sas/processLogin?type=totp&sendSms=true&" "uri=%sapps/"; } else { isds_log(ILF_SEC, ILL_INFO, _("OTP code has been provided by " "application, not requesting server " "for new one.\n")); authenticator_uri = "%sas/processLogin?type=totp&" "uri=%sapps/"; } break; default: isds_log_message(context, _("Unknown one-time password authentication " "method requested by application")); return IE_ENUM; } if (-1 == isds_asprintf(&context->url, authenticator_uri, url, url)) return IE_NOMEM; } } else { /* Default locator is official system (with client certificate) */ context->otp = 0; context->otp_credentials = NULL; if (!url) url = isds_cert_locator; if (!username) { isds_log(ILF_SEC, ILL_INFO, _("Selected authentication method: system certificate, " "no username and no password\n")); password = NULL; context->url = _isds_astrcat(url, "cert/"); } else { if (!password) { isds_log(ILF_SEC, ILL_INFO, _("Selected authentication method: system certificate, " "box ID and no password\n")); context->url = _isds_astrcat(url, "hspis/"); } else { isds_log(ILF_SEC, ILL_INFO, _("Selected authentication method: commercial " "certificate, username and password\n")); context->url = _isds_astrcat(url, "certds/"); } } } if (!(context->url)) return IE_NOMEM; /* Prepare CURL handle */ context->curl = curl_easy_init(); if (!(context->curl)) return IE_ERROR; /* Build log-in request */ request = xmlNewNode(NULL, BAD_CAST "DummyOperation"); if (!request) { isds_log_message(context, _("Could not build ISDS log-in request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); /* Store credentials */ _isds_discard_credentials(context, 1); if (_isds_store_credentials(context, username, password, pki_credentials)) { _isds_discard_credentials(context, 1); xmlFreeNode(request); return IE_NOMEM; } isds_log(ILF_ISDS, ILL_DEBUG, _("Logging user %s into server %s\n"), username, url); /* XXX: ISDS documentation does not specify response body for * DummyOperation request. However real server sends back * DummyOperationResponse. Therefore we cannot check for the SOAP body * content and we call _isds_soap() instead of _isds(). _isds() checks for * SOAP body content, e.g. the dmStatus element. */ /* Send log-in request */ soap_err = _isds_soap(context, "DS/dz", request, NULL, NULL, NULL, NULL); if (context->otp) { /* Revert context URL from OTP authentication service URL to OTP web * service base URL for subsequent calls. Potenial isds_login() retry * will re-set context URL again. */ zfree(context->url); context->url = _isds_astrcat(url, "apps/"); if (context->url == NULL) { soap_err = IE_NOMEM; } /* Detach pointer to OTP credentials from context */ context->otp_credentials = NULL; } /* Remove credentials */ _isds_discard_credentials(context, 0); /* Destroy log-in request */ xmlFreeNode(request); if (soap_err) { _isds_close_connection(context); return soap_err; } /* XXX: Until we don't propagate HTTP code 500 or 4xx, we can be sure * authentication succeeded if soap_err == IE_SUCCESS */ err = IE_SUCCESS; if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("User %s has been logged into server %s successfully\n"), username, url); return err; #else /* not HAVE_LIBCURL */ return IE_NOTSUP; #endif } /* Log out from ISDS server discards credentials and connection configuration. */ isds_error isds_logout(struct isds_ctx *context) { if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); #if HAVE_LIBCURL if (context->curl) { if (context->otp) { isds_error err = _isds_invalidate_otp_cookie(context); if (err) return err; } /* Close connection */ _isds_close_connection(context); /* Discard credentials for sure. They should not survive isds_login(), * even successful .*/ _isds_discard_credentials(context, 1); isds_log(ILF_ISDS, ILL_DEBUG, _("Logged out from ISDS server\n")); } else { _isds_discard_credentials(context, 1); } zfree(context->url); return IE_SUCCESS; #else /* not HAVE_LIBCURL */ return IE_NOTSUP; #endif } /* Verify connection to ISDS is alive and server is responding. * Send dummy request to ISDS and expect dummy response. */ isds_error isds_ping(struct isds_ctx *context) { #if HAVE_LIBCURL isds_error soap_err; xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL; #endif /* HAVE_LIBCURL */ if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); #if HAVE_LIBCURL /* Check if connection is established */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Build dummy request */ request = xmlNewNode(NULL, BAD_CAST "DummyOperation"); if (!request) { isds_log_message(context, _("Could build ISDS dummy request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); isds_log(ILF_ISDS, ILL_DEBUG, _("Pinging ISDS server\n")); /* XXX: ISDS documentation does not specify response body for * DummyOperation request. However real server sends back * DummyOperationResponse. Therefore we cannot check for the SOAP body * content and we call _isds_soap() instead of _isds(). _isds() checks for * SOAP body content, e.g. the dmStatus element. */ /* Send dummy request */ soap_err = _isds_soap(context, "DS/dz", request, NULL, NULL, NULL, NULL); /* Destroy log-in request */ xmlFreeNode(request); if (soap_err) { isds_log(ILF_ISDS, ILL_DEBUG, _("ISDS server could not be contacted\n")); return soap_err; } /* XXX: Until we don't propagate HTTP code 500 or 4xx, we can be sure * authentication succeeded if soap_err == IE_SUCCESS */ isds_log(ILF_ISDS, ILL_DEBUG, _("ISDS server alive\n")); return IE_SUCCESS; #else /* not HAVE_LIBCURL */ return IE_NOTSUP; #endif } /* Send bogus request to ISDS. * Just for test purposes */ isds_error isds_bogus_request(struct isds_ctx *context) { #if HAVE_LIBCURL isds_error err; xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL; xmlDocPtr response = NULL; xmlChar *code = NULL, *message = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); #if HAVE_LIBCURL /* Check if connection is established */ if (!context->curl) { /* Testing printf message */ isds_printf_message(context, "%s", _("I said connection closed")); return IE_CONNECTION_CLOSED; } /* Build dummy request */ request = xmlNewNode(NULL, BAD_CAST "X-BogusOperation"); if (!request) { isds_log_message(context, _("Could build ISDS bogus request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); isds_log(ILF_ISDS, ILL_DEBUG, _("Sending bogus request to ISDS\n")); /* Sent bogus request */ err = _isds(context, SERVICE_DM_OPERATIONS, request, &response, NULL, NULL); /* Destroy request */ xmlFreeNode(request); if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("Processing ISDS response on bogus request failed\n")); xmlFreeDoc(response); return err; } /* Check for response status */ err = isds_response_status(context, SERVICE_DM_OPERATIONS, response, &code, &message, NULL); if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("ISDS response on bogus request is missing status\n")); free(code); free(message); xmlFreeDoc(response); return err; } if (xmlStrcmp(code, BAD_CAST "0000")) { char *code_locale = _isds_utf82locale((char*)code); char *message_locale = _isds_utf82locale((char*)message); isds_log(ILF_ISDS, ILL_DEBUG, _("Server refused bogus request (code=%s, message=%s)\n"), code_locale, message_locale); /* XXX: Literal error messages from ISDS are Czech messages * (English sometimes) in UTF-8. It's hard to catch them for * translation. Successfully gettextized would return in locale * encoding, unsuccessfully translated would pass in UTF-8. */ isds_log_message(context, message_locale); free(code_locale); free(message_locale); free(code); free(message); xmlFreeDoc(response); return IE_ISDS; } free(code); free(message); xmlFreeDoc(response); isds_log(ILF_ISDS, ILL_DEBUG, _("Bogus message accepted by server. This should not happen.\n")); return IE_SUCCESS; #else /* not HAVE_LIBCURL */ return IE_NOTSUP; #endif } #if HAVE_LIBCURL /* Serialize XML subtree to buffer preserving XML indentation. * @context is session context * @subtree is XML element to be serialized (with children) * @buffer is automatically reallocated buffer where serialize to * @length is size of serialized stream in bytes * @return standard error code, free @buffer in case of error */ static isds_error serialize_subtree(struct isds_ctx *context, xmlNodePtr subtree, void **buffer, size_t *length) { isds_error err = IE_SUCCESS; xmlBufferPtr xml_buffer = NULL; xmlSaveCtxtPtr save_ctx = NULL; xmlDocPtr subtree_doc = NULL; xmlNodePtr subtree_copy; xmlNsPtr isds_ns; void *new_buffer; if (!context) return IE_INVALID_CONTEXT; if (!buffer) return IE_INVAL; zfree(*buffer); if (!subtree || !length) return IE_INVAL; /* Make temporary XML document with @subtree root element */ /* XXX: We can not use xmlNodeDump() because it dumps the subtree as is. * It can result in not well-formed on invalid XML tree (e.g. name space * prefix definition can miss. */ /*FIXME */ subtree_doc = xmlNewDoc(BAD_CAST "1.0"); if (!subtree_doc) { isds_log_message(context, _("Could not build temporary document")); err = IE_ERROR; goto leave; } /* XXX: Copy subtree and attach the copy to document. * One node can not bee attached into more document at the same time. * XXX: Check xmlDOMWrapRemoveNode(). It could solve NS references * automatically. * XXX: Check xmlSaveTree() too. */ subtree_copy = xmlCopyNodeList(subtree); if (!subtree_copy) { isds_log_message(context, _("Could not copy subtree")); err = IE_ERROR; goto leave; } xmlDocSetRootElement(subtree_doc, subtree_copy); /* Only this way we get namespace definition as @xmlns:isds, * otherwise we get namespace prefix without definition */ /* FIXME: Don't overwrite original default namespace */ isds_ns = xmlNewNs(subtree_copy, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); err = IE_ERROR; goto leave; } xmlSetNs(subtree_copy, isds_ns); /* Serialize the document into buffer */ xml_buffer = xmlBufferCreate(); if (!xml_buffer) { isds_log_message(context, _("Could not create xmlBuffer")); err = IE_ERROR; goto leave; } /* Last argument 0 means to not format the XML tree */ save_ctx = xmlSaveToBuffer(xml_buffer, "UTF-8", 0); if (!save_ctx) { isds_log_message(context, _("Could not create XML serializer")); err = IE_ERROR; goto leave; } /* XXX: According LibXML documentation, this function does not return * meaningful value yet */ xmlSaveDoc(save_ctx, subtree_doc); if (-1 == xmlSaveFlush(save_ctx)) { isds_log_message(context, _("Could not serialize XML subtree")); err = IE_ERROR; goto leave; } /* XXX: libxml-2.7.4 complains when xmlSaveClose() on immutable buffer * even after xmlSaveFlush(). Thus close it here */ xmlSaveClose(save_ctx); save_ctx = NULL; /* Store and detach buffer from xml_buffer */ *buffer = xml_buffer->content; *length = xml_buffer->use; xmlBufferSetAllocationScheme(xml_buffer, XML_BUFFER_ALLOC_IMMUTABLE); /* Shrink buffer */ new_buffer = realloc(*buffer, *length); if (new_buffer) *buffer = new_buffer; leave: if (err) { zfree(*buffer); *length = 0; } xmlSaveClose(save_ctx); xmlBufferFree(xml_buffer); xmlFreeDoc(subtree_doc); /* Frees subtree_copy, isds_ns etc. */ return err; } #endif /* HAVE_LIBCURL */ #if 0 /* Dump XML subtree to buffer as literal string, not valid XML possibly. * @context is session context * @document is original document where @nodeset points to * @nodeset is XPath node set to dump (recursively) * @buffer is automatically reallocated buffer where serialize to * @length is size of serialized stream in bytes * @return standard error code, free @buffer in case of error */ static isds_error dump_nodeset(struct isds_ctx *context, const xmlDocPtr document, const xmlNodeSetPtr nodeset, void **buffer, size_t *length) { isds_error err = IE_SUCCESS; xmlBufferPtr xml_buffer = NULL; void *new_buffer; if (!context) return IE_INVALID_CONTEXT; if (!buffer) return IE_INVAL; zfree(*buffer); if (!document || !nodeset || !length) return IE_INVAL; *length = 0; /* Empty node set results into NULL buffer */ if (xmlXPathNodeSetIsEmpty(nodeset)) { goto leave; } /* Resulting the document into buffer */ xml_buffer = xmlBufferCreate(); if (!xml_buffer) { isds_log_message(context, _("Could not create xmlBuffer")); err = IE_ERROR; goto leave; } /* Iterate over all nodes */ for (int i = 0; i < nodeset->nodeNr; i++) { /* Serialize node. * XXX: xmlNodeDump() appends to xml_buffer. */ if (-1 == xmlNodeDump(xml_buffer, document, nodeset->nodeTab[i], 0, 0)) { isds_log_message(context, _("Could not dump XML node")); err = IE_ERROR; goto leave; } } /* Store and detach buffer from xml_buffer */ *buffer = xml_buffer->content; *length = xml_buffer->use; xmlBufferSetAllocationScheme(xml_buffer, XML_BUFFER_ALLOC_IMMUTABLE); /* Shrink buffer */ new_buffer = realloc(*buffer, *length); if (new_buffer) *buffer = new_buffer; leave: if (err) { zfree(*buffer); *length = 0; } xmlBufferFree(xml_buffer); return err; } #endif #if 0 /* Dump XML subtree to buffer as literal string, not valid XML possibly. * @context is session context * @document is original document where @nodeset points to * @nodeset is XPath node set to dump (recursively) * @buffer is automatically reallocated buffer where serialize to * @length is size of serialized stream in bytes * @return standard error code, free @buffer in case of error */ static isds_error dump_nodeset(struct isds_ctx *context, const xmlDocPtr document, const xmlNodeSetPtr nodeset, void **buffer, size_t *length) { isds_error err = IE_SUCCESS; xmlBufferPtr xml_buffer = NULL; xmlSaveCtxtPtr save_ctx = NULL; void *new_buffer; if (!context) return IE_INVALID_CONTEXT; if (!buffer) return IE_INVAL; zfree(*buffer); if (!document || !nodeset || !length) return IE_INVAL; *length = 0; /* Empty node set results into NULL buffer */ if (xmlXPathNodeSetIsEmpty(nodeset)) { goto leave; } /* Resulting the document into buffer */ xml_buffer = xmlBufferCreate(); if (!xml_buffer) { isds_log_message(context, _("Could not create xmlBuffer")); err = IE_ERROR; goto leave; } if (xmlSubstituteEntitiesDefault(1)) { isds_log_message(context, _("Could not disable attribute escaping")); err = IE_ERROR; goto leave; } /* Last argument means: * 0 to not format the XML tree * XML_SAVE_NO_EMPTY ISDS does not produce shorten tags */ save_ctx = xmlSaveToBuffer(xml_buffer, "UTF-8", XML_SAVE_NO_DECL|XML_SAVE_NO_EMPTY|XML_SAVE_NO_XHTML); if (!save_ctx) { isds_log_message(context, _("Could not create XML serializer")); err = IE_ERROR; goto leave; } /*if (xmlSaveSetAttrEscape(save_ctx, NULL)) { isds_log_message(context, _("Could not disable attribute escaping")); err = IE_ERROR; goto leave; }*/ /* Iterate over all nodes */ for (int i = 0; i < nodeset->nodeNr; i++) { /* Serialize node. * XXX: xmlNodeDump() appends to xml_buffer. */ /*if (-1 == xmlNodeDump(xml_buffer, document, nodeset->nodeTab[i], 0, 0)) { */ /* XXX: According LibXML documentation, this function does not return * meaningful value yet */ xmlSaveTree(save_ctx, nodeset->nodeTab[i]); if (-1 == xmlSaveFlush(save_ctx)) { isds_log_message(context, _("Could not serialize XML subtree")); err = IE_ERROR; goto leave; } } /* XXX: libxml-2.7.4 complains when xmlSaveClose() on immutable buffer * even after xmlSaveFlush(). Thus close it here */ xmlSaveClose(save_ctx); save_ctx = NULL; /* Store and detach buffer from xml_buffer */ *buffer = xml_buffer->content; *length = xml_buffer->use; xmlBufferSetAllocationScheme(xml_buffer, XML_BUFFER_ALLOC_IMMUTABLE); /* Shrink buffer */ new_buffer = realloc(*buffer, *length); if (new_buffer) *buffer = new_buffer; leave: if (err) { zfree(*buffer); *length = 0; } xmlSaveClose(save_ctx); xmlBufferFree(xml_buffer); return err; } #endif #if HAVE_LIBCURL /* Convert UTF-8 @string representation of ISDS dbType to enum @type */ static isds_error string2isds_DbType(xmlChar *string, isds_DbType *type) { if (!string || !type) return IE_INVAL; if (!xmlStrcmp(string, BAD_CAST "FO")) *type = DBTYPE_FO; else if (!xmlStrcmp(string, BAD_CAST "PFO")) *type = DBTYPE_PFO; else if (!xmlStrcmp(string, BAD_CAST "PFO_ADVOK")) *type = DBTYPE_PFO_ADVOK; else if (!xmlStrcmp(string, BAD_CAST "PFO_DANPOR")) *type = DBTYPE_PFO_DANPOR; else if (!xmlStrcmp(string, BAD_CAST "PFO_INSSPR")) *type = DBTYPE_PFO_INSSPR; else if (!xmlStrcmp(string, BAD_CAST "PFO_AUDITOR")) *type = DBTYPE_PFO_AUDITOR; else if (!xmlStrcmp(string, BAD_CAST "PO")) *type = DBTYPE_PO; else if (!xmlStrcmp(string, BAD_CAST "PO_ZAK")) *type = DBTYPE_PO_ZAK; else if (!xmlStrcmp(string, BAD_CAST "PO_REQ")) *type = DBTYPE_PO_REQ; else if (!xmlStrcmp(string, BAD_CAST "OVM")) *type = DBTYPE_OVM; else if (!xmlStrcmp(string, BAD_CAST "OVM_NOTAR")) *type = DBTYPE_OVM_NOTAR; else if (!xmlStrcmp(string, BAD_CAST "OVM_EXEKUT")) *type = DBTYPE_OVM_EXEKUT; else if (!xmlStrcmp(string, BAD_CAST "OVM_REQ")) *type = DBTYPE_OVM_REQ; else if (!xmlStrcmp(string, BAD_CAST "OVM_FO")) *type = DBTYPE_OVM_FO; else if (!xmlStrcmp(string, BAD_CAST "OVM_PFO")) *type = DBTYPE_OVM_PFO; else if (!xmlStrcmp(string, BAD_CAST "OVM_PO")) *type = DBTYPE_OVM_PO; else return IE_ENUM; return IE_SUCCESS; } /* Convert ISDS dbType enum @type to UTF-8 string. * @Return pointer to static string, or NULL if unknown enum value */ static const xmlChar *isds_DbType2string(const isds_DbType type) { switch(type) { /* DBTYPE_SYSTEM is invalid value from point of view of public * SOAP interface. */ case DBTYPE_FO: return(BAD_CAST "FO"); break; case DBTYPE_PFO: return(BAD_CAST "PFO"); break; case DBTYPE_PFO_ADVOK: return(BAD_CAST "PFO_ADVOK"); break; case DBTYPE_PFO_DANPOR: return(BAD_CAST "PFO_DANPOR"); break; case DBTYPE_PFO_INSSPR: return(BAD_CAST "PFO_INSSPR"); break; case DBTYPE_PFO_AUDITOR: return(BAD_CAST "PFO_AUDITOR"); break; case DBTYPE_PO: return(BAD_CAST "PO"); break; case DBTYPE_PO_ZAK: return(BAD_CAST "PO_ZAK"); break; case DBTYPE_PO_REQ: return(BAD_CAST "PO_REQ"); break; case DBTYPE_OVM: return(BAD_CAST "OVM"); break; case DBTYPE_OVM_NOTAR: return(BAD_CAST "OVM_NOTAR"); break; case DBTYPE_OVM_EXEKUT: return(BAD_CAST "OVM_EXEKUT"); break; case DBTYPE_OVM_REQ: return(BAD_CAST "OVM_REQ"); break; case DBTYPE_OVM_FO: return(BAD_CAST "OVM_FO"); break; case DBTYPE_OVM_PFO: return(BAD_CAST "OVM_PFO"); break; case DBTYPE_OVM_PO: return(BAD_CAST "OVM_PO"); break; default: return NULL; break; } } /* Convert UTF-8 @string representation of ISDS userType to enum @type */ static isds_error string2isds_UserType(xmlChar *string, isds_UserType *type) { if (!string || !type) return IE_INVAL; if (!xmlStrcmp(string, BAD_CAST "PRIMARY_USER")) *type = USERTYPE_PRIMARY; else if (!xmlStrcmp(string, BAD_CAST "ENTRUSTED_USER")) *type = USERTYPE_ENTRUSTED; else if (!xmlStrcmp(string, BAD_CAST "ADMINISTRATOR")) *type = USERTYPE_ADMINISTRATOR; else if (!xmlStrcmp(string, BAD_CAST "OFFICIAL")) *type = USERTYPE_OFFICIAL; else if (!xmlStrcmp(string, BAD_CAST "OFFICIAL_CERT")) *type = USERTYPE_OFFICIAL_CERT; else if (!xmlStrcmp(string, BAD_CAST "LIQUIDATOR")) *type = USERTYPE_LIQUIDATOR; else if (!xmlStrcmp(string, BAD_CAST "RECEIVER")) *type = USERTYPE_RECEIVER; else if (!xmlStrcmp(string, BAD_CAST "GUARDIAN")) *type = USERTYPE_GUARDIAN; else return IE_ENUM; return IE_SUCCESS; } /* Convert ISDS userType enum @type to UTF-8 string. * @Return pointer to static string, or NULL if unknown enum value */ static const xmlChar *isds_UserType2string(const isds_UserType type) { switch(type) { case USERTYPE_PRIMARY: return(BAD_CAST "PRIMARY_USER"); break; case USERTYPE_ENTRUSTED: return(BAD_CAST "ENTRUSTED_USER"); break; case USERTYPE_ADMINISTRATOR: return(BAD_CAST "ADMINISTRATOR"); break; case USERTYPE_OFFICIAL: return(BAD_CAST "OFFICIAL"); break; case USERTYPE_OFFICIAL_CERT: return(BAD_CAST "OFFICIAL_CERT"); break; case USERTYPE_LIQUIDATOR: return(BAD_CAST "LIQUIDATOR"); break; case USERTYPE_RECEIVER: return(BAD_CAST "RECEIVER"); break; case USERTYPE_GUARDIAN: return(BAD_CAST "GUARDIAN"); break; default: return NULL; break; } } /* Convert UTF-8 @string representation of ISDS sender type to enum @type */ static isds_error string2isds_sender_type(const xmlChar *string, isds_sender_type *type) { if (!string || !type) return IE_INVAL; if (!xmlStrcmp(string, BAD_CAST "PRIMARY_USER")) *type = SENDERTYPE_PRIMARY; else if (!xmlStrcmp(string, BAD_CAST "ENTRUSTED_USER")) *type = SENDERTYPE_ENTRUSTED; else if (!xmlStrcmp(string, BAD_CAST "ADMINISTRATOR")) *type = SENDERTYPE_ADMINISTRATOR; else if (!xmlStrcmp(string, BAD_CAST "OFFICIAL")) *type = SENDERTYPE_OFFICIAL; else if (!xmlStrcmp(string, BAD_CAST "VIRTUAL")) *type = SENDERTYPE_VIRTUAL; else if (!xmlStrcmp(string, BAD_CAST "OFFICIAL_CERT")) *type = SENDERTYPE_OFFICIAL_CERT; else if (!xmlStrcmp(string, BAD_CAST "LIQUIDATOR")) *type = SENDERTYPE_LIQUIDATOR; else if (!xmlStrcmp(string, BAD_CAST "RECEIVER")) *type = SENDERTYPE_RECEIVER; else if (!xmlStrcmp(string, BAD_CAST "GUARDIAN")) *type = SENDERTYPE_GUARDIAN; else return IE_ENUM; return IE_SUCCESS; } /* Convert UTF-8 @string representation of ISDS PDZType to enum @type */ static isds_error string2isds_payment_type(const xmlChar *string, isds_payment_type *type) { if (!string || !type) return IE_INVAL; if (!xmlStrcmp(string, BAD_CAST "K")) *type = PAYMENT_SENDER; else if (!xmlStrcmp(string, BAD_CAST "O")) *type = PAYMENT_RESPONSE; else if (!xmlStrcmp(string, BAD_CAST "G")) *type = PAYMENT_SPONSOR; else if (!xmlStrcmp(string, BAD_CAST "Z")) *type = PAYMENT_SPONSOR_LIMITED; else if (!xmlStrcmp(string, BAD_CAST "D")) *type = PAYMENT_SPONSOR_EXTERNAL; else if (!xmlStrcmp(string, BAD_CAST "E")) *type = PAYMENT_STAMP; else return IE_ENUM; return IE_SUCCESS; } /* Convert UTF-8 @string representation of ISDS ciEventType to enum @type. * ciEventType is integer but we convert it from string representation * directly. */ static isds_error string2isds_credit_event_type(const xmlChar *string, isds_credit_event_type *type) { if (!string || !type) return IE_INVAL; if (!xmlStrcmp(string, BAD_CAST "1")) *type = ISDS_CREDIT_CHARGED; else if (!xmlStrcmp(string, BAD_CAST "2")) *type = ISDS_CREDIT_DISCHARGED; else if (!xmlStrcmp(string, BAD_CAST "3")) *type = ISDS_CREDIT_MESSAGE_SENT; else if (!xmlStrcmp(string, BAD_CAST "4")) *type = ISDS_CREDIT_STORAGE_SET; else if (!xmlStrcmp(string, BAD_CAST "5")) *type = ISDS_CREDIT_EXPIRED; else return IE_ENUM; return IE_SUCCESS; } /* Convert ISDS dmFileMetaType enum @type to UTF-8 string. * @Return pointer to static string, or NULL if unknown enum value */ static const xmlChar *isds_FileMetaType2string(const isds_FileMetaType type) { switch(type) { case FILEMETATYPE_MAIN: return(BAD_CAST "main"); break; case FILEMETATYPE_ENCLOSURE: return(BAD_CAST "enclosure"); break; case FILEMETATYPE_SIGNATURE: return(BAD_CAST "signature"); break; case FILEMETATYPE_META: return(BAD_CAST "meta"); break; default: return NULL; break; } } /* Convert isds_fulltext_target enum @type to UTF-8 string for * ISDSSearch2/searchType value. * @Return pointer to static string, or NULL if unknown enum value */ static const xmlChar *isds_fulltext_target2string( const isds_fulltext_target type) { switch(type) { case FULLTEXT_ALL: return(BAD_CAST "GENERAL"); break; case FULLTEXT_ADDRESS: return(BAD_CAST "ADDRESS"); break; case FULLTEXT_IC: return(BAD_CAST "ICO"); break; case FULLTEXT_BOX_ID: return(BAD_CAST "DBID"); break; default: return NULL; break; } } #endif /* HAVE_LIBCURL */ /* Convert UTF-8 @string to ISDS dmFileMetaType enum @type. * @Return IE_ENUM if @string is not valid enum member */ static isds_error string2isds_FileMetaType(const xmlChar *string, isds_FileMetaType *type) { if (!string || !type) return IE_INVAL; if (!xmlStrcmp(string, BAD_CAST "main")) *type = FILEMETATYPE_MAIN; else if (!xmlStrcmp(string, BAD_CAST "enclosure")) *type = FILEMETATYPE_ENCLOSURE; else if (!xmlStrcmp(string, BAD_CAST "signature")) *type = FILEMETATYPE_SIGNATURE; else if (!xmlStrcmp(string, BAD_CAST "meta")) *type = FILEMETATYPE_META; else return IE_ENUM; return IE_SUCCESS; } /* Convert UTF-8 @string to ISDS hash @algorithm. * @Return IE_ENUM if @string is not valid enum member */ static isds_error string2isds_hash_algorithm(const xmlChar *string, isds_hash_algorithm *algorithm) { if (!string || !algorithm) return IE_INVAL; if (!xmlStrcmp(string, BAD_CAST "MD5")) *algorithm = HASH_ALGORITHM_MD5; else if (!xmlStrcmp(string, BAD_CAST "SHA-1")) *algorithm = HASH_ALGORITHM_SHA_1; else if (!xmlStrcmp(string, BAD_CAST "SHA-224")) *algorithm = HASH_ALGORITHM_SHA_224; else if (!xmlStrcmp(string, BAD_CAST "SHA-256")) *algorithm = HASH_ALGORITHM_SHA_256; else if (!xmlStrcmp(string, BAD_CAST "SHA-384")) *algorithm = HASH_ALGORITHM_SHA_384; else if (!xmlStrcmp(string, BAD_CAST "SHA-512")) *algorithm = HASH_ALGORITHM_SHA_512; else return IE_ENUM; return IE_SUCCESS; } #if HAVE_LIBCURL /* Convert struct tm *@time to UTF-8 ISO 8601 date @string. */ static isds_error tm2datestring(const struct tm *time, xmlChar **string) { if (!time || !string) return IE_INVAL; if (-1 == isds_asprintf((char **) string, "%d-%02d-%02d", time->tm_year + 1900, time->tm_mon + 1, time->tm_mday)) return IE_ERROR; return IE_SUCCESS; } /* Convert struct timeval * @time to UTF-8 ISO 8601 date-time @string. It * respects the @time microseconds too. */ static isds_error timeval2timestring(const struct timeval *time, xmlChar **string) { struct tm broken; if (!time || !string) return IE_INVAL; if (!gmtime_r(&time->tv_sec, &broken)) return IE_DATE; if (time->tv_usec < 0 || time->tv_usec > 999999) return IE_DATE; /* TODO: small negative year should be formatted as "-0012". This is not * true for glibc "%04d". We should implement it. * time->tv_usec type is su_seconds_t which is required to be signed * integer to accomodate values from range [-1, 1000000]. * See */ if (-1 == isds_asprintf((char **) string, "%04d-%02d-%02dT%02d:%02d:%02d.%06jd", broken.tm_year + 1900, broken.tm_mon + 1, broken.tm_mday, broken.tm_hour, broken.tm_min, broken.tm_sec, (intmax_t)time->tv_usec)) return IE_ERROR; return IE_SUCCESS; } #endif /* HAVE_LIBCURL */ /* Convert UTF-8 ISO 8601 date-time @string to struct timeval. * It respects microseconds too. Microseconds are rounded half up. * In case of error, @time will be freed. */ static isds_error timestring2timeval(const xmlChar *string, struct timeval **time) { struct tm broken; char *offset, *delim, *endptr; const int subsecond_resolution = 6; char subseconds[subsecond_resolution + 1]; _Bool round_up = 0; int offset_hours, offset_minutes; int i; long int long_number; #ifdef _WIN32 int tmp; #endif if (!time) return IE_INVAL; if (!string) { zfree(*time); return IE_INVAL; } memset(&broken, 0, sizeof(broken)); if (!*time) { *time = calloc(1, sizeof(**time)); if (!*time) return IE_NOMEM; } else { memset(*time, 0, sizeof(**time)); } /* xsd:date is ISO 8601 string, thus ASCII */ /*TODO: negative year */ #ifdef _WIN32 i = 0; if ((tmp = sscanf((const char*)string, "%d-%d-%dT%d:%d:%d%n", &broken.tm_year, &broken.tm_mon, &broken.tm_mday, &broken.tm_hour, &broken.tm_min, &broken.tm_sec, &i)) < 6) { zfree(*time); return IE_DATE; } broken.tm_year -= 1900; broken.tm_mon--; offset = (char*)string + i; #else /* Parse date and time without subseconds and offset */ offset = strptime((char*)string, "%Y-%m-%dT%T", &broken); if (!offset) { zfree(*time); return IE_DATE; } #endif /* Get subseconds */ if (*offset == '.' ) { offset++; /* Copy first 6 digits, pad it with zeros. * Current server implementation uses only millisecond resolution. */ /* TODO: isdigit() is locale sensitive */ for (i = 0; i < subsecond_resolution && isdigit(*offset); i++, offset++) { subseconds[i] = *offset; } if (subsecond_resolution == i && isdigit(*offset)) { /* Check 7th digit for rounding */ if (*offset >= '5') round_up = 1; offset++; } for (; i < subsecond_resolution; i++) { subseconds[i] = '0'; } subseconds[subsecond_resolution] = '\0'; /* Convert it into integer */ long_number = strtol(subseconds, &endptr, 10); if (*endptr != '\0' || long_number == LONG_MIN || long_number == LONG_MAX) { zfree(*time); return IE_DATE; } /* POSIX sys_time.h(0p) defines tv_usec timeval member as su_seconds_t * type. sys_types.h(0p) defines su_seconds_t as "used for time in * microseconds" and "the type shall be a signed integer capable of * storing values at least in the range [-1, 1000000]. */ if (long_number < -1 || long_number >= 1000000) { zfree(*time); return IE_DATE; } (*time)->tv_usec = long_number; /* Round the subseconds */ if (round_up) { if (999999 == (*time)->tv_usec) { (*time)->tv_usec = 0; broken.tm_sec++; } else { (*time)->tv_usec++; } } /* move to the zone offset delimiter or signal NULL*/ delim = strchr(offset, '-'); if (!delim) delim = strchr(offset, '+'); if (!delim) delim = strchr(offset, 'Z'); offset = delim; } /* Get zone offset */ /* ISO allows zone offset string only: "" | "Z" | ("+"|"-" ":") * "" equals to "Z" and it means UTC zone. */ /* One can not use strptime(, "%z",) becase it's RFC E-MAIL format without * colon separator */ if (offset && (*offset == '-' || *offset == '+')) { if (2 != sscanf(offset + 1, "%2d:%2d", &offset_hours, &offset_minutes)) { zfree(*time); return IE_DATE; } if (*offset == '+') { broken.tm_hour -= offset_hours; broken.tm_min -= offset_minutes; } else { broken.tm_hour += offset_hours; broken.tm_min += offset_minutes; } } /* Convert to time_t */ (*time)->tv_sec = _isds_timegm(&broken); if ((*time)->tv_sec == (time_t) -1) { zfree(*time); return IE_DATE; } return IE_SUCCESS; } /* Convert unsigned int into isds_message_status. * @context is session context * @number is pointer to number value. NULL will be treated as invalid value. * @status is automatically reallocated status * @return IE_SUCCESS, or error code and free status */ static isds_error uint2isds_message_status(struct isds_ctx *context, const unsigned long int *number, isds_message_status **status) { if (!context) return IE_INVALID_CONTEXT; if (!status) return IE_INVAL; free(*status); *status = NULL; if (!number) return IE_INVAL; if (*number < 1 || *number > 10) { isds_printf_message(context, _("Invalid message status value: %lu"), *number); return IE_ENUM; } *status = malloc(sizeof(**status)); if (!*status) return IE_NOMEM; **status = 1 << *number; return IE_SUCCESS; } /* Convert event description string into isds_event members type and * description * @string is raw event description starting with event prefix * @event is structure where to store type and stripped description to * @return standard error code, unknown prefix is not classified as an error. * */ static isds_error eventstring2event(const xmlChar *string, struct isds_event* event) { const xmlChar *known_prefixes[] = { BAD_CAST "EV0:", BAD_CAST "EV1:", BAD_CAST "EV2:", BAD_CAST "EV3:", BAD_CAST "EV4:", BAD_CAST "EV5:", BAD_CAST "EV11:", BAD_CAST "EV12:", BAD_CAST "EV13:" }; const isds_event_type types[] = { EVENT_ENTERED_SYSTEM, EVENT_ACCEPTED_BY_RECIPIENT, EVENT_ACCEPTED_BY_FICTION, EVENT_UNDELIVERABLE, EVENT_COMMERCIAL_ACCEPTED, EVENT_DELIVERED, EVENT_PRIMARY_LOGIN, EVENT_ENTRUSTED_LOGIN, EVENT_SYSCERT_LOGIN }; unsigned int index; size_t length; if (!string || !event) return IE_INVAL; if (!event->type) { event->type = malloc(sizeof(*event->type)); if (!(event->type)) return IE_NOMEM; } zfree(event->description); for (index = 0; index < sizeof(known_prefixes)/sizeof(known_prefixes[0]); index++) { length = xmlUTF8Strlen(known_prefixes[index]); if (!xmlStrncmp(string, known_prefixes[index], length)) { /* Prefix is known */ *event->type = types[index]; /* Strip prefix from description and spaces */ /* TODO: Recognize all white spaces from UCS blank class and * operate on UTF-8 chars. */ for (; string[length] != '\0' && string[length] == ' '; length++); event->description = strdup((char *) (string + length)); if (!(event->description)) return IE_NOMEM; return IE_SUCCESS; } } /* Unknown event prefix. * XSD allows any string */ char *string_locale = _isds_utf82locale((char *) string); isds_log(ILF_ISDS, ILL_WARNING, _("Unknown delivery info event prefix: %s\n"), string_locale); free(string_locale); *event->type = EVENT_UKNOWN; event->description = strdup((char *) string); if (!(event->description)) return IE_NOMEM; return IE_SUCCESS; } /* Following EXTRACT_* macros expect @result, @xpath_ctx, @err, @context * and leave label */ #define EXTRACT_STRING(element, string) { \ xmlXPathFreeObject(result); \ result = xmlXPathEvalExpression(BAD_CAST element "/text()", xpath_ctx); \ if (NULL == (result)) { \ err = IE_ERROR; \ goto leave; \ } \ if (!xmlXPathNodeSetIsEmpty(result->nodesetval)) { \ if (result->nodesetval->nodeNr > 1) { \ isds_printf_message(context, _("Multiple %s element"), element); \ err = IE_ERROR; \ goto leave; \ } \ (string) = (char *) \ xmlXPathCastNodeSetToString(result->nodesetval); \ if (NULL == (string)) { \ err = IE_ERROR; \ goto leave; \ } \ } \ } #define EXTRACT_BOOLEAN(element, booleanPtr) \ { \ char *string = NULL; \ EXTRACT_STRING(element, string); \ \ if (string) { \ (booleanPtr) = calloc(1, sizeof(*(booleanPtr))); \ if (!(booleanPtr)) { \ free(string); \ err = IE_NOMEM; \ goto leave; \ } \ \ if (!xmlStrcmp((xmlChar *)string, BAD_CAST "true") || \ !xmlStrcmp((xmlChar *)string, BAD_CAST "1")) \ *(booleanPtr) = 1; \ else if (!xmlStrcmp((xmlChar *)string, BAD_CAST "false") || \ !xmlStrcmp((xmlChar *)string, BAD_CAST "0")) \ *(booleanPtr) = 0; \ else { \ char *string_locale = _isds_utf82locale((char*)string); \ isds_printf_message(context, \ _("%s value is not valid boolean: %s"), \ element, string_locale); \ free(string_locale); \ free(string); \ err = IE_ERROR; \ goto leave; \ } \ \ free(string); \ } \ } #define EXTRACT_BOOLEANNOPTR(element, boolean) \ { \ char *string = NULL; \ EXTRACT_STRING(element, string); \ \ if (NULL == string) { \ isds_printf_message(context, _("%s element is empty"), element); \ err = IE_ERROR; \ goto leave; \ } \ if (!xmlStrcmp((xmlChar *)string, BAD_CAST "true") || \ !xmlStrcmp((xmlChar *)string, BAD_CAST "1")) \ (boolean) = 1; \ else if (!xmlStrcmp((xmlChar *)string, BAD_CAST "false") || \ !xmlStrcmp((xmlChar *)string, BAD_CAST "0")) \ (boolean) = 0; \ else { \ char *string_locale = _isds_utf82locale((char*)string); \ isds_printf_message(context, \ _("%s value is not valid boolean: %s"), \ element, string_locale); \ free(string_locale); \ free(string); \ err = IE_ERROR; \ goto leave; \ } \ \ free(string); \ } #define EXTRACT_LONGINT(element, longintPtr, preallocated) \ { \ char *string = NULL; \ EXTRACT_STRING(element, string); \ if (string) { \ long int number; \ char *endptr; \ \ number = strtol((char*)string, &endptr, 10); \ \ if (*endptr != '\0') { \ char *string_locale = _isds_utf82locale((char *)string); \ isds_printf_message(context, \ _("%s is not valid integer: %s"), \ element, string_locale); \ free(string_locale); \ free(string); \ err = IE_ISDS; \ goto leave; \ } \ \ if (number == LONG_MIN || number == LONG_MAX) { \ char *string_locale = _isds_utf82locale((char *)string); \ isds_printf_message(context, \ _("%s value out of range of long int: %s"), \ element, string_locale); \ free(string_locale); \ free(string); \ err = IE_ERROR; \ goto leave; \ } \ \ free(string); string = NULL; \ \ if (!(preallocated)) { \ (longintPtr) = calloc(1, sizeof(*(longintPtr))); \ if (!(longintPtr)) { \ err = IE_NOMEM; \ goto leave; \ } \ } \ *(longintPtr) = number; \ } \ } #define EXTRACT_ULONGINT(element, ulongintPtr, preallocated) \ { \ char *string = NULL; \ EXTRACT_STRING(element, string); \ if (string) { \ long int number; \ char *endptr; \ \ number = strtol((char*)string, &endptr, 10); \ \ if (*endptr != '\0') { \ char *string_locale = _isds_utf82locale((char *)string); \ isds_printf_message(context, \ _("%s is not valid integer: %s"), \ element, string_locale); \ free(string_locale); \ free(string); \ err = IE_ISDS; \ goto leave; \ } \ \ if (number == LONG_MIN || number == LONG_MAX) { \ char *string_locale = _isds_utf82locale((char *)string); \ isds_printf_message(context, \ _("%s value out of range of long int: %s"), \ element, string_locale); \ free(string_locale); \ free(string); \ err = IE_ERROR; \ goto leave; \ } \ \ free(string); string = NULL; \ if (number < 0) { \ isds_printf_message(context, \ _("%s value is negative: %ld"), element, number); \ err = IE_ERROR; \ goto leave; \ } \ \ if (!(preallocated)) { \ (ulongintPtr) = calloc(1, sizeof(*(ulongintPtr))); \ if (!(ulongintPtr)) { \ err = IE_NOMEM; \ goto leave; \ } \ } \ *(ulongintPtr) = number; \ } \ } #define EXTRACT_DATE(element, tmPtr) { \ char *string = NULL; \ EXTRACT_STRING(element, string); \ if (NULL != string) { \ (tmPtr) = calloc(1, sizeof(*(tmPtr))); \ if (NULL == (tmPtr)) { \ free(string); \ err = IE_NOMEM; \ goto leave; \ } \ err = _isds_datestring2tm((xmlChar *)string, (tmPtr)); \ if (err) { \ if (err == IE_NOTSUP) { \ err = IE_ISDS; \ char *string_locale = _isds_utf82locale(string); \ char *element_locale = _isds_utf82locale(element); \ isds_printf_message(context, _("Invalid %s value: %s"), \ element_locale, string_locale); \ free(string_locale); \ free(element_locale); \ } \ free(string); \ goto leave; \ } \ free(string); \ } \ } #define EXTRACT_STRING_ATTRIBUTE(attribute, string, required) { \ (string) = (char *) xmlGetNsProp(xpath_ctx->node, ( BAD_CAST attribute), \ NULL); \ if ((required) && (!string)) { \ char *attribute_locale = _isds_utf82locale(attribute); \ char *element_locale = \ _isds_utf82locale((char *)xpath_ctx->node->name); \ isds_printf_message(context, \ _("Could not extract required %s attribute value from " \ "%s element"), attribute_locale, element_locale); \ free(element_locale); \ free(attribute_locale); \ err = IE_ERROR; \ goto leave; \ } \ } #define INSERT_STRING_WITH_NS(parent, ns, element, string) \ { \ node = xmlNewTextChild(parent, ns, BAD_CAST (element), \ (xmlChar *) (string)); \ if (!node) { \ isds_printf_message(context, \ _("Could not add %s child to %s element"), \ element, (parent)->name); \ err = IE_ERROR; \ goto leave; \ } \ } #define INSERT_STRING(parent, element, string) \ { INSERT_STRING_WITH_NS(parent, NULL, element, string) } #define INSERT_SCALAR_BOOLEAN(parent, element, boolean) \ { \ if (boolean) { INSERT_STRING(parent, element, "true"); } \ else { INSERT_STRING(parent, element, "false"); } \ } #define INSERT_BOOLEAN(parent, element, booleanPtr) \ { \ if (booleanPtr) { \ INSERT_SCALAR_BOOLEAN(parent, element, (*(booleanPtr))); \ } else { \ INSERT_STRING(parent, element, NULL); \ } \ } #define INSERT_LONGINT(parent, element, longintPtr, buffer) { \ if ((longintPtr)) { \ /* FIXME: locale sensitive */ \ if (-1 == isds_asprintf((char **)&(buffer), "%ld", *(longintPtr))) { \ err = IE_NOMEM; \ goto leave; \ } \ INSERT_STRING(parent, element, buffer) \ free(buffer); (buffer) = NULL; \ } else { INSERT_STRING(parent, element, NULL) } \ } #define INSERT_ULONGINT(parent, element, ulongintPtr, buffer) { \ if ((ulongintPtr)) { \ /* FIXME: locale sensitive */ \ if (-1 == isds_asprintf((char **)&(buffer), "%lu", *(ulongintPtr))) { \ err = IE_NOMEM; \ goto leave; \ } \ INSERT_STRING(parent, element, buffer) \ free(buffer); (buffer) = NULL; \ } else { INSERT_STRING(parent, element, NULL) } \ } #define INSERT_ULONGINTNOPTR(parent, element, ulongint, buffer) \ { \ /* FIXME: locale sensitive */ \ if (-1 == isds_asprintf((char **)&(buffer), "%lu", ulongint)) { \ err = IE_NOMEM; \ goto leave; \ } \ INSERT_STRING(parent, element, buffer) \ free(buffer); (buffer) = NULL; \ } /* Requires attribute_node variable, do not free it. Can be used to reffer to * new attribute. */ #define INSERT_STRING_ATTRIBUTE(parent, attribute, string) \ { \ attribute_node = xmlNewProp((parent), BAD_CAST (attribute), \ (xmlChar *) (string)); \ if (!attribute_node) { \ isds_printf_message(context, _("Could not add %s " \ "attribute to %s element"), \ (attribute), (parent)->name); \ err = IE_ERROR; \ goto leave; \ } \ } #define CHECK_FOR_STRING_LENGTH(string, minimum, maximum, name) { \ if (string) { \ int length = xmlUTF8Strlen((xmlChar *) (string)); \ if (length > (maximum)) { \ isds_printf_message(context, \ ngettext("%s has more than %d characters", \ "%s has more than %d characters", (maximum)), \ (name), (maximum)); \ err = IE_2BIG; \ goto leave; \ } \ if (length < (minimum)) { \ isds_printf_message(context, \ ngettext("%s has less than %d characters", \ "%s has less than %d characters", (minimum)), \ (name), (minimum)); \ err = IE_2SMALL; \ goto leave; \ } \ } \ } #define INSERT_ELEMENT(child, parent, element) \ { \ (child) = xmlNewChild((parent), NULL, BAD_CAST (element), NULL); \ if (!(child)) { \ isds_printf_message(context, \ _("Could not add %s child to %s element"), \ (element), (parent)->name); \ err = IE_ERROR; \ goto leave; \ } \ } /* Find child element by name in given XPath context and switch context onto * it. The child must be uniq and must exist. Otherwise fails. * @context is ISDS context * @child is child element name * @xpath_ctx is XPath context. In success, the @xpath_ctx will be changed * into it child. In error case, the @xpath_ctx keeps original value. */ static isds_error move_xpathctx_to_child(struct isds_ctx *context, const xmlChar *child, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; if (!context) return IE_INVALID_CONTEXT; if (!child || !xpath_ctx) return IE_INVAL; /* Find child */ result = xmlXPathEvalExpression(child, xpath_ctx); if (!result) { err = IE_XML; goto leave; } /* No match */ if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { char *parent_locale = _isds_utf82locale((char*) xpath_ctx->node->name); char *child_locale = _isds_utf82locale((char*) child); isds_printf_message(context, _("%s element does not contain %s child"), parent_locale, child_locale); free(child_locale); free(parent_locale); err = IE_NOEXIST; goto leave; } /* More matches */ if (result->nodesetval->nodeNr > 1) { char *parent_locale = _isds_utf82locale((char*) xpath_ctx->node->name); char *child_locale = _isds_utf82locale((char*) child); isds_printf_message(context, _("%s element contains multiple %s children"), parent_locale, child_locale); free(child_locale); free(parent_locale); err = IE_NOTUNIQ; goto leave; } /* Switch context */ xpath_ctx->node = result->nodesetval->nodeTab[0]; leave: xmlXPathFreeObject(result); return err; } #if HAVE_LIBCURL /* Find and convert XSD:gPersonName group in current node into structure * @context is ISDS context * @personName is automatically reallocated person name structure. If no member * value is found, will be freed. * @xpath_ctx is XPath context with current node as parent for XSD:gPersonName * elements * In case of error @personName will be freed. */ static isds_error extract_gPersonName(struct isds_ctx *context, struct isds_PersonName **personName, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; if (!context) return IE_INVALID_CONTEXT; if (!personName) return IE_INVAL; isds_PersonName_free(personName); if (!xpath_ctx) return IE_INVAL; *personName = calloc(1, sizeof(**personName)); if (!*personName) { err = IE_NOMEM; goto leave; } EXTRACT_STRING("isds:pnFirstName", (*personName)->pnFirstName); EXTRACT_STRING("isds:pnMiddleName", (*personName)->pnMiddleName); EXTRACT_STRING("isds:pnLastName", (*personName)->pnLastName); EXTRACT_STRING("isds:pnLastNameAtBirth", (*personName)->pnLastNameAtBirth); if (!(*personName)->pnFirstName && !(*personName)->pnMiddleName && !(*personName)->pnLastName && !(*personName)->pnLastNameAtBirth) isds_PersonName_free(personName); leave: if (err) isds_PersonName_free(personName); xmlXPathFreeObject(result); return err; } /* Find and convert XSD:gAddress group in current node into structure * @context is ISDS context * @address is automatically reallocated address structure. If no member * value is found, will be freed. * @xpath_ctx is XPath context with current node as parent for XSD:gAddress * elements * In case of error @address will be freed. */ static isds_error extract_gAddress(struct isds_ctx *context, struct isds_Address **address, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; if (!context) return IE_INVALID_CONTEXT; if (!address) return IE_INVAL; isds_Address_free(address); if (!xpath_ctx) return IE_INVAL; *address = calloc(1, sizeof(**address)); if (!*address) { err = IE_NOMEM; goto leave; } EXTRACT_STRING("isds:adCity", (*address)->adCity); EXTRACT_STRING("isds:adStreet", (*address)->adStreet); EXTRACT_STRING("isds:adNumberInStreet", (*address)->adNumberInStreet); EXTRACT_STRING("isds:adNumberInMunicipality", (*address)->adNumberInMunicipality); EXTRACT_STRING("isds:adZipCode", (*address)->adZipCode); EXTRACT_STRING("isds:adState", (*address)->adState); if (!(*address)->adCity && !(*address)->adStreet && !(*address)->adNumberInStreet && !(*address)->adNumberInMunicipality && !(*address)->adZipCode && !(*address)->adState) isds_Address_free(address); leave: if (err) isds_Address_free(address); xmlXPathFreeObject(result); return err; } /* Find and convert isds:biDate element in current node into structure * @context is ISDS context * @biDate is automatically reallocated birth date structure. If no member * value is found, will be freed. * @xpath_ctx is XPath context with current node as parent for isds:biDate * element * In case of error @biDate will be freed. */ static isds_error extract_BiDate(struct isds_ctx *context, struct tm **biDate, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; char *string = NULL; if (!context) return IE_INVALID_CONTEXT; if (!biDate) return IE_INVAL; zfree(*biDate); if (!xpath_ctx) return IE_INVAL; EXTRACT_STRING("isds:biDate", string); if (string) { *biDate = calloc(1, sizeof(**biDate)); if (!*biDate) { err = IE_NOMEM; goto leave; } err = _isds_datestring2tm((xmlChar *)string, *biDate); if (err) { if (err == IE_NOTSUP) { err = IE_ISDS; char *string_locale = _isds_utf82locale(string); isds_printf_message(context, _("Invalid isds:biDate value: %s"), string_locale); free(string_locale); } goto leave; } } leave: if (err) zfree(*biDate); free(string); xmlXPathFreeObject(result); return err; } /* Convert isds:dBOwnerInfo XML tree into structure * @context is ISDS context * @db_owner_info is automatically reallocated box owner info structure * @xpath_ctx is XPath context with current node as isds:dBOwnerInfo element * In case of error @db_owner_info will be freed. */ static isds_error extract_DbOwnerInfo(struct isds_ctx *context, struct isds_DbOwnerInfo **db_owner_info, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; char *string = NULL; if (!context) return IE_INVALID_CONTEXT; if (!db_owner_info) return IE_INVAL; isds_DbOwnerInfo_free(db_owner_info); if (!xpath_ctx) return IE_INVAL; *db_owner_info = calloc(1, sizeof(**db_owner_info)); if (!*db_owner_info) { err = IE_NOMEM; goto leave; } EXTRACT_STRING("isds:dbID", (*db_owner_info)->dbID); EXTRACT_STRING("isds:dbType", string); if (string) { (*db_owner_info)->dbType = calloc(1, sizeof(*((*db_owner_info)->dbType))); if (!(*db_owner_info)->dbType) { err = IE_NOMEM; goto leave; } err = string2isds_DbType((xmlChar *)string, (*db_owner_info)->dbType); if (err) { zfree((*db_owner_info)->dbType); if (err == IE_ENUM) { err = IE_ISDS; char *string_locale = _isds_utf82locale(string); isds_printf_message(context, _("Unknown isds:dbType: %s"), string_locale); free(string_locale); } goto leave; } zfree(string); } EXTRACT_STRING("isds:ic", (*db_owner_info)->ic); err = extract_gPersonName(context, &(*db_owner_info)->personName, xpath_ctx); if (err) goto leave; EXTRACT_STRING("isds:firmName", (*db_owner_info)->firmName); (*db_owner_info)->birthInfo = calloc(1, sizeof(*((*db_owner_info)->birthInfo))); if (!(*db_owner_info)->birthInfo) { err = IE_NOMEM; goto leave; } err = extract_BiDate(context, &(*db_owner_info)->birthInfo->biDate, xpath_ctx); if (err) goto leave; EXTRACT_STRING("isds:biCity", (*db_owner_info)->birthInfo->biCity); EXTRACT_STRING("isds:biCounty", (*db_owner_info)->birthInfo->biCounty); EXTRACT_STRING("isds:biState", (*db_owner_info)->birthInfo->biState); if (!(*db_owner_info)->birthInfo->biDate && !(*db_owner_info)->birthInfo->biCity && !(*db_owner_info)->birthInfo->biCounty && !(*db_owner_info)->birthInfo->biState) isds_BirthInfo_free(&(*db_owner_info)->birthInfo); err = extract_gAddress(context, &(*db_owner_info)->address, xpath_ctx); if (err) goto leave; EXTRACT_STRING("isds:nationality", (*db_owner_info)->nationality); EXTRACT_STRING("isds:email", (*db_owner_info)->email); EXTRACT_STRING("isds:telNumber", (*db_owner_info)->telNumber); EXTRACT_STRING("isds:identifier", (*db_owner_info)->identifier); EXTRACT_STRING("isds:registryCode", (*db_owner_info)->registryCode); EXTRACT_LONGINT("isds:dbState", (*db_owner_info)->dbState, 0); EXTRACT_BOOLEAN("isds:dbEffectiveOVM", (*db_owner_info)->dbEffectiveOVM); EXTRACT_BOOLEAN("isds:dbOpenAddressing", (*db_owner_info)->dbOpenAddressing); leave: if (err) isds_DbOwnerInfo_free(db_owner_info); free(string); xmlXPathFreeObject(result); return err; } /* Insert struct isds_DbOwnerInfo data (box description) into XML tree * @context is session context * @owner is libisds structure with box description * @db_owner_info is XML element of XSD:tDbOwnerInfo */ static isds_error insert_DbOwnerInfo(struct isds_ctx *context, const struct isds_DbOwnerInfo *owner, xmlNodePtr db_owner_info) { isds_error err = IE_SUCCESS; xmlNodePtr node; xmlChar *string = NULL; if (!context) return IE_INVALID_CONTEXT; if (!owner || !db_owner_info) return IE_INVAL; /* Build XSD:tDbOwnerInfo */ CHECK_FOR_STRING_LENGTH(owner->dbID, 0, 7, "dbID") INSERT_STRING(db_owner_info, "dbID", owner->dbID); /* dbType */ if (owner->dbType) { const xmlChar *type_string = isds_DbType2string(*(owner->dbType)); if (!type_string) { isds_printf_message(context, _("Invalid dbType value: %d"), *(owner->dbType)); err = IE_ENUM; goto leave; } INSERT_STRING(db_owner_info, "dbType", type_string); } INSERT_STRING(db_owner_info, "ic", owner->ic); if (owner->personName) { INSERT_STRING(db_owner_info, "pnFirstName", owner->personName->pnFirstName); INSERT_STRING(db_owner_info, "pnMiddleName", owner->personName->pnMiddleName); INSERT_STRING(db_owner_info, "pnLastName", owner->personName->pnLastName); INSERT_STRING(db_owner_info, "pnLastNameAtBirth", owner->personName->pnLastNameAtBirth); } INSERT_STRING(db_owner_info, "firmName", owner->firmName); if (owner->birthInfo) { if (owner->birthInfo->biDate) { if (!tm2datestring(owner->birthInfo->biDate, &string)) INSERT_STRING(db_owner_info, "biDate", string); free(string); string = NULL; } INSERT_STRING(db_owner_info, "biCity", owner->birthInfo->biCity); INSERT_STRING(db_owner_info, "biCounty", owner->birthInfo->biCounty); INSERT_STRING(db_owner_info, "biState", owner->birthInfo->biState); } if (owner->address) { INSERT_STRING(db_owner_info, "adCity", owner->address->adCity); INSERT_STRING(db_owner_info, "adStreet", owner->address->adStreet); INSERT_STRING(db_owner_info, "adNumberInStreet", owner->address->adNumberInStreet); INSERT_STRING(db_owner_info, "adNumberInMunicipality", owner->address->adNumberInMunicipality); INSERT_STRING(db_owner_info, "adZipCode", owner->address->adZipCode); INSERT_STRING(db_owner_info, "adState", owner->address->adState); } INSERT_STRING(db_owner_info, "nationality", owner->nationality); INSERT_STRING(db_owner_info, "email", owner->email); INSERT_STRING(db_owner_info, "telNumber", owner->telNumber); CHECK_FOR_STRING_LENGTH(owner->identifier, 0, 20, "identifier") INSERT_STRING(db_owner_info, "identifier", owner->identifier); CHECK_FOR_STRING_LENGTH(owner->registryCode, 0, 5, "registryCode") INSERT_STRING(db_owner_info, "registryCode", owner->registryCode); INSERT_LONGINT(db_owner_info, "dbState", owner->dbState, string); INSERT_BOOLEAN(db_owner_info, "dbEffectiveOVM", owner->dbEffectiveOVM); INSERT_BOOLEAN(db_owner_info, "dbOpenAddressing", owner->dbOpenAddressing); leave: free(string); return err; } /* Convert XSD:tDbUserInfo XML tree into structure * @context is ISDS context * @db_user_info is automatically reallocated user info structure * @xpath_ctx is XPath context with current node as XSD:tDbUserInfo element * In case of error @db_user_info will be freed. */ static isds_error extract_DbUserInfo(struct isds_ctx *context, struct isds_DbUserInfo **db_user_info, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; char *string = NULL; if (!context) return IE_INVALID_CONTEXT; if (!db_user_info) return IE_INVAL; isds_DbUserInfo_free(db_user_info); if (!xpath_ctx) return IE_INVAL; *db_user_info = calloc(1, sizeof(**db_user_info)); if (!*db_user_info) { err = IE_NOMEM; goto leave; } EXTRACT_STRING("isds:userID", (*db_user_info)->userID); EXTRACT_STRING("isds:userType", string); if (string) { (*db_user_info)->userType = calloc(1, sizeof(*((*db_user_info)->userType))); if (!(*db_user_info)->userType) { err = IE_NOMEM; goto leave; } err = string2isds_UserType((xmlChar *)string, (*db_user_info)->userType); if (err) { zfree((*db_user_info)->userType); if (err == IE_ENUM) { err = IE_ISDS; char *string_locale = _isds_utf82locale(string); isds_printf_message(context, _("Unknown isds:userType value: %s"), string_locale); free(string_locale); } goto leave; } zfree(string); } EXTRACT_LONGINT("isds:userPrivils", (*db_user_info)->userPrivils, 0); (*db_user_info)->personName = calloc(1, sizeof(*((*db_user_info)->personName))); if (!(*db_user_info)->personName) { err = IE_NOMEM; goto leave; } err = extract_gPersonName(context, &(*db_user_info)->personName, xpath_ctx); if (err) goto leave; err = extract_gAddress(context, &(*db_user_info)->address, xpath_ctx); if (err) goto leave; err = extract_BiDate(context, &(*db_user_info)->biDate, xpath_ctx); if (err) goto leave; EXTRACT_STRING("isds:ic", (*db_user_info)->ic); EXTRACT_STRING("isds:firmName", (*db_user_info)->firmName); EXTRACT_STRING("isds:caStreet", (*db_user_info)->caStreet); EXTRACT_STRING("isds:caCity", (*db_user_info)->caCity); EXTRACT_STRING("isds:caZipCode", (*db_user_info)->caZipCode); /* ???: Default value is "CZ" according specification. Should we provide * it? */ EXTRACT_STRING("isds:caState", (*db_user_info)->caState); leave: if (err) isds_DbUserInfo_free(db_user_info); free(string); xmlXPathFreeObject(result); return err; } /* Insert struct isds_DbUserInfo data (user description) into XML tree * @context is session context * @user is libisds structure with user description * @db_user_info is XML element of XSD:tDbUserInfo */ static isds_error insert_DbUserInfo(struct isds_ctx *context, const struct isds_DbUserInfo *user, xmlNodePtr db_user_info) { isds_error err = IE_SUCCESS; xmlNodePtr node; xmlChar *string = NULL; if (!context) return IE_INVALID_CONTEXT; if (!user || !db_user_info) return IE_INVAL; /* Build XSD:tDbUserInfo */ if (user->personName) { INSERT_STRING(db_user_info, "pnFirstName", user->personName->pnFirstName); INSERT_STRING(db_user_info, "pnMiddleName", user->personName->pnMiddleName); INSERT_STRING(db_user_info, "pnLastName", user->personName->pnLastName); INSERT_STRING(db_user_info, "pnLastNameAtBirth", user->personName->pnLastNameAtBirth); } if (user->address) { INSERT_STRING(db_user_info, "adCity", user->address->adCity); INSERT_STRING(db_user_info, "adStreet", user->address->adStreet); INSERT_STRING(db_user_info, "adNumberInStreet", user->address->adNumberInStreet); INSERT_STRING(db_user_info, "adNumberInMunicipality", user->address->adNumberInMunicipality); INSERT_STRING(db_user_info, "adZipCode", user->address->adZipCode); INSERT_STRING(db_user_info, "adState", user->address->adState); } if (user->biDate) { if (!tm2datestring(user->biDate, &string)) INSERT_STRING(db_user_info, "biDate", string); zfree(string); } CHECK_FOR_STRING_LENGTH(user->userID, 6, 12, "userID"); INSERT_STRING(db_user_info, "userID", user->userID); /* userType */ if (user->userType) { const xmlChar *type_string = isds_UserType2string(*(user->userType)); if (!type_string) { isds_printf_message(context, _("Invalid userType value: %d"), *(user->userType)); err = IE_ENUM; goto leave; } INSERT_STRING(db_user_info, "userType", type_string); } INSERT_LONGINT(db_user_info, "userPrivils", user->userPrivils, string); CHECK_FOR_STRING_LENGTH(user->ic, 0, 8, "ic") INSERT_STRING(db_user_info, "ic", user->ic); CHECK_FOR_STRING_LENGTH(user->firmName, 0, 100, "firmName") INSERT_STRING(db_user_info, "firmName", user->firmName); INSERT_STRING(db_user_info, "caStreet", user->caStreet); INSERT_STRING(db_user_info, "caCity", user->caCity); INSERT_STRING(db_user_info, "caZipCode", user->caZipCode); INSERT_STRING(db_user_info, "caState", user->caState); leave: free(string); return err; } /* Convert XSD:tPDZRec XML tree into structure * @context is ISDS context * @permission is automatically reallocated commercial permission structure * @xpath_ctx is XPath context with current node as XSD:tPDZRec element * In case of error @permission will be freed. */ static isds_error extract_DbPDZRecord(struct isds_ctx *context, struct isds_commercial_permission **permission, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; char *string = NULL; if (!context) return IE_INVALID_CONTEXT; if (!permission) return IE_INVAL; isds_commercial_permission_free(permission); if (!xpath_ctx) return IE_INVAL; *permission = calloc(1, sizeof(**permission)); if (!*permission) { err = IE_NOMEM; goto leave; } EXTRACT_STRING("isds:PDZType", string); if (string) { err = string2isds_payment_type((xmlChar *)string, &(*permission)->type); if (err) { if (err == IE_ENUM) { err = IE_ISDS; char *string_locale = _isds_utf82locale(string); isds_printf_message(context, _("Unknown isds:PDZType value: %s"), string_locale); free(string_locale); } goto leave; } zfree(string); } EXTRACT_STRING("isds:PDZRecip", (*permission)->recipient); EXTRACT_STRING("isds:PDZPayer", (*permission)->payer); EXTRACT_STRING("isds:PDZExpire", string); if (string) { err = timestring2timeval((xmlChar *) string, &((*permission)->expiration)); if (err) { char *string_locale = _isds_utf82locale(string); if (err == IE_DATE) err = IE_ISDS; isds_printf_message(context, _("Could not convert PDZExpire as ISO time: %s"), string_locale); free(string_locale); goto leave; } zfree(string); } EXTRACT_ULONGINT("isds:PDZCnt", (*permission)->count, 0); EXTRACT_STRING("isds:ODZIdent", (*permission)->reply_identifier); leave: if (err) isds_commercial_permission_free(permission); free(string); xmlXPathFreeObject(result); return err; } /* Convert XSD:tCiRecord XML tree into structure * @context is ISDS context * @event is automatically reallocated commercial credit event structure * @xpath_ctx is XPath context with current node as XSD:tCiRecord element * In case of error @event will be freed. */ static isds_error extract_CiRecord(struct isds_ctx *context, struct isds_credit_event **event, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; char *string = NULL; long int *number_ptr; if (!context) return IE_INVALID_CONTEXT; if (!event) return IE_INVAL; isds_credit_event_free(event); if (!xpath_ctx) return IE_INVAL; *event = calloc(1, sizeof(**event)); if (!*event) { err = IE_NOMEM; goto leave; } EXTRACT_STRING("isds:ciEventTime", string); if (string) { err = timestring2timeval((xmlChar *) string, &(*event)->time); if (err) { char *string_locale = _isds_utf82locale(string); if (err == IE_DATE) err = IE_ISDS; isds_printf_message(context, _("Could not convert ciEventTime as ISO time: %s"), string_locale); free(string_locale); goto leave; } zfree(string); } EXTRACT_STRING("isds:ciEventType", string); if (string) { err = string2isds_credit_event_type((xmlChar *)string, &(*event)->type); if (err) { if (err == IE_ENUM) { err = IE_ISDS; char *string_locale = _isds_utf82locale(string); isds_printf_message(context, _("Unknown isds:ciEventType value: %s"), string_locale); free(string_locale); } goto leave; } zfree(string); } number_ptr = &((*event)->credit_change); EXTRACT_LONGINT("isds:ciCreditChange", number_ptr, 1); number_ptr = &(*event)->new_credit; EXTRACT_LONGINT("isds:ciCreditAfter", number_ptr, 1); switch((*event)->type) { case ISDS_CREDIT_CHARGED: EXTRACT_STRING("isds:ciTransID", (*event)->details.charged.transaction); break; case ISDS_CREDIT_DISCHARGED: EXTRACT_STRING("isds:ciTransID", (*event)->details.discharged.transaction); break; case ISDS_CREDIT_MESSAGE_SENT: EXTRACT_STRING("isds:ciRecipientID", (*event)->details.message_sent.recipient); EXTRACT_STRING("isds:ciPDZID", (*event)->details.message_sent.message_id); break; case ISDS_CREDIT_STORAGE_SET: number_ptr = &((*event)->details.storage_set.new_capacity); EXTRACT_LONGINT("isds:ciNewCapacity", number_ptr, 1); EXTRACT_DATE("isds:ciNewFrom", (*event)->details.storage_set.new_valid_from); EXTRACT_DATE("isds:ciNewTo", (*event)->details.storage_set.new_valid_to); EXTRACT_LONGINT("isds:ciOldCapacity", (*event)->details.storage_set.old_capacity, 0); EXTRACT_DATE("isds:ciOldFrom", (*event)->details.storage_set.old_valid_from); EXTRACT_DATE("isds:ciOldTo", (*event)->details.storage_set.old_valid_to); EXTRACT_STRING("isds:ciDoneBy", (*event)->details.storage_set.initiator); break; case ISDS_CREDIT_EXPIRED: break; } leave: if (err) isds_credit_event_free(event); free(string); xmlXPathFreeObject(result); return err; } #endif /* HAVE_LIBCURL */ /* Convert XSD gMessageEnvelopeSub group of elements from XML tree into * isds_envelope structure. The envelope is automatically allocated but not * reallocated. The date are just appended into envelope structure. * @context is ISDS context * @envelope is automatically allocated message envelope structure * @xpath_ctx is XPath context with current node as gMessageEnvelope parent * In case of error @envelope will be freed. */ static isds_error append_GMessageEnvelopeSub(struct isds_ctx *context, struct isds_envelope **envelope, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; if (!context) return IE_INVALID_CONTEXT; if (!envelope) return IE_INVAL; if (!xpath_ctx) return IE_INVAL; if (!*envelope) { /* Allocate envelope */ *envelope = calloc(1, sizeof(**envelope)); if (!*envelope) { err = IE_NOMEM; goto leave; } } else { /* Else free former data */ zfree((*envelope)->dmSenderOrgUnit); zfree((*envelope)->dmSenderOrgUnitNum); zfree((*envelope)->dbIDRecipient); zfree((*envelope)->dmRecipientOrgUnit); zfree((*envelope)->dmRecipientOrgUnitNum); zfree((*envelope)->dmToHands); zfree((*envelope)->dmAnnotation); zfree((*envelope)->dmRecipientRefNumber); zfree((*envelope)->dmSenderRefNumber); zfree((*envelope)->dmRecipientIdent); zfree((*envelope)->dmSenderIdent); zfree((*envelope)->dmLegalTitleLaw); zfree((*envelope)->dmLegalTitleYear); zfree((*envelope)->dmLegalTitleSect); zfree((*envelope)->dmLegalTitlePar); zfree((*envelope)->dmLegalTitlePoint); zfree((*envelope)->dmPersonalDelivery); zfree((*envelope)->dmAllowSubstDelivery); } /* Extract envelope elements added by sender or ISDS * (XSD: gMessageEnvelopeSub type) */ EXTRACT_STRING("isds:dmSenderOrgUnit", (*envelope)->dmSenderOrgUnit); EXTRACT_LONGINT("isds:dmSenderOrgUnitNum", (*envelope)->dmSenderOrgUnitNum, 0); EXTRACT_STRING("isds:dbIDRecipient", (*envelope)->dbIDRecipient); EXTRACT_STRING("isds:dmRecipientOrgUnit", (*envelope)->dmRecipientOrgUnit); EXTRACT_LONGINT("isds:dmRecipientOrgUnitNum", (*envelope)->dmRecipientOrgUnitNum, 0); EXTRACT_STRING("isds:dmToHands", (*envelope)->dmToHands); EXTRACT_STRING("isds:dmAnnotation", (*envelope)->dmAnnotation); EXTRACT_STRING("isds:dmRecipientRefNumber", (*envelope)->dmRecipientRefNumber); EXTRACT_STRING("isds:dmSenderRefNumber", (*envelope)->dmSenderRefNumber); EXTRACT_STRING("isds:dmRecipientIdent", (*envelope)->dmRecipientIdent); EXTRACT_STRING("isds:dmSenderIdent", (*envelope)->dmSenderIdent); /* Extract envelope elements regarding law reference */ EXTRACT_LONGINT("isds:dmLegalTitleLaw", (*envelope)->dmLegalTitleLaw, 0); EXTRACT_LONGINT("isds:dmLegalTitleYear", (*envelope)->dmLegalTitleYear, 0); EXTRACT_STRING("isds:dmLegalTitleSect", (*envelope)->dmLegalTitleSect); EXTRACT_STRING("isds:dmLegalTitlePar", (*envelope)->dmLegalTitlePar); EXTRACT_STRING("isds:dmLegalTitlePoint", (*envelope)->dmLegalTitlePoint); /* Extract envelope other elements */ EXTRACT_BOOLEAN("isds:dmPersonalDelivery", (*envelope)->dmPersonalDelivery); EXTRACT_BOOLEAN("isds:dmAllowSubstDelivery", (*envelope)->dmAllowSubstDelivery); leave: if (err) isds_envelope_free(envelope); xmlXPathFreeObject(result); return err; } /* Convert XSD gMessageEnvelope group of elements from XML tree into * isds_envelope structure. The envelope is automatically allocated but not * reallocated. The date are just appended into envelope structure. * @context is ISDS context * @envelope is automatically allocated message envelope structure * @xpath_ctx is XPath context with current node as gMessageEnvelope parent * In case of error @envelope will be freed. */ static isds_error append_GMessageEnvelope(struct isds_ctx *context, struct isds_envelope **envelope, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; if (!context) return IE_INVALID_CONTEXT; if (!envelope) return IE_INVAL; if (!xpath_ctx) return IE_INVAL; if (!*envelope) { /* Allocate envelope */ *envelope = calloc(1, sizeof(**envelope)); if (!*envelope) { err = IE_NOMEM; goto leave; } } else { /* Else free former data */ zfree((*envelope)->dmID); zfree((*envelope)->dbIDSender); zfree((*envelope)->dmSender); zfree((*envelope)->dmSenderAddress); zfree((*envelope)->dmSenderType); zfree((*envelope)->dmRecipient); zfree((*envelope)->dmRecipientAddress); zfree((*envelope)->dmAmbiguousRecipient); } /* Extract envelope elements added by ISDS * (XSD: gMessageEnvelope type) */ EXTRACT_STRING("isds:dmID", (*envelope)->dmID); EXTRACT_STRING("isds:dbIDSender", (*envelope)->dbIDSender); EXTRACT_STRING("isds:dmSender", (*envelope)->dmSender); EXTRACT_STRING("isds:dmSenderAddress", (*envelope)->dmSenderAddress); /* XML Schema does not guarantee enumeration. It's plain xs:int. */ EXTRACT_LONGINT("isds:dmSenderType", (*envelope)->dmSenderType, 0); EXTRACT_STRING("isds:dmRecipient", (*envelope)->dmRecipient); EXTRACT_STRING("isds:dmRecipientAddress", (*envelope)->dmRecipientAddress); EXTRACT_BOOLEAN("isds:dmAmbiguousRecipient", (*envelope)->dmAmbiguousRecipient); /* Extract envelope elements added by sender and ISDS * (XSD: gMessageEnvelope type) */ err = append_GMessageEnvelopeSub(context, envelope, xpath_ctx); if (err) goto leave; leave: if (err) isds_envelope_free(envelope); xmlXPathFreeObject(result); return err; } /* Convert other envelope elements from XML tree into isds_envelope structure: * dmMessageStatus, dmAttachmentSize, dmDeliveryTime, dmAcceptanceTime. * The envelope is automatically allocated but not reallocated. * The data are just appended into envelope structure. * @context is ISDS context * @envelope is automatically allocated message envelope structure * @xpath_ctx is XPath context with current node as parent desired elements * In case of error @envelope will be freed. */ static isds_error append_status_size_times(struct isds_ctx *context, struct isds_envelope **envelope, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; char *string = NULL; unsigned long int *unumber = NULL; if (!context) return IE_INVALID_CONTEXT; if (!envelope) return IE_INVAL; if (!xpath_ctx) return IE_INVAL; if (!*envelope) { /* Allocate new */ *envelope = calloc(1, sizeof(**envelope)); if (!*envelope) { err = IE_NOMEM; goto leave; } } else { /* Free old data */ zfree((*envelope)->dmMessageStatus); zfree((*envelope)->dmAttachmentSize); zfree((*envelope)->dmDeliveryTime); zfree((*envelope)->dmAcceptanceTime); } /* dmMessageStatus element is mandatory */ EXTRACT_ULONGINT("sisds:dmMessageStatus", unumber, 0); if (!unumber) { isds_log_message(context, _("Missing mandatory sisds:dmMessageStatus integer")); err = IE_ISDS; goto leave; } err = uint2isds_message_status(context, unumber, &((*envelope)->dmMessageStatus)); if (err) { if (err == IE_ENUM) err = IE_ISDS; goto leave; } free(unumber); unumber = NULL; EXTRACT_ULONGINT("sisds:dmAttachmentSize", (*envelope)->dmAttachmentSize, 0); EXTRACT_STRING("sisds:dmDeliveryTime", string); if (string) { err = timestring2timeval((xmlChar *) string, &((*envelope)->dmDeliveryTime)); if (err) { char *string_locale = _isds_utf82locale(string); if (err == IE_DATE) err = IE_ISDS; isds_printf_message(context, _("Could not convert dmDeliveryTime as ISO time: %s"), string_locale); free(string_locale); goto leave; } zfree(string); } EXTRACT_STRING("sisds:dmAcceptanceTime", string); if (string) { err = timestring2timeval((xmlChar *) string, &((*envelope)->dmAcceptanceTime)); if (err) { char *string_locale = _isds_utf82locale(string); if (err == IE_DATE) err = IE_ISDS; isds_printf_message(context, _("Could not convert dmAcceptanceTime as ISO time: %s"), string_locale); free(string_locale); goto leave; } zfree(string); } leave: if (err) isds_envelope_free(envelope); free(unumber); free(string); xmlXPathFreeObject(result); return err; } /* Convert message type attribute of current element into isds_envelope * structure. * TODO: This function can be incorporated into append_status_size_times() as * they are called always together. * The envelope is automatically allocated but not reallocated. * The data are just appended into envelope structure. * @context is ISDS context * @envelope is automatically allocated message envelope structure * @xpath_ctx is XPath context with current node as parent of attribute * carrying message type * In case of error @envelope will be freed. */ static isds_error append_message_type(struct isds_ctx *context, struct isds_envelope **envelope, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; if (!context) return IE_INVALID_CONTEXT; if (!envelope) return IE_INVAL; if (!xpath_ctx) return IE_INVAL; if (!*envelope) { /* Allocate new */ *envelope = calloc(1, sizeof(**envelope)); if (!*envelope) { err = IE_NOMEM; goto leave; } } else { /* Free old data */ zfree((*envelope)->dmType); } EXTRACT_STRING_ATTRIBUTE("dmType", (*envelope)->dmType, 0); if (!(*envelope)->dmType) { /* Use default value */ (*envelope)->dmType = strdup("V"); if (!(*envelope)->dmType) { err = IE_NOMEM; goto leave; } } else if (1 != xmlUTF8Strlen((xmlChar *) (*envelope)->dmType)) { char *type_locale = _isds_utf82locale((*envelope)->dmType); isds_printf_message(context, _("Message type in dmType attribute is not 1 character long: " "%s"), type_locale); free(type_locale); err = IE_ISDS; goto leave; } leave: if (err) isds_envelope_free(envelope); return err; } #if HAVE_LIBCURL /* Convert dmType isds_envelope member into XML attribute and append it to * current node. * @context is ISDS context * @type is UTF-8 encoded string one multibyte long exactly or NULL to omit * @dm_envelope is XML element the resulting attribute will be appended to. * @return error code, in case of error context' message is filled. */ static isds_error insert_message_type(struct isds_ctx *context, const char *type, xmlNodePtr dm_envelope) { isds_error err = IE_SUCCESS; xmlAttrPtr attribute_node; if (!context) return IE_INVALID_CONTEXT; if (!dm_envelope) return IE_INVAL; /* Insert optional message type */ if (type) { if (1 != xmlUTF8Strlen((xmlChar *) type)) { char *type_locale = _isds_utf82locale(type); isds_printf_message(context, _("Message type in envelope is not 1 character long: %s"), type_locale); free(type_locale); err = IE_INVAL; goto leave; } INSERT_STRING_ATTRIBUTE(dm_envelope, "dmType", type); } leave: return err; } #endif /* HAVE_LIBCURL */ /* Extract message document into reallocated document structure * @context is ISDS context * @document is automatically reallocated message documents structure * @xpath_ctx is XPath context with current node as isds:dmFile * In case of error @document will be freed. */ static isds_error extract_document(struct isds_ctx *context, struct isds_document **document, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; xmlNodePtr file_node; char *string = NULL; if (!context) return IE_INVALID_CONTEXT; if (!document) return IE_INVAL; isds_document_free(document); if (!xpath_ctx) return IE_INVAL; file_node = xpath_ctx->node; *document = calloc(1, sizeof(**document)); if (!*document) { err = IE_NOMEM; goto leave; } /* Extract document meta data */ EXTRACT_STRING_ATTRIBUTE("dmMimeType", (*document)->dmMimeType, 1) if (context->normalize_mime_type) { const char *normalized_type = isds_normalize_mime_type((*document)->dmMimeType); if (NULL != normalized_type && normalized_type != (*document)->dmMimeType) { char *new_type = strdup(normalized_type); if (NULL == new_type) { isds_printf_message(context, _("Not enough memory to normalize document MIME type")); err = IE_NOMEM; goto leave; } free((*document)->dmMimeType); (*document)->dmMimeType = new_type; } } EXTRACT_STRING_ATTRIBUTE("dmFileMetaType", string, 1) err = string2isds_FileMetaType((xmlChar*)string, &((*document)->dmFileMetaType)); if (err) { char *meta_type_locale = _isds_utf82locale(string); isds_printf_message(context, _("Document has invalid dmFileMetaType attribute value: %s"), meta_type_locale); free(meta_type_locale); err = IE_ISDS; goto leave; } zfree(string); EXTRACT_STRING_ATTRIBUTE("dmFileGuid", (*document)->dmFileGuid, 0) EXTRACT_STRING_ATTRIBUTE("dmUpFileGuid", (*document)->dmUpFileGuid, 0) EXTRACT_STRING_ATTRIBUTE("dmFileDescr", (*document)->dmFileDescr, 0) EXTRACT_STRING_ATTRIBUTE("dmFormat", (*document)->dmFormat, 0) /* Extract document data. * Base64 encoded blob or XML subtree must be presented. */ /* Check for dmEncodedContent */ result = xmlXPathEvalExpression(BAD_CAST "isds:dmEncodedContent", xpath_ctx); if (!result) { err = IE_XML; goto leave; } if (!xmlXPathNodeSetIsEmpty(result->nodesetval)) { /* Here we have Base64 blob */ (*document)->is_xml = 0; if (result->nodesetval->nodeNr > 1) { isds_printf_message(context, _("Document has more dmEncodedContent elements")); err = IE_ISDS; goto leave; } xmlXPathFreeObject(result); result = NULL; EXTRACT_STRING("isds:dmEncodedContent", string); /* Decode non-empty document */ if (string && string[0] != '\0') { (*document)->data_length = _isds_b64decode(string, &((*document)->data)); if ((*document)->data_length == (size_t) -1) { isds_printf_message(context, _("Error while Base64-decoding document content")); err = IE_ERROR; goto leave; } } } else { /* No Base64 blob, try XML document */ xmlXPathFreeObject(result); result = NULL; result = xmlXPathEvalExpression(BAD_CAST "isds:dmXMLContent", xpath_ctx); if (!result) { err = IE_XML; goto leave; } if (!xmlXPathNodeSetIsEmpty(result->nodesetval)) { /* Here we have XML document */ (*document)->is_xml = 1; if (result->nodesetval->nodeNr > 1) { isds_printf_message(context, _("Document has more dmXMLContent elements")); err = IE_ISDS; goto leave; } /* XXX: We cannot serialize the content simply because: * - XML document may point out of its scope (e.g. to message * envelope) * - isds:dmXMLContent can contain more elements, no element, * a text node only * - it's not the XML way * Thus we provide the only right solution: XML DOM. Let's * application to cope with this hot potato :) */ (*document)->xml_node_list = result->nodesetval->nodeTab[0]->children; } else { /* No base64 blob, nor XML document */ isds_printf_message(context, _("Document has no dmEncodedContent, nor dmXMLContent " "element")); err = IE_ISDS; goto leave; } } leave: if (err) isds_document_free(document); free(string); xmlXPathFreeObject(result); xpath_ctx->node = file_node; return err; } /* Extract message documents into reallocated list of documents * @context is ISDS context * @documents is automatically reallocated message documents list structure * @xpath_ctx is XPath context with current node as XSD tFilesArray * In case of error @documents will be freed. */ static isds_error extract_documents(struct isds_ctx *context, struct isds_list **documents, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; xmlNodePtr files_node; struct isds_list *document, *prev_document = NULL; if (!context) return IE_INVALID_CONTEXT; if (!documents) return IE_INVAL; isds_list_free(documents); if (!xpath_ctx) return IE_INVAL; files_node = xpath_ctx->node; /* Find documents */ result = xmlXPathEvalExpression(BAD_CAST "isds:dmFile", xpath_ctx); if (!result) { err = IE_XML; goto leave; } /* No match */ if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_printf_message(context, _("Message does not contain any document")); err = IE_ISDS; goto leave; } /* Iterate over documents */ for (int i = 0; i < result->nodesetval->nodeNr; i++) { /* Allocate and append list item */ document = calloc(1, sizeof(*document)); if (!document) { err = IE_NOMEM; goto leave; } document->destructor = (void (*)(void **))isds_document_free; if (i == 0) *documents = document; else prev_document->next = document; prev_document = document; /* Extract document */ xpath_ctx->node = result->nodesetval->nodeTab[i]; err = extract_document(context, (struct isds_document **) &(document->data), xpath_ctx); if (err) goto leave; } leave: if (err) isds_list_free(documents); xmlXPathFreeObject(result); xpath_ctx->node = files_node; return err; } #if HAVE_LIBCURL /* Convert isds:dmRecord XML tree into structure * @context is ISDS context * @envelope is automatically reallocated message envelope structure * @xpath_ctx is XPath context with current node as isds:dmRecord element * In case of error @envelope will be freed. */ static isds_error extract_DmRecord(struct isds_ctx *context, struct isds_envelope **envelope, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; if (!context) return IE_INVALID_CONTEXT; if (!envelope) return IE_INVAL; isds_envelope_free(envelope); if (!xpath_ctx) return IE_INVAL; *envelope = calloc(1, sizeof(**envelope)); if (!*envelope) { err = IE_NOMEM; goto leave; } /* Extract tRecord data */ EXTRACT_ULONGINT("isds:dmOrdinal", (*envelope)->dmOrdinal, 0); /* Get dmMessageStatus, dmAttachmentSize, dmDeliveryTime, * dmAcceptanceTime. */ err = append_status_size_times(context, envelope, xpath_ctx); if (err) goto leave; /* Extract envelope elements added by sender and ISDS * (XSD: gMessageEnvelope type) */ err = append_GMessageEnvelope(context, envelope, xpath_ctx); if (err) goto leave; /* Get message type */ err = append_message_type(context, envelope, xpath_ctx); if (err) goto leave; leave: if (err) isds_envelope_free(envelope); xmlXPathFreeObject(result); return err; } /* Convert XSD:tStateChangesRecord type XML tree into structure * @context is ISDS context * @changed_status is automatically reallocated message state change structure * @xpath_ctx is XPath context with current node as element of * XSD:tStateChangesRecord type * In case of error @changed_status will be freed. */ static isds_error extract_StateChangesRecord(struct isds_ctx *context, struct isds_message_status_change **changed_status, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; unsigned long int *unumber = NULL; char *string = NULL; if (!context) return IE_INVALID_CONTEXT; if (!changed_status) return IE_INVAL; isds_message_status_change_free(changed_status); if (!xpath_ctx) return IE_INVAL; *changed_status = calloc(1, sizeof(**changed_status)); if (!*changed_status) { err = IE_NOMEM; goto leave; } /* Extract tGetStateChangesInput data */ EXTRACT_STRING("isds:dmID", (*changed_status)->dmID); /* dmEventTime is mandatory */ EXTRACT_STRING("isds:dmEventTime", string); if (string) { err = timestring2timeval((xmlChar *) string, &((*changed_status)->time)); if (err) { char *string_locale = _isds_utf82locale(string); if (err == IE_DATE) err = IE_ISDS; isds_printf_message(context, _("Could not convert dmEventTime as ISO time: %s"), string_locale); free(string_locale); goto leave; } zfree(string); } /* dmMessageStatus element is mandatory */ EXTRACT_ULONGINT("isds:dmMessageStatus", unumber, 0); if (!unumber) { isds_log_message(context, _("Missing mandatory isds:dmMessageStatus integer")); err = IE_ISDS; goto leave; } err = uint2isds_message_status(context, unumber, &((*changed_status)->dmMessageStatus)); if (err) { if (err == IE_ENUM) err = IE_ISDS; goto leave; } zfree(unumber); leave: free(unumber); free(string); if (err) isds_message_status_change_free(changed_status); xmlXPathFreeObject(result); return err; } #endif /* HAVE_LIBCURL */ /* Find and convert isds:dmHash XML tree into structure * @context is ISDS context * @envelope is automatically reallocated message hash structure * @xpath_ctx is XPath context with current node containing isds:dmHash child * In case of error @hash will be freed. */ static isds_error find_and_extract_DmHash(struct isds_ctx *context, struct isds_hash **hash, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlNodePtr old_ctx_node; xmlXPathObjectPtr result = NULL; char *string = NULL; if (!context) return IE_INVALID_CONTEXT; if (!hash) return IE_INVAL; isds_hash_free(hash); if (!xpath_ctx) return IE_INVAL; old_ctx_node = xpath_ctx->node; *hash = calloc(1, sizeof(**hash)); if (!*hash) { err = IE_NOMEM; goto leave; } /* Locate dmHash */ err = move_xpathctx_to_child(context, BAD_CAST "sisds:dmHash", xpath_ctx); if (err == IE_NOEXIST || err == IE_NOTUNIQ) { err = IE_ISDS; goto leave; } if (err) { err = IE_ERROR; goto leave; } /* Get hash algorithm */ EXTRACT_STRING_ATTRIBUTE("algorithm", string, 1); err = string2isds_hash_algorithm((xmlChar*) string, &(*hash)->algorithm); if (err) { if (err == IE_ENUM) { char *string_locale = _isds_utf82locale(string); isds_printf_message(context, _("Unsupported hash algorithm: %s"), string_locale); free(string_locale); } goto leave; } zfree(string); /* Get hash value */ EXTRACT_STRING(".", string); if (!string) { isds_printf_message(context, _("sisds:dmHash element is missing hash value")); err = IE_ISDS; goto leave; } (*hash)->length = _isds_b64decode(string, &((*hash)->value)); if ((*hash)->length == (size_t) -1) { isds_printf_message(context, _("Error while Base64-decoding hash value")); err = IE_ERROR; goto leave; } leave: if (err) isds_hash_free(hash); free(string); xmlXPathFreeObject(result); xpath_ctx->node = old_ctx_node; return err; } /* Find and append isds:dmQTimestamp XML tree into envelope. * Because one service is allowed to miss time-stamp content, and we think * other could too (flaw in specification), this function is deliberated and * will not fail (i.e. will return IE_SUCCESS), if time-stamp is missing. * @context is ISDS context * @envelope is automatically allocated envelope structure * @xpath_ctx is XPath context with current node containing isds:dmQTimestamp * child * In case of error @envelope will be freed. */ static isds_error find_and_append_DmQTimestamp(struct isds_ctx *context, struct isds_envelope **envelope, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; char *string = NULL; if (!context) return IE_INVALID_CONTEXT; if (!envelope) return IE_INVAL; if (!xpath_ctx) { isds_envelope_free(envelope); return IE_INVAL; } if (!*envelope) { *envelope = calloc(1, sizeof(**envelope)); if (!*envelope) { err = IE_NOMEM; goto leave; } } else { zfree((*envelope)->timestamp); (*envelope)->timestamp_length = 0; } /* Get dmQTimestamp */ EXTRACT_STRING("sisds:dmQTimestamp", string); if (!string) { isds_log(ILF_ISDS, ILL_INFO, _("Missing dmQTimestamp element content\n")); goto leave; } (*envelope)->timestamp_length = _isds_b64decode(string, &((*envelope)->timestamp)); if ((*envelope)->timestamp_length == (size_t) -1) { isds_printf_message(context, _("Error while Base64-decoding time stamp value")); err = IE_ERROR; goto leave; } leave: if (err) isds_envelope_free(envelope); free(string); xmlXPathFreeObject(result); return err; } /* Convert XSD tReturnedMessage XML tree into message structure. * It does not store serialized XML tree into message->raw. * It does store (pointer to) parsed XML tree into message->xml if needed. * @context is ISDS context * @include_documents Use true if documents must be extracted * (tReturnedMessage XSD type), use false if documents shall be omitted * (tReturnedMessageEnvelope). * @message is automatically reallocated message structure * @xpath_ctx is XPath context with current node as tReturnedMessage element * type * In case of error @message will be freed. */ static isds_error extract_TReturnedMessage(struct isds_ctx *context, const _Bool include_documents, struct isds_message **message, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlNodePtr message_node; if (!context) return IE_INVALID_CONTEXT; if (!message) return IE_INVAL; isds_message_free(message); if (!xpath_ctx) return IE_INVAL; *message = calloc(1, sizeof(**message)); if (!*message) { err = IE_NOMEM; goto leave; } /* Save message XPATH context node */ message_node = xpath_ctx->node; /* Extract dmDM */ err = move_xpathctx_to_child(context, BAD_CAST "isds:dmDm", xpath_ctx); if (err == IE_NOEXIST || err == IE_NOTUNIQ) { err = IE_ISDS; goto leave; } if (err) { err = IE_ERROR; goto leave; } err = append_GMessageEnvelope(context, &((*message)->envelope), xpath_ctx); if (err) goto leave; if (include_documents) { struct isds_list *item; /* Extract dmFiles */ err = move_xpathctx_to_child(context, BAD_CAST "isds:dmFiles", xpath_ctx); if (err == IE_NOEXIST || err == IE_NOTUNIQ) { err = IE_ISDS; goto leave; } if (err) { err = IE_ERROR; goto leave; } err = extract_documents(context, &((*message)->documents), xpath_ctx); if (err) goto leave; /* Store xmlDoc of this message if needed */ /* Only if we got a XML document in all the documents. */ for (item = (*message)->documents; item; item = item->next) { if (item->data && ((struct isds_document *)item->data)->is_xml) { (*message)->xml = xpath_ctx->doc; break; } } } /* Restore context to message */ xpath_ctx->node = message_node; /* Extract dmHash */ err = find_and_extract_DmHash(context, &(*message)->envelope->hash, xpath_ctx); if (err) goto leave; /* Extract dmQTimestamp, */ err = find_and_append_DmQTimestamp(context, &(*message)->envelope, xpath_ctx); if (err) goto leave; /* Get dmMessageStatus, dmAttachmentSize, dmDeliveryTime, * dmAcceptanceTime. */ err = append_status_size_times(context, &((*message)->envelope), xpath_ctx); if (err) goto leave; /* Get message type */ err = append_message_type(context, &((*message)->envelope), xpath_ctx); if (err) goto leave; leave: if (err) isds_message_free(message); return err; } /* Extract message event into reallocated isds_event structure * @context is ISDS context * @event is automatically reallocated message event structure * @xpath_ctx is XPath context with current node as isds:dmEvent * In case of error @event will be freed. */ static isds_error extract_event(struct isds_ctx *context, struct isds_event **event, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; xmlNodePtr event_node; char *string = NULL; if (!context) return IE_INVALID_CONTEXT; if (!event) return IE_INVAL; isds_event_free(event); if (!xpath_ctx) return IE_INVAL; event_node = xpath_ctx->node; *event = calloc(1, sizeof(**event)); if (!*event) { err = IE_NOMEM; goto leave; } /* Extract event data. * All elements are optional according XSD. That's funny. */ EXTRACT_STRING("sisds:dmEventTime", string); if (string) { err = timestring2timeval((xmlChar *) string, &((*event)->time)); if (err) { char *string_locale = _isds_utf82locale(string); if (err == IE_DATE) err = IE_ISDS; isds_printf_message(context, _("Could not convert dmEventTime as ISO time: %s"), string_locale); free(string_locale); goto leave; } zfree(string); } /* dmEventDescr element has prefix and the rest */ EXTRACT_STRING("sisds:dmEventDescr", string); if (string) { err = eventstring2event((xmlChar *) string, *event); if (err) goto leave; zfree(string); } leave: if (err) isds_event_free(event); free(string); xmlXPathFreeObject(result); xpath_ctx->node = event_node; return err; } /* Convert element of XSD tEventsArray type from XML tree into * isds_list of isds_event's structure. The list is automatically reallocated. * @context is ISDS context * @events is automatically reallocated list of event structures * @xpath_ctx is XPath context with current node as tEventsArray * In case of error @events will be freed. */ static isds_error extract_events(struct isds_ctx *context, struct isds_list **events, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; xmlNodePtr events_node; struct isds_list *event, *prev_event = NULL; if (!context) return IE_INVALID_CONTEXT; if (!events) return IE_INVAL; if (!xpath_ctx) return IE_INVAL; events_node = xpath_ctx->node; /* Free old list */ isds_list_free(events); /* Find events */ result = xmlXPathEvalExpression(BAD_CAST "sisds:dmEvent", xpath_ctx); if (!result) { err = IE_XML; goto leave; } /* No match */ if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_printf_message(context, _("Delivery info does not contain any event")); err = IE_ISDS; goto leave; } /* Iterate over events */ for (int i = 0; i < result->nodesetval->nodeNr; i++) { /* Allocate and append list item */ event = calloc(1, sizeof(*event)); if (!event) { err = IE_NOMEM; goto leave; } event->destructor = (void (*)(void **))isds_event_free; if (i == 0) *events = event; else prev_event->next = event; prev_event = event; /* Extract event */ xpath_ctx->node = result->nodesetval->nodeTab[i]; err = extract_event(context, (struct isds_event **) &(event->data), xpath_ctx); if (err) goto leave; } leave: if (err) isds_list_free(events); xmlXPathFreeObject(result); xpath_ctx->node = events_node; return err; } #if HAVE_LIBCURL /* Insert Base64 encoded data as element with text child. * @context is session context * @parent is XML node to append @element with @data as child * @ns is XML namespace of @element, use NULL to inherit from @parent * @element is UTF-8 encoded name of new element * @data is bit stream to encode into @element * @length is size of @data in bytes * @return standard error code and fill long error message if needed */ static isds_error insert_base64_encoded_string(struct isds_ctx *context, xmlNodePtr parent, const xmlNsPtr ns, const char *element, const void *data, size_t length) { isds_error err = IE_SUCCESS; xmlNodePtr node; if (!context) return IE_INVALID_CONTEXT; if (!data && length > 0) return IE_INVAL; if (!parent || !element) return IE_INVAL; xmlChar *base64data = NULL; base64data = (xmlChar *) _isds_b64encode(data, length); if (!base64data) { isds_printf_message(context, ngettext("Not enough memory to encode %zd byte into Base64", "Not enough memory to encode %zd bytes into Base64", length), length); err = IE_NOMEM; goto leave; } INSERT_STRING_WITH_NS(parent, ns, element, base64data); leave: free(base64data); return err; } /* Convert isds_document structure into XML tree and append to dmFiles node. * @context is session context * @document is ISDS document * @dm_files is XML element the resulting tree will be appended to as a child. * @return error code, in case of error context' message is filled. */ static isds_error insert_document(struct isds_ctx *context, struct isds_document *document, xmlNodePtr dm_files) { isds_error err = IE_SUCCESS; xmlNodePtr new_file = NULL, file = NULL, node; xmlAttrPtr attribute_node; if (!context) return IE_INVALID_CONTEXT; if (!document || !dm_files) return IE_INVAL; /* Allocate new dmFile */ new_file = xmlNewNode(dm_files->ns, BAD_CAST "dmFile"); if (!new_file) { isds_printf_message(context, _("Could not allocate main dmFile")); err = IE_ERROR; goto leave; } /* Append the new dmFile. * XXX: Main document must go first */ if (document->dmFileMetaType == FILEMETATYPE_MAIN && dm_files->children) file = xmlAddPrevSibling(dm_files->children, new_file); else file = xmlAddChild(dm_files, new_file); if (!file) { xmlFreeNode(new_file); new_file = NULL; isds_printf_message(context, _("Could not add dmFile child to " "%s element"), dm_files->name); err = IE_ERROR; goto leave; } /* @dmMimeType is required */ if (!document->dmMimeType) { isds_log_message(context, _("Document is missing mandatory MIME type definition")); err = IE_INVAL; goto leave; } INSERT_STRING_ATTRIBUTE(file, "dmMimeType", document->dmMimeType); const xmlChar *string = isds_FileMetaType2string(document->dmFileMetaType); if (!string) { isds_printf_message(context, _("Document has unknown dmFileMetaType: %ld"), document->dmFileMetaType); err = IE_ENUM; goto leave; } INSERT_STRING_ATTRIBUTE(file, "dmFileMetaType", string); if (document->dmFileGuid) { INSERT_STRING_ATTRIBUTE(file, "dmFileGuid", document->dmFileGuid); } if (document->dmUpFileGuid) { INSERT_STRING_ATTRIBUTE(file, "dmUpFileGuid", document->dmUpFileGuid); } /* @dmFileDescr is required */ if (!document->dmFileDescr) { isds_log_message(context, _("Document is missing mandatory description (title)")); err = IE_INVAL; goto leave; } INSERT_STRING_ATTRIBUTE(file, "dmFileDescr", document->dmFileDescr); if (document->dmFormat) { INSERT_STRING_ATTRIBUTE(file, "dmFormat", document->dmFormat); } /* Insert content (body) of the document. */ if (document->is_xml) { /* XML document requested */ /* Allocate new dmXMLContent */ xmlNodePtr xmlcontent = xmlNewNode(file->ns, BAD_CAST "dmXMLContent"); if (!xmlcontent) { isds_printf_message(context, _("Could not allocate dmXMLContent element")); err = IE_ERROR; goto leave; } /* Append it */ node = xmlAddChild(file, xmlcontent); if (!node) { xmlFreeNode(xmlcontent); xmlcontent = NULL; isds_printf_message(context, _("Could not add dmXMLContent child to %s element"), file->name); err = IE_ERROR; goto leave; } /* Copy non-empty node list */ if (document->xml_node_list) { xmlNodePtr content = xmlDocCopyNodeList(node->doc, document->xml_node_list); if (!content) { isds_printf_message(context, _("Not enough memory to copy XML document")); err = IE_NOMEM; goto leave; } if (!xmlAddChildList(node, content)) { xmlFreeNodeList(content); isds_printf_message(context, _("Error while adding XML document into dmXMLContent")); err = IE_XML; goto leave; } /* XXX: We cannot free the content here because it's part of node's * document since now. It will be freed with it automatically. */ } } else { /* Binary document requested */ err = insert_base64_encoded_string(context, file, NULL, "dmEncodedContent", document->data, document->data_length); if (err) goto leave; } leave: return err; } /* Append XSD tMStatus XML tree into isds_message_copy structure. * The copy must be preallocated, the date are just appended into structure. * @context is ISDS context * @copy is message copy structure * @xpath_ctx is XPath context with current node as tMStatus */ static isds_error append_TMStatus(struct isds_ctx *context, struct isds_message_copy *copy, xmlXPathContextPtr xpath_ctx) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; char *code = NULL, *message = NULL; if (!context) return IE_INVALID_CONTEXT; if (!copy || !xpath_ctx) return IE_INVAL; /* Free old values */ zfree(copy->dmStatus); zfree(copy->dmID); /* Get error specific to this copy */ EXTRACT_STRING("isds:dmStatus/isds:dmStatusCode", code); if (!code) { isds_log_message(context, _("Missing isds:dmStatusCode under " "XSD:tMStatus type element")); err = IE_ISDS; goto leave; } if (xmlStrcmp((const xmlChar *)code, BAD_CAST "0000")) { /* This copy failed */ copy->error = IE_ISDS; EXTRACT_STRING("isds:dmStatus/isds:dmStatusMessage", message); if (message) { copy->dmStatus = _isds_astrcat3(code, ": ", message); if (!copy->dmStatus) { copy->dmStatus = code; code = NULL; } } else { copy->dmStatus = code; code = NULL; } } else { /* This copy succeeded. In this case only, message ID is valid */ copy->error = IE_SUCCESS; EXTRACT_STRING("isds:dmID", copy->dmID); if (!copy->dmID) { isds_log(ILF_ISDS, ILL_ERR, _("Server accepted sent message, " "but did not returned assigned message ID\n")); err = IE_ISDS; } } leave: free(code); free(message); xmlXPathFreeObject(result); return err; } /* Insert struct isds_approval data (box approval) into XML tree * @context is session context * @approval is libisds structure with approval description. NULL is * acceptable. * @parent is XML element to append @approval to */ static isds_error insert_GExtApproval(struct isds_ctx *context, const struct isds_approval *approval, xmlNodePtr parent) { isds_error err = IE_SUCCESS; xmlNodePtr node; if (!context) return IE_INVALID_CONTEXT; if (!parent) return IE_INVAL; if (!approval) return IE_SUCCESS; /* Build XSD:gExtApproval */ INSERT_SCALAR_BOOLEAN(parent, "dbApproved", approval->approved); INSERT_STRING(parent, "dbExternRefNumber", approval->refference); leave: return err; } /* Build ISDS request of XSD tDummyInput type, sent it and check for error * code * @context is session context * @service_name is name of SERVICE_DB_ACCESS * @response is reallocated server SOAP body response as XML document * @raw_response is reallocated bit stream with response body. Use * NULL if you don't care * @raw_response_length is size of @raw_response in bytes * @code is reallocated ISDS status code * @status_message is reallocated ISDS status message * @return error coded from lower layer, context message will be set up * appropriately. */ static isds_error build_send_check_dbdummy_request(struct isds_ctx *context, const xmlChar *service_name, xmlDocPtr *response, void **raw_response, size_t *raw_response_length, xmlChar **code, xmlChar **status_message) { isds_error err = IE_SUCCESS; char *service_name_locale = NULL; xmlNodePtr request = NULL, node; xmlNsPtr isds_ns = NULL; if (!context) return IE_INVALID_CONTEXT; if (!service_name) return IE_INVAL; if (!response || !code || !status_message) return IE_INVAL; if (!raw_response_length && raw_response) return IE_INVAL; /* Free output argument */ xmlFreeDoc(*response); *response = NULL; if (raw_response) zfree(*raw_response); zfree(*code); zfree(*status_message); /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; service_name_locale = _isds_utf82locale((char*)service_name); if (!service_name_locale) { err = IE_NOMEM; goto leave; } /* Build request */ request = xmlNewNode(NULL, service_name); if (!request) { isds_printf_message(context, _("Could not build %s request"), service_name_locale); err = IE_ERROR; goto leave; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); err = IE_ERROR; goto leave; } xmlSetNs(request, isds_ns); /* Add XSD:tDummyInput child */ INSERT_STRING(request, "dbDummy", NULL); isds_log(ILF_ISDS, ILL_DEBUG, _("Sending %s request to ISDS\n"), service_name_locale); /* Send request */ err = _isds(context, SERVICE_DB_ACCESS, request, response, raw_response, raw_response_length); xmlFreeNode(request); request = NULL; if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("Processing ISDS response on %s request failed\n"), service_name_locale); goto leave; } /* Check for response status */ err = isds_response_status(context, SERVICE_DB_ACCESS, *response, code, status_message, NULL); if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("ISDS response on %s request is missing status\n"), service_name_locale); goto leave; } /* Request processed, but nothing found */ if (xmlStrcmp(*code, BAD_CAST "0000")) { char *code_locale = _isds_utf82locale((char*) *code); char *status_message_locale = _isds_utf82locale((char*) *status_message); isds_log(ILF_ISDS, ILL_DEBUG, _("Server refused %s request (code=%s, message=%s)\n"), service_name_locale, code_locale, status_message_locale); isds_log_message(context, status_message_locale); free(code_locale); free(status_message_locale); err = IE_ISDS; goto leave; } leave: free(service_name_locale); xmlFreeNode(request); return err; } #endif /* Get data about logged in user and his box. */ isds_error isds_GetOwnerInfoFromLogin(struct isds_ctx *context, struct isds_DbOwnerInfo **db_owner_info) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; xmlChar *code = NULL, *message = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; char *string = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!db_owner_info) return IE_INVAL; isds_DbOwnerInfo_free(db_owner_info); #if HAVE_LIBCURL /* Check if connection is established */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Do request and check for success */ err = build_send_check_dbdummy_request(context, BAD_CAST "GetOwnerInfoFromLogin", &response, NULL, NULL, &code, &message); if (err) goto leave; /* Extract data */ /* Prepare structure */ *db_owner_info = calloc(1, sizeof(**db_owner_info)); if (!*db_owner_info) { err = IE_NOMEM; goto leave; } xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } /* Set context node */ result = xmlXPathEvalExpression(BAD_CAST "/isds:GetOwnerInfoFromLoginResponse/isds:dbOwnerInfo", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_log_message(context, _("Missing dbOwnerInfo element")); err = IE_ISDS; goto leave; } if (result->nodesetval->nodeNr > 1) { isds_log_message(context, _("Multiple dbOwnerInfo element")); err = IE_ISDS; goto leave; } xpath_ctx->node = result->nodesetval->nodeTab[0]; xmlXPathFreeObject(result); result = NULL; /* Extract it */ err = extract_DbOwnerInfo(context, db_owner_info, xpath_ctx); leave: if (err) { isds_DbOwnerInfo_free(db_owner_info); } free(string); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); free(code); free(message); xmlFreeDoc(response); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("GetOwnerInfoFromLogin request processed by server " "successfully.\n")); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Get data about logged in user. */ isds_error isds_GetUserInfoFromLogin(struct isds_ctx *context, struct isds_DbUserInfo **db_user_info) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; xmlChar *code = NULL, *message = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!db_user_info) return IE_INVAL; isds_DbUserInfo_free(db_user_info); #if HAVE_LIBCURL /* Check if connection is established */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Do request and check for success */ err = build_send_check_dbdummy_request(context, BAD_CAST "GetUserInfoFromLogin", &response, NULL, NULL, &code, &message); if (err) goto leave; /* Extract data */ /* Prepare structure */ *db_user_info = calloc(1, sizeof(**db_user_info)); if (!*db_user_info) { err = IE_NOMEM; goto leave; } xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } /* Set context node */ result = xmlXPathEvalExpression(BAD_CAST "/isds:GetUserInfoFromLoginResponse/isds:dbUserInfo", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_log_message(context, _("Missing dbUserInfo element")); err = IE_ISDS; goto leave; } if (result->nodesetval->nodeNr > 1) { isds_log_message(context, _("Multiple dbUserInfo element")); err = IE_ISDS; goto leave; } xpath_ctx->node = result->nodesetval->nodeTab[0]; xmlXPathFreeObject(result); result = NULL; /* Extract it */ err = extract_DbUserInfo(context, db_user_info, xpath_ctx); leave: if (err) { isds_DbUserInfo_free(db_user_info); } xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); free(code); free(message); xmlFreeDoc(response); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("GetUserInfoFromLogin request processed by server " "successfully.\n")); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Get expiration time of current password * @context is session context * @expiration is automatically reallocated time when password expires. If * password expiration is disabled, NULL will be returned. In case of error * it will be nulled too. */ isds_error isds_get_password_expiration(struct isds_ctx *context, struct timeval **expiration) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; xmlChar *code = NULL, *message = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; char *string = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!expiration) return IE_INVAL; zfree(*expiration); #if HAVE_LIBCURL /* Check if connection is established */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Do request and check for success */ err = build_send_check_dbdummy_request(context, BAD_CAST "GetPasswordInfo", &response, NULL, NULL, &code, &message); if (err) goto leave; /* Extract data */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } /* Set context node */ result = xmlXPathEvalExpression(BAD_CAST "/isds:GetPasswordInfoResponse", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_log_message(context, _("Missing GetPasswordInfoResponse element")); err = IE_ISDS; goto leave; } if (result->nodesetval->nodeNr > 1) { isds_log_message(context, _("Multiple GetPasswordInfoResponse element")); err = IE_ISDS; goto leave; } xpath_ctx->node = result->nodesetval->nodeTab[0]; xmlXPathFreeObject(result); result = NULL; /* Extract expiration date */ EXTRACT_STRING("isds:pswExpDate", string); if (string) { /* And convert it if any returned. Otherwise expiration is disabled. */ err = timestring2timeval((xmlChar *) string, expiration); if (err) { char *string_locale = _isds_utf82locale(string); if (err == IE_DATE) err = IE_ISDS; isds_printf_message(context, _("Could not convert pswExpDate as ISO time: %s"), string_locale); free(string_locale); goto leave; } } leave: if (err) { if (*expiration) { zfree(*expiration); } } free(string); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); free(code); free(message); xmlFreeDoc(response); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("GetPasswordInfo request processed by server " "successfully.\n")); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } #if HAVE_LIBCURL /* Request delivering new TOTP code from ISDS through side channel before * changing password. * @context is session context * @password is current password. * @otp auxiliary data required, returns fine grade resolution of OTP procedure. * Please note the @otp argument must have TOTP OTP method. See isds_login() * function for more details. * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. * @return IE_SUCCESS, if new TOTP code has been sent. Or returns appropriate * error code. */ static isds_error _isds_request_totp_code(struct isds_ctx *context, const char *password, struct isds_otp *otp, char **refnumber) { isds_error err = IE_SUCCESS; char *saved_url = NULL; /* No copy */ #if HAVE_CURL_REAUTHORIZATION_BUG CURL *saved_curl = NULL; /* No copy */ #endif xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL; xmlDocPtr response = NULL; xmlChar *code = NULL, *message = NULL; const xmlChar *codes[] = { BAD_CAST "2300", BAD_CAST "2301", BAD_CAST "2302" }; const char *meanings[] = { N_("Unexpected error"), N_("One-time code cannot be re-send faster than once a 30 seconds"), N_("One-time code could not been sent. Try later again.") }; const isds_otp_resolution resolutions[] = { OTP_RESOLUTION_UNKNOWN, OTP_RESOLUTION_TO_FAST, OTP_RESOLUTION_TOTP_NOT_SENT }; if (NULL == context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (NULL == password) { isds_log_message(context, _("Second argument (password) of isds_change_password() " "is NULL")); return IE_INVAL; } /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; if (!context->otp) { isds_log_message(context, _("This function requires OTP-authenticated " "context")); return IE_INVALID_CONTEXT; } if (NULL == otp) { isds_log_message(context, _("If one-time password authentication " "method is in use, requesting new OTP code requires " "one-time credentials argument either")); return IE_INVAL; } if (otp->method != OTP_TIME) { isds_log_message(context, _("Requesting new time-based OTP code from " "server requires one-time password authentication " "method")); return IE_INVAL; } if (otp->otp_code != NULL) { isds_log_message(context, _("Requesting new time-based OTP code from " "server requires undefined OTP code member in " "one-time credentials argument")); return IE_INVAL; } /* Build request */ request = xmlNewNode(NULL, BAD_CAST "SendSMSCode"); if (!request) { isds_log_message(context, _("Could not build SendSMSCode request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST OISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); /* Change URL temporarily for sending this request only */ { char *new_url = NULL; if ((err = _isds_build_url_from_context(context, "%.*sasws/changePassword", &new_url))) { goto leave; } saved_url = context->url; context->url = new_url; } /* Store credentials for sending this request only */ context->otp_credentials = otp; _isds_discard_credentials(context, 0); if ((err = _isds_store_credentials(context, context->saved_username, password, NULL))) { _isds_discard_credentials(context, 0); goto leave; } #if HAVE_CURL_REAUTHORIZATION_BUG saved_curl = context->curl; context->curl = curl_easy_init(); if (NULL == context->curl) { err = IE_ERROR; goto leave; } if (context->timeout) { err = isds_set_timeout(context, context->timeout); if (err) goto leave; } #endif isds_log(ILF_ISDS, ILL_DEBUG, _("Sending SendSMSCode request to ISDS\n")); /* Sent request */ err = _isds(context, SERVICE_ASWS, request, &response, NULL, NULL); /* Remove temporal credentials */ _isds_discard_credentials(context, 0); /* Detach pointer to OTP credentials from context */ context->otp_credentials = NULL; /* Keep context->otp true to keep signaling this is OTP session */ /* Destroy request */ xmlFreeNode(request); request = NULL; if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("Processing ISDS response on SendSMSCode request failed\n")); goto leave; } /* Check for response status */ err = isds_response_status(context, SERVICE_ASWS, response, &code, &message, (xmlChar **)refnumber); if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("ISDS response on SendSMSCode request is missing " "status\n")); goto leave; } /* Check for error */ if (xmlStrcmp(code, BAD_CAST "0000")) { char *code_locale = _isds_utf82locale((char*)code); char *message_locale = _isds_utf82locale((char*)message); size_t i; isds_log(ILF_ISDS, ILL_DEBUG, _("Server refused to send new code on SendSMSCode " "request (code=%s, message=%s)\n"), code_locale, message_locale); /* Check for known error codes */ for (i = 0; i < sizeof(codes)/sizeof(*codes); i++) { if (!xmlStrcmp(code, codes[i])) break; } if (i < sizeof(codes)/sizeof(*codes)) { isds_log_message(context, _(meanings[i])); /* Mimic otp->resolution according to the code, specification does * prescribe OTP header to be available. */ if (OTP_RESOLUTION_SUCCESS == otp->resolution && OTP_RESOLUTION_UNKNOWN != resolutions[i]) otp->resolution = resolutions[i]; } else isds_log_message(context, message_locale); free(code_locale); free(message_locale); err = IE_ISDS; goto leave; } /* Otherwise new code sent successfully */ /* Mimic otp->resolution according to the code, specification does * prescribe OTP header to be available. */ if (OTP_RESOLUTION_SUCCESS == otp->resolution) otp->resolution = OTP_RESOLUTION_TOTP_SENT; leave: if (NULL != saved_url) { /* Revert URL to original one */ zfree(context->url); context->url = saved_url; } #if HAVE_CURL_REAUTHORIZATION_BUG if (NULL != saved_curl) { if (context->curl != NULL) curl_easy_cleanup(context->curl); context->curl = saved_curl; } #endif free(code); free(message); xmlFreeDoc(response); xmlFreeNode(request); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("New OTP code has been sent successfully on SendSMSCode " "request.\n")); return err; } /* Convert response status code to isds_error code and set long message * @context is context to save long message to * @map is mapping from codes to errors and messages. Pass NULL for generic * handling. * @code is status code to translate * @message is non-localized status message to put into long message in case * of uknown error. It can be NULL if server did not provide any. * @return desired isds_error or IE_ISDS for unknown code or IE_INVAL for * invalid invocation. */ static isds_error statuscode2isds_error(struct isds_ctx *context, const struct code_map_isds_error *map, const xmlChar *code, const xmlChar *message) { if (NULL == code) { isds_log_message(context, _("NULL status code passed to statuscode2isds_error()")); return IE_INVAL; } if (NULL != map) { /* Check for known error codes */ for (int i=0; map->codes[i] != NULL; i++) { if (!xmlStrcmp(code, map->codes[i])) { isds_log_message(context, _(map->meanings[i])); return map->errors[i]; } } } /* Other error */ if (xmlStrcmp(code, BAD_CAST "0000")) { char *message_locale = _isds_utf82locale((char*)message); if (NULL == message_locale) isds_log_message(context, _("ISDS server returned unknown error")); else isds_log_message(context, message_locale); free(message_locale); return IE_ISDS; } return IE_SUCCESS; } #endif /* Change user password in ISDS. * User must supply old password, new password will takes effect after some * time, current session can continue. Password must fulfill some constraints. * @context is session context * @old_password is current password. * @new_password is requested new password * @otp auxiliary data required if one-time password authentication is in use, * defines OTP code (if known) and returns fine grade resolution of OTP * procedure. Pass NULL, if one-time password authentication is not needed. * Please note the @otp argument must match OTP method used at log-in time. See * isds_login() function for more details. * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. * @return IE_SUCCESS, if password has been changed. Or returns appropriate * error code. It can return IE_PARTIAL_SUCCESS if OTP is in use and server is * awaiting OTP code that has been delivered by side channel to the user. */ isds_error isds_change_password(struct isds_ctx *context, const char *old_password, const char *new_password, struct isds_otp *otp, char **refnumber) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL char *saved_url = NULL; /* No copy */ #if HAVE_CURL_REAUTHORIZATION_BUG CURL *saved_curl = NULL; /* No copy */ #endif xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL, node; xmlDocPtr response = NULL; xmlChar *code = NULL, *message = NULL; const xmlChar *codes[] = { BAD_CAST "1066", BAD_CAST "1067", BAD_CAST "1079", BAD_CAST "1080", BAD_CAST "1081", BAD_CAST "1082", BAD_CAST "1083", BAD_CAST "1090", BAD_CAST "1091", BAD_CAST "2300", BAD_CAST "9204" }; const char *meanings[] = { N_("Password length must be between 8 and 32 characters"), N_("Password cannot be reused"), /* Server does not distinguish 1067 and 1091 on ChangePasswordOTP */ N_("Password contains forbidden character"), N_("Password must contain at least one upper-case letter, " "one lower-case, and one digit"), N_("Password cannot contain sequence of three identical characters"), N_("Password cannot contain user identifier"), N_("Password is too simmple"), N_("Old password is not valid"), N_("Password cannot be reused"), N_("Unexpected error"), N_("LDAP update error") }; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (NULL != refnumber) zfree(*refnumber); if (NULL == old_password) { isds_log_message(context, _("Second argument (old password) of isds_change_password() " "is NULL")); return IE_INVAL; } if (NULL == otp && NULL == new_password) { isds_log_message(context, _("Third argument (new password) of isds_change_password() " "is NULL")); return IE_INVAL; } #if HAVE_LIBCURL /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; if (context->otp && NULL == otp) { isds_log_message(context, _("If one-time password authentication " "method is in use, changing password requires one-time " "credentials either")); return IE_INVAL; } /* Build ChangeISDSPassword request */ request = xmlNewNode(NULL, (NULL == otp) ? BAD_CAST "ChangeISDSPassword" : BAD_CAST "ChangePasswordOTP"); if (!request) { isds_log_message(context, (NULL == otp) ? _("Could not build ChangeISDSPassword request") : _("Could not build ChangePasswordOTP request")); return IE_ERROR; } isds_ns = xmlNewNs(request, (NULL == otp) ? BAD_CAST ISDS_NS : BAD_CAST OISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); INSERT_STRING(request, "dbOldPassword", old_password); INSERT_STRING(request, "dbNewPassword", new_password); if (NULL != otp) { otp->resolution = OTP_RESOLUTION_UNKNOWN; switch (otp->method) { case OTP_HMAC: isds_log(ILF_SEC, ILL_INFO, _("Selected authentication method: " "HMAC-based one-time password\n")); INSERT_STRING(request, "dbOTPType", BAD_CAST "HOTP"); break; case OTP_TIME: isds_log(ILF_SEC, ILL_INFO, _("Selected authentication method: " "Time-based one-time password\n")); INSERT_STRING(request, "dbOTPType", BAD_CAST "TOTP"); if (otp->otp_code == NULL) { isds_log(ILF_SEC, ILL_INFO, _("OTP code has not been provided by " "application, requesting server for " "new one.\n")); err = _isds_request_totp_code(context, old_password, otp, refnumber); if (err == IE_SUCCESS) err = IE_PARTIAL_SUCCESS; goto leave; } else { isds_log(ILF_SEC, ILL_INFO, _("OTP code has been provided by " "application, not requesting server " "for new one.\n")); } break; default: isds_log_message(context, _("Unknown one-time password authentication " "method requested by application")); err = IE_ENUM; goto leave; } /* Change URL temporarily for sending this request only */ { char *new_url = NULL; if ((err = _isds_build_url_from_context(context, "%.*sasws/changePassword", &new_url))) { goto leave; } saved_url = context->url; context->url = new_url; } /* Store credentials for sending this request only */ context->otp_credentials = otp; _isds_discard_credentials(context, 0); if ((err = _isds_store_credentials(context, context->saved_username, old_password, NULL))) { _isds_discard_credentials(context, 0); goto leave; } #if HAVE_CURL_REAUTHORIZATION_BUG saved_curl = context->curl; context->curl = curl_easy_init(); if (NULL == context->curl) { err = IE_ERROR; goto leave; } if (context->timeout) { err = isds_set_timeout(context, context->timeout); if (err) goto leave; } #endif } isds_log(ILF_ISDS, ILL_DEBUG, (NULL == otp) ? _("Sending ChangeISDSPassword request to ISDS\n") : _("Sending ChangePasswordOTP request to ISDS\n")); /* Sent request */ err = _isds(context, (NULL == otp) ? SERVICE_DB_ACCESS : SERVICE_ASWS, request, &response, NULL, NULL); if (otp) { /* Remove temporal credentials */ _isds_discard_credentials(context, 0); /* Detach pointer to OTP credentials from context */ context->otp_credentials = NULL; /* Keep context->otp true to keep signaling this is OTP session */ } /* Destroy request */ xmlFreeNode(request); request = NULL; if (err) { isds_log(ILF_ISDS, ILL_DEBUG, (NULL == otp) ? _("Processing ISDS response on ChangeISDSPassword " "request failed\n") : _("Processing ISDS response on ChangePasswordOTP " "request failed\n")); goto leave; } /* Check for response status */ err = isds_response_status(context, (NULL == otp) ? SERVICE_DB_ACCESS : SERVICE_ASWS, response, &code, &message, (xmlChar **)refnumber); if (err) { isds_log(ILF_ISDS, ILL_DEBUG, (NULL == otp) ? _("ISDS response on ChangeISDSPassword request is missing " "status\n") : _("ISDS response on ChangePasswordOTP request is missing " "status\n")); goto leave; } /* Check for known error codes */ for (size_t i = 0; i < sizeof(codes)/sizeof(*codes); i++) { if (!xmlStrcmp(code, codes[i])) { char *code_locale = _isds_utf82locale((char*)code); char *message_locale = _isds_utf82locale((char*)message); isds_log(ILF_ISDS, ILL_DEBUG, (NULL == otp) ? _("Server refused to change password on ChangeISDSPassword " "request (code=%s, message=%s)\n") : _("Server refused to change password on ChangePasswordOTP " "request (code=%s, message=%s)\n"), code_locale, message_locale); free(code_locale); free(message_locale); isds_log_message(context, _(meanings[i])); err = IE_INVAL; goto leave; } } /* Other error */ if (xmlStrcmp(code, BAD_CAST "0000")) { char *code_locale = _isds_utf82locale((char*)code); char *message_locale = _isds_utf82locale((char*)message); isds_log(ILF_ISDS, ILL_DEBUG, (NULL == otp) ? _("Server refused to change password on ChangeISDSPassword " "request (code=%s, message=%s)\n") : _("Server refused to change password on ChangePasswordOTP " "request (code=%s, message=%s)\n"), code_locale, message_locale); isds_log_message(context, message_locale); free(code_locale); free(message_locale); err = IE_ISDS; goto leave; } /* Otherwise password changed successfully */ leave: if (NULL != saved_url) { /* Revert URL to original one */ zfree(context->url); context->url = saved_url; } #if HAVE_CURL_REAUTHORIZATION_BUG if (NULL != saved_curl) { if (context->curl != NULL) curl_easy_cleanup(context->curl); context->curl = saved_curl; } #endif free(code); free(message); xmlFreeDoc(response); xmlFreeNode(request); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, (NULL == otp) ? _("Password changed successfully on ChangeISDSPassword " "request.\n") : _("Password changed successfully on ChangePasswordOTP " "request.\n")); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } #if HAVE_LIBCURL /* Generic middle part with request sending and response check. * It sends prepared request and checks for error code. * @context is ISDS session context. * @service is ISDS service handler * @service_name is name in scope of given @service * @request is XML tree with request. Will be freed to save memory. * @response is XML document outputting ISDS response. * @refnumber is reallocated serial number of request assigned by ISDS. Use * @map is mapping from status code to library error. Pass NULL if no special * handling is requested. * NULL, if you don't care. */ static isds_error send_destroy_request_check_response( struct isds_ctx *context, const isds_service service, const xmlChar *service_name, xmlNodePtr *request, xmlDocPtr *response, xmlChar **refnumber, const struct code_map_isds_error *map) { isds_error err = IE_SUCCESS; char *service_name_locale = NULL; xmlChar *code = NULL, *message = NULL; if (!context) return IE_INVALID_CONTEXT; if (!service_name || *service_name == '\0' || !request || !*request || !response) return IE_INVAL; /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; service_name_locale = _isds_utf82locale((char*) service_name); if (!service_name_locale) { err = IE_NOMEM; goto leave; } isds_log(ILF_ISDS, ILL_DEBUG, _("Sending %s request to ISDS\n"), service_name_locale); /* Send request */ err = _isds(context, service, *request, response, NULL, NULL); xmlFreeNode(*request); *request = NULL; if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("Processing ISDS response on %s request failed\n"), service_name_locale); goto leave; } /* Check for response status */ err = isds_response_status(context, service, *response, &code, &message, refnumber); if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("ISDS response on %s request is missing status\n"), service_name_locale); goto leave; } err = statuscode2isds_error(context, map, code, message); /* Request processed, but server failed */ if (xmlStrcmp(code, BAD_CAST "0000")) { char *code_locale = _isds_utf82locale((char*) code); char *message_locale = _isds_utf82locale((char*) message); isds_log(ILF_ISDS, ILL_DEBUG, _("Server refused %s request (code=%s, message=%s)\n"), service_name_locale, code_locale, message_locale); free(code_locale); free(message_locale); goto leave; } leave: free(code); free(message); if (err && *response) { xmlFreeDoc(*response); *response = NULL; } if (*request) { xmlFreeNode(*request); *request = NULL; } free(service_name_locale); return err; } /* Generic bottom half with request sending. * It sends prepared request, checks for error code, destroys response and * request and log success or failure. * @context is ISDS session context. * @service is ISDS service handler * @service_name is name in scope of given @service * @request is XML tree with request. Will be freed to save memory. * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. */ static isds_error send_request_check_drop_response( struct isds_ctx *context, const isds_service service, const xmlChar *service_name, xmlNodePtr *request, xmlChar **refnumber) { isds_error err = IE_SUCCESS; xmlDocPtr response = NULL; if (!context) return IE_INVALID_CONTEXT; if (!service_name || *service_name == '\0' || !request || !*request) return IE_INVAL; /* Send request and check response*/ err = send_destroy_request_check_response(context, service, service_name, request, &response, refnumber, NULL); xmlFreeDoc(response); if (*request) { xmlFreeNode(*request); *request = NULL; } if (!err) { char *service_name_locale = _isds_utf82locale((char *) service_name); isds_log(ILF_ISDS, ILL_DEBUG, _("%s request processed by server successfully.\n"), service_name_locale); free(service_name_locale); } return err; } /* Insert isds_credentials_delivery structure into XML request if not NULL * @context is session context * @credentials_delivery is NULL if to omit, non-NULL to signal on-line * credentials delivery. The email field is passed. * @parent is XML element where to insert */ static isds_error insert_credentials_delivery(struct isds_ctx *context, const struct isds_credentials_delivery *credentials_delivery, xmlNodePtr parent) { isds_error err = IE_SUCCESS; xmlNodePtr node; if (!context) return IE_INVALID_CONTEXT; if (!parent) return IE_INVAL; if (credentials_delivery) { /* Following elements are valid only for services: * NewAccessData, AddDataBoxUser, CreateDataBox */ INSERT_SCALAR_BOOLEAN(parent, "dbVirtual", 1); INSERT_STRING(parent, "email", credentials_delivery->email); } leave: return err; } /* Extract credentials delivery from ISDS response. * @context is session context * @credentials_delivery is pointer to valid structure to fill in returned * user's password (and new log-in name). If NULL, do not extract the data. * @response is pointer to XML document with ISDS response * @request_name is UTF-8 encoded name of ISDS service the @response it to. * @return IE_SUCCESS even if new user name has not been found because it's not * clear whether it's returned always. */ static isds_error extract_credentials_delivery(struct isds_ctx *context, struct isds_credentials_delivery *credentials_delivery, xmlDocPtr response, const char *request_name) { isds_error err = IE_SUCCESS; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; char *xpath_query = NULL; if (!context) return IE_INVALID_CONTEXT; if (credentials_delivery) { zfree(credentials_delivery->token); zfree(credentials_delivery->new_user_name); } if (!response || !request_name || !*request_name) return IE_INVAL; /* Extract optional token */ if (credentials_delivery) { xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } /* Verify root element */ if (-1 == isds_asprintf(&xpath_query, "/isds:%sResponse", request_name)) { err = IE_NOMEM; goto leave; } result = xmlXPathEvalExpression(BAD_CAST xpath_query, xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (!xmlXPathNodeSetIsEmpty(result->nodesetval)) { char *request_name_locale = _isds_utf82locale(request_name); isds_log(ILF_ISDS, ILL_WARNING, _("Wrong element in ISDS response for %s request " "while extracting credentials delivery details\n"), request_name_locale); free(request_name_locale); err = IE_ERROR; goto leave; } xpath_ctx->node = result->nodesetval->nodeTab[0]; /* XXX: isds:dbUserID is provided only on NewAccessData. Leave it * optional. */ EXTRACT_STRING("isds:dbUserID", credentials_delivery->new_user_name); EXTRACT_STRING("isds:dbAccessDataId", credentials_delivery->token); if (!credentials_delivery->token) { char *request_name_locale = _isds_utf82locale(request_name); isds_log(ILF_ISDS, ILL_ERR, _("ISDS did not return token on %s request " "even if requested\n"), request_name_locale); free(request_name_locale); err = IE_ERROR; } } leave: free(xpath_query); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); return err; } /* Build XSD:tCreateDBInput request type for box creating. * @context is session context * @request outputs built XML tree * @service_name is request name of SERVICE_DB_MANIPULATION service * @box is box description to create including single primary user (in case of * FO box type) * @users is list of struct isds_DbUserInfo (primary users in case of non-FO * box, or contact address of PFO box owner) * @former_names is optional former name of box owner. Pass NULL if otherwise. * @upper_box_id is optional ID of supper box if currently created box is * subordinated. * @ceo_label is optional title of OVM box owner (e.g. mayor); NULL, if you * don't care. * @credentials_delivery is valid pointer if ISDS should return token that box * owner can use to obtain his new credentials in on-line way. Then valid email * member value should be supplied. * @approval is optional external approval of box manipulation */ static isds_error build_CreateDBInput_request(struct isds_ctx *context, xmlNodePtr *request, const xmlChar *service_name, const struct isds_DbOwnerInfo *box, const struct isds_list *users, const xmlChar *former_names, const xmlChar *upper_box_id, const xmlChar *ceo_label, const struct isds_credentials_delivery *credentials_delivery, const struct isds_approval *approval) { isds_error err = IE_SUCCESS; xmlNsPtr isds_ns = NULL; xmlNodePtr node, dbPrimaryUsers; xmlChar *string = NULL; const struct isds_list *item; if (!context) return IE_INVALID_CONTEXT; if (!request || !service_name || service_name[0] == '\0' || !box) return IE_INVAL; /* Build CreateDataBox-similar request */ *request = xmlNewNode(NULL, service_name); if (!*request) { char *service_name_locale = _isds_utf82locale((char*) service_name); isds_printf_message(context, _("Could build %s request"), service_name_locale); free(service_name_locale); return IE_ERROR; } if (context->type == CTX_TYPE_TESTING_REQUEST_COLLECTOR) { isds_ns = xmlNewNs(*request, BAD_CAST ISDS1_NS, NULL); if (!isds_ns) { isds_log_message(context, _("Could not create ISDS1 name space")); xmlFreeNode(*request); return IE_ERROR; } } else { isds_ns = xmlNewNs(*request, BAD_CAST ISDS_NS, NULL); if (!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(*request); return IE_ERROR; } } xmlSetNs(*request, isds_ns); INSERT_ELEMENT(node, *request, "dbOwnerInfo"); err = insert_DbOwnerInfo(context, box, node); if (err) goto leave; /* Insert users */ /* XXX: There is bug in XSD: XSD says at least one dbUserInfo must exist, * verbose documentation allows none dbUserInfo */ INSERT_ELEMENT(dbPrimaryUsers, *request, "dbPrimaryUsers"); for (item = users; item; item = item->next) { if (item->data) { INSERT_ELEMENT(node, dbPrimaryUsers, "dbUserInfo"); err = insert_DbUserInfo(context, (struct isds_DbUserInfo *) item->data, node); if (err) goto leave; } } INSERT_STRING(*request, "dbFormerNames", former_names); INSERT_STRING(*request, "dbUpperDBId", upper_box_id); INSERT_STRING(*request, "dbCEOLabel", ceo_label); err = insert_credentials_delivery(context, credentials_delivery, *request); if (err) goto leave; err = insert_GExtApproval(context, approval, *request); if (err) goto leave; leave: if (err) { xmlFreeNode(*request); *request = NULL; } free(string); return err; } #endif /* HAVE_LIBCURL */ /* Create new box. * @context is session context * @box is box description to create including single primary user (in case of * FO box type). It outputs box ID assigned by ISDS in dbID element. * @users is list of struct isds_DbUserInfo (primary users in case of non-FO * box, or contact address of PFO box owner) * @former_names is optional former name of box owner. Pass NULL if you don't care. * @upper_box_id is optional ID of supper box if currently created box is * subordinated. * @ceo_label is optional title of OVM box owner (e.g. mayor) * @credentials_delivery is NULL if new password should be delivered off-line * to box owner. It is valid pointer if owner should obtain new password on-line * on dedicated web server. Then input @credentials_delivery.email value is * his e-mail address he must provide to dedicated web server together * with output reallocated @credentials_delivery.token member. Output * member @credentials_delivery.new_user_name is unused up on this call. * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_add_box(struct isds_ctx *context, struct isds_DbOwnerInfo *box, const struct isds_list *users, const char *former_names, const char *upper_box_id, const char *ceo_label, struct isds_credentials_delivery *credentials_delivery, const struct isds_approval *approval, char **refnumber) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNodePtr request = NULL; xmlDocPtr response = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (credentials_delivery) { zfree(credentials_delivery->token); zfree(credentials_delivery->new_user_name); } if (!box) return IE_INVAL; #if HAVE_LIBCURL /* Scratch box ID */ zfree(box->dbID); /* Build CreateDataBox request */ err = build_CreateDBInput_request(context, &request, BAD_CAST "CreateDataBox", box, users, (xmlChar *) former_names, (xmlChar *) upper_box_id, (xmlChar *) ceo_label, credentials_delivery, approval); if (err) goto leave; /* Send it to server and process response */ err = send_destroy_request_check_response(context, SERVICE_DB_MANIPULATION, BAD_CAST "CreateDataBox", &request, &response, (xmlChar **) refnumber, NULL); /* Extract box ID */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } EXTRACT_STRING("/isds:CreateDataBoxResponse/isds:dbID", box->dbID); /* Extract optional token */ err = extract_credentials_delivery(context, credentials_delivery, response, "CreateDataBox"); leave: xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(response); xmlFreeNode(request); if (!err) { isds_log(ILF_ISDS, ILL_DEBUG, _("CreateDataBox request processed by server successfully.\n")); } #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Notify ISDS about new PFO entity. * This function has no real effect. * @context is session context * @box is PFO description including single primary user. * @users is list of struct isds_DbUserInfo (contact address of PFO box owner) * @former_names is optional undocumented string. Pass NULL if you don't care. * @upper_box_id is optional ID of supper box if currently created box is * subordinated. * @ceo_label is optional title of OVM box owner (e.g. mayor) * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_add_pfoinfo(struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct isds_list *users, const char *former_names, const char *upper_box_id, const char *ceo_label, const struct isds_approval *approval, char **refnumber) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNodePtr request = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!box) return IE_INVAL; #if HAVE_LIBCURL /* Build CreateDataBoxPFOInfo request */ err = build_CreateDBInput_request(context, &request, BAD_CAST "CreateDataBoxPFOInfo", box, users, (xmlChar *) former_names, (xmlChar *) upper_box_id, (xmlChar *) ceo_label, NULL, approval); if (err) goto leave; /* Send it to server and process response */ err = send_request_check_drop_response(context, SERVICE_DB_MANIPULATION, BAD_CAST "CreateDataBox", &request, (xmlChar **) refnumber); /* XXX: XML Schema names output dbID element but textual documentation * states no box identifier is returned. */ leave: xmlFreeNode(request); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Common implementation for removing given box. * @context is session context * @service_name is UTF-8 encoded name fo ISDS service * @box is box description to delete * @since is date of box owner cancellation. Only tm_year, tm_mon and tm_mday * carry sane value. If NULL, do not inject this information into request. * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error _isds_delete_box_common(struct isds_ctx *context, const xmlChar *service_name, const struct isds_DbOwnerInfo *box, const struct tm *since, const struct isds_approval *approval, char **refnumber) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL; xmlNodePtr node; xmlChar *string = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!service_name || !*service_name || !box) return IE_INVAL; #if HAVE_LIBCURL /* Build DeleteDataBox(Promptly) request */ request = xmlNewNode(NULL, service_name); if (!request) { char *service_name_locale = _isds_utf82locale((char*)service_name); isds_printf_message(context, _("Could build %s request"), service_name_locale); free(service_name_locale); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); INSERT_ELEMENT(node, request, "dbOwnerInfo"); err = insert_DbOwnerInfo(context, box, node); if (err) goto leave; if (since) { err = tm2datestring(since, &string); if (err) { isds_log_message(context, _("Could not convert `since' argument to ISO date string")); goto leave; } INSERT_STRING(request, "dbOwnerTerminationDate", string); zfree(string); } err = insert_GExtApproval(context, approval, request); if (err) goto leave; /* Send it to server and process response */ err = send_request_check_drop_response(context, SERVICE_DB_MANIPULATION, service_name, &request, (xmlChar **) refnumber); leave: xmlFreeNode(request); free(string); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Remove given box permanently. * @context is session context * @box is box description to delete * @since is date of box owner cancellation. Only tm_year, tm_mon and tm_mday * carry sane value. * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_delete_box(struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct tm *since, const struct isds_approval *approval, char **refnumber) { if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!box || !since) return IE_INVAL; return _isds_delete_box_common(context, BAD_CAST "DeleteDataBox", box, since, approval, refnumber); } /* Undocumented function. * @context is session context * @box is box description to delete * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_delete_box_promptly(struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct isds_approval *approval, char **refnumber) { if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!box) return IE_INVAL; return _isds_delete_box_common(context, BAD_CAST "DeleteDataBoxPromptly", box, NULL, approval, refnumber); } /* Update data about given box. * @context is session context * @old_box current box description * @new_box are updated data about @old_box * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_UpdateDataBoxDescr(struct isds_ctx *context, const struct isds_DbOwnerInfo *old_box, const struct isds_DbOwnerInfo *new_box, const struct isds_approval *approval, char **refnumber) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL; xmlNodePtr node; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!old_box || !new_box) return IE_INVAL; #if HAVE_LIBCURL /* Build UpdateDataBoxDescr request */ request = xmlNewNode(NULL, BAD_CAST "UpdateDataBoxDescr"); if (!request) { isds_log_message(context, _("Could build UpdateDataBoxDescr request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); INSERT_ELEMENT(node, request, "dbOldOwnerInfo"); err = insert_DbOwnerInfo(context, old_box, node); if (err) goto leave; INSERT_ELEMENT(node, request, "dbNewOwnerInfo"); err = insert_DbOwnerInfo(context, new_box, node); if (err) goto leave; err = insert_GExtApproval(context, approval, request); if (err) goto leave; /* Send it to server and process response */ err = send_request_check_drop_response(context, SERVICE_DB_MANIPULATION, BAD_CAST "UpdateDataBoxDescr", &request, (xmlChar **) refnumber); leave: xmlFreeNode(request); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } #if HAVE_LIBCURL /* Build ISDS request of XSD tIdDbInput type, sent it and check for error * code * @context is session context * @service is SOAP service * @service_name is name of request in @service * @box_id_element is name of element to wrap the @box_id. NULL means "dbID". * @box_id is box ID of interest * @approval is optional external approval of box manipulation * @response is server SOAP body response as XML document * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. * @return error coded from lower layer, context message will be set up * appropriately. */ static isds_error build_send_dbid_request_check_response( struct isds_ctx *context, const isds_service service, const xmlChar *service_name, const xmlChar *box_id_element, const xmlChar *box_id, const struct isds_approval *approval, xmlDocPtr *response, xmlChar **refnumber) { isds_error err = IE_SUCCESS; char *service_name_locale = NULL, *box_id_locale = NULL; xmlNodePtr request = NULL, node; xmlNsPtr isds_ns = NULL; if (!context) return IE_INVALID_CONTEXT; if (!service_name || !box_id) return IE_INVAL; if (!response) return IE_INVAL; /* Free output argument */ xmlFreeDoc(*response); *response = NULL; /* Prepare strings */ service_name_locale = _isds_utf82locale((char*)service_name); if (!service_name_locale) { err = IE_NOMEM; goto leave; } box_id_locale = _isds_utf82locale((char*)box_id); if (!box_id_locale) { err = IE_NOMEM; goto leave; } /* Build request */ request = xmlNewNode(NULL, service_name); if (!request) { isds_printf_message(context, _("Could not build %s request for %s box"), service_name_locale, box_id_locale); err = IE_ERROR; goto leave; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); err = IE_ERROR; goto leave; } xmlSetNs(request, isds_ns); /* Add XSD:tIdDbInput children */ if (NULL == box_id_element) box_id_element = BAD_CAST "dbID"; INSERT_STRING(request, box_id_element, box_id); err = insert_GExtApproval(context, approval, request); if (err) goto leave; /* Send request and check response*/ err = send_destroy_request_check_response(context, service, service_name, &request, response, refnumber, NULL); leave: free(service_name_locale); free(box_id_locale); xmlFreeNode(request); return err; } #endif /* HAVE_LIBCURL */ /* Get data about all users assigned to given box. * @context is session context * @box_id is box ID * @users is automatically reallocated list of struct isds_DbUserInfo */ isds_error isds_GetDataBoxUsers(struct isds_ctx *context, const char *box_id, struct isds_list **users) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; int i; struct isds_list *item, *prev_item = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!users || !box_id) return IE_INVAL; isds_list_free(users); #if HAVE_LIBCURL /* Do request and check for success */ err = build_send_dbid_request_check_response(context, SERVICE_DB_MANIPULATION, BAD_CAST "GetDataBoxUsers", NULL, BAD_CAST box_id, NULL, &response, NULL); if (err) goto leave; /* Extract data */ /* Prepare structure */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } /* Set context node */ result = xmlXPathEvalExpression(BAD_CAST "/isds:GetDataBoxUsersResponse/isds:dbUsers/isds:dbUserInfo", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (!xmlXPathNodeSetIsEmpty(result->nodesetval)) { /* Iterate over all users */ for (i = 0; i < result->nodesetval->nodeNr; i++) { /* Prepare structure */ item = calloc(1, sizeof(*item)); if (!item) { err = IE_NOMEM; goto leave; } item->destructor = (void(*)(void**))isds_DbUserInfo_free; if (i == 0) *users = item; else prev_item->next = item; prev_item = item; /* Extract it */ xpath_ctx->node = result->nodesetval->nodeTab[i]; err = extract_DbUserInfo(context, (struct isds_DbUserInfo **) (&item->data), xpath_ctx); if (err) goto leave; } } leave: if (err) { isds_list_free(users); } xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(response); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("GetDataBoxUsers request processed by server " "successfully.\n")); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Update data about user assigned to given box. * @context is session context * @box is box identification * @old_user identifies user to update * @new_user are updated data about @old_user * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_UpdateDataBoxUser(struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct isds_DbUserInfo *old_user, const struct isds_DbUserInfo *new_user, char **refnumber) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL; xmlNodePtr node; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!box || !old_user || !new_user) return IE_INVAL; #if HAVE_LIBCURL /* Build UpdateDataBoxUser request */ request = xmlNewNode(NULL, BAD_CAST "UpdateDataBoxUser"); if (!request) { isds_log_message(context, _("Could build UpdateDataBoxUser request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); INSERT_ELEMENT(node, request, "dbOwnerInfo"); err = insert_DbOwnerInfo(context, box, node); if (err) goto leave; INSERT_ELEMENT(node, request, "dbOldUserInfo"); err = insert_DbUserInfo(context, old_user, node); if (err) goto leave; INSERT_ELEMENT(node, request, "dbNewUserInfo"); err = insert_DbUserInfo(context, new_user, node); if (err) goto leave; /* Send it to server and process response */ err = send_request_check_drop_response(context, SERVICE_DB_MANIPULATION, BAD_CAST "UpdateDataBoxUser", &request, (xmlChar **) refnumber); leave: xmlFreeNode(request); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Undocumented function. * @context is session context * @box_id is UTF-8 encoded box identifier * @token is UTF-8 encoded temporary password * @user_id outputs UTF-8 encoded reallocated user identifier * @password outpus UTF-8 encoded reallocated user password * Output arguments will be nulled in case of error */ isds_error isds_activate(struct isds_ctx *context, const char *box_id, const char *token, char **user_id, char **password) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL, node; xmlDocPtr response = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (user_id) zfree(*user_id); if (password) zfree(*password); if (!box_id || !token || !user_id || !password) return IE_INVAL; #if HAVE_LIBCURL /* Build Activate request */ request = xmlNewNode(NULL, BAD_CAST "Activate"); if (!request) { isds_log_message(context, _("Could build Activate request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); INSERT_STRING(request, "dbAccessDataId", token); CHECK_FOR_STRING_LENGTH(box_id, 7, 7, "dbID"); INSERT_STRING(request, "dbID", box_id); /* Send request and check response*/ err = send_destroy_request_check_response(context, SERVICE_DB_MANIPULATION, BAD_CAST "Activate", &request, &response, NULL, NULL); if (err) goto leave; /* Extract data */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression(BAD_CAST "/isds:ActivateResponse", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_log_message(context, _("Missing ActivateResponse element")); err = IE_ISDS; goto leave; } if (result->nodesetval->nodeNr > 1) { isds_log_message(context, _("Multiple ActivateResponse element")); err = IE_ISDS; goto leave; } xpath_ctx->node = result->nodesetval->nodeTab[0]; xmlXPathFreeObject(result); result = NULL; EXTRACT_STRING("isds:userId", *user_id); if (!*user_id) isds_log(ILF_ISDS, ILL_ERR, _("Server accepted Activate request, " "but did not return `userId' element.\n")); EXTRACT_STRING("isds:password", *password); if (!*password) isds_log(ILF_ISDS, ILL_ERR, _("Server accepted Activate request, " "but did not return `password' element.\n")); leave: xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(response); xmlFreeNode(request); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("Activate request processed by server successfully.\n")); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Reset credentials of user assigned to given box. * @context is session context * @box is box identification * @user identifies user to reset password * @fee_paid is true if fee has been paid, false otherwise * @approval is optional external approval of box manipulation * @credentials_delivery is NULL if new password should be delivered off-line * to the user. It is valid pointer if user should obtain new password on-line * on dedicated web server. Then input @credentials_delivery.email value is * user's e-mail address user must provide to dedicated web server together * with @credentials_delivery.token. The output reallocated token user needs * to use to authorize on the web server to view his new password. Output * reallocated @credentials_delivery.new_user_name is user's log-in name that * ISDS changed up on this call. (No reason why server could change the name * is known now.) * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_reset_password(struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct isds_DbUserInfo *user, const _Bool fee_paid, const struct isds_approval *approval, struct isds_credentials_delivery *credentials_delivery, char **refnumber) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL, node; xmlDocPtr response = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (credentials_delivery) { zfree(credentials_delivery->token); zfree(credentials_delivery->new_user_name); } if (!box || !user) return IE_INVAL; #if HAVE_LIBCURL /* Build NewAccessData request */ request = xmlNewNode(NULL, BAD_CAST "NewAccessData"); if (!request) { isds_log_message(context, _("Could build NewAccessData request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); INSERT_ELEMENT(node, request, "dbOwnerInfo"); err = insert_DbOwnerInfo(context, box, node); if (err) goto leave; INSERT_ELEMENT(node, request, "dbUserInfo"); err = insert_DbUserInfo(context, user, node); if (err) goto leave; INSERT_SCALAR_BOOLEAN(request, "dbFeePaid", fee_paid); err = insert_credentials_delivery(context, credentials_delivery, request); if (err) goto leave; err = insert_GExtApproval(context, approval, request); if (err) goto leave; /* Send request and check response*/ err = send_destroy_request_check_response(context, SERVICE_DB_MANIPULATION, BAD_CAST "NewAccessData", &request, &response, (xmlChar **) refnumber, NULL); if (err) goto leave; /* Extract optional token */ err = extract_credentials_delivery(context, credentials_delivery, response, "NewAccessData"); leave: xmlFreeDoc(response); xmlFreeNode(request); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("NewAccessData request processed by server " "successfully.\n")); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Build ISDS request of XSD tAddDBUserInput type, sent it, check for error * code, destroy response and log success. * @context is ISDS session context. * @service_name is name of SERVICE_DB_MANIPULATION service * @box is box identification * @user identifies user to remove * @credentials_delivery is NULL if new user's password should be delivered * off-line to the user. It is valid pointer if user should obtain new * password on-line on dedicated web server. Then input * @credentials_delivery.email value is user's e-mail address user must * provide to dedicated web server together with @credentials_delivery.token. * The output reallocated token user needs to use to authorize on the web * server to view his new password. Output reallocated * @credentials_delivery.new_user_name is user's log-in name that ISDS * assingned or changed up on this call. * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. */ static isds_error build_send_manipulationboxuser_request_check_drop_response( struct isds_ctx *context, const xmlChar *service_name, const struct isds_DbOwnerInfo *box, const struct isds_DbUserInfo *user, struct isds_credentials_delivery *credentials_delivery, const struct isds_approval *approval, xmlChar **refnumber) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL, node; xmlDocPtr response = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (credentials_delivery) { zfree(credentials_delivery->token); zfree(credentials_delivery->new_user_name); } if (!service_name || service_name[0] == '\0' || !box || !user) return IE_INVAL; #if HAVE_LIBCURL /* Build NewAccessData or similar request */ request = xmlNewNode(NULL, service_name); if (!request) { char *service_name_locale = _isds_utf82locale((char *) service_name); isds_printf_message(context, _("Could not build %s request"), service_name_locale); free(service_name_locale); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); INSERT_ELEMENT(node, request, "dbOwnerInfo"); err = insert_DbOwnerInfo(context, box, node); if (err) goto leave; INSERT_ELEMENT(node, request, "dbUserInfo"); err = insert_DbUserInfo(context, user, node); if (err) goto leave; err = insert_credentials_delivery(context, credentials_delivery, request); if (err) goto leave; err = insert_GExtApproval(context, approval, request); if (err) goto leave; /* Send request and check response*/ err = send_destroy_request_check_response(context, SERVICE_DB_MANIPULATION, service_name, &request, &response, refnumber, NULL); xmlFreeNode(request); request = NULL; /* Pick up credentials_delivery if requested */ err = extract_credentials_delivery(context, credentials_delivery, response, (char *)service_name); leave: xmlFreeDoc(response); if (request) xmlFreeNode(request); if (!err) { char *service_name_locale = _isds_utf82locale((char *) service_name); isds_log(ILF_ISDS, ILL_DEBUG, _("%s request processed by server successfully.\n"), service_name_locale); free(service_name_locale); } #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Assign new user to given box. * @context is session context * @box is box identification * @user defines new user to add * @credentials_delivery is NULL if new user's password should be delivered * off-line to the user. It is valid pointer if user should obtain new * password on-line on dedicated web server. Then input * @credentials_delivery.email value is user's e-mail address user must * provide to dedicated web server together with @credentials_delivery.token. * The output reallocated token user needs to use to authorize on the web * server to view his new password. Output reallocated * @credentials_delivery.new_user_name is user's log-in name that ISDS * assingned up on this call. * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_add_user(struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct isds_DbUserInfo *user, struct isds_credentials_delivery *credentials_delivery, const struct isds_approval *approval, char **refnumber) { return build_send_manipulationboxuser_request_check_drop_response(context, BAD_CAST "AddDataBoxUser", box, user, credentials_delivery, approval, (xmlChar **) refnumber); } /* Remove user assigned to given box. * @context is session context * @box is box identification * @user identifies user to remove * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_delete_user(struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct isds_DbUserInfo *user, const struct isds_approval *approval, char **refnumber) { return build_send_manipulationboxuser_request_check_drop_response(context, BAD_CAST "DeleteDataBoxUser", box, user, NULL, approval, (xmlChar **) refnumber); } /* Get list of boxes in ZIP archive. * @context is session context * @list_identifier is UTF-8 encoded string identifying boxes of interrest. * System recognizes following values currently: ALL (all boxes), UPG * (effectively OVM boxes), OVM (OVM gross type boxes), OPN (boxes allowing * receiving commercial messages). This argument is a string because * specification states new values can appear in the future. Not all list * types are available to all users. * @buffer is automatically reallocated memory to store the list of boxes. The * list is zipped CSV file. * @buffer_length is size of @buffer data in bytes. * In case of error @buffer will be freed and @buffer_length will be * undefined.*/ isds_error isds_get_box_list_archive(struct isds_ctx *context, const char *list_identifier, void **buffer, size_t *buffer_length) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL, node; xmlDocPtr response = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; char *string = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (buffer) zfree(*buffer); if (!buffer || !buffer_length) return IE_INVAL; #if HAVE_LIBCURL /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Build AuthenticateMessage request */ request = xmlNewNode(NULL, BAD_CAST "GetDataBoxList"); if (!request) { isds_log_message(context, _("Could not build GetDataBoxList request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); INSERT_STRING(request, "dblType", list_identifier); /* Send request to server and process response */ err = send_destroy_request_check_response(context, SERVICE_DB_SEARCH, BAD_CAST "GetDataBoxList", &request, &response, NULL, NULL); if (err) goto leave; /* Extract Base-64 encoded ZIP file */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } EXTRACT_STRING("/isds:GetDataBoxListResponse/isds:dblData", string); /* Decode non-empty archive */ if (string && string[0] != '\0') { *buffer_length = _isds_b64decode(string, buffer); if (*buffer_length == (size_t) -1) { isds_printf_message(context, _("Error while Base64-decoding box list archive")); err = IE_ERROR; goto leave; } } leave: free(string); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(response); xmlFreeNode(request); if (!err) { isds_log(ILF_ISDS, ILL_DEBUG, _("GetDataBoxList request " "processed by server successfully.\n")); } #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Find boxes suiting given criteria. * @criteria is filter. You should fill in at least some members. * @boxes is automatically reallocated list of isds_DbOwnerInfo structures, * possibly empty. Input NULL or valid old structure. * @return: * IE_SUCCESS if search succeeded, @boxes contains useful data * IE_NOEXIST if no such box exists, @boxes will be NULL * IE_2BIG if too much boxes exist and server truncated the results, @boxes * contains still valid data * other code if something bad happens. @boxes will be NULL. */ isds_error isds_FindDataBox(struct isds_ctx *context, const struct isds_DbOwnerInfo *criteria, struct isds_list **boxes) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL _Bool truncated = 0; xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL; xmlDocPtr response = NULL; xmlChar *code = NULL, *message = NULL; xmlNodePtr db_owner_info; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; xmlChar *string = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!boxes) return IE_INVAL; isds_list_free(boxes); if (!criteria) { return IE_INVAL; } #if HAVE_LIBCURL /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Build FindDataBox request */ request = xmlNewNode(NULL, BAD_CAST "FindDataBox"); if (!request) { isds_log_message(context, _("Could build FindDataBox request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); db_owner_info = xmlNewChild(request, NULL, BAD_CAST "dbOwnerInfo", NULL); if (!db_owner_info) { isds_log_message(context, _("Could not add dbOwnerInfo child to " "FindDataBox element")); xmlFreeNode(request); return IE_ERROR; } err = insert_DbOwnerInfo(context, criteria, db_owner_info); if (err) goto leave; isds_log(ILF_ISDS, ILL_DEBUG, _("Sending FindDataBox request to ISDS\n")); /* Sent request */ err = _isds(context, SERVICE_DB_SEARCH, request, &response, NULL, NULL); /* Destroy request */ xmlFreeNode(request); request = NULL; if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("Processing ISDS response on FindDataBox " "request failed\n")); goto leave; } /* Check for response status */ err = isds_response_status(context, SERVICE_DB_SEARCH, response, &code, &message, NULL); if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("ISDS response on FindDataBox request is missing status\n")); goto leave; } /* Request processed, but nothing found */ if (!xmlStrcmp(code, BAD_CAST "0002") || !xmlStrcmp(code, BAD_CAST "5001")) { char *code_locale = _isds_utf82locale((char*)code); char *message_locale = _isds_utf82locale((char*)message); isds_log(ILF_ISDS, ILL_DEBUG, _("Server did not found any box on FindDataBox request " "(code=%s, message=%s)\n"), code_locale, message_locale); isds_log_message(context, message_locale); free(code_locale); free(message_locale); err = IE_NOEXIST; goto leave; } /* Warning, not a error */ if (!xmlStrcmp(code, BAD_CAST "0003")) { char *code_locale = _isds_utf82locale((char*)code); char *message_locale = _isds_utf82locale((char*)message); isds_log(ILF_ISDS, ILL_DEBUG, _("Server truncated response on FindDataBox request " "(code=%s, message=%s)\n"), code_locale, message_locale); isds_log_message(context, message_locale); free(code_locale); free(message_locale); truncated = 1; } /* Other error */ else if (xmlStrcmp(code, BAD_CAST "0000")) { char *code_locale = _isds_utf82locale((char*)code); char *message_locale = _isds_utf82locale((char*)message); isds_log(ILF_ISDS, ILL_DEBUG, _("Server refused FindDataBox request " "(code=%s, message=%s)\n"), code_locale, message_locale); isds_log_message(context, message_locale); free(code_locale); free(message_locale); err = IE_ISDS; goto leave; } xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } /* Extract boxes if they present */ result = xmlXPathEvalExpression(BAD_CAST "/isds:FindDataBoxResponse/isds:dbResults/isds:dbOwnerInfo", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (!xmlXPathNodeSetIsEmpty(result->nodesetval)) { struct isds_list *item, *prev_item = NULL; for (int i = 0; i < result->nodesetval->nodeNr; i++) { item = calloc(1, sizeof(*item)); if (!item) { err = IE_NOMEM; goto leave; } item->destructor = (void (*)(void **))isds_DbOwnerInfo_free; if (i == 0) *boxes = item; else prev_item->next = item; prev_item = item; xpath_ctx->node = result->nodesetval->nodeTab[i]; err = extract_DbOwnerInfo(context, (struct isds_DbOwnerInfo **) &(item->data), xpath_ctx); if (err) goto leave; } } leave: if (err) { isds_list_free(boxes); } else { if (truncated) err = IE_2BIG; } free(string); xmlFreeNode(request); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); free(code); free(message); xmlFreeDoc(response); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("FindDataBox request processed by server successfully.\n")); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } #if HAVE_LIBCURL /* Convert a string with match markers into a plain string with list of * pointers to the matches * @string is an UTF-8 encoded non-constant string with match markers * "|$*HL_START*$|" for start and "|$*HL_END*$|" for end of a match. * The markers will be removed from the string. * @starts is a reallocated list of static pointers into the @string pointing * to places where match start markers occured. * @ends is a reallocated list of static pointers into the @string pointing * to places where match end markers occured. * @return IE_SUCCESS in case of no failure. */ static isds_error interpret_matches(xmlChar *string, struct isds_list **starts, struct isds_list **ends) { isds_error err = IE_SUCCESS; xmlChar *pointer, *destination, *source; struct isds_list *item, *prev_start = NULL, *prev_end = NULL; isds_list_free(starts); isds_list_free(ends); if (NULL == starts || NULL == ends) return IE_INVAL; if (NULL == string) return IE_SUCCESS; for (pointer = string; *pointer != '\0';) { if (!xmlStrncmp(pointer, BAD_CAST "|$*HL_START*$|", 14)) { /* Remove the start marker */ for (source = pointer + 14, destination = pointer; *source != '\0'; source++, destination++) { *destination = *source; } *destination = '\0'; /* Append the pointer into the list */ item = calloc(1, sizeof(*item)); if (!item) { err = IE_NOMEM; goto leave; } item->destructor = (void (*)(void **))NULL; item->data = pointer; if (NULL == prev_start) *starts = item; else prev_start->next = item; prev_start = item; } else if (!xmlStrncmp(pointer, BAD_CAST "|$*HL_END*$|", 12)) { /* Remove the end marker */ for (source = pointer + 12, destination = pointer; *source != '\0'; source++, destination++) { *destination = *source; } *destination = '\0'; /* Append the pointer into the list */ item = calloc(1, sizeof(*item)); if (!item) { err = IE_NOMEM; goto leave; } item->destructor = (void (*)(void **))NULL; item->data = pointer; if (NULL == prev_end) *ends = item; else prev_end->next = item; prev_end = item; } else { pointer++; } } leave: if (err) { isds_list_free(starts); isds_list_free(ends); } return err; } /* Convert isds:dbResult XML tree into structure * @context is ISDS context. * @fulltext_result is automatically reallocated found box structure. * @xpath_ctx is XPath context with current node as isds:dbResult element. * @collect_matches is true to interpret match markers. * In case of error @result will be freed. */ static isds_error extract_dbResult(struct isds_ctx *context, struct isds_fulltext_result **fulltext_result, xmlXPathContextPtr xpath_ctx, _Bool collect_matches) { isds_error err = IE_SUCCESS; xmlXPathObjectPtr result = NULL; char *string = NULL; if (NULL == context) return IE_INVALID_CONTEXT; if (NULL == fulltext_result) return IE_INVAL; isds_fulltext_result_free(fulltext_result); if (!xpath_ctx) return IE_INVAL; *fulltext_result = calloc(1, sizeof(**fulltext_result)); if (NULL == *fulltext_result) { err = IE_NOMEM; goto leave; } /* Extract data */ EXTRACT_STRING("isds:dbID", (*fulltext_result)->dbID); EXTRACT_STRING("isds:dbType", string); if (NULL == string) { err = IE_ISDS; isds_log_message(context, _("Empty isds:dbType element")); goto leave; } err = string2isds_DbType((xmlChar *)string, &(*fulltext_result)->dbType); if (err) { if (err == IE_ENUM) { err = IE_ISDS; char *string_locale = _isds_utf82locale(string); isds_printf_message(context, _("Unknown isds:dbType: %s"), string_locale); free(string_locale); } goto leave; } zfree(string); EXTRACT_STRING("isds:dbName", (*fulltext_result)->name); EXTRACT_STRING("isds:dbAddress", (*fulltext_result)->address); err = extract_BiDate(context, &(*fulltext_result)->biDate, xpath_ctx); if (err) goto leave; EXTRACT_STRING("isds:dbICO", (*fulltext_result)->ic); EXTRACT_BOOLEANNOPTR("isds:dbEffectiveOVM", (*fulltext_result)->dbEffectiveOVM); EXTRACT_STRING("isds:dbSendOptions", string); if (NULL == string) { err = IE_ISDS; isds_log_message(context, _("Empty isds:dbSendOptions element")); goto leave; } if (!xmlStrcmp(BAD_CAST string, BAD_CAST "DZ")) { (*fulltext_result)->active = 1; (*fulltext_result)->public_sending = 1; (*fulltext_result)->commercial_sending = 0; } else if (!xmlStrcmp(BAD_CAST string, BAD_CAST "ALL")) { (*fulltext_result)->active = 1; (*fulltext_result)->public_sending = 1; (*fulltext_result)->commercial_sending = 1; } else if (!xmlStrcmp(BAD_CAST string, BAD_CAST "PDZ")) { (*fulltext_result)->active = 1; (*fulltext_result)->public_sending = 0; (*fulltext_result)->commercial_sending = 1; } else if (!xmlStrcmp(BAD_CAST string, BAD_CAST "NONE")) { (*fulltext_result)->active = 1; (*fulltext_result)->public_sending = 0; (*fulltext_result)->commercial_sending = 0; } else if (!xmlStrcmp(BAD_CAST string, BAD_CAST "DISABLED")) { (*fulltext_result)->active = 0; (*fulltext_result)->public_sending = 0; (*fulltext_result)->commercial_sending = 0; } else { err = IE_ISDS; char *string_locale = _isds_utf82locale(string); isds_printf_message(context, _("Unknown isds:dbSendOptions value: %s"), string_locale); free(string_locale); goto leave; } zfree(string); /* Interpret match marks */ if (collect_matches) { err = interpret_matches(BAD_CAST (*fulltext_result)->name, &((*fulltext_result)->name_match_start), &((*fulltext_result)->name_match_end)); if (err) goto leave; err = interpret_matches(BAD_CAST (*fulltext_result)->address, &((*fulltext_result)->address_match_start), &((*fulltext_result)->address_match_end)); if (err) goto leave; } leave: if (err) isds_fulltext_result_free(fulltext_result); free(string); xmlXPathFreeObject(result); return err; } #endif /* HAVE_LIBCURL */ /* Find boxes matching a given full-text criteria. * @context is a session context * @query is a non-empty string which consists of words to search * @target selects box attributes to search for @query words. Pass NULL if you * don't care. * @box_type restricts searching to given box type. Value DBTYPE_SYSTEM means * to search in all box types. Pass NULL to let server to use default value * which is DBTYPE_SYSTEM. * @page_size defines count of boxes to constitute a response page. It counts * from zero. Pass NULL to let server to use a default value (50 now). * @page_number defines ordinar number of the response page to return. It * counts from zero. Pass NULL to let server to use a default value (0 now). * @track_matches points to true for marking @query words found in the box * attributes. It points to false for not marking. Pass NULL to let the server * to use default value (false now). * @total_matching_boxes outputs reallocated number of all boxes matching the * query. Will be pointer to NULL if server did not provide the value. * Pass NULL if you don't care. * @current_page_beginning outputs reallocated ordinar number of the first box * in this @boxes page. It counts from zero. It will be pointer to NULL if the * server did not provide the value. Pass NULL if you don't care. * @current_page_size outputs reallocated count of boxes in the this @boxes * page. It will be pointer to NULL if the server did not provide the value. * Pass NULL if you don't care. * @last_page outputs pointer to reallocated boolean. True if this @boxes page * is the last one, false if more boxes match, NULL if the server did not * provude the value. Pass NULL if you don't care. * @boxes outputs reallocated list of isds_fulltext_result structures, * possibly empty. * @return: * IE_SUCCESS if search succeeded * IE_2BIG if @page_size is too large * other code if something bad happens; output arguments will be NULL. */ isds_error isds_find_box_by_fulltext(struct isds_ctx *context, const char *query, const isds_fulltext_target *target, const isds_DbType *box_type, const unsigned long int *page_size, const unsigned long int *page_number, const _Bool *track_matches, unsigned long int **total_matching_boxes, unsigned long int **current_page_beginning, unsigned long int **current_page_size, _Bool **last_page, struct isds_list **boxes) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL; xmlDocPtr response = NULL; xmlNodePtr node; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; const xmlChar *static_string = NULL; xmlChar *string = NULL; const xmlChar *codes[] = { BAD_CAST "1004", BAD_CAST "1152", BAD_CAST "1153", BAD_CAST "1154", BAD_CAST "1155", BAD_CAST "1156", BAD_CAST "9002", NULL }; const char *meanings[] = { N_("You are not allowed to perform the search"), N_("The query string is empty"), N_("Searched box ID is malformed"), N_("Searched organization ID is malformed"), N_("Invalid input"), N_("Requested page size is too large"), N_("Search engine internal error") }; const isds_error errors[] = { IE_ISDS, IE_INVAL, IE_INVAL, IE_INVAL, IE_INVAL, IE_2BIG, IE_ISDS }; struct code_map_isds_error map = { .codes = codes, .meanings = meanings, .errors = errors }; #endif if (NULL != total_matching_boxes) zfree(*total_matching_boxes); if (NULL != current_page_beginning) zfree(*current_page_beginning); if (NULL != current_page_size) zfree(*current_page_size); if (NULL != last_page) zfree(*last_page); isds_list_free(boxes); if (NULL == context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (NULL == boxes) return IE_INVAL; if (NULL == query || !xmlStrcmp(BAD_CAST query, BAD_CAST "")) { isds_log_message(context, _("Query string must be non-empty")); return IE_INVAL; } #if HAVE_LIBCURL /* Check if connection is established * TODO: This check should be done downstairs. */ if (NULL == context->curl) return IE_CONNECTION_CLOSED; /* Build FindDataBox request */ request = xmlNewNode(NULL, BAD_CAST "ISDSSearch2"); if (NULL == request) { isds_log_message(context, _("Could not build ISDSSearch2 request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(NULL == isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); INSERT_STRING(request, "searchText", query); if (NULL != target) { static_string = isds_fulltext_target2string(*(target)); if (NULL == static_string) { isds_printf_message(context, _("Invalid target value: %d"), *(target)); err = IE_ENUM; goto leave; } } INSERT_STRING(request, "searchType", static_string); static_string = NULL; if (NULL != box_type) { /* XXX: Handle DBTYPE_SYSTEM value as "ALL" */ if (DBTYPE_SYSTEM == *box_type) { static_string = BAD_CAST "ALL"; } else { static_string = isds_DbType2string(*(box_type)); if (NULL == static_string) { isds_printf_message(context, _("Invalid box type value: %d"), *(box_type)); err = IE_ENUM; goto leave; } } } INSERT_STRING(request, "searchScope", static_string); static_string = NULL; INSERT_ULONGINT(request, "page", page_number, string); INSERT_ULONGINT(request, "pageSize", page_size, string); INSERT_BOOLEAN(request, "highlighting", track_matches); /* Send request and check response */ err = send_destroy_request_check_response(context, SERVICE_DB_SEARCH, BAD_CAST "ISDSSearch2", &request, &response, NULL, &map); if (err) goto leave; /* Parse response */ xpath_ctx = xmlXPathNewContext(response); if (NULL == xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression(BAD_CAST "/isds:ISDSSearch2Response", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_log_message(context, _("Missing ISDSSearch2 element")); err = IE_ISDS; goto leave; } if (result->nodesetval->nodeNr > 1) { isds_log_message(context, _("Multiple ISDSSearch2 element")); err = IE_ISDS; goto leave; } xpath_ctx->node = result->nodesetval->nodeTab[0]; xmlXPathFreeObject(result); result = NULL; /* Extract counters */ if (NULL != total_matching_boxes) { EXTRACT_ULONGINT("isds:totalCount", *total_matching_boxes, 0); } if (NULL != current_page_size) { EXTRACT_ULONGINT("isds:currentCount", *current_page_size, 0); } if (NULL != current_page_beginning) { EXTRACT_ULONGINT("isds:position", *current_page_beginning, 0); } if (NULL != last_page) { EXTRACT_BOOLEAN("isds:lastPage", *last_page); } xmlXPathFreeObject(result); result = NULL; /* Extract boxes if they present */ result = xmlXPathEvalExpression(BAD_CAST "isds:dbResults/isds:dbResult", xpath_ctx); if (NULL == result) { err = IE_ERROR; goto leave; } if (!xmlXPathNodeSetIsEmpty(result->nodesetval)) { struct isds_list *item, *prev_item = NULL; for (int i = 0; i < result->nodesetval->nodeNr; i++) { item = calloc(1, sizeof(*item)); if (!item) { err = IE_NOMEM; goto leave; } item->destructor = (void (*)(void **))isds_fulltext_result_free; if (i == 0) *boxes = item; else prev_item->next = item; prev_item = item; xpath_ctx->node = result->nodesetval->nodeTab[i]; err = extract_dbResult(context, (struct isds_fulltext_result **) &(item->data), xpath_ctx, (NULL == track_matches) ? 0 : *track_matches); if (err) goto leave; } } leave: if (err) { if (NULL != total_matching_boxes) zfree(*total_matching_boxes); if (NULL != current_page_beginning) zfree(*current_page_beginning); if (NULL != current_page_size) zfree(*current_page_size); if (NULL != last_page) zfree(*last_page); isds_list_free(boxes); } free(string); xmlFreeNode(request); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(response); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("ISDSSearch2 request processed by server successfully.\n")); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Get status of a box. * @context is ISDS session context. * @box_id is UTF-8 encoded box identifier as zero terminated string * @box_status is return value of box status. * @return: * IE_SUCCESS if box has been found and its status retrieved * IE_NOEXIST if box is not known to ISDS server * or other appropriate error. * You can use isds_DbState to enumerate box status. However out of enum * range value can be returned too. This is feature because ISDS * specification leaves the set of values open. * Be ware that status DBSTATE_REMOVED is signaled as IE_SUCCESS. That means * the box has been deleted, but ISDS still lists its former existence. */ isds_error isds_CheckDataBox(struct isds_ctx *context, const char *box_id, long int *box_status) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL, db_id; xmlDocPtr response = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; xmlChar *string = NULL; const xmlChar *codes[] = { BAD_CAST "5001", BAD_CAST "1007", BAD_CAST "2011", NULL }; const char *meanings[] = { "The box does not exist", "Box ID is malformed", "Box ID malformed", }; const isds_error errors[] = { IE_NOEXIST, IE_INVAL, IE_INVAL, }; struct code_map_isds_error map = { .codes = codes, .meanings = meanings, .errors = errors }; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!box_status || !box_id || *box_id == '\0') return IE_INVAL; #if HAVE_LIBCURL /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Build CheckDataBox request */ request = xmlNewNode(NULL, BAD_CAST "CheckDataBox"); if (!request) { isds_log_message(context, _("Could build CheckDataBox request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); db_id = xmlNewTextChild(request, NULL, BAD_CAST "dbID", (xmlChar *) box_id); if (!db_id) { isds_log_message(context, _("Could not add dbID child to " "CheckDataBox element")); xmlFreeNode(request); return IE_ERROR; } /* Send request and check response*/ err = send_destroy_request_check_response(context, SERVICE_DB_SEARCH, BAD_CAST "CheckDataBox", &request, &response, NULL, &map); if (err) goto leave; /* Extract data */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression(BAD_CAST "/isds:CheckDataBoxResponse", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_log_message(context, _("Missing CheckDataBoxResponse element")); err = IE_ISDS; goto leave; } if (result->nodesetval->nodeNr > 1) { isds_log_message(context, _("Multiple CheckDataBoxResponse element")); err = IE_ISDS; goto leave; } xpath_ctx->node = result->nodesetval->nodeTab[0]; xmlXPathFreeObject(result); result = NULL; EXTRACT_LONGINT("isds:dbState", box_status, 1); leave: free(string); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(response); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("CheckDataBox request processed by server successfully.\n")); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Get list of permissions to send commercial messages. * @context is ISDS session context. * @box_id is UTF-8 encoded sender box identifier as zero terminated string * @permissions is a reallocated list of permissions (struct * isds_commercial_permission*) to send commercial messages from @box_id. The * order of permissions is significant as the server applies the permissions * and associated pre-paid credits in the order. Empty list means no * permission. * @return: * IE_SUCCESS if the list has been obtained correctly, * or other appropriate error. */ isds_error isds_get_commercial_permissions(struct isds_ctx *context, const char *box_id, struct isds_list **permissions) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (NULL == permissions) return IE_INVAL; isds_list_free(permissions); if (NULL == box_id) return IE_INVAL; #if HAVE_LIBCURL /* Check if connection is established */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Do request and check for success */ err = build_send_dbid_request_check_response(context, SERVICE_DB_SEARCH, BAD_CAST "PDZInfo", BAD_CAST "PDZSender", BAD_CAST box_id, NULL, &response, NULL); if (!err) { isds_log(ILF_ISDS, ILL_DEBUG, _("PDZInfo request processed by server successfully.\n")); } /* Extract data */ /* Prepare structure */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } /* Set context node */ result = xmlXPathEvalExpression(BAD_CAST "/isds:PDZInfoResponse/isds:dbPDZRecords/isds:dbPDZRecord", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (!xmlXPathNodeSetIsEmpty(result->nodesetval)) { struct isds_list *prev_item = NULL; /* Iterate over all permission records */ for (int i = 0; i < result->nodesetval->nodeNr; i++) { struct isds_list *item; /* Prepare structure */ item = calloc(1, sizeof(*item)); if (!item) { err = IE_NOMEM; goto leave; } item->destructor = (void(*)(void**))isds_commercial_permission_free; if (i == 0) *permissions = item; else prev_item->next = item; prev_item = item; /* Extract it */ xpath_ctx->node = result->nodesetval->nodeTab[i]; err = extract_DbPDZRecord(context, (struct isds_commercial_permission **) (&item->data), xpath_ctx); if (err) goto leave; } } leave: if (err) { isds_list_free(permissions); } xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(response); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Get details about credit for sending pre-paid commercial messages. * @context is ISDS session context. * @box_id is UTF-8 encoded sender box identifier as zero terminated string. * @from_date is first day of credit history to return in @history. Only * tm_year, tm_mon and tm_mday carry sane value. * @to_date is last day of credit history to return in @history. Only * tm_year, tm_mon and tm_mday carry sane value. * @credit outputs current credit value into pre-allocated memory. Pass NULL * if you don't care. This and all other credit values are integers in * hundredths of Czech Crowns. * @email outputs notification e-mail address where notifications about credit * are sent. This is automatically reallocated string. Pass NULL if you don't * care. It can return NULL if no address is defined. * @history outputs auto-reallocated list of pointers to struct * isds_credit_event. Events in closed interval @from_time to @to_time are * returned. Pass NULL @to_time and @from_time if you don't care. The events * are sorted by time. * @return: * IE_SUCCESS if the credit details have been obtained correctly, * or other appropriate error. Please note that server allows to retrieve * only limited history of events. */ isds_error isds_get_commercial_credit(struct isds_ctx *context, const char *box_id, const struct tm *from_date, const struct tm *to_date, long int *credit, char **email, struct isds_list **history) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL char *box_id_locale = NULL; xmlNodePtr request = NULL, node; xmlNsPtr isds_ns = NULL; xmlChar *string = NULL; xmlDocPtr response = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; const xmlChar *codes[] = { BAD_CAST "1004", BAD_CAST "2011", BAD_CAST "1093", BAD_CAST "1137", BAD_CAST "1058", NULL }; const char *meanings[] = { "Insufficient priviledges for the box", "The box does not exist", "Date is too long (history is not available after 15 months)", "Interval is too long (limit is 3 months)", "Invalid date" }; const isds_error errors[] = { IE_ISDS, IE_NOEXIST, IE_DATE, IE_DATE, IE_DATE, }; struct code_map_isds_error map = { .codes = codes, .meanings = meanings, .errors = errors }; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); /* Free output argument */ if (NULL != credit) *credit = 0; if (NULL != email) zfree(*email); isds_list_free(history); if (NULL == box_id) return IE_INVAL; #if HAVE_LIBCURL /* Check if connection is established */ if (NULL == context->curl) return IE_CONNECTION_CLOSED; box_id_locale = _isds_utf82locale((char*)box_id); if (NULL == box_id_locale) { err = IE_NOMEM; goto leave; } /* Build request */ request = xmlNewNode(NULL, BAD_CAST "DataBoxCreditInfo"); if (NULL == request) { isds_printf_message(context, _("Could not build DataBoxCreditInfo request for %s box"), box_id_locale); err = IE_ERROR; goto leave; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); err = IE_ERROR; goto leave; } xmlSetNs(request, isds_ns); /* Add mandatory XSD:tIdDbInput child */ INSERT_STRING(request, BAD_CAST "dbID", box_id); /* Add mandatory dates elements with optional values */ if (from_date) { err = tm2datestring(from_date, &string); if (err) { isds_log_message(context, _("Could not convert `from_date' argument to ISO date " "string")); goto leave; } INSERT_STRING(request, "ciFromDate", string); zfree(string); } else { INSERT_STRING(request, "ciFromDate", NULL); } if (to_date) { err = tm2datestring(to_date, &string); if (err) { isds_log_message(context, _("Could not convert `to_date' argument to ISO date " "string")); goto leave; } INSERT_STRING(request, "ciTodate", string); zfree(string); } else { INSERT_STRING(request, "ciTodate", NULL); } /* Send request and check response*/ err = send_destroy_request_check_response(context, SERVICE_DB_SEARCH, BAD_CAST "DataBoxCreditInfo", &request, &response, NULL, &map); if (err) goto leave; /* Extract data */ /* Set context to the root */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression(BAD_CAST "/isds:DataBoxCreditInfoResponse", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_log_message(context, _("Missing DataBoxCreditInfoResponse element")); err = IE_ISDS; goto leave; } if (result->nodesetval->nodeNr > 1) { isds_log_message(context, _("Multiple DataBoxCreditInfoResponse element")); err = IE_ISDS; goto leave; } xpath_ctx->node = result->nodesetval->nodeTab[0]; xmlXPathFreeObject(result); result = NULL; /* Extract common data */ if (NULL != credit) EXTRACT_LONGINT("isds:currentCredit", credit, 1); if (NULL != email) EXTRACT_STRING("isds:notifEmail", *email); /* Extract records */ if (NULL == history) goto leave; result = xmlXPathEvalExpression(BAD_CAST "isds:ciRecords/isds:ciRecord", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (!xmlXPathNodeSetIsEmpty(result->nodesetval)) { struct isds_list *prev_item = NULL; /* Iterate over all records */ for (int i = 0; i < result->nodesetval->nodeNr; i++) { struct isds_list *item; /* Prepare structure */ item = calloc(1, sizeof(*item)); if (!item) { err = IE_NOMEM; goto leave; } item->destructor = (void(*)(void**))isds_credit_event_free; if (i == 0) *history = item; else prev_item->next = item; prev_item = item; /* Extract it */ xpath_ctx->node = result->nodesetval->nodeTab[i]; err = extract_CiRecord(context, (struct isds_credit_event **) (&item->data), xpath_ctx); if (err) goto leave; } } leave: if (!err) { isds_log(ILF_ISDS, ILL_DEBUG, _("DataBoxCreditInfo request processed by server successfully.\n")); } if (err) { isds_list_free(history); if (NULL != email) zfree(*email) } free(box_id_locale); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(response); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Build ISDS request of XSD tIdDbInput type, sent it, check for error * code, destroy response and log success. * @context is ISDS session context. * @service_name is name of SERVICE_DB_MANIPULATION service * @box_id is UTF-8 encoded box identifier as zero terminated string * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. */ static isds_error build_send_manipulationdbid_request_check_drop_response( struct isds_ctx *context, const xmlChar *service_name, const xmlChar *box_id, const struct isds_approval *approval, xmlChar **refnumber) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!service_name || *service_name == '\0' || !box_id) return IE_INVAL; #if HAVE_LIBCURL /* Check if connection is established */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Do request and check for success */ err = build_send_dbid_request_check_response(context, SERVICE_DB_MANIPULATION, service_name, NULL, box_id, approval, &response, refnumber); xmlFreeDoc(response); if (!err) { char *service_name_locale = _isds_utf82locale((char *) service_name); isds_log(ILF_ISDS, ILL_DEBUG, _("%s request processed by server successfully.\n"), service_name_locale); free(service_name_locale); } #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Switch box into state where box can receive commercial messages (off by * default) * @context is ISDS session context. * @box_id is UTF-8 encoded box identifier as zero terminated string * @allow is true for enable, false for disable commercial messages income * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. */ isds_error isds_switch_commercial_receiving(struct isds_ctx *context, const char *box_id, const _Bool allow, const struct isds_approval *approval, char **refnumber) { return build_send_manipulationdbid_request_check_drop_response(context, (allow) ? BAD_CAST "SetOpenAddressing" : BAD_CAST "ClearOpenAddressing", BAD_CAST box_id, approval, (xmlChar **) refnumber); } /* Switch box into / out of state where non-OVM box can act as OVM (e.g. force * message acceptance). This is just a box permission. Sender must apply * such role by sending each message. * @context is ISDS session context. * @box_id is UTF-8 encoded box identifier as zero terminated string * @allow is true for enable, false for disable OVM role permission * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. */ isds_error isds_switch_effective_ovm(struct isds_ctx *context, const char *box_id, const _Bool allow, const struct isds_approval *approval, char **refnumber) { return build_send_manipulationdbid_request_check_drop_response(context, (allow) ? BAD_CAST "SetEffectiveOVM" : BAD_CAST "ClearEffectiveOVM", BAD_CAST box_id, approval, (xmlChar **) refnumber); } /* Build ISDS request of XSD tOwnerInfoInput type, sent it, check for error * code, destroy response and log success. * @context is ISDS session context. * @service_name is name of SERVICE_DB_MANIPULATION service * @owner is structure describing box * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. */ static isds_error build_send_manipulationdbowner_request_check_drop_response( struct isds_ctx *context, const xmlChar *service_name, const struct isds_DbOwnerInfo *owner, const struct isds_approval *approval, xmlChar **refnumber) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL char *service_name_locale = NULL; xmlNodePtr request = NULL, db_owner_info; xmlNsPtr isds_ns = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!service_name || *service_name == '\0' || !owner) return IE_INVAL; #if HAVE_LIBCURL service_name_locale = _isds_utf82locale((char*)service_name); if (!service_name_locale) { err = IE_NOMEM; goto leave; } /* Build request */ request = xmlNewNode(NULL, service_name); if (!request) { isds_printf_message(context, _("Could not build %s request"), service_name_locale); err = IE_ERROR; goto leave; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); err = IE_ERROR; goto leave; } xmlSetNs(request, isds_ns); /* Add XSD:tOwnerInfoInput child*/ INSERT_ELEMENT(db_owner_info, request, "dbOwnerInfo"); err = insert_DbOwnerInfo(context, owner, db_owner_info); if (err) goto leave; /* Add XSD:gExtApproval*/ err = insert_GExtApproval(context, approval, request); if (err) goto leave; /* Send it to server and process response */ err = send_request_check_drop_response(context, SERVICE_DB_MANIPULATION, service_name, &request, refnumber); leave: xmlFreeNode(request); free(service_name_locale); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Switch box accessibility state on request of box owner. * Despite the name, owner must do the request off-line. This function is * designed for such off-line meeting points (e.g. Czech POINT). * @context is ISDS session context. * @box identifies box to switch accessibility state. * @allow is true for making accessible, false to disallow access. * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. */ isds_error isds_switch_box_accessibility_on_owner_request( struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const _Bool allow, const struct isds_approval *approval, char **refnumber) { return build_send_manipulationdbowner_request_check_drop_response(context, (allow) ? BAD_CAST "EnableOwnDataBox" : BAD_CAST "DisableOwnDataBox", box, approval, (xmlChar **) refnumber); } /* Disable box accessibility on law enforcement (e.g. by prison) since exact * date. * @context is ISDS session context. * @box identifies box to switch accessibility state. * @since is date since accessibility has been denied. This can be past too. * Only tm_year, tm_mon and tm_mday carry sane value. * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. */ isds_error isds_disable_box_accessibility_externaly( struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct tm *since, const struct isds_approval *approval, char **refnumber) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL char *service_name_locale = NULL; xmlNodePtr request = NULL, node; xmlNsPtr isds_ns = NULL; xmlChar *string = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!box || !since) return IE_INVAL; #if HAVE_LIBCURL /* Build request */ request = xmlNewNode(NULL, BAD_CAST "DisableDataBoxExternally"); if (!request) { isds_printf_message(context, _("Could not build %s request"), "DisableDataBoxExternally"); err = IE_ERROR; goto leave; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); err = IE_ERROR; goto leave; } xmlSetNs(request, isds_ns); /* Add @box identification */ INSERT_ELEMENT(node, request, "dbOwnerInfo"); err = insert_DbOwnerInfo(context, box, node); if (err) goto leave; /* Add @since date */ err = tm2datestring(since, &string); if(err) { isds_log_message(context, _("Could not convert `since' argument to ISO date string")); goto leave; } INSERT_STRING(request, "dbOwnerDisableDate", string); zfree(string); /* Add @approval */ err = insert_GExtApproval(context, approval, request); if (err) goto leave; /* Send it to server and process response */ err = send_request_check_drop_response(context, SERVICE_DB_MANIPULATION, BAD_CAST "DisableDataBoxExternally", &request, (xmlChar **) refnumber); leave: free(string); xmlFreeNode(request); free(service_name_locale); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } #if HAVE_LIBCURL /* Insert struct isds_message data (envelope (recipient data optional) and * documents into XML tree * @context is session context * @outgoing_message is libisds structure with message data * @create_message is XML CreateMessage or CreateMultipleMessage element * @process_recipient true for recipient data serialization, false for no * serialization */ static isds_error insert_envelope_files(struct isds_ctx *context, const struct isds_message *outgoing_message, xmlNodePtr create_message, const _Bool process_recipient) { isds_error err = IE_SUCCESS; xmlNodePtr envelope, dm_files, node; xmlChar *string = NULL; if (!context) return IE_INVALID_CONTEXT; if (!outgoing_message || !create_message) return IE_INVAL; /* Build envelope */ envelope = xmlNewChild(create_message, NULL, BAD_CAST "dmEnvelope", NULL); if (!envelope) { isds_printf_message(context, _("Could not add dmEnvelope child to " "%s element"), create_message->name); return IE_ERROR; } if (!outgoing_message->envelope) { isds_log_message(context, _("Outgoing message is missing envelope")); err = IE_INVAL; goto leave; } /* Insert optional message type */ err = insert_message_type(context, outgoing_message->envelope->dmType, envelope); if (err) goto leave; INSERT_STRING(envelope, "dmSenderOrgUnit", outgoing_message->envelope->dmSenderOrgUnit); INSERT_LONGINT(envelope, "dmSenderOrgUnitNum", outgoing_message->envelope->dmSenderOrgUnitNum, string); if (process_recipient) { if (!outgoing_message->envelope->dbIDRecipient) { isds_log_message(context, _("Outgoing message is missing recipient box identifier")); err = IE_INVAL; goto leave; } INSERT_STRING(envelope, "dbIDRecipient", outgoing_message->envelope->dbIDRecipient); INSERT_STRING(envelope, "dmRecipientOrgUnit", outgoing_message->envelope->dmRecipientOrgUnit); INSERT_LONGINT(envelope, "dmRecipientOrgUnitNum", outgoing_message->envelope->dmRecipientOrgUnitNum, string); INSERT_STRING(envelope, "dmToHands", outgoing_message->envelope->dmToHands); } CHECK_FOR_STRING_LENGTH(outgoing_message->envelope->dmAnnotation, 0, 255, "dmAnnotation"); INSERT_STRING(envelope, "dmAnnotation", outgoing_message->envelope->dmAnnotation); CHECK_FOR_STRING_LENGTH(outgoing_message->envelope->dmRecipientRefNumber, 0, 50, "dmRecipientRefNumber"); INSERT_STRING(envelope, "dmRecipientRefNumber", outgoing_message->envelope->dmRecipientRefNumber); CHECK_FOR_STRING_LENGTH(outgoing_message->envelope->dmSenderRefNumber, 0, 50, "dmSenderRefNumber"); INSERT_STRING(envelope, "dmSenderRefNumber", outgoing_message->envelope->dmSenderRefNumber); CHECK_FOR_STRING_LENGTH(outgoing_message->envelope->dmRecipientIdent, 0, 50, "dmRecipientIdent"); INSERT_STRING(envelope, "dmRecipientIdent", outgoing_message->envelope->dmRecipientIdent); CHECK_FOR_STRING_LENGTH(outgoing_message->envelope->dmSenderIdent, 0, 50, "dmSenderIdent"); INSERT_STRING(envelope, "dmSenderIdent", outgoing_message->envelope->dmSenderIdent); INSERT_LONGINT(envelope, "dmLegalTitleLaw", outgoing_message->envelope->dmLegalTitleLaw, string); INSERT_LONGINT(envelope, "dmLegalTitleYear", outgoing_message->envelope->dmLegalTitleYear, string); INSERT_STRING(envelope, "dmLegalTitleSect", outgoing_message->envelope->dmLegalTitleSect); INSERT_STRING(envelope, "dmLegalTitlePar", outgoing_message->envelope->dmLegalTitlePar); INSERT_STRING(envelope, "dmLegalTitlePoint", outgoing_message->envelope->dmLegalTitlePoint); INSERT_BOOLEAN(envelope, "dmPersonalDelivery", outgoing_message->envelope->dmPersonalDelivery); INSERT_BOOLEAN(envelope, "dmAllowSubstDelivery", outgoing_message->envelope->dmAllowSubstDelivery); /* ???: Should we require value for dbEffectiveOVM sender? * ISDS has default as true */ INSERT_BOOLEAN(envelope, "dmOVM", outgoing_message->envelope->dmOVM); INSERT_BOOLEAN(envelope, "dmPublishOwnID", outgoing_message->envelope->dmPublishOwnID); /* Append dmFiles */ if (!outgoing_message->documents) { isds_log_message(context, _("Outgoing message is missing list of documents")); err = IE_INVAL; goto leave; } dm_files = xmlNewChild(create_message, NULL, BAD_CAST "dmFiles", NULL); if (!dm_files) { isds_printf_message(context, _("Could not add dmFiles child to " "%s element"), create_message->name); err = IE_ERROR; goto leave; } /* Check for document hierarchy */ err = _isds_check_documents_hierarchy(context, outgoing_message->documents); if (err) goto leave; /* Process each document */ for (struct isds_list *item = (struct isds_list *) outgoing_message->documents; item; item = item->next) { if (!item->data) { isds_log_message(context, _("List of documents contains empty item")); err = IE_INVAL; goto leave; } /* FIXME: Check for dmFileMetaType and for document references. * Only first document can be of MAIN type */ err = insert_document(context, (struct isds_document*) item->data, dm_files); if (err) goto leave; } leave: free(string); return err; } #endif /* HAVE_LIBCURL */ /* Send a message via ISDS to a recipient * @context is session context * @outgoing_message is message to send; Some members are mandatory (like * dbIDRecipient), some are optional and some are irrelevant (especially data * about sender). Included pointer to isds_list documents must contain at * least one document of FILEMETATYPE_MAIN. This is read-write structure, some * members will be filled with valid data from ISDS. Exact list of write * members is subject to change. Currently dmID is changed. * @return ISDS_SUCCESS, or other error code if something goes wrong. */ isds_error isds_send_message(struct isds_ctx *context, struct isds_message *outgoing_message) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL; xmlDocPtr response = NULL; xmlChar *code = NULL, *message = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; /*_Bool message_is_complete = 0;*/ #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!outgoing_message) return IE_INVAL; #if HAVE_LIBCURL /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Build CreateMessage request */ request = xmlNewNode(NULL, BAD_CAST "CreateMessage"); if (!request) { isds_log_message(context, _("Could not build CreateMessage request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); /* Append envelope and files */ err = insert_envelope_files(context, outgoing_message, request, 1); if (err) goto leave; /* Signal we can serialize message since now */ /*message_is_complete = 1;*/ isds_log(ILF_ISDS, ILL_DEBUG, _("Sending CreateMessage request to ISDS\n")); /* Sent request */ err = _isds(context, SERVICE_DM_OPERATIONS, request, &response, NULL, NULL); /* Don't' destroy request, we want to provide it to application later */ if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("Processing ISDS response on CreateMessage " "request failed\n")); goto leave; } /* Check for response status */ err = isds_response_status(context, SERVICE_DM_OPERATIONS, response, &code, &message, NULL); if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("ISDS response on CreateMessage request " "is missing status\n")); goto leave; } /* Request processed, but refused by server or server failed */ if (xmlStrcmp(code, BAD_CAST "0000")) { char *box_id_locale = _isds_utf82locale((char*)outgoing_message->envelope->dbIDRecipient); char *code_locale = _isds_utf82locale((char*)code); char *message_locale = _isds_utf82locale((char*)message); isds_log(ILF_ISDS, ILL_DEBUG, _("Server did not accept message for %s on CreateMessage " "request (code=%s, message=%s)\n"), box_id_locale, code_locale, message_locale); isds_log_message(context, message_locale); free(box_id_locale); free(code_locale); free(message_locale); err = IE_ISDS; goto leave; } /* Extract data */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression(BAD_CAST "/isds:CreateMessageResponse", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_log_message(context, _("Missing CreateMessageResponse element")); err = IE_ISDS; goto leave; } if (result->nodesetval->nodeNr > 1) { isds_log_message(context, _("Multiple CreateMessageResponse element")); err = IE_ISDS; goto leave; } xpath_ctx->node = result->nodesetval->nodeTab[0]; xmlXPathFreeObject(result); result = NULL; if (outgoing_message->envelope->dmID) { free(outgoing_message->envelope->dmID); outgoing_message->envelope->dmID = NULL; } EXTRACT_STRING("isds:dmID", outgoing_message->envelope->dmID); if (!outgoing_message->envelope->dmID) { isds_log(ILF_ISDS, ILL_ERR, _("Server accepted sent message, " "but did not return assigned message ID\n")); } leave: /* TODO: Serialize message into structure member raw */ /* XXX: Each web service transport message in different format. * Therefore it's not possible to save them directly. * To save them, one must figure out common format. * We can leave it on application, or we can implement the ESS format. */ /*if (message_is_complete) { if (outgoing_message->envelope->dmID) { */ /* Add assigned message ID as first child*/ /*xmlNodePtr dmid_text = xmlNewText( (xmlChar *) outgoing_message->envelope->dmID); if (!dmid_text) goto serialization_failed; xmlNodePtr dmid_element = xmlNewNode(envelope->ns, BAD_CAST "dmID"); if (!dmid_element) { xmlFreeNode(dmid_text); goto serialization_failed; } xmlNodePtr dmid_element_with_text = xmlAddChild(dmid_element, dmid_text); if (!dmid_element_with_text) { xmlFreeNode(dmid_element); xmlFreeNode(dmid_text); goto serialization_failed; } node = xmlAddPrevSibling(envelope->childern, dmid_element_with_text); if (!node) { xmlFreeNodeList(dmid_element_with_text); goto serialization_failed; } */ /* Serialize message with ID into raw */ /*buffer = serialize_element(envelope)*/ /* } serialization_failed: }*/ /* Clean up */ xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); free(code); free(message); xmlFreeDoc(response); xmlFreeNode(request); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("CreateMessage request processed by server " "successfully.\n")); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Send a message via ISDS to a multiple recipients * @context is session context * @outgoing_message is message to send; Some members are mandatory, * some are optional and some are irrelevant (especially data * about sender). Data about recipient will be substituted by ISDS from * @copies. Included pointer to isds_list documents must * contain at least one document of FILEMETATYPE_MAIN. * @copies is list of isds_message_copy structures addressing all desired * recipients. This is read-write structure, some members will be filled with * valid data from ISDS (message IDs, error codes, error descriptions). * @return * ISDS_SUCCESS if all messages have been sent * ISDS_PARTIAL_SUCCESS if sending of some messages has failed (failed and * succeeded messages can be identified by copies->data->error), * or other error code if something other goes wrong. */ isds_error isds_send_message_to_multiple_recipients(struct isds_ctx *context, const struct isds_message *outgoing_message, struct isds_list *copies) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL isds_error append_err; xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL, recipients, recipient, node; struct isds_list *item; struct isds_message_copy *copy; xmlDocPtr response = NULL; xmlChar *code = NULL, *message = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; xmlChar *string = NULL; int i; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!outgoing_message || !copies) return IE_INVAL; #if HAVE_LIBCURL /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Build CreateMultipleMessage request */ request = xmlNewNode(NULL, BAD_CAST "CreateMultipleMessage"); if (!request) { isds_log_message(context, _("Could not build CreateMultipleMessage request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); /* Build recipients */ recipients = xmlNewChild(request, NULL, BAD_CAST "dmRecipients", NULL); if (!recipients) { isds_log_message(context, _("Could not add dmRecipients child to " "CreateMultipleMessage element")); xmlFreeNode(request); return IE_ERROR; } /* Insert each recipient */ for (item = copies; item; item = item->next) { copy = (struct isds_message_copy *) item->data; if (!copy) { isds_log_message(context, _("`copies' list item contains empty data")); err = IE_INVAL; goto leave; } recipient = xmlNewChild(recipients, NULL, BAD_CAST "dmRecipient", NULL); if (!recipient) { isds_log_message(context, _("Could not add dmRecipient child to " "dmRecipients element")); err = IE_ERROR; goto leave; } if (!copy->dbIDRecipient) { isds_log_message(context, _("Message copy is missing recipient box identifier")); err = IE_INVAL; goto leave; } INSERT_STRING(recipient, "dbIDRecipient", copy->dbIDRecipient); INSERT_STRING(recipient, "dmRecipientOrgUnit", copy->dmRecipientOrgUnit); INSERT_LONGINT(recipient, "dmRecipientOrgUnitNum", copy->dmRecipientOrgUnitNum, string); INSERT_STRING(recipient, "dmToHands", copy->dmToHands); } /* Append envelope and files */ err = insert_envelope_files(context, outgoing_message, request, 0); if (err) goto leave; isds_log(ILF_ISDS, ILL_DEBUG, _("Sending CreateMultipleMessage request to ISDS\n")); /* Sent request */ err = _isds(context, SERVICE_DM_OPERATIONS, request, &response, NULL, NULL); if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("Processing ISDS response on CreateMultipleMessage " "request failed\n")); goto leave; } /* Check for response status */ err = isds_response_status(context, SERVICE_DM_OPERATIONS, response, &code, &message, NULL); if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("ISDS response on CreateMultipleMessage request " "is missing status\n")); goto leave; } /* Request processed, but some copies failed */ if (!xmlStrcmp(code, BAD_CAST "0004")) { char *box_id_locale = _isds_utf82locale((char*)outgoing_message->envelope->dbIDRecipient); char *code_locale = _isds_utf82locale((char*)code); char *message_locale = _isds_utf82locale((char*)message); isds_log(ILF_ISDS, ILL_DEBUG, _("Server did accept message for multiple recipients " "on CreateMultipleMessage request but delivery to " "some of them failed (code=%s, message=%s)\n"), box_id_locale, code_locale, message_locale); isds_log_message(context, message_locale); free(box_id_locale); free(code_locale); free(message_locale); err = IE_PARTIAL_SUCCESS; } /* Request refused by server as whole */ else if (xmlStrcmp(code, BAD_CAST "0000")) { char *box_id_locale = _isds_utf82locale((char*)outgoing_message->envelope->dbIDRecipient); char *code_locale = _isds_utf82locale((char*)code); char *message_locale = _isds_utf82locale((char*)message); isds_log(ILF_ISDS, ILL_DEBUG, _("Server did not accept message for multiple recipients " "on CreateMultipleMessage request (code=%s, message=%s)\n"), box_id_locale, code_locale, message_locale); isds_log_message(context, message_locale); free(box_id_locale); free(code_locale); free(message_locale); err = IE_ISDS; goto leave; } /* Extract data */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression( BAD_CAST "/isds:CreateMultipleMessageResponse" "/isds:dmMultipleStatus/isds:dmSingleStatus", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_log_message(context, _("Missing isds:dmSingleStatus element")); err = IE_ISDS; goto leave; } /* Extract message ID and delivery status for each copy */ for (item = copies, i = 0; item && i < result->nodesetval->nodeNr; item = item->next, i++) { copy = (struct isds_message_copy *) item->data; xpath_ctx->node = result->nodesetval->nodeTab[i]; append_err = append_TMStatus(context, copy, xpath_ctx); if (append_err) { err = append_err; goto leave; } } if (item || i < result->nodesetval->nodeNr) { isds_printf_message(context, _("ISDS returned unexpected number of " "message copy delivery states: %d"), result->nodesetval->nodeNr); err = IE_ISDS; goto leave; } leave: /* Clean up */ free(string); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); free(code); free(message); xmlFreeDoc(response); xmlFreeNode(request); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("CreateMultipleMessageResponse request processed by server " "successfully.\n")); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Get list of messages. This is common core for getting sent or received * messages. * Any criterion argument can be NULL, if you don't care about it. * @context is session context. Must not be NULL. * @outgoing_direction is true if you want list of outgoing messages, * it's false if you want incoming messages. * @from_time is minimal time and date of message sending inclusive. * @to_time is maximal time and date of message sending inclusive * @organization_unit_number is number of sender/recipient respectively. * @status_filter is bit field of isds_message_status values. Use special * value MESSAGESTATE_ANY to signal you don't care. (It's defined as union of * all values, you can use bit-wise arithmetic if you want.) * @offset is index of first message we are interested in. First message is 1. * Set to 0 (or 1) if you don't care. * @number is maximal length of list you want to get as input value, outputs * number of messages matching these criteria. Can be NULL if you don't care * (applies to output value either). * @messages is automatically reallocated list of isds_message's. Be ware that * it returns only brief overview (envelope and some other fields) about each * message, not the complete message. FIXME: Specify exact fields. * The list is sorted by delivery time in ascending order. * Use NULL if you don't care about don't need the data (useful if you want to * know only the @number). If you provide &NULL, list will be allocated on * heap, if you provide pointer to non-NULL, list will be freed automatically * at first. Also in case of error the list will be NULLed. * @return IE_SUCCESS or appropriate error code. */ static isds_error isds_get_list_of_messages(struct isds_ctx *context, _Bool outgoing_direction, const struct timeval *from_time, const struct timeval *to_time, const long int *organization_unit_number, const unsigned int status_filter, const unsigned long int offset, unsigned long int *number, struct isds_list **messages) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL, node; xmlDocPtr response = NULL; xmlChar *code = NULL, *message = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; xmlChar *string = NULL; int count = 0; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); /* Free former message list if any */ if (messages) isds_list_free(messages); #if HAVE_LIBCURL /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Build GetListOf*Messages request */ request = xmlNewNode(NULL, (outgoing_direction) ? BAD_CAST "GetListOfSentMessages" : BAD_CAST "GetListOfReceivedMessages" ); if (!request) { isds_log_message(context, (outgoing_direction) ? _("Could not build GetListOfSentMessages request") : _("Could not build GetListOfReceivedMessages request") ); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); if (from_time) { err = timeval2timestring(from_time, &string); if (err) goto leave; } INSERT_STRING(request, "dmFromTime", string); free(string); string = NULL; if (to_time) { err = timeval2timestring(to_time, &string); if (err) goto leave; } INSERT_STRING(request, "dmToTime", string); free(string); string = NULL; if (outgoing_direction) { INSERT_LONGINT(request, "dmSenderOrgUnitNum", organization_unit_number, string); } else { INSERT_LONGINT(request, "dmRecipientOrgUnitNum", organization_unit_number, string); } if (status_filter > MESSAGESTATE_ANY) { isds_printf_message(context, _("Invalid message state filter value: %ld"), status_filter); err = IE_INVAL; goto leave; } INSERT_ULONGINTNOPTR(request, "dmStatusFilter", status_filter, string); if (offset > 0 ) { INSERT_ULONGINTNOPTR(request, "dmOffset", offset, string); } else { INSERT_STRING(request, "dmOffset", "1"); } /* number 0 means no limit */ if (number && *number == 0) { INSERT_STRING(request, "dmLimit", NULL); } else { INSERT_ULONGINT(request, "dmLimit", number, string); } isds_log(ILF_ISDS, ILL_DEBUG, (outgoing_direction) ? _("Sending GetListOfSentMessages request to ISDS\n") : _("Sending GetListOfReceivedMessages request to ISDS\n") ); /* Sent request */ err = _isds(context, SERVICE_DM_INFO, request, &response, NULL, NULL); xmlFreeNode(request); request = NULL; if (err) { isds_log(ILF_ISDS, ILL_DEBUG, (outgoing_direction) ? _("Processing ISDS response on GetListOfSentMessages " "request failed\n") : _("Processing ISDS response on GetListOfReceivedMessages " "request failed\n") ); goto leave; } /* Check for response status */ err = isds_response_status(context, SERVICE_DM_INFO, response, &code, &message, NULL); if (err) { isds_log(ILF_ISDS, ILL_DEBUG, (outgoing_direction) ? _("ISDS response on GetListOfSentMessages request " "is missing status\n") : _("ISDS response on GetListOfReceivedMessages request " "is missing status\n") ); goto leave; } /* Request processed, but nothing found */ if (xmlStrcmp(code, BAD_CAST "0000")) { char *code_locale = _isds_utf82locale((char*)code); char *message_locale = _isds_utf82locale((char*)message); isds_log(ILF_ISDS, ILL_DEBUG, (outgoing_direction) ? _("Server refused GetListOfSentMessages request " "(code=%s, message=%s)\n") : _("Server refused GetListOfReceivedMessages request " "(code=%s, message=%s)\n"), code_locale, message_locale); isds_log_message(context, message_locale); free(code_locale); free(message_locale); err = IE_ISDS; goto leave; } /* Extract data */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression( (outgoing_direction) ? BAD_CAST "/isds:GetListOfSentMessagesResponse/" "isds:dmRecords/isds:dmRecord" : BAD_CAST "/isds:GetListOfReceivedMessagesResponse/" "isds:dmRecords/isds:dmRecord", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } /* Fill output arguments in */ if (!xmlXPathNodeSetIsEmpty(result->nodesetval)) { struct isds_envelope *envelope; struct isds_list *item = NULL, *last_item = NULL; for (count = 0; count < result->nodesetval->nodeNr; count++) { /* Create new message */ item = calloc(1, sizeof(*item)); if (!item) { err = IE_NOMEM; goto leave; } item->destructor = (void(*)(void**)) &isds_message_free; item->data = calloc(1, sizeof(struct isds_message)); if (!item->data) { isds_list_free(&item); err = IE_NOMEM; goto leave; } /* Extract envelope data */ xpath_ctx->node = result->nodesetval->nodeTab[count]; envelope = NULL; err = extract_DmRecord(context, &envelope, xpath_ctx); if (err) { isds_list_free(&item); goto leave; } /* Attach extracted envelope */ ((struct isds_message *) item->data)->envelope = envelope; /* Append new message into the list */ if (!*messages) { *messages = last_item = item; } else { last_item->next = item; last_item = item; } } } if (number) *number = count; leave: if (err) { isds_list_free(messages); } free(string); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); free(code); free(message); xmlFreeDoc(response); xmlFreeNode(request); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, (outgoing_direction) ? _("GetListOfSentMessages request processed by server " "successfully.\n") : _("GetListOfReceivedMessages request processed by server " "successfully.\n") ); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Get list of outgoing (already sent) messages. * Any criterion argument can be NULL, if you don't care about it. * @context is session context. Must not be NULL. * @from_time is minimal time and date of message sending inclusive. * @to_time is maximal time and date of message sending inclusive * @dmSenderOrgUnitNum is the same as isds_envelope.dmSenderOrgUnitNum * @status_filter is bit field of isds_message_status values. Use special * value MESSAGESTATE_ANY to signal you don't care. (It's defined as union of * all values, you can use bit-wise arithmetic if you want.) * @offset is index of first message we are interested in. First message is 1. * Set to 0 (or 1) if you don't care. * @number is maximal length of list you want to get as input value, outputs * number of messages matching these criteria. Can be NULL if you don't care * (applies to output value either). * @messages is automatically reallocated list of isds_message's. Be ware that * it returns only brief overview (envelope and some other fields) about each * message, not the complete message. FIXME: Specify exact fields. * The list is sorted by delivery time in ascending order. * Use NULL if you don't care about the meta data (useful if you want to know * only the @number). If you provide &NULL, list will be allocated on heap, * if you provide pointer to non-NULL, list will be freed automatically at * first. Also in case of error the list will be NULLed. * @return IE_SUCCESS or appropriate error code. */ isds_error isds_get_list_of_sent_messages(struct isds_ctx *context, const struct timeval *from_time, const struct timeval *to_time, const long int *dmSenderOrgUnitNum, const unsigned int status_filter, const unsigned long int offset, unsigned long int *number, struct isds_list **messages) { return isds_get_list_of_messages( context, 1, from_time, to_time, dmSenderOrgUnitNum, status_filter, offset, number, messages); } /* Get list of incoming (addressed to you) messages. * Any criterion argument can be NULL, if you don't care about it. * @context is session context. Must not be NULL. * @from_time is minimal time and date of message sending inclusive. * @to_time is maximal time and date of message sending inclusive * @dmRecipientOrgUnitNum is the same as isds_envelope.dmRecipientOrgUnitNum * @status_filter is bit field of isds_message_status values. Use special * value MESSAGESTATE_ANY to signal you don't care. (It's defined as union of * all values, you can use bit-wise arithmetic if you want.) * @offset is index of first message we are interested in. First message is 1. * Set to 0 (or 1) if you don't care. * @number is maximal length of list you want to get as input value, outputs * number of messages matching these criteria. Can be NULL if you don't care * (applies to output value either). * @messages is automatically reallocated list of isds_message's. Be ware that * it returns only brief overview (envelope and some other fields) about each * message, not the complete message. FIXME: Specify exact fields. * Use NULL if you don't care about the meta data (useful if you want to know * only the @number). If you provide &NULL, list will be allocated on heap, * if you provide pointer to non-NULL, list will be freed automatically at * first. Also in case of error the list will be NULLed. * @return IE_SUCCESS or appropriate error code. */ isds_error isds_get_list_of_received_messages(struct isds_ctx *context, const struct timeval *from_time, const struct timeval *to_time, const long int *dmRecipientOrgUnitNum, const unsigned int status_filter, const unsigned long int offset, unsigned long int *number, struct isds_list **messages) { return isds_get_list_of_messages( context, 0, from_time, to_time, dmRecipientOrgUnitNum, status_filter, offset, number, messages); } /* Get list of sent message state changes. * Any criterion argument can be NULL, if you don't care about it. * @context is session context. Must not be NULL. * @from_time is minimal time and date of status changes inclusive * @to_time is maximal time and date of status changes inclusive * @changed_states is automatically reallocated list of * isds_message_status_change's. If you provide &NULL, list will be allocated * on heap, if you provide pointer to non-NULL, list will be freed * automatically at first. Also in case of error the list will be NULLed. * XXX: The list item ordering is not specified. * XXX: Server provides only `recent' changes. * @return IE_SUCCESS or appropriate error code. */ isds_error isds_get_list_of_sent_message_state_changes( struct isds_ctx *context, const struct timeval *from_time, const struct timeval *to_time, struct isds_list **changed_states) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL, node; xmlDocPtr response = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; xmlChar *string = NULL; int count = 0; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); /* Free former message list if any */ isds_list_free(changed_states); #if HAVE_LIBCURL /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Build GetMessageStateChanges request */ request = xmlNewNode(NULL, BAD_CAST "GetMessageStateChanges"); if (!request) { isds_log_message(context, _("Could not build GetMessageStateChanges request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); if (from_time) { err = timeval2timestring(from_time, &string); if (err) goto leave; } INSERT_STRING(request, "dmFromTime", string); zfree(string); if (to_time) { err = timeval2timestring(to_time, &string); if (err) goto leave; } INSERT_STRING(request, "dmToTime", string); zfree(string); /* Sent request */ err = send_destroy_request_check_response(context, SERVICE_DM_INFO, BAD_CAST "GetMessageStateChanges", &request, &response, NULL, NULL); if (err) goto leave; /* Extract data */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression( BAD_CAST "/isds:GetMessageStateChangesResponse/" "isds:dmRecords/isds:dmRecord", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } /* Fill output arguments in */ if (!xmlXPathNodeSetIsEmpty(result->nodesetval)) { struct isds_list *item = NULL, *last_item = NULL; for (count = 0; count < result->nodesetval->nodeNr; count++) { /* Create new status change */ item = calloc(1, sizeof(*item)); if (!item) { err = IE_NOMEM; goto leave; } item->destructor = (void(*)(void**)) &isds_message_status_change_free; /* Extract message status change */ xpath_ctx->node = result->nodesetval->nodeTab[count]; err = extract_StateChangesRecord(context, (struct isds_message_status_change **) &item->data, xpath_ctx); if (err) { isds_list_free(&item); goto leave; } /* Append new message status change into the list */ if (!*changed_states) { *changed_states = last_item = item; } else { last_item->next = item; last_item = item; } } } leave: if (err) { isds_list_free(changed_states); } free(string); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(response); xmlFreeNode(request); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("GetMessageStateChanges request processed by server " "successfully.\n")); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } #if HAVE_LIBCURL /* Build ISDS request of XSD tIDMessInput type, sent it and check for error * code * @context is session context * @service is ISDS WS service handler * @service_name is name of SERVICE_DM_OPERATIONS * @message_id is message ID to send as service argument to ISDS * @response is reallocated server SOAP body response as XML document * @raw_response is reallocated bit stream with response body. Use * NULL if you don't care * @raw_response_length is size of @raw_response in bytes * @code is reallocated ISDS status code * @status_message is reallocated ISDS status message * @return error coded from lower layer, context message will be set up * appropriately. */ static isds_error build_send_check_message_request(struct isds_ctx *context, const isds_service service, const xmlChar *service_name, const char *message_id, xmlDocPtr *response, void **raw_response, size_t *raw_response_length, xmlChar **code, xmlChar **status_message) { isds_error err = IE_SUCCESS; char *service_name_locale = NULL, *message_id_locale = NULL; xmlNodePtr request = NULL, node; xmlNsPtr isds_ns = NULL; if (!context) return IE_INVALID_CONTEXT; if (!service_name || !message_id) return IE_INVAL; if (!response || !code || !status_message) return IE_INVAL; if (!raw_response_length && raw_response) return IE_INVAL; /* Free output argument */ xmlFreeDoc(*response); *response = NULL; if (raw_response) zfree(*raw_response); zfree(*code); zfree(*status_message); /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; service_name_locale = _isds_utf82locale((char*)service_name); message_id_locale = _isds_utf82locale(message_id); if (!service_name_locale || !message_id_locale) { err = IE_NOMEM; goto leave; } /* Build request */ request = xmlNewNode(NULL, service_name); if (!request) { isds_printf_message(context, _("Could not build %s request for %s message ID"), service_name_locale, message_id_locale); err = IE_ERROR; goto leave; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); err = IE_ERROR; goto leave; } xmlSetNs(request, isds_ns); /* Add requested ID */ err = validate_message_id_length(context, (xmlChar *) message_id); if (err) goto leave; INSERT_STRING(request, "dmID", message_id); isds_log(ILF_ISDS, ILL_DEBUG, _("Sending %s request for %s message ID to ISDS\n"), service_name_locale, message_id_locale); /* Send request */ err = _isds(context, service, request, response, raw_response, raw_response_length); xmlFreeNode(request); request = NULL; if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("Processing ISDS response on %s request failed\n"), service_name_locale); goto leave; } /* Check for response status */ err = isds_response_status(context, service, *response, code, status_message, NULL); if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("ISDS response on %s request is missing status\n"), service_name_locale); goto leave; } /* Request processed, but nothing found */ if (xmlStrcmp(*code, BAD_CAST "0000")) { char *code_locale = _isds_utf82locale((char*) *code); char *status_message_locale = _isds_utf82locale((char*) *status_message); isds_log(ILF_ISDS, ILL_DEBUG, _("Server refused %s request for %s message ID " "(code=%s, message=%s)\n"), service_name_locale, message_id_locale, code_locale, status_message_locale); isds_log_message(context, status_message_locale); free(code_locale); free(status_message_locale); err = IE_ISDS; goto leave; } leave: free(message_id_locale); free(service_name_locale); xmlFreeNode(request); return err; } /* Find dmSignature in ISDS response, extract decoded CMS structure, extract * signed data and free ISDS response. * @context is session context * @message_id is UTF-8 encoded message ID for logging purpose * @response is parsed XML document. It will be freed and NULLed in the middle * of function run to save memory. This is not guaranteed in case of error. * @request_name is name of ISDS request used to construct response root * element name and for logging purpose. * @raw is reallocated output buffer with DER encoded CMS data * @raw_length is size of @raw buffer in bytes * @returns standard error codes, in case of error, @raw will be freed and * NULLed, @response sometimes. */ static isds_error find_extract_signed_data_free_response( struct isds_ctx *context, const xmlChar *message_id, xmlDocPtr *response, const xmlChar *request_name, void **raw, size_t *raw_length) { isds_error err = IE_SUCCESS; char *xpath_expression = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; char *encoded_structure = NULL; if (!context) return IE_INVALID_CONTEXT; if (!raw) return IE_INVAL; zfree(*raw); if (!message_id || !response || !*response || !request_name || !raw_length) return IE_INVAL; /* Build XPath expression */ xpath_expression = _isds_astrcat3("/isds:", (char *) request_name, "Response/isds:dmSignature"); if (!xpath_expression) return IE_NOMEM; /* Extract data */ xpath_ctx = xmlXPathNewContext(*response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression(BAD_CAST xpath_expression, xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } /* Empty response */ if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { char *message_id_locale = _isds_utf82locale((char*) message_id); isds_printf_message(context, _("Server did not return any signed data for message ID `%s' " "on %s request"), message_id_locale, request_name); free(message_id_locale); err = IE_ISDS; goto leave; } /* More responses */ if (result->nodesetval->nodeNr > 1) { char *message_id_locale = _isds_utf82locale((char*) message_id); isds_printf_message(context, _("Server did return more signed data for message ID `%s' " "on %s request"), message_id_locale, request_name); free(message_id_locale); err = IE_ISDS; goto leave; } /* One response */ xpath_ctx->node = result->nodesetval->nodeTab[0]; /* Extract PKCS#7 structure */ EXTRACT_STRING(".", encoded_structure); if (!encoded_structure) { isds_log_message(context, _("dmSignature element is empty")); } /* Here we have delivery info as standalone CMS in encoded_structure. * We don't need any other data, free them: */ xmlXPathFreeObject(result); result = NULL; xmlXPathFreeContext(xpath_ctx); xpath_ctx = NULL; xmlFreeDoc(*response); *response = NULL; /* Decode PKCS#7 to DER format */ *raw_length = _isds_b64decode(encoded_structure, raw); if (*raw_length == (size_t) -1) { isds_log_message(context, _("Error while Base64-decoding PKCS#7 structure")); err = IE_ERROR; goto leave; } leave: if (err) { zfree(*raw); raw_length = 0; } free(encoded_structure); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); free(xpath_expression); return err; } #endif /* HAVE_LIBCURL */ /* Download incoming message envelope identified by ID. * @context is session context * @message_id is message identifier (you can get them from * isds_get_list_of_received_messages()) * @message is automatically reallocated message retrieved from ISDS. * It will miss documents per se. Use isds_get_received_message(), if you are * interested in documents (content) too. * Returned hash and timestamp require documents to be verifiable. */ isds_error isds_get_received_envelope(struct isds_ctx *context, const char *message_id, struct isds_message **message) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; xmlChar *code = NULL, *status_message = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); /* Free former message if any */ if (!message) return IE_INVAL; isds_message_free(message); #if HAVE_LIBCURL /* Do request and check for success */ err = build_send_check_message_request(context, SERVICE_DM_INFO, BAD_CAST "MessageEnvelopeDownload", message_id, &response, NULL, NULL, &code, &status_message); if (err) goto leave; /* Extract data */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression( BAD_CAST "/isds:MessageEnvelopeDownloadResponse/" "isds:dmReturnedMessageEnvelope", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } /* Empty response */ if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { char *message_id_locale = _isds_utf82locale((char*) message_id); isds_printf_message(context, _("Server did not return any envelope for ID `%s' " "on MessageEnvelopeDownload request"), message_id_locale); free(message_id_locale); err = IE_ISDS; goto leave; } /* More envelops */ if (result->nodesetval->nodeNr > 1) { char *message_id_locale = _isds_utf82locale((char*) message_id); isds_printf_message(context, _("Server did return more envelopes for ID `%s' " "on MessageEnvelopeDownload request"), message_id_locale); free(message_id_locale); err = IE_ISDS; goto leave; } /* One message */ xpath_ctx->node = result->nodesetval->nodeTab[0]; /* Extract the envelope (= message without documents, hence 0) */ err = extract_TReturnedMessage(context, 0, message, xpath_ctx); if (err) goto leave; /* Save XML blob */ err = serialize_subtree(context, xpath_ctx->node, &(*message)->raw, &(*message)->raw_length); leave: if (err) { isds_message_free(message); } xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); free(code); free(status_message); if (!*message || !(*message)->xml) { xmlFreeDoc(response); } if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("MessageEnvelopeDownload request processed by server " "successfully.\n") ); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Load delivery info of any format from buffer. * @context is session context * @raw_type advertises format of @buffer content. Only delivery info types * are accepted. * @buffer is DER encoded PKCS#7 structure with signed delivery info. You can * retrieve such data from message->raw after calling * isds_get_signed_delivery_info(). * @length is length of buffer in bytes. * @message is automatically reallocated message parsed from @buffer. * @strategy selects how buffer will be attached into raw isds_message member. * */ isds_error isds_load_delivery_info(struct isds_ctx *context, const isds_raw_type raw_type, const void *buffer, const size_t length, struct isds_message **message, const isds_buffer_strategy strategy) { isds_error err = IE_SUCCESS; message_ns_type message_ns; xmlDocPtr message_doc = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; void *xml_stream = NULL; size_t xml_stream_length = 0; if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!message) return IE_INVAL; isds_message_free(message); if (!buffer) return IE_INVAL; /* Select buffer format and extract XML from CMS*/ switch (raw_type) { case RAWTYPE_DELIVERYINFO: message_ns = MESSAGE_NS_UNSIGNED; xml_stream = (void *) buffer; xml_stream_length = length; break; case RAWTYPE_PLAIN_SIGNED_DELIVERYINFO: message_ns = MESSAGE_NS_SIGNED_DELIVERY; xml_stream = (void *) buffer; xml_stream_length = length; break; case RAWTYPE_CMS_SIGNED_DELIVERYINFO: message_ns = MESSAGE_NS_SIGNED_DELIVERY; err = _isds_extract_cms_data(context, buffer, length, &xml_stream, &xml_stream_length); if (err) goto leave; break; default: isds_log_message(context, _("Bad raw delivery representation type")); return IE_INVAL; break; } if (_isds_sizet2int(xml_stream_length) >= 0) { isds_log(ILF_ISDS, ILL_DEBUG, _("Delivery info content:\n%.*s\nEnd of delivery info\n"), _isds_sizet2int(xml_stream_length), xml_stream); } /* Convert delivery info XML stream into XPath context */ message_doc = xmlParseMemory(xml_stream, xml_stream_length); if (!message_doc) { err = IE_XML; goto leave; } xpath_ctx = xmlXPathNewContext(message_doc); if (!xpath_ctx) { err = IE_ERROR; goto leave; } /* XXX: Name spaces mangled for signed delivery info: * http://isds.czechpoint.cz/v20/delivery: * * * * * 170272 * ... * * ... * ... * ... * * * */ if (_isds_register_namespaces(xpath_ctx, message_ns)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression( BAD_CAST "/sisds:GetDeliveryInfoResponse/sisds:dmDelivery", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } /* Empty delivery info */ if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_printf_message(context, _("XML document is not sisds:dmDelivery document")); err = IE_ISDS; goto leave; } /* More delivery info's */ if (result->nodesetval->nodeNr > 1) { isds_printf_message(context, _("XML document has more sisds:dmDelivery elements")); err = IE_ISDS; goto leave; } /* One delivery info */ xpath_ctx->node = result->nodesetval->nodeTab[0]; /* Extract the envelope (= message without documents, hence 0). * XXX: extract_TReturnedMessage() can obtain attachments size, * but delivery info carries none. It's coded as option elements, * so it should work. */ err = extract_TReturnedMessage(context, 0, message, xpath_ctx); if (err) goto leave; /* Extract events */ err = move_xpathctx_to_child(context, BAD_CAST "sisds:dmEvents", xpath_ctx); if (err == IE_NOEXIST || err == IE_NOTUNIQ) { err = IE_ISDS; goto leave; } if (err) { err = IE_ERROR; goto leave; } err = extract_events(context, &(*message)->envelope->events, xpath_ctx); if (err) goto leave; /* Append raw CMS structure into message */ (*message)->raw_type = raw_type; switch (strategy) { case BUFFER_DONT_STORE: break; case BUFFER_COPY: (*message)->raw = malloc(length); if (!(*message)->raw) { err = IE_NOMEM; goto leave; } memcpy((*message)->raw, buffer, length); (*message)->raw_length = length; break; case BUFFER_MOVE: (*message)->raw = (void *) buffer; (*message)->raw_length = length; break; default: err = IE_ENUM; goto leave; } leave: if (err) { if (*message && strategy == BUFFER_MOVE) (*message)->raw = NULL; isds_message_free(message); } xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); if (!*message || !(*message)->xml) { xmlFreeDoc(message_doc); } if (xml_stream != buffer) _isds_cms_data_free(xml_stream); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("Delivery info loaded successfully.\n")); return err; } /* Download signed delivery info-sheet of given message identified by ID. * @context is session context * @message_id is message identifier (you can get them from * isds_get_list_of_{sent,received}_messages()) * @message is automatically reallocated message retrieved from ISDS. * It will miss documents per se. Use isds_get_signed_received_message(), * if you are interested in documents (content). OTOH, only this function * can get list events message has gone through. */ isds_error isds_get_signed_delivery_info(struct isds_ctx *context, const char *message_id, struct isds_message **message) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; xmlChar *code = NULL, *status_message = NULL; void *raw = NULL; size_t raw_length = 0; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); /* Free former message if any */ if (!message) return IE_INVAL; isds_message_free(message); #if HAVE_LIBCURL /* Do request and check for success */ err = build_send_check_message_request(context, SERVICE_DM_INFO, BAD_CAST "GetSignedDeliveryInfo", message_id, &response, NULL, NULL, &code, &status_message); if (err) goto leave; /* Find signed delivery info, extract it into raw and maybe free * response */ err = find_extract_signed_data_free_response(context, (xmlChar *)message_id, &response, BAD_CAST "GetSignedDeliveryInfo", &raw, &raw_length); if (err) goto leave; /* Parse delivery info */ err = isds_load_delivery_info(context, RAWTYPE_CMS_SIGNED_DELIVERYINFO, raw, raw_length, message, BUFFER_MOVE); if (err) goto leave; raw = NULL; leave: if (err) { isds_message_free(message); } free(raw); free(code); free(status_message); xmlFreeDoc(response); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("GetSignedDeliveryInfo request processed by server " "successfully.\n") ); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Download delivery info-sheet of given message identified by ID. * @context is session context * @message_id is message identifier (you can get them from * isds_get_list_of_{sent,received}_messages()) * @message is automatically reallocated message retrieved from ISDS. * It will miss documents per se. Use isds_get_received_message(), if you are * interested in documents (content). OTOH, only this function can get list * of events message has gone through. */ isds_error isds_get_delivery_info(struct isds_ctx *context, const char *message_id, struct isds_message **message) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; xmlChar *code = NULL, *status_message = NULL; xmlNodePtr delivery_node = NULL; void *raw = NULL; size_t raw_length = 0; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); /* Free former message if any */ if (!message) return IE_INVAL; isds_message_free(message); #if HAVE_LIBCURL /* Do request and check for success */ err = build_send_check_message_request(context, SERVICE_DM_INFO, BAD_CAST "GetDeliveryInfo", message_id, &response, NULL, NULL, &code, &status_message); if (err) goto leave; /* Serialize delivery info */ delivery_node = xmlDocGetRootElement(response); if (!delivery_node) { char *message_id_locale = _isds_utf82locale((char*) message_id); isds_printf_message(context, _("Server did not return any delivery info for ID `%s' " "on GetDeliveryInfo request"), message_id_locale); free(message_id_locale); err = IE_ISDS; goto leave; } err = serialize_subtree(context, delivery_node, &raw, &raw_length); if (err) goto leave; /* Parse delivery info */ /* TODO: Here we parse the response second time. We could single delivery * parser from isds_load_delivery_info() to make things faster. */ err = isds_load_delivery_info(context, RAWTYPE_DELIVERYINFO, raw, raw_length, message, BUFFER_MOVE); if (err) goto leave; raw = NULL; leave: if (err) { isds_message_free(message); } free(raw); free(code); free(status_message); xmlFreeDoc(response); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("GetDeliveryInfo request processed by server " "successfully.\n") ); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Download incoming message identified by ID. * @context is session context * @message_id is message identifier (you can get them from * isds_get_list_of_received_messages()) * @message is automatically reallocated message retrieved from ISDS */ isds_error isds_get_received_message(struct isds_ctx *context, const char *message_id, struct isds_message **message) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; void *xml_stream = NULL; size_t xml_stream_length; xmlChar *code = NULL, *status_message = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; char *phys_path = NULL; size_t phys_start, phys_end; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); /* Free former message if any */ if (NULL == message) return IE_INVAL; if (message) isds_message_free(message); #if HAVE_LIBCURL /* Do request and check for success */ err = build_send_check_message_request(context, SERVICE_DM_OPERATIONS, BAD_CAST "MessageDownload", message_id, &response, &xml_stream, &xml_stream_length, &code, &status_message); if (err) goto leave; /* Extract data */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression( BAD_CAST "/isds:MessageDownloadResponse/isds:dmReturnedMessage", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } /* Empty response */ if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { char *message_id_locale = _isds_utf82locale((char*) message_id); isds_printf_message(context, _("Server did not return any message for ID `%s' " "on MessageDownload request"), message_id_locale); free(message_id_locale); err = IE_ISDS; goto leave; } /* More messages */ if (result->nodesetval->nodeNr > 1) { char *message_id_locale = _isds_utf82locale((char*) message_id); isds_printf_message(context, _("Server did return more messages for ID `%s' " "on MessageDownload request"), message_id_locale); free(message_id_locale); err = IE_ISDS; goto leave; } /* One message */ xpath_ctx->node = result->nodesetval->nodeTab[0]; /* Extract the message */ err = extract_TReturnedMessage(context, 1, message, xpath_ctx); if (err) goto leave; /* Locate raw XML blob */ phys_path = strdup( SOAP_NS PHYSXML_NS_SEPARATOR "Envelope" PHYSXML_ELEMENT_SEPARATOR SOAP_NS PHYSXML_NS_SEPARATOR "Body" PHYSXML_ELEMENT_SEPARATOR ISDS_NS PHYSXML_NS_SEPARATOR "MessageDownloadResponse" ); if (!phys_path) { err = IE_NOMEM; goto leave; } err = _isds_find_element_boundary(xml_stream, xml_stream_length, phys_path, &phys_start, &phys_end); zfree(phys_path); if (err) { isds_log_message(context, _("Substring with isds:MessageDownloadResponse element " "could not be located in raw SOAP message")); goto leave; } /* Save XML blob */ /*err = serialize_subtree(context, xpath_ctx->node, &(*message)->raw, &(*message)->raw_length);*/ /* TODO: Store name space declarations from ancestors */ /* TODO: Handle non-UTF-8 encoding (XML prologue) */ (*message)->raw_type = RAWTYPE_INCOMING_MESSAGE; (*message)->raw_length = phys_end - phys_start + 1; (*message)->raw = malloc((*message)->raw_length); if (!(*message)->raw) { err = IE_NOMEM; goto leave; } memcpy((*message)->raw, xml_stream + phys_start, (*message)->raw_length); leave: if (err) { isds_message_free(message); } free(phys_path); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); free(code); free(status_message); free(xml_stream); if (!*message || !(*message)->xml) { xmlFreeDoc(response); } if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("MessageDownload request processed by server " "successfully.\n") ); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Load message of any type from buffer. * @context is session context * @raw_type defines content type of @buffer. Only message types are allowed. * @buffer is message raw representation. Format (CMS, plain signed, * message direction) is defined in @raw_type. You can retrieve such data * from message->raw after calling isds_get_[signed]{received,sent}_message(). * @length is length of buffer in bytes. * @message is automatically reallocated message parsed from @buffer. * @strategy selects how buffer will be attached into raw isds_message member. * */ isds_error isds_load_message(struct isds_ctx *context, const isds_raw_type raw_type, const void *buffer, const size_t length, struct isds_message **message, const isds_buffer_strategy strategy) { isds_error err = IE_SUCCESS; void *xml_stream = NULL; size_t xml_stream_length = 0; message_ns_type message_ns; xmlDocPtr message_doc = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!message) return IE_INVAL; isds_message_free(message); if (!buffer) return IE_INVAL; /* Select buffer format and extract XML from CMS*/ switch (raw_type) { case RAWTYPE_INCOMING_MESSAGE: message_ns = MESSAGE_NS_UNSIGNED; xml_stream = (void *) buffer; xml_stream_length = length; break; case RAWTYPE_PLAIN_SIGNED_INCOMING_MESSAGE: message_ns = MESSAGE_NS_SIGNED_INCOMING; xml_stream = (void *) buffer; xml_stream_length = length; break; case RAWTYPE_CMS_SIGNED_INCOMING_MESSAGE: message_ns = MESSAGE_NS_SIGNED_INCOMING; err = _isds_extract_cms_data(context, buffer, length, &xml_stream, &xml_stream_length); if (err) goto leave; break; case RAWTYPE_PLAIN_SIGNED_OUTGOING_MESSAGE: message_ns = MESSAGE_NS_SIGNED_OUTGOING; xml_stream = (void *) buffer; xml_stream_length = length; break; case RAWTYPE_CMS_SIGNED_OUTGOING_MESSAGE: message_ns = MESSAGE_NS_SIGNED_OUTGOING; err = _isds_extract_cms_data(context, buffer, length, &xml_stream, &xml_stream_length); if (err) goto leave; break; default: isds_log_message(context, _("Bad raw message representation type")); return IE_INVAL; break; } if (_isds_sizet2int(xml_stream_length) >= 0) { isds_log(ILF_ISDS, ILL_DEBUG, _("Loading message:\n%.*s\nEnd of message\n"), _isds_sizet2int(xml_stream_length), xml_stream); } /* Convert messages XML stream into XPath context */ message_doc = xmlParseMemory(xml_stream, xml_stream_length); if (!message_doc) { err = IE_XML; goto leave; } xpath_ctx = xmlXPathNewContext(message_doc); if (!xpath_ctx) { err = IE_ERROR; goto leave; } /* XXX: Standard name space for unsigned incoming direction: * http://isds.czechpoint.cz/v20/ * * XXX: Name spaces mangled for signed outgoing direction: * http://isds.czechpoint.cz/v20/SentMessage: * * * * * 151916 * ... * * ... * ... * 260 * * * * XXX: Name spaces mangled for signed incoming direction: * http://isds.czechpoint.cz/v20/message: * * * * * 151916 * ... * * ... * ... * 260 * * * * Stupidity of ISDS developers is unlimited */ if (_isds_register_namespaces(xpath_ctx, message_ns)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression( BAD_CAST "/sisds:MessageDownloadResponse/sisds:dmReturnedMessage", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } /* Empty message */ if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_printf_message(context, _("XML document does not contain " "sisds:dmReturnedMessage element")); err = IE_ISDS; goto leave; } /* More messages */ if (result->nodesetval->nodeNr > 1) { isds_printf_message(context, _("XML document has more sisds:dmReturnedMessage elements")); err = IE_ISDS; goto leave; } /* One message */ xpath_ctx->node = result->nodesetval->nodeTab[0]; /* Extract the message */ err = extract_TReturnedMessage(context, 1, message, xpath_ctx); if (err) goto leave; /* Append raw buffer into message */ (*message)->raw_type = raw_type; switch (strategy) { case BUFFER_DONT_STORE: break; case BUFFER_COPY: (*message)->raw = malloc(length); if (!(*message)->raw) { err = IE_NOMEM; goto leave; } memcpy((*message)->raw, buffer, length); (*message)->raw_length = length; break; case BUFFER_MOVE: (*message)->raw = (void *) buffer; (*message)->raw_length = length; break; default: err = IE_ENUM; goto leave; } leave: if (err) { if (*message && strategy == BUFFER_MOVE) (*message)->raw = NULL; isds_message_free(message); } if (xml_stream != buffer) _isds_cms_data_free(xml_stream); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); if (!*message || !(*message)->xml) { xmlFreeDoc(message_doc); } if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("Message loaded successfully.\n")); return err; } /* Determine type of raw message or delivery info according some heuristics. * It does not validate the raw blob. * @context is session context * @raw_type returns content type of @buffer. Valid only if exit code of this * function is IE_SUCCESS. The pointer must be valid. This is no automatically * reallocated memory. * @buffer is message raw representation. * @length is length of buffer in bytes. */ isds_error isds_guess_raw_type(struct isds_ctx *context, isds_raw_type *raw_type, const void *buffer, const size_t length) { isds_error err; void *xml_stream = NULL; size_t xml_stream_length = 0; xmlDocPtr document = NULL; xmlNodePtr root = NULL; if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (length == 0 || !buffer) return IE_INVAL; if (!raw_type) return IE_INVAL; /* Try CMS */ err = _isds_extract_cms_data(context, buffer, length, &xml_stream, &xml_stream_length); if (err) { xml_stream = (void *) buffer; xml_stream_length = (size_t) length; err = IE_SUCCESS; } /* Try XML */ document = xmlParseMemory(xml_stream, xml_stream_length); if (!document) { isds_printf_message(context, _("Could not parse data as XML document")); err = IE_NOTSUP; goto leave; } /* Get root element */ root = xmlDocGetRootElement(document); if (!root) { isds_printf_message(context, _("XML document is missing root element")); err = IE_XML; goto leave; } if (!root->ns || !root->ns->href) { isds_printf_message(context, _("Root element does not belong to any name space")); err = IE_NOTSUP; goto leave; } /* Test name space */ if (!xmlStrcmp(root->ns->href, BAD_CAST SISDS_INCOMING_NS)) { if (xml_stream == buffer) *raw_type = RAWTYPE_PLAIN_SIGNED_INCOMING_MESSAGE; else *raw_type = RAWTYPE_CMS_SIGNED_INCOMING_MESSAGE; } else if (!xmlStrcmp(root->ns->href, BAD_CAST SISDS_OUTGOING_NS)) { if (xml_stream == buffer) *raw_type = RAWTYPE_PLAIN_SIGNED_OUTGOING_MESSAGE; else *raw_type = RAWTYPE_CMS_SIGNED_OUTGOING_MESSAGE; } else if (!xmlStrcmp(root->ns->href, BAD_CAST SISDS_DELIVERY_NS)) { if (xml_stream == buffer) *raw_type = RAWTYPE_PLAIN_SIGNED_DELIVERYINFO; else *raw_type = RAWTYPE_CMS_SIGNED_DELIVERYINFO; } else if (!xmlStrcmp(root->ns->href, BAD_CAST ISDS_NS)) { if (xml_stream != buffer) { isds_printf_message(context, _("Document in ISDS name space is encapsulated into CMS" )); err = IE_NOTSUP; } else if (!xmlStrcmp(root->name, BAD_CAST "MessageDownloadResponse")) *raw_type = RAWTYPE_INCOMING_MESSAGE; else if (!xmlStrcmp(root->name, BAD_CAST "GetDeliveryInfoResponse")) *raw_type = RAWTYPE_DELIVERYINFO; else { isds_printf_message(context, _("Unknown root element in ISDS name space")); err = IE_NOTSUP; } } else { isds_printf_message(context, _("Unknown name space")); err = IE_NOTSUP; } leave: if (xml_stream != buffer) _isds_cms_data_free(xml_stream); xmlFreeDoc(document); return err; } /* Download signed incoming/outgoing message identified by ID. * @context is session context * @output is true for outgoing message, false for incoming message * @message_id is message identifier (you can get them from * isds_get_list_of_{sent,received}_messages()) * @message is automatically reallocated message retrieved from ISDS. The raw * member will be filled with PKCS#7 structure in DER format. */ static isds_error isds_get_signed_message(struct isds_ctx *context, const _Bool outgoing, const char *message_id, struct isds_message **message) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; xmlChar *code = NULL, *status_message = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; char *encoded_structure = NULL; void *raw = NULL; size_t raw_length = 0; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!message) return IE_INVAL; isds_message_free(message); #if HAVE_LIBCURL /* Do request and check for success */ err = build_send_check_message_request(context, SERVICE_DM_OPERATIONS, (outgoing) ? BAD_CAST "SignedSentMessageDownload" : BAD_CAST "SignedMessageDownload", message_id, &response, NULL, NULL, &code, &status_message); if (err) goto leave; /* Find signed message, extract it into raw and maybe free * response */ err = find_extract_signed_data_free_response(context, (xmlChar *)message_id, &response, (outgoing) ? BAD_CAST "SignedSentMessageDownload" : BAD_CAST "SignedMessageDownload", &raw, &raw_length); if (err) goto leave; /* Parse message */ err = isds_load_message(context, (outgoing) ? RAWTYPE_CMS_SIGNED_OUTGOING_MESSAGE : RAWTYPE_CMS_SIGNED_INCOMING_MESSAGE, raw, raw_length, message, BUFFER_MOVE); if (err) goto leave; raw = NULL; leave: if (err) { isds_message_free(message); } free(encoded_structure); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); free(raw); free(code); free(status_message); xmlFreeDoc(response); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, (outgoing) ? _("SignedSentMessageDownload request processed by server " "successfully.\n") : _("SignedMessageDownload request processed by server " "successfully.\n") ); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Download signed incoming message identified by ID. * @context is session context * @message_id is message identifier (you can get them from * isds_get_list_of_received_messages()) * @message is automatically reallocated message retrieved from ISDS. The raw * member will be filled with PKCS#7 structure in DER format. */ isds_error isds_get_signed_received_message(struct isds_ctx *context, const char *message_id, struct isds_message **message) { return isds_get_signed_message(context, 0, message_id, message); } /* Download signed outgoing message identified by ID. * @context is session context * @message_id is message identifier (you can get them from * isds_get_list_of_sent_messages()) * @message is automatically reallocated message retrieved from ISDS. The raw * member will be filled with PKCS#7 structure in DER format. */ isds_error isds_get_signed_sent_message(struct isds_ctx *context, const char *message_id, struct isds_message **message) { return isds_get_signed_message(context, 1, message_id, message); } /* Get type and name of user who sent a message identified by ID. * @context is session context * @message_id is message identifier * @sender_type is pointer to automatically allocated type of sender detected * from @raw_sender_type string. If @raw_sender_type is unknown to this * library or to the server, NULL will be returned. Pass NULL if you don't * care about it. * @raw_sender_type is automatically reallocated UTF-8 string describing * sender type or NULL if not known to server. Pass NULL if you don't care. * @sender_name is automatically reallocated UTF-8 name of user who sent the * message, or NULL if not known to ISDS. Pass NULL if you don't care. */ isds_error isds_get_message_sender(struct isds_ctx *context, const char *message_id, isds_sender_type **sender_type, char **raw_sender_type, char **sender_name) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; xmlChar *code = NULL, *status_message = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; char *type_string = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (sender_type) zfree(*sender_type); if (raw_sender_type) zfree(*raw_sender_type); if (sender_name) zfree(*sender_name); if (!message_id) return IE_INVAL; #if HAVE_LIBCURL /* Do request and check for success */ err = build_send_check_message_request(context, SERVICE_DM_INFO, BAD_CAST "GetMessageAuthor", message_id, &response, NULL, NULL, &code, &status_message); if (err) goto leave; /* Extract data */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression( BAD_CAST "/isds:GetMessageAuthorResponse", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_log_message(context, _("Missing GetMessageAuthorResponse element")); err = IE_ISDS; goto leave; } if (result->nodesetval->nodeNr > 1) { isds_log_message(context, _("Multiple GetMessageAuthorResponse element")); err = IE_ISDS; goto leave; } xpath_ctx->node = result->nodesetval->nodeTab[0]; xmlXPathFreeObject(result); result = NULL; /* Fill output arguments in */ EXTRACT_STRING("isds:userType", type_string); if (NULL != type_string) { if (NULL != sender_type) { *sender_type = calloc(1, sizeof(**sender_type)); if (NULL == *sender_type) { err = IE_NOMEM; goto leave; } err = string2isds_sender_type((xmlChar *)type_string, *sender_type); if (err) { zfree(*sender_type); if (err == IE_ENUM) { err = IE_SUCCESS; char *type_string_locale = _isds_utf82locale(type_string); isds_log(ILF_ISDS, ILL_WARNING, _("Unknown isds:userType value: %s"), type_string_locale); free(type_string_locale); } } } } if (NULL != sender_name) EXTRACT_STRING("isds:authorName", *sender_name); leave: if (err) { if (NULL != sender_type) zfree(*sender_type); zfree(type_string); if (NULL != sender_name) zfree(*sender_name); } if (NULL != raw_sender_type) *raw_sender_type = type_string; xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); free(code); free(status_message); xmlFreeDoc(response); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("GetMessageAuthor request processed by server " "successfully.\n")); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Retrieve hash of message identified by ID stored in ISDS. * @context is session context * @message_id is message identifier * @hash is automatically reallocated message hash downloaded from ISDS. * Message must exist in system and must not be deleted. */ isds_error isds_download_message_hash(struct isds_ctx *context, const char *message_id, struct isds_hash **hash) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; xmlChar *code = NULL, *status_message = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); isds_hash_free(hash); #if HAVE_LIBCURL err = build_send_check_message_request(context, SERVICE_DM_INFO, BAD_CAST "VerifyMessage", message_id, &response, NULL, NULL, &code, &status_message); if (err) goto leave; /* Extract data */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression( BAD_CAST "/isds:VerifyMessageResponse", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } /* Empty response */ if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { char *message_id_locale = _isds_utf82locale((char*) message_id); isds_printf_message(context, _("Server did not return any response for ID `%s' " "on VerifyMessage request"), message_id_locale); free(message_id_locale); err = IE_ISDS; goto leave; } /* More responses */ if (result->nodesetval->nodeNr > 1) { char *message_id_locale = _isds_utf82locale((char*) message_id); isds_printf_message(context, _("Server did return more responses for ID `%s' " "on VerifyMessage request"), message_id_locale); free(message_id_locale); err = IE_ISDS; goto leave; } /* One response */ xpath_ctx->node = result->nodesetval->nodeTab[0]; /* Extract the hash */ err = find_and_extract_DmHash(context, hash, xpath_ctx); leave: if (err) { isds_hash_free(hash); } xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); free(code); free(status_message); xmlFreeDoc(response); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("VerifyMessage request processed by server " "successfully.\n") ); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Erase message specified by @message_id from long term storage. Other * message cannot be erased on user request. * @context is session context * @message_id is message identifier. * @incoming is true for incoming message, false for outgoing message. * @return * IE_SUCCESS if message has ben removed * IE_INVAL if message does not exist in long term storage or message * belongs to different box * TODO: IE_NOEPRM if user has no permission to erase a message */ isds_error isds_delete_message_from_storage(struct isds_ctx *context, const char *message_id, _Bool incoming) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNodePtr request = NULL, node; xmlNsPtr isds_ns = NULL; xmlDocPtr response = NULL; xmlChar *code = NULL, *status_message = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (NULL == message_id) return IE_INVAL; #if HAVE_LIBCURL /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Build request */ request = xmlNewNode(NULL, BAD_CAST "EraseMessage"); if (!request) { isds_log_message(context, _("Could build EraseMessage request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); err = validate_message_id_length(context, (xmlChar *) message_id); if (err) goto leave; INSERT_STRING(request, "dmID", message_id); INSERT_SCALAR_BOOLEAN(request, "dmIncoming", incoming); /* Send request */ isds_log(ILF_ISDS, ILL_DEBUG, _("Sending EraseMessage request for " "message ID %s to ISDS\n"), message_id); err = _isds(context, SERVICE_DM_INFO, request, &response, NULL, NULL); xmlFreeNode(request); request = NULL; if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("Processing ISDS response on EraseMessage request " "failed\n")); goto leave; } /* Check for response status */ err = isds_response_status(context, SERVICE_DM_INFO, response, &code, &status_message, NULL); if (err) { isds_log(ILF_ISDS, ILL_DEBUG, _("ISDS response on EraseMessage request is missing " "status\n")); goto leave; } /* Check server status code */ if (!xmlStrcmp(code, BAD_CAST "1211")) { isds_log_message(context, _("Message to erase belongs to other box")); err = IE_INVAL; } else if (!xmlStrcmp(code, BAD_CAST "1219")) { isds_log_message(context, _("Message to erase is not saved in " "long term storage or the direction does not match")); err = IE_INVAL; } else if (xmlStrcmp(code, BAD_CAST "0000")) { char *code_locale = _isds_utf82locale((char*) code); char *message_locale = _isds_utf82locale((char*) status_message); isds_log(ILF_ISDS, ILL_DEBUG, _("Server refused EraseMessage request " "(code=%s, message=%s)\n"), code_locale, message_locale); isds_log_message(context, message_locale); free(code_locale); free(message_locale); err = IE_ISDS; goto leave; } leave: free(code); free(status_message); xmlFreeDoc(response); xmlFreeNode(request); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("EraseMessage request processed by server " "successfully.\n") ); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Mark message as read. This is a transactional commit function to acknowledge * to ISDS the message has been downloaded and processed by client properly. * @context is session context * @message_id is message identifier. */ isds_error isds_mark_message_read(struct isds_ctx *context, const char *message_id) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; xmlChar *code = NULL, *status_message = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); #if HAVE_LIBCURL /* Do request and check for success */ err = build_send_check_message_request(context, SERVICE_DM_INFO, BAD_CAST "MarkMessageAsDownloaded", message_id, &response, NULL, NULL, &code, &status_message); free(code); free(status_message); xmlFreeDoc(response); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("MarkMessageAsDownloaded request processed by server " "successfully.\n") ); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Mark message as received by recipient. This is applicable only to * commercial message. Use envelope->dmType message member to distinguish * commercial message from government message. Government message is * received automatically (by law), commercial message on recipient request. * @context is session context * @message_id is message identifier. */ isds_error isds_mark_message_received(struct isds_ctx *context, const char *message_id) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlDocPtr response = NULL; xmlChar *code = NULL, *status_message = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); #if HAVE_LIBCURL /* Do request and check for success */ err = build_send_check_message_request(context, SERVICE_DM_INFO, BAD_CAST "ConfirmDelivery", message_id, &response, NULL, NULL, &code, &status_message); free(code); free(status_message); xmlFreeDoc(response); if (!err) isds_log(ILF_ISDS, ILL_DEBUG, _("ConfirmDelivery request processed by server " "successfully.\n") ); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Send document for authorized conversion into Czech POINT system. * This is public anonymous service, no log-in necessary. Special context is * used to reuse keep-a-live HTTPS connection. * @context is Czech POINT session context. DO NOT use context connected to * ISDS server. Use new context or context used by this function previously. * @document is document to convert. Only data, data_length, dmFileDescr and * is_xml members are significant. Be ware that not all document formats can be * converted (signed PDF 1.3 and higher only (2010-02 state)). * @id is reallocated identifier assigned by Czech POINT system to * your document on submit. Use is to tell it to Czech POINT officer. * @date is reallocated document submit date (submitted documents * expires after some period). Only tm_year, tm_mon and tm_mday carry sane * value. */ isds_error czp_convert_document(struct isds_ctx *context, const struct isds_document *document, char **id, struct tm **date) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr deposit_ns = NULL, empty_ns = NULL; xmlNodePtr request = NULL, node; xmlDocPtr response = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; long int status = -1; long int *status_ptr = &status; char *string = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!document || !id || !date) return IE_INVAL; if (document->is_xml) { isds_log_message(context, _("XML documents cannot be submitted to conversion")); return IE_NOTSUP; } /* Free output arguments */ zfree(*id); zfree(*date); #if HAVE_LIBCURL /* Store configuration */ context->type = CTX_TYPE_CZP; free(context->url); context->url = strdup("https://www.czechpoint.cz/uschovna/services.php"); if (!(context->url)) return IE_NOMEM; /* Prepare CURL handle if not yet connected */ if (!context->curl) { context->curl = curl_easy_init(); if (!(context->curl)) return IE_ERROR; } /* Build conversion request */ request = xmlNewNode(NULL, BAD_CAST "saveDocument"); if (!request) { isds_log_message(context, _("Could not build Czech POINT conversion request")); return IE_ERROR; } deposit_ns = xmlNewNs(request, BAD_CAST DEPOSIT_NS, BAD_CAST "dep"); if(!deposit_ns) { isds_log_message(context, _("Could not create Czech POINT deposit name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, deposit_ns); /* Insert children. They are in empty namespace! */ empty_ns = xmlNewNs(request, BAD_CAST "", NULL); if(!empty_ns) { isds_log_message(context, _("Could not create empty name space")); err = IE_ERROR; goto leave; } INSERT_STRING_WITH_NS(request, empty_ns, "conversionID", "0"); INSERT_STRING_WITH_NS(request, empty_ns, "fileName", document->dmFileDescr); /* Document encoded in Base64 */ err = insert_base64_encoded_string(context, request, empty_ns, "document", document->data, document->data_length); if (err) goto leave; isds_log(ILF_ISDS, ILL_DEBUG, _("Submitting document for conversion into Czech POINT deposit")); /* Send conversion request */ err = _czp_czpdeposit(context, request, &response); xmlFreeNode(request); request = NULL; if (err) { czp_do_close_connection(context); goto leave; } /* Extract response */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression( BAD_CAST "/deposit:saveDocumentResponse/return", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } /* Empty response */ if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_printf_message(context, _("Missing `return' element in Czech POINT deposit response")); err = IE_ISDS; goto leave; } /* More responses */ if (result->nodesetval->nodeNr > 1) { isds_printf_message(context, _("Multiple `return' element in Czech POINT deposit response")); err = IE_ISDS; goto leave; } /* One response */ xpath_ctx->node = result->nodesetval->nodeTab[0]; /* Get status */ EXTRACT_LONGINT("status", status_ptr, 1); if (status) { EXTRACT_STRING("statusMsg", string); char *string_locale = _isds_utf82locale(string); isds_printf_message(context, _("Czech POINT deposit refused document for conversion " "(code=%ld, message=%s)"), status, string_locale); free(string_locale); err = IE_ISDS; goto leave; } /* Get document ID */ EXTRACT_STRING("documentID", *id); /* Get submit date */ EXTRACT_STRING("dateInserted", string); if (string) { *date = calloc(1, sizeof(**date)); if (!*date) { err = IE_NOMEM; goto leave; } err = _isds_datestring2tm((xmlChar *)string, *date); if (err) { if (err == IE_NOTSUP) { err = IE_ISDS; char *string_locale = _isds_utf82locale(string); isds_printf_message(context, _("Invalid dateInserted value: %s"), string_locale); free(string_locale); } goto leave; } } leave: free(string); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(response); xmlFreeNode(request); if (!err) { char *id_locale = _isds_utf82locale((char *) *id); isds_log(ILF_ISDS, ILL_DEBUG, _("Document %s has been submitted for conversion " "to server successfully\n"), id_locale); free(id_locale); } #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Close possibly opened connection to Czech POINT document deposit. * @context is Czech POINT session context. */ isds_error czp_close_connection(struct isds_ctx *context) { if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); #if HAVE_LIBCURL return czp_do_close_connection(context); #else return IE_NOTSUP; #endif } /* Send request for new box creation in testing ISDS instance. * It's not possible to request for a production box currently, as it * communicates via e-mail. * XXX: This function does not work either. Server complains about invalid * e-mail address. * XXX: Remove context->type hacks in isds.c and validator.c when removing * this function * @context is special session context for box creation request. DO NOT use * standard context as it could reveal your password. Use fresh new context or * context previously used by this function. * @box is box description to create including single primary user (in case of * FO box type). It outputs box ID assigned by ISDS in dbID element. * @users is list of struct isds_DbUserInfo (primary users in case of non-FO * box, or contact address of PFO box owner). The email member is mandatory as * it will be used to deliver credentials. * @former_names is former name of box owner. Pass NULL if you don't care. * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_request_new_testing_box(struct isds_ctx *context, struct isds_DbOwnerInfo *box, const struct isds_list *users, const char *former_names, const struct isds_approval *approval, char **refnumber) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNodePtr request = NULL; xmlDocPtr response = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!box) return IE_INVAL; #if HAVE_LIBCURL if (!box->email || box->email[0] == '\0') { isds_log_message(context, _("E-mail field is mandatory")); return IE_INVAL; } /* Scratch box ID */ zfree(box->dbID); /* Store configuration */ context->type = CTX_TYPE_TESTING_REQUEST_COLLECTOR; free(context->url); context->url = strdup("http://78.102.19.203/testbox/request_box.php"); if (!(context->url)) return IE_NOMEM; /* Prepare CURL handle if not yet connected */ if (!context->curl) { context->curl = curl_easy_init(); if (!(context->curl)) return IE_ERROR; } /* Build CreateDataBox request */ err = build_CreateDBInput_request(context, &request, BAD_CAST "CreateDataBox", box, users, (xmlChar *) former_names, NULL, NULL, NULL, approval); if (err) goto leave; /* Send it to server and process response */ err = send_destroy_request_check_response(context, SERVICE_DB_MANIPULATION, BAD_CAST "CreateDataBox", &request, &response, (xmlChar **) refnumber, NULL); if (err) goto leave; /* Extract box ID */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } EXTRACT_STRING("/isds:CreateDataBoxResponse/isds:dbID", box->dbID); leave: xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(response); xmlFreeNode(request); if (!err) { isds_log(ILF_ISDS, ILL_DEBUG, _("CreateDataBox request processed by server successfully.\n")); } #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Submit CMS signed message to ISDS to verify its originality. This is * stronger form of isds_verify_message_hash() because ISDS does more checks * than simple one (potentialy old weak) hash comparison. * @context is session context * @message is memory with raw CMS signed message bit stream * @length is @message size in bytes * @return * IE_SUCCESS if message originates in ISDS * IE_NOTEQUAL if message is unknown to ISDS * other code for other errors */ isds_error isds_authenticate_message(struct isds_ctx *context, const void *message, size_t length) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL; xmlDocPtr response = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; _Bool *authentic = NULL; #endif if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!message || length == 0) return IE_INVAL; #if HAVE_LIBCURL /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Build AuthenticateMessage request */ request = xmlNewNode(NULL, BAD_CAST "AuthenticateMessage"); if (!request) { isds_log_message(context, _("Could not build AuthenticateMessage request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); /* Insert Base64 encoded message */ err = insert_base64_encoded_string(context, request, NULL, "dmMessage", message, length); if (err) goto leave; /* Send request to server and process response */ err = send_destroy_request_check_response(context, SERVICE_DM_OPERATIONS, BAD_CAST "AuthenticateMessage", &request, &response, NULL, NULL); if (err) goto leave; /* ISDS has decided */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } EXTRACT_BOOLEAN("/isds:AuthenticateMessageResponse/isds:dmAuthResult", authentic); if (!authentic) { isds_log_message(context, _("Server did not return any response on " "AuthenticateMessage request")); err = IE_ISDS; goto leave; } if (*authentic) { isds_log(ILF_ISDS, ILL_DEBUG, _("ISDS authenticated the message successfully\n")); } else { isds_log_message(context, _("ISDS does not know the message")); err = IE_NOTEQUAL; } leave: free(authentic); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(response); xmlFreeNode(request); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } /* Submit CMS signed message or delivery info to ISDS to re-sign the content * including adding new CMS time stamp. Only CMS blobs without time stamp can * be re-signed. * @context is session context * @input_data is memory with raw CMS signed message or delivery info bit * stream to re-sign * @input_length is @input_data size in bytes * @output_data is pointer to auto-allocated memory where to store re-signed * input data blob. Caller must free it. * @output_data is pointer where to store @output_data size in bytes * @valid_to is pointer to auto-allocated date of time stamp expiration. * Only tm_year, tm_mon and tm_mday will be set. Pass NULL, if you don't care. * @return * IE_SUCCESS if CMS blob has been re-signed successfully * other code for other errors */ isds_error isds_resign_message(struct isds_ctx *context, const void *input_data, size_t input_length, void **output_data, size_t *output_length, struct tm **valid_to) { isds_error err = IE_SUCCESS; #if HAVE_LIBCURL xmlNsPtr isds_ns = NULL; xmlNodePtr request = NULL; xmlDocPtr response = NULL; xmlXPathContextPtr xpath_ctx = NULL; xmlXPathObjectPtr result = NULL; char *string = NULL; const xmlChar *codes[] = { BAD_CAST "2200", BAD_CAST "2201", BAD_CAST "2204", BAD_CAST "2207", NULL }; const char *meanings[] = { "Message is bad", "Message is not original", "Message already contains time stamp in CAdES-EPES or CAdES-T CMS structure", "Time stamp could not been generated in time" }; const isds_error errors[] = { IE_INVAL, IE_NOTUNIQ, IE_INVAL, IE_ISDS, }; struct code_map_isds_error map = { .codes = codes, .meanings = meanings, .errors = errors }; #endif if (NULL != output_data) *output_data = NULL; if (NULL != output_length) *output_length = 0; if (NULL != valid_to) *valid_to = NULL; if (NULL == context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (NULL == input_data || 0 == input_length) { isds_log_message(context, _("Empty CMS blob on input")); return IE_INVAL; } if (NULL == output_data || NULL == output_length) { isds_log_message(context, _("NULL pointer provided for output CMS blob")); return IE_INVAL; } #if HAVE_LIBCURL /* Check if connection is established * TODO: This check should be done downstairs. */ if (!context->curl) return IE_CONNECTION_CLOSED; /* Build Re-signISDSDocument request */ request = xmlNewNode(NULL, BAD_CAST "Re-signISDSDocument"); if (!request) { isds_log_message(context, _("Could not build Re-signISDSDocument request")); return IE_ERROR; } isds_ns = xmlNewNs(request, BAD_CAST ISDS_NS, NULL); if(!isds_ns) { isds_log_message(context, _("Could not create ISDS name space")); xmlFreeNode(request); return IE_ERROR; } xmlSetNs(request, isds_ns); /* Insert Base64 encoded CMS blob */ err = insert_base64_encoded_string(context, request, NULL, "dmDoc", input_data, input_length); if (err) goto leave; /* Send request to server and process response */ err = send_destroy_request_check_response(context, SERVICE_DM_OPERATIONS, BAD_CAST "Re-signISDSDocument", &request, &response, NULL, &map); if (err) goto leave; /* Extract re-signed data */ xpath_ctx = xmlXPathNewContext(response); if (!xpath_ctx) { err = IE_ERROR; goto leave; } if (_isds_register_namespaces(xpath_ctx, MESSAGE_NS_UNSIGNED)) { err = IE_ERROR; goto leave; } result = xmlXPathEvalExpression( BAD_CAST "/isds:Re-signISDSDocumentResponse", xpath_ctx); if (!result) { err = IE_ERROR; goto leave; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { isds_log_message(context, _("Missing Re-signISDSDocumentResponse element")); err = IE_ISDS; goto leave; } if (result->nodesetval->nodeNr > 1) { isds_log_message(context, _("Multiple Re-signISDSDocumentResponse element")); err = IE_ISDS; goto leave; } xpath_ctx->node = result->nodesetval->nodeTab[0]; xmlXPathFreeObject(result); result = NULL; EXTRACT_STRING("isds:dmResultDoc", string); /* Decode non-empty data */ if (NULL != string && string[0] != '\0') { *output_length = _isds_b64decode(string, output_data); if (*output_length == (size_t) -1) { isds_log_message(context, _("Error while Base64-decoding re-signed data")); err = IE_ERROR; goto leave; } } else { isds_log_message(context, _("Server did not send re-signed data")); err = IE_ISDS; goto leave; } zfree(string); if (NULL != valid_to) { /* Get time stamp expiration date */ EXTRACT_STRING("isds:dmValidTo", string); if (NULL != string) { *valid_to = calloc(1, sizeof(**valid_to)); if (!*valid_to) { err = IE_NOMEM; goto leave; } err = _isds_datestring2tm((xmlChar *)string, *valid_to); if (err) { if (err == IE_NOTSUP) { err = IE_ISDS; char *string_locale = _isds_utf82locale(string); isds_printf_message(context, _("Invalid dmValidTo value: %s"), string_locale); free(string_locale); } goto leave; } } } leave: free(string); xmlXPathFreeObject(result); xmlXPathFreeContext(xpath_ctx); xmlFreeDoc(response); xmlFreeNode(request); #else /* not HAVE_LIBCURL */ err = IE_NOTSUP; #endif return err; } #undef INSERT_ELEMENT #undef CHECK_FOR_STRING_LENGTH #undef INSERT_STRING_ATTRIBUTE #undef INSERT_ULONGINTNOPTR #undef INSERT_ULONGINT #undef INSERT_LONGINT #undef INSERT_BOOLEAN #undef INSERT_SCALAR_BOOLEAN #undef INSERT_STRING #undef INSERT_STRING_WITH_NS #undef EXTRACT_STRING_ATTRIBUTE #undef EXTRACT_ULONGINT #undef EXTRACT_LONGINT #undef EXTRACT_BOOLEAN #undef EXTRACT_STRING /* Compute hash of message from raw representation and store it into envelope. * Original hash structure will be destroyed in envelope. * @context is session context * @message is message carrying raw XML message blob * @algorithm is desired hash algorithm to use */ isds_error isds_compute_message_hash(struct isds_ctx *context, struct isds_message *message, const isds_hash_algorithm algorithm) { isds_error err = IE_SUCCESS; const char *nsuri; void *xml_stream = NULL; size_t xml_stream_length; size_t phys_start, phys_end; char *phys_path = NULL; struct isds_hash *new_hash = NULL; if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!message) return IE_INVAL; if (!message->raw) { isds_log_message(context, _("Message does not carry raw representation")); return IE_INVAL; } switch (message->raw_type) { case RAWTYPE_INCOMING_MESSAGE: nsuri = ISDS_NS; xml_stream = message->raw; xml_stream_length = message->raw_length; break; case RAWTYPE_PLAIN_SIGNED_INCOMING_MESSAGE: nsuri = SISDS_INCOMING_NS; xml_stream = message->raw; xml_stream_length = message->raw_length; break; case RAWTYPE_CMS_SIGNED_INCOMING_MESSAGE: nsuri = SISDS_INCOMING_NS; err = _isds_extract_cms_data(context, message->raw, message->raw_length, &xml_stream, &xml_stream_length); if (err) goto leave; break; case RAWTYPE_PLAIN_SIGNED_OUTGOING_MESSAGE: nsuri = SISDS_OUTGOING_NS; xml_stream = message->raw; xml_stream_length = message->raw_length; break; case RAWTYPE_CMS_SIGNED_OUTGOING_MESSAGE: nsuri = SISDS_OUTGOING_NS; err = _isds_extract_cms_data(context, message->raw, message->raw_length, &xml_stream, &xml_stream_length); if (err) goto leave; break; default: isds_log_message(context, _("Bad raw representation type")); return IE_INVAL; break; } /* XXX: Hash is computed from original string representing isds:dmDm * subtree. That means no encoding, white space, xmlns attributes changes. * In other words, input for hash can be invalid XML stream. */ if (-1 == isds_asprintf(&phys_path, "%s%s%s%s", nsuri, PHYSXML_NS_SEPARATOR "MessageDownloadResponse" PHYSXML_ELEMENT_SEPARATOR, nsuri, PHYSXML_NS_SEPARATOR "dmReturnedMessage" PHYSXML_ELEMENT_SEPARATOR ISDS_NS PHYSXML_NS_SEPARATOR "dmDm")) { err = IE_NOMEM; goto leave; } err = _isds_find_element_boundary(xml_stream, xml_stream_length, phys_path, &phys_start, &phys_end); zfree(phys_path); if (err) { isds_log_message(context, _("Substring with isds:dmDM element could not be located " "in raw message")); goto leave; } /* Compute hash */ new_hash = calloc(1, sizeof(*new_hash)); if (!new_hash) { err = IE_NOMEM; goto leave; } new_hash->algorithm = algorithm; err = _isds_compute_hash(xml_stream + phys_start, phys_end - phys_start + 1, new_hash); if (err) { isds_log_message(context, _("Could not compute message hash")); goto leave; } /* Save computed hash */ if (!message->envelope) { message->envelope = calloc(1, sizeof(*message->envelope)); if (!message->envelope) { err = IE_NOMEM; goto leave; } } isds_hash_free(&message->envelope->hash); message->envelope->hash = new_hash; leave: if (err) { isds_hash_free(&new_hash); } free(phys_path); if (xml_stream != message->raw) free(xml_stream); return err; } /* Compare two hashes. * @h1 is first hash * @h2 is another hash * @return * IE_SUCCESS if hashes equal * IE_NOTUNIQ if hashes are comparable, but they don't equal * IE_ENUM if not comparable, but both structures defined * IE_INVAL if some of the structures are undefined (NULL) * IE_ERROR if internal error occurs */ isds_error isds_hash_cmp(const struct isds_hash *h1, const struct isds_hash *h2) { if (h1 == NULL || h2 == NULL) return IE_INVAL; if (h1->algorithm != h2->algorithm) return IE_ENUM; if (h1->length != h2->length) return IE_ERROR; if (h1->length > 0 && !h1->value) return IE_ERROR; if (h2->length > 0 && !h2->value) return IE_ERROR; for (size_t i = 0; i < h1->length; i++) { if (((uint8_t *) (h1->value))[i] != ((uint8_t *) (h2->value))[i]) return IE_NOTEQUAL; } return IE_SUCCESS; } /* Check message has gone through ISDS by comparing message hash stored in * ISDS and locally computed hash. You must provide message with valid raw * member (do not use isds_load_message(..., BUFFER_DONT_STORE)). * This is convenient wrapper for isds_download_message_hash(), * isds_compute_message_hash(), and isds_hash_cmp() sequence. * @context is session context * @message is message with valid raw and envelope member; envelope->hash * member will be changed during function run. Use envelope on heap only. * @return * IE_SUCCESS if message originates in ISDS * IE_NOTEQUAL if message is unknown to ISDS * other code for other errors */ isds_error isds_verify_message_hash(struct isds_ctx *context, struct isds_message *message) { isds_error err = IE_SUCCESS; struct isds_hash *downloaded_hash = NULL; if (!context) return IE_INVALID_CONTEXT; zfree(context->long_message); if (!message) return IE_INVAL; if (!message->envelope) { isds_log_message(context, _("Given message structure is missing envelope")); return IE_INVAL; } if (!message->raw) { isds_log_message(context, _("Given message structure is missing raw representation")); return IE_INVAL; } err = isds_download_message_hash(context, message->envelope->dmID, &downloaded_hash); if (err) goto leave; err = isds_compute_message_hash(context, message, downloaded_hash->algorithm); if (err) goto leave; err = isds_hash_cmp(downloaded_hash, message->envelope->hash); leave: isds_hash_free(&downloaded_hash); return err; } /* Search for document by document ID in list of documents. IDs are compared * as UTF-8 string. * @documents is list of isds_documents * @id is document identifier * @return first matching document or NULL. */ const struct isds_document *isds_find_document_by_id( const struct isds_list *documents, const char *id) { const struct isds_list *item; const struct isds_document *document; for (item = documents; item; item = item->next) { document = (struct isds_document *) item->data; if (!document) continue; if (!xmlStrcmp((xmlChar *) id, (xmlChar *) document->dmFileGuid)) return document; } return NULL; } /* Normalize @mime_type to be proper MIME type. * ISDS servers pass invalid MIME types (e.g. "pdf"). This function tries to * guess regular MIME type (e.g. "application/pdf"). * @mime_type is UTF-8 encoded MIME type to fix * @return original @mime_type if no better interpretation exists, or * constant static UTF-8 encoded string with proper MIME type. */ const char *isds_normalize_mime_type(const char *mime_type) { if (!mime_type) return NULL; for (size_t offset = 0; offset < sizeof(extension_map_mime)/sizeof(extension_map_mime[0]); offset += 2) { if (!xmlStrcasecmp((const xmlChar*) mime_type, extension_map_mime[offset])) return (const char *) extension_map_mime[offset + 1]; } return mime_type; } /*int isds_get_message(struct isds_ctx *context, const unsigned int id, struct isds_message **message); int isds_send_message(struct isds_ctx *context, struct isds_message *message); int isds_list_messages(struct isds_ctx *context, struct isds_message **message); int isds_find_recipient(struct isds_ctx *context, const struct address *pattern, struct isds_address **address); int isds_message_free(struct isds_message **message); int isds_address_free(struct isds_address **address); */ /* Makes known all relevant namespaces to given XPath context * @xpath_ctx is XPath context * @message_ns selects proper message name space. Unsigned and signed * messages and delivery info's differ in prefix and URI. */ _hidden isds_error _isds_register_namespaces(xmlXPathContextPtr xpath_ctx, const message_ns_type message_ns) { const xmlChar *message_namespace = NULL; if (!xpath_ctx) return IE_ERROR; switch(message_ns) { case MESSAGE_NS_1: message_namespace = BAD_CAST ISDS1_NS; break; case MESSAGE_NS_UNSIGNED: message_namespace = BAD_CAST ISDS_NS; break; case MESSAGE_NS_SIGNED_INCOMING: message_namespace = BAD_CAST SISDS_INCOMING_NS; break; case MESSAGE_NS_SIGNED_OUTGOING: message_namespace = BAD_CAST SISDS_OUTGOING_NS; break; case MESSAGE_NS_SIGNED_DELIVERY: message_namespace = BAD_CAST SISDS_DELIVERY_NS; break; default: return IE_ENUM; } if (xmlXPathRegisterNs(xpath_ctx, BAD_CAST "soap", BAD_CAST SOAP_NS)) return IE_ERROR; if (xmlXPathRegisterNs(xpath_ctx, BAD_CAST "isds", BAD_CAST ISDS_NS)) return IE_ERROR; if (xmlXPathRegisterNs(xpath_ctx, BAD_CAST "oisds", BAD_CAST OISDS_NS)) return IE_ERROR; if (xmlXPathRegisterNs(xpath_ctx, BAD_CAST "sisds", message_namespace)) return IE_ERROR; if (xmlXPathRegisterNs(xpath_ctx, BAD_CAST "xs", BAD_CAST SCHEMA_NS)) return IE_ERROR; if (xmlXPathRegisterNs(xpath_ctx, BAD_CAST "deposit", BAD_CAST DEPOSIT_NS)) return IE_ERROR; return IE_SUCCESS; } libisds-0.10.7/src/unix.c0000644000076400001440000000423413130406756012077 00000000000000#include "isds_priv.h" #include #include #include #include "isds.h" #include "utils.h" static char *tz_orig; /* Copy of original TZ variable */ #if HAVE_LIBCURL /* Convert UTF-8 @string representation of ISO 8601 date to @time. * XXX: Not all ISO formats are supported */ _hidden isds_error _isds_datestring2tm(const xmlChar *string, struct tm *time) { char *offset; if (!string || !time) return IE_INVAL; /* xsd:date is ISO 8601 string, thus ASCII */ offset = strptime((char*)string, "%Y-%m-%d", time); if (offset && *offset == '\0') return IE_SUCCESS; offset = strptime((char*)string, "%Y%m%d", time); if (offset && *offset == '\0') return IE_SUCCESS; offset = strptime((char*)string, "%Y-%j", time); if (offset && *offset == '\0') return IE_SUCCESS; return IE_NOTSUP; } #endif /* Switches time zone to UTC. * XXX: This is not reentrant and not thread-safe */ static void _isds_switch_tz_to_utc(void) { char *tz; tz = getenv("TZ"); if (tz) { tz_orig = strdup(tz); if (!tz_orig) PANIC("Can not back original time zone up"); } else { tz_orig = NULL; } if (setenv("TZ", "", 1)) PANIC("Can not change time zone to UTC temporarily"); tzset(); } /* Switches time zone to original value. * XXX: This is not reentrant and not thread-safe */ static void _isds_switch_tz_to_native(void) { if (tz_orig) { if (setenv("TZ", tz_orig, 1)) PANIC("Can not restore time zone by setting TZ variable"); free(tz_orig); tz_orig = NULL; } else { if(unsetenv("TZ")) PANIC("Can not restore time zone by unsetting TZ variable"); } tzset(); } /* Convert UTC broken time to time_t. * @broken_utc it time in UTC in broken format. Despite its content is not * touched, it'sw not-const because underlying POSIX function has non-const * signature. * @return (time_t) -1 in case of error */ _hidden time_t _isds_timegm(struct tm *broken_utc) { time_t ret; _isds_switch_tz_to_utc(); ret = mktime(broken_utc); _isds_switch_tz_to_native(); return ret; } libisds-0.10.7/src/crypto_gpg.c0000644000076400001440000003236412425501773013277 00000000000000#include "isds_priv.h" #include "utils.h" #include #ifdef ISDS_USE_KSBA #include #endif #include /* Because of ksba or gpgme */ #include #include #include "crypto.h" /* Initialize libgrcypt if not yet done by application or other library. * @current_version is static string describing current gcrypt version * @return IE_SUCCESS if everything is O.k. */ static isds_error _isds_init_gcrypt(const char **current_version) { const char *gcrypt_version; /* Check version and initialize gcrypt */ gcrypt_version = gcry_check_version(NULL); if (current_version) *current_version = gcrypt_version; if (!gcrypt_version) { isds_log(ILF_SEC, ILL_CRIT, _("Could not check gcrypt version\n")); return IE_ERROR; } /* Finalize initialization if not yet done */ if (!gcry_control(GCRYCTL_INITIALIZATION_FINISHED_P)) { /* Disable secure memory */ /* TODO: Allow it when implementing key authentication */ gcry_control (GCRYCTL_DISABLE_SECMEM, 0); /* Finish initialization */ gcry_control(GCRYCTL_INITIALIZATION_FINISHED, 0); } isds_log(ILF_SEC, ILL_INFO, _("gcrypt version in use: %s\n"), gcrypt_version); return IE_SUCCESS; } /* Computes hash from @input with @length and store it into @hash. * The hash algorithm is defined inside @hash. * @input is input block to hash * @length is @input block length in bytes * @hash input algorithm, output hash value and hash length; hash value will be * reallocated, it's always valid pointer or NULL (before and after call) */ _hidden isds_error _isds_compute_hash(const void *input, const size_t length, struct isds_hash *hash) { int g_algorithm; void *buffer; if ((length != 0 && !input) || !hash) return IE_INVAL; isds_log(ILF_SEC, ILL_DEBUG, _("Data hash requested, length=%zu, content:\n%*s\n" "End of data to hash\n"), length, length, input); /* Select algorithm */ switch (hash->algorithm) { case HASH_ALGORITHM_MD5: g_algorithm = GCRY_MD_MD5; break; case HASH_ALGORITHM_SHA_1: g_algorithm = GCRY_MD_SHA1; break; case HASH_ALGORITHM_SHA_224: g_algorithm = GCRY_MD_SHA224; break; case HASH_ALGORITHM_SHA_256: g_algorithm = GCRY_MD_SHA256; break; case HASH_ALGORITHM_SHA_384: g_algorithm = GCRY_MD_SHA384; break; case HASH_ALGORITHM_SHA_512: g_algorithm = GCRY_MD_SHA512; break; default: return IE_NOTSUP; } /* Test it's available */ if (gcry_md_test_algo(g_algorithm)) return IE_NOTSUP; /* Get known the hash length and allocate buffer for hash value */ hash->length = gcry_md_get_algo_dlen(g_algorithm); buffer = realloc(hash->value, hash->length); if (!buffer) return IE_NOMEM; hash->value = buffer; /* Compute the hash */ gcry_md_hash_buffer(g_algorithm, hash->value, (length)?input:"", length); return IE_SUCCESS; } /* Initialize GPGME. * @current_version is pointer to static string describing current gpgme * @return IE_SUCCESS if everything is O.k. */ static isds_error _isds_init_gpgme(const char **current_version) { const char *gpgme_version; gpgme_error_t err; /* Check version and initialize GPGME */ gpgme_version = gpgme_check_version(NULL); if (current_version) *current_version = gpgme_version; if (!gpgme_version) { isds_log(ILF_SEC, ILL_CRIT, _("GPGME initialization failed\n")); return IE_ERROR; } isds_log(ILF_SEC, ILL_INFO, _("GPGME version in use: %s\n"), gpgme_version); /* Needed to propagate locale to remote processes like pinentry */ gpgme_set_locale (NULL, LC_CTYPE, setlocale(LC_CTYPE, NULL)); #ifdef LC_MESSAGES gpgme_set_locale (NULL, LC_MESSAGES, setlocale(LC_MESSAGES, NULL)); #endif /* Check for engines */ err = gpgme_engine_check_version(GPGME_PROTOCOL_CMS); if (err) { isds_log(ILF_SEC, ILL_CRIT, _("GPGME does not support CMS\n")); if (gpgme_err_code(err) == GPG_ERR_INV_ENGINE) { gpgme_engine_info_t info; /* Do not free it */ err = gpgme_get_engine_info (&info); if (!err) { while (info && info->protocol != GPGME_PROTOCOL_CMS) info = info->next; if (!info) isds_log(ILF_SEC, ILL_CRIT, _("GPGME compiled without support for " "protocol %s\n"), gpgme_get_protocol_name(GPGME_PROTOCOL_CMS)); else if (info->file_name && !info->version) isds_log(ILF_SEC, ILL_CRIT, _("Engine %s not installed properly\n"), info->file_name); else if (info->file_name && info->version && info->req_version) isds_log(ILF_SEC, ILL_CRIT, _("Engine %s version %s installed, " "but at least version %s required\n"), info->file_name, info->version, info->req_version); else isds_log(ILF_SEC, ILL_CRIT, _("Unknown problem with engine for protocol %s\n"), gpgme_get_protocol_name(GPGME_PROTOCOL_CMS)); } } return IE_ERROR; } return IE_SUCCESS; } /* Initialise all cryptographic libraries which libisds depends on. * @return IE_SUCCESS if everything went all-right. */ _hidden isds_error _isds_init_crypto(void) { /* Initialize gpg-error because of gpgme and ksba */ if (gpg_err_init()) { isds_log(ILF_ISDS, ILL_CRIT, _("gpg-error library initialization failed\n")); return IE_ERROR; } /* Initialize GPGME */ if (_isds_init_gpgme(&version_gpgme)) { isds_log(ILF_ISDS, ILL_CRIT, _("GPGME library initialization failed\n")); return IE_ERROR; } /* Initialize gcrypt */ if (_isds_init_gcrypt(&version_gcrypt)) { isds_log(ILF_ISDS, ILL_CRIT, _("gcrypt library initialization failed\n")); return IE_ERROR; } return IE_SUCCESS; } /* Free CMS data buffer allocated inside _isds_extract_cms_data(). * This is necessary because GPGME. * @buffer is pointer to memory to free */ _hidden void _isds_cms_data_free(void *buffer) { #ifdef ISDS_USE_KSBA free(buffer); #else if (buffer) gpgme_free(buffer); #endif } /* Extract data from CMS (successor of PKCS#7) * The CMS' signature is is not verified. * @context is session context * @cms is input block with CMS structure * @cms_length is @cms block length in bytes * @data are automatically reallocated bit stream with data found in @cms * You must free them with _isds_cms_data_free(). * @data_length is length of @data in bytes */ _hidden isds_error _isds_extract_cms_data(struct isds_ctx *context, const void *cms, const size_t cms_length, void **data, size_t *data_length) { isds_error err = IE_SUCCESS; if (!cms || !data || !data_length) return IE_INVAL; zfree(*data); *data_length = 0; #ifdef ISDS_USE_KSBA ksba_cms_t cms_handler = NULL; ksba_reader_t cms_reader = NULL; ksba_writer_t cms_writer = NULL; gpg_error_t gerr; char gpg_error_string[128]; ksba_stop_reason_t stop_reason; if (ksba_cms_new(&cms_handler)) { isds_log_message(context, _("Could not allocate CMS parser handler")); err = IE_NOMEM; goto leave; } if (ksba_reader_new(&cms_reader)) { isds_log_message(context, _("Could not allocate CMS reader")); err = IE_ERROR; goto leave; } if (ksba_reader_set_mem(cms_reader, cms, cms_length)) { isds_log_message(context, _("Could not bind CMS reader to PKCS#7 structure")); err = IE_ERROR; goto leave; } if (ksba_writer_new(&cms_writer)) { isds_log_message(context, _("Could not allocate CMS writer")); err = IE_ERROR; goto leave; } if (ksba_writer_set_mem(cms_writer, 0)) { isds_log_message(context, _("Could not bind CMS reader to PKCS#7 structure")); err = IE_ERROR; goto leave; } if (ksba_cms_set_reader_writer(cms_handler, cms_reader, cms_writer)) { isds_log_message(context, _("Could not register CMS reader to CMS handler")); err = IE_ERROR; goto leave; } /* FIXME: This cycle stops with: Missing action on KSBA_CT_SIGNED_DATA * I don't know how to program the KSBA cycle. * TODO: Use gpgme's verify call to extract data. The only problem is it * gpgme verifies signature always. We don't need it now and it's slow. * We should find out how to use KSBA. */ do { gerr = ksba_cms_parse(cms_handler, &stop_reason); if (gerr) { gpg_strerror_r(gerr, gpg_error_string, sizeof(gpg_error_string)); gpg_error_string[sizeof(gpg_error_string)/sizeof(char) - 1] = '\0'; isds_printf_message(context, _("Error while parsing PKCS#7 structure: %s"), gpg_error_string); return IE_ERROR; } if (stop_reason == KSBA_SR_BEGIN_DATA) { isds_log(ILF_SEC, ILL_DEBUG, _("CMS: Data beginning found\n")); } if (stop_reason == KSBA_SR_GOT_CONTENT) { char *type; switch (ksba_cms_get_content_type(cms_handler, 0)) { case KSBA_CT_NONE: type = _("unknown data"); break; case KSBA_CT_DATA: type = _("plain data"); break; case KSBA_CT_SIGNED_DATA: type = _("signed data"); break; case KSBA_CT_ENVELOPED_DATA: type = _("encrypted data by session key"); break; case KSBA_CT_DIGESTED_DATA: type = _("digest data"); break; case KSBA_CT_ENCRYPTED_DATA: type = _("encrypted data"); break; case KSBA_CT_AUTH_DATA: type = _("auth data"); break; default: type = _("other data"); } isds_log(ILF_SEC, ILL_DEBUG, _("CMS: Data type: %s\n"), type); } if (stop_reason == KSBA_SR_END_DATA) { isds_log(ILF_SEC, ILL_DEBUG, _("CMS: Data end found\n")); } } while (stop_reason != KSBA_SR_READY); *data = ksba_writer_snatch_mem(cms_writer, data_length); if (!*data) { isds_log_message(context, _("Getting CMS writer buffer failed")); err = IE_ERROR; goto leave; } leave: ksba_cms_release(cms_handler); ksba_writer_release(cms_writer); ksba_reader_release(cms_reader); #else /* ndef ISDS_USE_KSBA */ gpgme_ctx_t gctx = NULL; gpgme_error_t gerr; char gpgme_error_string[128]; gpgme_data_t cms_handler = NULL, plain_handler = NULL; #define GET_GPGME_ERROR_STRING \ gpgme_strerror_r(gerr, gpgme_error_string, sizeof(gpgme_error_string)); \ gpgme_error_string[sizeof(gpgme_error_string)/sizeof(char) - 1] = '\0'; \ #define FAIL_ON_GPGME_ERROR(code, message) \ if (code) { \ GET_GPGME_ERROR_STRING; \ isds_printf_message(context, message, gpgme_error_string); \ if ((code) == GPG_ERR_ENOMEM) err = IE_NOMEM; \ else err = IE_ERROR; \ goto leave; \ } /* Create GPGME context */ gerr = gpgme_new(&gctx); FAIL_ON_GPGME_ERROR(gerr, _("Could not create GPGME context: %s")); gerr = gpgme_set_protocol(gctx, GPGME_PROTOCOL_CMS); FAIL_ON_GPGME_ERROR(gerr, _("Could not set CMS protocol for GPGME context: %s")); /* Create data handlers */ gerr = gpgme_data_new_from_mem(&cms_handler, cms, cms_length, 0); FAIL_ON_GPGME_ERROR(gerr, _("Could not create data handler for " "signed message in CMS structure: %s")); gerr = gpgme_data_set_encoding(cms_handler, GPGME_DATA_ENCODING_BINARY); FAIL_ON_GPGME_ERROR(gerr, _("Could not explain to GPGME " "that CMS structure was packed in DER binary format: %s")); gerr = gpgme_data_new(&plain_handler); FAIL_ON_GPGME_ERROR(gerr, _("Could not create data handler for " "plain message extracted from CMS structure: %s")); /* Verify signature */ gerr = gpgme_op_verify(gctx, cms_handler, NULL, plain_handler); if (gerr) { GET_GPGME_ERROR_STRING; isds_printf_message(context, _("CMS verification failed: %s"), gpgme_error_string); err = IE_ERROR; goto leave; } /* Get extracted plain message * XXX: One must free *data with gpgme_free() because of clashing * possibly different allocators. */ *data = gpgme_data_release_and_get_mem(plain_handler, data_length); plain_handler = NULL; if (!*data) { /* No data or error occurred */ isds_printf_message(context, _("Could not get plain data from GPGME " "after verifying CMS structure")); err = IE_ERROR; goto leave; } leave: if (gctx) gpgme_release(gctx); if (plain_handler) gpgme_data_release(plain_handler); if (cms_handler) gpgme_data_release(cms_handler); #undef FAIL_ON_GPGME_ERROR #undef GET_GPGME_ERROR_STRING #endif /* ndef ISDS_USE_KSBA */ return err; } libisds-0.10.7/src/utils.c0000644000076400001440000002301212673031006012240 00000000000000#include "isds_priv.h" #include #include #include #include #ifndef _WIN32 #include #endif #include #include #include #include "utils.h" #include "cencode.h" #include "cdecode.h" #include "system.h" /* Concatenate two strings into newly allocated buffer. * You must free() them, when you don't need it anymore. * Any of the arguments can be NULL meaning empty string. * In case of error returns NULL. * Empty string is always returned as allocated empty string. */ _hidden char *_isds_astrcat(const char *first, const char *second) { size_t first_len, second_len; char *buf; first_len = (first) ? strlen(first) : 0; second_len = (second) ? strlen(second) : 0; buf = malloc(1 + first_len + second_len); if (buf) { buf[0] = '\0'; if (first) strcpy(buf, first); if (second) strcpy(buf + first_len, second); } return buf; } /* Concatenate three strings into newly allocated buffer. * You must free() them, when you don't need it anymore. * Any of the arguments can be NULL meaning empty string. * In case of error returns NULL. * Empty string is always returned as allocated empty string. */ _hidden char *_isds_astrcat3(const char *first, const char *second, const char *third) { size_t first_len, second_len, third_len; char *buf, *next; first_len = (first) ? strlen(first) : 0; second_len = (second) ? strlen(second) : 0; third_len = (third) ? strlen(third) : 0; buf = malloc(1 + first_len + second_len + third_len); if (buf) { buf[0] = '\0'; next = buf; if (first) { strcpy(next, first); next += first_len; } if (second) { strcpy(next, second); next += second_len; } if (third) { strcpy(next, third); } } return buf; } /* Print formatted string into automatically reallocated @buffer. * @buffer automatically reallocated buffer. Must be &NULL or preallocated * memory. * @format format string as for printf(3) * @ap list of variadic arguments, after call will be in undefined state * @Returns number of bytes printed. In case of error, -1 and NULL @buffer*/ _hidden int isds_vasprintf(char **buffer, const char *format, va_list ap) { va_list aq; int length, new_length; char *new_buffer; if (!buffer || !format) { if (buffer) { free(*buffer); *buffer = NULL; } return -1; } va_copy(aq, ap); length = vsnprintf(NULL, 0, format, aq) + 1; va_end(aq); if (length <= 0) { free(*buffer); *buffer = NULL; return -1; } new_buffer = realloc(*buffer, length); if (!new_buffer) { free(*buffer); *buffer = NULL; return -1; } *buffer = new_buffer; new_length = vsnprintf(*buffer, length, format, ap); if (new_length >= length) { free(*buffer); *buffer = NULL; return -1; } return new_length; } /* Print formatted string into automatically reallocated @buffer. * @buffer automatically reallocated buffer. Must be &NULL or preallocated * memory. * @format format string as for printf(3) * @... variadic arguments * @Returns number of bytes printed. In case of error, -1 and NULL @buffer */ _hidden int isds_asprintf(char **buffer, const char *format, ...) { int ret; va_list ap; va_start(ap, format); ret = isds_vasprintf(buffer, format, ap); va_end(ap); return ret; } /* Converts a block from charset to charset. * @from is input charset of @input block as known to iconv * @to is output charset @input will be converted to @output * @input is block in @from charset/encoding of length @input_length * @input_length is size of @input block in bytes * @output is automatically allocated block of data converted from @input. No * NUL is apended. Can be NULL, if resulting size is 0. You must free it. * @return size of @output in bytes. In case of error returns (size_t) -1 and * deallocates @output if this function allocated it in this call. */ _hidden size_t _isds_any2any(const char *from, const char *to, const void *input, size_t input_length, void **output) { iconv_t state; char *buffer = NULL, *new_buffer; size_t buffer_length = 0, buffer_used = 0; char *inbuf, *outbuf; size_t inleft, outleft; if (output != NULL) *output = NULL; if (from == NULL || to == NULL || input == NULL || output == NULL) return (size_t) -1; state = iconv_open(to, from); if (state == (iconv_t) -1) return (size_t) -1; /* Get the initial output buffer length */ buffer_length = input_length; inbuf = (char *) input; inleft = input_length; while (inleft > 0) { /* Extend buffer */ new_buffer = realloc(buffer, buffer_length); if (!new_buffer) { zfree(buffer); buffer_used = (size_t) -1; goto leave; } buffer = new_buffer; /* FIXME */ outbuf = buffer + buffer_used; outleft = buffer_length - buffer_used; /* Convert chunk of data */ if ((size_t) -1 == iconv(state, &inbuf, &inleft, &outbuf, &outleft) && errno != E2BIG) { zfree(buffer); buffer_used = (size_t) -1; goto leave; } /* Update positions */ buffer_length += 1024; buffer_used = outbuf - buffer; } leave: iconv_close(state); if (buffer_used == 0) zfree(buffer); *output = buffer; return buffer_used; } /* Converts UTF8 string into locale encoded string. * @utf string int UTF-8 terminated by zero byte * @return allocated string encoded in locale specific encoding. You must free * it. In case of error or NULL @utf returns NULL. */ _hidden char *_isds_utf82locale(const char *utf) { char *output, *bigger_output; size_t length; if (utf == NULL) return NULL; length = _isds_any2any("UTF-8", nl_langinfo(CODESET), utf, strlen(utf), (void **) &output); if (length == (size_t) -1) return NULL; bigger_output = realloc(output, length + 1); if (bigger_output == NULL) { zfree(output); } else { output = bigger_output; output[length] = '\0'; } return output; } /* Encode given data into MIME Base64 encoded zero terminated string. * @plain are input data (binary stream) * @length is length of @plain data in bytes * @return allocated string of base64 encoded plain data or NULL in case of * error. You must free it. */ _hidden char *_isds_b64encode(const void *plain, const size_t length) { base64_encodestate state; size_t code_length; char *buffer, *new_buffer; if (!plain) { if (length) return NULL; /* Empty input is valid input */ plain = ""; } _isds_base64_init_encodestate(&state); /* Allocate buffer * (4 is padding, 1 is final new line, and 1 is string terminator) */ buffer = malloc(length * 2 + 4 + 1 + 1); if (!buffer) return NULL; /* Encode plain data */ code_length = _isds_base64_encode_block(plain, length, (int8_t *)buffer, &state); code_length += _isds_base64_encode_blockend(((int8_t*)buffer) + code_length, &state); /* Terminate string */ buffer[code_length++] = '\0'; /* Shrink the buffer */ new_buffer = realloc(buffer, code_length); if (new_buffer) buffer = new_buffer; return buffer; } /* Decode given data from MIME Base64 encoded zero terminated string to binary * stream. Invalid Base64 symbols are skipped. * @encoded are input data (Base64 zero terminated string) * @plain are automatically reallocated output data (binary stream). You must * free it. Will be freed in case of error. * @return length of @plain data in bytes or (size_t) -1 in case of memory * allocation failure. */ _hidden size_t _isds_b64decode(const char *encoded, void **plain) { base64_decodestate state; size_t encoded_length; size_t plain_length; char *buffer; if (NULL == encoded || NULL == plain) { if (NULL != plain) zfree(*plain); return ((size_t) -1); } encoded_length = strlen(encoded); _isds_base64_init_decodestate(&state); /* Divert empty input */ if (encoded_length == 0) { zfree(*plain); return 0; } /* Allocate buffer */ buffer = realloc(*plain, encoded_length); if (NULL == buffer) { zfree(*plain); return ((size_t) -1); } *plain = buffer; /* Decode encoded data */ plain_length = _isds_base64_decode_block((const int8_t *)encoded, encoded_length, *plain, &state); if (plain_length >= (size_t) -1) { zfree(*plain); return((size_t) -1); } /* Shrink the buffer */ if (0 == plain_length) { zfree(*plain); } else { buffer = realloc(*plain, plain_length); /* realloc() can move pointer even when shrinking */ if (NULL != buffer) *plain = buffer; } return plain_length; } /* Convert hexadecimal digit to integer. Return negative value if character is * not valid hexadecimal digit. */ _hidden int _isds_hex2i(char digit) { if (digit >= '0' && digit <= '9') return digit - '0'; if (digit >= 'a' && digit <= 'f') return digit - 'a' + 10; if (digit >= 'A' && digit <= 'F') return digit - 'A' + 10; return -1; } /* Convert size_t to int. */ _hidden int _isds_sizet2int(size_t val) { return (val <= INT_MAX) ? (int) val : -1; } libisds-0.10.7/src/validator.h0000644000076400001440000000621212443304473013103 00000000000000#ifndef __ISDS_VALIDATOR_H__ #define __ISDS_VALIDATOR_H__ #include "isds.h" #if HAVE_LIBCURL typedef enum { SERVICE_DM_OPERATIONS, SERVICE_DM_INFO, SERVICE_DB_SEARCH, SERVICE_DB_ACCESS, SERVICE_DB_MANIPULATION, SERVICE_ASWS } isds_service; /* Get ISDS status info from ISDS @response XML document. * Be ware that different request families return differently encoded status * (e.g. dmStatus, dbStatus) * @context is ISDS context * @service is ISDS web service identifier * @response is ISDS response document * @code is automatically allocated status code of the response * @message is automatically allocated status message. Returned NULL means no * message was delivered by server. Use NULL if you don't care. * @refnumber is automatically reallocated request serial number assigned by * ISDS. Returned *NULL means no number was delivered by server. * Use NULL if you don't care. */ isds_error isds_response_status(struct isds_ctx *context, const isds_service service, xmlDocPtr response, xmlChar **code, xmlChar **message, xmlChar **refnumber); /* Send @request to ISDS and return ISDS @response as XML document. * Be ware the @response can be invalid (in sense of XML Schema). * (And it is because current ISDS server does not follow its own * specification. Please apology my government, its herd of incompetent * creatures.) * @context is ISDS session context, * @service identifies ISDS web service * @request is tree with ISDS message, can be NULL * @response is automatically allocated response from server as XML Document * @raw_response is automatically allocated bit stream with response body. Use * NULL if you don't care * @raw_response_length is size of @raw_response in bytes * In case of error, @response and @raw_response will be deallocated. * */ isds_error _isds(struct isds_ctx *context, const isds_service service, const xmlNodePtr request, xmlDocPtr *response, void **raw_response, size_t *raw_response_length); #endif /* HAVE_LIBCURL */ /* Walk through list of isds_documents and check for their types and * references. * @context is session context * @documents is list of isds_document to check * @returns IE_SUCCESS if structure is valid, otherwise context' message will * be filled with explanation of found problem. */ isds_error _isds_check_documents_hierarchy(struct isds_ctx *context, const struct isds_list *documents); /* Check for message ID length * @context is session context * @message_id checked message ID * @return IE_SUCCESS or appropriate error code and fill context' message */ isds_error validate_message_id_length(struct isds_ctx *context, const xmlChar *message_id); #if HAVE_LIBCURL /* Send @request to Czech POINT conversion deposit and return response * as XML document. * @context is Czech POINT session context, * @request is tree with deposit message, can be NULL * @response is automatically allocated response from server as XML Document * In case of error, @response will be deallocated. * */ isds_error _czp_czpdeposit(struct isds_ctx *context, const xmlNodePtr request, xmlDocPtr *response); #endif /* HAVE_LIBCURL */ #endif libisds-0.10.7/src/cencode.c0000644000076400001440000000525211622005256012507 00000000000000/* cencoder.c - c source to a base64 encoding algorithm implementation This is part of the libb64 project, and has been placed in the public domain. For details, see http://sourceforge.net/projects/libb64 */ #include "cencode.h" #include "utils.h" const int CHARS_PER_LINE = 72; _hidden void _isds_base64_init_encodestate(base64_encodestate* state_in) { state_in->step = step_A; state_in->result = 0; state_in->stepcount = 0; } static int8_t base64_encode_value(int8_t value_in) { /* XXX: CHAR_BIT == 8 because of */ static const int8_t encoding[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; if (value_in > 63) return '='; return encoding[value_in]; } _hidden size_t _isds_base64_encode_block(const int8_t* plaintext_in, size_t length_in, int8_t *code_out, base64_encodestate* state_in) { const int8_t *plainchar = plaintext_in; const int8_t* const plaintextend = plaintext_in + length_in; int8_t *codechar = code_out; int8_t result; int8_t fragment; result = state_in->result; switch (state_in->step) { while (1) { case step_A: if (plainchar == plaintextend) { state_in->result = result; state_in->step = step_A; return codechar - code_out; } fragment = *plainchar++; result = (fragment & 0x0fc) >> 2; *codechar++ = base64_encode_value(result); result = (fragment & 0x003) << 4; case step_B: if (plainchar == plaintextend) { state_in->result = result; state_in->step = step_B; return codechar - code_out; } fragment = *plainchar++; result |= (fragment & 0x0f0) >> 4; *codechar++ = base64_encode_value(result); result = (fragment & 0x00f) << 2; case step_C: if (plainchar == plaintextend) { state_in->result = result; state_in->step = step_C; return codechar - code_out; } fragment = *plainchar++; result |= (fragment & 0x0c0) >> 6; *codechar++ = base64_encode_value(result); result = (fragment & 0x03f) >> 0; *codechar++ = base64_encode_value(result); ++(state_in->stepcount); if (state_in->stepcount == CHARS_PER_LINE/4) { *codechar++ = '\n'; state_in->stepcount = 0; } } /* while */ } /* switch */ /* control should not reach here */ return codechar - code_out; } _hidden size_t _isds_base64_encode_blockend(int8_t *code_out, base64_encodestate* state_in) { int8_t *codechar = code_out; switch (state_in->step) { case step_B: *codechar++ = base64_encode_value(state_in->result); *codechar++ = '='; *codechar++ = '='; break; case step_C: *codechar++ = base64_encode_value(state_in->result); *codechar++ = '='; break; case step_A: break; } *codechar++ = '\n'; return codechar - code_out; } libisds-0.10.7/src/unix.h0000644000076400001440000000010612131067064012071 00000000000000#ifndef __ISDS_UNIX_SYSTEM_H__ #define __ISDS_UNIX_SYSTEM_H__ #endif libisds-0.10.7/src/physxml.c0000644000076400001440000002060412451576545012630 00000000000000#include "isds_priv.h" #include "physxml.h" #include "utils.h" #include "system.h" #include #include #include #define NS_CHAR_SEPARATOR '>' struct expat_data { XML_Parser parser; const XML_Char **elements; /* NULL terminated array of elements */ _Bool found; size_t *start; size_t *end; int depth; /* Current parser depth, root element is 0 */ int element_depth; /* elements[element_depth] we are in, -1 if we are not in any (root mismatch)*/ }; /* Check for expat compile-time configuration * @current_version is static string describing current expat version */ _hidden isds_error _isds_init_expat(const char **current_version) { XML_Expat_Version current; const int min_major = 2; const int min_minor = 0; const int min_micro = 0; const XML_Feature *features; /* Static array stored in expat BSS */ _Bool ns_supported = 0; if (current_version) *current_version = XML_ExpatVersion(); /* * Max(XML_Size) <= Max(size_t) * XML_Char is char, not a wchar_t * XML_UNICODE is undefined (i.e. strings in UTF-8) * */ /* Check minimal expat version */ current = XML_ExpatVersionInfo(); if ( (current.major < min_major) || (current.major == min_major && current.minor < min_minor) || (current.major == min_major && current.minor == min_minor && current.micro < min_micro) ) { isds_log(ILF_ISDS, ILL_CRIT, _("Minimal %d.%d.%d Expat version required. " "Current version is %d.%d.%d\n"), min_major, min_minor, min_micro, current.major, current.minor, current.micro); return IE_ERROR; } /* XML_Char must be char, not a wchar_t */ features = XML_GetFeatureList(); while (features->feature != XML_FEATURE_END) { switch (features->feature) { case XML_FEATURE_UNICODE_WCHAR_T: case XML_FEATURE_UNICODE: isds_log(ILF_ISDS, ILL_CRIT, _("Expat compiled with UTF-16 (wide) characters\n")); return IE_ERROR; break; case XML_FEATURE_SIZEOF_XML_CHAR: if (features->value != sizeof(char)) { isds_log(ILF_ISDS, ILL_CRIT, "Expat compiled with XML_Chars incompatible " "with chars\n"); return IE_ERROR; } break; case XML_FEATURE_NS: ns_supported = 1; default: break; } features++; } if (!ns_supported) { isds_log(ILF_ISDS, ILL_CRIT, _("Expat not compiled with name space support\n")); return IE_ERROR; } return IE_SUCCESS; } /* Breaks element path address into NULL terminated array of elements in * preserved order. Zeroth array element will be first path element. * @path element address, content will be damaged * @return array of elements, NULL in case of error */ static const XML_Char **path2elements(XML_Char *path) { const XML_Char **elements = NULL; XML_Char *tmp_path; char *saveptr = NULL; XML_Char *element; unsigned int depth = 0; if (!path) return NULL; elements = malloc(sizeof(elements[0]) * (strlen(path) + 1)); if (!elements) return NULL; elements[0] = NULL; tmp_path = path; while ((element = (XML_Char *) strtok_r(tmp_path, PHYSXML_ELEMENT_SEPARATOR, &saveptr))) { tmp_path = NULL; elements[depth++] = element; } elements[depth] = NULL; return elements; } /* Examine start and empty element tag. * @name is expanded name */ static void XMLCALL element_start(void *userData, const XML_Char *name, const XML_Char **atts) { struct expat_data *data = (struct expat_data *) userData; data->depth++; const XML_Index index = XML_GetCurrentByteIndex(data->parser); /* XXX: Because document length is stored as size_t, index always fits * size_t. */ const size_t boundary = index; /* Silent warning about unused argument. * This protype is expat's XML_StartElementHandler type. */ (void)atts; isds_log(ILF_XML, ILL_DEBUG, _("Start: name=%s, depth=%zd, offset=%#jx " "=> boundary=%#zx\n"), name, data->depth, (uintmax_t)index, boundary); if ((!data->found) && (data->depth == data->element_depth + 1) && (!strcmp(data->elements[data->element_depth + 1], name))) { data->element_depth++; isds_log(ILF_XML, ILL_DEBUG, _("\tStart tag for element `%s' found\n"), data->elements[data->element_depth]); if (!data->elements[data->element_depth + 1]) { data->found = 1; *data->start = boundary; } } } /* Examine end and empty element tag. * @name is expanded name */ static void XMLCALL element_end(void *userData, const XML_Char *name) { struct expat_data *data = (struct expat_data *) userData; enum XML_Status xerr; const XML_Index index = (uintmax_t) XML_GetCurrentByteIndex(data->parser); const int count = XML_GetCurrentByteCount(data->parser); /* XXX: Because document length is stored as size_t, index + count always * fits size_t. */ const size_t boundary = index + count - 1; isds_log(ILF_XML, ILL_DEBUG, _("End: name=%s, depth=%zd, offset=%#jx " "count=%u => boundary=%#zx\n"), name, data->depth, (uintmax_t)index, count, boundary); if (data->element_depth == data->depth) { if (data->found) { isds_log(ILF_XML, ILL_DEBUG, _("\tEnd tag for element `%s' found\n"), data->elements[data->element_depth]); *data->end = boundary; /* Here we can stop parser * XXX: requires Expat 1.95.8 */ xerr = XML_StopParser(data->parser, XML_FALSE); if (xerr != XML_STATUS_OK) { PANIC("Error while stopping parser"); } } data->element_depth--; } data->depth--; } /* Locate element specified by element path in XML stream. * TODO: Support other encodings than UTF-8 * @document is XML document as bit stream * @length is size of @document in bytes. Zero length is forbidden. * @path is special path (e.g. "|html|head|title", * qualified element names are specified as * NSURI '>' LOCALNAME, ommit NSURI and '>' separator if no namespace * should be addressed (i.e. use only locale name) * You can use PHYSXML_ELEMENT_SEPARATOR and PHYSXML_NS_SEPARATOR string * macros. * @start outputs start of the element location in @document (inclusive, * counts from 0) * @end outputs end of element (inclusive, counts from 0) * @return 0 if element found */ _hidden isds_error _isds_find_element_boundary(void *document, size_t length, char *path, size_t *start, size_t *end) { XML_Parser parser; enum XML_Status xerr; struct expat_data user_data; if (!document || !path || !start || !end || length <= 0) return IE_INVAL; isds_log(ILF_XML, ILL_DEBUG, _("Searching boundary of element: %s\n"), path); /* Parse XPath */ user_data.elements = path2elements(path); if (!user_data.elements) return IE_NOMEM; /* No element means whole document */ if (!user_data.elements[0]) { free(user_data.elements); *start = 0; *end = length - 1; return IE_SUCCESS; } /* Create parser*/ parser = XML_ParserCreateNS(NULL, NS_CHAR_SEPARATOR); XML_SetStartElementHandler(parser, element_start); XML_SetEndElementHandler(parser, element_end); user_data.parser = parser; user_data.found = 0; user_data.start = start; user_data.end = end; user_data.depth = -1; user_data.element_depth = -1; XML_SetUserData(parser, &user_data); /* Parse it */ xerr = XML_Parse(parser, (const char *) document, length, 1); if (xerr != XML_STATUS_OK && !( (xerr == XML_STATUS_ERROR && XML_GetErrorCode(parser) == XML_ERROR_ABORTED))) { free(user_data.elements); isds_log(ILF_ISDS, ILL_CRIT, _("XML_Parse failed\n")); return IE_ERROR; } free(user_data.elements); XML_ParserFree(parser); if (user_data.found) return IE_SUCCESS; else return IE_NOEXIST; } libisds-0.10.7/src/crypto.h0000644000076400001440000000260112425501711012426 00000000000000#ifndef __ISDS_CRYPTO_H__ #define __ISDS_CRYPTO_H__ #include "isds.h" /* Initialise all cryptographic libraries which libisds depends on. * @return IE_SUCCESS if everything went all-right. */ isds_error _isds_init_crypto(void); /* Computes hash from @input with @length and store it into @hash. * The hash algorithm is defined inside @hash. * @input is input block to hash * @length is @input block length in bytes * @hash input algorithm, output hash value and hash length; hash value will be * reallocated, it's always valid pointer or NULL (before and after call) */ isds_error _isds_compute_hash(const void *input, const size_t length, struct isds_hash *hash); /* Free CMS data buffer allocated inside _isds_extract_cms_data(). * This is necessary because GPGME. * @buffer is pointer to memory to free */ void _isds_cms_data_free(void *buffer); /* Extract data from CMS (successor of PKCS#7) * The CMS' signature is is not verified. * @context is session context * @cms is input block with CMS structure * @cms_length is @cms block length in bytes * @data are automatically reallocated bit stream with data found in @cms * You must free them with _isds_cms_data_free(). * @data_length is length of @data in bytes */ isds_error _isds_extract_cms_data(struct isds_ctx *context, const void *cms, const size_t cms_length, void **data, size_t *data_length); #endif libisds-0.10.7/src/cdecode.c0000644000076400001440000000537612451323714012507 00000000000000/* cdecoder.c - c source to a base64 decoding algorithm implementation This is part of the libb64 project, and has been placed in the public domain. For details, see http://sourceforge.net/projects/libb64 */ #include "cdecode.h" #include "utils.h" static int8_t base64_decode_value(int8_t value_in) { static const int8_t decoding[] = { 62, -1, -1, -1, 63, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -1, -1, -1, -2, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, -1, -1, -1, -1, -1, -1, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51 }; /* The value is 80, so it fits into int8_t. */ static const int8_t decoding_size = sizeof(decoding)/sizeof(*decoding); value_in -= 43; if (value_in < 0 || value_in >= decoding_size) return -1; return decoding[value_in]; } _hidden void _isds_base64_init_decodestate(base64_decodestate *state_in) { state_in->step = step_a; state_in->plainchar = 0; } _hidden size_t _isds_base64_decode_block(const int8_t *code_in, const size_t length_in, int8_t *plaintext_out, base64_decodestate *state_in) { const int8_t *codechar = code_in; int8_t *plainchar = plaintext_out; int8_t fragment; *plainchar = state_in->plainchar; switch (state_in->step) { while (1) { case step_a: do { if (codechar == code_in + length_in) { state_in->step = step_a; state_in->plainchar = *plainchar; return plainchar - plaintext_out; } fragment = base64_decode_value(*codechar++); } while (fragment < 0); *plainchar = (fragment & 0x03f) << 2; case step_b: do { if (codechar == code_in+length_in) { state_in->step = step_b; state_in->plainchar = *plainchar; return plainchar - plaintext_out; } fragment = base64_decode_value(*codechar++); } while (fragment < 0); *plainchar++ |= (fragment & 0x030) >> 4; *plainchar = (fragment & 0x00f) << 4; case step_c: do { if (codechar == code_in+length_in) { state_in->step = step_c; state_in->plainchar = *plainchar; return plainchar - plaintext_out; } fragment = base64_decode_value(*codechar++); } while (fragment < 0); *plainchar++ |= (fragment & 0x03c) >> 2; *plainchar = (fragment & 0x003) << 6; case step_d: do { if (codechar == code_in+length_in) { state_in->step = step_d; state_in->plainchar = *plainchar; return plainchar - plaintext_out; } fragment = base64_decode_value(*codechar++); } while (fragment < 0); *plainchar++ |= (fragment & 0x03f); } /* while */ } /* switch */ /* control should not reach here */ return plainchar - plaintext_out; } libisds-0.10.7/src/system.h0000644000076400001440000000051012371666526012447 00000000000000#ifndef __ISDS_SYSTEM_H__ #define __ISDS_SYSTEM_H__ #include "isds.h" #ifdef _WIN32 #include "win32.h" #else #include "unix.h" #endif /* Convert UTF-8 @string representation of ISO 8601 date to @time. * XXX: Not all ISO formats are supported */ isds_error _isds_datestring2tm(const xmlChar *string, struct tm *time); #endif libisds-0.10.7/src/cencode.h0000644000076400001440000000143411622005256012512 00000000000000/* cencode.h - c header for a base64 encoding algorithm This is part of the libb64 project, and has been placed in the public domain. For details, see http://sourceforge.net/projects/libb64 */ #ifndef BASE64_CENCODE_H #define BASE64_CENCODE_H #include #include typedef enum { step_A, step_B, step_C } base64_encodestep; typedef struct { base64_encodestep step; int8_t result; int stepcount; } base64_encodestate; void _isds_base64_init_encodestate(base64_encodestate *state_in); size_t _isds_base64_encode_block(const int8_t *plaintext_in, size_t length_in, int8_t *code_out, base64_encodestate *state_in); size_t _isds_base64_encode_blockend(int8_t *code_out, base64_encodestate *state_in); #endif /* BASE64_CENCODE_H */ libisds-0.10.7/src/isds.h0000644000076400001440000026565713130407520012073 00000000000000#ifndef __ISDS_ISDS_H__ #define __ISDS_ISDS_H__ /* Public interface for libisds. * Private declarations in isds_priv.h. */ #include /* For size_t */ #include /* For struct tm */ #include /* For struct timeval */ #include /* For xmlDoc and xmlNodePtr */ #ifdef __cplusplus /* For C++ linker sake */ extern "C" { #endif /* _deprecated macro marks library symbols as deprecated. Application should * avoid using such function as soon as possible. */ #if defined(__GNUC__) #define _deprecated __attribute__((deprecated)) #else #define _deprecated #endif /* Service locators */ /* Base URL of production ISDS instance */ extern const char isds_locator[]; /* Without client certificate auth. */ extern const char isds_cert_locator[]; /* With client certificate auth. */ extern const char isds_otp_locator[]; /* With OTP authentication */ /* Base URL of testing ISDS instance */ extern const char isds_testing_locator[]; /* Without client certificate */ extern const char isds_cert_testing_locator[]; /* With client certificate */ extern const char isds_otp_testing_locator[]; /* With OTP authentication */ struct isds_ctx; /* Context for specific ISDS box */ typedef enum { IE_SUCCESS = 0, /* No error, just for C convenience (0 means Ok) */ IE_ERROR, /* Unspecified error */ IE_NOTSUP, IE_INVAL, IE_INVALID_CONTEXT, IE_NOT_LOGGED_IN, IE_CONNECTION_CLOSED, IE_TIMED_OUT, IE_NOEXIST, IE_NOMEM, IE_NETWORK, IE_HTTP, IE_SOAP, IE_XML, IE_ISDS, IE_ENUM, IE_DATE, IE_2BIG, IE_2SMALL, IE_NOTUNIQ, IE_NOTEQUAL, IE_PARTIAL_SUCCESS, IE_ABORTED, IE_SECURITY } isds_error; typedef enum { ILL_NONE = 0, ILL_CRIT = 10, ILL_ERR = 20, ILL_WARNING = 30, ILL_INFO = 40, ILL_DEBUG = 50, ILL_ALL = 100 } isds_log_level; typedef enum { ILF_NONE = 0x0, ILF_HTTP = 0x1, ILF_SOAP = 0x2, ILF_ISDS = 0x4, ILF_FILE = 0x8, ILF_SEC = 0x10, ILF_XML = 0x20, ILF_ALL = 0xFF } isds_log_facility; /* Return text description of ISDS error */ const char *isds_strerror(const isds_error error); /* libisds options */ typedef enum { IOPT_TLS_VERIFY_SERVER, /* _Bool: Verify server identity? Default value is true. */ IOPT_TLS_CA_FILE, /* char *: File name with CA certificates. Default value depends on cryptographic library. */ IOPT_TLS_CA_DIRECTORY, /* char *: Directory name with CA certificates. Default value depends on cryptographic library. */ IOPT_TLS_CRL_FILE, /* char *: File name with CRL in PEM format. Default value depends on cryptographic library. */ IOPT_NORMALIZE_MIME_TYPE, /* _Bool: Normalize MIME type values? Default value is false. */ } isds_option; /* TLS libisds options */ typedef enum { ITLS_VERIFY_SERVER, /* _Bool: Verify server identity? */ ITLS_CA_FILE, /* char *: File name with CA certificates */ ITLS_CA_DIRECTORY, /* char *: Directory name with CA certificates */ ITLS_CRL_FILE /* char *: File name with CRL in PEM format */ } isds_tls_option; /* Cryptographic material encoding */ typedef enum { PKI_FORMAT_PEM, /* PEM format */ PKI_FORMAT_DER, /* DER format */ PKI_FORMAT_ENG /* Stored in crypto engine */ } isds_pki_format; /* Public key crypto material to authenticate client */ struct isds_pki_credentials { char *engine; /* String identifier of crypto engine to use (where key is stored). Use NULL for no engine */ isds_pki_format certificate_format; /* Certificate format */ char *certificate; /* Path to client certificate, or certificate nickname in case of NSS as curl back-end, or key slot identifier inside crypto engine. Some crypto engines can pair certificate with key automatically (NULL value) */ isds_pki_format key_format; /* Private key format */ char *key; /* Path to client private key, or key identifier in case of used engine */ char *passphrase; /* Zero terminated string with password for decrypting private key, or engine PIN. Use NULL for no pass-phrase or question by engine. */ }; /* One-time password authentication method */ typedef enum { OTP_HMAC = 0, /* HMAC-based OTP method */ OTP_TIME /* Time-based OTP method */ } isds_otp_method; /* One-time passwed authentication resolution */ typedef enum { OTP_RESOLUTION_SUCCESS = 0, /* Authentication succeded */ OTP_RESOLUTION_UNKNOWN, /* Status is unkown */ OTP_RESOLUTION_BAD_AUTHENTICATION, /* Bad log-in, retry */ OTP_RESOLUTION_ACCESS_BLOCKED, /* Access blocked for 60 minutes (brute force attack detected) */ OTP_RESOLUTION_PASSWORD_EXPIRED, /* Password has expired. ???: OTP or regular password expired? */ OTP_RESOLUTION_TO_FAST, /* OTP cannot be sent repeatedly at this rate (minimal delay depends on TOTP window setting) */ OTP_RESOLUTION_UNAUTHORIZED, /* User name is not allowed to access requested URI */ OTP_RESOLUTION_TOTP_SENT, /* OTP has been generated and sent by ISDS */ OTP_RESOLUTION_TOTP_NOT_SENT, /* OTP could not been sent. Retry later. */ } isds_otp_resolution; /* One-time password to authenticate client */ struct isds_otp { /* Input members */ isds_otp_method method; /* Select OTP method to use */ char *otp_code; /* One-time password to use. Pass NULL, if you do not know it yet (e.g. in case of first phase of time-based OTP to request new code from ISDS.) */ /* Output members */ isds_otp_resolution resolution; /* Fine-grade resolution of OTP authentication attempt. */ }; /* Box type */ typedef enum { DBTYPE_SYSTEM = 0, /* This is special sender value for messages sent by ISDS. */ DBTYPE_OVM = 10, DBTYPE_OVM_NOTAR = 11, /* This type has been replaced with OVM_PFO. */ DBTYPE_OVM_EXEKUT = 12, /* This type has been replaced with OVM_PFO. */ DBTYPE_OVM_REQ = 13, DBTYPE_OVM_FO = 14, DBTYPE_OVM_PFO = 15, DBTYPE_OVM_PO = 16, DBTYPE_PO = 20, DBTYPE_PO_ZAK = 21, /* This type has been replaced with PO. */ DBTYPE_PO_REQ = 22, DBTYPE_PFO = 30, DBTYPE_PFO_ADVOK = 31, DBTYPE_PFO_DANPOR = 32, DBTYPE_PFO_INSSPR = 33, DBTYPE_PFO_AUDITOR = 34, DBTYPE_FO = 40 } isds_DbType; /* Box status from point of view of accessibility */ typedef enum { DBSTATE_ACCESSIBLE = 1, DBSTATE_TEMP_UNACCESSIBLE = 2, DBSTATE_NOT_YET_ACCESSIBLE = 3, DBSTATE_PERM_UNACCESSIBLE = 4, DBSTATE_REMOVED = 5, DBSTATE_TEMP_UNACCESSIBLE_LAW = 6 } isds_DbState; /* User permissions from point of view of ISDS. * Instances can be bitmaps of any discrete values. */ typedef enum { PRIVIL_READ_NON_PERSONAL = 0x1, /* Can download and read messages with dmPersonalDelivery == false */ PRIVIL_READ_ALL = 0x2, /* Can download and read messages with dmPersonalDelivery == true */ PRIVIL_CREATE_DM = 0x4, /* Can create and sent messages, can download outgoing (sent) messages */ PRIVIL_VIEW_INFO = 0x8, /* Can list messages and data about post and delivery */ PRIVIL_SEARCH_DB = 0x10, /* Can search for boxes */ PRIVIL_OWNER_ADM = 0x20, /* Can administer his box (add/remove permitted users and theirs permissions) */ PRIVIL_READ_VAULT = 0x40, /* Can read message stored in long term storage (does not exists since 2012-05) */ PRIVIL_ERASE_VAULT = 0x80 /* Can delete messages from long term storage */ } isds_priviledges; /* Message status */ typedef enum { MESSAGESTATE_SENT = 0x2, /* Message has been put into ISDS */ MESSAGESTATE_STAMPED = 0x4, /* Message stamped by TSA */ MESSAGESTATE_INFECTED = 0x8, /* Message included viruses, infected document has been removed */ MESSAGESTATE_DELIVERED = 0x10, /* Message delivered (dmDeliveryTime stored) */ MESSAGESTATE_SUBSTITUTED = 0x20, /* Message delivered through fiction, dmAcceptanceTime stored */ MESSAGESTATE_RECEIVED = 0x40, /* Message accepted (by user log-in or user explicit request), dmAcceptanceTime stored */ MESSAGESTATE_READ = 0x80, /* Message has been read by user */ MESSAGESTATE_UNDELIVERABLE = 0x100, /* Message could not been delivered (e.g. recipient box has been made inaccessible meantime) */ MESSAGESTATE_REMOVED = 0x200, /* Message content deleted */ MESSAGESTATE_IN_SAFE = 0x400 /* Message stored in long term storage */ } isds_message_status; #define MESSAGESTATE_ANY 0x7FE /* Union of all isds_message_status values */ /* Hash algorithm types */ typedef enum { HASH_ALGORITHM_MD5, HASH_ALGORITHM_SHA_1, HASH_ALGORITHM_SHA_224, HASH_ALGORITHM_SHA_256, HASH_ALGORITHM_SHA_384, HASH_ALGORITHM_SHA_512, } isds_hash_algorithm; /* Buffer storage strategy. * How function should embed application provided buffer into raw element of * output structure. */ typedef enum { BUFFER_DONT_STORE, /* Don't fill raw member */ BUFFER_COPY, /* Copy buffer content into newly allocated raw */ BUFFER_MOVE /* Just copy pointer. But leave deallocation to isds_*_free(). */ } isds_buffer_strategy; /* Hash value storage */ struct isds_hash { isds_hash_algorithm algorithm; /* Hash algorithm */ size_t length; /* Hash value length in bytes */ void *value; /* Hash value */ }; /* Name of person */ struct isds_PersonName { char *pnFirstName; char *pnMiddleName; char *pnLastName; char *pnLastNameAtBirth; }; /* Date and place of birth */ struct isds_BirthInfo { struct tm *biDate; /* Date of Birth in local time at birth place, only tm_year, tm_mon and tm_mday carry sane value */ char *biCity; char *biCounty; /* German: Bezirk, Czech: okres */ char *biState; }; /* Post address */ struct isds_Address { char *adCity; char *adStreet; char *adNumberInStreet; char *adNumberInMunicipality; char *adZipCode; char *adState; }; /* Data about box and his owner. * NULL pointer means undefined value */ struct isds_DbOwnerInfo { char *dbID; /* Box ID [Max. 7 chars] */ isds_DbType *dbType; /* Box Type */ char *ic; /* ID */ struct isds_PersonName *personName; /* Name of person */ char *firmName; /* Name of firm */ struct isds_BirthInfo *birthInfo; /* Birth of person */ struct isds_Address *address; /* Post address */ char *nationality; char *email; char *telNumber; char *identifier; /* External box identifier for data provider (OVM, PO, maybe PFO) [Max. 20 chars] */ char *registryCode; /* PFO External registry code [Max. 5 chars] */ long int *dbState; /* Box state; 1 <=> active box; long int because xsd:integer TODO: enum? */ _Bool *dbEffectiveOVM; /* Box has OVM role (§ 5a) */ _Bool *dbOpenAddressing; /* Non-OVM Box is free to receive messages from anybody */ }; /* User type */ typedef enum { USERTYPE_PRIMARY, /* Owner of the box */ USERTYPE_ENTRUSTED, /* User with limited access to the box */ USERTYPE_ADMINISTRATOR, /* User to manage ENTRUSTED_USERs */ USERTYPE_OFFICIAL, /* ??? */ USERTYPE_OFFICIAL_CERT, /* ??? */ USERTYPE_LIQUIDATOR, /* Company liquidator */ USERTYPE_RECEIVER, /* Company receiver */ USERTYPE_GUARDIAN /* Legal guardian */ } isds_UserType; /* Data about user. * NULL pointer means undefined value */ struct isds_DbUserInfo { char *userID; /* User ID [Min. 6, max. 12 characters] */ isds_UserType *userType; /* User type */ long int *userPrivils; /* Set of user permissions */ struct isds_PersonName *personName; /* Name of the person */ struct isds_Address *address; /* Post address */ struct tm *biDate; /* Date of birth in local time, only tm_year, tm_mon and tm_mday carry sane value */ char *ic; /* ID of a supervising firm [Max. 8 chars] */ char *firmName; /* Name of a supervising firm [Max. 100 chars] */ char *caStreet; /* Street and number of contact address */ char *caCity; /* Czech City of contact address */ char *caZipCode; /* Post office code of contact address */ char *caState; /* Abbreviated country of contact address; Implicit value is "CZ"; Optional. */ }; /* Message event type */ typedef enum { EVENT_UKNOWN, /* Event unknown to this library */ EVENT_ACCEPTED_BY_RECIPIENT, /* Message has been delivered and accepted by recipient action */ EVENT_ACCEPTED_BY_FICTION, /* Message has been delivered, acceptance timed out, considered as accepted */ EVENT_UNDELIVERABLE, /* Recipient box made inaccessible, thus message is undeliverable */ EVENT_COMMERCIAL_ACCEPTED, /* Recipient confirmed acceptance of commercial message */ EVENT_ENTERED_SYSTEM, /* Message entered ISDS, i.e. has been just sent by sender */ EVENT_DELIVERED, /* Message has been delivered */ EVENT_PRIMARY_LOGIN, /* Primary user has logged in */ EVENT_ENTRUSTED_LOGIN, /* Entrusted user with capability to read has logged in */ EVENT_SYSCERT_LOGIN /* Application authenticated by `system' certificate has logged in */ } isds_event_type; /* Message event * All members are optional as specification states so. */ struct isds_event { struct timeval *time; /* When the event occurred */ isds_event_type *type; /* Type of the event */ char *description; /* Human readable event description generated by ISDS (Czech) */ }; /* Message envelope * Be ware that the string length constraints are forced only on output * members transmitted to ISDS. The other direction (downloaded from ISDS) * can break these rules. It should not happen, but nobody knows how much * incompatible new version of ISDS protocol will be. This is the gold * Internet rule: be strict on what you put, be tolerant on what you get. */ struct isds_envelope { /* Following members apply to incoming messages only: */ char *dmID; /* Message ID. Maximal length is 20 characters. */ char *dbIDSender; /* Box ID of sender. Special value "aaaaaaa" means sent by ISDS. Maximal length is 7 characters. */ char *dmSender; /* Sender name; Maximal length is 100 characters. */ char *dmSenderAddress; /* Postal address of sender; Maximal length is 100 characters. */ long int *dmSenderType; /* Gross Box type of sender TODO: isds_DbType ? */ char *dmRecipient; /* Recipient name; Maximal length is 100 characters. */ char *dmRecipientAddress; /* Postal address of recipient; Maximal length is 100 characters. */ _Bool *dmAmbiguousRecipient; /* Recipient has OVM role */ /* Following members are assigned by ISDS in different phases of message * life cycle. */ unsigned long int *dmOrdinal; /* Ordinal number in list of incoming/outgoing messages */ isds_message_status *dmMessageStatus; /* Message state */ long int *dmAttachmentSize; /* Size of message documents in kilobytes (rounded). */ struct timeval *dmDeliveryTime; /* Time of delivery into a box NULL, if message has not been delivered yet */ struct timeval *dmAcceptanceTime; /* Time of acceptance of the message by an user. NULL if message has not been accepted yet. */ struct isds_hash *hash; /* Message hash. This is hash of isds:dmDM subtree. */ void *timestamp; /* Qualified time stamp; Optional. */ size_t timestamp_length; /* Length of timestamp in bytes */ struct isds_list *events; /* Events message passed trough; List of isds_event's. */ /* Following members apply to both outgoing and incoming messages: */ char *dmSenderOrgUnit; /* Organisation unit of sender as string; Optional. */ long int *dmSenderOrgUnitNum; /* Organisation unit of sender as number; Optional. */ char *dbIDRecipient; /* Box ID of recipient; Mandatory. Maximal length is 7 characters. */ char *dmRecipientOrgUnit; /* Organisation unit of recipient as string; Optional. */ long int *dmRecipientOrgUnitNum; /* Organisation unit of recipient as number; Optional. */ char *dmToHands; /* Person in recipient organisation; Optional. */ char *dmAnnotation; /* Subject (title) of the message. Maximal length is 255 characters. */ char *dmRecipientRefNumber; /* Czech: číslo jednací příjemce; Optional. Maximal length is 50 characters. */ char *dmSenderRefNumber; /* Czech: číslo jednací odesílatele; Optional. Maximal length is 50 chars. */ char *dmRecipientIdent; /* Czech: spisová značka příjemce; Optional. Maximal length is 50 characters. */ char *dmSenderIdent; /* Czech: spisová značka odesílatele; Optional. Maximal length is 50 chars. */ /* Act addressing in Czech Republic: * Point (Paragraph) § Section Law/Year Coll. */ long int *dmLegalTitleLaw; /* Number of act mandating authority */ long int *dmLegalTitleYear; /* Year of act issue mandating authority */ char *dmLegalTitleSect; /* Section of act mandating authority. Czech: paragraf */ char *dmLegalTitlePar; /* Paragraph of act mandating authority. Czech: odstavec */ char *dmLegalTitlePoint; /* Point of act mandating authority. Czech: písmeno */ _Bool *dmPersonalDelivery; /* If true, only person with higher privileges can read this message */ _Bool *dmAllowSubstDelivery; /* Allow delivery through fiction. I.e. Even if recipient did not read this message, message is considered as delivered after (currently) 10 days. This is delivery through fiction. Applies only to OVM dbType sender. */ char *dmType; /* Message type (commercial subtypes or government message): Input values (when sending a message): "I" is commercial message offering paying the response (initiatory message); it's necessary to define dmSenderRefNumber "K" is commercial message paid by sender if this message "O" is commercial response paid by sender of initiatory message; it's necessary to copy value from dmSenderRefNumber of initiatory message to dmRecipientRefNumber of this message "V" is noncommercial government message Default value while sending is undefined which has the same meaning as "V". Output values (when retrieving a message): "A" is subsidized initiatory commercial message which can pay a response "B" is subsidized initiatory commercial message which has already paid the response "C" is subsidized initiatory commercial message where the response offer has expired "D" is externally subsidized commercial messsage "E" is commercial message prepaid by a stamp "G" is commerical message paid by a sponsor "I" "K" "O" "V" "X" is initiatory commercial message where the response offer has expired "Y" initiatory commercial message which has already paid the response "Z" is limitedly subsidized commercial message Length: Exactly 1 UTF-8 character if defined; */ /* Following members apply to outgoing messages only: */ _Bool *dmOVM; /* OVM sending mode. Non-OVM dbType boxes that has dbEffectiveOVM == true MUST select between true (OVM mode) and false (non-OVM mode). Optional; Implicit value is true. */ _Bool *dmPublishOwnID; /* Allow sender to express his name shall be available to recipient by isds_get_message_sender(). Sender type will be always available. Optional; Default value is false. */ }; /* Document type from point of hierarchy */ typedef enum { FILEMETATYPE_MAIN, /* Main document */ FILEMETATYPE_ENCLOSURE, /* Appendix */ FILEMETATYPE_SIGNATURE, /* Digital signature of other document */ FILEMETATYPE_META /* XML document for ESS (electronic document information system) purposes */ } isds_FileMetaType; /* Document */ struct isds_document { _Bool is_xml; /* True if document is ISDS XML document. False if document is ISDS binary document. */ xmlNodePtr xml_node_list; /* XML node-set presenting current XML document content. This is pointer to first node of the document in isds_message.xml tree. Use `children' and `next' members to iterate the document. It will be NULL if document is empty. Valid only if is_xml is true. */ void *data; /* Document content. The encoding and interpretation depends on dmMimeType. Valid only if is_xml is false. */ size_t data_length; /* Length of the data in bytes. Valid only if is_xml is false. */ char *dmMimeType; /* MIME type of data; Mandatory. */ isds_FileMetaType dmFileMetaType; /* Document type to create hierarchy */ char *dmFileGuid; /* Message-local document identifier; Optional. */ char *dmUpFileGuid; /* Reference to upper document identifier (dmFileGuid); Optional. */ char *dmFileDescr; /* Document name (title). E.g. file name; Mandatory. */ char *dmFormat; /* Reference to XML form definition; Defines how to interpret XML document; Optional. */ }; /* Raw message representation content type. * This is necessary to distinguish between different representations without * expensive repeated detection. * Infix explanation: * PLAIN_SIGNED data are XML with namespace mangled to signed alternative * CMS_SIGNED data are XML with signed namespace encapsulated in CMS */ typedef enum { RAWTYPE_INCOMING_MESSAGE, RAWTYPE_PLAIN_SIGNED_INCOMING_MESSAGE, RAWTYPE_CMS_SIGNED_INCOMING_MESSAGE, RAWTYPE_PLAIN_SIGNED_OUTGOING_MESSAGE, RAWTYPE_CMS_SIGNED_OUTGOING_MESSAGE, RAWTYPE_DELIVERYINFO, RAWTYPE_PLAIN_SIGNED_DELIVERYINFO, RAWTYPE_CMS_SIGNED_DELIVERYINFO } isds_raw_type; /* Message */ struct isds_message { void *raw; /* Raw message in XML format as send to or from the ISDS. You can use it to store local copy. This is binary buffer. */ size_t raw_length; /* Length of raw message in bytes */ isds_raw_type raw_type; /* Content type of raw representation Meaningful only with non-NULL raw member */ xmlDocPtr xml; /* Parsed XML document with attached ISDS message XML documents. Can be NULL. May be freed AFTER deallocating documents member structure. */ struct isds_envelope *envelope; /* Message envelope */ struct isds_list *documents; /* List of isds_document's. Valid message must contain exactly one document of type FILEMETATYPE_MAIN and can contain any number of other type documents. Total size of documents must not exceed 10 MB. */ }; /* Message copy recipient and assigned message ID */ struct isds_message_copy { /* Input members defined by application */ char *dbIDRecipient; /* Box ID of recipient; Mandatory. Maximal length is 7 characters. */ char *dmRecipientOrgUnit; /* Organisation unit of recipient as string; Optional. */ long int *dmRecipientOrgUnitNum; /* Organisation unit of recipient as number; Optional. */ char *dmToHands; /* Person in recipient organisation; Optional. */ /* Output members returned from ISDS */ isds_error error; /* libisds compatible error of delivery to o ne recipient */ char *dmStatus; /* Error description returned by ISDS; Optional. */ char *dmID; /* Assigned message ID; Meaningful only for error == IE_SUCCESS */ }; /* Message state change event */ struct isds_message_status_change { char *dmID; /* Message ID. */ isds_message_status *dmMessageStatus; /* Message state */ struct timeval *time; /* When the state changed */ }; /* How outgoing commercial message gets paid */ typedef enum { PAYMENT_SENDER, /* Payed by a sender */ PAYMENT_STAMP, /* Pre-paid by a sender */ PAYMENT_SPONSOR, /* A sponsor pays all messages */ PAYMENT_RESPONSE, /* Recipient pays a response */ PAYMENT_SPONSOR_LIMITED, /* Undocumented */ PAYMENT_SPONSOR_EXTERNAL /* Undocomented */ } isds_payment_type; /* Permission to send commercial message */ struct isds_commercial_permission { isds_payment_type type; /* Payment method */ char *recipient; /* Send to this box ID only; NULL means to anybody. */ char *payer; /* Owner of this box ID pays */ struct timeval *expiration; /* This permissions is valid until; NULL means indefinitivly. */ unsigned long int *count; /* Number of messages that can be sent on this permission; NULL means unlimited. */ char *reply_identifier; /* Identifier to pair request and response message. Meaningful only with type PAYMENT_RESPONSE. */ }; /* Type of credit change event */ typedef enum { ISDS_CREDIT_CHARGED, /* Credit has been charged */ ISDS_CREDIT_DISCHARGED, /* Credit has been discharged */ ISDS_CREDIT_MESSAGE_SENT, /* Credit has been spent for sending a commerical message */ ISDS_CREDIT_STORAGE_SET, /* Credit has been spent for setting a long-term storage */ ISDS_CREDIT_EXPIRED /* Credit has expired */ } isds_credit_event_type; /* Data specific for ISDS_CREDIT_CHARGED isds_credit_event_type */ struct isds_credit_event_charged { char *transaction; /* Transaction identifier; NULL-terminated string. */ }; /* Data specific for ISDS_CREDIT_DISCHARGED isds_credit_event_type */ struct isds_credit_event_discharged { char *transaction; /* Transaction identifier; NULL-terminated string. */ }; /* Data specific for ISDS_CREDIT_MESSAGE_SENT isds_credit_event_type */ struct isds_credit_event_message_sent { char *recipient; /* Recipent's box ID of the sent message */ char *message_id; /* ID of the sent message */ }; /* Data specific for ISDS_CREDIT_STORAGE_SET isds_credit_event_type */ struct isds_credit_event_storage_set { long int new_capacity; /* New storage capacity. The unit is a message. */ struct tm *new_valid_from; /* The new capacity is available since date. */ struct tm *new_valid_to; /* The new capacity expires on date. */ long int *old_capacity; /* Previous storage capacity; Optional. The unit is a message. */ struct tm *old_valid_from; /* Date; Optional; Only tm_year, tm_mon, and tm_mday carry sane value. */ struct tm *old_valid_to; /* Date; Optional. */ char *initiator; /* Name of a user who initiated this change; Optional. */ }; /* Event about change of credit for sending commerical services */ struct isds_credit_event { /* Common fields */ struct timeval *time; /* When the credit was changed. */ long int credit_change; /* Difference in credit value caused by this event. The unit is 1/100 CZK. */ long int new_credit; /* Credit value after this event. The unit is 1/100 CZK. */ isds_credit_event_type type; /* Type of the event */ /* Datails specific for the type */ union { struct isds_credit_event_charged charged; /* ISDS_CREDIT_CHARGED */ struct isds_credit_event_discharged discharged; /* ISDS_CREDIT_DISCHAGED */ struct isds_credit_event_message_sent message_sent; /* ISDS_CREDIT_MESSAGE_SENT */ struct isds_credit_event_storage_set storage_set; /* ISDS_CREDIT_STORAGE_SET */ } details; }; /* General linked list */ struct isds_list { struct isds_list *next; /* Next list item, or NULL if current is last */ void *data; /* Payload */ void (*destructor) (void **); /* Payload deallocator; Use NULL to have static data member. */ }; /* External box approval */ struct isds_approval { _Bool approved; /* True if request for box has been approved out of ISDS */ char *refference; /* Identifier of the approval */ }; /* Message sender type. * Similar but not equivalent to isds_UserType. */ typedef enum { SENDERTYPE_PRIMARY, /* Owner of the box */ SENDERTYPE_ENTRUSTED, /* User with limited access to the box */ SENDERTYPE_ADMINISTRATOR, /* User to manage ENTRUSTED_USERs */ SENDERTYPE_OFFICIAL, /* ISDS; sender of system message */ SENDERTYPE_VIRTUAL, /* An application (e.g. document information system) */ SENDERTYPE_OFFICIAL_CERT, /* ???; Non-normative */ SENDERTYPE_LIQUIDATOR, /* Liquidator of the company; Non-normative */ SENDERTYPE_RECEIVER, /* Receiver of the company */ SENDERTYPE_GUARDIAN /* Legal guardian */ } isds_sender_type; /* Digital delivery of credentials */ struct isds_credentials_delivery { /* Input members */ char *email; /* e-mail address where to send notification with link to service where user can get know his new credentials */ /* Output members */ char *token; /* token user needs to use to authorize on the web server to view his new credentials. */ char *new_user_name; /* user's log-in name that ISDS created/ changed up on a call. */ }; /* Box attribute to search while performing full-text search */ typedef enum { FULLTEXT_ALL, /* search in address, organization identifier, and box id */ FULLTEXT_ADDRESS, /* search in address */ FULLTEXT_IC, /* search in organization identifier */ FULLTEXT_BOX_ID /* search in box ID */ } isds_fulltext_target; /* A box matching full-text search */ struct isds_fulltext_result { char *dbID; /* Box ID */ isds_DbType dbType; /* Box Type */ char *name; /* Subject owning the box */ struct isds_list *name_match_start; /* List of pointers into `name' field string. Point to first characters of a matched query word. */ struct isds_list *name_match_end; /* List of pointers into `name' field string. Point after last characters of a matched query word. */ char *address; /* Post address */ struct isds_list *address_match_start; /* List of pointers into `address' field string. Point to first characters of a matched query word. */ struct isds_list *address_match_end; /* List of pointers into `address' field string. Point after last characters of a matched query word. */ char *ic; /* Organization identifier */ struct tm *biDate; /* Date of birth in local time at birth place, only tm_year, tm_mon and tm_mday carry sane value */ _Bool dbEffectiveOVM; /* Box has OVM role (§ 5a) */ _Bool active; /* Box is active */ _Bool public_sending; /* Current box can send non-commercial messages into this box */ _Bool commercial_sending; /* Current box can send commercial messages into this box */ }; /* Initialize ISDS library. * Global function, must be called before other functions. * If it fails you can not use ISDS library and must call isds_cleanup() to * free partially initialized global variables. */ isds_error isds_init(void); /* Deinitialize ISDS library. * Global function, must be called as last library function. */ isds_error isds_cleanup(void); /* Return version string of this library. Version of dependencies can be * embedded. Do no try to parse it. You must free it. */ char *isds_version(void); /* Create ISDS context. * Each context can be used for different sessions to (possibly) different * ISDS server with different credentials. * Returns new context, or NULL */ struct isds_ctx *isds_ctx_create(void); /* Destroy ISDS context and free memory. * @context will be NULLed on success. */ isds_error isds_ctx_free(struct isds_ctx **context); /* Return long message text produced by library function, e.g. detailed error * message. Returned pointer is only valid until new library function is * called for the same context. Could be NULL, especially if NULL context is * supplied. Return string is locale encoded. */ char *isds_long_message(const struct isds_ctx *context); /* Set logging up. * @facilities is bit mask of isds_log_facility values, * @level is verbosity level. */ void isds_set_logging(const unsigned int facilities, const isds_log_level level); /* Function provided by application libisds will call to pass log message. * The message is usually locale encoded, but raw strings (UTF-8 usually) can * occur when logging raw communication with ISDS servers. Infixed zero byte * is not excluded, but should not present. Use @length argument to get real * length of the message. * TODO: We will try to fix the encoding issue * @facility is log message class * @level is log message severity * @message is string with zero byte terminator. This can be any arbitrary * chunk of a sentence with or without new line, a sentence can be splitted * into more messages. However it should not happen. If you discover message * without new line, report it as a bug. * @length is size of @message string in bytes excluding trailing zero * @data is pointer that will be passed unchanged to this function at run-time * */ typedef void (*isds_log_callback)( isds_log_facility facility, isds_log_level level, const char *message, int length, void *data); /* Register callback function libisds calls when new global log message is * produced by library. Library logs to stderr by default. * @callback is function provided by application libisds will call. See type * definition for @callback argument explanation. Pass NULL to revert logging to * default behaviour. * @data is application specific data @callback gets as last argument */ void isds_set_log_callback(isds_log_callback callback, void *data); /* Set timeout in milliseconds for each network job like connecting to server * or sending message. Use 0 to disable timeout limits. */ isds_error isds_set_timeout(struct isds_ctx *context, const unsigned int timeout); /* Function provided by application libisds will call with * following five arguments. Value zero of any argument means the value is * unknown. * @upload_total is expected total upload, * @upload_current is cumulative current upload progress * @dowload_total is expected total download * @download_current is cumulative current download progress * @data is pointer that will be passed unchanged to this function at run-time * @return 0 to continue HTTP transfer, or non-zero to abort transfer */ typedef int (*isds_progress_callback)( double upload_total, double upload_current, double download_total, double download_current, void *data); /* Register callback function libisds calls periodically during HTTP data * transfer. * @context is session context * @callback is function provided by application libisds will call. See type * definition for @callback argument explanation. * @data is application specific data @callback gets as last argument */ isds_error isds_set_progress_callback(struct isds_ctx *context, isds_progress_callback callback, void *data); /* Change context settings. * @context is context which setting will be applied to * @option is name of option. It determines the type of last argument. See * isds_option definition for more info. * @... is value of new setting. Type is determined by @option * */ isds_error isds_set_opt(struct isds_ctx *context, const isds_option option, ...); /* Connect and log into ISDS server. * All required arguments will be copied, you do not have to keep them after * that. * ISDS supports six different authentication methods. Exact method is * selected on @username, @password, @pki_credentials, and @otp arguments: * - If @pki_credentials == NULL, @username and @password must be supplied * and then * - If @otp == NULL, simple authentication by username and password will * be proceeded. * - If @otp != NULL, authentication by username and password and OTP * will be used. * - If @pki_credentials != NULL, then * - If @username == NULL, only certificate will be used * - If @username != NULL, then * - If @password == NULL, then certificate will be used and * @username shifts meaning to box ID. This is used for hosted * services. * - Otherwise all three arguments will be used. * Please note, that different cases require different certificate type * (system qualified one or commercial non qualified one). This library * does not check such political issues. Please see ISDS Specification * for more details. * @url is base address of ISDS web service. Pass extern isds_locator * variable to use production ISDS instance without client certificate * authentication (or extern isds_cert_locator with client certificate * authentication or extern isds_otp_locators with OTP authentication). * Passing NULL has the same effect, autoselection between isds_locator, * isds_cert_locator, and isds_otp_locator is performed in addition. You can * pass extern isds_testing_locator (or isds_cert_testing_locator or * isds_otp_testing_locator) variable to select testing instance. * @username is user name of ISDS user or box ID * @password is user's secret password * @pki_credentials defines public key cryptographic material to use in client * authentication. * @otp selects one-time password authentication method to use, defines OTP * code (if known) and returns fine grade resolution of OTP procedure. * @return: * IE_SUCCESS if authentication succeeds * IE_NOT_LOGGED_IN if authentication fails. If OTP authentication has been * requested, fine grade reason will be set into @otp->resolution. Error * message from server can be obtained by isds_long_message() call. * IE_PARTIAL_SUCCESS if time-based OTP authentication has been requested and * server has sent OTP code through side channel. Application is expected to * fill the code into @otp->otp_code, keep other arguments unchanged, and retry * this call to complete second phase of TOTP authentication; * or other appropriate error. */ isds_error isds_login(struct isds_ctx *context, const char *url, const char *username, const char *password, const struct isds_pki_credentials *pki_credentials, struct isds_otp *otp); /* Log out from ISDS server and close connection. */ isds_error isds_logout(struct isds_ctx *context); /* Verify connection to ISDS is alive and server is responding. * Send dummy request to ISDS and expect dummy response. */ isds_error isds_ping(struct isds_ctx *context); /* Get data about logged in user and his box. */ isds_error isds_GetOwnerInfoFromLogin(struct isds_ctx *context, struct isds_DbOwnerInfo **db_owner_info); /* Get data about logged in user. */ isds_error isds_GetUserInfoFromLogin(struct isds_ctx *context, struct isds_DbUserInfo **db_user_info); /* Get expiration time of current password * @context is session context * @expiration is automatically reallocated time when password expires. If * password expiration is disabled, NULL will be returned. In case of error * it will be nulled too. */ isds_error isds_get_password_expiration(struct isds_ctx *context, struct timeval **expiration); /* Change user password in ISDS. * User must supply old password, new password will takes effect after some * time, current session can continue. Password must fulfill some constraints. * @context is session context * @old_password is current password. * @new_password is requested new password * @otp auxiliary data required if one-time password authentication is in use, * defines OTP code (if known) and returns fine grade resolution of OTP * procedure. Pass NULL, if one-time password authentication is not needed. * Please note the @otp argument must match OTP method used at log-in time. See * isds_login() function for more details. * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. * @return IE_SUCCESS, if password has been changed. Or returns appropriate * error code. It can return IE_PARTIAL_SUCCESS if OTP is in use and server is * awaiting OTP code that has been delivered by side channel to the user. */ isds_error isds_change_password(struct isds_ctx *context, const char *old_password, const char *new_password, struct isds_otp *otp, char **refnumber); /* Create new box. * @context is session context * @box is box description to create including single primary user (in case of * FO box type). It outputs box ID assigned by ISDS in dbID element. * @users is list of struct isds_DbUserInfo (primary users in case of non-FO * box, or contact address of PFO box owner) * @former_names is optional former name of box owner. Pass NULL if you don't care. * @upper_box_id is optional ID of supper box if currently created box is * subordinated. * @ceo_label is optional title of OVM box owner (e.g. mayor) * @credentials_delivery is NULL if new password should be delivered off-line * to box owner. It is valid pointer if owner should obtain new password on-line * on dedicated web server. Then input @credentials_delivery.email value is * his e-mail address he must provide to dedicated web server together * with output reallocated @credentials_delivery.token member. Output * member @credentials_delivery.new_user_name is unused up on this call. * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_add_box(struct isds_ctx *context, struct isds_DbOwnerInfo *box, const struct isds_list *users, const char *former_names, const char *upper_box_id, const char *ceo_label, struct isds_credentials_delivery *credentials_delivery, const struct isds_approval *approval, char **refnumber); /* Notify ISDS about new PFO entity. * This function has no real effect. * @context is session context * @box is PFO description including single primary user. * @users is list of struct isds_DbUserInfo (contact address of PFO box owner) * @former_names is optional undocumented string. Pass NULL if you don't care. * @upper_box_id is optional ID of supper box if currently created box is * subordinated. * @ceo_label is optional title of OVM box owner (e.g. mayor) * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_add_pfoinfo(struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct isds_list *users, const char *former_names, const char *upper_box_id, const char *ceo_label, const struct isds_approval *approval, char **refnumber); /* Remove given box permanently. * @context is session context * @box is box description to delete * @since is date of box owner cancellation. Only tm_year, tm_mon and tm_mday * carry sane value. * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_delete_box(struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct tm *since, const struct isds_approval *approval, char **refnumber); /* Undocumented function. * @context is session context * @box is box description to delete * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_delete_box_promptly(struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct isds_approval *approval, char **refnumber); /* Update data about given box. * @context is session context * @old_box current box description * @new_box are updated data about @old_box * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_UpdateDataBoxDescr(struct isds_ctx *context, const struct isds_DbOwnerInfo *old_box, const struct isds_DbOwnerInfo *new_box, const struct isds_approval *approval, char **refnumber); /* Get data about all users assigned to given box. * @context is session context * @box_id is box ID * @users is automatically reallocated list of struct isds_DbUserInfo */ isds_error isds_GetDataBoxUsers(struct isds_ctx *context, const char *box_id, struct isds_list **users); /* Update data about user assigned to given box. * @context is session context * @box is box identification * @old_user identifies user to update * @new_user are updated data about @old_user * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_UpdateDataBoxUser(struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct isds_DbUserInfo *old_user, const struct isds_DbUserInfo *new_user, char **refnumber); /* Undocumented function. * @context is session context * @box_id is UTF-8 encoded box identifier * @token is UTF-8 encoded temporary password * @user_id outputs UTF-8 encoded reallocated user identifier * @password outpus UTF-8 encoded reallocated user password * Output arguments will be nulled in case of error */ isds_error isds_activate(struct isds_ctx *context, const char *box_id, const char *token, char **user_id, char **password); /* Reset credentials of user assigned to given box. * @context is session context * @box is box identification * @user identifies user to reset password * @fee_paid is true if fee has been paid, false otherwise * @approval is optional external approval of box manipulation * @credentials_delivery is NULL if new password should be delivered off-line * to the user. It is valid pointer if user should obtain new password on-line * on dedicated web server. Then input @credentials_delivery.email value is * user's e-mail address user must provide to dedicated web server together * with @credentials_delivery.token. The output reallocated token user needs * to use to authorize on the web server to view his new password. Output * reallocated @credentials_delivery.new_user_name is user's log-in name that * ISDS changed up on this call. (No reason why server could change the name * is known now.) * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_reset_password(struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct isds_DbUserInfo *user, const _Bool fee_paid, const struct isds_approval *approval, struct isds_credentials_delivery *credentials_delivery, char **refnumber); /* Assign new user to given box. * @context is session context * @box is box identification * @user defines new user to add * @credentials_delivery is NULL if new user's password should be delivered * off-line to the user. It is valid pointer if user should obtain new * password on-line on dedicated web server. Then input * @credentials_delivery.email value is user's e-mail address user must * provide to dedicated web server together with @credentials_delivery.token. * The output reallocated token user needs to use to authorize on the web * server to view his new password. Output reallocated * @credentials_delivery.new_user_name is user's log-in name that ISDS * assingned up on this call. * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_add_user(struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct isds_DbUserInfo *user, struct isds_credentials_delivery *credentials_delivery, const struct isds_approval *approval, char **refnumber); /* Remove user assigned to given box. * @context is session context * @box is box identification * @user identifies user to remove * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_delete_user(struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct isds_DbUserInfo *user, const struct isds_approval *approval, char **refnumber); /* Get list of boxes in ZIP archive. * @context is session context * @list_identifier is UTF-8 encoded string identifying boxes of interrest. * System recognizes following values currently: ALL (all boxes), UPG * (effectively OVM boxes), OVM (OVM gross type boxes), OPN (boxes allowing * receiving commercial messages). This argument is a string because * specification states new values can appear in the future. Not all list * types are available to all users. * @buffer is automatically reallocated memory to store the list of boxes. The * list is zipped CSV file. * @buffer_length is size of @buffer data in bytes. * In case of error @buffer will be freed and @buffer_length will be * undefined.*/ isds_error isds_get_box_list_archive(struct isds_ctx *context, const char *list_identifier, void **buffer, size_t *buffer_length); /* Find boxes suiting given criteria. * @context is ISDS session context. * @criteria is filter. You should fill in at least some members. * @boxes is automatically reallocated list of isds_DbOwnerInfo structures, * possibly empty. Input NULL or valid old structure. * @return: * IE_SUCCESS if search succeeded, @boxes contains useful data * IE_NOEXIST if no such box exists, @boxes will be NULL * IE_2BIG if too much boxes exist and server truncated the results, @boxes * contains still valid data * other code if something bad happens. @boxes will be NULL. */ isds_error isds_FindDataBox(struct isds_ctx *context, const struct isds_DbOwnerInfo *criteria, struct isds_list **boxes); /* Find boxes matching a given full-text criteria. * @context is a session context * @query is a non-empty string which consists of words to search * @target selects box attributes to search for @query words. Pass NULL if you * don't care. * @box_type restricts searching to given box type. Value DBTYPE_SYSTEM means * to search in all box types. Pass NULL to let server to use default value * which is DBTYPE_SYSTEM. * @page_size defines count of boxes to constitute a response page. It counts * from zero. Pass NULL to let server to use a default value (50 now). * @page_number defines ordinar number of the response page to return. It * counts from zero. Pass NULL to let server to use a default value (0 now). * @track_matches points to true for marking @query words found in the box * attributes. It points to false for not marking. Pass NULL to let the server * to use default value (false now). * @total_matching_boxes outputs reallocated number of all boxes matching the * query. Will be pointer to NULL if server did not provide the value. * Pass NULL if you don't care. * @current_page_beginning outputs reallocated ordinar number of the first box * in this @boxes page. It counts from zero. It will be pointer to NULL if the * server did not provide the value. Pass NULL if you don't care. * @current_page_size outputs reallocated count of boxes in the this @boxes * page. It will be pointer to NULL if the server did not provide the value. * Pass NULL if you don't care. * @last_page outputs pointer to reallocated boolean. True if this @boxes page * is the last one, false if more boxes match, NULL if the server did not * provude the value. Pass NULL if you don't care. * @boxes outputs reallocated list of isds_fulltext_result structures, * possibly empty. * @return: * IE_SUCCESS if search succeeded * IE_2BIG if @page_size is too large * other code if something bad happens; output arguments will be NULL. */ isds_error isds_find_box_by_fulltext(struct isds_ctx *context, const char *query, const isds_fulltext_target *target, const isds_DbType *box_type, const unsigned long int *page_size, const unsigned long int *page_number, const _Bool *track_matches, unsigned long int **total_matching_boxes, unsigned long int **current_page_beginning, unsigned long int **current_page_size, _Bool **last_page, struct isds_list **boxes); /* Get status of a box. * @context is ISDS session context. * @box_id is UTF-8 encoded box identifier as zero terminated string * @box_status is return value of box status. * @return: * IE_SUCCESS if box has been found and its status retrieved * IE_NOEXIST if box is not known to ISDS server * or other appropriate error. * You can use isds_DbState to enumerate box status. However out of enum * range value can be returned too. This is feature because ISDS * specification leaves the set of values open. * Be ware that status DBSTATE_REMOVED is signaled as IE_SUCCESS. That means * the box has been deleted, but ISDS still lists its former existence. */ isds_error isds_CheckDataBox(struct isds_ctx *context, const char *box_id, long int *box_status); /* Get list of permissions to send commercial messages. * @context is ISDS session context. * @box_id is UTF-8 encoded sender box identifier as zero terminated string * @permissions is a reallocated list of permissions (struct * isds_commercial_permission*) to send commercial messages from @box_id. The * order of permissions is significant as the server applies the permissions * and associated pre-paid credits in the order. Empty list means no * permission. * @return: * IE_SUCCESS if the list has been obtained correctly, * or other appropriate error. */ isds_error isds_get_commercial_permissions(struct isds_ctx *context, const char *box_id, struct isds_list **permissions); /* Get details about credit for sending pre-paid commercial messages. * @context is ISDS session context. * @box_id is UTF-8 encoded sender box identifier as zero terminated string. * @from_date is first day of credit history to return in @history. Only * tm_year, tm_mon and tm_mday carry sane value. * @to_date is last day of credit history to return in @history. Only * tm_year, tm_mon and tm_mday carry sane value. * @credit outputs current credit value into pre-allocated memory. Pass NULL * if you don't care. This and all other credit values are integers in * hundredths of Czech Crowns. * @email outputs notification e-mail address where notifications about credit * are sent. This is automatically reallocated string. Pass NULL if you don't * care. It can return NULL if no address is defined. * @history outputs auto-reallocated list of pointers to struct * isds_credit_event. Events in closed interval @from_time to @to_time are * returned. Pass NULL @to_time and @from_time if you don't care. The events * are sorted by time. * @return: * IE_SUCCESS if the credit details have been obtained correctly, * or other appropriate error. Please note that server allows to retrieve * only limited history of events. */ isds_error isds_get_commercial_credit(struct isds_ctx *context, const char *box_id, const struct tm *from_date, const struct tm *to_date, long int *credit, char **email, struct isds_list **history); /* Switch box into state where box can receive commercial messages (off by * default) * @context is ISDS session context. * @box_id is UTF-8 encoded box identifier as zero terminated string * @allow is true for enable, false for disable commercial messages income * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. */ isds_error isds_switch_commercial_receiving(struct isds_ctx *context, const char *box_id, const _Bool allow, const struct isds_approval *approval, char **refnumber); /* Switch box into / out of state where non-OVM box can act as OVM (e.g. force * message acceptance). This is just a box permission. Sender must apply * such role by sending each message. * @context is ISDS session context. * @box_id is UTF-8 encoded box identifier as zero terminated string * @allow is true for enable, false for disable OVM role permission * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. */ isds_error isds_switch_effective_ovm(struct isds_ctx *context, const char *box_id, const _Bool allow, const struct isds_approval *approval, char **refnumber); /* Switch box accessibility state on request of box owner. * Despite the name, owner must do the request off-line. This function is * designed for such off-line meeting points (e.g. Czech POINT). * @context is ISDS session context. * @box identifies box to switch accessibility state. * @allow is true for making accessible, false to disallow access. * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. */ isds_error isds_switch_box_accessibility_on_owner_request( struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const _Bool allow, const struct isds_approval *approval, char **refnumber); /* Disable box accessibility on law enforcement (e.g. by prison) since exact * date. * @context is ISDS session context. * @box identifies box to switch accessibility state. * @since is date since accessibility has been denied. This can be past too. * Only tm_year, tm_mon and tm_mday carry sane value. * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care. */ isds_error isds_disable_box_accessibility_externaly( struct isds_ctx *context, const struct isds_DbOwnerInfo *box, const struct tm *since, const struct isds_approval *approval, char **refnumber); /* Send a message via ISDS to a recipient * @context is session context * @outgoing_message is message to send; Some members are mandatory (like * dbIDRecipient), some are optional and some are irrelevant (especially data * about sender). Included pointer to isds_list documents must contain at * least one document of FILEMETATYPE_MAIN. This is read-write structure, some * members will be filled with valid data from ISDS. Exact list of write * members is subject to change. Currently dmID is changed. * @return ISDS_SUCCESS, or other error code if something goes wrong. */ isds_error isds_send_message(struct isds_ctx *context, struct isds_message *outgoing_message); /* Send a message via ISDS to a multiple recipients * @context is session context * @outgoing_message is message to send; Some members are mandatory, * some are optional and some are irrelevant (especially data * about sender). Data about recipient will be substituted by ISDS from * @copies. Included pointer to isds_list documents must * contain at least one document of FILEMETATYPE_MAIN. * @copies is list of isds_message_copy structures addressing all desired * recipients. This is read-write structure, some members will be filled with * valid data from ISDS (message IDs, error codes, error descriptions). * @return * ISDS_SUCCESS if all messages have been sent * ISDS_PARTIAL_SUCCESS if sending of some messages has failed (failed and * succeeded messages can be identified by copies->data->error), * or other error code if something other goes wrong. */ isds_error isds_send_message_to_multiple_recipients(struct isds_ctx *context, const struct isds_message *outgoing_message, struct isds_list *copies); /* Get list of outgoing (already sent) messages. * Any criterion argument can be NULL, if you don't care about it. * @context is session context. Must not be NULL. * @from_time is minimal time and date of message sending inclusive. * @to_time is maximal time and date of message sending inclusive * @dmSenderOrgUnitNum is the same as isds_envelope.dmSenderOrgUnitNum * @status_filter is bit field of isds_message_status values. Use special * value MESSAGESTATE_ANY to signal you don't care. (It's defined as union of * all values, you can use bit-wise arithmetic if you want.) * @offset is index of first message we are interested in. First message is 1. * Set to 0 (or 1) if you don't care. * @number is maximal length of list you want to get as input value, outputs * number of messages matching these criteria. Can be NULL if you don't care * (applies to output value either). * @messages is automatically reallocated list of isds_message's. Be ware that * it returns only brief overview (envelope and some other fields) about each * message, not the complete message. FIXME: Specify exact fields. * The list is sorted by delivery time in ascending order. * Use NULL if you don't care about the meta data (useful if you want to know * only the @number). If you provide &NULL, list will be allocated on heap, * if you provide pointer to non-NULL, list will be freed automatically at * first. Also in case of error the list will be NULLed. * @return IE_SUCCESS or appropriate error code. */ isds_error isds_get_list_of_sent_messages(struct isds_ctx *context, const struct timeval *from_time, const struct timeval *to_time, const long int *dmSenderOrgUnitNum, const unsigned int status_filter, const unsigned long int offset, unsigned long int *number, struct isds_list **messages); /* Get list of incoming (addressed to you) messages. * Any criterion argument can be NULL, if you don't care about it. * @context is session context. Must not be NULL. * @from_time is minimal time and date of message sending inclusive. * @to_time is maximal time and date of message sending inclusive * @dmRecipientOrgUnitNum is the same as isds_envelope.dmRecipientOrgUnitNum * @status_filter is bit field of isds_message_status values. Use special * value MESSAGESTATE_ANY to signal you don't care. (It's defined as union of * all values, you can use bit-wise arithmetic if you want.) * @offset is index of first message we are interested in. First message is 1. * Set to 0 (or 1) if you don't care. * @number is maximal length of list you want to get as input value, outputs * number of messages matching these criteria. Can be NULL if you don't care * (applies to output value either). * @messages is automatically reallocated list of isds_message's. Be ware that * it returns only brief overview (envelope and some other fields) about each * message, not the complete message. FIXME: Specify exact fields. * Use NULL if you don't care about the meta data (useful if you want to know * only the @number). If you provide &NULL, list will be allocated on heap, * if you provide pointer to non-NULL, list will be freed automatically at * first. Also in case of error the list will be NULLed. * @return IE_SUCCESS or appropriate error code. */ isds_error isds_get_list_of_received_messages(struct isds_ctx *context, const struct timeval *from_time, const struct timeval *to_time, const long int *dmRecipientOrgUnitNum, const unsigned int status_filter, const unsigned long int offset, unsigned long int *number, struct isds_list **messages); /* Get list of sent message state changes. * Any criterion argument can be NULL, if you don't care about it. * @context is session context. Must not be NULL. * @from_time is minimal time and date of status changes inclusive * @to_time is maximal time and date of status changes inclusive * @changed_states is automatically reallocated list of * isds_message_status_change's. If you provide &NULL, list will be allocated * on heap, if you provide pointer to non-NULL, list will be freed * automatically at first. Also in case of error the list will be NULLed. * XXX: The list item ordering is not specified. * XXX: Server provides only `recent' changes. * @return IE_SUCCESS or appropriate error code. */ isds_error isds_get_list_of_sent_message_state_changes( struct isds_ctx *context, const struct timeval *from_time, const struct timeval *to_time, struct isds_list **changed_states); /* Download incoming message envelope identified by ID. * @context is session context * @message_id is message identifier (you can get them from * isds_get_list_of_received_messages()) * @message is automatically reallocated message retrieved from ISDS. * It will miss documents per se. Use isds_get_received_message(), if you are * interested in documents (content) too. * Returned hash and timestamp require documents to be verifiable. */ isds_error isds_get_received_envelope(struct isds_ctx *context, const char *message_id, struct isds_message **message); /* Download signed delivery info-sheet of given message identified by ID. * @context is session context * @message_id is message identifier (you can get them from * isds_get_list_of_{sent,received}_messages()) * @message is automatically reallocated message retrieved from ISDS. * It will miss documents per se. Use isds_get_signed_received_message(), * if you are interested in documents (content). OTOH, only this function * can get list events message has gone through. */ isds_error isds_get_signed_delivery_info(struct isds_ctx *context, const char *message_id, struct isds_message **message); /* Load delivery info of any format from buffer. * @context is session context * @raw_type advertises format of @buffer content. Only delivery info types * are accepted. * @buffer is DER encoded PKCS#7 structure with signed delivery info. You can * retrieve such data from message->raw after calling * isds_get_signed_delivery_info(). * @length is length of buffer in bytes. * @message is automatically reallocated message parsed from @buffer. * @strategy selects how buffer will be attached into raw isds_message member. * */ isds_error isds_load_delivery_info(struct isds_ctx *context, const isds_raw_type raw_type, const void *buffer, const size_t length, struct isds_message **message, const isds_buffer_strategy strategy); /* Download delivery info-sheet of given message identified by ID. * @context is session context * @message_id is message identifier (you can get them from * isds_get_list_of_{sent,received}_messages()) * @message is automatically reallocated message retrieved from ISDS. * It will miss documents per se. Use isds_get_received_message(), if you are * interested in documents (content). OTOH, only this function can get list * of events message has gone through. */ isds_error isds_get_delivery_info(struct isds_ctx *context, const char *message_id, struct isds_message **message); /* Download incoming message identified by ID. * @context is session context * @message_id is message identifier (you can get them from * isds_get_list_of_received_messages()) * @message is automatically reallocated message retrieved from ISDS */ isds_error isds_get_received_message(struct isds_ctx *context, const char *message_id, struct isds_message **message); /* Load message of any type from buffer. * @context is session context * @raw_type defines content type of @buffer. Only message types are allowed. * @buffer is message raw representation. Format (CMS, plain signed, * message direction) is defined in @raw_type. You can retrieve such data * from message->raw after calling isds_get_[signed]{received,sent}_message(). * @length is length of buffer in bytes. * @message is automatically reallocated message parsed from @buffer. * @strategy selects how buffer will be attached into raw isds_message member. * */ isds_error isds_load_message(struct isds_ctx *context, const isds_raw_type raw_type, const void *buffer, const size_t length, struct isds_message **message, const isds_buffer_strategy strategy); /* Determine type of raw message or delivery info according some heuristics. * It does not validate the raw blob. * @context is session context * @raw_type returns content type of @buffer. Valid only if exit code of this * function is IE_SUCCESS. The pointer must be valid. This is no automatically * reallocated memory. * @buffer is message raw representation. * @length is length of buffer in bytes. */ isds_error isds_guess_raw_type(struct isds_ctx *context, isds_raw_type *raw_type, const void *buffer, const size_t length); /* Download signed incoming message identified by ID. * @context is session context * @message_id is message identifier (you can get them from * isds_get_list_of_received_messages()) * @message is automatically reallocated message retrieved from ISDS. The raw * member will be filled with PKCS#7 structure in DER format. */ isds_error isds_get_signed_received_message(struct isds_ctx *context, const char *message_id, struct isds_message **message); /* Download signed outgoing message identified by ID. * @context is session context * @message_id is message identifier (you can get them from * isds_get_list_of_sent_messages()) * @message is automatically reallocated message retrieved from ISDS. The raw * member will be filled with PKCS#7 structure in DER format. */ isds_error isds_get_signed_sent_message(struct isds_ctx *context, const char *message_id, struct isds_message **message); /* Get type and name of user who sent a message identified by ID. * @context is session context * @message_id is message identifier * @sender_type is pointer to automatically allocated type of sender detected * from @raw_sender_type string. If @raw_sender_type is unknown to this * library or to the server, NULL will be returned. Pass NULL if you don't * care about it. * @raw_sender_type is automatically reallocated UTF-8 string describing * sender type or NULL if not known to server. Pass NULL if you don't care. * @sender_name is automatically reallocated UTF-8 name of user who sent the * message, or NULL if not known to ISDS. Pass NULL if you don't care. */ isds_error isds_get_message_sender(struct isds_ctx *context, const char *message_id, isds_sender_type **sender_type, char **raw_sender_type, char **sender_name); /* Retrieve hash of message identified by ID stored in ISDS. * @context is session context * @message_id is message identifier * @hash is automatically reallocated message hash downloaded from ISDS. * Message must exist in system and must not be deleted. */ isds_error isds_download_message_hash(struct isds_ctx *context, const char *message_id, struct isds_hash **hash); /* Compute hash of message from raw representation and store it into envelope. * Original hash structure will be destroyed in envelope. * @context is session context * @message is message carrying raw XML message blob * @algorithm is desired hash algorithm to use */ isds_error isds_compute_message_hash(struct isds_ctx *context, struct isds_message *message, const isds_hash_algorithm algorithm); /* Compare two hashes. * @h1 is first hash * @h2 is another hash * @return * IE_SUCCESS if hashes equal * IE_NOTUNIQ if hashes are comparable, but they don't equal * IE_ENUM if not comparable, but both structures defined * IE_INVAL if some of the structures are undefined (NULL) * IE_ERROR if internal error occurs */ isds_error isds_hash_cmp(const struct isds_hash *h1, const struct isds_hash *h2); /* Check message has gone through ISDS by comparing message hash stored in * ISDS and locally computed hash. You must provide message with valid raw * member (do not use isds_load_message(..., BUFFER_DONT_STORE)). * This is convenient wrapper for isds_download_message_hash(), * isds_compute_message_hash(), and isds_hash_cmp() sequence. * @context is session context * @message is message with valid raw and envelope member; envelope->hash * member will be changed during function run. Use envelope on heap only. * @return * IE_SUCCESS if message originates in ISDS * IE_NOTEQUAL if message is unknown to ISDS * other code for other errors */ isds_error isds_verify_message_hash(struct isds_ctx *context, struct isds_message *message); /* Submit CMS signed message to ISDS to verify its originality. This is * stronger form of isds_verify_message_hash() because ISDS does more checks * than simple one (potentialy old weak) hash comparison. * @context is session context * @message is memory with raw CMS signed message bit stream * @length is @message size in bytes * @return * IE_SUCCESS if message originates in ISDS * IE_NOTEQUAL if message is unknown to ISDS * other code for other errors */ isds_error isds_authenticate_message(struct isds_ctx *context, const void *message, size_t length); /* Submit CMS signed message or delivery info to ISDS to re-sign the content * including adding new CMS time stamp. Only CMS blobs without time stamp can * be re-signed. * @context is session context * @input_data is memory with raw CMS signed message or delivery info bit * stream to re-sign * @input_length is @input_data size in bytes * @output_data is pointer to auto-allocated memory where to store re-signed * input data blob. Caller must free it. * @output_data is pointer where to store @output_data size in bytes * @valid_to is pointer to auto-allocated date of time stamp expiration. * Only tm_year, tm_mon and tm_mday will be set. Pass NULL, if you don't care. * @return * IE_SUCCESS if CMS blob has been re-signed successfully * other code for other errors */ isds_error isds_resign_message(struct isds_ctx *context, const void *input_data, size_t input_length, void **output_data, size_t *output_length, struct tm **valid_to); /* Erase message specified by @message_id from long term storage. Other * message cannot be erased on user request. * @context is session context * @message_id is message identifier. * @incoming is true for incoming message, false for outgoing message. * @return * IE_SUCCESS if message has ben removed * IE_INVAL if message does not exist in long term storage or message * belongs to different box * TODO: IE_NOEPRM if user has no permission to erase a message */ isds_error isds_delete_message_from_storage(struct isds_ctx *context, const char *message_id, _Bool incoming); /* Mark message as read. This is a transactional commit function to acknowledge * to ISDS the message has been downloaded and processed by client properly. * @context is session context * @message_id is message identifier. */ isds_error isds_mark_message_read(struct isds_ctx *context, const char *message_id); /* Mark message as received by recipient. This is applicable only to * commercial message. Use envelope->dmType message member to distinguish * commercial message from government message. Government message is * received automatically (by law), commercial message on recipient request. * @context is session context * @message_id is message identifier. */ isds_error isds_mark_message_received(struct isds_ctx *context, const char *message_id); /* Send bogus request to ISDS. * Just for test purposes */ isds_error isds_bogus_request(struct isds_ctx *context); /* Send document for authorized conversion into Czech POINT system. * This is public anonymous service, no log-in necessary. Special context is * used to reuse keep-a-live HTTPS connection. * @context is Czech POINT session context. DO NOT use context connected to * ISDS server. Use new context or context used by this function previously. * @document is document to convert. Only data, data_length, dmFileDescr and * is_xml members are significant. Be ware that not all document formats can be * converted (signed PDF 1.3 and higher only (2010-02 state)). * @id is reallocated identifier assigned by Czech POINT system to * your document on submit. Use is to tell it to Czech POINT officer. * @date is reallocated document submit date (submitted documents * expires after some period). Only tm_year, tm_mon and tm_mday carry sane * value. */ isds_error czp_convert_document(struct isds_ctx *context, const struct isds_document *document, char **id, struct tm **date); /* Close possibly opened connection to Czech POINT document deposit. * @context is Czech POINT session context. */ isds_error czp_close_connection(struct isds_ctx *context); /* Send request for new box creation in testing ISDS instance. * It's not possible to request for a production box currently, as it * communicates via e-mail. * XXX: This function does not work either. Server complains about invalid * e-mail address. * XXX: Remove context->type hacks in isds.c and validator.c when removing * this function * @context is special session context for box creation request. DO NOT use * standard context as it could reveal your password. Use fresh new context or * context previously used by this function. * @box is box description to create including single primary user (in case of * FO box type). It outputs box ID assigned by ISDS in dbID element. * @users is list of struct isds_DbUserInfo (primary users in case of non-FO * box, or contact address of PFO box owner). The email member is mandatory as * it will be used to deliver credentials. * @former_names is optional undocumented string. Pass NULL if you don't care. * @approval is optional external approval of box manipulation * @refnumber is reallocated serial number of request assigned by ISDS. Use * NULL, if you don't care.*/ isds_error isds_request_new_testing_box(struct isds_ctx *context, struct isds_DbOwnerInfo *box, const struct isds_list *users, const char *former_names, const struct isds_approval *approval, char **refnumber); /* Search for document by document ID in list of documents. IDs are compared * as UTF-8 string. * @documents is list of isds_documents * @id is document identifier * @return first matching document or NULL. */ const struct isds_document *isds_find_document_by_id( const struct isds_list *documents, const char *id); /* Normalize @mime_type to be proper MIME type. * ISDS servers pass invalid MIME types (e.g. "pdf"). This function tries to * guess regular MIME type (e.g. "application/pdf"). * @mime_type is UTF-8 encoded MIME type to fix * @return original @mime_type if no better interpretation exists, or * constant static UTF-8 encoded string with proper MIME type. */ const char *isds_normalize_mime_type(const char *mime_type); /* Deallocate structure isds_pki_credentials and NULL it. * Pass-phrase is discarded. * @pki credentials to to free */ void isds_pki_credentials_free(struct isds_pki_credentials **pki); /* Free isds_list with all member data. * @list list to free, on return will be NULL */ void isds_list_free(struct isds_list **list); /* Deallocate structure isds_hash and NULL it. * @hash hash to to free */ void isds_hash_free(struct isds_hash **hash); /* Deallocate structure isds_PersonName recursively and NULL it */ void isds_PersonName_free(struct isds_PersonName **person_name); /* Deallocate structure isds_BirthInfo recursively and NULL it */ void isds_BirthInfo_free(struct isds_BirthInfo **birth_info); /* Deallocate structure isds_Address recursively and NULL it */ void isds_Address_free(struct isds_Address **address); /* Deallocate structure isds_DbOwnerInfo recursively and NULL it */ void isds_DbOwnerInfo_free(struct isds_DbOwnerInfo **db_owner_info); /* Deallocate structure isds_DbUserInfo recursively and NULL it */ void isds_DbUserInfo_free(struct isds_DbUserInfo **db_user_info); /* Deallocate struct isds_event recursively and NULL it */ void isds_event_free(struct isds_event **event); /* Deallocate struct isds_envelope recursively and NULL it */ void isds_envelope_free(struct isds_envelope **envelope); /* Deallocate struct isds_document recursively and NULL it */ void isds_document_free(struct isds_document **document); /* Deallocate struct isds_message recursively and NULL it */ void isds_message_free(struct isds_message **message); /* Deallocate struct isds_message_copy recursively and NULL it */ void isds_message_copy_free(struct isds_message_copy **copy); /* Deallocate struct isds_message_status_change recursively and NULL it */ void isds_message_status_change_free( struct isds_message_status_change **message_status_change); /* Deallocate struct isds_approval recursively and NULL it */ void isds_approval_free(struct isds_approval **approval); /* Deallocate struct isds_commercial_permission recursively and NULL it */ void isds_commercial_permission_free( struct isds_commercial_permission **permission); /* Deallocate struct isds_credit_event recursively and NULL it */ void isds_credit_event_free(struct isds_credit_event **event); /* Deallocate struct isds_credentials_delivery recursively and NULL it. * The email string is deallocated too. */ void isds_credentials_delivery_free( struct isds_credentials_delivery **credentials_delivery); /* Deallocate struct isds_fulltext_result recursively and NULL it */ void isds_fulltext_result_free( struct isds_fulltext_result **result); /* Copy structure isds_PersonName recursively */ struct isds_PersonName *isds_PersonName_duplicate( const struct isds_PersonName *src); /* Copy structure isds_Address recursively */ struct isds_Address *isds_Address_duplicate( const struct isds_Address *src); /* Copy structure isds_DbOwnerInfo recursively */ struct isds_DbOwnerInfo *isds_DbOwnerInfo_duplicate( const struct isds_DbOwnerInfo *src); /* Copy structure isds_DbUserInfo recursively */ struct isds_DbUserInfo *isds_DbUserInfo_duplicate( const struct isds_DbUserInfo *src); #ifdef __cplusplus /* For C++ linker sake */ } #endif #endif libisds-0.10.7/src/win32.c0000644000076400001440000001026712131067064012054 00000000000000#include #include #include "isds.h" #include "isds_priv.h" #include "utils.h" #include "win32.h" #if HAVE_LIBCURL static void yday2mday(struct tm *time) { static int mtab[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; int i, year = 1900 + time->tm_year; mtab[1] = (!(year % 4) && ((year % 100) || !(year %400))) ? 29 : 28; time->tm_mday = time->tm_yday + 1; for (i = 0; i < 12; i++) { if (time->tm_mday > mtab[i]) { time->tm_mday -= mtab[i]; } else { break; } } time->tm_mon = i; } /* Convert UTF-8 @string representation of ISO 8601 date to @time. * XXX: Not all ISO formats are supported */ isds_error _isds_datestring2tm(const xmlChar *string, struct tm *time) { char *ptr; int len, tmp; if (!string || !time) return IE_INVAL; memset(time, 0, sizeof(*time)); if (sscanf((const char*)string, "%d-%d-%d%n", &time->tm_year, &time->tm_mon, &time->tm_mday, &tmp) >= 3 && tmp == strlen((const char*)string)) { time->tm_mon--; time->tm_year -= 1900; return IE_SUCCESS; } memset(time, 0, sizeof(*time)); if (sscanf((const char*)string, "%d-%d%n", &time->tm_year, &time->tm_yday, &tmp) >= 2 && tmp == strlen((const char*)string)) { time->tm_yday--; time->tm_year -= 1900; yday2mday(time); return IE_SUCCESS; } memset(time, 0, sizeof(*time)); len = strlen((const char*)string); if (len < 4) { return IE_NOTSUP; } ptr = strdup((const char*)string); if (sscanf(ptr + len - 2, "%d%n", &time->tm_mday, &tmp) < 1 || tmp < 2) { free(ptr); return IE_NOTSUP; } ptr[len - 2] = '\0'; if (sscanf(ptr + len - 4, "%d%n", &time->tm_mon, &tmp) < 1 || tmp < 2) { free(ptr); return IE_NOTSUP; } ptr[len - 4] = '\0'; if (sscanf(ptr, "%d%n", &time->tm_year, &tmp) < 1 || tmp < len - 4) { free(ptr); return IE_NOTSUP; } free(ptr); time->tm_mon--; time->tm_year -= 1900; return IE_SUCCESS; } #endif /* MSVCRT gmtime() uses thread-local buffer. This is reentrant. */ _hidden struct tm *gmtime_r(const time_t *timep, struct tm *result) { struct tm *buf; buf = gmtime(timep); if (!buf) { return NULL; } memcpy(result, buf, sizeof(struct tm)); return result; } _hidden char *strndup(const char *s, size_t n) { char *ret; size_t len; len = strlen(s); len = len > n ? n : len; ret = malloc((len + 1) * sizeof(char)); if (!ret) { return NULL; } strncpy(ret, s, len); ret[len] = '\0'; return ret; } /* Convert UTC broken time to time_t. * @broken_utc it time in UTC in broken format. Despite its content is not * touched, it'sw not-const because underlying POSIX function has non-const * signature. * @return (time_t) -1 in case of error */ _hidden time_t _isds_timegm(struct tm *broken_utc) { time_t ret; time_t diff; struct tm broken, *tmp; ret = time(0); tmp = gmtime(&ret); if (!tmp) { return (time_t)-1; } tmp->tm_isdst = broken_utc->tm_isdst; diff = ret - mktime(tmp); memcpy(&broken, broken_utc, sizeof(struct tm)); broken.tm_isdst = tmp->tm_isdst; /* handle broken_utc->tm_isdst < 0 */ ret = mktime(&broken) + diff; return ret; } ssize_t getline(char **bufptr, size_t *length, FILE *fp) { int pos = 0; char *ret = NULL; if (!*bufptr || *length < 1) { free(*bufptr); *length = 256; *bufptr = malloc(*length * sizeof(char)); } if (!*bufptr) { *length = 0; return -1; } do { if (ret) { *length *= 2; ret = realloc(*bufptr, *length * sizeof(char)); if (!ret) { free(*bufptr); *bufptr = NULL; *length = 0; return -1; } *bufptr = ret; } ret = fgets(*bufptr + pos, *length, fp); if (ret) { pos = strlen(*bufptr); } } while (ret && (*bufptr)[pos - 1] != '\n'); return pos || ret ? pos : -1; } libisds-0.10.7/ABOUT-NLS0000644000076400001440000026713312774020762011423 000000000000001 Notes on the Free Translation Project *************************************** Free software is going international! The Free Translation Project is a way to get maintainers of free software, translators, and users all together, so that free software will gradually become able to speak many languages. A few packages already provide translations for their messages. If you found this `ABOUT-NLS' file inside a distribution, you may assume that the distributed package does use GNU `gettext' internally, itself available at your nearest GNU archive site. But you do _not_ need to install GNU `gettext' prior to configuring, installing or using this package with messages translated. Installers will find here some useful hints. These notes also explain how users should proceed for getting the programs to use the available translations. They tell how people wanting to contribute and work on translations can contact the appropriate team. 1.1 INSTALL Matters =================== Some packages are "localizable" when properly installed; the programs they contain can be made to speak your own native language. Most such packages use GNU `gettext'. Other packages have their own ways to internationalization, predating GNU `gettext'. By default, this package will be installed to allow translation of messages. It will automatically detect whether the system already provides the GNU `gettext' functions. Installers may use special options at configuration time for changing the default behaviour. The command: ./configure --disable-nls will _totally_ disable translation of messages. When you already have GNU `gettext' installed on your system and run configure without an option for your new package, `configure' will probably detect the previously built and installed `libintl' library and will decide to use it. If not, you may have to to use the `--with-libintl-prefix' option to tell `configure' where to look for it. Internationalized packages usually have many `po/LL.po' files, where LL gives an ISO 639 two-letter code identifying the language. Unless translations have been forbidden at `configure' time by using the `--disable-nls' switch, all available translations are installed together with the package. However, the environment variable `LINGUAS' may be set, prior to configuration, to limit the installed set. `LINGUAS' should then contain a space separated list of two-letter codes, stating which languages are allowed. 1.2 Using This Package ====================== As a user, if your language has been installed for this package, you only have to set the `LANG' environment variable to the appropriate `LL_CC' combination. If you happen to have the `LC_ALL' or some other `LC_xxx' environment variables set, you should unset them before setting `LANG', otherwise the setting of `LANG' will not have the desired effect. Here `LL' is an ISO 639 two-letter language code, and `CC' is an ISO 3166 two-letter country code. For example, let's suppose that you speak German and live in Germany. At the shell prompt, merely execute `setenv LANG de_DE' (in `csh'), `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). This can be done from your `.login' or `.profile' file, once and for all. You might think that the country code specification is redundant. But in fact, some languages have dialects in different countries. For example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The country code serves to distinguish the dialects. The locale naming convention of `LL_CC', with `LL' denoting the language and `CC' denoting the country, is the one use on systems based on GNU libc. On other systems, some variations of this scheme are used, such as `LL' or `LL_CC.ENCODING'. You can get the list of locales supported by your system for your language by running the command `locale -a | grep '^LL''. Not all programs have translations for all languages. By default, an English message is shown in place of a nonexistent translation. If you understand other languages, you can set up a priority list of languages. This is done through a different environment variable, called `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' for the purpose of message handling, but you still need to have `LANG' set to the primary language; this is required by other parts of the system libraries. For example, some Swedish users who would rather read translations in German than English for when Swedish is not available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. Special advice for Norwegian users: The language code for Norwegian bokma*l changed from `no' to `nb' recently (in 2003). During the transition period, while some message catalogs for this language are installed under `nb' and some older ones under `no', it's recommended for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and older translations are used. In the `LANGUAGE' environment variable, but not in the `LANG' environment variable, `LL_CC' combinations can be abbreviated as `LL' to denote the language's main dialect. For example, `de' is equivalent to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' (Portuguese as spoken in Portugal) in this context. 1.3 Translating Teams ===================== For the Free Translation Project to be a success, we need interested people who like their own language and write it well, and who are also able to synergize with other translators speaking the same language. Each translation team has its own mailing list. The up-to-date list of teams can be found at the Free Translation Project's homepage, `http://translationproject.org/', in the "Teams" area. If you'd like to volunteer to _work_ at translating messages, you should become a member of the translating team for your own language. The subscribing address is _not_ the same as the list itself, it has `-request' appended. For example, speakers of Swedish can send a message to `sv-request@li.org', having this message body: subscribe Keep in mind that team members are expected to participate _actively_ in translations, or at solving translational difficulties, rather than merely lurking around. If your team does not exist yet and you want to start one, or if you are unsure about what to do or how to get started, please write to `coordinator@translationproject.org' to reach the coordinator for all translator teams. The English team is special. It works at improving and uniformizing the terminology in use. Proven linguistic skills are praised more than programming skills, here. 1.4 Available Packages ====================== Languages are not equally supported in all packages. The following matrix shows the current state of internationalization, as of June 2010. The matrix shows, in regard of each package, for which languages PO files have been submitted to translation coordination, with a translation percentage of at least 50%. Ready PO files af am an ar as ast az be be@latin bg bn_IN bs ca +--------------------------------------------------+ a2ps | [] [] | aegis | | ant-phone | | anubis | | aspell | [] [] | bash | | bfd | | bibshelf | [] | binutils | | bison | | bison-runtime | [] | bluez-pin | [] [] | bombono-dvd | | buzztard | | cflow | | clisp | | coreutils | [] [] | cpio | | cppi | | cpplib | [] | cryptsetup | | dfarc | | dialog | [] [] | dico | | diffutils | [] | dink | | doodle | | e2fsprogs | [] | enscript | [] | exif | | fetchmail | [] | findutils | [] | flex | [] | freedink | | gas | | gawk | [] [] | gcal | [] | gcc | | gettext-examples | [] [] [] [] | gettext-runtime | [] [] | gettext-tools | [] [] | gip | [] | gjay | | gliv | [] | glunarclock | [] [] | gnubiff | | gnucash | [] | gnuedu | | gnulib | | gnunet | | gnunet-gtk | | gnutls | | gold | | gpe-aerial | | gpe-beam | | gpe-bluetooth | | gpe-calendar | | gpe-clock | [] | gpe-conf | | gpe-contacts | | gpe-edit | | gpe-filemanager | | gpe-go | | gpe-login | | gpe-ownerinfo | [] | gpe-package | | gpe-sketchbook | | gpe-su | [] | gpe-taskmanager | [] | gpe-timesheet | [] | gpe-today | [] | gpe-todo | | gphoto2 | | gprof | [] | gpsdrive | | gramadoir | | grep | | grub | [] [] | gsasl | | gss | | gst-plugins-bad | [] | gst-plugins-base | [] | gst-plugins-good | [] | gst-plugins-ugly | [] | gstreamer | [] [] [] | gtick | | gtkam | [] | gtkorphan | [] | gtkspell | [] [] [] | gutenprint | | hello | [] | help2man | | hylafax | | idutils | | indent | [] [] | iso_15924 | | iso_3166 | [] [] [] [] [] [] [] | iso_3166_2 | | iso_4217 | | iso_639 | [] [] [] [] | iso_639_3 | | jwhois | | kbd | | keytouch | [] | keytouch-editor | | keytouch-keyboa... | [] | klavaro | [] | latrine | | ld | [] | leafpad | [] [] | libc | [] [] | libexif | () | libextractor | | libgnutls | | libgpewidget | | libgpg-error | | libgphoto2 | | libgphoto2_port | | libgsasl | | libiconv | [] | libidn | | lifelines | | liferea | [] [] | lilypond | | linkdr | [] | lordsawar | | lprng | | lynx | [] | m4 | | mailfromd | | mailutils | | make | | man-db | | man-db-manpages | | minicom | | mkisofs | | myserver | | nano | [] [] | opcodes | | parted | | pies | | popt | | psmisc | | pspp | [] | pwdutils | | radius | [] | recode | [] [] | rosegarden | | rpm | | rush | | sarg | | screem | | scrollkeeper | [] [] [] | sed | [] [] | sharutils | [] [] | shishi | | skencil | | solfege | | solfege-manual | | soundtracker | | sp | | sysstat | | tar | [] | texinfo | | tin | | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] | vice | | vmm | | vorbis-tools | | wastesedge | | wdiff | | wget | [] [] | wyslij-po | | xchat | [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] | +--------------------------------------------------+ af am an ar as ast az be be@latin bg bn_IN bs ca 6 0 1 2 3 19 1 10 3 28 3 1 38 crh cs da de el en en_GB en_ZA eo es et eu fa +-------------------------------------------------+ a2ps | [] [] [] [] [] [] [] | aegis | [] [] [] | ant-phone | [] () | anubis | [] [] | aspell | [] [] [] [] [] | bash | [] [] [] | bfd | [] | bibshelf | [] [] [] | binutils | [] | bison | [] [] | bison-runtime | [] [] [] [] | bluez-pin | [] [] [] [] [] [] | bombono-dvd | [] | buzztard | [] [] [] | cflow | [] [] | clisp | [] [] [] [] | coreutils | [] [] [] [] | cpio | | cppi | | cpplib | [] [] [] | cryptsetup | [] | dfarc | [] [] [] | dialog | [] [] [] [] [] | dico | | diffutils | [] [] [] [] [] [] | dink | [] [] [] | doodle | [] | e2fsprogs | [] [] [] | enscript | [] [] [] | exif | () [] [] | fetchmail | [] [] () [] [] [] | findutils | [] [] [] | flex | [] [] | freedink | [] [] [] | gas | [] | gawk | [] [] [] | gcal | [] | gcc | [] [] | gettext-examples | [] [] [] [] | gettext-runtime | [] [] [] [] | gettext-tools | [] [] [] | gip | [] [] [] [] | gjay | [] | gliv | [] [] [] | glunarclock | [] [] | gnubiff | () | gnucash | [] () () () () | gnuedu | [] [] | gnulib | [] [] | gnunet | | gnunet-gtk | [] | gnutls | [] [] | gold | [] | gpe-aerial | [] [] [] [] | gpe-beam | [] [] [] [] | gpe-bluetooth | [] [] | gpe-calendar | [] | gpe-clock | [] [] [] [] | gpe-conf | [] [] [] | gpe-contacts | [] [] [] | gpe-edit | [] [] | gpe-filemanager | [] [] [] | gpe-go | [] [] [] [] | gpe-login | [] [] | gpe-ownerinfo | [] [] [] [] | gpe-package | [] [] [] | gpe-sketchbook | [] [] [] [] | gpe-su | [] [] [] [] | gpe-taskmanager | [] [] [] [] | gpe-timesheet | [] [] [] [] | gpe-today | [] [] [] [] | gpe-todo | [] [] [] | gphoto2 | [] [] () [] [] [] | gprof | [] [] [] | gpsdrive | [] [] [] | gramadoir | [] [] [] | grep | [] | grub | [] [] | gsasl | [] | gss | | gst-plugins-bad | [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] () [] | gtkam | [] [] () [] [] | gtkorphan | [] [] [] [] | gtkspell | [] [] [] [] [] [] [] | gutenprint | [] [] [] | hello | [] [] [] [] | help2man | [] | hylafax | [] [] | idutils | [] [] | indent | [] [] [] [] [] [] [] | iso_15924 | [] () [] [] | iso_3166 | [] [] [] [] () [] [] [] () | iso_3166_2 | () | iso_4217 | [] [] [] () [] [] | iso_639 | [] [] [] [] () [] [] | iso_639_3 | [] | jwhois | [] | kbd | [] [] [] [] [] | keytouch | [] [] | keytouch-editor | [] [] | keytouch-keyboa... | [] | klavaro | [] [] [] [] | latrine | [] () | ld | [] [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] | libexif | [] [] () | libextractor | | libgnutls | [] | libgpewidget | [] [] | libgpg-error | [] [] | libgphoto2 | [] () | libgphoto2_port | [] () [] | libgsasl | | libiconv | [] [] [] [] [] | libidn | [] [] [] | lifelines | [] () | liferea | [] [] [] [] [] | lilypond | [] [] [] | linkdr | [] [] [] | lordsawar | [] | lprng | | lynx | [] [] [] [] | m4 | [] [] [] [] | mailfromd | | mailutils | [] | make | [] [] [] | man-db | | man-db-manpages | | minicom | [] [] [] [] | mkisofs | | myserver | | nano | [] [] [] | opcodes | [] [] | parted | [] [] | pies | | popt | [] [] [] [] [] | psmisc | [] [] [] | pspp | [] | pwdutils | [] | radius | [] | recode | [] [] [] [] [] [] | rosegarden | () () () | rpm | [] [] [] | rush | | sarg | | screem | | scrollkeeper | [] [] [] [] [] | sed | [] [] [] [] [] [] | sharutils | [] [] [] [] | shishi | | skencil | [] () [] | solfege | [] [] [] | solfege-manual | [] [] | soundtracker | [] [] [] | sp | [] | sysstat | [] [] [] | tar | [] [] [] [] | texinfo | [] [] [] | tin | [] [] | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] [] [] [] | vice | () () | vmm | [] | vorbis-tools | [] [] | wastesedge | [] | wdiff | [] [] | wget | [] [] [] | wyslij-po | | xchat | [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] [] [] | +-------------------------------------------------+ crh cs da de el en en_GB en_ZA eo es et eu fa 5 64 105 117 18 1 8 0 28 89 18 19 0 fi fr ga gl gu he hi hr hu hy id is it ja ka kn +----------------------------------------------------+ a2ps | [] [] [] [] | aegis | [] [] | ant-phone | [] [] | anubis | [] [] [] [] | aspell | [] [] [] [] | bash | [] [] [] [] | bfd | [] [] [] | bibshelf | [] [] [] [] [] | binutils | [] [] [] | bison | [] [] [] [] | bison-runtime | [] [] [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] | bombono-dvd | [] | buzztard | [] | cflow | [] [] [] | clisp | [] | coreutils | [] [] [] [] [] | cpio | [] [] [] [] | cppi | [] [] | cpplib | [] [] [] | cryptsetup | [] [] [] | dfarc | [] [] [] | dialog | [] [] [] [] [] [] [] | dico | | diffutils | [] [] [] [] [] [] [] [] [] | dink | [] | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] | exif | [] [] [] [] [] [] | fetchmail | [] [] [] [] | findutils | [] [] [] [] [] [] | flex | [] [] [] | freedink | [] [] [] | gas | [] [] | gawk | [] [] [] [] () [] | gcal | [] | gcc | [] | gettext-examples | [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] | gettext-tools | [] [] [] [] | gip | [] [] [] [] [] [] | gjay | [] | gliv | [] () | glunarclock | [] [] [] [] | gnubiff | () [] () | gnucash | () () () () () [] | gnuedu | [] [] | gnulib | [] [] [] [] [] [] | gnunet | | gnunet-gtk | [] | gnutls | [] [] | gold | [] [] | gpe-aerial | [] [] [] | gpe-beam | [] [] [] [] | gpe-bluetooth | [] [] [] [] | gpe-calendar | [] [] | gpe-clock | [] [] [] [] [] | gpe-conf | [] [] [] [] | gpe-contacts | [] [] [] [] | gpe-edit | [] [] [] | gpe-filemanager | [] [] [] [] | gpe-go | [] [] [] [] [] | gpe-login | [] [] [] | gpe-ownerinfo | [] [] [] [] [] | gpe-package | [] [] [] | gpe-sketchbook | [] [] [] [] | gpe-su | [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] | gpe-todo | [] [] [] | gphoto2 | [] [] [] [] [] [] | gprof | [] [] [] [] | gpsdrive | [] [] [] | gramadoir | [] [] [] | grep | [] [] | grub | [] [] [] [] | gsasl | [] [] [] [] [] | gss | [] [] [] [] [] | gst-plugins-bad | [] [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] [] [] [] [] | gtkam | [] [] [] [] [] | gtkorphan | [] [] [] | gtkspell | [] [] [] [] [] [] [] [] [] | gutenprint | [] [] [] [] | hello | [] [] [] | help2man | [] [] | hylafax | [] | idutils | [] [] [] [] [] [] | indent | [] [] [] [] [] [] [] [] | iso_15924 | [] () [] [] | iso_3166 | [] () [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | () [] [] [] | iso_4217 | [] () [] [] [] [] | iso_639 | [] () [] [] [] [] [] [] [] | iso_639_3 | () [] [] | jwhois | [] [] [] [] [] | kbd | [] [] | keytouch | [] [] [] [] [] [] | keytouch-editor | [] [] [] [] [] | keytouch-keyboa... | [] [] [] [] [] | klavaro | [] [] | latrine | [] [] [] | ld | [] [] [] [] | leafpad | [] [] [] [] [] [] [] () | libc | [] [] [] [] [] | libexif | [] | libextractor | | libgnutls | [] [] | libgpewidget | [] [] [] [] | libgpg-error | [] [] | libgphoto2 | [] [] [] | libgphoto2_port | [] [] [] | libgsasl | [] [] [] [] [] | libiconv | [] [] [] [] [] [] | libidn | [] [] [] [] | lifelines | () | liferea | [] [] [] [] | lilypond | [] [] | linkdr | [] [] [] [] [] | lordsawar | | lprng | [] | lynx | [] [] [] [] [] | m4 | [] [] [] [] [] [] | mailfromd | | mailutils | [] [] | make | [] [] [] [] [] [] [] [] [] | man-db | [] [] | man-db-manpages | [] | minicom | [] [] [] [] [] | mkisofs | [] [] [] [] | myserver | | nano | [] [] [] [] [] [] | opcodes | [] [] [] [] | parted | [] [] [] [] | pies | | popt | [] [] [] [] [] [] [] [] [] | psmisc | [] [] [] | pspp | | pwdutils | [] [] | radius | [] [] | recode | [] [] [] [] [] [] [] [] | rosegarden | () () () () () | rpm | [] [] | rush | | sarg | [] | screem | [] [] | scrollkeeper | [] [] [] [] | sed | [] [] [] [] [] [] [] [] | sharutils | [] [] [] [] [] [] [] | shishi | [] | skencil | [] | solfege | [] [] [] [] | solfege-manual | [] [] | soundtracker | [] [] | sp | [] () | sysstat | [] [] [] [] [] | tar | [] [] [] [] [] [] [] | texinfo | [] [] [] [] | tin | [] | unicode-han-tra... | | unicode-transla... | [] [] | util-linux-ng | [] [] [] [] [] [] | vice | () () () | vmm | [] | vorbis-tools | [] | wastesedge | () () | wdiff | [] | wget | [] [] [] [] [] [] [] [] | wyslij-po | [] [] [] | xchat | [] [] [] [] [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] [] | +----------------------------------------------------+ fi fr ga gl gu he hi hr hu hy id is it ja ka kn 105 121 53 20 4 8 3 5 53 2 120 5 84 67 0 4 ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne +-----------------------------------------------+ a2ps | [] | aegis | | ant-phone | | anubis | [] [] | aspell | [] | bash | | bfd | | bibshelf | [] [] | binutils | | bison | [] | bison-runtime | [] [] [] [] [] | bluez-pin | [] [] [] [] [] | bombono-dvd | | buzztard | | cflow | | clisp | | coreutils | [] | cpio | | cppi | | cpplib | | cryptsetup | | dfarc | [] | dialog | [] [] [] [] [] | dico | | diffutils | [] [] | dink | | doodle | | e2fsprogs | | enscript | | exif | [] | fetchmail | | findutils | | flex | | freedink | [] | gas | | gawk | | gcal | | gcc | | gettext-examples | [] [] [] [] | gettext-runtime | [] | gettext-tools | [] | gip | [] [] | gjay | | gliv | | glunarclock | [] | gnubiff | | gnucash | () () () () | gnuedu | | gnulib | | gnunet | | gnunet-gtk | | gnutls | [] | gold | | gpe-aerial | [] | gpe-beam | [] | gpe-bluetooth | [] [] | gpe-calendar | [] | gpe-clock | [] [] [] [] [] | gpe-conf | [] [] | gpe-contacts | [] [] | gpe-edit | [] | gpe-filemanager | [] [] | gpe-go | [] [] [] | gpe-login | [] | gpe-ownerinfo | [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] | gpe-su | [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] | gpe-timesheet | [] [] | gpe-today | [] [] [] [] | gpe-todo | [] [] | gphoto2 | | gprof | [] | gpsdrive | | gramadoir | | grep | | grub | | gsasl | | gss | | gst-plugins-bad | [] [] [] [] | gst-plugins-base | [] [] | gst-plugins-good | [] [] | gst-plugins-ugly | [] [] [] [] [] | gstreamer | | gtick | | gtkam | [] | gtkorphan | [] [] | gtkspell | [] [] [] [] [] [] [] | gutenprint | | hello | [] [] [] | help2man | | hylafax | | idutils | | indent | | iso_15924 | [] [] | iso_3166 | [] [] () [] [] [] [] [] | iso_3166_2 | | iso_4217 | [] [] | iso_639 | [] [] | iso_639_3 | [] | jwhois | [] | kbd | | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | [] | klavaro | [] | latrine | [] | ld | | leafpad | [] [] [] | libc | [] | libexif | | libextractor | | libgnutls | [] | libgpewidget | [] [] | libgpg-error | | libgphoto2 | | libgphoto2_port | | libgsasl | | libiconv | | libidn | | lifelines | | liferea | | lilypond | | linkdr | | lordsawar | | lprng | | lynx | | m4 | | mailfromd | | mailutils | | make | [] | man-db | | man-db-manpages | | minicom | [] | mkisofs | | myserver | | nano | [] [] | opcodes | | parted | | pies | | popt | [] [] [] | psmisc | | pspp | | pwdutils | | radius | | recode | | rosegarden | | rpm | | rush | | sarg | | screem | | scrollkeeper | [] [] | sed | | sharutils | | shishi | | skencil | | solfege | [] | solfege-manual | | soundtracker | | sp | | sysstat | [] | tar | [] | texinfo | [] | tin | | unicode-han-tra... | | unicode-transla... | | util-linux-ng | | vice | | vmm | | vorbis-tools | | wastesedge | | wdiff | | wget | [] | wyslij-po | | xchat | [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | +-----------------------------------------------+ ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne 20 5 10 1 13 48 4 2 2 4 24 10 20 3 1 nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr +---------------------------------------------------+ a2ps | [] [] [] [] [] [] [] [] | aegis | [] [] [] | ant-phone | [] [] | anubis | [] [] [] | aspell | [] [] [] [] [] | bash | [] [] | bfd | [] | bibshelf | [] [] | binutils | [] [] | bison | [] [] [] | bison-runtime | [] [] [] [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] | bombono-dvd | [] () | buzztard | [] [] | cflow | [] | clisp | [] [] | coreutils | [] [] [] [] [] [] | cpio | [] [] [] | cppi | [] | cpplib | [] | cryptsetup | [] | dfarc | [] | dialog | [] [] [] [] | dico | [] | diffutils | [] [] [] [] [] [] | dink | () | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] [] | exif | [] [] [] () [] | fetchmail | [] [] [] [] | findutils | [] [] [] [] [] | flex | [] [] [] [] [] | freedink | [] [] | gas | | gawk | [] [] [] [] | gcal | | gcc | [] | gettext-examples | [] [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] [] [] [] | gettext-tools | [] [] [] [] [] [] | gip | [] [] [] [] [] | gjay | | gliv | [] [] [] [] [] [] | glunarclock | [] [] [] [] [] | gnubiff | [] () | gnucash | [] () () () | gnuedu | [] | gnulib | [] [] [] [] | gnunet | | gnunet-gtk | | gnutls | [] [] | gold | | gpe-aerial | [] [] [] [] [] [] [] | gpe-beam | [] [] [] [] [] [] [] | gpe-bluetooth | [] [] | gpe-calendar | [] [] [] [] | gpe-clock | [] [] [] [] [] [] [] [] | gpe-conf | [] [] [] [] [] [] [] | gpe-contacts | [] [] [] [] [] | gpe-edit | [] [] [] | gpe-filemanager | [] [] [] | gpe-go | [] [] [] [] [] [] [] [] | gpe-login | [] [] | gpe-ownerinfo | [] [] [] [] [] [] [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] [] [] [] [] [] | gpe-su | [] [] [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] [] | gpe-todo | [] [] [] [] [] | gphoto2 | [] [] [] [] [] [] [] [] | gprof | [] [] [] | gpsdrive | [] [] | gramadoir | [] [] | grep | [] [] [] [] | grub | [] [] [] | gsasl | [] [] [] [] | gss | [] [] [] | gst-plugins-bad | [] [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] [] [] | gtkam | [] [] [] [] [] [] | gtkorphan | [] | gtkspell | [] [] [] [] [] [] [] [] [] [] | gutenprint | [] [] | hello | [] [] [] [] | help2man | [] [] | hylafax | [] | idutils | [] [] [] [] [] | indent | [] [] [] [] [] [] [] | iso_15924 | [] [] [] [] | iso_3166 | [] [] [] [] [] () [] [] [] [] [] [] [] [] | iso_3166_2 | [] [] [] | iso_4217 | [] [] [] [] [] [] [] [] | iso_639 | [] [] [] [] [] [] [] [] [] | iso_639_3 | [] [] | jwhois | [] [] [] [] | kbd | [] [] [] | keytouch | [] [] [] | keytouch-editor | [] [] [] | keytouch-keyboa... | [] [] [] | klavaro | [] [] | latrine | [] [] | ld | | leafpad | [] [] [] [] [] [] [] [] [] | libc | [] [] [] [] | libexif | [] [] () [] | libextractor | | libgnutls | [] [] | libgpewidget | [] [] [] | libgpg-error | [] [] | libgphoto2 | [] [] | libgphoto2_port | [] [] [] [] [] | libgsasl | [] [] [] [] [] | libiconv | [] [] [] [] [] | libidn | [] [] | lifelines | [] [] | liferea | [] [] [] [] [] () () [] | lilypond | [] | linkdr | [] [] [] | lordsawar | | lprng | [] | lynx | [] [] [] | m4 | [] [] [] [] [] | mailfromd | [] | mailutils | [] | make | [] [] [] [] | man-db | [] [] [] | man-db-manpages | [] [] [] | minicom | [] [] [] [] | mkisofs | [] [] [] | myserver | | nano | [] [] [] [] | opcodes | [] [] | parted | [] [] [] [] | pies | [] | popt | [] [] [] [] | psmisc | [] [] [] | pspp | [] [] | pwdutils | [] | radius | [] [] [] | recode | [] [] [] [] [] [] [] [] | rosegarden | () () | rpm | [] [] [] | rush | [] [] | sarg | | screem | | scrollkeeper | [] [] [] [] [] [] [] [] | sed | [] [] [] [] [] [] [] [] [] | sharutils | [] [] [] [] | shishi | [] | skencil | [] [] | solfege | [] [] [] [] | solfege-manual | [] [] [] | soundtracker | [] | sp | | sysstat | [] [] [] [] | tar | [] [] [] [] | texinfo | [] [] [] [] | tin | [] | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] [] [] [] [] | vice | [] | vmm | [] | vorbis-tools | [] [] | wastesedge | [] | wdiff | [] [] | wget | [] [] [] [] [] [] [] | wyslij-po | [] [] [] | xchat | [] [] [] [] [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | +---------------------------------------------------+ nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr 135 10 4 7 105 1 29 62 47 91 3 54 46 9 37 sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW +---------------------------------------------------+ a2ps | [] [] [] [] [] | 27 aegis | [] | 9 ant-phone | [] [] [] [] | 9 anubis | [] [] [] [] | 15 aspell | [] [] [] | 20 bash | [] [] [] | 12 bfd | [] | 6 bibshelf | [] [] [] | 16 binutils | [] [] | 8 bison | [] [] | 12 bison-runtime | [] [] [] [] [] [] | 29 bluez-pin | [] [] [] [] [] [] [] [] | 37 bombono-dvd | [] | 4 buzztard | [] | 7 cflow | [] [] [] | 9 clisp | | 10 coreutils | [] [] [] [] | 22 cpio | [] [] [] [] [] [] | 13 cppi | [] [] | 5 cpplib | [] [] [] [] [] [] | 14 cryptsetup | [] [] | 7 dfarc | [] | 9 dialog | [] [] [] [] [] [] [] | 30 dico | [] | 2 diffutils | [] [] [] [] [] [] | 30 dink | | 4 doodle | [] [] | 7 e2fsprogs | [] [] [] | 11 enscript | [] [] [] [] | 17 exif | [] [] [] | 16 fetchmail | [] [] [] | 17 findutils | [] [] [] [] [] | 20 flex | [] [] [] [] | 15 freedink | [] | 10 gas | [] | 4 gawk | [] [] [] [] | 18 gcal | [] [] | 5 gcc | [] [] [] | 7 gettext-examples | [] [] [] [] [] [] [] | 34 gettext-runtime | [] [] [] [] [] [] [] | 29 gettext-tools | [] [] [] [] [] [] | 22 gip | [] [] [] [] | 22 gjay | [] | 3 gliv | [] [] [] | 14 glunarclock | [] [] [] [] [] | 19 gnubiff | [] [] | 4 gnucash | () [] () [] () | 10 gnuedu | [] [] | 7 gnulib | [] [] [] [] | 16 gnunet | [] | 1 gnunet-gtk | [] [] [] | 5 gnutls | [] [] [] | 10 gold | [] | 4 gpe-aerial | [] [] [] | 18 gpe-beam | [] [] [] | 19 gpe-bluetooth | [] [] [] | 13 gpe-calendar | [] [] [] [] | 12 gpe-clock | [] [] [] [] [] | 28 gpe-conf | [] [] [] [] | 20 gpe-contacts | [] [] [] | 17 gpe-edit | [] [] [] | 12 gpe-filemanager | [] [] [] [] | 16 gpe-go | [] [] [] [] [] | 25 gpe-login | [] [] [] | 11 gpe-ownerinfo | [] [] [] [] [] | 25 gpe-package | [] [] [] | 13 gpe-sketchbook | [] [] [] | 20 gpe-su | [] [] [] [] [] | 30 gpe-taskmanager | [] [] [] [] [] | 29 gpe-timesheet | [] [] [] [] [] | 25 gpe-today | [] [] [] [] [] [] | 30 gpe-todo | [] [] [] [] | 17 gphoto2 | [] [] [] [] [] | 24 gprof | [] [] [] | 15 gpsdrive | [] [] [] | 11 gramadoir | [] [] [] | 11 grep | [] [] [] | 10 grub | [] [] [] | 14 gsasl | [] [] [] [] | 14 gss | [] [] [] | 11 gst-plugins-bad | [] [] [] [] | 26 gst-plugins-base | [] [] [] [] [] | 24 gst-plugins-good | [] [] [] [] | 24 gst-plugins-ugly | [] [] [] [] [] | 29 gstreamer | [] [] [] [] | 22 gtick | [] [] [] | 13 gtkam | [] [] [] | 20 gtkorphan | [] [] [] | 14 gtkspell | [] [] [] [] [] [] [] [] [] | 45 gutenprint | [] | 10 hello | [] [] [] [] [] [] | 21 help2man | [] [] | 7 hylafax | [] | 5 idutils | [] [] [] [] | 17 indent | [] [] [] [] [] [] | 30 iso_15924 | () [] () [] [] | 16 iso_3166 | [] [] () [] [] () [] [] [] () | 53 iso_3166_2 | () [] () [] | 9 iso_4217 | [] () [] [] () [] [] | 26 iso_639 | [] [] [] () [] () [] [] [] [] | 38 iso_639_3 | [] () | 8 jwhois | [] [] [] [] [] | 16 kbd | [] [] [] [] [] | 15 keytouch | [] [] [] | 16 keytouch-editor | [] [] [] | 14 keytouch-keyboa... | [] [] [] | 14 klavaro | [] | 11 latrine | [] [] [] | 10 ld | [] [] [] [] | 11 leafpad | [] [] [] [] [] [] | 33 libc | [] [] [] [] [] | 21 libexif | [] () | 7 libextractor | [] | 1 libgnutls | [] [] [] | 9 libgpewidget | [] [] [] | 14 libgpg-error | [] [] [] | 9 libgphoto2 | [] [] | 8 libgphoto2_port | [] [] [] [] | 14 libgsasl | [] [] [] | 13 libiconv | [] [] [] [] | 21 libidn | () [] [] | 11 lifelines | [] | 4 liferea | [] [] [] | 21 lilypond | [] | 7 linkdr | [] [] [] [] [] | 17 lordsawar | | 1 lprng | [] | 3 lynx | [] [] [] [] | 17 m4 | [] [] [] [] | 19 mailfromd | [] [] | 3 mailutils | [] | 5 make | [] [] [] [] | 21 man-db | [] [] [] | 8 man-db-manpages | | 4 minicom | [] [] | 16 mkisofs | [] [] | 9 myserver | | 0 nano | [] [] [] [] | 21 opcodes | [] [] [] | 11 parted | [] [] [] [] [] | 15 pies | [] [] | 3 popt | [] [] [] [] [] [] | 27 psmisc | [] [] | 11 pspp | | 4 pwdutils | [] [] | 6 radius | [] [] | 9 recode | [] [] [] [] | 28 rosegarden | () | 0 rpm | [] [] [] | 11 rush | [] [] | 4 sarg | | 1 screem | [] | 3 scrollkeeper | [] [] [] [] [] | 27 sed | [] [] [] [] [] | 30 sharutils | [] [] [] [] [] | 22 shishi | [] | 3 skencil | [] [] | 7 solfege | [] [] [] [] | 16 solfege-manual | [] | 8 soundtracker | [] [] [] | 9 sp | [] | 3 sysstat | [] [] | 15 tar | [] [] [] [] [] [] | 23 texinfo | [] [] [] [] [] | 17 tin | | 4 unicode-han-tra... | | 0 unicode-transla... | | 2 util-linux-ng | [] [] [] [] | 20 vice | () () | 1 vmm | [] | 4 vorbis-tools | [] | 6 wastesedge | | 2 wdiff | [] [] | 7 wget | [] [] [] [] [] | 26 wyslij-po | [] [] | 8 xchat | [] [] [] [] [] [] | 36 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] | 63 xkeyboard-config | [] [] [] | 22 +---------------------------------------------------+ 85 teams sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW 178 domains 119 1 3 3 0 10 65 51 155 17 98 7 41 2618 Some counters in the preceding matrix are higher than the number of visible blocks let us expect. This is because a few extra PO files are used for implementing regional variants of languages, or language dialects. For a PO file in the matrix above to be effective, the package to which it applies should also have been internationalized and distributed as such by its maintainer. There might be an observable lag between the mere existence a PO file and its wide availability in a distribution. If June 2010 seems to be old, you may fetch a more recent copy of this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix with full percentage details can be found at `http://translationproject.org/extra/matrix.html'. 1.5 Using `gettext' in new packages =================================== If you are writing a freely available program and want to internationalize it you are welcome to use GNU `gettext' in your package. Of course you have to respect the GNU Library General Public License which covers the use of the GNU `gettext' library. This means in particular that even non-free programs can use `libintl' as a shared library, whereas only free software can use `libintl' as a static library or use modified versions of `libintl'. Once the sources are changed appropriately and the setup can handle the use of `gettext' the only thing missing are the translations. The Free Translation Project is also available for packages which are not developed inside the GNU project. Therefore the information given above applies also for every other Free Software Project. Contact `coordinator@translationproject.org' to make the `.pot' files available to the translation teams. libisds-0.10.7/COPYING0000644000076400001440000001672712774020762011230 00000000000000 GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. libisds-0.10.7/config.h.in0000644000076400001440000001622013130412026012165 00000000000000/* config.h.in. Generated from configure.ac by autoheader. */ /* Define if you want include debugging code */ #undef ENABLE_DEBUG /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS /* Define to 1 if you have the `alarm' function. */ #undef HAVE_ALARM /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ #undef HAVE_CFLOCALECOPYCURRENT /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework. */ #undef HAVE_CFPREFERENCESCOPYAPPVALUE /* Define if you want work-around re-authorization bug in libcurl */ #undef HAVE_CURL_REAUTHORIZATION_BUG /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT /* Define to 1 if you have the declaration of `CURLINFO_REDIRECT_URL', and to 0 if you don't. */ #undef HAVE_DECL_CURLINFO_REDIRECT_URL /* Define to 1 if you have the declaration of `CURLOPT_CRLFILE', and to 0 if you don't. */ #undef HAVE_DECL_CURLOPT_CRLFILE /* Define to 1 if you have the declaration of `CURLOPT_KEYPASSWD', and to 0 if you don't. */ #undef HAVE_DECL_CURLOPT_KEYPASSWD /* Define to 1 if you have the declaration of `CURLOPT_SSLCERTTYPE', and to 0 if you don't. */ #undef HAVE_DECL_CURLOPT_SSLCERTTYPE /* Define to 1 if you have the declaration of `CURLOPT_SSLKEYPASSWD', and to 0 if you don't. */ #undef HAVE_DECL_CURLOPT_SSLKEYPASSWD /* Define to 1 if you have the declaration of `CURLOPT_TIMEOUT_MS', and to 0 if you don't. */ #undef HAVE_DECL_CURLOPT_TIMEOUT_MS /* Define to 1 if you have the declaration of `CURLOPT_USERNAME', and to 0 if you don't. */ #undef HAVE_DECL_CURLOPT_USERNAME /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT /* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have a functional curl library. */ #undef HAVE_LIBCURL /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H /* Define to 1 if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP /* Define to 1 if you have the `munmap' function. */ #undef HAVE_MUNMAP /* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the `strdup' function. */ #undef HAVE_STRDUP /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Defined if libcurl supports AsynchDNS */ #undef LIBCURL_FEATURE_ASYNCHDNS /* Defined if libcurl supports IDN */ #undef LIBCURL_FEATURE_IDN /* Defined if libcurl supports IPv6 */ #undef LIBCURL_FEATURE_IPV6 /* Defined if libcurl supports KRB4 */ #undef LIBCURL_FEATURE_KRB4 /* Defined if libcurl supports libz */ #undef LIBCURL_FEATURE_LIBZ /* Defined if libcurl supports NTLM */ #undef LIBCURL_FEATURE_NTLM /* Defined if libcurl supports SSL */ #undef LIBCURL_FEATURE_SSL /* Defined if libcurl supports SSPI */ #undef LIBCURL_FEATURE_SSPI /* Defined if libcurl supports DICT */ #undef LIBCURL_PROTOCOL_DICT /* Defined if libcurl supports FILE */ #undef LIBCURL_PROTOCOL_FILE /* Defined if libcurl supports FTP */ #undef LIBCURL_PROTOCOL_FTP /* Defined if libcurl supports FTPS */ #undef LIBCURL_PROTOCOL_FTPS /* Defined if libcurl supports HTTP */ #undef LIBCURL_PROTOCOL_HTTP /* Defined if libcurl supports HTTPS */ #undef LIBCURL_PROTOCOL_HTTPS /* Defined if libcurl supports IMAP */ #undef LIBCURL_PROTOCOL_IMAP /* Defined if libcurl supports LDAP */ #undef LIBCURL_PROTOCOL_LDAP /* Defined if libcurl supports POP3 */ #undef LIBCURL_PROTOCOL_POP3 /* Defined if libcurl supports RTSP */ #undef LIBCURL_PROTOCOL_RTSP /* Defined if libcurl supports SMTP */ #undef LIBCURL_PROTOCOL_SMTP /* Defined if libcurl supports TELNET */ #undef LIBCURL_PROTOCOL_TELNET /* Defined if libcurl supports TFTP */ #undef LIBCURL_PROTOCOL_TFTP /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* Define if you want to use OpenSSL as cryptographic back-end. */ #undef USE_OPENSSL_BACKEND /* Version number of package */ #undef VERSION /* _XOPEN_SOURCE level needed for strdup() */ #undef XOPEN_SOURCE_LEVEL_FOR_STRDUP /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES /* Define for Solaris 2.5.1 so the uint8_t typedef from , , or is not used. If the typedef were allowed, the #define below would cause a syntax error. */ #undef _UINT8_T /* Define curl_free() as free() if our version of curl lacks curl_free. */ #undef curl_free /* Define to rpl_malloc if the replacement function should be used. */ #undef malloc /* Define to `unsigned int' if does not define. */ #undef size_t /* Define to the type of an unsigned integer type of width exactly 8 bits if such a type exists and the standard includes do not define it. */ #undef uint8_t libisds-0.10.7/config.guess0000755000076400001440000013016212774020762012503 00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012, 2013 Free Software Foundation, Inc. timestamp='2012-12-30' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program 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 # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # # Originally written by Per Bothner. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # # Please send patches with a ChangeLog entry to config-patches@gnu.org. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown case "${UNAME_SYSTEM}" in Linux|GNU/*) eval $set_cc_for_build cat <<-EOF > $dummy.c #include #ifdef __UCLIBC__ # ifdef __UCLIBC_CONFIG_VERSION__ LIBC=uclibc __UCLIBC_CONFIG_VERSION__ # else LIBC=uclibc # endif #else # ifdef __dietlibc__ LIBC=dietlibc # else LIBC=gnu # endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` ;; esac # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") UNAME_MACHINE="alpha" ;; "EV5 (21164)") UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux${UNAME_RELEASE} exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH="hppa2.0n" ;; 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH="hppa2.0w" else HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` case ${UNAME_PROCESSOR} in amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; *:MINGW64*:*) echo ${UNAME_MACHINE}-pc-mingw64 exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) echo ia64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; 8664:Windows_NT:*) echo x86_64-pc-mks exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; aarch64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="gnulibc1" ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo ${UNAME_MACHINE}-unknown-linux-${LIBC} else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi else echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf fi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; cris:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; hexagon:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:Linux:*:*) echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; or32:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) echo sparc-unknown-linux-${LIBC} exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; *) echo hppa-unknown-linux-${LIBC} ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-${LIBC} exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-${LIBC} exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; tile*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo ${UNAME_MACHINE}-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo ${UNAME_MACHINE}-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; x86_64:Haiku:*:*) echo x86_64-unknown-haiku exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux${UNAME_RELEASE} exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in i386) eval $set_cc_for_build if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then UNAME_PROCESSOR="x86_64" fi fi ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; esac eval $set_cc_for_build cat >$dummy.c < # include #endif main () { #if defined (sony) #if defined (MIPSEB) /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, I don't know.... */ printf ("mips-sony-bsd\n"); exit (0); #else #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 "4" #else "" #endif ); exit (0); #endif #endif #if defined (__arm) && defined (__acorn) && defined (__unix) printf ("arm-acorn-riscix\n"); exit (0); #endif #if defined (hp300) && !defined (hpux) printf ("m68k-hp-bsd\n"); exit (0); #endif #if defined (NeXT) #if !defined (__ARCHITECTURE__) #define __ARCHITECTURE__ "m68k" #endif int version; version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; if (version < 4) printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); else printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); exit (0); #endif #if defined (MULTIMAX) || defined (n16) #if defined (UMAXV) printf ("ns32k-encore-sysv\n"); exit (0); #else #if defined (CMU) printf ("ns32k-encore-mach\n"); exit (0); #else printf ("ns32k-encore-bsd\n"); exit (0); #endif #endif #endif #if defined (__386BSD__) printf ("i386-pc-bsd\n"); exit (0); #endif #if defined (sequent) #if defined (i386) printf ("i386-sequent-dynix\n"); exit (0); #endif #if defined (ns32000) printf ("ns32k-sequent-dynix\n"); exit (0); #endif #endif #if defined (_SEQUENT_) struct utsname un; uname(&un); if (strncmp(un.version, "V2", 2) == 0) { printf ("i386-sequent-ptx2\n"); exit (0); } if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ printf ("i386-sequent-ptx1\n"); exit (0); } printf ("i386-sequent-ptx\n"); exit (0); #endif #if defined (vax) # if !defined (ultrix) # include # if defined (BSD) # if BSD == 43 printf ("vax-dec-bsd4.3\n"); exit (0); # else # if BSD == 199006 printf ("vax-dec-bsd4.3reno\n"); exit (0); # else printf ("vax-dec-bsd\n"); exit (0); # endif # endif # else printf ("vax-dec-bsd\n"); exit (0); # endif # else printf ("vax-dec-ultrix\n"); exit (0); # endif #endif #if defined (alliant) && defined (i860) printf ("i860-alliant-bsd\n"); exit (0); #endif exit (1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } # Apollos put the system type in the environment. test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } # Convex versions that predate uname can use getsysinfo(1) if [ -x /usr/convex/getsysinfo ] then case `getsysinfo -f cpu_type` in c1*) echo c1-convex-bsd exit ;; c2*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; c34*) echo c34-convex-bsd exit ;; c38*) echo c38-convex-bsd exit ;; c4*) echo c4-convex-bsd exit ;; esac fi cat >&2 < in order to provide the needed information to handle your system. config.guess timestamp = $timestamp uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: libisds-0.10.7/README0000644000076400001440000000437713130406756011051 00000000000000This is client library for accessing SOAP services of ISDS (Informační systém datových schránek / Data Box Information System) as defined in Czech ISDS Act (300/2008 Coll.) and implied documents. Copyright (C) 2009, 2010, 2011, 2012, 2013 Petr Písař Copyright (C) 2014, 2015 Petr Písař This program 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 3 of the License, or (at your option) any later version. This program 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. This code is written in ISO99 C language and requires libxml2, (optional but strongly recommended) cURL, (libgcrypt and GPGME) or OpenSSL, and >=expat-2.0.0 libraries at compilation time. gnupg2 is required at run time (provides gpgsm that uses gpgme to process CMS) if GPGME cryptographic back-end is selected. Build system preparation from VCS requires >=automake-1.11, autoconf, and libtool in addition. Tests require >=GnuTLS-2.12.0 library. Applications linked against this library need to be linked to libxml2 too. It has been tested on GNU/Linux (Linux 3.18.2, glibc-2.19, gcc-4.8.3) with libxml2-2.9.2, curl-7.39.0, libgcrypt-1.5.4, gpgme-1.3.2, expat-2.1.0, gnupg-2.0.26, and gnutls-3.3.11 on amd64 architecture. Latest code can be obtained from GIT repository (web interface). ISDS documentation is located under `doc' directory, user documentation can be found in header files. See `client' directory for examples how to use this library. Preliminary library self-tests are located in `test' directory. Test data and message examples are stored in `server/messages' directory. Credentials for testing account can be passed to example clients and on-line tests by environmental variables `ISDS_USERNAME' and `ISDS_PASSWORD' or by saving them into `test_credentials' in build root directory (first line is user name, second line is password). Environmental variables take precedence. libisds-0.10.7/INSTALL0000644000076400001440000000523213130406756011211 00000000000000See README for dependencies. If you get code from VCS, you will need Autotools (automake, autoconf, libtool) and gettext in addition and you must prepare build system with `autoreconf --install'. Then run `./configure && make && make install' to build and install library into your system. If you want to change installation directory use appropriate configure argument (see `./configure --help' for more details). Additional configure options: --enable-example Build example client. You can run and study example clients in `client' subdirectory. --enable-test Build and run library internal tests. You can run tests by `make check'. You can run and study each test in `test' subdirectory. --enable-online-test Build and run library internal tests that require Internet access in addition. --enable-test must be supplied too. You can run tests by `make check'. You can run and study each test in `test/online' subdirectory. --enable-debug Switch on debugging mode, compile in debugging code. --disable-fatalwarnings Switch off compile mode when compiler raises error on warning. This is enabled to catch all code ambiguities by default. --enable-openssl-backend Use OpenSSL library instead of GPGme library for parsing a cryptographic message syntax structures and use OpenSSL library instead of Libgcrypt library to compute hashes. GPGme and Libgrypt back-end is used by default. --without-libcurl Disable network operations by omitting cURL library. It disables on-line tests too. Library will keep capability to process local messages and delivery details. Library will not be able to connect to ISDS server in this mode. --enable-curlreauthorizationbug Compile in work-around for HTTP reauthorization bug in cURL library. This is disabled by default. This bug will be fixed in cURL 7.28.0 by cURL commit ce8311c7e49eca93c136b58efa6763853541ec97. This bug affects changing ISDS password while OTP authentication method is in use. Large File Support (LFS) Notice: libisds uses GPGME by default, and GPGME is compiled with LFS on usually. You need to keep LFS compatibility on reverse dependencies (libisds library, your application using libisds), otherwise strange things can happen (e.g. file/message/document sizes can mismatch). libisds switches LFS on too. Use --disable-largefile to switch it off if you think it's more appropriate. However recall this tweak when building your application. Example clients and tests are not installed by `make install'. libisds-0.10.7/server/0000755000076400001440000000000012673043224011542 500000000000000libisds-0.10.7/server/hotp/0000755000076400001440000000000013130412737012512 500000000000000libisds-0.10.7/server/hotp/good_session0000644000076400001440000001775211730435035015064 00000000000000Selected authentication method: no certificate, username and password Selected authentication method: HMAC-based one-time password Logging user 5nxu9j into server https://www.czebox.cz/ SOAP request to sent to https://www.czebox.cz/as/processLogin?type=hotp&uri=https://www.czebox.cz/apps/DS/dz: End of SOAP request Cookies will be stored and send because context has been authorized by OTP. Sending POST request to POST body length: 179, content follows: End of POST body About to connect() to www.czebox.cz port 443 (#0) Trying 90.182.204.24... connected successfully set certificate verify locations: CAfile: none CApath: /etc/ssl/certs SSLv3, TLS handshake, Client hello (1): SSLv3, TLS handshake, Server hello (2): SSLv3, TLS handshake, CERT (11): SSLv3, TLS handshake, Server key exchange (12): SSLv3, TLS handshake, Server finished (14): SSLv3, TLS handshake, Client key exchange (16): SSLv3, TLS change cipher, Client hello (1): SSLv3, TLS handshake, Finished (20): SSLv3, TLS change cipher, Client hello (1): SSLv3, TLS handshake, Finished (20): SSL connection using DHE-RSA-AES256-SHA Server certificate: subject: C=CZ; O=Ministerstvo vnitra \U010CR-odbor ekonomicko-organiza\U010Dn� pro ICT [I\U010C 00007064]; OU=odbor rozvoje projekt\U016F a slu\U017Eeb eGovernment; CN=*.czebox.cz; serialNumber=S91490 start date: 2011-02-25 12:16:59 GMT expire date: 2012-02-25 11:26:00 GMT common name: *.czebox.cz (matched) issuer: C=CZ; O=\U010Cesk� po\U0161ta, s.p. [I\U010C 47114983]; CN=PostSignum Public CA 2 SSL certificate verify ok. Server auth using Basic with user '5nxu9j' POST /as/processLogin?type=hotp&uri=https://www.czebox.cz/apps/DS/dz HTTP/1.1 Authorization: Basic **** User-Agent: libisds/0.5 Host: www.czebox.cz Accept: application/soap+xml,application/xml,text/xml Content-Type: text/xml Content-Length: 179 upload completely sent off: 179 out of 179 bytes HTTP/1.1 302 Moved Temporarily Date: Thu, 05 Jan 2012 21:34:19 GMT Server: Apache-Coyote/1.1 Location: https://www.czebox.cz/apps/DS/dz Content-Language: cs-CZ Content-Length: 0 Added cookie IPCZ-X-COOKIE="00-d19d8c89758044fb9b2847e156307b9a" for domain czebox.cz, path /, expire 0 Set-Cookie: IPCZ-X-COOKIE=00-d19d8c89758044fb9b2847e156307b9a; Domain=.czebox.cz; Path=/; secure; HttpOnly X-Frame-Options: Deny Cache-Control: no-store,no-transform,private,max-age=0 Expires: 0 Content-Type: text/plain Connection #0 to host www.czebox.cz left intact Final response to https://www.czebox.cz/as/processLogin?type=hotp&uri=https://www.czebox.cz/apps/DS/dz received Response body length: 0, content follows: End of response body OTP authentication headers received: method=(null), code=(null), message=(null) OTP authentication headers redirect to: Server returned 302 HTTP code User name and password for server https://www.czebox.cz/as/processLogin?type=hotp&uri=https://www.czebox.cz/apps/have been unset. SOAP request to sent to https://www.czebox.cz/apps/DS/dz: End of SOAP request Cookies will be stored and send because context has been authorized by OTP. Sending POST request to POST body length: 179, content follows: End of POST body Re-using existing connection! (#0) with host www.czebox.cz Connected to www.czebox.cz (90.182.204.24) port 443 (#0) POST /apps/DS/dz HTTP/1.1 User-Agent: libisds/0.5 Host: www.czebox.cz Cookie: IPCZ-X-COOKIE=00-d19d8c89758044fb9b2847e156307b9a Accept: application/soap+xml,application/xml,text/xml Content-Type: text/xml Content-Length: 179 p://isds.czechpoint.cz/v20"/> upload completely sent off: 179 out of 179 bytes HTTP/1.1 200 OK Date: Thu, 05 Jan 2012 21:34:19 GMT Server: Apache-Coyote/1.1 Content-Type: text/xml;charset=utf-8 Cache-Control: no-store,no-transform,private,max-age=0 Expires: 0 Transfer-Encoding: chunked Connection #0 to host www.czebox.cz left intact Final response to https://www.czebox.cz/apps/DS/dz received Response body length: 482, content follows: 0000Provedeno úspěšně. End of response body OTP authentication headers received: method=(null), code=(null), message=(null) Server returned 200 HTTP code SOAP response received: 0000Provedeno úspěšně. End of SOAP response User 5nxu9j has been logged into server https://www.czebox.cz/ successfully Logged in :) Cookies will be stored and send because context has been authorized by OTP. Sending GET request to Re-using existing connection! (#0) with host www.czebox.cz Connected to www.czebox.cz (90.182.204.24) port 443 (#0) GET /as/processLogout?uri=https://www.czebox.cz/apps/DS/dz HTTP/1.1 User-Agent: libisds/0.5 Host: www.czebox.cz Cookie: IPCZ-X-COOKIE=00-d19d8c89758044fb9b2847e156307b9a Accept: application/soap+xml,application/xml,text/xml Content-Type: text/xml ncoding="UTF-8"?> p://isds.czechpoint.cz/v20"/> HTTP/1.1 200 OK Date: Thu, 05 Jan 2012 21:34:19 GMT Server: Apache-Coyote/1.1 Content-Type: text/html;charset=utf-8 Content-Language: cs-CZ Replaced cookie IPCZ-X-COOKIE="" for domain czebox.cz, path /, expire 1325799115 Set-Cookie: IPCZ-X-COOKIE=; Domain=.czebox.cz; Path=/; Expires=Fri, 31-Dec-2010 23:59:59 GMT; Max-Age=0 X-Frame-Options: Deny Cache-Control: no-store,no-transform,private,max-age=0 Expires: 0 Transfer-Encoding: chunked Connection #0 to host www.czebox.cz left intact Final response to https://www.czebox.cz/as/processLogout?uri=https://www.czebox.cz/apps/DS/dz received Response body length: 0, content follows: End of response body Cookie for OTP authenticated connection to has been invalidated. Closing connection #0 SSLv3, TLS alert, Client hello (1): petr@frank:~/projekty/libisds/libisds-devel/client $ Logged out from ISDS server petr@frank:~/projekty/libisds/libisds-devel/cliepetr@frank:~/projekty/libisds/li libisds-0.10.7/server/hotp/bad_session0000644000076400001440000000712711730435035014655 00000000000000Selected authentication method: no certificate, username and password Selected authentication method: HMAC-based one-time password Logging user 6nxu9j into server https://www.czebox.cz/ SOAP request to sent to https://www.czebox.cz/as/processLogin?type=hotp&uri=https://www.czebox.cz/apps/DS/dz: End of SOAP request Cookies will be stored and send because context has been authorized by OTP. Sending POST request to POST body length: 179, content follows: End of POST body About to connect() to www.czebox.cz port 443 (#0) Trying 90.182.204.24... connected successfully set certificate verify locations: CAfile: none CApath: /etc/ssl/certs SSLv3, TLS handshake, Client hello (1): SSLv3, TLS handshake, Server hello (2): SSLv3, TLS handshake, CERT (11): SSLv3, TLS handshake, Server key exchange (12): SSLv3, TLS handshake, Server finished (14): SSLv3, TLS handshake, Client key exchange (16): SSLv3, TLS change cipher, Client hello (1): SSLv3, TLS handshake, Finished (20): SSLv3, TLS change cipher, Client hello (1): SSLv3, TLS handshake, Finished (20): SSL connection using DHE-RSA-AES256-SHA Server certificate: subject: C=CZ; O=Ministerstvo vnitra \U010CR-odbor ekonomicko-organiza\U010Dn� pro ICT [I\U010C 00007064]; OU=odbor rozvoje projekt\U016F a slu\U017Eeb eGovernment; CN=*.czebox.cz; serialNumber=S91490 start date: 2011-02-25 12:16:59 GMT expire date: 2012-02-25 11:26:00 GMT common name: *.czebox.cz (matched) issuer: C=CZ; O=\U010Cesk� po\U0161ta, s.p. [I\U010C 47114983]; CN=PostSignum Public CA 2 SSL certificate verify ok. Server auth using Basic with user '6nxu9j' POST /as/processLogin?type=hotp&uri=https://www.czebox.cz/apps/DS/dz HTTP/1.1 Authorization: Basic Nm54dTlqOmZvb2Jhcg== User-Agent: libisds/0.5 Host: www.czebox.cz Accept: application/soap+xml,application/xml,text/xml Content-Type: text/xml Content-Length: 179 upload completely sent off: 179 out of 179 bytes HTTP/1.1 401 Unauthorized Date: Thu, 05 Jan 2012 21:58:51 GMT Server: Apache-Coyote/1.1 WWW-Authenticate: hotp X-Response-message-text: =?UTF-8?B?Q2h5YmEgcMWZaWhsw6HFoWVuw60sIHpub3Z1IHphZGVqdGUgw7pkYWplLg==?= X-Response-message-code: authentication.error.userIsNotAuthenticated Content-Type: text/html;charset=utf-8 Content-Language: cs-CZ X-Frame-Options: Deny Cache-Control: no-store,no-transform,private,max-age=0 Expires: 0 Transfer-Encoding: chunked Connection #0 to host www.czebox.cz left intact Final response to https://www.czebox.cz/as/processLogin?type=hotp&uri=https://www.czebox.cz/apps/DS/dz received Response body length: 24, content follows: End of response body OTP authentication headers received: method=hotp, code=authentication.error.userIsNotAuthenticated, message==?UTF-8?B?Q2h5YmEgcMWZaWhsw6HFoWVuw60sIHpub3Z1IHphZGVqdGUgw7pkYWplLg==?= Server returned 401 HTTP code Closing connection #0 SSLv3, TLS alert, Client hello (1): Connection to server https://www.czebox.cz/apps/ closed isds_login() failed: Not logged in: Authentication failed libisds-0.10.7/server/hotp/bad/0000755000076400001440000000000013130412760013234 500000000000000libisds-0.10.7/server/hotp/bad/request0000644000076400001440000000065111700701555014575 00000000000000POST /as/processLogin?type=hotp&uri=https://ws1.czebox.cz/apps/DS/dz HTTP/1.1 Authorization: Basic **** User-Agent: libisds/0.5 Host: ws1.czebox.cz Accept: application/soap+xml,application/xml,text/xml Content-Type: text/xml Content-Length: 179 libisds-0.10.7/server/hotp/bad/response0000644000076400001440000000115211700701666014743 00000000000000HTTP/1.1 404 Not Found Date: Tue, 03 Jan 2012 22:26:47 GMT Server: Apache-Coyote/1.1 Content-Type: text/html;charset=utf-8 Content-Language: cs-CZ X-Frame-Options: Deny Cache-Control: no-store,no-transform,private,max-age=0 Expires: 0 Transfer-Encoding: chunked 404

HTTP Status 404

Novell AGW libisds-0.10.7/server/hotp/password_change.bad0000644000076400001440000000344212041042714016246 00000000000000Server auth using Basic with user '****' POST /asws/changePassword HTTP/1.1 Authorization: Basic **** User-Agent: libisds/0.5 Host: www.czebox.cz Accept: application/soap+xml,application/xml,text/xml Content-Type: text/xml Content-Length: 309 ********HOTP upload completely sent off: 309 out of 309 bytes HTTP/1.1 200 OK Date: Tue, 09 Oct 2012 18:45:25 GMT Server: Apache-Coyote/1.1 Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 SOAPAction: "" Content-Type: text/xml;charset=utf-8 Content-Length: 478 Cache-Control: no-store,no-transform,private,max-age=0 Expires: 0 Connection #0 to host www.czebox.cz left intact Final response to https://www.czebox.cz/asws/changePassword received Response body length: 478, content follows: 2300Unknown ERROR! See log for details... cvc-elt.1: Cannot find the declaration of element 'ChangePasswordOTP'. End of response body Closing connection #0 Souhrn přenosu: nahráno 309,00 B, přijato 478,00 B Error occurred: ISDS server problem: SOAP response does not contain ISDS element Změna hesla selhala Password has NOT been changed! Remember, ISDS password has limited life time. libisds-0.10.7/server/messages/0000755000076400001440000000000013130413054013340 500000000000000libisds-0.10.7/server/messages/signed_delivered-DD_170272.xml0000644000076400001440000001501211325311141020402 00000000000000170272mw7dqvwisds_tester_dva Testovič - Tester Testovič16, 30300 Pepíkov, CZ30Místní úřad FrumburkU potoka 5, 30122 Frumburk, CZ42vqbab520aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafalsetrueSz4v5rqG7UBpYTNPumJYr720nLs= MIIM9QYJKoZIhvcNAQcCoIIM5jCCDOICAQMxCzAJBgUrDgMCGgUAMIH5BgsqhkiG9w0BCRABBKCB 6QSB5jCB4wIBAQYIZ4EGAQUBAW4wITAJBgUrDgMCGgUABBRLPi/muobtQGlhM0+6YlivvbScuwIG SrTMefTWGBMyMDA5MTExODE0MTgxMi44MTFaMASAAgH0AgiDjvWL3Jyrn6CBg6SBgDB+MQswCQYD VQQGEwJDWjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4M10xIDAe BgNVBAsTF1RpbWUgU3RhbXBpbmcgQXV0aG9yaXR5MR8wHQYDVQQDExZQb3N0U2lnbnVtIFRTQSAt IFRTVSAyoIIJSzCCBxowggYCoAMCAQICAwPPEzANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJD WjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4M10xIDAeBgNVBAMT F1Bvc3RTaWdudW0gUXVhbGlmaWVkIENBMB4XDTA5MDYyMjEwMTQzNVoXDTEyMDYyMjEwMTMwMFow fjELMAkGA1UEBhMCQ1oxLDAqBgNVBAoMI8SMZXNrw6EgcG/FoXRhLCBzLnAuIFtJxIwgNDcxMTQ5 ODNdMSAwHgYDVQQLExdUaW1lIFN0YW1waW5nIEF1dGhvcml0eTEfMB0GA1UEAxMWUG9zdFNpZ251 bSBUU0EgLSBUU1UgMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKiYbmlw+o+Pph45 ACOQLDvnKtK+fO5S4JSVTMKjgHjdJGCMfJVTP1jgR6CzOBuy1kjnAvvY1xudTWUPbeMLtp1PThpW UrU99dxls4QFh7oMAVBN3Wkl0oSTuVsGMe2aCZ/hEc6TzRg7nQDUVe112BKNqiCkn6XtTE8ieLmA Cw1jze8bQCa9fuEuNgB5OWmGW6B9z2MLuU8wUrHGEx22MxJnWI4MrOgQM03VY7HpRqrXAesZcUcg tPEHtFccJaMF2JmV/nUhB20EbPoVrab4nZDgldw5uK06s4J1Wcv71c8ogSZ5fNpUS3YxNLOJHa5T CH7lFFagPiA2FuAoRphV8EECAwEAAaOCA8AwggO8MAkGA1UdEwQCMAAwggEfBgNVHSAEggEWMIIB EjCCAQ4GCGeBBgEEAQduMIIBADCB1wYIKwYBBQUHAgIwgcoagcdUZW50byBrdmFsaWZpa292YW55 IHN5c3RlbW92eSBjZXJ0aWZpa2F0IGJ5bCB2eWRhbiBwb2RsZSB6YWtvbmEgMjI3LzIwMDBTYi4g YSBuYXZhem55Y2ggcHJlZHBpc3UvVGhpcyBxdWFsaWZpZWQgc3lzdGVtIGNlcnRpZmljYXRlIHdh cyBpc3N1ZWQgYWNjb3JkaW5nIHRvIExhdyBObyAyMjcvMjAwMENvbGwuIGFuZCByZWxhdGVkIHJl Z3VsYXRpb25zMCQGCCsGAQUFBwIBFhhodHRwOi8vd3d3LnBvc3RzaWdudW0uY3owGgYIKwYBBQUH AQMEDjAMMAoGCCsGAQUFBwsCMA4GA1UdDwEB/wQEAwIGwDAWBgNVHSUBAf8EDDAKBggrBgEFBQcD CDCBgQYDVR0jBHoweIAUp5+2jomTmmV2CZqV+ER+aYJq3guhXaRbMFkxCzAJBgNVBAYTAkNaMSww KgYDVQQKDCPEjGVza8OhIHBvxaF0YSwgcy5wLiBbScSMIDQ3MTE0OTgzXTEcMBoGA1UEAxMTUG9z dFNpZ251bSBSb290IFFDQYIBHDCCAaMGA1UdHwSCAZowggGWMDSgMqAwhi5odHRwOi8vd3d3LnBv c3RzaWdudW0uY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMDSgMqAwhi5odHRwOi8vcG9zdHNpZ251 bS50dGMuY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMIGSoIGPoIGMhoGJbGRhcDovL3FjYS5wb3N0 c2lnbnVtLmN6L2NuJTNkUG9zdFNpZ251bSUyMFF1YWxpZmllZCUyMENBLG8lM2RDZXNrYSUyMHBv c3RhJTIwcy5wLiUyMCU1YklDJTIwNDcxMTQ5ODMlNWQsYyUzZENaP2NlcnRpZmljYXRlUmV2b2Nh dGlvbkxpc3QwgZKggY+ggYyGgYlsZGFwOi8vcG9zdHNpZ251bS50dGMuY3ovY24lM2RQb3N0U2ln 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 kWAaBnkNJVnL0D3QlKcV 2009-11-18T15:18:12.965+01:002009-11-18T15:18:25.973+01:0072009-11-18T15:18:25.973+01:00EV1: Doručeno přihlášením oprávněné osoby nebo aplikace (§17 odst. 3)libisds-0.10.7/server/messages/sent_message-206720.xml0000644000076400001440000001542711322634534017237 00000000000000206720ga2dqwfisds_tester_tri Testovič - Tester Testovič18, 30300 Pepíkov, CZ30Místní úřad FrumburkU potoka 5, 30122 Frumburk, CZfalsevqbab52Óda_na_příliš_žluťoučkého_koněfalsetrueVmFub2NlIGpzb3Ugc3ZhdGt5IGtsaWR1UMWZw61sacWhIMW+bHXFpW91xI1rw70ga8WvxYggw7pwxJtsIMSPw6FiZWxza8OpIMOzZHku1wO6VuLin9HlB3ujKDPtsVm+C94= MIIM8gYJKoZIhvcNAQcCoIIM4zCCDN8CAQMxCzAJBgUrDgMCGgUAMIH5BgsqhkiG9w0BCRABBKCB 6QSB5jCB4wIBAQYIZ4EGAQUBAW4wITAJBgUrDgMCGgUABBTXA7pW4uKf0eUHe6MoM+2xWb4L3gIG SrTMjS4YGBMyMDA5MTIyNzEzMDAzNi41MTFaMASAAgH0AgjGDowL9LQ0s6CBg6SBgDB+MQswCQYD VQQGEwJDWjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4M10xIDAe BgNVBAsTF1RpbWUgU3RhbXBpbmcgQXV0aG9yaXR5MR8wHQYDVQQDExZQb3N0U2lnbnVtIFRTQSAt IFRTVSAyoIIJSDCCBxowggYCoAMCAQICAwPPEzANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJD WjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4M10xIDAeBgNVBAMT F1Bvc3RTaWdudW0gUXVhbGlmaWVkIENBMB4XDTA5MDYyMjEwMTQzNVoXDTEyMDYyMjEwMTMwMFow fjELMAkGA1UEBhMCQ1oxLDAqBgNVBAoMI8SMZXNrw6EgcG/FoXRhLCBzLnAuIFtJxIwgNDcxMTQ5 ODNdMSAwHgYDVQQLExdUaW1lIFN0YW1waW5nIEF1dGhvcml0eTEfMB0GA1UEAxMWUG9zdFNpZ251 bSBUU0EgLSBUU1UgMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKiYbmlw+o+Pph45 ACOQLDvnKtK+fO5S4JSVTMKjgHjdJGCMfJVTP1jgR6CzOBuy1kjnAvvY1xudTWUPbeMLtp1PThpW UrU99dxls4QFh7oMAVBN3Wkl0oSTuVsGMe2aCZ/hEc6TzRg7nQDUVe112BKNqiCkn6XtTE8ieLmA Cw1jze8bQCa9fuEuNgB5OWmGW6B9z2MLuU8wUrHGEx22MxJnWI4MrOgQM03VY7HpRqrXAesZcUcg tPEHtFccJaMF2JmV/nUhB20EbPoVrab4nZDgldw5uK06s4J1Wcv71c8ogSZ5fNpUS3YxNLOJHa5T CH7lFFagPiA2FuAoRphV8EECAwEAAaOCA8AwggO8MAkGA1UdEwQCMAAwggEfBgNVHSAEggEWMIIB EjCCAQ4GCGeBBgEEAQduMIIBADCB1wYIKwYBBQUHAgIwgcoagcdUZW50byBrdmFsaWZpa292YW55 IHN5c3RlbW92eSBjZXJ0aWZpa2F0IGJ5bCB2eWRhbiBwb2RsZSB6YWtvbmEgMjI3LzIwMDBTYi4g YSBuYXZhem55Y2ggcHJlZHBpc3UvVGhpcyBxdWFsaWZpZWQgc3lzdGVtIGNlcnRpZmljYXRlIHdh cyBpc3N1ZWQgYWNjb3JkaW5nIHRvIExhdyBObyAyMjcvMjAwMENvbGwuIGFuZCByZWxhdGVkIHJl Z3VsYXRpb25zMCQGCCsGAQUFBwIBFhhodHRwOi8vd3d3LnBvc3RzaWdudW0uY3owGgYIKwYBBQUH AQMEDjAMMAoGCCsGAQUFBwsCMA4GA1UdDwEB/wQEAwIGwDAWBgNVHSUBAf8EDDAKBggrBgEFBQcD CDCBgQYDVR0jBHoweIAUp5+2jomTmmV2CZqV+ER+aYJq3guhXaRbMFkxCzAJBgNVBAYTAkNaMSww KgYDVQQKDCPEjGVza8OhIHBvxaF0YSwgcy5wLiBbScSMIDQ3MTE0OTgzXTEcMBoGA1UEAxMTUG9z dFNpZ251bSBSb290IFFDQYIBHDCCAaMGA1UdHwSCAZowggGWMDSgMqAwhi5odHRwOi8vd3d3LnBv c3RzaWdudW0uY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMDSgMqAwhi5odHRwOi8vcG9zdHNpZ251 bS50dGMuY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMIGSoIGPoIGMhoGJbGRhcDovL3FjYS5wb3N0 c2lnbnVtLmN6L2NuJTNkUG9zdFNpZ251bSUyMFF1YWxpZmllZCUyMENBLG8lM2RDZXNrYSUyMHBv c3RhJTIwcy5wLiUyMCU1YklDJTIwNDcxMTQ5ODMlNWQsYyUzZENaP2NlcnRpZmljYXRlUmV2b2Nh dGlvbkxpc3QwgZKggY+ggYyGgYlsZGFwOi8vcG9zdHNpZ251bS50dGMuY3ovY24lM2RQb3N0U2ln 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 4Tp6nLvU/BZJGYqX 2009-12-27T14:00:36.755+01:002009-12-27T14:01:23.511+01:0070libisds-0.10.7/server/messages/received_message-151916.xml0000644000076400001440000102413611321427513020054 00000000000000151916vqbab52Místní úřad FrumburkU potoka 5, 30122 Frumburk, CZ10isds_tester_dva Testovič - Tester Testovič16, 30300 Pepíkov, CZfalsemw7dqvwVaše datová zpráva byla přijataAB-81558ZN-336falsefalseJVBERi0xLjMNJeLjz9MNCjMyIDAgb2JqDTw8L0xpbmVhcml6ZWQgMS9MIDE5OTI4My9PIDM0L0UgMTg1ODM2L04gMS9UIDE5ODU5Ni9IIFsgOTU2IDIxNV0+Pg1lbmRvYmoNICAgICAgICAgICAgICAgDQp4cmVmDQozMiAzMw0KMDAwMDAwMDAxNiAwMDAwMCBuDQowMDAwMDAxMTcxIDAwMDAwIG4NCjAwMDAwMDEzMTYgMDAwMDAgbg0KMDAwMDAwMTc4NCAwMDAwMCBuDQowMDAwMDAyNDIwIDAwMDAwIG4NCjAwMDAwMDI1NDkgMDAwMDAgbg0KMDAwMDAwMjY4MyAwMDAwMCBuDQowMDAwMDAzMzM0IDAwMDAwIG4NCjAwMDAwMDQzMDMgMDAwMDAgbg0KMDAwMDAwNTIzOSAwMDAwMCBuDQowMDAwMDA2MTE4IDAwMDAwIG4NCjAwMDAwMDY5NzUgMDAwMDAgbg0KMDAwMDAwNzg2NCAwMDAwMCBuDQowMDAwMDA4NzA0IDAwMDAwIG4NCjAwMDAwMDk1MTEgMDAwMDAgbg0KMDAwMDA0ODI3MyAwMDAwMCBuDQowMDAwMDQ4NTIwIDAwMDAwIG4NCjAwMDAwNDg4NjkgMDAwMDAgbg0KMDAwMDA5NTQxNiAwMDAwMCBuDQowMDAwMDk1NjYyIDAwMDAwIG4NCjAwMDAwOTU3MzEgMDAwMDAgbg0KMDAwMDA5NjEzNCAwMDAwMCBuDQowMDAwMDk2MTU5IDAwMDAwIG4NCjAwMDAwOTY2NjAgMDAwMDAgbg0KMDAwMDEzODUwOCAwMDAwMCBuDQowMDAwMTM4NzYwIDAwMDAwIG4NCjAwMDAxMzg4MjkgMDAwMDAgbg0KMDAwMDEzOTEyMCAwMDAwMCBuDQowMDAwMTM5MTQ1IDAwMDAwIG4NCjAwMDAxMzk1NTYgMDAwMDAgbg0KMDAwMDE4NTYxMiAwMDAwMCBuDQowMDAwMTg1NzIzIDAwMDAwIG4NCjAwMDAwMDA5NTYgMDAwMDAgbg0KdHJhaWxlcg0KPDwvU2l6ZSA2NS9QcmV2IDE5ODU4NS9Sb290IDMzIDAgUi9JbmZvIDMxIDAgUi9JRFs8MEZBMzI1QTI4QjAwNTA0Qjg0MTVCNEJFNEIyQTU0ODA+PDc3ODkyNDZFMjBBQjNFNDE5NDRFQkEyODUyODdDNEM1Pl0+Pg0Kc3RhcnR4cmVmDQowDQolJUVPRg0KICAgICAgICAgICAgDQo2NCAwIG9iag08PC9MZW5ndGggMTI4L0MgMTI3L0ZpbHRlci9GbGF0ZURlY29kZS9JIDE0OS9TIDM5Pj5zdHJlYW0NCnjaYmBgkGNgYPFlYGBgunCCARUwATELA8cBFEE5KGZgkGQQYNzNlMyQwZDLVMS8gbmfOYzZgTmBWZ+Zb3ogwz1Gl627GO4y6DBWMTAw3lkcz/AYyOYCsps2n2cIY4iAmsfIwHRVFEjLMDCwn4TbIs/AzGYElmVg2AAQYABh2hW8DQplbmRzdHJlYW0NZW5kb2JqDTMzIDAgb2JqDTw8L01hcmtJbmZvPDwvTWFya2VkIHRydWU+Pi9WaWV3ZXJQcmVmZXJlbmNlczw8L0RpcmVjdGlvbi9MMlI+Pi9NZXRhZGF0YSAzMCAwIFIvUGFnZXMgMjkgMCBSL1N0cnVjdFRyZWVSb290IDEgMCBSL1R5cGUvQ2F0YWxvZz4+DWVuZG9iag0zNCAwIG9iag08PC9Dcm9wQm94WzAuMCAwLjAgNjEyLjI4MyA4NTguODk4XS9QYXJlbnQgMjkgMCBSL1N0cnVjdFBhcmVudHMgMC9Db250ZW50c1szOCAwIFIgMzkgMCBSIDQwIDAgUiA0MSAwIFIgNDIgMCBSIDQzIDAgUiA0NCAwIFIgNDUgMCBSXS9Sb3RhdGUgMC9CbGVlZEJveFswLjAgMC4wIDYxMi4yODMgODU4Ljg5OF0vQXJ0Qm94WzguNTAzOTQgOC41MDM5NCA2MDMuNzggODUwLjM5NF0vTWVkaWFCb3hbMC4wIDAuMCA2MTIuMjgzIDg1OC44OThdL1RyaW1Cb3hbOC41MDM5NCA4LjUwMzk0IDYwMy43OCA4NTAuMzk0XS9SZXNvdXJjZXM8PC9Gb250PDwvVFQwIDM1IDAgUi9DMl8wIDM2IDAgUi9DMl8xIDM3IDAgUj4+L1Byb2NTZXRbL1BERi9UZXh0XS9Qcm9wZXJ0aWVzPDwvTUMwPDwvTWV0YWRhdGEgNjEgMCBSPj4+Pi9FeHRHU3RhdGU8PC9HUzAgNjIgMCBSL0dTMSA2MyAwIFI+Pj4+L1R5cGUvUGFnZT4+DWVuZG9iag0zNSAwIG9iag08PC9TdWJ0eXBlL1RydWVUeXBlL0ZvbnREZXNjcmlwdG9yIDQ3IDAgUi9MYXN0Q2hhciAyNTMvV2lkdGhzWzI3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMjc4IDMzMyAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDcyMiAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgNTU2IDAgNTU2IDU1NiAwIDAgMCAwIDAgMCAwIDAgNTU2IDU1NiAwIDAgMzMzIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMF0vQmFzZUZvbnQvQ09DVlFVK0FyaWFsTVQvRmlyc3RDaGFyIDMyL1RvVW5pY29kZSA0OCAwIFIvRW5jb2RpbmcvV2luQW5zaUVuY29kaW5nL1R5cGUvRm9udD4+DWVuZG9iag0zNiAwIG9iag08PC9TdWJ0eXBlL1R5cGUwL0Rlc2NlbmRhbnRGb250cyA1MyAwIFIvQmFzZUZvbnQvUk5QSFNRK0FyaWFsTVQvVG9Vbmljb2RlIDU0IDAgUi9FbmNvZGluZy9JZGVudGl0eS1IL1R5cGUvRm9udD4+DWVuZG9iag0zNyAwIG9iag08PC9TdWJ0eXBlL1R5cGUwL0Rlc2NlbmRhbnRGb250cyA1OSAwIFIvQmFzZUZvbnQvU1pDSUdPK0FyaWFsLUJvbGRNVC9Ub1VuaWNvZGUgNjAgMCBSL0VuY29kaW5nL0lkZW50aXR5LUgvVHlwZS9Gb250Pj4NZW5kb2JqDTM4IDAgb2J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EGAA6U2NSDQplbmRzdHJlYW0NZW5kb2JqDTUwIDAgb2JqDTw8L1N0ZW1WIDg4L0ZvbnROYW1lL1JOUEhTUStBcmlhbE1UL0ZvbnRGaWxlMiA0OSAwIFIvRm9udFN0cmV0Y2gvTm9ybWFsL0ZvbnRXZWlnaHQgNDAwL0ZsYWdzIDQvRGVzY2VudCAtMzI1L0ZvbnRCQm94Wy02NjUgLTMyNSAyMDAwIDEwMDZdL0FzY2VudCAxMDA2L0ZvbnRGYW1pbHkoQXJpYWwpL0NhcEhlaWdodCA3MTYvWEhlaWdodCA1MTkvVHlwZS9Gb250RGVzY3JpcHRvci9JdGFsaWNBbmdsZSAwPj4NZW5kb2JqDTUxIDAgb2JqDTw8L1N1cHBsZW1lbnQgMC9PcmRlcmluZyhJZGVudGl0eSkvUmVnaXN0cnkoQWRvYmUpPj4NZW5kb2JqDTUyIDAgb2JqDTw8L1N1YnR5cGUvQ0lERm9udFR5cGUyL0ZvbnREZXNjcmlwdG9yIDUwIDAgUi9CYXNlRm9udC9STlBIU1ErQXJpYWxNVC9XWzNbMjc4XTE1WzI3OF0xN1syNzhdMjlbMjc4XTM5WzcyMl00NFsyNzhdNTRbNjY3XTU3WzY2N102OCA2OSA1NTYgNzBbNTAwXTcxIDcyIDU1NiA3M1syNzhdNzQgNzUgNTU2IDc2IDc3IDIyMiA3OFs1MDAgMjIyIDgzM104MSA4MyA1NTYgODVbMzMzIDUwMCAyNzggNTU2IDUwMCA3MjJdOTIgOTMgNTAwIDEwNVs1NTZdMTEyWzU1Nl0xMTZbMjc4XTE3N1s1NTZdMjI3WzUwMF0yMjlbNTAwXTIzNFs1MDBdMjU0WzUwMF0yNjhbNTU2XTI4NFszMzNdXS9DSURUb0dJRE1hcC9JZGVudGl0eS9DSURTeXN0ZW1JbmZvIDUxIDAgUi9EVyAxMDAwL1R5cGUvRm9udD4+DWVuZG9iag01MyAwIG9iag1bNTIgMCBSXQ1lbmRvYmoNNTQgMCBvYmoNPDwvTGVuZ3RoIDQzMS9GaWx0ZXIvRmxhdGVEZWNvZGU+PnN0cmVhbQ0KSIlck8+OgjAQh+88RY96MLRIW00IiSIkHvZP1t0HQBhdkrWQigfffsv8jJssCSRfptPON0zjYr/bu24U8bvvmwON4tS51tO1v/mGxJHOnYt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OkijneMcdNfXevdBevwXwmF17c86PjVaF5hUm1Rt8bJMdLXivcKNfAQYA1cepPQ0KZW5kc3RyZWFtDWVuZG9iag02MSAwIG9iag08PC9TdWJ0eXBlL1hNTC9MZW5ndGggNDU5NzcvVHlwZS9NZXRhZGF0YT4+c3RyZWFtDQo8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA0LjEtYzAzNyA0Ni4yODI2OTYsIE1vbiBBcHIgMDIgMjAwNyAxODozNjo0MiAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj4KICAgICAgICAgPGRjOmZvcm1hdD5hcHBsaWNhdGlvbi9wZGY8L2RjOmZvcm1hdD4KICAgICAgICAgPGRjOnRpdGxlPgogICAgICAgICAgICA8cmRmOkFsdD4KICAgICAgICAgICAgICAgPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij5kc19sb2dvdHlwPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkFsdD4KICAgICAgICAgPC9kYzp0aXRsZT4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhhcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eGFwR0ltZz0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL2cvaW1nLyI+CiAgICAgICAgIDx4YXA6Q3JlYXRvclRvb2w+QWRvYmUgSWxsdXN0cmF0b3IgQ1MzPC94YXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4YXA6Q3JlYXRlRGF0ZT4yMDA5LTA2LTA4VDA5OjM5OjQ2KzAyOjAwPC94YXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhhcDpNb2RpZnlEYXRlPjIwMDktMDYtMDhUMDk6Mzk6NDcrMDI6MDA8L3hhcDpNb2RpZnlEYXRlPgogICAgICAgICA8eGFwOk1ldGFkYXRhRGF0ZT4yMDA5LTA2LTA4VDA5OjM5OjQ3KzAyOjAwPC94YXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eGFwOlRodW1ibmFpbHM+CiAgICAgICAgICAgIDxyZGY6QWx0PgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHhhcEdJbWc6d2lkdGg+MjU2PC94YXBHSW1nOndpZHRoPgogICAgICAgICAgICAgICAgICA8eGFwR0ltZzpoZWlnaHQ+NzY8L3hhcEdJbWc6aGVpZ2h0PgogICAgICAgICAgICAgICAgICA8eGFwR0ltZzpmb3JtYXQ+SlBFRzwveGFwR0ltZzpmb3JtYXQ+CiAgICAgICAgICAgICAgICAgIDx4YXBHSW1nOmltYWdlPi85ai80QUFRU2taSlJnQUJBZ0VBU0FCSUFBRC83UUFzVUdodmRHOXphRzl3SURNdU1BQTRRa2xOQSswQUFBQUFBQkFBU0FBQUFBRUEmI3hBO0FRQklBQUFBQVFBQi8rNEFEa0ZrYjJKbEFHVEFBQUFBQWYvYkFJUUFCZ1FFQkFVRUJnVUZCZ2tHQlFZSkN3Z0dCZ2dMREFvS0N3b0smI3hBO0RCQU1EQXdNREF3UURBNFBFQThPREJNVEZCUVRFeHdiR3hzY0h4OGZIeDhmSHg4Zkh3RUhCd2NOREEwWUVCQVlHaFVSRlJvZkh4OGYmI3hBO0h4OGZIeDhmSHg4Zkh4OGZIeDhmSHg4Zkh4OGZIeDhmSHg4Zkh4OGZIeDhmSHg4Zkh4OGZIeDhmSHg4Zi84QUFFUWdBVEFFQUF3RVImI3hBO0FBSVJBUU1SQWYvRUFhSUFBQUFIQVFFQkFRRUFBQUFBQUFBQUFBUUZBd0lHQVFBSENBa0tDd0VBQWdJREFRRUJBUUVBQUFBQUFBQUEmI3hBO0FRQUNBd1FGQmdjSUNRb0xFQUFDQVFNREFnUUNCZ2NEQkFJR0FuTUJBZ01SQkFBRklSSXhRVkVHRTJFaWNZRVVNcEdoQnhXeFFpUEImI3hBO1V0SGhNeFppOENSeWd2RWxRelJUa3FLeVkzUENOVVFuazZPek5oZFVaSFREMHVJSUpvTUpDaGdaaEpSRlJxUzBWdE5WS0JyeTQvUEUmI3hBOzFPVDBaWFdGbGFXMXhkWGw5V1oyaHBhbXRzYlc1dlkzUjFkbmQ0ZVhwN2ZIMStmM09FaFlhSGlJbUtpNHlOam8rQ2s1U1ZscGVZbVomI3hBO3FibkoyZW41S2pwS1dtcDZpcHFxdXNyYTZ2b1JBQUlDQVFJREJRVUVCUVlFQ0FNRGJRRUFBaEVEQkNFU01VRUZVUk5oSWdaeGdaRXkmI3hBO29iSHdGTUhSNFNOQ0ZWSmljdkV6SkRSRGdoYVNVeVdpWTdMQ0IzUFNOZUpFZ3hkVWt3Z0pDaGdaSmpaRkdpZGtkRlUzOHFPend5Z3AmI3hBOzArUHpoSlNrdE1UVTVQUmxkWVdWcGJYRjFlWDFSbFptZG9hV3ByYkcxdWIyUjFkbmQ0ZVhwN2ZIMStmM09FaFlhSGlJbUtpNHlOam8mI3hBOytEbEpXV2w1aVptcHVjblo2ZmtxT2twYWFucUttcXE2eXRycSt2L2FBQXdEQVFBQ0VRTVJBRDhBNmUwa2pPWkdZbDJKSlluY2s5NjUmI3hBOzQrWmtteWQzdFFCVkwxdXJwUHN6T3RPbEdJL2psa2RSa0hLVXZtV0p4eFBNQldYVmRVVDdONU92c0pIL0FLNWJIWDZnY3NrLzlNV0ImI3hBOzArTS93eCtRVlYxL1dsNlhrdjB0WDllWER0ZlZEL0tTWUhSNHY1b2VoYVU5MCtuVzczUnJPMFlaeUJUcUs3KzlPdWVqYUdXU1dDQnkmI3hBO2ZXWWkzbU5RSWpJUkhsYUt6TGFYTXdVRm1JQ2dWSlBRREFTQUxLZ1d4M1V2T2xoYmt4MmkvV3BCKzBEU01mVDMrak9jMXZ0TGh4N1kmI3hBO3h4bjdQMi9qZDJtRHN1Y3Q1ZWtmYWtGeDV3MXVVbmhJc0tuOWxGSDYyNUhPZXplMFdxbnlJajdoK3UzWlE3TXdqbUxRMytJOWJyWDYmI3hBOzVKWHIyL3BtTC9MT3IvMVF0MzVMRC9OQ0t0dk9PdHdrYzVGblgrV1JSK3RlSnpMdyswZXFoeklrUE1mcXBwbjJaaGx5Rk1oMHZ6aHAmI3hBOzkyVmp1QjlWbU93NUdxRS82M2I2YzZQUSswV0hOVVoraVgyZlA5YnE5UjJaT0c4ZlVQdFQvcm5RdXRXVFRSUVJOTE00U05CVm1QUUQmI3hBO0laTWtZUk1wR29obENCa2FITkFMNWowTnVsNG0valVmckdhK1BiT2tQK1VpNUowT1lmd2xHVzE3YVhTbHJhWkpsVTBZb1FhSDNwbVomI3hBO2cxT1BLTGhJU3J1YU1tS1VQcUZLMlh0YnNWUzNVL00vbHJTcDF0OVUxYXpzTGgxRWl3M054RkM1UWtnTUZkbE5LcVJYRlV4VmxaUXkmI3hBO2tNckNxc053UWU0eFZ2RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxazJ2ZWN2SytnU3hRNnpxVU5sTE9wZUpKU2Fzb05DYUFIdmlxTzAmI3hBO3JWZFAxYXdpdjlPbUZ4WnpWOUtkUWVMQlNWSkZRTzR4VjVuY3hHSzVsaU94amRscDhqVFBJczhPREpLUGNTSHM4Y3JpRDNoU3lwbTcmI3hBO0ZVVHAxdDladjdlMzdTeUtwK1JPL3dDR1pPancrTG1oRCtkSU5XYWZCQXk3ZzlUQUFGQjB6MWw0NXFTUkkwYVIyQ29nTE14MkFBM0omI3hBO09Sbk1SQkpOQUpBSk5CNS81aDh4emFqSTBNSktXU240VjZGL2R2NERQUE8xKzJaYW1YRERiRVB0OHorcDZYUmFFWWhaM245eUUwblImI3hBO0w3VTVDSUY0eEw5dVp0bEh0N24yekQ3UDdMeTZvK2dla2N5ZVRmcWRYREVOK2ZjeXl6OGw2VkNBYmd2Y3YzcVNxL1FGMy9IT3YwM3MmI3hBOzFwNEQxM00vSWZaK3QwdVh0WEpMNmZTanY4TjZIU24xTktkTzlmdnJtZjhBeU5wS3J3dzQvd0NlemZ6aWdyenlYcE13SnR5OXMvYWgmI3hBO0xMOUliZjhBSE1EVSt6V25tUFJjRDh4OXY2M0l4ZHFaWS9WNm1KYXRvbDlwa2dFNjhvbSt4TXU2bitoOXM1RHREc3pMcFpWTWVrOGkmI3hBO09UdXROcTRaUnR6N2swOHNlWkh0WkVzcnQrVnE1cEc3SCs3UC9OUDZzMnZZZmJSeFNHTElmUWVSL20vcys1dzlmb1JNY2NmcSsvOEEmI3hBO2F5N1ZMUVhlblhGdlNwa1FoZjhBV0c2L2lNN0hYYWZ4c000ZDQrM3A5cnBOUGs0TWdsM0Y1Ym5sRDJESS9JMHZIVkpZKzBrSis5V0ImI3hBOy9WWE9sOWw4bGFpVWUrUDNFT3I3V2plTUh1TE9jNzE1MUtyN3paNVZzTGcyMTlyTmphWEM5WVo3bUdOeC9zV1lIRlh6My96a2RjMjkmI3hBO3o1MDA2ZTNsU2FDVFNvaWtzYkIwWWZXTGpjTUtnNFVQcEhUeUJwMXNTYUFRb1NUL0FLb3dKUzJieng1TGdsYUtiWDlOaWxVMGFON3UmI3hBO0JXQjl3WHJpcWFXZDdaWHNBdUxPNGp1WUcrek5DNnlJYWVES1NNVmVRZm5qK1pIbUx5N2Y2WkI1YjFWSVBVV2NYcUlsdk9RNk1vQWImI3hBOzFFa0trVk8yMkZYcEhrclhVMWZ5enBOekxkeFhPb3pXTnROZThHVGw2c2tTbHl5SlFMOFpPMUJnVk5OUTFUVE5OaDlmVWJ1R3lnNmUmI3hBO3JjU0pFbGY5WnlCaXFGMDd6UjVhMU9iMGROMWF5dlpodjZkdmNSU3Q5eU14eFZGM1dwYWRhTXEzZDFEYnN3cXF5eUtoSThSeUl4VlcmI3hBO2lsamxqV1NKeEpHNERJNmtGU0QwSUk2NHFvM1dvNmZhRlJkM1VOdVhxVUVzaXBXblduSWpGVlZiaUI0Qk9zaXRBVjVpVU1DbkdsZVgmI3hBO0xwVEZYZ0d2K1hMYnpmOEFtZEpmK1lQTUdrd2FHa25wUTI2YWhidE9iZUUvdTRsUU5WV2tQeE40VlB0aFE5OXRJTFdDMWhndEVTTzEmI3hBO2lSVWdTT2dRSW9vb1dtMUtkTUNYbnZtZTJOdnJkeUtiU042aS93Q3pGVCtOYzh6N2N3K0hxcCtadjUvdGVxMEUrTERIeTIrU1ZacVgmI3hBO01kaXFiK1U0dyt2VzFlaTgyKzVEVDhjM1BZRU9MVnc4cis0dUQyaWF3eStIM3ZSYzlKZVhZcjUzMVJvNDQ5UGlORElPYzlQNWEvQ3YmI3hBOzBrWnlYdFByakdJd3gvaTNsN3VnZHoyVnA3Sm1lbkpqbWk2WEpxVjhsdXA0eGo0cFg4RUhYNlQwR2MxMlpvRHFzd2dPWE1ueWRwcXQmI3hBO1FNVU9McjBlaUFXT21XVlBoZ3RZUi9uOHljOUlIaGFYRjBoamk4eDY4cysrUll2ZitlcGk1V3hnVlVIU1NXcEovd0JpQ0taeXVyOXEmI3hBO1pYV0tJcnZsK3IrMTIrSHNrVjZ6OGtIRjUxMWxYQmYwcEY3cVZwK29qTUtIdE5xUWQrRS9CdmwyVmlJMnNJMmZ6NUtWaityMnFxMVAmI3hBOzN2cUVrVi95YVV6TnkrMWNxSEJEZnJmNkhIaDJRTitLU1lhTHFvMSszdXJhOHQxQ3FCWGpXaERWcDFyUWltYkxzM1hqdENFOGVXSW8mI3hBO1Y5djZYRzFXbi9MU2pLQllmcXVueWFmZnkycjdoRFZHL21VN2c1eGV2MFowK1k0ejA1ZVk2TzgwK1laSUNRWng1VjFGcjNTa0Rtc3QmI3hBO3VmU2M5eUFQaFAzWjNuWU9zT2ZUaS9xaDZUK2o3SG51MGNIaDVOdVIzWUpxY1BvNmpkUkRva3JxUGtHTk00SFhZK0RQT1BkSS9lOUgmI3hBO2dseFk0bnZBVFR5Wi93QWR0UDhBakcvNnMydnMzL2pRL3FsdysxUDdrKzhJWDg4L1BWNTVZOHN3MjJuU0dIVTlXZDRvcDErMUhGR0EmI3hBO1pYUTltK05WQjdWcjF6ME41cGdINWY4QTVDeGVZdkwwV3VhMXFFMXU5K0RMYXd3aFMzcGttanlNNE5TL1VBZHUvZ1VNQi9NZnlOYysmI3hBO1RQTUkwbVc1Vzdpa2hXNHRad0NwTVRzeWdNdFR4WU1qZEQ3NHE5Yy9PNmJ6cmU2WnBHaDZEcDk5YzZmTGJMUHFFdG5CTktybW5GSW4mI3hBO2FOU0tDaFlxZXRSaXFqbzMvT05PbVNhVkJKcW1xWEthaEpHSG1qaFZCSEd6Q3ZENHd6SGowcnRqYVdJK1JaZFc4aWZtOG5sMFhYcVcmI3hBOzB0MnRqZElDUkhLa3dIcE9WUFJoelUvaGloUS9QSHlURjVkOHlmWDB1MnVUcjAxM2V2R1VDQ0l0S0g0QWd0eS92T3UyS3ZTUHl4OG4mI3hBOzJIa1h5clA1MW12bnVZNzNTWXJ5YTFNWVRoV01UOEZiazNJMVBFYllwZWJlV3REOHlmbTc1dXU3dlZMNW9yVzNBa3VaUUN5d3h1VDYmI3hBO2NFQ0UwRmFHbnlKTlQxVUp6K1luNUdIeXRvcmEvb1dvVDNDMlJWN21PVUtzcUxVQVN4dW5IN0pwVVU5NjRxZ05hMWE4ODkvbFdkU3YmI3hBO0Q2MnVlVXJoRXVwLzI1Yk82SEVPMVAydVNpcC95U2UrS3ZUL0FQbkg3eklOVThqTHA4amNyblI1V3QyQjYrazlaSWo4dHlvLzFjU2wmI3hBOzVqK2E5MWNlY3Z6YmowS3lia2x2SkZwa0pIUU55ck81L3dCUjJhdnN1S0VUK2F2bUhVOVY4eVduNWQrWFdhTFNyQXdhZEhiSWVLelQmI3hBO2dLZzlRajltUFphSGFvSnhWa1RmODR4MlA2S0lYV3BmMHR3cUhNYS9WL1VwMDQvYjQ5cTE5NmRzYlNrdjVLK2NkYzBEemcza3JWNUgmI3hBO05wTEpKYkpCSWVYMWU2aXI5Zy95dVZLMEcxYUhGRDE3ejFZa3JiM3lqN1A3cVEvOE12OEFIT085cWRMWWpsSDlVL2VQMHU3N0l6YzQmI3hBO2ZGaCtjYTd4MktwejVRSUd2UUE5dzRIL0FBQk9idjJlUCtGeDkwdnVMZ2RwZjNKK0gzdlE4OUhlWWVhZVlMazNHczNiazFDeUZGK1MmI3hBO2ZDUDFaNWYydm04VFZUUDlLdmxzOVpvc2ZEaWlQTDcyVWVSN1JZOU9rdVNQam5jZ0gvSlRZZmpYT3E5bDlPSTREUHJJL1lQMjI2anQmI3hBO2JKZVFSN2dsUG5QVkpKNy9BT3BJMzdpM3B5QTZGeUtrbjVWcG1vOXBOY1o1dkNCOU1Qdi9BR2ZyYzNzdlRpTU9NODVmY2xPbGFUZGEmI3hBO25jK2pCUUJSV1NSdnNxUGZOUm9PejhtcW53dytKN25NMUdwamlqY2srdVBJY3l3bG9Mb1NTZ2ZZWmVJUHlOVG0vd0Ezc3JJUnVFN2wmI3hBOzNFVitsMTBPMXdUNm8wR0x5UnlSU05ISXBXUkNWWlQxQkd4R2NwT0JqSXhrS0lkeEdRSXNjbVllUTRxV3QzTC9BRE9xMS8xUVQveHQmI3hBO25hK3lrS3h6bDNrRDVEOXJvdTJKZXFJOGtONTloVVhGcE4rMDZPaCtTRUVmOFR6RjlxOFlFOGN1OEVmS3YxdHZZOHZUSWZqOGJOK1EmI3hBO3BDSnJ5THN5bzMwZ2tmeHcreWt6eFpJK1FQM3IyeEhhSjk2U2EveC9UVjV4NmVxMzM5ODBYYTlmbXNsZnppN0RSLzNVZmNtUGtpSXYmI3hBO3E3dlRhT0pqWDNKQXpaZXpHTzlTVDNSUDNoeE8xcFZpQTd5ODgvNXlmamNYdmw2U2g0R081VU4ycUdqSkg0NTZBSG5Ic0hrQ2FDYnkmI3hBO041ZmVEKzYvUjFxb0ZhMDR3cXBXdnNSVEFsNFIvd0E1TEVmNDdzZmJTNHEvOUpFK0VLeVg4NHZ6UTF6UmYwZjViMENVMjF4SmFSUzMmI3hBO2wzR0t5ajFCUklveit5YUNwSTMzRk1VSmZZLzg0OCtiTllnUzc4eGVZUFF1WkY1bUpsa3ZKRko3T3p5Uml2alFuRzFZUlorWFA4Ti8mI3hBO25EcFdoL1dQcmYxTFY3QlBySEQwK2ZLV0o2OE9UMCsxNDRxemovbkovd0Q0NkhsLy9qRmMvd0RFbzhRck05ZGhtbC81eDlpV0g3WTAmI3hBO0t6YzAva1NLSm4vNFVIRkxHLzhBbkdHZTMrcGEvYmdnWEFsdDVHRmR5aFZ3TnZZZzRsWHBuNWt6MjhIa0R6Qzl3UUl6cDl4R0swcHomI3hBO2tqS1I5ZjhBTFlZRmVQZjg0NWFWSHFWdjVydExsQzFoZDI4RnJPT3hFb21CQTkrTmNLRWkvTG56SkwrWFhuRFh0UDFNMFJMZTVoZEQmI3hBO3NyM0ZvR2tnL3dDRDRsVi8xc1ZUci9uSGJRSnRVODBhajVvdlAzbjFOV1dPUnYycm01cVhiNkU1Vi8xc1NyRGRlMFc0MVA4QU56Vk4mI3hBO0pOd0xLZTkxZTRqaXVIclJUTE14ajZiL0FCY2dCaXJPL3dEb1hMemIvd0JURkY5MDM5Y2JWRCtXZnltdDlMODY2YkszbkRTcDlSc2ImI3hBOzZLU1d3V1pUY3UwVWdaNHVCYmx6SVVpbE1WZS82aFpSM3RsTGF5ZlpsV2dQZ2VvUDBITVhXYWFPZkZMSEwrSU4ySEtjY3hJZEhtRngmI3hBO2J5Mjg4a0VvNHlSc1ZZZTR6eXJOaGxqbVlTK3FKcDY2RXhJQWprVkxLMmFPMFM0RnZxOXBLVFJSSW9ZK3pmQ2YxNW45bDV2RDFNSmYmI3hBOzB2djJjZlZ3NHNVaDVQVHM5VGVSZVZYM0w2N2NjdnRlbzlmbnlPZVNhcS9GbmY4QU9QM3ZaWXZvSHVEUHZLUkgrSDdYMjlTdi9JeHMmI3hBOzlDOW4vd0RFNGY1Mys2THpmYVA5L0w0ZmNHRGF5U2RYdmEvNy9sSDNPYzRQdEkzcWNuOWVYM3ZRNlgrNmovVkgzTXM4aXhvTk1ta0gmI3hBOzIybUlZK3lxdEIrT2RmN0xRQXdTUFV6L0FFQjB2YThqNGdIa3lUT21kVTgyOHl5UnZybDIwZjJlWVUwL21WUUcvd0NHQnp6SHRxY1omI3hBO2F2SVk4cis0QUg3WHE5Q0NNTWJaWjVMaTRhS0cvd0IrU3UzM1VYL2pYT3Y5bW9WcGI3NUUvby9RNlh0U1Y1dmNBazNucTZXUytndDEmI3hBO05UQWhMZXhjamI3bEdhVDJwemlXV01CL0NQdi9BTEhQN0p4MUF5N3o5eUk4aHdrQzh1RzJYNFVCKzh0L0RNbjJVeFY0a3p5Mkg2VCsmI3hBO2hxN1hsOU1XTVgwLzFpOW5uLzM3STdqL0FHVEU1eXVxeStKbGxQOEFuU0orWmR2aWh3d0E3Z3kzeUxhRkxXNHVtSDk2d1JQa25YOFQmI3hBO25ZK3kybjRjY3NoL2lOZkwrMzdIU2RyNUxrSTl5RC9OYnlEL0FJejh0L1ZJSFdMVTdSL1hzWkgreVdvUTBiSHNyanYyTk02cDFEeHomI3hBO3k3NWovT3J5Vlp0NWZnMFNlYUZXWVc4YzlwTmNDTm1OVDZEeEhpd0xHdlZoWENoSXZNdmtQODE5UzFFYW5xMmwzbDlmWDhZbmVSRU0mI3hBO2hRRWxWamNJT0tFQmZzZGhURldmL25QK1Z2bURWWnJMekJvdHUxM0tsckZCZldhZjN3TVkrRjBYOXJZMElHKzJLcGJZL21QK2ZFOW0mI3hBO21rVzJpeW02UlJIOWRleG1FNDRqalYya1BvZys3TGlxUjZMK1gvNWpXLzVqYVZmYXZwbDNQSW1wMmx4ZlgvRnBZLzc1SkhjeWlxbmkmI3hBO09wQnBpcjBuOC84QXlKcm5tS3kwelVOR3QydTU5UE15WEZ0SHZJMGN2RWhsVTllSlRvTjk4UWxSL0tIVVB6QnZ5M2x2elZwRXR2NWQmI3hBO3RkTWEyaU54YVNRZXB4TWNTUnM3aFEzN29zTnV2ZkZXR2FoNUEvTW44dWZNa3VxK1ZZcHI2d1BKWXBvRTljdEN4cjZWeENvNWJiVkkmI3hBO0ZPNEk3S0ZtdWFsK2RINWlKRnBNMmtTMjFselV5UngyOGxyYmxsM0RTeVRrMTQ5YWN2b3JURlh0WDVhZVJJUEpubHROTzVpYSttWXomI3hBOzM5d29vR2xJQTRyWGZpZ0ZCOS9mQWw1WitlLzViNjdlK2FZZFowUFRwcjViK0VDOEZ1aGNyTkRSQXpjZW5KT05Qa2NLdlVQeW44cXYmI3hBOzVhOGoyRmpQR1k3NmNHNnZsSW9STk5ROFdIaWlCVVB5d0t3Zjg1UHlnMVhWOVQveE41YUhQVUNGK3VXWVlJN3RHQUVsaVkwSEtnQUkmI3hBO3IyMjN3cXh5UDh5L3ozdDdRYVcyanp2ZHI4QXUzMCtacmc3VUhiMDIrZkRmRkNlL2s5K1ZYbUcxOHd0NXU4MG9ZcnNHU1MydDVTR20mI3hBO2FhYW9lYVdsZU96R2dPOVRYYW02bDdiZ1ZqUG0vUVRjUm5VTFphenhqOThnL2FRZHg3cityT1g5b2V5dkVIalFIcUhNZDQvV1B1ZHQmI3hBOzJick9FOEV1UjVNSnpoWG9HOFZlbmFMZmkrMHlDNHJWeXZHWC9YWFp2NjU2cDJicXhud1JuMXJmM2ptOGpxc1BoNURGZ2ZtTzJOdnImI3hBO1YwaEd6dVpGK1QvRi9IUFB1MmNIaDZxWTd6ZnozZWowT1RpeFJQbFh5Wkg1R3ZWZXlsdENmamhmbW8veUgvdEdkUDdMNmtTeFN4OVkmI3hBO20vZ2YydXE3V3hWTVM2RkkvTmxpOXJyRXIwL2QzSDcxRDduN1ErL05CN1FhVTR0U1QvRFBjZnArMTJQWjJZVHhBZFk3TmVYZGZPbFMmI3hBO3VzaUdTMmxvWFZmdEFqdUs3WU94KzEveWtpSkM0UzU5L3dBRjF1ajhZQ3RwQk45VDg3eE5BMGVueHVKV0ZQVmtBQVgzQUJOVG01MXYmI3hBO3RQRXdNY0lQRWVwNk9GZzdKSU56TzNjR0lFa2trbXBPNUp6alNiM0x1MldhYjVvMC9UOUNnZ1FHVzdRTVBTb1FBU3hOU3g3YjlzNi8mI3hBO1JkdTRkUHBJd0hxeUM5dmlldjZuVForejU1Y3hKMml4aVdXNHZMdHBIckpQTzNicVdKMkF6bHNtU2VmSVNkNXlMdG94akNORFlCbDEmI3hBOzZ5YUQ1Yld6REQ2NWNnZzAvbWI3Wi8ySTJ6c05USWRuNkVZci9lVCs4OHo4QnQ4blM0Z2RUcU9QK0dQNEREN2VDVzRuamdpSEtTUmcmI3hBO3FqM09jWmh4U3lURUkvVkkwN3VjeEVFbmtIcUduMmNkbFpRMnNlNnhLQlh4UFVuNlRucTJrMDR3NG80eHlpSGtjMlU1Sm1SNm9qTWgmI3hBO3FkaXJzVmRpcnpUODhQTzNtTHlwcGVtWEdpVHJCTGN6dkhNV2pTU3FxbFJzNE5OOEt2UmJPUjViT0NSelYzalJtUHVWQk9CVmJGWFkmI3hBO3F4ajh5UE1PcWFGNVR1N3JTSUpialZwYVFXS1F4R1lySS9XUXFBMnlLQzI0cFdnNzRxcC9sdEQ1Mi93K2wzNXZ2VGM2bGVVa1MyTVUmI3hBO01YMWVPbndxM3BJbFhhdFdyMDZlT0tzcnhWMkt2TC95Kzg5ZVpOWi9NcnpSb2VvWEN5YWJwajNTMmNRalJTb2l1dlNTcktBeG9uamgmI3hBO1Y2aGdWMkt1eFYyS3V4VmlYbVB5b1dacnpUMDNPOHR1djRsUDZaeC9iUFlKSk9YQ1BmSDlJL1Y4bmQ2SHRIK0RKOEQrdGlKQkJJSW8mI3hBO1IxR2NhUlR1MC84QUtPc2l6dXphek5TM3VDS0U5Rms2QS9UMHpvdlo3dEVZY25oeVBvbjloL2J5ZFoybHBlT1BFUHFqOXliZWRkS2EmI3hBO2EzUy9pRlhnSEdVRHFVSjJQK3hPYmYybTBCbkFabzg0Yy9kK3o5TGg5bGFqaGx3SHJ5OTdGZEsxS2JUcjFMbVBmanM2ZnpLZW96a3QmI3hBO0JyWmFiS01rZmo1aDNHb3dETEF4TFBaNE5OMS9UUVEzSkczamtIMm8zL3o2alBRc3VMQjJoZzUyRHlQV0ovSFI1dUU4bW15ZmpkaU4mI3hBOzU1UjFtM2NpT01YRWZaNHlLL1NwM3pqZFQ3UGFuR2ZTT01kNC9VN3ZGMmxpa056d256V1d2bFBXcDNBYUgwVTd2SVFBUG9GVGtjSFkmI3hBO0dxeUdqSGhIZWZ4YkxKMmpoaU9kKzVNZFI4a1R4d1J0WXY2MHFpa3FOUmVSOFZydDlCelphejJZbEdBT0k4VXVvTzErNzlUaTRPMVEmI3hBO1NlTVVPaVd3K1ZOZGtjS2JmMHgzWjJVQWZjU2MxbVBzRFZ5TmNGZThoeXBkbzRRT2RwekJaNlY1YWorc1hjZ3VkUUkvZFJyMi93QlgmI3hBO3cvMWptNnhhYlQ5bURqeUhqemRCK3IvaWo4SEJubHlhbzhNUnd3L0g0cGpXcGFqYzZoZE5jVG40anNxam9xOWdNNWZXNjJlb3lHYy8mI3hBOzdCM08yd1lJNG84TVdXZVVkQWEyVDYvY3JTZVFmdVVQVlZQYys1enIvWi9zazRoNDJRZXM4aDNEOVorNTB2YVdzNHp3UjVEbXlYT28mI3hBO2RTOGsvd0NjaHZOMnZhSHBHbDJXa3p5V2k2azgzMW02aEpXUUxDRXBHSEc2OC9VcWFiN2ZQQ0ZZbGIvbDFkeTJFT3BlUS9PeDFmVzEmI3hBO1pYbXRvNWhBNUhkcU5KeVhqWDdNZzNHS0UrL016ejc1MzB6UXZMM2x4Q2JQelZxc2FqVVpvV1hrRHk5RlJFNjFDbVYvaXF2MmUyS28mI3hBO0RWZnlVODdhUHBJMXJTUE1WMWQrWVlRc2sxdEVaRkxzU0F3amw1OGp4ciswUGlIaDB4VkFmbkZmK1liNzh1L0xFM21LMWEwMWxiaWEmI3hBO083amRRdkprV2drb052aldoMjc0cXFhditVL25uL0N0eDVzMVB6TEtkWHRiWnJ3MmFseUVpaVF1VVdaWEFWZ2c2S2xPM3ZpcW5xbm4mI3hBO2p6QnFuNUdXMS9MZlRMcVZwcXEyTXQ1Rkl5U3lLa1RPdk5sSUpQRnhYeHBVNzRxbS9rWDh1dlBXb05vWG5EV05la21TRllMdTIwOHMmI3hBOzhyUGJxaW1OZVhKVVZuU2xkajErTGV1S29BZVR2Ti9tVFVMM1VQekQ4d1A1YXQrVmJTemtuaVZDcHFhUnI2b1JWVGJlbFRpcXp5SHImI3hBOzJvK1dmelF0dks5cjVoR3YrWHIzOTJrcVNpYU1GNHl5RmFOSUVkWFhpM0UwcCtDcVNlVTlPODllY3ZOZXNhTmFlWUxxenNFbGtlOWwmI3hBO2FhUitNYXlrS3FKeUJOVDJxQjQ5c1ZUZlRvZk1YNWEvbXRvK2dEVjVkUjAzVm1nRHhOeVZHanVwV2dVdEd6T0E2T09WUWYxa1lxZ2QmI3hBO0Y4OFdIazc4eHZQZXAzS21XZDVyNkd5dHhYOTVNYjBsUVQreW9wVmo0ZStLczEvTEh5dDV2OHdYaStkUE5tcDNRZ3VtOWV3MG1PV1MmI3hBO09KMVAySGRGWUtzWUgyVS9hNm4zVlMvOHVkVjFqeTcrYm1yK1VOVnZyaTZ0cmtPdGo5WmxlVDdBOWVBZ3VXcHloSnJUdmlyWG52Vk4mI3hBO1k4eS9uSnB2bFhTNzY0dHJLekVhWC8xYVY0d1IvZnprbENCVVIwVWUrS3ZjY0NYWXE3RlVvMWZ5ellhaldTbm8zSi8zY2c2LzZ5OTgmI3hBOzAvYVBZbUhVK3I2Wjk0L1NPcm5hYlh6eGJjNDl6RDlSOHQ2cllrczhSbGlIKzdZdmlGUGNkUjlPY1hyT3hkUmczTWVLUGVOLzJoM20mI3hBO0RYWThuSTBlNHNnOHJlWVByYXJwdDU4YzNFaUp6dUhVRGRXOXdQdnpvdXdlMS9HSGdaTjVWc2U4ZHgrSHpkWjJob3VEOTVIbDl5VmUmI3hBO1l2TE0xbEkxemFxWHN5YWtEY3greDl2Zk5SMngySkxBVFBHTHhmN245bm01dWkxNHlEaGw5ZjNwVnArcDN1bnkrcGF5RkNmdEwxVnYmI3hBO21NMU9rMTJYVHk0c1pyN2o4SE16WUlaQlVneWEwODl4RUFYZHN5dDNhSWdnL3dDeGFuNjg2blQrMVVhL2VRUCtiK28vcmRSazdJUDgmI3hBO012bWpoNTAwVWlwTWc5aW45RG1lUGFYUy93Qkw1T09leTgzbDgxR2J6enBpajkxRExJM2FvVlI5OVNmd3lqSjdVNEI5TVpINUQ5TFomI3hBO0hzbkllWkFTZSs4NmFuT0NsdXEycUh1dnhQOEE4RWY2WnB0VjdTNThncUFFQjh6OC93QmpuWWV5OGNkNWVwSTFXNXVwNkFQTlBJZmQmI3hBO21Zbk5DQlBMUGE1VGw4U1hZRXhoSHVBWmg1ZjhwTGJzdDFxQUR6RGVPRHFxbnhieE9kbjJSN1BqR1JremJ5NlI3dmYzbDBlczdTNHYmI3hBO1REbDNzbnpxblVPeFY1citjM21qeTlwY0duNmI1aTBJNnJwZW9NeEZ4NmhqOUY0eUFTcFZTd2JpOVJ4WVZ3cTh4L01EeUgrWEdrYUkmI3hBO2RlOHIrWlZlNURJMXRZQ2VPZDNMTUIrN01mR1JPQStJOHE5TVVJRFc3L1g0N2J5RjUzMVpaYm4wS1J0Y1NWTFNmVWIxNVkrUlA3VHgmI3hBO3RzVDlxbGNWZTMrWXZ6aDhsNlY1ZS9TMXJmd2FuTElGTnRZUVNxSm41TUFlUzd0SHhCcWVTOXZIQWw1bCtjL21hVHpONUE4dDYyMWsmI3hBOzFnbDNkVG1LQjM1dHdVY1ExYUw5cmpVYmRNS0hyL20zL3dBbHByUC9BR3hybi9xRmJBbDg5VzMvQUpJUzYvOEFBakgvQUZDSmhRK2cmI3hBO1BMdDNjV2Y1VmFaZDI2OHJpMzBLQ1dGYVZxNldhc29wMzNHQkx3Mzh0dEo4aithN25VOVY4K2EzWFV2VURMRGMzSzI0ZEN0VEp6WXEmI3hBO1dvZHVLa2NRUHVLSGFYSDVRaS9PM1I0ZktlK2tRM0VVYXVHa2NQSXFrU01yU0VrZ252MDhOc1ZaTCtRUC9LZGVhL2szL1VRY1NyZjUmI3hBO3NmOEFrOWZKdi9idC93QzZoSmlsajJqZVJMSHpsK1pubmpUN21Sb3BZWnRRbHM1Rk5GV2Y2MlZSbkZOMUhMY1lvWmIrUjNuRzkwNi8mI3hBO3VmeSsxK3NWN1pQSU5QOEFVTzRLRW1TQUh2OEF6cDdWOXNVdGZuNXAxeG8rdWVYL0FEellMU2EwbVNDNEkycTBiZXJEWC9XSE5UOUEmI3hBO3hDcnZ5QTB5NDFUVTlmOEFPOSt0YmkrbmVHQW5laGtiMXBxVjdib28ra1lsWHRXQlhZcTdGWFlxN0ZWSmJTMVNjenBDaXpNS05JRkEmI3hBO1lnK0p5bU9ueGlmR0lqaTc2M1puSklqaEpOS3ZYTG1DUmFsNVEweTdZeVExdFpUMUtDcUUrNi8wcG1nMXZzN2d6RzQraVhseStYNnEmI3hBO2RqZzdUeVEyUHFINDZwRlA1STFWRCs2ZUtaZTI1VS9jUlQ4YzBHWDJZMUVmcE1aZlorUG03R0hhMk04d1FoajVSMThFRDZ1Q1BIMUUmI3hBO3AveExNVSt6MnN2NlA5bEg5YmQvS1dIdit3cXNYa3ZXbk5HRWNZOFdldjhBeEVObDBQWnJWSG53eCtQNnJZUzdVd2psWlRPejhpUkEmI3hBO2hydTVMK0tSRGlQK0NOZjFadE5QN0t4RytTZCtRMiszOWpoNWUxei9BQWo1c2lzZE1zTEZPTnJDc2RlckRkajgyTytkSnBkRmh3Q3MmI3hBO2NSSDcvbTZ6TG5ua1BxTm9uTXBwZGlyc1ZTN1gvTHVpK1lOT2ZUdFl0RXU3UnlHOU42Z2hoMFpXVWhsYjNCeFZodG4rUXY1YjIxMmwmI3hBO3g5U2xuQ0hrSVpwbmFQMnF1MVI3RTQyck05Ujh2NkpxV2tuU0wyeWhtMHppcUMwS2dScXFmWjRCYWNlUGJqMHhWaGx0K1FuNWJRWGEmI3hBOzNIMUdXVUtlUWdsbmthUDJxS2drZk00MnJJdk0za0x5eDVrc2JTeDFTMTVXbGlhMnNNTE5DcURqeEFBaks3QlJRREZVM3ZkTHM3M1MmI3hBO3A5S3VGTFdWekE5cktnSkJNVWlHTmh5Ry93Qms5Y1ZZd3Y1UytTRjh1UDVkRnBKK2lwTHI2ODBYclNjdlg0Q1BsenJ5cHhIVEZXVTYmI3hBO2JwOXJwMm5XdW4yaWxMV3poanQ0RUpMRVJ4S0VVRW5jN0RGV0VhbitSbjVjNmhmUGVOWVBidkkzS1NLM2xhT0ludlJCc3Y4QXNhWTImI3hBO3FPc1B5ajhoYWRxMXBxdGpweHQ3dXg0bTNLU3ljUVZCQUxLV1BJNzdrNHFqL0xma0R5ejVjMUc4MURTcmQ0cnEvcjlaZHBIY0dyYzkmI3hBO2d4SUc1N1lxN1dmSVBsbldQTU5qNWh2N2Q1TlUwNzB2cWtxeU9xcjZFcG1qcWdJVTBkaWQ4VlhhTDVGOHQ2TnJ1b2E3WVFQSHFPcG0mI3hBO1JyeVJwSFlNWlpQVmVpc1NCOGZoaXFoclA1YmVVdFgxK0x6QmRXMGk2dkNZeWwxRExKRTNLRTFSandJQkk2VjhNVmVZL25IK1pOdHImI3hBO3NOeDVEMGZUNTU5VWU5RnRPem9oSEtHUUZSQnhabUpkaDFOS0N2amhWNno1Sjh0eCtXL0t1bTZNbEM5ckNCT3c2Tk0veHl0OGk3R24mI3hBO3RnVlBNVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1YmI3hBO2RpcVR3ZjRQL1RiK2grai9BTk9jbTlUMC9RK3Q4cWZGeXArOHI0NHFuR0t2LzlrPTwveGFwR0ltZzppbWFnZT4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkFsdD4KICAgICAgICAgPC94YXA6VGh1bWJuYWlscz4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhhcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyI+CiAgICAgICAgIDx4YXBNTTpEb2N1bWVudElEPnV1aWQ6QTE2QjMxODVGRjUzREUxMTg2NzVFMzg1OTJGRjFCNDE8L3hhcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4YXBNTTpJbnN0YW5jZUlEPnV1aWQ6MWE5NzExNTktMTc0ZC00MTZmLThjM2QtMDg3NDRiOGFhYzRmPC94YXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eGFwTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD51dWlkOjM0ODQyMTBGMkIxOURFMTE4MTE3QjAzNzQ1RTBEQTMzPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD51dWlkOjMzODQyMTBGMkIxOURFMTE4MTE3QjAzNzQ1RTBEQTMzPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICA8L3hhcE1NOkRlcml2ZWRGcm9tPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6aWxsdXN0cmF0b3I9Imh0dHA6Ly9ucy5hZG9iZS5jb20vaWxsdXN0cmF0b3IvMS4wLyI+CiAgICAgICAgIDxpbGx1c3RyYXRvcjpTdGFydHVwUHJvZmlsZT5QcmludDwvaWxsdXN0cmF0b3I6U3RhcnR1cFByb2ZpbGU+CiAgICAgICAgIDxpbGx1c3RyYXRvcjpUeXBlPkRvY3VtZW50PC9pbGx1c3RyYXRvcjpUeXBlPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eGFwVFBnPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvdC9wZy8iCiAgICAgICAgICAgIHhtbG5zOnN0RGltPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvRGltZW5zaW9ucyMiCiAgICAgICAgICAgIHhtbG5zOnhhcEc9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9nLyI+CiAgICAgICAgIDx4YXBUUGc6TlBhZ2VzPjE8L3hhcFRQZzpOUGFnZXM+CiAgICAgICAgIDx4YXBUUGc6SGFzVmlzaWJsZVRyYW5zcGFyZW5jeT5GYWxzZTwveGFwVFBnOkhhc1Zpc2libGVUcmFuc3BhcmVuY3k+CiAgICAgICAgIDx4YXBUUGc6SGFzVmlzaWJsZU92ZXJwcmludD5GYWxzZTwveGFwVFBnOkhhc1Zpc2libGVPdmVycHJpbnQ+CiAgICAgICAgIDx4YXBUUGc6TWF4UGFnZVNpemUgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3REaW06dz4yOTcuMDAwMDAyPC9zdERpbTp3PgogICAgICAgICAgICA8c3REaW06aD4yMDkuOTk5OTk0PC9zdERpbTpoPgogICAgICAgICAgICA8c3REaW06dW5pdD5NaWxsaW1ldGVyczwvc3REaW06dW5pdD4KICAgICAgICAgPC94YXBUUGc6TWF4UGFnZVNpemU+CiAgICAgICAgIDx4YXBUUGc6UGxhdGVOYW1lcz4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGk+TWFnZW50YTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPlllbGxvdzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkJsYWNrPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94YXBUUGc6UGxhdGVOYW1lcz4KICAgICAgICAgPHhhcFRQZzpTd2F0Y2hHcm91cHM+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JvdXBOYW1lPlbDvWNob3rDrSBza3VwaW5hIHZ6b3Jrxa88L3hhcEc6Z3JvdXBOYW1lPgogICAgICAgICAgICAgICAgICA8eGFwRzpncm91cFR5cGU+MDwveGFwRzpncm91cFR5cGU+CiAgICAgICAgICAgICAgICAgIDx4YXBHOkNvbG9yYW50cz4KICAgICAgICAgICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkLDrWzDoTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPsSMZXJuw6E8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjAuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MTAwLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgxI1lcnZlbsOhPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4wLjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwMC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjEwMC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgxb5sdXTDoTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Q01ZSyB6ZWxlbsOhPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xMDAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjEwMC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgYXp1cm92w6E8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjEwMC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgbW9kcsOhPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xMDAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MTAwLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgcHVycHVyb3bDoTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4xMDAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4wLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0xNSBNPTEwMCBZPTkwIEs9MTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjE0Ljk5OTk5ODwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwMC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjkwLjAwMDAwNDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjEwLjAwMDAwMjwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MCBNPTkwIFk9ODUgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4wLjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjkwLjAwMDAwNDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+ODQuOTk5OTk2PC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTAgTT04MCBZPTk1IEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT44MC4wMDAwMDE8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93Pjk0Ljk5OTk5OTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0wIE09NTAgWT0xMDAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4wLjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjUwLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0wIE09MzUgWT04NSBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MzUuMDAwMDAyPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz44NC45OTk5OTY8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NSBNPTAgWT05MCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjUuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjkwLjAwMDAwNDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0yMCBNPTAgWT0xMDAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xOS45OTk5OTk8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01MCBNPTAgWT0xMDAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj41MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz03NSBNPTAgWT0xMDAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj43NS4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz04NSBNPTEwIFk9MTAwIEs9MTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjg0Ljk5OTk5NjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwLjAwMDAwMjwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjEwLjAwMDAwMjwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9OTAgTT0zMCBZPTk1IEs9MzA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjkwLjAwMDAwNDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjMwLjAwMDAwMTwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+OTQuOTk5OTk5PC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MzAuMDAwMDAxPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz03NSBNPTAgWT03NSBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjc1LjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz43NS4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9ODAgTT0xMCBZPTQ1IEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+ODAuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MTAuMDAwMDAyPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz40NC45OTk5OTk8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NzAgTT0xNSBZPTAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj42OS45OTk5OTk8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4xNC45OTk5OTg8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjAuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTg1IE09NTAgWT0wIEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+ODQuOTk5OTk2PC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NTAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4wLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0xMDAgTT05NSBZPTUgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xMDAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+OTQuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz41LjAwMDAwMTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0xMDAgTT0xMDAgWT0yNSBLPTI1PC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xMDAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MTAwLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MjUuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MjUuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz03NSBNPTEwMCBZPTAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj43NS4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4xMDAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4wLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01MCBNPTEwMCBZPTAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj41MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4xMDAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4wLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0zNSBNPTEwMCBZPTM1IEs9MTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjM1LjAwMDAwMjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwMC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjM1LjAwMDAwMjwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjEwLjAwMDAwMjwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MTAgTT0xMDAgWT01MCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjEwLjAwMDAwMjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwMC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjUwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0wIE09OTUgWT0yMCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+OTQuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4xOS45OTk5OTk8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MjUgTT0yNSBZPTQwIEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MjUuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MjUuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4zOS45OTk5OTg8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NDAgTT00NSBZPTUwIEs9NTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MzkuOTk5OTk4PC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NDQuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz41MC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz41LjAwMDAwMTwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NTAgTT01MCBZPTYwIEs9MjU8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjUwLjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjUwLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+NjAuMDAwMDAyPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MjUuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01NSBNPTYwIFk9NjUgSz00MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+NTUuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjAuMDAwMDAyPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz42NC45OTk5OTg8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4zOS45OTk5OTg8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTI1IE09NDAgWT02NSBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjI1LjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjM5Ljk5OTk5ODwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+NjQuOTk5OTk4PC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTMwIE09NTAgWT03NSBLPTEwPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4zMC4wMDAwMDE8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT41MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93Pjc1LjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjEwLjAwMDAwMjwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MzUgTT02MCBZPTgwIEs9MjU8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjM1LjAwMDAwMjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjYwLjAwMDAwMjwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+ODAuMDAwMDAxPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MjUuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz00MCBNPTY1IFk9OTAgSz0zNTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MzkuOTk5OTk4PC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjQuOTk5OTk4PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz45MC4wMDAwMDQ8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4zNS4wMDAwMDI8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTQwIE09NzAgWT0xMDAgSz01MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MzkuOTk5OTk4PC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjkuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4xMDAuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+NTAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01MCBNPTcwIFk9ODAgSz03MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+NTAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjkuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz44MC4wMDAwMDE8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz42OS45OTk5OTk8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgICAgICAgICAgIDwveGFwRzpDb2xvcmFudHM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JvdXBOYW1lPlByaW50IENvbG9yIEdyb3VwPC94YXBHOmdyb3VwTmFtZT4KICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JvdXBUeXBlPjE8L3hhcEc6Z3JvdXBUeXBlPgogICAgICAgICAgICAgICAgICA8eGFwRzpDb2xvcmFudHM+CiAgICAgICAgICAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTAgTT0zMCBZPTcwIEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4zMC4wMDAwMDE8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjY5Ljk5OTk5OTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01IE09NzAgWT05MCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjUuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjkuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz45MC4wMDAwMDQ8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NSBNPTkwIFk9NzUgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj41LjAwMDAwMTwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjkwLjAwMDAwNDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+NzUuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTMwIE09MCBZPTk1IEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MzAuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93Pjk0Ljk5OTk5OTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz02MCBNPTUgWT05NSBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjYwLjAwMDAwMjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjUuMDAwMDAxPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz45NC45OTk5OTk8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MzAgTT0wIFk9MTAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4zMC4wMDAwMDE8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAuMDAwMDAyPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTYwIE09MTAgWT01IEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+NjAuMDAwMDAyPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MTAuMDAwMDAyPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz41LjAwMDAwMTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz04MCBNPTUgWT0xMCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjgwLjAwMDAwMTwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjUuMDAwMDAxPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4xMC4wMDAwMDI8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgICAgICAgICAgPC94YXBHOkNvbG9yYW50cz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8eGFwRzpncm91cE5hbWU+R3JheXNjYWxlPC94YXBHOmdyb3VwTmFtZT4KICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JvdXBUeXBlPjE8L3hhcEc6Z3JvdXBUeXBlPgogICAgICAgICAgICAgICAgICA8eGFwRzpDb2xvcmFudHM+CiAgICAgICAgICAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTEwMDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkdSQVk8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmdyYXk+MjU1PC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTkwPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+R1JBWTwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JheT4yMjk8L3hhcEc6Z3JheT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPks9ODA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5HUkFZPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpncmF5PjIwMzwveGFwRzpncmF5PgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Sz03MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkdSQVk8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmdyYXk+MTc4PC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTYwPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+R1JBWTwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JheT4xNTI8L3hhcEc6Z3JheT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPks9NTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5HUkFZPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpncmF5PjEyNzwveGFwRzpncmF5PgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Sz00MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkdSQVk8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmdyYXk+MTAxPC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTMwPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+R1JBWTwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JheT43NjwveGFwRzpncmF5PgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Sz0yMDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkdSQVk8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmdyYXk+NTA8L3hhcEc6Z3JheT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPks9MTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5HUkFZPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpncmF5PjI1PC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTU8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5HUkFZPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpncmF5PjEyPC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgICAgICAgICAgIDwveGFwRzpDb2xvcmFudHM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveGFwVFBnOlN3YXRjaEdyb3Vwcz4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnBkZj0iaHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyI+CiAgICAgICAgIDxwZGY6UHJvZHVjZXI+QWRvYmUgUERGIGxpYnJhcnkgOC4wMDwvcGRmOlByb2R1Y2VyPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/Pg0KZW5kc3RyZWFtDWVuZG9iag02MiAwIG9iag08PC9PUE0gMC9CTS9Ob3JtYWwvQ0EgMS4wL09QIHRydWUvU01hc2svTm9uZS9jYSAxLjAvQUlTIGZhbHNlL29wIHRydWUvVHlwZS9FeHRHU3RhdGUvU0EgdHJ1ZT4+DWVuZG9iag02MyAwIG9iag08PC9PUE0gMS9CTS9Ob3JtYWwvQ0EgMS4wL09QIGZhbHNlL1NNYXNrL05vbmUvY2EgMS4wL0FJUyBmYWxzZS9vcCBmYWxzZS9UeXBlL0V4dEdTdGF0ZS9TQSB0cnVlPj4NZW5kb2JqDTEgMCBvYmoNPDwvSyAyIDAgUi9QYXJlbnRUcmVlIDMgMCBSL1BhcmVudFRyZWVOZXh0S2V5IDEvUm9sZU1hcCA0IDAgUi9UeXBlL1N0cnVjdFRyZWVSb290L0NsYXNzTWFwIDUgMCBSPj4NZW5kb2JqDTIgMCBvYmoNPDwvSyAxOCAwIFIvUCAxIDAgUi9TL0RvY3VtZW50L0xhbmcoY3MpPj4NZW5kb2JqDTMgMCBvYmoNPDwvTnVtc1swIDYgMCBSXT4+DWVuZG9iag00IDAgb2JqDTw8L1N0b3J5L1NlY3QvTm9ybWFsUGFyYWdyYXBoU3R5bGUvUC9BcnRpY2xlL0FydD4+DWVuZG9iag01IDAgb2JqDTw8L1BhMDw8L08vTGF5b3V0L0xpbmVIZWlnaHQgMTIuMD4+L0EwPDwvTy9MYXlvdXQvTGluZUhlaWdodCAxMy4wPj4+Pg1lbmRvYmoNNiAwIG9iag1bNyAwIFIgOCAwIFIgOSAwIFIgMTAgMCBSIDExIDAgUiAxMiAwIFIgMTMgMCBSIDE0IDAgUiAxNSAwIFIgMTYgMCBSIDE3IDAgUl0NZW5kb2JqDTcgMCBvYmoNPDwvQy9BMC9LIDAvUCAyMSAwIFIvUy9TcGFuL1BnIDM0IDAgUj4+DWVuZG9iag04IDAgb2JqDTw8L0FjdHVhbFRleHQ8RkVGRjAwMEE+L0MvQTAvSyAxL1AgMjEgMCBSL1MvU3Bhbi9QZyAzNCAwIFI+Pg1lbmRvYmoNOSAwIG9iag08PC9DL0EwL0sgMi9QIDIxIDAgUi9TL1NwYW4vUGcgMzQgMCBSPj4NZW5kb2JqDTEwIDAgb2JqDTw8L0FjdHVhbFRleHQ8RkVGRjAwQUQ+L0MvQTAvSyAzL1AgMjEgMCBSL1MvU3Bhbi9QZyAzNCAwIFI+Pg1lbmRvYmoNMTEgMCBvYmoNPDwvQy9BMC9LIDQvUCAyMSAwIFIvUy9TcGFuL1BnIDM0IDAgUj4+DWVuZG9iag0xMiAwIG9iag08PC9DL0EwL0sgNS9QIDIzIDAgUi9TL1NwYW4vUGcgMzQgMCBSPj4NZW5kb2JqDTEzIDAgb2JqDTw8L0MvQTAvSyA2L1AgMjYgMCBSL1MvU3Bhbi9QZyAzNCAwIFI+Pg1lbmRvYmoNMTQgMCBvYmoNPDwvQWN0dWFsVGV4dDxGRUZGMDAwQT4vQy9BMC9LIDcvUCAyNiAwIFIvUy9TcGFuL1BnIDM0IDAgUj4+DWVuZG9iag0xNSAwIG9iag08PC9BPDwvTy9MYXlvdXQvTGluZUhlaWdodCAxMS4wPj4vSyA4L1AgMjcgMCBSL1MvU3Bhbi9QZyAzNCAwIFI+Pg1lbmRvYmoNMTYgMCBvYmoNPDwvQTw8L08vTGF5b3V0L0xpbmVIZWlnaHQgMTUuMD4+L0sgOS9QIDI4IDAgUi9TL1NwYW4vUGcgMzQgMCBSPj4NZW5kb2JqDTE3IDAgb2JqDTw8L0E8PC9QbGFjZW1lbnQvQmxvY2svTy9MYXlvdXQvQkJveFsxODYuMTk1IDczMy40NzggNDI1LjgyMSA2NjUuMTI0XT4+L0sgMTAvUCAxOCAwIFIvUy9GaWd1cmUvUGcgMzQgMCBSPj4NZW5kb2JqDTE4IDAgb2JqDTw8L0tbMTcgMCBSIDE5IDAgUiAyMCAwIFJdL1AgMiAwIFIvUy9BcnRpY2xlPj4NZW5kb2JqDTE5IDAgb2JqDTw8L0sgMjggMCBSL1AgMTggMCBSL1MvU3Rvcnk+Pg1lbmRvYmoNMjAgMCBvYmoNPDwvS1syMSAwIFIgMjIgMCBSIDIzIDAgUiAyNCAwIFIgMjUgMCBSIDI2IDAgUiAyNyAwIFJdL1AgMTggMCBSL1MvU3Rvcnk+Pg1lbmRvYmoNMjEgMCBvYmoNPDwvQy9QYTAvS1s3IDAgUiA4IDAgUiA5IDAgUiAxMCAwIFIgMTEgMCBSXS9QIDIwIDAgUi9TL05vcm1hbFBhcmFncmFwaFN0eWxlPj4NZW5kb2JqDTIyIDAgb2JqDTw8L0MvUGEwL1AgMjAgMCBSL1MvTm9ybWFsUGFyYWdyYXBoU3R5bGU+Pg1lbmRvYmoNMjMgMCBvYmoNPDwvQy9QYTAvSyAxMiAwIFIvUCAyMCAwIFIvUy9Ob3JtYWxQYXJhZ3JhcGhTdHlsZT4+DWVuZG9iag0yNCAwIG9iag08PC9DL1BhMC9QIDIwIDAgUi9TL05vcm1hbFBhcmFncmFwaFN0eWxlPj4NZW5kb2JqDTI1IDAgb2JqDTw8L0MvUGEwL1AgMjAgMCBSL1MvTm9ybWFsUGFyYWdyYXBoU3R5bGU+Pg1lbmRvYmoNMjYgMCBvYmoNPDwvQy9QYTAvS1sxMyAwIFIgMTQgMCBSXS9QIDIwIDAgUi9TL05vcm1hbFBhcmFncmFwaFN0eWxlPj4NZW5kb2JqDTI3IDAgb2JqDTw8L0MvUGEwL0sgMTUgMCBSL1AgMjAgMCBSL1MvTm9ybWFsUGFyYWdyYXBoU3R5bGU+Pg1lbmRvYmoNMjggMCBvYmoNPDwvQy9QYTAvSyAxNiAwIFIvUCAxOSAwIFIvUy9Ob3JtYWxQYXJhZ3JhcGhTdHlsZT4+DWVuZG9iag0yOSAwIG9iag08PC9Db3VudCAxL1R5cGUvUGFnZXMvS2lkc1szNCAwIFJdPj4NZW5kb2JqDTMwIDAgb2JqDTw8L1N1YnR5cGUvWE1ML0xlbmd0aCAxMDQ0OC9UeXBlL01ldGFkYXRhPj5zdHJlYW0NCjw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDQuMS1jMDM3IDQ2LjI4MjY5NiwgTW9uIEFwciAwMiAyMDA3IDE4OjM2OjQyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4YXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RNZnM9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9NYW5pZmVzdEl0ZW0jIgogICAgICAgICAgICB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyI+CiAgICAgICAgIDx4YXBNTTpJbnN0YW5jZUlEPnV1aWQ6ODZmNjExMzItOWRhMS00YjRmLWExMmMtNzg3OWIyNzAwMWM1PC94YXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eGFwTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDppbmRkOjcwMzQ5YjYyLTUzZmUtMTFkZS04N2RjLThiZTg2NDRmNjQyZDwveGFwTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhhcE1NOlJlbmRpdGlvbkNsYXNzPnByb29mOnBkZjwveGFwTU06UmVuZGl0aW9uQ2xhc3M+CiAgICAgICAgIDx4YXBNTTpNYW5pZmVzdD4KICAgICAgICAgICAgPHJkZjpCYWc+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RNZnM6bGlua0Zvcm0+UmVmZXJlbmNlU3RyZWFtPC9zdE1mczpsaW5rRm9ybT4KICAgICAgICAgICAgICAgICAgPHhhcE1NOnBsYWNlZFhSZXNvbHV0aW9uPjcyLjAwPC94YXBNTTpwbGFjZWRYUmVzb2x1dGlvbj4KICAgICAgICAgICAgICAgICAgPHhhcE1NOnBsYWNlZFlSZXNvbHV0aW9uPjcyLjAwPC94YXBNTTpwbGFjZWRZUmVzb2x1dGlvbj4KICAgICAgICAgICAgICAgICAgPHhhcE1NOnBsYWNlZFJlc29sdXRpb25Vbml0PkluY2hlczwveGFwTU06cGxhY2VkUmVzb2x1dGlvblVuaXQ+CiAgICAgICAgICAgICAgICAgIDxzdE1mczpyZWZlcmVuY2UgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD51dWlkOjFhOTcxMTU5LTE3NGQtNDE2Zi04YzNkLTA4NzQ0YjhhYWM0Zjwvc3RSZWY6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgICAgPHN0UmVmOmRvY3VtZW50SUQ+dXVpZDpBMTZCMzE4NUZGNTNERTExODY3NUUzODU5MkZGMUI0MTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgICAgICAgPC9zdE1mczpyZWZlcmVuY2U+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpCYWc+CiAgICAgICAgIDwveGFwTU06TWFuaWZlc3Q+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4YXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhhcEdJbWc9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9nL2ltZy8iPgogICAgICAgICA8eGFwOkNyZWF0ZURhdGU+MjAwOS0wNi0wOFQwOTo1NjoyOCswMjowMDwveGFwOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4YXA6TW9kaWZ5RGF0ZT4yMDA5LTA2LTA4VDA5OjU2OjI5KzAyOjAwPC94YXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhhcDpNZXRhZGF0YURhdGU+MjAwOS0wNi0wOFQwOTo1NjoyOSswMjowMDwveGFwOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhhcDpDcmVhdG9yVG9vbD5BZG9iZSBJbkRlc2lnbiBDUzMgKDUuMC40KTwveGFwOkNyZWF0b3JUb29sPgogICAgICAgICA8eGFwOlRodW1ibmFpbHM+CiAgICAgICAgICAgIDxyZGY6QWx0PgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHhhcEdJbWc6Zm9ybWF0PkpQRUc8L3hhcEdJbWc6Zm9ybWF0PgogICAgICAgICAgICAgICAgICA8eGFwR0ltZzp3aWR0aD4yNTY8L3hhcEdJbWc6d2lkdGg+CiAgICAgICAgICAgICAgICAgIDx4YXBHSW1nOmhlaWdodD4yNTY8L3hhcEdJbWc6aGVpZ2h0PgogICAgICAgICAgICAgICAgICA8eGFwR0ltZzppbWFnZT4vOWovNEFBUVNrWkpSZ0FCQWdFQVNBQklBQUQvN1FBc1VHaHZkRzl6YUc5d0lETXVNQUE0UWtsTkErMEFBQUFBQUJBQVNBQUFBQUVBJiN4QTtBUUJJQUFBQUFRQUIvKzRBRTBGa2IySmxBR1FBQUFBQUFRVUFBbUdJLzlzQWhBQUtCd2NIQndjS0J3Y0tEZ2tKQ1E0UkRBc0xEQkVVJiN4QTtFQkFRRUJBVUVROFJFUkVSRHhFUkZ4b2FHaGNSSHlFaElTRWZLeTB0TFNzeU1qSXlNakl5TWpJeUFRc0pDUTRNRGg4WEZ4OHJJaDBpJiN4QTtLeklyS3lzck1qSXlNakl5TWpJeU1qSXlNakl5TWpJK1BqNCtQakpBUUVCQVFFQkFRRUJBUUVCQVFFQkFRRUJBUUVEL3dBQVJDQUVBJiN4QTtBTFVEQVJFQUFoRUJBeEVCLzhRQm9nQUFBQWNCQVFFQkFRQUFBQUFBQUFBQUJBVURBZ1lCQUFjSUNRb0xBUUFDQWdNQkFRRUJBUUFBJiN4QTtBQUFBQUFBQkFBSURCQVVHQndnSkNnc1FBQUlCQXdNQ0JBSUdCd01FQWdZQ2N3RUNBeEVFQUFVaEVqRkJVUVlUWVNKeGdSUXlrYUVIJiN4QTtGYkZDSThGUzBlRXpGbUx3SkhLQzhTVkRORk9Tb3JKamM4STFSQ2VUbzdNMkYxUmtkTVBTNGdnbWd3a0tHQm1FbEVWR3BMUlcwMVVvJiN4QTtHdkxqODhUVTVQUmxkWVdWcGJYRjFlWDFabmFHbHFhMnh0Ym05amRIVjJkM2g1ZW50OGZYNS9jNFNGaG9lSWlZcUxqSTJPajRLVGxKJiN4QTtXV2w1aVptcHVjblo2ZmtxT2twYWFucUttcXE2eXRycStoRUFBZ0lCQWdNRkJRUUZCZ1FJQXdOdEFRQUNFUU1FSVJJeFFRVlJFMkVpJiN4QTtCbkdCa1RLaHNmQVV3ZEhoSTBJVlVtSnk4VE1rTkVPQ0ZwSlRKYUpqc3NJSGM5STE0a1NERjFTVENBa0tHQmttTmtVYUoyUjBWVGZ5JiN4QTtvN1BES0NuVDQvT0VsS1MweE5UazlHVjFoWldsdGNYVjVmVkdWbVoyaHBhbXRzYlc1dlpIVjJkM2g1ZW50OGZYNS9jNFNGaG9lSWlZJiN4QTtxTGpJMk9qNE9VbFphWG1KbWFtNXlkbnArU282U2xwcWVvcWFxcnJLMnVyNi85b0FEQU1CQUFJUkF4RUFQd0NiZVUvS2ZsVzU4cTZMJiN4QTtjWEdpNmZOTk5wOXJKSkpKYXdzN3UwTWJNek0wWkpKSjNPS3B0L2d6eWY4QTlXSFRmK2tPRC9xbmlydjhHZVQvQVBxdzZiLzBod2Y5JiN4QTtVOFZkL2d6eWYvMVlkTi82UTRQK3FlS3Uvd0FHZVQvK3JEcHYvU0hCL3dCVThWZC9nenlmL3dCV0hUZitrT0QvQUtwNHE3L0Juay8vJiN4QTtBS3NPbS84QVNIQi8xVHhWMytEUEovOEExWWROL3dDa09EL3FuaXJ2OEdlVC93RHF3NmIvQU5JY0gvVlBGWGY0TThuL0FQVmgwMy9wJiN4QTtEZy82cDRxNy9Cbmsvd0Q2c09tLzlJY0gvVlBGWGY0TThuLzlXSFRmK2tPRC9xbmlydjhBQm5rLy9xdzZiLzBod2Y4QVZQRlhmNE04JiN4QTtuLzhBVmgwMy9wRGcvd0NxZUt1L3daNVAvd0NyRHB2L0FFaHdmOVU4VmQvZ3p5Zi9BTldIVGY4QXBEZy82cDRxNy9CbmsvOEE2c09tJiN4QTsvd0RTSEIvMVR4VjMrRFBKL3dEMVlkTi82UTRQK3FlS3Uvd1o1UDhBK3JEcHYvU0hCLzFUeFYzK0RQSi8vVmgwMy9wRGcvNnA0cTcvJiN4QTtBQVo1UC82c09tLzlJY0gvQUZUeFYzK0RQSi8vQUZZZE4vNlE0UDhBcW5pcnY4R2VULzhBcXc2Yi93QkljSC9WUEZYZVRQOEFsRDlCJiN4QTsvd0MyYlovOG1JOFZUckZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcWt2a3ovbEQ5JiN4QTtCLzdadG4veVlqeFZPc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcVMrVFArVVAwJiN4QTtIL3RtMmY4QXlZanhWT3NWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXFTK1RQK1VQJiN4QTswSC90bTJmL0FDWWp4Vk9zVmRpcnNWZGlyc1ZVTHlkcmEyZWRWNWxBRHhyVHVCbEdzem5CaE13THBzdzR4a21JcGJiNjg4ODBjSWdGJiN4QTtaR0MxNWRLbnI5bk5WZzdkbGx5Q1BCek5jLzJPWGs3UEVJazhYSk1MdTlqdFFxa0dTV1RaSTAzWTVzdFZySWFlaHprZVFEaTRjQnllJiN4QTtRNzFJM1dvaGVac2g3cUpRVC94SEtqcXRXQmZoZjdJZnFaK0ZodXVQN0YzNlR0L3FyM1ZHcEdRc2lVSE5TVFNoQkl3L3luaThFNUtPJiN4QTsyeEhVSS9LejR4SHZWVnZMWTI2WEx5TEZISlRpWkNGM1BiYzljeXNHYU9iR0pEa1dySkF3a1FWSzAxU3p2TGExdVZrRVgxNk5aWVk1JiN4QTtTcXlGWEFZRGp5TysvYkxHTGNPcDZmT2s4a2R3aFMxa01NekU4UWpyMUJMVXhWWEU4SkRNSkZJVlE3SGtLQlR1R1B0dGlxa3Q5RTk4JiN4QTs5Z2dKZU9OWldhcThSeUpBWDdYS3UxZW1Lb25GWFlxN0ZYWXE3RlhZcTdGVWw4bWY4b2ZvUC9iTnMvOEFreEhpcWRZcTdGWFlxN0ZYJiN4QTtZcXB6UkNhRjRXMkVpbFNmbUtaWG14RExqTVQxRk1vUzRKQTl6R2JKV3RkVGlqbUhGa2s0bjVuYitPY25vb25CcklpWFEwN2pPUmt3JiN4QTtFanVUS1dSa3U5UXVSdkpieHFzVmQrSVlia1p0Y3VReHo1cC94UWlPSHljU0VRY2VPUFFuZERUd05IWlEzS1hValQzQldvTDdIbHYyJiN4QTszMnpFejRERFR3bU1rdU9kZFc3SGtFc2hpWWlvcXQ4NkxOZmxOMDlKRmsvNHlFZ0wrR1hhNlVSUE5YTGhBUDhBV3ZacjA0SmpDKzgvJiN4QTtKU25zYm1PWFRycjZrZFJpaXRab0hnQmpCU1NZd3NIcE82TFNpTXA3NzV0OUJqT1BUd0I3bkQxRWhMSVNrTnhvMnRycDhWZzlzeVROJiN4QTthMmtFUG90YUJYa2hRTzZ6U1RzWmVTRldLaVBhZ3JYcm1TMUpwTHA5elpYTWw1TlplcmJXMS9OZU12S0ZSSWswVEtzaStwS2c1UnNkJiN4QTsrZkhyVVlxb2p5L2Z4cEFPQ1cxdGZ5eVI2aENXVUNLM2E1YTVnaUZEeE96dEVRdjgrMnd4VmZwMmhhaEJxY0xYQ1hCOUM4dUxuNndHJiN4QTt0VmhLeStyUWdyR2JsaXdjQmxhZzk5aGlyTHNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi95aCtnL3dEYk5zLytURWVLcDFpcnNWZGlyc1ZkJiN4QTtpcnNWUU4vcGtWN1I2K25NdlJ4L0hNRFg5bVExVy9LWGU1R24xVXNXM01LTWxwZWhsdTFWSG5DK2xQSFg0WlU4ZHdOOHg4bWsxQUl5JiN4QTtBQXpyaGtPa2cyUnpZNjRkNjVnOXlGRnZhMEsvbzY0NW5hbS9FSDJhdVlnMCtEY2VCTy9zK2JmNG1UL1ZJMGlMWFRYY29iaU5ZSUkyJiN4QTs1cmJnOGlXL21rYnZtVnBlelpTSTR4d3dHNGp6Mzc1RnB5Nm9BSGhOazlmMU5hemI2akxkV1V0aUpXRVRmdkZXUXBIOXFNMWs0enduJiN4QTtvRDJjZGZoM3pjT0VsMFdrYWhjdFlMZXBkQm9aZzk3S2JvMFp4YjNVYnl3ZW5OelJHa2tYNFJ4MlAyUUs0cXAvb3ZYRzAyTDZ5TGlhJiN4QTs3a2FIMXdMaGp4Q1d5QWxWVzZnVCsrcldqZGQ5OXNWWHlhUnJrMWxFNWtsVytrZUV6RjVmVWpqNFBidnpFSms5UDRUR1R0MStuRlVSJiN4QTtiTHFKMUcwc3BKWFVDRlpyMURLWEt0Q3pvcERCaWVNN09HRmFmQ2hGT29DckljVmRpcnNWZGlyc1ZkaXJzVlNYeVoveWgrZy85czJ6JiN4QTsvd0NURWVLcDFpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZTWHlaL3loK2cvd0RiJiN4QTtOcy8rVEVlS3AxaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi93QW9mb1AvJiN4QTtBR3piUC9reEhpcWRZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZVbDhtZjhvZm9QJiN4QTsvYk5zL3dEa3hIaXFkWXFoNzYrdGROdFh2YjEvU2dpcHplaGFuSWhCc2dKNm5GVW8vd0FjZVYvK1c3L2tsTi8xU3hWMytPUEsvd0R5JiN4QTszZjhBSktiL0FLcFlxNy9ISGxmL0FKYnYrU1UzL1ZMRlhmNDQ4ci84dDMvSktiL3FsaXJ2OGNlVi93RGx1LzVKVGY4QVZMRlhmNDQ4JiN4QTtyLzhBTGQveVNtLzZwWXE3L0hIbGYvbHUvd0NTVTMvVkxGWGY0NDhyL3dETGQveVNtLzZwWXE3L0FCeDVYLzViditTVTMvVkxGVVJZJiN4QTsrYXRCMUs2U3lzcnIxWjVhOEU5T1JhOFFYTzdvQjBHS3B2aXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi95aCtnLzlzMnovd0NUJiN4QTtFZUtwMWlxamRXdHZld05iWGNhelF5VTVJMjROQ0dINGpGVXYvd0FMZVhmK3JmRC9BTURpcnY4QUMzbDMvcTN3L3dEQTRxNy9BQXQ1JiN4QTtkLzZ0OFA4QXdPS3Uvd0FMZVhmK3JmRC9BTURpcnY4QUMzbDMvcTN3L3dEQTRxNy9BQXQ1ZC82dDhQOEF3T0t1L3dBTGVYZityZkQvJiN4QTtBTURpcnY4QUMzbDMvcTN3L3dEQTRxNy9BQXQ1ZC82dDhQOEF3T0txdHJvR2pXVTYzTnBaeFF6UjE0dW9vUlVGVCtCeFZNY1ZkaXJzJiN4QTtWZGlyc1ZkaXJzVmRpcnNWZGlxUytUUCtVUDBIL3RtMmYvSmlQRlU2eFZDYXBxQ2FWWXkzOGtiekxEeHFrUXF4NU1xYkFrZnpZcXg3JiN4QTsvbFlGai8xYjd6L2dGLzVyeFYzL0FDc0N4LzZ0OTUvd0MvOEFOZUtwN28rclJhelovWElvcElGNWxPRXdBYW9wdnNUNDRxajhWZGlyJiN4QTtzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi95aCtnLzlzMnovQU9URWVLcDFpcVcrWUpIaTBpNGtTN0duJiN4QTtzT0ZMa2dzRXE2RG9LOWVuMDRxd3o5SVhmL1UyeC84QUlwLythTVZkK2tMdi9xYlkvd0RrVS84QXpSaXJ2MGhkL3dEVTJ4Lzhpbi81JiN4QTtveFYzNlF1LytwdGovd0NSVC84QU5HS3UvU0YzL3dCVGJIL3lLZjhBNW94VjM2UXUvd0RxYlkvK1JULzgwWXE3OUlYZi9VMngvd0RJJiN4QTtwLzhBbWpGWGZwQzcvd0NwdGovNUZQOEE4MFlxNzlJWGYvVTJ4LzhBSXAvK2FNVmQra0x2L3FiWS93RGtVLzhBelJpcnYwaGQvd0RVJiN4QTsyeC84aW4vNW94VjM2UXUvK3B0ai93Q1JULzhBTkdLdS9TRjMvd0JUYkgveUtmOEE1b3hWMzZRdS93RHFiWS8rUlQvODBZcTc5SVhmJiN4QTsvVTJ4L3dESXAvOEFtakZVNFRRdk5zaUs2YS9WV0FZSDArb09LcG5vbW02NVpUeVNhcHFQMTZOazRvbkhqeGFvTmNWVHJGWFlxN0ZVJiN4QTtsOG1mOG9mb1AvYk5zLzhBa3hIaXFkWXFvM1VGdGN3TkJlSWtzRDA1cElBVk5DQ0tnKzR4VkwvMEY1Yi9BT1dHMC80Qk1WZCtndkxmJiN4QTsvTERhZjhBbUt1L1FYbHYvQUpZYlQvZ0V4VjM2Qzh0LzhzTnAvd0FBbUt1L1FYbHYvbGh0UCtBVEZYZm9MeTMvQU1zTnAvd0NZcTc5JiN4QTtCZVcvK1dHMC93Q0FURlhmb0x5My93QXNOcC93Q1lxNzlCZVcvd0RsaHRQK0FURlY0OHVhQVJVYWRiVS80eHIvQUV4VjMrSE5BLzZ0JiN4QTsxdC95S1grbUt1L3c1b0gvQUZicmIva1V2OU1WZC9oelFQOEFxM1czL0lwZjZZcTcvRG1nZjlXNjIvNUZML1RGWGY0YzBEL3EzVzMvJiN4QTtBQ0tYK21LcGtxcWloVkZGVVVBSFFBWXEzaXJzVmRpcnNWU1h5Wi95aCtnLzlzMnovd0NURWVLcDFpcUUxUFRyZlZyS1hUN3JsNk0zJiN4QTtIbHdORDhMSzRvZCs2NHFrUC9LdS9ML2pQL3lNSC9OR0t1LzVWMzVmOFovK1JnLzVveFYzL0t1L0wvalAvd0FqQi96UmlyditWZCtYJiN4QTsvR2YvQUpHRC9takZYZjhBS3UvTC9qUC9BTWpCL3dBMFlxNy9BSlYzNWY4QUdmOEE1R0QvQUpveFYzL0t1L0wvQUl6L0FQSXdmODBZJiN4QTtxNy9sWGZsL3huLzVHRC9takZYZjhxNzh2K00vL0l3ZjgwWXF5V0NGTGVDT0NPdkNKVlJhOWFLS0Q5V0txbUt1eFYyS3V4VjJLdXhWJiN4QTsyS3V4VjJLdXhWSmZKbi9LSDZEL0FOczJ6LzVNUjRxbldLb2UrdnJYVGJWNzI5ZjBvSXFjM29XcHlJUWJJQ2VweFZLUDhjZVYvd0RsJiN4QTt1LzVKVGY4QVZMRlhmNDQ4ci84QUxkL3lTbS82cFlxcTJ2bS95N2VYRWRyYlhmT2FaZ2lMNlVvcVQwRldqQXhWT3NWZGlyc1ZkaXJzJiN4QTtWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi95aCtnL3dEYk5zLytURWVLcDFpcUh2dnFQMVYvMGw2WDFYYjFQckhIJiN4QTswK280OHZVK0g3VktZcWxIL09qZjlxbi9BS2Q4VmQvem8zL2FwLzZkOFZYeFMrUzRKRm1oZlM0NUVOVmREYnF5a2R3UmlxTS9UMmhmJiN4QTs5WEswL3dDUjhmOEF6VmlydjA5b1gvVnl0UDhBa2ZIL0FNMVlxaWJXK3NyME0xbGNSWElTZ1l3dXJnRTlLOFNjVlY4VmRpcnNWZGlyJiN4QTtzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlxUytUUCtVUDBIL3RtMmYvQUNZanhWT3NWVUx5enRyKzNlMHZJeExCSlRtaHJROFNHSFNuJiN4QTtjWXFsbitEL0FDMS95d1IvZS84QXpWaXJ2OEgrV3Y4QWxnais5LzhBbXJGWGY0UDh0ZjhBTEJIOTcvOEFOV0t1L3dBSCtXditXQ1A3JiN4QTszLzVxeFYzK0QvTFgvTEJIOTcvODFZcWp0UDBuVHRLVjEwK0JZQktRWENrbXBIVDdSUGppcU14VjJLdXhWMkt1eFYyS3V4VjJLdXhWJiN4QTsyS3V4VjJLdXhWMktwTDVNL3dDVVAwSC9BTFp0bi95WWp4Vk9zVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyJiN4QTtzVmRpcnNWZGlyc1ZkaXFTK1RQK1VQMEgvdG0yZi9KaVBGVTZ4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1JiN4QTt4VjJLdXhWMkt1eFYyS3BMNU0vNVEvUWYrMmJaL3dESmlQRlU2eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLJiN4QTt1eFYyS3V4VjJLdXhWMktwTDVNLzVRL1FmKzJiWi84QUppUEZVNnhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyJiN4QTtLdXhWMkt1eFYyS3V4VjJLcEw1TS93Q1VQMEgvQUxadG4veVlqeFZPc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzJiN4QTtWZGlyc1ZkaXJzVmRpcnNWZGlxUytUUCtVUDBIL3RtMmYvSmlQRlU2eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4JiN4QTtWMkt1eFYyS3V4VjJLdXhWMktwTDVNLzVRL1FmKzJiWi93REppUEZVNnhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1JiN4QTt4VjJLdXhWMkt1eFYyS3V4VjJLcEw1TS81US9RZisyYlovOEFKaVBGVTZ4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLJiN4QTt1eFYyS3V4VjJLdXhWMkt1eFYyS3BMNU0vd0NVUDBIL0FMWnRuL3lZanhWT3NWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWJiN4QTtkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcVMrVFArVVAwSC90bTJmL0ppUEZVNnhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWJiN4QTsyS3V4VjJLdXhWMkt1eFYyS3V4VjJLcEw1TS81US9RZisyYlovd0RKaVBGVTZ4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4JiN4QTtWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3BMNU0vNVEvUWYrMmJaLzhBSmlQRlU2eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1JiN4QTt4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMktzUDhBS2ZtenlyYmVWZEZ0N2pXdFBobWgwKzFqa2prdW9WZEhXR05XVmxhUUVFRWJqRlUyJiN4QTsvd0FaK1QvK3I5cHYvU1pCL3dCVk1WZC9qUHlmL3dCWDdUZitreUQvQUtxWXE3L0dmay8vQUt2Mm0vOEFTWkIvMVV4VjMrTS9KLzhBJiN4QTsxZnROL3dDa3lEL3FwaXJ2OForVC93RHEvYWIvQU5Ka0gvVlRGWGY0ejhuL0FQViswMy9wTWcvNnFZcTcvR2ZrL3dENnYybS85SmtIJiN4QTsvVlRGWGY0ejhuLzlYN1RmK2t5RC9xcGlydjhBR2ZrLy9xL2FiLzBtUWY4QVZURlhmNHo4bi84QVYrMDMvcE1nL3dDcW1LdS94bjVQJiN4QTsvd0NyOXB2L0FFbVFmOVZNVmQvalB5Zi9BTlg3VGY4QXBNZy82cVlxNy9HZmsvOEE2djJtL3dEU1pCLzFVeFYzK00vSi93RDFmdE4vJiN4QTs2VElQK3FtS3UveG41UDhBK3I5cHYvU1pCLzFVeFYzK00vSi8vViswMy9wTWcvNnFZcTcvQUJuNVAvNnYybS85SmtIL0FGVXhWMytNJiN4QTsvSi8vQUZmdE4vNlRJUDhBcXBpcnY4WitULzhBcS9hYi93QkprSC9WVEZYZjR6OG4vd0RWKzAzL0FLVElQK3FtS3UveG41UC9BT3I5JiN4QTtwdjhBMG1RZjlWTVZkL2pQeWY4QTlYN1RmK2t5RC9xcGlyLy8yUT09PC94YXBHSW1nOmltYWdlPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QWx0PgogICAgICAgICA8L3hhcDpUaHVtYm5haWxzPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj4KICAgICAgICAgPGRjOmZvcm1hdD5hcHBsaWNhdGlvbi9wZGY8L2RjOmZvcm1hdD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnBkZj0iaHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyI+CiAgICAgICAgIDxwZGY6UHJvZHVjZXI+QWRvYmUgUERGIExpYnJhcnkgOC4wPC9wZGY6UHJvZHVjZXI+CiAgICAgICAgIDxwZGY6VHJhcHBlZD5GYWxzZTwvcGRmOlRyYXBwZWQ+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+DQplbmRzdHJlYW0NZW5kb2JqDTMxIDAgb2JqDTw8L0NyZWF0aW9uRGF0ZShEOjIwMDkwNjA4MDk1NjI4KzAyJzAwJykvQ3JlYXRvcihBZG9iZSBJbkRlc2lnbiBDUzMgXCg1LjAuNFwpKS9Qcm9kdWNlcihBZG9iZSBQREYgTGlicmFyeSA4LjApL01vZERhdGUoRDoyMDA5MDYwODA5NTYyOSswMicwMCcpL1RyYXBwZWQvRmFsc2U+Pg1lbmRvYmoNeHJlZg0KMCAzMg0KMDAwMDAwMDAwMCA2NTUzNSBmDQowMDAwMTg1ODM2IDAwMDAwIG4NCjAwMDAxODU5NTAgMDAwMDAgbg0KMDAwMDE4NjAwNyAwMDAwMCBuDQowMDAwMTg2MDQxIDAwMDAwIG4NCjAwMDAxODYxMDcgMDAwMDAgbg0KMDAwMDE4NjE5MiAwMDAwMCBuDQowMDAwMTg2MjgzIDAwMDAwIG4NCjAwMDAxODYzMzggMDAwMDAgbg0KMDAwMDE4NjQxNCAwMDAwMCBuDQowMDAwMTg2NDY5IDAwMDAwIG4NCjAwMDAxODY1NDYgMDAwMDAgbg0KMDAwMDE4NjYwMiAwMDAwMCBuDQowMDAwMTg2NjU4IDAwMDAwIG4NCjAwMDAxODY3MTQgMDAwMDAgbg0KMDAwMDE4Njc5MSAwMDAwMCBuDQowMDAwMTg2ODczIDAwMDAwIG4NCjAwMDAxODY5NTUgMDAwMDAgbg0KMDAwMDE4NzA3OCAwMDAwMCBuDQowMDAwMTg3MTQxIDAwMDAwIG4NCjAwMDAxODcxODggMDAwMDAgbg0KMDAwMDE4NzI3OCAwMDAwMCBuDQowMDAwMTg3MzcyIDAwMDAwIG4NCjAwMDAxODc0MzEgMDAwMDAgbg0KMDAwMDE4NzQ5OSAwMDAwMCBuDQowMDAwMTg3NTU4IDAwMDAwIG4NCjAwMDAxODc2MTcgMDAwMDAgbg0KMDAwMDE4NzY5MyAwMDAwMCBuDQowMDAwMTg3NzYxIDAwMDAwIG4NCjAwMDAxODc4MjkgMDAwMDAgbg0KMDAwMDE4Nzg4MiAwMDAwMCBuDQowMDAwMTk4NDA5IDAwMDAwIG4NCnRyYWlsZXINCjw8L1NpemUgMzI+Pg0Kc3RhcnR4cmVmDQoxMTYNCiUlRU9GDQo=83umiUphSVaIkrlUcQMhCvqu36U= MIIM8gYJKoZIhvcNAQcCoIIM4zCCDN8CAQMxCzAJBgUrDgMCGgUAMIH5BgsqhkiG9w0BCRABBKCB 6QSB5jCB4wIBAQYIZ4EGAQUBAW4wITAJBgUrDgMCGgUABBTze6aJSmFJVoiSuVRxAyEK+q7fpQIG SrTMdT90GBMyMDA5MTEwNjIxMzkyMC4xNzlaMASAAgH0Agj1WPBz/YYRGqCBg6SBgDB+MQswCQYD VQQGEwJDWjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4M10xIDAe BgNVBAsTF1RpbWUgU3RhbXBpbmcgQXV0aG9yaXR5MR8wHQYDVQQDExZQb3N0U2lnbnVtIFRTQSAt IFRTVSAyoIIJSDCCBxowggYCoAMCAQICAwPPEzANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJD WjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4M10xIDAeBgNVBAMT F1Bvc3RTaWdudW0gUXVhbGlmaWVkIENBMB4XDTA5MDYyMjEwMTQzNVoXDTEyMDYyMjEwMTMwMFow fjELMAkGA1UEBhMCQ1oxLDAqBgNVBAoMI8SMZXNrw6EgcG/FoXRhLCBzLnAuIFtJxIwgNDcxMTQ5 ODNdMSAwHgYDVQQLExdUaW1lIFN0YW1waW5nIEF1dGhvcml0eTEfMB0GA1UEAxMWUG9zdFNpZ251 bSBUU0EgLSBUU1UgMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKiYbmlw+o+Pph45 ACOQLDvnKtK+fO5S4JSVTMKjgHjdJGCMfJVTP1jgR6CzOBuy1kjnAvvY1xudTWUPbeMLtp1PThpW UrU99dxls4QFh7oMAVBN3Wkl0oSTuVsGMe2aCZ/hEc6TzRg7nQDUVe112BKNqiCkn6XtTE8ieLmA Cw1jze8bQCa9fuEuNgB5OWmGW6B9z2MLuU8wUrHGEx22MxJnWI4MrOgQM03VY7HpRqrXAesZcUcg tPEHtFccJaMF2JmV/nUhB20EbPoVrab4nZDgldw5uK06s4J1Wcv71c8ogSZ5fNpUS3YxNLOJHa5T CH7lFFagPiA2FuAoRphV8EECAwEAAaOCA8AwggO8MAkGA1UdEwQCMAAwggEfBgNVHSAEggEWMIIB EjCCAQ4GCGeBBgEEAQduMIIBADCB1wYIKwYBBQUHAgIwgcoagcdUZW50byBrdmFsaWZpa292YW55 IHN5c3RlbW92eSBjZXJ0aWZpa2F0IGJ5bCB2eWRhbiBwb2RsZSB6YWtvbmEgMjI3LzIwMDBTYi4g YSBuYXZhem55Y2ggcHJlZHBpc3UvVGhpcyBxdWFsaWZpZWQgc3lzdGVtIGNlcnRpZmljYXRlIHdh cyBpc3N1ZWQgYWNjb3JkaW5nIHRvIExhdyBObyAyMjcvMjAwMENvbGwuIGFuZCByZWxhdGVkIHJl Z3VsYXRpb25zMCQGCCsGAQUFBwIBFhhodHRwOi8vd3d3LnBvc3RzaWdudW0uY3owGgYIKwYBBQUH AQMEDjAMMAoGCCsGAQUFBwsCMA4GA1UdDwEB/wQEAwIGwDAWBgNVHSUBAf8EDDAKBggrBgEFBQcD CDCBgQYDVR0jBHoweIAUp5+2jomTmmV2CZqV+ER+aYJq3guhXaRbMFkxCzAJBgNVBAYTAkNaMSww KgYDVQQKDCPEjGVza8OhIHBvxaF0YSwgcy5wLiBbScSMIDQ3MTE0OTgzXTEcMBoGA1UEAxMTUG9z dFNpZ251bSBSb290IFFDQYIBHDCCAaMGA1UdHwSCAZowggGWMDSgMqAwhi5odHRwOi8vd3d3LnBv c3RzaWdudW0uY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMDSgMqAwhi5odHRwOi8vcG9zdHNpZ251 bS50dGMuY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMIGSoIGPoIGMhoGJbGRhcDovL3FjYS5wb3N0 c2lnbnVtLmN6L2NuJTNkUG9zdFNpZ251bSUyMFF1YWxpZmllZCUyMENBLG8lM2RDZXNrYSUyMHBv c3RhJTIwcy5wLiUyMCU1YklDJTIwNDcxMTQ5ODMlNWQsYyUzZENaP2NlcnRpZmljYXRlUmV2b2Nh dGlvbkxpc3QwgZKggY+ggYyGgYlsZGFwOi8vcG9zdHNpZ251bS50dGMuY3ovY24lM2RQb3N0U2ln bnVtJTIwUXVhbGlmaWVkJTIwQ0EsbyUzZENlc2thJTIwcG9zdGElMjBzLnAuJTIwJTViSUMlMjA0 NzExNDk4MyU1ZCxjJTNkQ1o/Y2VydGlmaWNhdGVSZXZvY2F0aW9uTGlzdDAdBgNVHQ4EFgQUhMf0 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 n2ahE3Z+AGJELhzx 2009-11-06T22:39:20.905+01:002009-11-06T22:41:54.959+01:0072600000Provedeno úspěšně.libisds-0.10.7/server/messages/signed_sent_message-151874.zfo0000644000076400001440000002577111323056200020567 000000000000000 *H 01 0 +0 *H $151874mw7dqvwisds_tester_dva Testovič - Tester Testovič16, 30300 Pepíkov, CZ30Místní úřad FrumburkU potoka 5, 30122 Frumburk, CZfalsevqbab52Testfalsetrue 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 1tR8SyMlqtKJrntZ2e402ZAkph0= </q:dmHash>MIIM8gYJKoZIhvcNAQcCoIIM4zCCDN8CAQMxCzAJBgUrDgMCGgUAMIH5BgsqhkiG9w0BCRABBKCB 6QSB5jCB4wIBAQYIZ4EGAQUBAW4wITAJBgUrDgMCGgUABBTW1HxLIyWq0omue1nZ7jTZkCSmHQIG SrTHC9BEGBMyMDA5MTEwNjIxMzY1Mi44OTFaMASAAgH0AgiZsa5EYOhinKCBg6SBgDB+MQswCQYD VQQGEwJDWjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4M10xIDAe BgNVBAsTF1RpbWUgU3RhbXBpbmcgQXV0aG9yaXR5MR8wHQYDVQQDExZQb3N0U2lnbnVtIFRTQSAt IFRTVSAxoIIJSDCCBxowggYCoAMCAQICAwPOtjANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJD WjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4M10xIDAeBgNVBAMT F1Bvc3RTaWdudW0gUXVhbGlmaWVkIENBMB4XDTA5MDYyMjA4NDIzMFoXDTEyMDYyMjA4NDExNlow fjELMAkGA1UEBhMCQ1oxLDAqBgNVBAoMI8SMZXNrw6EgcG/FoXRhLCBzLnAuIFtJxIwgNDcxMTQ5 ODNdMSAwHgYDVQQLExdUaW1lIFN0YW1waW5nIEF1dGhvcml0eTEfMB0GA1UEAxMWUG9zdFNpZ251 bSBUU0EgLSBUU1UgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANI+c0hEU43q0xNE chsv0rgSlg7Shc5QPQAtXPW63m39JZ6icMl3JbWHRJ0lrcuhhLOISp8qb+mex8GNKyLNSEB0fGuy 1HGj9KiB5NNu9AECaMPcuqhop7+4UdRYrZ/0pFVHvF9jxOIq+s3p8vc0VMV4REeNAJv9mFdkobIp uFGEq1RvXnnPqRLdB2nVc6PDmYUtyKpkSJxS9EGvReIEgN4zsbjJbCJUop8GiLSoNM2CwkqME4C8 7Fb7B+q8ya7OINXk1pTECNB9wmVnscJXE2pzYBOZypqUo268pEeY/mGCflciKCGV8RVrUUbyIW4Q UFfmrS6EPdyAJeIQvQcjti8CAwEAAaOCA8AwggO8MAkGA1UdEwQCMAAwggEfBgNVHSAEggEWMIIB EjCCAQ4GCGeBBgEEAQduMIIBADCB1wYIKwYBBQUHAgIwgcoagcdUZW50byBrdmFsaWZpa292YW55 IHN5c3RlbW92eSBjZXJ0aWZpa2F0IGJ5bCB2eWRhbiBwb2RsZSB6YWtvbmEgMjI3LzIwMDBTYi4g YSBuYXZhem55Y2ggcHJlZHBpc3UvVGhpcyBxdWFsaWZpZWQgc3lzdGVtIGNlcnRpZmljYXRlIHdh cyBpc3N1ZWQgYWNjb3JkaW5nIHRvIExhdyBObyAyMjcvMjAwMENvbGwuIGFuZCByZWxhdGVkIHJl Z3VsYXRpb25zMCQGCCsGAQUFBwIBFhhodHRwOi8vd3d3LnBvc3RzaWdudW0uY3owGgYIKwYBBQUH AQMEDjAMMAoGCCsGAQUFBwsCMA4GA1UdDwEB/wQEAwIGwDAWBgNVHSUBAf8EDDAKBggrBgEFBQcD CDCBgQYDVR0jBHoweIAUp5+2jomTmmV2CZqV+ER+aYJq3guhXaRbMFkxCzAJBgNVBAYTAkNaMSww KgYDVQQKDCPEjGVza8OhIHBvxaF0YSwgcy5wLiBbScSMIDQ3MTE0OTgzXTEcMBoGA1UEAxMTUG9z dFNpZ251bSBSb290IFFDQYIBHDCCAaMGA1UdHwSCAZowggGWMDSgMqAwhi5odHRwOi8vd3d3LnBv c3RzaWdudW0uY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMDSgMqAwhi5odHRwOi8vcG9zdHNpZ251 bS50dGMuY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMIGSoIGPoIGMhoGJbGRhcDovL3FjYS5wb3N0 c2lnbnVtLmN6L2NuJTNkUG9zdFNpZ251bSUyMFF1YWxpZmllZCUyMENBLG8lM2RDZXNrYSUyMHBv c3RhJTIwcy5wLiUyMCU1YklDJTIwNDcxMTQ5ODMlNWQsYyUzZENaP2NlcnRpZmljYXRlUmV2b2Nh dGlvbkxpc3QwgZKggY+ggYyGgYlsZGFwOi8vcG9zdHNpZ251bS50dGMuY3ovY24lM2RQb3N0U2ln bnVtJTIwUXVhbGlmaWVkJTIwQ0EsbyUzZENlc2thJTIwcG9zdGElMjBzLnAuJTIwJTViSUMlMjA0 NzExNDk4MyU1ZCxjJTNkQ1o/Y2VydGlmaWNhdGVSZXZvY2F0aW9uTGlzdDAdBgNVHQ4EFgQU3MYE k8neIjbHqR8YqgD9z6qyJf8wDQYJKoZIhvcNAQELBQADggEBAHuj2iB52jK8dLhYte1QKOxIgNYx 0JsXWKEwRJHb9d5qKV3OxqlLmTOAtpDEtTfVohScmOkt8enIzvBokKLV54QtSFtyjpnuqUFZp8Vv NCRJ/fJq2DZX0JOniwEQ8c54rQAy8h3668+Fk6oVOhLJTAkkhghBOtgVeRqg889EtcCAO87dlJTM vPSsmcOoYE9CYc4JCUwNXuqctYasoa19YMfvapiWtesmy7k6uQ2EDXekb88v3E5bGQiQd7F/Y06f sUHEiMrLoahXsWLD7g1IndPb/NohUnDAtO/HKvt2uyxPUzZI5TDuGikzlMQQJHmzckKXsGJr8A6m 2yGnyCKiOOGhggImMIIBjwIBATCBraGBg6SBgDB+MQswCQYDVQQGEwJDWjEsMCoGA1UECgwjxIxl c2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4M10xIDAeBgNVBAsTF1RpbWUgU3RhbXBpbmcg QXV0aG9yaXR5MR8wHQYDVQQDExZQb3N0U2lnbnVtIFRTQSAtIFRTVSAxoiUKAQEwCQYFKw4DAhoF AAMVAE3xWZ57KqH36mZt9dmY0MkIziPJoCowKKQmMCQxIjAgBgNVBAMTGUxvY2FsQXVkaXQuMjhG OS01OEM4LTQxMDkwDQYJKoZIhvcNAQEFBQACBQDOnoyWMCIYDzIwMDkxMTA2MTE1MjU0WhgPMjAw OTExMDcxMTUyNTRaMHQwOgYKKwYBBAGEWQoEATEsMCowCgIFAM6ejJYCAQAwBwIBAAICA/YwBwIB AAICEa8wCgIFAM6f3hYCAQAwNgYKKwYBBAGEWQoEAjEoMCYwDAYKKwYBBAGEWQoDAqAKMAgCAQAC AwehIKEKMAgCAQACAwGGoDANBgkqhkiG9w0BAQUFAAOBgQDYdW0WL2qCdqLqHDKxcThIu5FVRk4H 44R8nEWDY4mRxTOEAHySugKoGJSzex72g4nAtu7cIItkw2oPvB3wf1ipqbl24MkmJTlltvJL2qhK /Q59lDfk6u+hlQv8p/6idSTSwv2+v6kzd+X54aBBigLq2PfycqtQyBrsVi2iD1Ht4DGCAoMwggJ/ AgEBMGQwXTELMAkGA1UEBhMCQ1oxLDAqBgNVBAoMI8SMZXNrw6EgcG/FoXRhLCBzLnAuIFtJxIwg NDcxMTQ5ODNdMSAwHgYDVQQDExdQb3N0U2lnbnVtIFF1YWxpZmllZCBDQQIDA862MAkGBSsOAwIa BQCggfUwGgYJKoZIhvcNAQkDMQ0GCyqGSIb3DQEJEAEEMCMGCSqGSIb3DQEJBDEWBBTeGENdb1zV 3+QhnXiGSY8iYTXkrjCBsQYLKoZIhvcNAQkQAgwxgaEwgZ4wgZswgYAEFE3xWZ57KqH36mZt9dmY 0MkIziPJMGgwYaRfMF0xCzAJBgNVBAYTAkNaMSwwKgYDVQQKDCPEjGVza8OhIHBvxaF0YSwgcy5w LiBbScSMIDQ3MTE0OTgzXTEgMB4GA1UEAxMXUG9zdFNpZ251bSBRdWFsaWZpZWQgQ0ECAwPOtjAW BBRZr+GE6XJHHqq186Y22UcDNQ/RVDANBgkqhkiG9w0BAQUFAASCAQBXz01muEfa2ThivIuhCS8z oCCS+TRwvEHNhEtnc2BgiueqkBanHd5xyhmZrZ08gnpdddw/GjsCjHV7U5MmQnV/yW0f3fxb/JJD Oz6C0JDTbqQeXQHMB8o4SLFfM6JHY//vL0DbRKp/kV1M+HnlasON9oxZHAwQenucOEcH1lfp+1yf /vt4rBu6FO4wGstwxIecm7tvf6/m1t3Z7YF7aWM5x6Ywj5LhwBSdwU9UWnbEo30H81lazge+y2wf vWohoteLqfO+oQMdrLIiv4tm0hPsGgCv41fYzKDgeRA2hbsHq0YGJhyAlbLnybuXDIxMtqFTB7E0 WZuu70o87xeN2T1j 2009-11-06T22:36:52.998+01:002009-11-06T22:37:29.144+01:00720G0/0  *H 0]1 0 UCZ1,0*U #Česká pošta, s.p. [IČ 47114983]1 0UPostSignum Qualified CA0 091203092353Z 101203083300Z01 0 UCZ1,0*U #Česká pošta, s.p. [IČ 47114983]1J0HU AInformační systém datových schránek - zkušební prostředí10 US74640"0  *H 0 v=tz& ]Sӆl?xlUmw۬|m8u@`?q T3orkdʴDpRx_)Yۥ"2;}l+ނ|C*ghBxd\45dMBu6HR8FRLባƍt+uɔ*Y`i Zr$`_O+1y>!7`ߑ-=mS( o޳8ƾ00)U"0 postsignum@cpost.cz U 0 U00+0 0 + 0U 00gd00+0Tento kvalifikovany systemovy certifikat byl vydan podle zakona 227/2000Sb. a navaznych predpisu/This qualified system certificate was issued according to Law No 227/2000Coll. and related regulations0$+http://www.postsignum.cz0U0U#z0xev D~ij ][0Y1 0 UCZ1,0*U #Česká pošta, s.p. [IČ 47114983]10UPostSignum Root QCA0U00420.http://www.postsignum.cz/crl/psqualifiedca.crl0420.http://postsignum.ttc.cz/crl/psqualifiedca.crl0ldap://qca.postsignum.cz/cn%3dPostSignum%20Qualified%20CA,o%3dCeska%20posta%20s.p.%20%5bIC%2047114983%5d,c%3dCZ?certificateRevocationList0ldap://postsignum.ttc.cz/cn%3dPostSignum%20Qualified%20CA,o%3dCeska%20posta%20s.p.%20%5bIC%2047114983%5d,c%3dCZ?certificateRevocationList0UYԐDZs2DAy'te0  *H ]]푧cZ+^4D8^qg3M\X'7إBBT9/ɎxK&7Sos 3gtODQdrQ*dek`tS>]WM )K7JoL$?iL&?Z~1vaa70HYv!goYwe8Ɍg(XVvԋA0c++iUoE0v]100d0]1 0 UCZ1,0*U #Česká pošta, s.p. [IČ 47114983]1 0UPostSignum Qualified CA0 +]0 *H  1  *H 0 *H  1 100112111953Z0# *H  12JWtl۞i 0  *H ZaTEIu;޹0/HpVRyqgJwcI #U{@߄zi+oQuێ&&#JsL w[0XPkc% BѦ^fq{Lj,oxuu9b$ $pom[r.2F.WISoyc;U(̓ŗ`3_ϨV EjU[]L4BElibisds-0.10.7/server/messages/signed_sent_xml_message-376701.zfo0000644000076400001440000002355611412167651021460 000000000000000 *H 010  `He0 *H $376701ga2dqwfisds_tester_tri Testovič - Tester Testovič18, 30300 Pepíkov, CZ30Institut pro místní správu Praha11000 Praha, CZfalse42nd3b9kaXML documentsfalsetrue

Text1

Text2

Text3

žluťoučký

Text1

Text1

Text2

Text1 žluťoučký
ag6xQ35TR7eC2PZYlQIEt7p10sQufCrB2H2fB3edx0w= MIINGAYJKoZIhvcNAQcCoIINCTCCDQUCAQMxDzANBglghkgBZQMEAgEFADCCAQkGCyqGSIb3DQEJ EAEEoIH5BIH2MIHzAgEBBghngQYBBQEBbjAxMA0GCWCGSAFlAwQCAQUABCBqDrFDflNHt4LY9liV AgS3unXSxC58KsHYfZ8Hd53HTAIGSrTNG+K6GBMyMDEwMDYyODE4NTIwMS41ODVaMASAAgH0Agjq VnPSPoJ1g6CBg6SBgDB+MQswCQYDVQQGEwJDWjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMu cC4gW0nEjCA0NzExNDk4M10xIDAeBgNVBAsTF1RpbWUgU3RhbXBpbmcgQXV0aG9yaXR5MR8wHQYD VQQDExZQb3N0U2lnbnVtIFRTQSAtIFRTVSAyoIIJSDCCBxowggYCoAMCAQICAwPPEzANBgkqhkiG 9w0BAQsFADBdMQswCQYDVQQGEwJDWjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nE jCA0NzExNDk4M10xIDAeBgNVBAMTF1Bvc3RTaWdudW0gUXVhbGlmaWVkIENBMB4XDTA5MDYyMjEw MTQzNVoXDTEyMDYyMjEwMTMwMFowfjELMAkGA1UEBhMCQ1oxLDAqBgNVBAoMI8SMZXNrw6EgcG/F oXRhLCBzLnAuIFtJxIwgNDcxMTQ5ODNdMSAwHgYDVQQLExdUaW1lIFN0YW1waW5nIEF1dGhvcml0 eTEfMB0GA1UEAxMWUG9zdFNpZ251bSBUU0EgLSBUU1UgMjCCASIwDQYJKoZIhvcNAQEBBQADggEP ADCCAQoCggEBAKiYbmlw+o+Pph45ACOQLDvnKtK+fO5S4JSVTMKjgHjdJGCMfJVTP1jgR6CzOBuy 1kjnAvvY1xudTWUPbeMLtp1PThpWUrU99dxls4QFh7oMAVBN3Wkl0oSTuVsGMe2aCZ/hEc6TzRg7 nQDUVe112BKNqiCkn6XtTE8ieLmACw1jze8bQCa9fuEuNgB5OWmGW6B9z2MLuU8wUrHGEx22MxJn WI4MrOgQM03VY7HpRqrXAesZcUcgtPEHtFccJaMF2JmV/nUhB20EbPoVrab4nZDgldw5uK06s4J1 Wcv71c8ogSZ5fNpUS3YxNLOJHa5TCH7lFFagPiA2FuAoRphV8EECAwEAAaOCA8AwggO8MAkGA1Ud EwQCMAAwggEfBgNVHSAEggEWMIIBEjCCAQ4GCGeBBgEEAQduMIIBADCB1wYIKwYBBQUHAgIwgcoa gcdUZW50byBrdmFsaWZpa292YW55IHN5c3RlbW92eSBjZXJ0aWZpa2F0IGJ5bCB2eWRhbiBwb2Rs ZSB6YWtvbmEgMjI3LzIwMDBTYi4gYSBuYXZhem55Y2ggcHJlZHBpc3UvVGhpcyBxdWFsaWZpZWQg c3lzdGVtIGNlcnRpZmljYXRlIHdhcyBpc3N1ZWQgYWNjb3JkaW5nIHRvIExhdyBObyAyMjcvMjAw MENvbGwuIGFuZCByZWxhdGVkIHJlZ3VsYXRpb25zMCQGCCsGAQUFBwIBFhhodHRwOi8vd3d3LnBv c3RzaWdudW0uY3owGgYIKwYBBQUHAQMEDjAMMAoGCCsGAQUFBwsCMA4GA1UdDwEB/wQEAwIGwDAW BgNVHSUBAf8EDDAKBggrBgEFBQcDCDCBgQYDVR0jBHoweIAUp5+2jomTmmV2CZqV+ER+aYJq3guh XaRbMFkxCzAJBgNVBAYTAkNaMSwwKgYDVQQKDCPEjGVza8OhIHBvxaF0YSwgcy5wLiBbScSMIDQ3 MTE0OTgzXTEcMBoGA1UEAxMTUG9zdFNpZ251bSBSb290IFFDQYIBHDCCAaMGA1UdHwSCAZowggGW MDSgMqAwhi5odHRwOi8vd3d3LnBvc3RzaWdudW0uY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMDSg MqAwhi5odHRwOi8vcG9zdHNpZ251bS50dGMuY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMIGSoIGP oIGMhoGJbGRhcDovL3FjYS5wb3N0c2lnbnVtLmN6L2NuJTNkUG9zdFNpZ251bSUyMFF1YWxpZmll ZCUyMENBLG8lM2RDZXNrYSUyMHBvc3RhJTIwcy5wLiUyMCU1YklDJTIwNDcxMTQ5ODMlNWQsYyUz ZENaP2NlcnRpZmljYXRlUmV2b2NhdGlvbkxpc3QwgZKggY+ggYyGgYlsZGFwOi8vcG9zdHNpZ251 bS50dGMuY3ovY24lM2RQb3N0U2lnbnVtJTIwUXVhbGlmaWVkJTIwQ0EsbyUzZENlc2thJTIwcG9z dGElMjBzLnAuJTIwJTViSUMlMjA0NzExNDk4MyU1ZCxjJTNkQ1o/Y2VydGlmaWNhdGVSZXZvY2F0 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 2010-06-28T20:52:01.727+02:0041
0&0t0  *H  0_1 0 UCZ1,0*U #Česká pošta, s.p. [IČ 47114983]1"0 UPostSignum Qualified CA 20 100409063000Z 110409063000Z01 0 UCZ1V0TU MMinisterstvo vnitra ČR-odbor ekonomicko-organizační pro ICT [IČ 00007064]1604U -odbor rozvoje projektů a služeb eGovernment1J0HU AInformační systém datových schránek - zkušební prostředí10 US914900"0  *H 0 nk{8nZMdݻ!+]t} ٩l;([BڲUNql/ 'БT+˲bk >n|AGι ֯^d|#Հ@СـhH&R*H%楫[>C3<~aS(S,DRw,GC# ($iQl}$x?>rб" ;(>R,cT拓M0I0-U&0$ondrej.menousek@mvcr.cz U 0 U00+0 0 + 0 U 00 gH00+0Tento kvalifikovany systemovy certifikat byl vydan podle zakona 227/2000Sb. a navaznych predpisu/This qualified system certificate was issued according to Law No 227/2000Coll. and related regulations0$+http://www.postsignum.cz0+00;+0/http://www.postsignum.cz/crt/psqualifiedca2.crt0<+00http://www2.postsignum.cz/crt/psqualifiedca2.crt0;+0/http://postsignum.ttc.cz/crt/psqualifiedca2.crt0U0U#0Lߋ&9>$.z'֗0U00531/http://www.postsignum.cz/crl/psqualifiedca2.crl06420http://www2.postsignum.cz/crl/psqualifiedca2.crl0531/http://postsignum.ttc.cz/crl/psqualifiedca2.crl0U>F[Nj6v~w0  *H   BFq~m|'I⮥5PIn(<*HSV)QrHNP&k'!j5+};2F9}x8ْS>zoE!'g1C5 BpdeǑVsA!GypM@ %jsԏSe͐9Lo`$kYeToJ[yg%6jOS5WIޮ or㸧e /Dm100f0_1 0 UCZ1,0*U #Česká pošta, s.p. [IČ 47114983]1"0 UPostSignum Qualified CA 2t0  `Hei0 *H  1  *H 0 *H  1 100628185239Z0/ *H  1" lgWi0Nzh'`l Ƹ0䲙Y00  *H rJ?Ph61\"WKmVW/K~]i@ 3 l9_ "!mCc*D)wZB;_I:(! cXg!ޓ߯l[8mۛ1>n-(6 lgtT7L(XY1&׫<'bB };󽨭۠:R07'oW7݄}PlTSɎ!0'|w8K6Ylibisds-0.10.7/server/messages/signed_delivered-DD_170272.zfo0000644000076400001440000002174011301004525020404 000000000000000 *H 01 0 +0 *H $170272mw7dqvwisds_tester_dva Testovič - Tester Testovič16, 30300 Pepíkov, CZ30Místní úřad FrumburkU potoka 5, 30122 Frumburk, CZ42vqbab520aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafalsetrueSz4v5rqG7UBpYTNPumJYr720nLs= MIIM9QYJKoZIhvcNAQcCoIIM5jCCDOICAQMxCzAJBgUrDgMCGgUAMIH5BgsqhkiG9w0BCRABBKCB 6QSB5jCB4wIBAQYIZ4EGAQUBAW4wITAJBgUrDgMCGgUABBRLPi/muobtQGlhM0+6YlivvbScuwIG SrTMefTWGBMyMDA5MTExODE0MTgxMi44MTFaMASAAgH0AgiDjvWL3Jyrn6CBg6SBgDB+MQswCQYD VQQGEwJDWjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4M10xIDAe BgNVBAsTF1RpbWUgU3RhbXBpbmcgQXV0aG9yaXR5MR8wHQYDVQQDExZQb3N0U2lnbnVtIFRTQSAt IFRTVSAyoIIJSzCCBxowggYCoAMCAQICAwPPEzANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJD WjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4M10xIDAeBgNVBAMT F1Bvc3RTaWdudW0gUXVhbGlmaWVkIENBMB4XDTA5MDYyMjEwMTQzNVoXDTEyMDYyMjEwMTMwMFow fjELMAkGA1UEBhMCQ1oxLDAqBgNVBAoMI8SMZXNrw6EgcG/FoXRhLCBzLnAuIFtJxIwgNDcxMTQ5 ODNdMSAwHgYDVQQLExdUaW1lIFN0YW1waW5nIEF1dGhvcml0eTEfMB0GA1UEAxMWUG9zdFNpZ251 bSBUU0EgLSBUU1UgMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKiYbmlw+o+Pph45 ACOQLDvnKtK+fO5S4JSVTMKjgHjdJGCMfJVTP1jgR6CzOBuy1kjnAvvY1xudTWUPbeMLtp1PThpW UrU99dxls4QFh7oMAVBN3Wkl0oSTuVsGMe2aCZ/hEc6TzRg7nQDUVe112BKNqiCkn6XtTE8ieLmA Cw1jze8bQCa9fuEuNgB5OWmGW6B9z2MLuU8wUrHGEx22MxJnWI4MrOgQM03VY7HpRqrXAesZcUcg tPEHtFccJaMF2JmV/nUhB20EbPoVrab4nZDgldw5uK06s4J1Wcv71c8ogSZ5fNpUS3YxNLOJHa5T CH7lFFagPiA2FuAoRphV8EECAwEAAaOCA8AwggO8MAkGA1UdEwQCMAAwggEfBgNVHSAEggEWMIIB EjCCAQ4GCGeBBgEEAQduMIIBADCB1wYIKwYBBQUHAgIwgcoagcdUZW50byBrdmFsaWZpa292YW55 IHN5c3RlbW92eSBjZXJ0aWZpa2F0IGJ5bCB2eWRhbiBwb2RsZSB6YWtvbmEgMjI3LzIwMDBTYi4g YSBuYXZhem55Y2ggcHJlZHBpc3UvVGhpcyBxdWFsaWZpZWQgc3lzdGVtIGNlcnRpZmljYXRlIHdh cyBpc3N1ZWQgYWNjb3JkaW5nIHRvIExhdyBObyAyMjcvMjAwMENvbGwuIGFuZCByZWxhdGVkIHJl Z3VsYXRpb25zMCQGCCsGAQUFBwIBFhhodHRwOi8vd3d3LnBvc3RzaWdudW0uY3owGgYIKwYBBQUH AQMEDjAMMAoGCCsGAQUFBwsCMA4GA1UdDwEB/wQEAwIGwDAWBgNVHSUBAf8EDDAKBggrBgEFBQcD CDCBgQYDVR0jBHoweIAUp5+2jomTmmV2CZqV+ER+aYJq3guhXaRbMFkxCzAJBgNVBAYTAkNaMSww KgYDVQQKDCPEjGVza8OhIHBvxaF0YSwgcy5wLiBbScSMIDQ3MTE0OTgzXTEcMBoGA1UEAxMTUG9z dFNpZ251bSBSb290IFFDQYIBHDCCAaMGA1UdHwSCAZowggGWMDSgMqAwhi5odHRwOi8vd3d3LnBv c3RzaWdudW0uY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMDSgMqAwhi5odHRwOi8vcG9zdHNpZ251 bS50dGMuY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMIGSoIGPoIGMhoGJbGRhcDovL3FjYS5wb3N0 c2lnbnVtLmN6L2NuJTNkUG9zdFNpZ251bSUyMFF1YWxpZmllZCUyMENBLG8lM2RDZXNrYSUyMHBv c3RhJTIwcy5wLiUyMCU1YklDJTIwNDcxMTQ5ODMlNWQsYyUzZENaP2NlcnRpZmljYXRlUmV2b2Nh dGlvbkxpc3QwgZKggY+ggYyGgYlsZGFwOi8vcG9zdHNpZ251bS50dGMuY3ovY24lM2RQb3N0U2ln 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 kWAaBnkNJVnL0D3QlKcV 2009-11-18T15:18:12.965+01:002009-11-18T15:18:25.973+01:0072009-11-18T15:18:25.973+01:00EV1: Doručeno přihlášením oprávněné osoby nebo aplikace (§17 odst. 3)00ni0  *H 0]1 0 UCZ1,0*U #Česká pošta, s.p. [IČ 47114983]1 0UPostSignum Qualified CA0 090527071412Z 100527071411Z011 0 UCZ1~0|U uMinisterstvo vnitra ČR - Sekce rozvoje a projektového řízení ICT v oblasti vnitřní bezpečnosti [IČ 00007064]10U systemovy certifikat1P0NU GSekce rozvoje a projektového řízení ICT v oblasti veřejné správy110/U (Informační systém datových schránek0"0  *H 0 hV {w~nP)9&K#]q!εqyȎ',77j't-qڗ7΁[Oek+%yJONÝQsޘ9lJ{Iy߄tTDԄK(d{\ChnFkoD i }#xpVLN=xvd4=y8c{΂O!MuB{E0p1nf4%&AS"w0s0"U0ondrej.menousek@mvcr.cz0 U00U 00gy00+0{yTento certifikat byl vydan jako kvalifikovany systemovy certifikat ve smyslu zakona 227/2000 Sb. a navazujicich predpisu.0$+http://www.postsignum.cz0+0 0 + 0U0U#z0xev D~ij ][0Y1 0 UCZ1,0*U #Česká pošta, s.p. [IČ 47114983]10UPostSignum Root QCA0U00420.http://www.postsignum.cz/crl/psqualifiedca.crl0420.http://postsignum.ttc.cz/crl/psqualifiedca.crl0ldap://qca.postsignum.cz/cn%3dPostSignum%20Qualified%20CA,o%3dCeska%20posta%20s.p.%20%5bIC%2047114983%5d,c%3dCZ?certificateRevocationList0ldap://postsignum.ttc.cz/cn%3dPostSignum%20Qualified%20CA,o%3dCeska%20posta%20s.p.%20%5bIC%2047114983%5d,c%3dCZ?certificateRevocationList0U:.!j}N0Е0  *H fyW6 ڇ` v&{<6bFuy]܍[y$C&݄±ِ>q@}-%0/]f ?RH:]:f ?졊x# "}UPN OА@Gn~a}!y@SCPj9<ęQM|-O\_+_dttdw2%e$Ȇ/ؿ{d:z^O&f܄"100d0]1 0 UCZ1,0*U #Česká pošta, s.p. [IČ 47114983]1 0UPostSignum Qualified CAi0 +]0 *H  1  *H 0 *H  1 091118144853Z0# *H  1/%@\J/ +0  *H tpу8w3h|e.(O]l4)MY[ym046aC;&*?TƪV4t"  EݔAO_Us&n$eV_hŒ4z>ꌨY\Ğ;ƫ:~Mlibisds-0.10.7/server/messages/received_message-330141.zfo0000644000076400001440000103271611374312516020046 000000000000000 *H 010  `He0 *H $3301419nqab6bMístní úřad KrempachyVojenská 5, 42205 Krempachy, CZ10isds_tester_tri Testovič - Tester Testovič18, 30300 Pepíkov, CZfalsega2dqwfVaše datová zpráva byla přijataAB-73792ZN-135falsefalseJVBERi0xLjMNJeLjz9MNCjMyIDAgb2JqDTw8L0xpbmVhcml6ZWQgMS9MIDE5OTI4My9PIDM0L0UgMTg1ODM2L04gMS9UIDE5ODU5Ni9IIFsgOTU2IDIxNV0+Pg1lbmRvYmoNICAgICAgICAgICAgICAgDQp4cmVmDQozMiAzMw0KMDAwMDAwMDAxNiAwMDAwMCBuDQowMDAwMDAxMTcxIDAwMDAwIG4NCjAwMDAwMDEzMTYgMDAwMDAgbg0KMDAwMDAwMTc4NCAwMDAwMCBuDQowMDAwMDAyNDIwIDAwMDAwIG4NCjAwMDAwMDI1NDkgMDAwMDAgbg0KMDAwMDAwMjY4MyAwMDAwMCBuDQowMDAwMDAzMzM0IDAwMDAwIG4NCjAwMDAwMDQzMDMgMDAwMDAgbg0KMDAwMDAwNTIzOSAwMDAwMCBuDQowMDAwMDA2MTE4IDAwMDAwIG4NCjAwMDAwMDY5NzUgMDAwMDAgbg0KMDAwMDAwNzg2NCAwMDAwMCBuDQowMDAwMDA4NzA0IDAwMDAwIG4NCjAwMDAwMDk1MTEgMDAwMDAgbg0KMDAwMDA0ODI3MyAwMDAwMCBuDQowMDAwMDQ4NTIwIDAwMDAwIG4NCjAwMDAwNDg4NjkgMDAwMDAgbg0KMDAwMDA5NTQxNiAwMDAwMCBuDQowMDAwMDk1NjYyIDAwMDAwIG4NCjAwMDAwOTU3MzEgMDAwMDAgbg0KMDAwMDA5NjEzNCAwMDAwMCBuDQowMDAwMDk2MTU5IDAwMDAwIG4NCjAwMDAwOTY2NjAgMDAwMDAgbg0KMDAwMDEzODUwOCAwMDAwMCBuDQowMDAwMTM4NzYwIDAwMDAwIG4NCjAwMDAxMzg4MjkgMDAwMDAgbg0KMDAwMDEzOTEyMCAwMDAwMCBuDQowMDAwMTM5MTQ1IDAwMDAwIG4NCjAwMDAxMzk1NTYgMDAwMDAgbg0KMDAwMDE4NTYxMiAwMDAwMCBuDQowMDAwMTg1NzIzIDAwMDAwIG4NCjAwMDAwMDA5NTYgMDAwMDAgbg0KdHJhaWxlcg0KPDwvU2l6ZSA2NS9QcmV2IDE5ODU4NS9Sb290IDMzIDAgUi9JbmZvIDMxIDAgUi9JRFs8MEZBMzI1QTI4QjAwNTA0Qjg0MTVCNEJFNEIyQTU0ODA+PDc3ODkyNDZFMjBBQjNFNDE5NDRFQkEyODUyODdDNEM1Pl0+Pg0Kc3RhcnR4cmVmDQowDQolJUVPRg0KICAgICAgICAgICAgDQo2NCAwIG9iag08PC9MZW5ndGggMTI4L0MgMTI3L0ZpbHRlci9GbGF0ZURlY29kZS9JIDE0OS9TIDM5Pj5zdHJlYW0NCnjaYmBgkGNgYPFlYGBgunCCARUwATELA8cBFEE5KGZgkGQQYNzNlMyQwZDLVMS8gbmfOYzZgTmBWZ+Zb3ogwz1Gl627GO4y6DBWMTAw3lkcz/AYyOYCsps2n2cIY4iAmsfIwHRVFEjLMDCwn4TbIs/AzGYElmVg2AAQYABh2hW8DQplbmRzdHJlYW0NZW5kb2JqDTMzIDAgb2JqDTw8L01hcmtJbmZvPDwvTWFya2VkIHRydWU+Pi9WaWV3ZXJQcmVmZXJlbmNlczw8L0RpcmVjdGlvbi9MMlI+Pi9NZXRhZGF0YSAzMCAwIFIvUGFnZXMgMjkgMCBSL1N0cnVjdFRyZWVSb290IDEgMCBSL1R5cGUvQ2F0YWxvZz4+DWVuZG9iag0zNCAwIG9iag08PC9Dcm9wQm94WzAuMCAwLjAgNjEyLjI4MyA4NTguODk4XS9QYXJlbnQgMjkgMCBSL1N0cnVjdFBhcmVudHMgMC9Db250ZW50c1szOCAwIFIgMzkgMCBSIDQwIDAgUiA0MSAwIFIgNDIgMCBSIDQzIDAgUiA0NCAwIFIgNDUgMCBSXS9Sb3RhdGUgMC9CbGVlZEJveFswLjAgMC4wIDYxMi4yODMgODU4Ljg5OF0vQXJ0Qm94WzguNTAzOTQgOC41MDM5NCA2MDMuNzggODUwLjM5NF0vTWVkaWFCb3hbMC4wIDAuMCA2MTIuMjgzIDg1OC44OThdL1RyaW1Cb3hbOC41MDM5NCA4LjUwMzk0IDYwMy43OCA4NTAuMzk0XS9SZXNvdXJjZXM8PC9Gb250PDwvVFQwIDM1IDAgUi9DMl8wIDM2IDAgUi9DMl8xIDM3IDAgUj4+L1Byb2NTZXRbL1BERi9UZXh0XS9Qcm9wZXJ0aWVzPDwvTUMwPDwvTWV0YWRhdGEgNjEgMCBSPj4+Pi9FeHRHU3RhdGU8PC9HUzAgNjIgMCBSL0dTMSA2MyAwIFI+Pj4+L1R5cGUvUGFnZT4+DWVuZG9iag0zNSAwIG9iag08PC9TdWJ0eXBlL1RydWVUeXBlL0ZvbnREZXNjcmlwdG9yIDQ3IDAgUi9MYXN0Q2hhciAyNTMvV2lkdGhzWzI3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMjc4IDMzMyAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDcyMiAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgNTU2IDAgNTU2IDU1NiAwIDAgMCAwIDAgMCAwIDAgNTU2IDU1NiAwIDAgMzMzIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMF0vQmFzZUZvbnQvQ09DVlFVK0FyaWFsTVQvRmlyc3RDaGFyIDMyL1RvVW5pY29kZSA0OCAwIFIvRW5jb2RpbmcvV2luQW5zaUVuY29kaW5nL1R5cGUvRm9udD4+DWVuZG9iag0zNiAwIG9iag08PC9TdWJ0eXBlL1R5cGUwL0Rlc2NlbmRhbnRGb250cyA1MyAwIFIvQmFzZUZvbnQvUk5QSFNRK0FyaWFsTVQvVG9Vbmljb2RlIDU0IDAgUi9FbmNvZGluZy9JZGVudGl0eS1IL1R5cGUvRm9udD4+DWVuZG9iag0zNyAwIG9iag08PC9TdWJ0eXBlL1R5cGUwL0Rlc2NlbmRhbnRGb250cyA1OSAwIFIvQmFzZUZvbnQvU1pDSUdPK0FyaWFsLUJvbGRNVC9Ub1VuaWNvZGUgNjAgMCBSL0VuY29kaW5nL0lkZW50aXR5LUgvVHlwZS9Gb250Pj4NZW5kb2JqDTM4IDAgb2J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EGAA6U2NSDQplbmRzdHJlYW0NZW5kb2JqDTUwIDAgb2JqDTw8L1N0ZW1WIDg4L0ZvbnROYW1lL1JOUEhTUStBcmlhbE1UL0ZvbnRGaWxlMiA0OSAwIFIvRm9udFN0cmV0Y2gvTm9ybWFsL0ZvbnRXZWlnaHQgNDAwL0ZsYWdzIDQvRGVzY2VudCAtMzI1L0ZvbnRCQm94Wy02NjUgLTMyNSAyMDAwIDEwMDZdL0FzY2VudCAxMDA2L0ZvbnRGYW1pbHkoQXJpYWwpL0NhcEhlaWdodCA3MTYvWEhlaWdodCA1MTkvVHlwZS9Gb250RGVzY3JpcHRvci9JdGFsaWNBbmdsZSAwPj4NZW5kb2JqDTUxIDAgb2JqDTw8L1N1cHBsZW1lbnQgMC9PcmRlcmluZyhJZGVudGl0eSkvUmVnaXN0cnkoQWRvYmUpPj4NZW5kb2JqDTUyIDAgb2JqDTw8L1N1YnR5cGUvQ0lERm9udFR5cGUyL0ZvbnREZXNjcmlwdG9yIDUwIDAgUi9CYXNlRm9udC9STlBIU1ErQXJpYWxNVC9XWzNbMjc4XTE1WzI3OF0xN1syNzhdMjlbMjc4XTM5WzcyMl00NFsyNzhdNTRbNjY3XTU3WzY2N102OCA2OSA1NTYgNzBbNTAwXTcxIDcyIDU1NiA3M1syNzhdNzQgNzUgNTU2IDc2IDc3IDIyMiA3OFs1MDAgMjIyIDgzM104MSA4MyA1NTYgODVbMzMzIDUwMCAyNzggNTU2IDUwMCA3MjJdOTIgOTMgNTAwIDEwNVs1NTZdMTEyWzU1Nl0xMTZbMjc4XTE3N1s1NTZdMjI3WzUwMF0yMjlbNTAwXTIzNFs1MDBdMjU0WzUwMF0yNjhbNTU2XTI4NFszMzNdXS9DSURUb0dJRE1hcC9JZGVudGl0eS9DSURTeXN0ZW1JbmZvIDUxIDAgUi9EVyAxMDAwL1R5cGUvRm9udD4+DWVuZG9iag01MyAwIG9iag1bNTIgMCBSXQ1lbmRvYmoNNTQgMCBvYmoNPDwvTGVuZ3RoIDQzMS9GaWx0ZXIvRmxhdGVEZWNvZGU+PnN0cmVhbQ0KSIlck8+OgjAQh+88RY96MLRIW00IiSIkHvZP1t0HQBhdkrWQigfffsv8jJssCSRfptPON0zjYr/bu24U8bvvmwON4tS51tO1v/mGxJHOnYt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OkijneMcdNfXevdBevwXwmF17c86PjVaF5hUm1Rt8bJMdLXivcKNfAQYA1cepPQ0KZW5kc3RyZWFtDWVuZG9iag02MSAwIG9iag08PC9TdWJ0eXBlL1hNTC9MZW5ndGggNDU5NzcvVHlwZS9NZXRhZGF0YT4+c3RyZWFtDQo8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA0LjEtYzAzNyA0Ni4yODI2OTYsIE1vbiBBcHIgMDIgMjAwNyAxODozNjo0MiAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj4KICAgICAgICAgPGRjOmZvcm1hdD5hcHBsaWNhdGlvbi9wZGY8L2RjOmZvcm1hdD4KICAgICAgICAgPGRjOnRpdGxlPgogICAgICAgICAgICA8cmRmOkFsdD4KICAgICAgICAgICAgICAgPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij5kc19sb2dvdHlwPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkFsdD4KICAgICAgICAgPC9kYzp0aXRsZT4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhhcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eGFwR0ltZz0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL2cvaW1nLyI+CiAgICAgICAgIDx4YXA6Q3JlYXRvclRvb2w+QWRvYmUgSWxsdXN0cmF0b3IgQ1MzPC94YXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4YXA6Q3JlYXRlRGF0ZT4yMDA5LTA2LTA4VDA5OjM5OjQ2KzAyOjAwPC94YXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhhcDpNb2RpZnlEYXRlPjIwMDktMDYtMDhUMDk6Mzk6NDcrMDI6MDA8L3hhcDpNb2RpZnlEYXRlPgogICAgICAgICA8eGFwOk1ldGFkYXRhRGF0ZT4yMDA5LTA2LTA4VDA5OjM5OjQ3KzAyOjAwPC94YXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eGFwOlRodW1ibmFpbHM+CiAgICAgICAgICAgIDxyZGY6QWx0PgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHhhcEdJbWc6d2lkdGg+MjU2PC94YXBHSW1nOndpZHRoPgogICAgICAgICAgICAgICAgICA8eGFwR0ltZzpoZWlnaHQ+NzY8L3hhcEdJbWc6aGVpZ2h0PgogICAgICAgICAgICAgICAgICA8eGFwR0ltZzpmb3JtYXQ+SlBFRzwveGFwR0ltZzpmb3JtYXQ+CiAgICAgICAgICAgICAgICAgIDx4YXBHSW1nOmltYWdlPi85ai80QUFRU2taSlJnQUJBZ0VBU0FCSUFBRC83UUFzVUdodmRHOXphRzl3SURNdU1BQTRRa2xOQSswQUFBQUFBQkFBU0FBQUFBRUEmI3hBO0FRQklBQUFBQVFBQi8rNEFEa0ZrYjJKbEFHVEFBQUFBQWYvYkFJUUFCZ1FFQkFVRUJnVUZCZ2tHQlFZSkN3Z0dCZ2dMREFvS0N3b0smI3hBO0RCQU1EQXdNREF3UURBNFBFQThPREJNVEZCUVRFeHdiR3hzY0h4OGZIeDhmSHg4Zkh3RUhCd2NOREEwWUVCQVlHaFVSRlJvZkh4OGYmI3hBO0h4OGZIeDhmSHg4Zkh4OGZIeDhmSHg4Zkh4OGZIeDhmSHg4Zkh4OGZIeDhmSHg4Zkh4OGZIeDhmSHg4Zi84QUFFUWdBVEFFQUF3RVImI3hBO0FBSVJBUU1SQWYvRUFhSUFBQUFIQVFFQkFRRUFBQUFBQUFBQUFBUUZBd0lHQVFBSENBa0tDd0VBQWdJREFRRUJBUUVBQUFBQUFBQUEmI3hBO0FRQUNBd1FGQmdjSUNRb0xFQUFDQVFNREFnUUNCZ2NEQkFJR0FuTUJBZ01SQkFBRklSSXhRVkVHRTJFaWNZRVVNcEdoQnhXeFFpUEImI3hBO1V0SGhNeFppOENSeWd2RWxRelJUa3FLeVkzUENOVVFuazZPek5oZFVaSFREMHVJSUpvTUpDaGdaaEpSRlJxUzBWdE5WS0JyeTQvUEUmI3hBOzFPVDBaWFdGbGFXMXhkWGw5V1oyaHBhbXRzYlc1dlkzUjFkbmQ0ZVhwN2ZIMStmM09FaFlhSGlJbUtpNHlOam8rQ2s1U1ZscGVZbVomI3hBO3FibkoyZW41S2pwS1dtcDZpcHFxdXNyYTZ2b1JBQUlDQVFJREJRVUVCUVlFQ0FNRGJRRUFBaEVEQkNFU01VRUZVUk5oSWdaeGdaRXkmI3hBO29iSHdGTUhSNFNOQ0ZWSmljdkV6SkRSRGdoYVNVeVdpWTdMQ0IzUFNOZUpFZ3hkVWt3Z0pDaGdaSmpaRkdpZGtkRlUzOHFPend5Z3AmI3hBOzArUHpoSlNrdE1UVTVQUmxkWVdWcGJYRjFlWDFSbFptZG9hV3ByYkcxdWIyUjFkbmQ0ZVhwN2ZIMStmM09FaFlhSGlJbUtpNHlOam8mI3hBOytEbEpXV2w1aVptcHVjblo2ZmtxT2twYWFucUttcXE2eXRycSt2L2FBQXdEQVFBQ0VRTVJBRDhBNmUwa2pPWkdZbDJKSlluY2s5NjUmI3hBOzQrWmtteWQzdFFCVkwxdXJwUHN6T3RPbEdJL2psa2RSa0hLVXZtV0p4eFBNQldYVmRVVDdONU92c0pIL0FLNWJIWDZnY3NrLzlNV0ImI3hBOzArTS93eCtRVlYxL1dsNlhrdjB0WDllWER0ZlZEL0tTWUhSNHY1b2VoYVU5MCtuVzczUnJPMFlaeUJUcUs3KzlPdWVqYUdXU1dDQnkmI3hBO2ZXWWkzbU5RSWpJUkhsYUt6TGFYTXdVRm1JQ2dWSlBRREFTQUxLZ1d4M1V2T2xoYmt4MmkvV3BCKzBEU01mVDMrak9jMXZ0TGh4N1kmI3hBO3h4bjdQMi9qZDJtRHN1Y3Q1ZWtmYWtGeDV3MXVVbmhJc0tuOWxGSDYyNUhPZXplMFdxbnlJajdoK3UzWlE3TXdqbUxRMytJOWJyWDYmI3hBOzVKWHIyL3BtTC9MT3IvMVF0MzVMRC9OQ0t0dk9PdHdrYzVGblgrV1JSK3RlSnpMdyswZXFoeklrUE1mcXBwbjJaaGx5Rk1oMHZ6aHAmI3hBOzkyVmp1QjlWbU93NUdxRS82M2I2YzZQUSswV0hOVVoraVgyZlA5YnE5UjJaT0c4ZlVQdFQvcm5RdXRXVFRSUVJOTE00U05CVm1QUUQmI3hBO0laTWtZUk1wR29obENCa2FITkFMNWowTnVsNG0valVmckdhK1BiT2tQK1VpNUowT1lmd2xHVzE3YVhTbHJhWkpsVTBZb1FhSDNwbVomI3hBO2cxT1BLTGhJU3J1YU1tS1VQcUZLMlh0YnNWUzNVL00vbHJTcDF0OVUxYXpzTGgxRWl3M054RkM1UWtnTUZkbE5LcVJYRlV4VmxaUXkmI3hBO2tNckNxc053UWU0eFZ2RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxazJ2ZWN2SytnU3hRNnpxVU5sTE9wZUpKU2Fzb05DYUFIdmlxTzAmI3hBO3JWZFAxYXdpdjlPbUZ4WnpWOUtkUWVMQlNWSkZRTzR4VjVuY3hHSzVsaU94amRscDhqVFBJczhPREpLUGNTSHM4Y3JpRDNoU3lwbTcmI3hBO0ZVVHAxdDladjdlMzdTeUtwK1JPL3dDR1pPancrTG1oRCtkSU5XYWZCQXk3ZzlUQUFGQjB6MWw0NXFTUkkwYVIyQ29nTE14MkFBM0omI3hBO09Sbk1SQkpOQUpBSk5CNS81aDh4emFqSTBNSktXU240VjZGL2R2NERQUE8xKzJaYW1YRERiRVB0OHorcDZYUmFFWWhaM245eUUwblImI3hBO0w3VTVDSUY0eEw5dVp0bEh0N24yekQ3UDdMeTZvK2dla2N5ZVRmcWRYREVOK2ZjeXl6OGw2VkNBYmd2Y3YzcVNxL1FGMy9IT3YwM3MmI3hBOzFwNEQxM00vSWZaK3QwdVh0WEpMNmZTanY4TjZIU24xTktkTzlmdnJtZjhBeU5wS3J3dzQvd0NlemZ6aWdyenlYcE13SnR5OXMvYWgmI3hBO0xMOUliZjhBSE1EVSt6V25tUFJjRDh4OXY2M0l4ZHFaWS9WNm1KYXRvbDlwa2dFNjhvbSt4TXU2bitoOXM1RHREc3pMcFpWTWVrOGkmI3hBO09UdXROcTRaUnR6N2swOHNlWkh0WkVzcnQrVnE1cEc3SCs3UC9OUDZzMnZZZmJSeFNHTElmUWVSL20vcys1dzlmb1JNY2NmcSsvOEEmI3hBO2F5N1ZMUVhlblhGdlNwa1FoZjhBV0c2L2lNN0hYYWZ4c000ZDQrM3A5cnBOUGs0TWdsM0Y1Ym5sRDJESS9JMHZIVkpZKzBrSis5V0ImI3hBOy9WWE9sOWw4bGFpVWUrUDNFT3I3V2plTUh1TE9jNzE1MUtyN3paNVZzTGcyMTlyTmphWEM5WVo3bUdOeC9zV1lIRlh6My96a2RjMjkmI3hBO3o1MDA2ZTNsU2FDVFNvaWtzYkIwWWZXTGpjTUtnNFVQcEhUeUJwMXNTYUFRb1NUL0FLb3dKUzJieng1TGdsYUtiWDlOaWxVMGFON3UmI3hBO0JXQjl3WHJpcWFXZDdaWHNBdUxPNGp1WUcrek5DNnlJYWVES1NNVmVRZm5qK1pIbUx5N2Y2WkI1YjFWSVBVV2NYcUlsdk9RNk1vQWImI3hBOzFFa0trVk8yMkZYcEhrclhVMWZ5enBOekxkeFhPb3pXTnROZThHVGw2c2tTbHl5SlFMOFpPMUJnVk5OUTFUVE5OaDlmVWJ1R3lnNmUmI3hBO3JjU0pFbGY5WnlCaXFGMDd6UjVhMU9iMGROMWF5dlpodjZkdmNSU3Q5eU14eFZGM1dwYWRhTXEzZDFEYnN3cXF5eUtoSThSeUl4VlcmI3hBO2lsamxqV1NKeEpHNERJNmtGU0QwSUk2NHFvM1dvNmZhRlJkM1VOdVhxVUVzaXBXblduSWpGVlZiaUI0Qk9zaXRBVjVpVU1DbkdsZVgmI3hBO0xwVEZYZ0d2K1hMYnpmOEFtZEpmK1lQTUdrd2FHa25wUTI2YWhidE9iZUUvdTRsUU5WV2tQeE40VlB0aFE5OXRJTFdDMWhndEVTTzEmI3hBO2lSVWdTT2dRSW9vb1dtMUtkTUNYbnZtZTJOdnJkeUtiU042aS93Q3pGVCtOYzh6N2N3K0hxcCtadjUvdGVxMEUrTERIeTIrU1ZacVgmI3hBO01kaXFiK1U0dyt2VzFlaTgyKzVEVDhjM1BZRU9MVnc4cis0dUQyaWF3eStIM3ZSYzlKZVhZcjUzMVJvNDQ5UGlORElPYzlQNWEvQ3YmI3hBOzBrWnlYdFByakdJd3gvaTNsN3VnZHoyVnA3Sm1lbkpqbWk2WEpxVjhsdXA0eGo0cFg4RUhYNlQwR2MxMlpvRHFzd2dPWE1ueWRwcXQmI3hBO1FNVU9McjBlaUFXT21XVlBoZ3RZUi9uOHljOUlIaGFYRjBoamk4eDY4cysrUll2ZitlcGk1V3hnVlVIU1NXcEovd0JpQ0taeXVyOXEmI3hBO1pYV0tJcnZsK3IrMTIrSHNrVjZ6OGtIRjUxMWxYQmYwcEY3cVZwK29qTUtIdE5xUWQrRS9CdmwyVmlJMnNJMmZ6NUtWaityMnFxMVAmI3hBOzN2cUVrVi95YVV6TnkrMWNxSEJEZnJmNkhIaDJRTitLU1lhTHFvMSszdXJhOHQxQ3FCWGpXaERWcDFyUWltYkxzM1hqdENFOGVXSW8mI3hBO1Y5djZYRzFXbi9MU2pLQllmcXVueWFmZnkycjdoRFZHL21VN2c1eGV2MFowK1k0ejA1ZVk2TzgwK1laSUNRWng1VjFGcjNTa0Rtc3QmI3hBO3VmU2M5eUFQaFAzWjNuWU9zT2ZUaS9xaDZUK2o3SG51MGNIaDVOdVIzWUpxY1BvNmpkUkRva3JxUGtHTk00SFhZK0RQT1BkSS9lOUgmI3hBO2dseFk0bnZBVFR5Wi93QWR0UDhBakcvNnMydnMzL2pRL3FsdysxUDdrKzhJWDg4L1BWNTVZOHN3MjJuU0dIVTlXZDRvcDErMUhGR0EmI3hBO1pYUTltK05WQjdWcjF6ME41cGdINWY4QTVDeGVZdkwwV3VhMXFFMXU5K0RMYXd3aFMzcGttanlNNE5TL1VBZHUvZ1VNQi9NZnlOYysmI3hBO1RQTUkwbVc1Vzdpa2hXNHRad0NwTVRzeWdNdFR4WU1qZEQ3NHE5Yy9PNmJ6cmU2WnBHaDZEcDk5YzZmTGJMUHFFdG5CTktybW5GSW4mI3hBO2FOU0tDaFlxZXRSaXFqbzMvT05PbVNhVkJKcW1xWEthaEpHSG1qaFZCSEd6Q3ZENHd6SGowcnRqYVdJK1JaZFc4aWZtOG5sMFhYcVcmI3hBOzB0MnRqZElDUkhLa3dIcE9WUFJoelUvaGloUS9QSHlURjVkOHlmWDB1MnVUcjAxM2V2R1VDQ0l0S0g0QWd0eS92T3UyS3ZTUHl4OG4mI3hBOzJIa1h5clA1MW12bnVZNzNTWXJ5YTFNWVRoV01UOEZiazNJMVBFYllwZWJlV3REOHlmbTc1dXU3dlZMNW9yVzNBa3VaUUN5d3h1VDYmI3hBO2NFQ0UwRmFHbnlKTlQxVUp6K1luNUdIeXRvcmEvb1dvVDNDMlJWN21PVUtzcUxVQVN4dW5IN0pwVVU5NjRxZ05hMWE4ODkvbFdkU3YmI3hBO0Q2MnVlVXJoRXVwLzI1Yk82SEVPMVAydVNpcC95U2UrS3ZUL0FQbkg3eklOVThqTHA4amNyblI1V3QyQjYrazlaSWo4dHlvLzFjU2wmI3hBOzVqK2E5MWNlY3Z6YmowS3lia2x2SkZwa0pIUU55ck81L3dCUjJhdnN1S0VUK2F2bUhVOVY4eVduNWQrWFdhTFNyQXdhZEhiSWVLelQmI3hBO2dLZzlRajltUFphSGFvSnhWa1RmODR4MlA2S0lYV3BmMHR3cUhNYS9WL1VwMDQvYjQ5cTE5NmRzYlNrdjVLK2NkYzBEemcza3JWNUgmI3hBO05wTEpKYkpCSWVYMWU2aXI5Zy95dVZLMEcxYUhGRDE3ejFZa3JiM3lqN1A3cVEvOE12OEFIT085cWRMWWpsSDlVL2VQMHU3N0l6YzQmI3hBO2ZGaCtjYTd4MktwejVRSUd2UUE5dzRIL0FBQk9idjJlUCtGeDkwdnVMZ2RwZjNKK0gzdlE4OUhlWWVhZVlMazNHczNiazFDeUZGK1MmI3hBO2ZDUDFaNWYydm04VFZUUDlLdmxzOVpvc2ZEaWlQTDcyVWVSN1JZOU9rdVNQam5jZ0gvSlRZZmpYT3E5bDlPSTREUHJJL1lQMjI2anQmI3hBO2JKZVFSN2dsUG5QVkpKNy9BT3BJMzdpM3B5QTZGeUtrbjVWcG1vOXBOY1o1dkNCOU1Qdi9BR2ZyYzNzdlRpTU9NODVmY2xPbGFUZGEmI3hBO25jK2pCUUJSV1NSdnNxUGZOUm9PejhtcW53dytKN25NMUdwamlqY2srdVBJY3l3bG9Mb1NTZ2ZZWmVJUHlOVG0vd0Ezc3JJUnVFN2wmI3hBOzNFVitsMTBPMXdUNm8wR0x5UnlSU05ISXBXUkNWWlQxQkd4R2NwT0JqSXhrS0lkeEdRSXNjbVllUTRxV3QzTC9BRE9xMS8xUVQveHQmI3hBO25hK3lrS3h6bDNrRDVEOXJvdTJKZXFJOGtONTloVVhGcE4rMDZPaCtTRUVmOFR6RjlxOFlFOGN1OEVmS3YxdHZZOHZUSWZqOGJOK1EmI3hBO3BDSnJ5THN5bzMwZ2tmeHcreWt6eFpJK1FQM3IyeEhhSjk2U2EveC9UVjV4NmVxMzM5ODBYYTlmbXNsZnppN0RSLzNVZmNtUGtpSXYmI3hBO3E3dlRhT0pqWDNKQXpaZXpHTzlTVDNSUDNoeE8xcFZpQTd5ODgvNXlmamNYdmw2U2g0R081VU4ycUdqSkg0NTZBSG5Ic0hrQ2FDYnkmI3hBO041ZmVEKzYvUjFxb0ZhMDR3cXBXdnNSVEFsNFIvd0E1TEVmNDdzZmJTNHEvOUpFK0VLeVg4NHZ6UTF6UmYwZjViMENVMjF4SmFSUzMmI3hBO2wzR0t5ajFCUklveit5YUNwSTMzRk1VSmZZLzg0OCtiTllnUzc4eGVZUFF1WkY1bUpsa3ZKRko3T3p5Uml2alFuRzFZUlorWFA4Ti8mI3hBO25EcFdoL1dQcmYxTFY3QlBySEQwK2ZLV0o2OE9UMCsxNDRxemovbkovd0Q0NkhsLy9qRmMvd0RFbzhRck05ZGhtbC81eDlpV0g3WTAmI3hBO0t6YzAva1NLSm4vNFVIRkxHLzhBbkdHZTMrcGEvYmdnWEFsdDVHRmR5aFZ3TnZZZzRsWHBuNWt6MjhIa0R6Qzl3UUl6cDl4R0swcHomI3hBO2tqS1I5ZjhBTFlZRmVQZjg0NWFWSHFWdjVydExsQzFoZDI4RnJPT3hFb21CQTkrTmNLRWkvTG56SkwrWFhuRFh0UDFNMFJMZTVoZEQmI3hBO3NyM0ZvR2tnL3dDRDRsVi8xc1ZUci9uSGJRSnRVODBhajVvdlAzbjFOV1dPUnYycm01cVhiNkU1Vi8xc1NyRGRlMFc0MVA4QU56Vk4mI3hBO0pOd0xLZTkxZTRqaXVIclJUTE14ajZiL0FCY2dCaXJPL3dEb1hMemIvd0JURkY5MDM5Y2JWRCtXZnltdDlMODY2YkszbkRTcDlSc2ImI3hBOzZLU1d3V1pUY3UwVWdaNHVCYmx6SVVpbE1WZS82aFpSM3RsTGF5ZlpsV2dQZ2VvUDBITVhXYWFPZkZMSEwrSU4ySEtjY3hJZEhtRngmI3hBO2J5Mjg4a0VvNHlSc1ZZZTR6eXJOaGxqbVlTK3FKcDY2RXhJQWprVkxLMmFPMFM0RnZxOXBLVFJSSW9ZK3pmQ2YxNW45bDV2RDFNSmYmI3hBOzB2djJjZlZ3NHNVaDVQVHM5VGVSZVZYM0w2N2NjdnRlbzlmbnlPZVNhcS9GbmY4QU9QM3ZaWXZvSHVEUHZLUkgrSDdYMjlTdi9JeHMmI3hBOzlDOW4vd0RFNGY1Mys2THpmYVA5L0w0ZmNHRGF5U2RYdmEvNy9sSDNPYzRQdEkzcWNuOWVYM3ZRNlgrNmovVkgzTXM4aXhvTk1ta0gmI3hBOzIybUlZK3lxdEIrT2RmN0xRQXdTUFV6L0FFQjB2YThqNGdIa3lUT21kVTgyOHl5UnZybDIwZjJlWVUwL21WUUcvd0NHQnp6SHRxY1omI3hBO2F2SVk4cis0QUg3WHE5Q0NNTWJaWjVMaTRhS0cvd0IrU3UzM1VYL2pYT3Y5bW9WcGI3NUUvby9RNlh0U1Y1dmNBazNucTZXUytndDEmI3hBO05UQWhMZXhjamI3bEdhVDJwemlXV01CL0NQdi9BTEhQN0p4MUF5N3o5eUk4aHdrQzh1RzJYNFVCKzh0L0RNbjJVeFY0a3p5Mkg2VCsmI3hBO2hxN1hsOU1XTVgwLzFpOW5uLzM3STdqL0FHVEU1eXVxeStKbGxQOEFuU0orWmR2aWh3d0E3Z3kzeUxhRkxXNHVtSDk2d1JQa25YOFQmI3hBO25ZK3kybjRjY3NoL2lOZkwrMzdIU2RyNUxrSTl5RC9OYnlEL0FJejh0L1ZJSFdMVTdSL1hzWkgreVdvUTBiSHNyanYyTk02cDFEeHomI3hBO3k3NWovT3J5Vlp0NWZnMFNlYUZXWVc4YzlwTmNDTm1OVDZEeEhpd0xHdlZoWENoSXZNdmtQODE5UzFFYW5xMmwzbDlmWDhZbmVSRU0mI3hBO2hRRWxWamNJT0tFQmZzZGhURldmL25QK1Z2bURWWnJMekJvdHUxM0tsckZCZldhZjN3TVkrRjBYOXJZMElHKzJLcGJZL21QK2ZFOW0mI3hBO21rVzJpeW02UlJIOWRleG1FNDRqalYya1BvZys3TGlxUjZMK1gvNWpXLzVqYVZmYXZwbDNQSW1wMmx4ZlgvRnBZLzc1SkhjeWlxbmkmI3hBO09wQnBpcjBuOC84QXlKcm5tS3kwelVOR3QydTU5UE15WEZ0SHZJMGN2RWhsVTllSlRvTjk4UWxSL0tIVVB6QnZ5M2x2elZwRXR2NWQmI3hBO3RkTWEyaU54YVNRZXB4TWNTUnM3aFEzN29zTnV2ZkZXR2FoNUEvTW44dWZNa3VxK1ZZcHI2d1BKWXBvRTljdEN4cjZWeENvNWJiVkkmI3hBO0ZPNEk3S0ZtdWFsK2RINWlKRnBNMmtTMjFselV5UngyOGxyYmxsM0RTeVRrMTQ5YWN2b3JURlh0WDVhZVJJUEpubHROTzVpYSttWXomI3hBOzM5d29vR2xJQTRyWGZpZ0ZCOS9mQWw1WitlLzViNjdlK2FZZFowUFRwcjViK0VDOEZ1aGNyTkRSQXpjZW5KT05Qa2NLdlVQeW44cXYmI3hBOzVhOGoyRmpQR1k3NmNHNnZsSW9STk5ROFdIaWlCVVB5d0t3Zjg1UHlnMVhWOVQveE41YUhQVUNGK3VXWVlJN3RHQUVsaVkwSEtnQUkmI3hBO3IyMjN3cXh5UDh5L3ozdDdRYVcyanp2ZHI4QXUzMCtacmc3VUhiMDIrZkRmRkNlL2s5K1ZYbUcxOHd0NXU4MG9ZcnNHU1MydDVTR20mI3hBO2FhYW9lYVdsZU96R2dPOVRYYW02bDdiZ1ZqUG0vUVRjUm5VTFphenhqOThnL2FRZHg3cityT1g5b2V5dkVIalFIcUhNZDQvV1B1ZHQmI3hBOzJick9FOEV1UjVNSnpoWG9HOFZlbmFMZmkrMHlDNHJWeXZHWC9YWFp2NjU2cDJicXhud1JuMXJmM2ptOGpxc1BoNURGZ2ZtTzJOdnImI3hBO1YwaEd6dVpGK1QvRi9IUFB1MmNIaDZxWTd6ZnozZWowT1RpeFJQbFh5Wkg1R3ZWZXlsdENmamhmbW8veUgvdEdkUDdMNmtTeFN4OVkmI3hBO20vZ2YydXE3V3hWTVM2RkkvTmxpOXJyRXIwL2QzSDcxRDduN1ErL05CN1FhVTR0U1QvRFBjZnArMTJQWjJZVHhBZFk3TmVYZGZPbFMmI3hBO3VzaUdTMmxvWFZmdEFqdUs3WU94KzEveWtpSkM0UzU5L3dBRjF1ajhZQ3RwQk45VDg3eE5BMGVueHVKV0ZQVmtBQVgzQUJOVG01MXYmI3hBO3RQRXdNY0lQRWVwNk9GZzdKSU56TzNjR0lFa2trbXBPNUp6alNiM0x1MldhYjVvMC9UOUNnZ1FHVzdRTVBTb1FBU3hOU3g3YjlzNi8mI3hBO1JkdTRkUHBJd0hxeUM5dmlldjZuVForejU1Y3hKMml4aVdXNHZMdHBIckpQTzNicVdKMkF6bHNtU2VmSVNkNXlMdG94akNORFlCbDEmI3hBOzZ5YUQ1Yld6REQ2NWNnZzAvbWI3Wi8ySTJ6c05USWRuNkVZci9lVCs4OHo4QnQ4blM0Z2RUcU9QK0dQNEREN2VDVzRuamdpSEtTUmcmI3hBO3FqM09jWmh4U3lURUkvVkkwN3VjeEVFbmtIcUduMmNkbFpRMnNlNnhLQlh4UFVuNlRucTJrMDR3NG80eHlpSGtjMlU1Sm1SNm9qTWgmI3hBO3FkaXJzVmRpcnpUODhQTzNtTHlwcGVtWEdpVHJCTGN6dkhNV2pTU3FxbFJzNE5OOEt2UmJPUjViT0NSelYzalJtUHVWQk9CVmJGWFkmI3hBO3F4ajh5UE1PcWFGNVR1N3JTSUpialZwYVFXS1F4R1lySS9XUXFBMnlLQzI0cFdnNzRxcC9sdEQ1Mi93K2wzNXZ2VGM2bGVVa1MyTVUmI3hBO01YMWVPbndxM3BJbFhhdFdyMDZlT0tzcnhWMkt2TC95Kzg5ZVpOWi9NcnpSb2VvWEN5YWJwajNTMmNRalJTb2l1dlNTcktBeG9uamgmI3hBO1Y2aGdWMkt1eFYyS3V4VmlYbVB5b1dacnpUMDNPOHR1djRsUDZaeC9iUFlKSk9YQ1BmSDlJL1Y4bmQ2SHRIK0RKOEQrdGlKQkJJSW8mI3hBO1IxR2NhUlR1MC84QUtPc2l6dXphek5TM3VDS0U5Rms2QS9UMHpvdlo3dEVZY25oeVBvbjloL2J5ZFoybHBlT1BFUHFqOXliZWRkS2EmI3hBO2EzUy9pRlhnSEdVRHFVSjJQK3hPYmYybTBCbkFabzg0Yy9kK3o5TGg5bGFqaGx3SHJ5OTdGZEsxS2JUcjFMbVBmanM2ZnpLZW96a3QmI3hBO0JyWmFiS01rZmo1aDNHb3dETEF4TFBaNE5OMS9UUVEzSkczamtIMm8zL3o2alBRc3VMQjJoZzUyRHlQV0ovSFI1dUU4bW15ZmpkaU4mI3hBOzU1UjFtM2NpT01YRWZaNHlLL1NwM3pqZFQ3UGFuR2ZTT01kNC9VN3ZGMmxpa056d256V1d2bFBXcDNBYUgwVTd2SVFBUG9GVGtjSFkmI3hBO0dxeUdqSGhIZWZ4YkxKMmpoaU9kKzVNZFI4a1R4d1J0WXY2MHFpa3FOUmVSOFZydDlCelphejJZbEdBT0k4VXVvTzErNzlUaTRPMVEmI3hBO1NlTVVPaVd3K1ZOZGtjS2JmMHgzWjJVQWZjU2MxbVBzRFZ5TmNGZThoeXBkbzRRT2RwekJaNlY1YWorc1hjZ3VkUUkvZFJyMi93QlgmI3hBO3cvMWptNnhhYlQ5bURqeUhqemRCK3IvaWo4SEJubHlhbzhNUnd3L0g0cGpXcGFqYzZoZE5jVG40anNxam9xOWdNNWZXNjJlb3lHYy8mI3hBOzdCM08yd1lJNG84TVdXZVVkQWEyVDYvY3JTZVFmdVVQVlZQYys1enIvWi9zazRoNDJRZXM4aDNEOVorNTB2YVdzNHp3UjVEbXlYT28mI3hBO2RTOGsvd0NjaHZOMnZhSHBHbDJXa3p5V2k2azgzMW02aEpXUUxDRXBHSEc2OC9VcWFiN2ZQQ0ZZbGIvbDFkeTJFT3BlUS9PeDFmVzEmI3hBO1pYbXRvNWhBNUhkcU5KeVhqWDdNZzNHS0UrL016ejc1MzB6UXZMM2x4Q2JQelZxc2FqVVpvV1hrRHk5RlJFNjFDbVYvaXF2MmUyS28mI3hBO0RWZnlVODdhUHBJMXJTUE1WMWQrWVlRc2sxdEVaRkxzU0F3amw1OGp4ciswUGlIaDB4VkFmbkZmK1liNzh1L0xFM21LMWEwMWxiaWEmI3hBO083amRRdkprV2drb052aldoMjc0cXFhditVL25uL0N0eDVzMVB6TEtkWHRiWnJ3MmFseUVpaVF1VVdaWEFWZ2c2S2xPM3ZpcW5xbm4mI3hBO2p6QnFuNUdXMS9MZlRMcVZwcXEyTXQ1Rkl5U3lLa1RPdk5sSUpQRnhYeHBVNzRxbS9rWDh1dlBXb05vWG5EV05la21TRllMdTIwOHMmI3hBOzhyUGJxaW1OZVhKVVZuU2xkajErTGV1S29BZVR2Ti9tVFVMM1VQekQ4d1A1YXQrVmJTemtuaVZDcHFhUnI2b1JWVGJlbFRpcXp5SHImI3hBOzJvK1dmelF0dks5cjVoR3YrWHIzOTJrcVNpYU1GNHl5RmFOSUVkWFhpM0UwcCtDcVNlVTlPODllY3ZOZXNhTmFlWUxxenNFbGtlOWwmI3hBO2FhUitNYXlrS3FKeUJOVDJxQjQ5c1ZUZlRvZk1YNWEvbXRvK2dEVjVkUjAzVm1nRHhOeVZHanVwV2dVdEd6T0E2T09WUWYxa1lxZ2QmI3hBO0Y4OFdIazc4eHZQZXAzS21XZDVyNkd5dHhYOTVNYjBsUVQreW9wVmo0ZStLczEvTEh5dDV2OHdYaStkUE5tcDNRZ3VtOWV3MG1PV1MmI3hBO09KMVAySGRGWUtzWUgyVS9hNm4zVlMvOHVkVjFqeTcrYm1yK1VOVnZyaTZ0cmtPdGo5WmxlVDdBOWVBZ3VXcHloSnJUdmlyWG52Vk4mI3hBO1k4eS9uSnB2bFhTNzY0dHJLekVhWC8xYVY0d1IvZnprbENCVVIwVWUrS3ZjY0NYWXE3RlVvMWZ5ellhaldTbm8zSi8zY2c2LzZ5OTgmI3hBOzAvYVBZbUhVK3I2Wjk0L1NPcm5hYlh6eGJjNDl6RDlSOHQ2cllrczhSbGlIKzdZdmlGUGNkUjlPY1hyT3hkUmczTWVLUGVOLzJoM20mI3hBO0RYWThuSTBlNHNnOHJlWVByYXJwdDU4YzNFaUp6dUhVRGRXOXdQdnpvdXdlMS9HSGdaTjVWc2U4ZHgrSHpkWjJob3VEOTVIbDl5VmUmI3hBO1l2TE0xbEkxemFxWHN5YWtEY3greDl2Zk5SMngySkxBVFBHTHhmN245bm01dWkxNHlEaGw5ZjNwVnArcDN1bnkrcGF5RkNmdEwxVnYmI3hBO21NMU9rMTJYVHk0c1pyN2o4SE16WUlaQlVneWEwODl4RUFYZHN5dDNhSWdnL3dDeGFuNjg2blQrMVVhL2VRUCtiK28vcmRSazdJUDgmI3hBO012bWpoNTAwVWlwTWc5aW45RG1lUGFYUy93Qkw1T09leTgzbDgxR2J6enBpajkxRExJM2FvVlI5OVNmd3lqSjdVNEI5TVpINUQ5TFomI3hBO0hzbkllWkFTZSs4NmFuT0NsdXEycUh1dnhQOEE4RWY2WnB0VjdTNThncUFFQjh6OC93QmpuWWV5OGNkNWVwSTFXNXVwNkFQTlBJZmQmI3hBO21Zbk5DQlBMUGE1VGw4U1hZRXhoSHVBWmg1ZjhwTGJzdDFxQUR6RGVPRHFxbnhieE9kbjJSN1BqR1JremJ5NlI3dmYzbDBlczdTNHYmI3hBO1REbDNzbnpxblVPeFY1citjM21qeTlwY0duNmI1aTBJNnJwZW9NeEZ4NmhqOUY0eUFTcFZTd2JpOVJ4WVZ3cTh4L01EeUgrWEdrYUkmI3hBO2RlOHIrWlZlNURJMXRZQ2VPZDNMTUIrN01mR1JPQStJOHE5TVVJRFc3L1g0N2J5RjUzMVpaYm4wS1J0Y1NWTFNmVWIxNVkrUlA3VHgmI3hBO3RzVDlxbGNWZTMrWXZ6aDhsNlY1ZS9TMXJmd2FuTElGTnRZUVNxSm41TUFlUzd0SHhCcWVTOXZIQWw1bCtjL21hVHpONUE4dDYyMWsmI3hBOzFnbDNkVG1LQjM1dHdVY1ExYUw5cmpVYmRNS0hyL20zL3dBbHByUC9BR3hybi9xRmJBbDg5VzMvQUpJUzYvOEFBakgvQUZDSmhRK2cmI3hBO1BMdDNjV2Y1VmFaZDI2OHJpMzBLQ1dGYVZxNldhc29wMzNHQkx3Mzh0dEo4aithN25VOVY4K2EzWFV2VURMRGMzSzI0ZEN0VEp6WXEmI3hBO1dvZHVLa2NRUHVLSGFYSDVRaS9PM1I0ZktlK2tRM0VVYXVHa2NQSXFrU01yU0VrZ252MDhOc1ZaTCtRUC9LZGVhL2szL1VRY1NyZjUmI3hBO3NmOEFrOWZKdi9idC93QzZoSmlsajJqZVJMSHpsK1pubmpUN21Sb3BZWnRRbHM1Rk5GV2Y2MlZSbkZOMUhMY1lvWmIrUjNuRzkwNi8mI3hBO3VmeSsxK3NWN1pQSU5QOEFVTzRLRW1TQUh2OEF6cDdWOXNVdGZuNXAxeG8rdWVYL0FEellMU2EwbVNDNEkycTBiZXJEWC9XSE5UOUEmI3hBO3hDcnZ5QTB5NDFUVTlmOEFPOSt0YmkrbmVHQW5laGtiMXBxVjdib28ra1lsWHRXQlhZcTdGWFlxN0ZWSmJTMVNjenBDaXpNS05JRkEmI3hBO1lnK0p5bU9ueGlmR0lqaTc2M1puSklqaEpOS3ZYTG1DUmFsNVEweTdZeVExdFpUMUtDcUUrNi8wcG1nMXZzN2d6RzQraVhseStYNnEmI3hBO2RqZzdUeVEyUHFINDZwRlA1STFWRCs2ZUtaZTI1VS9jUlQ4YzBHWDJZMUVmcE1aZlorUG03R0hhMk04d1FoajVSMThFRDZ1Q1BIMUUmI3hBO3AveExNVSt6MnN2NlA5bEg5YmQvS1dIdit3cXNYa3ZXbk5HRWNZOFdldjhBeEVObDBQWnJWSG53eCtQNnJZUzdVd2psWlRPejhpUkEmI3hBO2hydTVMK0tSRGlQK0NOZjFadE5QN0t4RytTZCtRMiszOWpoNWUxei9BQWo1c2lzZE1zTEZPTnJDc2RlckRkajgyTytkSnBkRmh3Q3MmI3hBO2NSSDcvbTZ6TG5ua1BxTm9uTXBwZGlyc1ZTN1gvTHVpK1lOT2ZUdFl0RXU3UnlHOU42Z2hoMFpXVWhsYjNCeFZodG4rUXY1YjIxMmwmI3hBO3g5U2xuQ0hrSVpwbmFQMnF1MVI3RTQyck05Ujh2NkpxV2tuU0wyeWhtMHppcUMwS2dScXFmWjRCYWNlUGJqMHhWaGx0K1FuNWJRWGEmI3hBOzNIMUdXVUtlUWdsbmthUDJxS2drZk00MnJJdk0za0x5eDVrc2JTeDFTMTVXbGlhMnNNTE5DcURqeEFBaks3QlJRREZVM3ZkTHM3M1MmI3hBO3A5S3VGTFdWekE5cktnSkJNVWlHTmh5Ry93Qms5Y1ZZd3Y1UytTRjh1UDVkRnBKK2lwTHI2ODBYclNjdlg0Q1BsenJ5cHhIVEZXVTYmI3hBO2JwOXJwMm5XdW4yaWxMV3poanQ0RUpMRVJ4S0VVRW5jN0RGV0VhbitSbjVjNmhmUGVOWVBidkkzS1NLM2xhT0ludlJCc3Y4QXNhWTImI3hBO3FPc1B5ajhoYWRxMXBxdGpweHQ3dXg0bTNLU3ljUVZCQUxLV1BJNzdrNHFqL0xma0R5ejVjMUc4MURTcmQ0cnEvcjlaZHBIY0dyYzkmI3hBO2d4SUc1N1lxN1dmSVBsbldQTU5qNWh2N2Q1TlUwNzB2cWtxeU9xcjZFcG1qcWdJVTBkaWQ4VlhhTDVGOHQ2TnJ1b2E3WVFQSHFPcG0mI3hBO1JyeVJwSFlNWlpQVmVpc1NCOGZoaXFoclA1YmVVdFgxK0x6QmRXMGk2dkNZeWwxRExKRTNLRTFSandJQkk2VjhNVmVZL25IK1pOdHImI3hBO3NOeDVEMGZUNTU5VWU5RnRPem9oSEtHUUZSQnhabUpkaDFOS0N2amhWNno1Sjh0eCtXL0t1bTZNbEM5ckNCT3c2Tk0veHl0OGk3R24mI3hBO3RnVlBNVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1YmI3hBO2RpcVR3ZjRQL1RiK2grai9BTk9jbTlUMC9RK3Q4cWZGeXArOHI0NHFuR0t2LzlrPTwveGFwR0ltZzppbWFnZT4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkFsdD4KICAgICAgICAgPC94YXA6VGh1bWJuYWlscz4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhhcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyI+CiAgICAgICAgIDx4YXBNTTpEb2N1bWVudElEPnV1aWQ6QTE2QjMxODVGRjUzREUxMTg2NzVFMzg1OTJGRjFCNDE8L3hhcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4YXBNTTpJbnN0YW5jZUlEPnV1aWQ6MWE5NzExNTktMTc0ZC00MTZmLThjM2QtMDg3NDRiOGFhYzRmPC94YXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eGFwTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD51dWlkOjM0ODQyMTBGMkIxOURFMTE4MTE3QjAzNzQ1RTBEQTMzPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD51dWlkOjMzODQyMTBGMkIxOURFMTE4MTE3QjAzNzQ1RTBEQTMzPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICA8L3hhcE1NOkRlcml2ZWRGcm9tPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6aWxsdXN0cmF0b3I9Imh0dHA6Ly9ucy5hZG9iZS5jb20vaWxsdXN0cmF0b3IvMS4wLyI+CiAgICAgICAgIDxpbGx1c3RyYXRvcjpTdGFydHVwUHJvZmlsZT5QcmludDwvaWxsdXN0cmF0b3I6U3RhcnR1cFByb2ZpbGU+CiAgICAgICAgIDxpbGx1c3RyYXRvcjpUeXBlPkRvY3VtZW50PC9pbGx1c3RyYXRvcjpUeXBlPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eGFwVFBnPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvdC9wZy8iCiAgICAgICAgICAgIHhtbG5zOnN0RGltPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvRGltZW5zaW9ucyMiCiAgICAgICAgICAgIHhtbG5zOnhhcEc9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9nLyI+CiAgICAgICAgIDx4YXBUUGc6TlBhZ2VzPjE8L3hhcFRQZzpOUGFnZXM+CiAgICAgICAgIDx4YXBUUGc6SGFzVmlzaWJsZVRyYW5zcGFyZW5jeT5GYWxzZTwveGFwVFBnOkhhc1Zpc2libGVUcmFuc3BhcmVuY3k+CiAgICAgICAgIDx4YXBUUGc6SGFzVmlzaWJsZU92ZXJwcmludD5GYWxzZTwveGFwVFBnOkhhc1Zpc2libGVPdmVycHJpbnQ+CiAgICAgICAgIDx4YXBUUGc6TWF4UGFnZVNpemUgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3REaW06dz4yOTcuMDAwMDAyPC9zdERpbTp3PgogICAgICAgICAgICA8c3REaW06aD4yMDkuOTk5OTk0PC9zdERpbTpoPgogICAgICAgICAgICA8c3REaW06dW5pdD5NaWxsaW1ldGVyczwvc3REaW06dW5pdD4KICAgICAgICAgPC94YXBUUGc6TWF4UGFnZVNpemU+CiAgICAgICAgIDx4YXBUUGc6UGxhdGVOYW1lcz4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGk+TWFnZW50YTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPlllbGxvdzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkJsYWNrPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94YXBUUGc6UGxhdGVOYW1lcz4KICAgICAgICAgPHhhcFRQZzpTd2F0Y2hHcm91cHM+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JvdXBOYW1lPlbDvWNob3rDrSBza3VwaW5hIHZ6b3Jrxa88L3hhcEc6Z3JvdXBOYW1lPgogICAgICAgICAgICAgICAgICA8eGFwRzpncm91cFR5cGU+MDwveGFwRzpncm91cFR5cGU+CiAgICAgICAgICAgICAgICAgIDx4YXBHOkNvbG9yYW50cz4KICAgICAgICAgICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkLDrWzDoTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPsSMZXJuw6E8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjAuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MTAwLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgxI1lcnZlbsOhPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4wLjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwMC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjEwMC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgxb5sdXTDoTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Q01ZSyB6ZWxlbsOhPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xMDAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjEwMC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgYXp1cm92w6E8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjEwMC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgbW9kcsOhPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xMDAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MTAwLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgcHVycHVyb3bDoTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4xMDAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4wLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0xNSBNPTEwMCBZPTkwIEs9MTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjE0Ljk5OTk5ODwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwMC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjkwLjAwMDAwNDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjEwLjAwMDAwMjwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MCBNPTkwIFk9ODUgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4wLjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjkwLjAwMDAwNDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+ODQuOTk5OTk2PC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTAgTT04MCBZPTk1IEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT44MC4wMDAwMDE8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93Pjk0Ljk5OTk5OTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0wIE09NTAgWT0xMDAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4wLjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjUwLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0wIE09MzUgWT04NSBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MzUuMDAwMDAyPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz44NC45OTk5OTY8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NSBNPTAgWT05MCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjUuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjkwLjAwMDAwNDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0yMCBNPTAgWT0xMDAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xOS45OTk5OTk8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01MCBNPTAgWT0xMDAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj41MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz03NSBNPTAgWT0xMDAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj43NS4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz04NSBNPTEwIFk9MTAwIEs9MTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjg0Ljk5OTk5NjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwLjAwMDAwMjwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjEwLjAwMDAwMjwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9OTAgTT0zMCBZPTk1IEs9MzA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjkwLjAwMDAwNDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjMwLjAwMDAwMTwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+OTQuOTk5OTk5PC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MzAuMDAwMDAxPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz03NSBNPTAgWT03NSBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjc1LjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz43NS4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9ODAgTT0xMCBZPTQ1IEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+ODAuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MTAuMDAwMDAyPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz40NC45OTk5OTk8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NzAgTT0xNSBZPTAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj42OS45OTk5OTk8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4xNC45OTk5OTg8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjAuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTg1IE09NTAgWT0wIEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+ODQuOTk5OTk2PC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NTAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4wLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0xMDAgTT05NSBZPTUgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xMDAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+OTQuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz41LjAwMDAwMTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0xMDAgTT0xMDAgWT0yNSBLPTI1PC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xMDAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MTAwLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MjUuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MjUuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz03NSBNPTEwMCBZPTAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj43NS4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4xMDAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4wLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01MCBNPTEwMCBZPTAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj41MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4xMDAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4wLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0zNSBNPTEwMCBZPTM1IEs9MTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjM1LjAwMDAwMjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwMC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjM1LjAwMDAwMjwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjEwLjAwMDAwMjwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MTAgTT0xMDAgWT01MCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjEwLjAwMDAwMjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwMC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjUwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0wIE09OTUgWT0yMCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+OTQuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4xOS45OTk5OTk8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MjUgTT0yNSBZPTQwIEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MjUuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MjUuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4zOS45OTk5OTg8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NDAgTT00NSBZPTUwIEs9NTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MzkuOTk5OTk4PC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NDQuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz41MC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz41LjAwMDAwMTwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NTAgTT01MCBZPTYwIEs9MjU8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjUwLjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjUwLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+NjAuMDAwMDAyPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MjUuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01NSBNPTYwIFk9NjUgSz00MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+NTUuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjAuMDAwMDAyPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz42NC45OTk5OTg8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4zOS45OTk5OTg8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTI1IE09NDAgWT02NSBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjI1LjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjM5Ljk5OTk5ODwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+NjQuOTk5OTk4PC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTMwIE09NTAgWT03NSBLPTEwPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4zMC4wMDAwMDE8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT41MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93Pjc1LjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjEwLjAwMDAwMjwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MzUgTT02MCBZPTgwIEs9MjU8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjM1LjAwMDAwMjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjYwLjAwMDAwMjwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+ODAuMDAwMDAxPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MjUuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz00MCBNPTY1IFk9OTAgSz0zNTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MzkuOTk5OTk4PC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjQuOTk5OTk4PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz45MC4wMDAwMDQ8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4zNS4wMDAwMDI8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTQwIE09NzAgWT0xMDAgSz01MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MzkuOTk5OTk4PC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjkuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4xMDAuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+NTAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01MCBNPTcwIFk9ODAgSz03MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+NTAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjkuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz44MC4wMDAwMDE8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz42OS45OTk5OTk8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgICAgICAgICAgIDwveGFwRzpDb2xvcmFudHM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JvdXBOYW1lPlByaW50IENvbG9yIEdyb3VwPC94YXBHOmdyb3VwTmFtZT4KICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JvdXBUeXBlPjE8L3hhcEc6Z3JvdXBUeXBlPgogICAgICAgICAgICAgICAgICA8eGFwRzpDb2xvcmFudHM+CiAgICAgICAgICAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTAgTT0zMCBZPTcwIEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4zMC4wMDAwMDE8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjY5Ljk5OTk5OTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01IE09NzAgWT05MCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjUuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjkuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz45MC4wMDAwMDQ8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NSBNPTkwIFk9NzUgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj41LjAwMDAwMTwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjkwLjAwMDAwNDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+NzUuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTMwIE09MCBZPTk1IEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MzAuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93Pjk0Ljk5OTk5OTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz02MCBNPTUgWT05NSBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjYwLjAwMDAwMjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjUuMDAwMDAxPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz45NC45OTk5OTk8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MzAgTT0wIFk9MTAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4zMC4wMDAwMDE8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAuMDAwMDAyPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTYwIE09MTAgWT01IEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+NjAuMDAwMDAyPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MTAuMDAwMDAyPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz41LjAwMDAwMTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz04MCBNPTUgWT0xMCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjgwLjAwMDAwMTwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjUuMDAwMDAxPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4xMC4wMDAwMDI8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgICAgICAgICAgPC94YXBHOkNvbG9yYW50cz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8eGFwRzpncm91cE5hbWU+R3JheXNjYWxlPC94YXBHOmdyb3VwTmFtZT4KICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JvdXBUeXBlPjE8L3hhcEc6Z3JvdXBUeXBlPgogICAgICAgICAgICAgICAgICA8eGFwRzpDb2xvcmFudHM+CiAgICAgICAgICAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTEwMDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkdSQVk8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmdyYXk+MjU1PC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTkwPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+R1JBWTwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JheT4yMjk8L3hhcEc6Z3JheT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPks9ODA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5HUkFZPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpncmF5PjIwMzwveGFwRzpncmF5PgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Sz03MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkdSQVk8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmdyYXk+MTc4PC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTYwPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+R1JBWTwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JheT4xNTI8L3hhcEc6Z3JheT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPks9NTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5HUkFZPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpncmF5PjEyNzwveGFwRzpncmF5PgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Sz00MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkdSQVk8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmdyYXk+MTAxPC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTMwPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+R1JBWTwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JheT43NjwveGFwRzpncmF5PgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Sz0yMDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkdSQVk8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmdyYXk+NTA8L3hhcEc6Z3JheT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPks9MTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5HUkFZPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpncmF5PjI1PC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTU8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5HUkFZPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpncmF5PjEyPC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgICAgICAgICAgIDwveGFwRzpDb2xvcmFudHM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveGFwVFBnOlN3YXRjaEdyb3Vwcz4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnBkZj0iaHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyI+CiAgICAgICAgIDxwZGY6UHJvZHVjZXI+QWRvYmUgUERGIGxpYnJhcnkgOC4wMDwvcGRmOlByb2R1Y2VyPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/Pg0KZW5kc3RyZWFtDWVuZG9iag02MiAwIG9iag08PC9PUE0gMC9CTS9Ob3JtYWwvQ0EgMS4wL09QIHRydWUvU01hc2svTm9uZS9jYSAxLjAvQUlTIGZhbHNlL29wIHRydWUvVHlwZS9FeHRHU3RhdGUvU0EgdHJ1ZT4+DWVuZG9iag02MyAwIG9iag08PC9PUE0gMS9CTS9Ob3JtYWwvQ0EgMS4wL09QIGZhbHNlL1NNYXNrL05vbmUvY2EgMS4wL0FJUyBmYWxzZS9vcCBmYWxzZS9UeXBlL0V4dEdTdGF0ZS9TQSB0cnVlPj4NZW5kb2JqDTEgMCBvYmoNPDwvSyAyIDAgUi9QYXJlbnRUcmVlIDMgMCBSL1BhcmVudFRyZWVOZXh0S2V5IDEvUm9sZU1hcCA0IDAgUi9UeXBlL1N0cnVjdFRyZWVSb290L0NsYXNzTWFwIDUgMCBSPj4NZW5kb2JqDTIgMCBvYmoNPDwvSyAxOCAwIFIvUCAxIDAgUi9TL0RvY3VtZW50L0xhbmcoY3MpPj4NZW5kb2JqDTMgMCBvYmoNPDwvTnVtc1swIDYgMCBSXT4+DWVuZG9iag00IDAgb2JqDTw8L1N0b3J5L1NlY3QvTm9ybWFsUGFyYWdyYXBoU3R5bGUvUC9BcnRpY2xlL0FydD4+DWVuZG9iag01IDAgb2JqDTw8L1BhMDw8L08vTGF5b3V0L0xpbmVIZWlnaHQgMTIuMD4+L0EwPDwvTy9MYXlvdXQvTGluZUhlaWdodCAxMy4wPj4+Pg1lbmRvYmoNNiAwIG9iag1bNyAwIFIgOCAwIFIgOSAwIFIgMTAgMCBSIDExIDAgUiAxMiAwIFIgMTMgMCBSIDE0IDAgUiAxNSAwIFIgMTYgMCBSIDE3IDAgUl0NZW5kb2JqDTcgMCBvYmoNPDwvQy9BMC9LIDAvUCAyMSAwIFIvUy9TcGFuL1BnIDM0IDAgUj4+DWVuZG9iag04IDAgb2JqDTw8L0FjdHVhbFRleHQ8RkVGRjAwMEE+L0MvQTAvSyAxL1AgMjEgMCBSL1MvU3Bhbi9QZyAzNCAwIFI+Pg1lbmRvYmoNOSAwIG9iag08PC9DL0EwL0sgMi9QIDIxIDAgUi9TL1NwYW4vUGcgMzQgMCBSPj4NZW5kb2JqDTEwIDAgb2JqDTw8L0FjdHVhbFRleHQ8RkVGRjAwQUQ+L0MvQTAvSyAzL1AgMjEgMCBSL1MvU3Bhbi9QZyAzNCAwIFI+Pg1lbmRvYmoNMTEgMCBvYmoNPDwvQy9BMC9LIDQvUCAyMSAwIFIvUy9TcGFuL1BnIDM0IDAgUj4+DWVuZG9iag0xMiAwIG9iag08PC9DL0EwL0sgNS9QIDIzIDAgUi9TL1NwYW4vUGcgMzQgMCBSPj4NZW5kb2JqDTEzIDAgb2JqDTw8L0MvQTAvSyA2L1AgMjYgMCBSL1MvU3Bhbi9QZyAzNCAwIFI+Pg1lbmRvYmoNMTQgMCBvYmoNPDwvQWN0dWFsVGV4dDxGRUZGMDAwQT4vQy9BMC9LIDcvUCAyNiAwIFIvUy9TcGFuL1BnIDM0IDAgUj4+DWVuZG9iag0xNSAwIG9iag08PC9BPDwvTy9MYXlvdXQvTGluZUhlaWdodCAxMS4wPj4vSyA4L1AgMjcgMCBSL1MvU3Bhbi9QZyAzNCAwIFI+Pg1lbmRvYmoNMTYgMCBvYmoNPDwvQTw8L08vTGF5b3V0L0xpbmVIZWlnaHQgMTUuMD4+L0sgOS9QIDI4IDAgUi9TL1NwYW4vUGcgMzQgMCBSPj4NZW5kb2JqDTE3IDAgb2JqDTw8L0E8PC9QbGFjZW1lbnQvQmxvY2svTy9MYXlvdXQvQkJveFsxODYuMTk1IDczMy40NzggNDI1LjgyMSA2NjUuMTI0XT4+L0sgMTAvUCAxOCAwIFIvUy9GaWd1cmUvUGcgMzQgMCBSPj4NZW5kb2JqDTE4IDAgb2JqDTw8L0tbMTcgMCBSIDE5IDAgUiAyMCAwIFJdL1AgMiAwIFIvUy9BcnRpY2xlPj4NZW5kb2JqDTE5IDAgb2JqDTw8L0sgMjggMCBSL1AgMTggMCBSL1MvU3Rvcnk+Pg1lbmRvYmoNMjAgMCBvYmoNPDwvS1syMSAwIFIgMjIgMCBSIDIzIDAgUiAyNCAwIFIgMjUgMCBSIDI2IDAgUiAyNyAwIFJdL1AgMTggMCBSL1MvU3Rvcnk+Pg1lbmRvYmoNMjEgMCBvYmoNPDwvQy9QYTAvS1s3IDAgUiA4IDAgUiA5IDAgUiAxMCAwIFIgMTEgMCBSXS9QIDIwIDAgUi9TL05vcm1hbFBhcmFncmFwaFN0eWxlPj4NZW5kb2JqDTIyIDAgb2JqDTw8L0MvUGEwL1AgMjAgMCBSL1MvTm9ybWFsUGFyYWdyYXBoU3R5bGU+Pg1lbmRvYmoNMjMgMCBvYmoNPDwvQy9QYTAvSyAxMiAwIFIvUCAyMCAwIFIvUy9Ob3JtYWxQYXJhZ3JhcGhTdHlsZT4+DWVuZG9iag0yNCAwIG9iag08PC9DL1BhMC9QIDIwIDAgUi9TL05vcm1hbFBhcmFncmFwaFN0eWxlPj4NZW5kb2JqDTI1IDAgb2JqDTw8L0MvUGEwL1AgMjAgMCBSL1MvTm9ybWFsUGFyYWdyYXBoU3R5bGU+Pg1lbmRvYmoNMjYgMCBvYmoNPDwvQy9QYTAvS1sxMyAwIFIgMTQgMCBSXS9QIDIwIDAgUi9TL05vcm1hbFBhcmFncmFwaFN0eWxlPj4NZW5kb2JqDTI3IDAgb2JqDTw8L0MvUGEwL0sgMTUgMCBSL1AgMjAgMCBSL1MvTm9ybWFsUGFyYWdyYXBoU3R5bGU+Pg1lbmRvYmoNMjggMCBvYmoNPDwvQy9QYTAvSyAxNiAwIFIvUCAxOSAwIFIvUy9Ob3JtYWxQYXJhZ3JhcGhTdHlsZT4+DWVuZG9iag0yOSAwIG9iag08PC9Db3VudCAxL1R5cGUvUGFnZXMvS2lkc1szNCAwIFJdPj4NZW5kb2JqDTMwIDAgb2JqDTw8L1N1YnR5cGUvWE1ML0xlbmd0aCAxMDQ0OC9UeXBlL01ldGFkYXRhPj5zdHJlYW0NCjw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDQuMS1jMDM3IDQ2LjI4MjY5NiwgTW9uIEFwciAwMiAyMDA3IDE4OjM2OjQyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4YXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RNZnM9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9NYW5pZmVzdEl0ZW0jIgogICAgICAgICAgICB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyI+CiAgICAgICAgIDx4YXBNTTpJbnN0YW5jZUlEPnV1aWQ6ODZmNjExMzItOWRhMS00YjRmLWExMmMtNzg3OWIyNzAwMWM1PC94YXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eGFwTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDppbmRkOjcwMzQ5YjYyLTUzZmUtMTFkZS04N2RjLThiZTg2NDRmNjQyZDwveGFwTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhhcE1NOlJlbmRpdGlvbkNsYXNzPnByb29mOnBkZjwveGFwTU06UmVuZGl0aW9uQ2xhc3M+CiAgICAgICAgIDx4YXBNTTpNYW5pZmVzdD4KICAgICAgICAgICAgPHJkZjpCYWc+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RNZnM6bGlua0Zvcm0+UmVmZXJlbmNlU3RyZWFtPC9zdE1mczpsaW5rRm9ybT4KICAgICAgICAgICAgICAgICAgPHhhcE1NOnBsYWNlZFhSZXNvbHV0aW9uPjcyLjAwPC94YXBNTTpwbGFjZWRYUmVzb2x1dGlvbj4KICAgICAgICAgICAgICAgICAgPHhhcE1NOnBsYWNlZFlSZXNvbHV0aW9uPjcyLjAwPC94YXBNTTpwbGFjZWRZUmVzb2x1dGlvbj4KICAgICAgICAgICAgICAgICAgPHhhcE1NOnBsYWNlZFJlc29sdXRpb25Vbml0PkluY2hlczwveGFwTU06cGxhY2VkUmVzb2x1dGlvblVuaXQ+CiAgICAgICAgICAgICAgICAgIDxzdE1mczpyZWZlcmVuY2UgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD51dWlkOjFhOTcxMTU5LTE3NGQtNDE2Zi04YzNkLTA4NzQ0YjhhYWM0Zjwvc3RSZWY6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgICAgPHN0UmVmOmRvY3VtZW50SUQ+dXVpZDpBMTZCMzE4NUZGNTNERTExODY3NUUzODU5MkZGMUI0MTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgICAgICAgPC9zdE1mczpyZWZlcmVuY2U+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpCYWc+CiAgICAgICAgIDwveGFwTU06TWFuaWZlc3Q+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4YXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhhcEdJbWc9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9nL2ltZy8iPgogICAgICAgICA8eGFwOkNyZWF0ZURhdGU+MjAwOS0wNi0wOFQwOTo1NjoyOCswMjowMDwveGFwOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4YXA6TW9kaWZ5RGF0ZT4yMDA5LTA2LTA4VDA5OjU2OjI5KzAyOjAwPC94YXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhhcDpNZXRhZGF0YURhdGU+MjAwOS0wNi0wOFQwOTo1NjoyOSswMjowMDwveGFwOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhhcDpDcmVhdG9yVG9vbD5BZG9iZSBJbkRlc2lnbiBDUzMgKDUuMC40KTwveGFwOkNyZWF0b3JUb29sPgogICAgICAgICA8eGFwOlRodW1ibmFpbHM+CiAgICAgICAgICAgIDxyZGY6QWx0PgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHhhcEdJbWc6Zm9ybWF0PkpQRUc8L3hhcEdJbWc6Zm9ybWF0PgogICAgICAgICAgICAgICAgICA8eGFwR0ltZzp3aWR0aD4yNTY8L3hhcEdJbWc6d2lkdGg+CiAgICAgICAgICAgICAgICAgIDx4YXBHSW1nOmhlaWdodD4yNTY8L3hhcEdJbWc6aGVpZ2h0PgogICAgICAgICAgICAgICAgICA8eGFwR0ltZzppbWFnZT4vOWovNEFBUVNrWkpSZ0FCQWdFQVNBQklBQUQvN1FBc1VHaHZkRzl6YUc5d0lETXVNQUE0UWtsTkErMEFBQUFBQUJBQVNBQUFBQUVBJiN4QTtBUUJJQUFBQUFRQUIvKzRBRTBGa2IySmxBR1FBQUFBQUFRVUFBbUdJLzlzQWhBQUtCd2NIQndjS0J3Y0tEZ2tKQ1E0UkRBc0xEQkVVJiN4QTtFQkFRRUJBVUVROFJFUkVSRHhFUkZ4b2FHaGNSSHlFaElTRWZLeTB0TFNzeU1qSXlNakl5TWpJeUFRc0pDUTRNRGg4WEZ4OHJJaDBpJiN4QTtLeklyS3lzck1qSXlNakl5TWpJeU1qSXlNakl5TWpJK1BqNCtQakpBUUVCQVFFQkFRRUJBUUVCQVFFQkFRRUJBUUVEL3dBQVJDQUVBJiN4QTtBTFVEQVJFQUFoRUJBeEVCLzhRQm9nQUFBQWNCQVFFQkFRQUFBQUFBQUFBQUJBVURBZ1lCQUFjSUNRb0xBUUFDQWdNQkFRRUJBUUFBJiN4QTtBQUFBQUFBQkFBSURCQVVHQndnSkNnc1FBQUlCQXdNQ0JBSUdCd01FQWdZQ2N3RUNBeEVFQUFVaEVqRkJVUVlUWVNKeGdSUXlrYUVIJiN4QTtGYkZDSThGUzBlRXpGbUx3SkhLQzhTVkRORk9Tb3JKamM4STFSQ2VUbzdNMkYxUmtkTVBTNGdnbWd3a0tHQm1FbEVWR3BMUlcwMVVvJiN4QTtHdkxqODhUVTVQUmxkWVdWcGJYRjFlWDFabmFHbHFhMnh0Ym05amRIVjJkM2g1ZW50OGZYNS9jNFNGaG9lSWlZcUxqSTJPajRLVGxKJiN4QTtXV2w1aVptcHVjblo2ZmtxT2twYWFucUttcXE2eXRycStoRUFBZ0lCQWdNRkJRUUZCZ1FJQXdOdEFRQUNFUU1FSVJJeFFRVlJFMkVpJiN4QTtCbkdCa1RLaHNmQVV3ZEhoSTBJVlVtSnk4VE1rTkVPQ0ZwSlRKYUpqc3NJSGM5STE0a1NERjFTVENBa0tHQmttTmtVYUoyUjBWVGZ5JiN4QTtvN1BES0NuVDQvT0VsS1MweE5UazlHVjFoWldsdGNYVjVmVkdWbVoyaHBhbXRzYlc1dlpIVjJkM2g1ZW50OGZYNS9jNFNGaG9lSWlZJiN4QTtxTGpJMk9qNE9VbFphWG1KbWFtNXlkbnArU282U2xwcWVvcWFxcnJLMnVyNi85b0FEQU1CQUFJUkF4RUFQd0NiZVUvS2ZsVzU4cTZMJiN4QTtjWEdpNmZOTk5wOXJKSkpKYXdzN3UwTWJNek0wWkpKSjNPS3B0L2d6eWY4QTlXSFRmK2tPRC9xbmlydjhHZVQvQVBxdzZiLzBod2Y5JiN4QTtVOFZkL2d6eWYvMVlkTi82UTRQK3FlS3Uvd0FHZVQvK3JEcHYvU0hCL3dCVThWZC9nenlmL3dCV0hUZitrT0QvQUtwNHE3L0Juay8vJiN4QTtBS3NPbS84QVNIQi8xVHhWMytEUEovOEExWWROL3dDa09EL3FuaXJ2OEdlVC93RHF3NmIvQU5JY0gvVlBGWGY0TThuL0FQVmgwMy9wJiN4QTtEZy82cDRxNy9Cbmsvd0Q2c09tLzlJY0gvVlBGWGY0TThuLzlXSFRmK2tPRC9xbmlydjhBQm5rLy9xdzZiLzBod2Y4QVZQRlhmNE04JiN4QTtuLzhBVmgwMy9wRGcvd0NxZUt1L3daNVAvd0NyRHB2L0FFaHdmOVU4VmQvZ3p5Zi9BTldIVGY4QXBEZy82cDRxNy9CbmsvOEE2c09tJiN4QTsvd0RTSEIvMVR4VjMrRFBKL3dEMVlkTi82UTRQK3FlS3Uvd1o1UDhBK3JEcHYvU0hCLzFUeFYzK0RQSi8vVmgwMy9wRGcvNnA0cTcvJiN4QTtBQVo1UC82c09tLzlJY0gvQUZUeFYzK0RQSi8vQUZZZE4vNlE0UDhBcW5pcnY4R2VULzhBcXc2Yi93QkljSC9WUEZYZVRQOEFsRDlCJiN4QTsvd0MyYlovOG1JOFZUckZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcWt2a3ovbEQ5JiN4QTtCLzdadG4veVlqeFZPc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcVMrVFArVVAwJiN4QTtIL3RtMmY4QXlZanhWT3NWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXFTK1RQK1VQJiN4QTswSC90bTJmL0FDWWp4Vk9zVmRpcnNWZGlyc1ZVTHlkcmEyZWRWNWxBRHhyVHVCbEdzem5CaE13THBzdzR4a21JcGJiNjg4ODBjSWdGJiN4QTtaR0MxNWRLbnI5bk5WZzdkbGx5Q1BCek5jLzJPWGs3UEVJazhYSk1MdTlqdFFxa0dTV1RaSTAzWTVzdFZySWFlaHprZVFEaTRjQnllJiN4QTtRNzFJM1dvaGVac2g3cUpRVC94SEtqcXRXQmZoZjdJZnFaK0ZodXVQN0YzNlR0L3FyM1ZHcEdRc2lVSE5TVFNoQkl3L3luaThFNUtPJiN4QTsyeEhVSS9LejR4SHZWVnZMWTI2WEx5TEZISlRpWkNGM1BiYzljeXNHYU9iR0pEa1dySkF3a1FWSzAxU3p2TGExdVZrRVgxNk5aWVk1JiN4QTtTcXlGWEFZRGp5TysvYkxHTGNPcDZmT2s4a2R3aFMxa01NekU4UWpyMUJMVXhWWEU4SkRNSkZJVlE3SGtLQlR1R1B0dGlxa3Q5RTk4JiN4QTs5Z2dKZU9OWldhcThSeUpBWDdYS3UxZW1Lb25GWFlxN0ZYWXE3RlhZcTdGVWw4bWY4b2ZvUC9iTnMvOEFreEhpcWRZcTdGWFlxN0ZYJiN4QTtZcXB6UkNhRjRXMkVpbFNmbUtaWG14RExqTVQxRk1vUzRKQTl6R2JKV3RkVGlqbUhGa2s0bjVuYitPY25vb25CcklpWFEwN2pPUmt3JiN4QTtFanVUS1dSa3U5UXVSdkpieHFzVmQrSVlia1p0Y3VReHo1cC94UWlPSHljU0VRY2VPUFFuZERUd05IWlEzS1hValQzQldvTDdIbHYyJiN4QTszMnpFejRERFR3bU1rdU9kZFc3SGtFc2hpWWlvcXQ4NkxOZmxOMDlKRmsvNHlFZ0wrR1hhNlVSUE5YTGhBUDhBV3ZacjA0SmpDKzgvJiN4QTtKU25zYm1PWFRycjZrZFJpaXRab0hnQmpCU1NZd3NIcE82TFNpTXA3NzV0OUJqT1BUd0I3bkQxRWhMSVNrTnhvMnRycDhWZzlzeVROJiN4QTthMmtFUG90YUJYa2hRTzZ6U1RzWmVTRldLaVBhZ3JYcm1TMUpwTHA5elpYTWw1TlplcmJXMS9OZU12S0ZSSWswVEtzaStwS2c1UnNkJiN4QTsrZkhyVVlxb2p5L2Z4cEFPQ1cxdGZ5eVI2aENXVUNLM2E1YTVnaUZEeE96dEVRdjgrMnd4VmZwMmhhaEJxY0xYQ1hCOUM4dUxuNndHJiN4QTt0VmhLeStyUWdyR2JsaXdjQmxhZzk5aGlyTHNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi95aCtnL3dEYk5zLytURWVLcDFpcnNWZGlyc1ZkJiN4QTtpcnNWUU4vcGtWN1I2K25NdlJ4L0hNRFg5bVExVy9LWGU1R24xVXNXM01LTWxwZWhsdTFWSG5DK2xQSFg0WlU4ZHdOOHg4bWsxQUl5JiN4QTtBQXpyaGtPa2cyUnpZNjRkNjVnOXlGRnZhMEsvbzY0NW5hbS9FSDJhdVlnMCtEY2VCTy9zK2JmNG1UL1ZJMGlMWFRYY29iaU5ZSUkyJiN4QTs1cmJnOGlXL21rYnZtVnBlelpTSTR4d3dHNGp6Mzc1RnB5Nm9BSGhOazlmMU5hemI2akxkV1V0aUpXRVRmdkZXUXBIOXFNMWs0enduJiN4QTtvRDJjZGZoM3pjT0VsMFdrYWhjdFlMZXBkQm9aZzk3S2JvMFp4YjNVYnl3ZW5OelJHa2tYNFJ4MlAyUUs0cXAvb3ZYRzAyTDZ5TGlhJiN4QTs3a2FIMXdMaGp4Q1d5QWxWVzZnVCsrcldqZGQ5OXNWWHlhUnJrMWxFNWtsVytrZUV6RjVmVWpqNFBidnpFSms5UDRUR1R0MStuRlVSJiN4QTtiTHFKMUcwc3BKWFVDRlpyMURLWEt0Q3pvcERCaWVNN09HRmFmQ2hGT29DckljVmRpcnNWZGlyc1ZkaXJzVlNYeVoveWgrZy85czJ6JiN4QTsvd0NURWVLcDFpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZTWHlaL3loK2cvd0RiJiN4QTtOcy8rVEVlS3AxaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi93QW9mb1AvJiN4QTtBR3piUC9reEhpcWRZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZVbDhtZjhvZm9QJiN4QTsvYk5zL3dEa3hIaXFkWXFoNzYrdGROdFh2YjEvU2dpcHplaGFuSWhCc2dKNm5GVW8vd0FjZVYvK1c3L2tsTi8xU3hWMytPUEsvd0R5JiN4QTszZjhBSktiL0FLcFlxNy9ISGxmL0FKYnYrU1UzL1ZMRlhmNDQ4ci84dDMvSktiL3FsaXJ2OGNlVi93RGx1LzVKVGY4QVZMRlhmNDQ4JiN4QTtyLzhBTGQveVNtLzZwWXE3L0hIbGYvbHUvd0NTVTMvVkxGWGY0NDhyL3dETGQveVNtLzZwWXE3L0FCeDVYLzViditTVTMvVkxGVVJZJiN4QTsrYXRCMUs2U3lzcnIxWjVhOEU5T1JhOFFYTzdvQjBHS3B2aXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi95aCtnLzlzMnovd0NUJiN4QTtFZUtwMWlxamRXdHZld05iWGNhelF5VTVJMjROQ0dINGpGVXYvd0FMZVhmK3JmRC9BTURpcnY4QUMzbDMvcTN3L3dEQTRxNy9BQXQ1JiN4QTtkLzZ0OFA4QXdPS3Uvd0FMZVhmK3JmRC9BTURpcnY4QUMzbDMvcTN3L3dEQTRxNy9BQXQ1ZC82dDhQOEF3T0t1L3dBTGVYZityZkQvJiN4QTtBTURpcnY4QUMzbDMvcTN3L3dEQTRxNy9BQXQ1ZC82dDhQOEF3T0txdHJvR2pXVTYzTnBaeFF6UjE0dW9vUlVGVCtCeFZNY1ZkaXJzJiN4QTtWZGlyc1ZkaXJzVmRpcnNWZGlxUytUUCtVUDBIL3RtMmYvSmlQRlU2eFZDYXBxQ2FWWXkzOGtiekxEeHFrUXF4NU1xYkFrZnpZcXg3JiN4QTsvbFlGai8xYjd6L2dGLzVyeFYzL0FDc0N4LzZ0OTUvd0MvOEFOZUtwN28rclJhelovWElvcElGNWxPRXdBYW9wdnNUNDRxajhWZGlyJiN4QTtzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi95aCtnLzlzMnovQU9URWVLcDFpcVcrWUpIaTBpNGtTN0duJiN4QTtzT0ZMa2dzRXE2RG9LOWVuMDRxd3o5SVhmL1UyeC84QUlwLythTVZkK2tMdi9xYlkvd0RrVS84QXpSaXJ2MGhkL3dEVTJ4Lzhpbi81JiN4QTtveFYzNlF1LytwdGovd0NSVC84QU5HS3UvU0YzL3dCVGJIL3lLZjhBNW94VjM2UXUvd0RxYlkvK1JULzgwWXE3OUlYZi9VMngvd0RJJiN4QTtwLzhBbWpGWGZwQzcvd0NwdGovNUZQOEE4MFlxNzlJWGYvVTJ4LzhBSXAvK2FNVmQra0x2L3FiWS93RGtVLzhBelJpcnYwaGQvd0RVJiN4QTsyeC84aW4vNW94VjM2UXUvK3B0ai93Q1JULzhBTkdLdS9TRjMvd0JUYkgveUtmOEE1b3hWMzZRdS93RHFiWS8rUlQvODBZcTc5SVhmJiN4QTsvVTJ4L3dESXAvOEFtakZVNFRRdk5zaUs2YS9WV0FZSDArb09LcG5vbW02NVpUeVNhcHFQMTZOazRvbkhqeGFvTmNWVHJGWFlxN0ZVJiN4QTtsOG1mOG9mb1AvYk5zLzhBa3hIaXFkWXFvM1VGdGN3TkJlSWtzRDA1cElBVk5DQ0tnKzR4VkwvMEY1Yi9BT1dHMC80Qk1WZCtndkxmJiN4QTsvTERhZjhBbUt1L1FYbHYvQUpZYlQvZ0V4VjM2Qzh0LzhzTnAvd0FBbUt1L1FYbHYvbGh0UCtBVEZYZm9MeTMvQU1zTnAvd0NZcTc5JiN4QTtCZVcvK1dHMC93Q0FURlhmb0x5My93QXNOcC93Q1lxNzlCZVcvd0RsaHRQK0FURlY0OHVhQVJVYWRiVS80eHIvQUV4VjMrSE5BLzZ0JiN4QTsxdC95S1grbUt1L3c1b0gvQUZicmIva1V2OU1WZC9oelFQOEFxM1czL0lwZjZZcTcvRG1nZjlXNjIvNUZML1RGWGY0YzBEL3EzVzMvJiN4QTtBQ0tYK21LcGtxcWloVkZGVVVBSFFBWXEzaXJzVmRpcnNWU1h5Wi95aCtnLzlzMnovd0NURWVLcDFpcUUxUFRyZlZyS1hUN3JsNk0zJiN4QTtIbHdORDhMSzRvZCs2NHFrUC9LdS9ML2pQL3lNSC9OR0t1LzVWMzVmOFovK1JnLzVveFYzL0t1L0wvalAvd0FqQi96UmlyditWZCtYJiN4QTsvR2YvQUpHRC9takZYZjhBS3UvTC9qUC9BTWpCL3dBMFlxNy9BSlYzNWY4QUdmOEE1R0QvQUpveFYzL0t1L0wvQUl6L0FQSXdmODBZJiN4QTtxNy9sWGZsL3huLzVHRC9takZYZjhxNzh2K00vL0l3ZjgwWXF5V0NGTGVDT0NPdkNKVlJhOWFLS0Q5V0txbUt1eFYyS3V4VjJLdXhWJiN4QTsyS3V4VjJLdXhWSmZKbi9LSDZEL0FOczJ6LzVNUjRxbldLb2UrdnJYVGJWNzI5ZjBvSXFjM29XcHlJUWJJQ2VweFZLUDhjZVYvd0RsJiN4QTt1LzVKVGY4QVZMRlhmNDQ4ci84QUxkL3lTbS82cFlxcTJ2bS95N2VYRWRyYlhmT2FaZ2lMNlVvcVQwRldqQXhWT3NWZGlyc1ZkaXJzJiN4QTtWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi95aCtnL3dEYk5zLytURWVLcDFpcUh2dnFQMVYvMGw2WDFYYjFQckhIJiN4QTswK280OHZVK0g3VktZcWxIL09qZjlxbi9BS2Q4VmQvem8zL2FwLzZkOFZYeFMrUzRKRm1oZlM0NUVOVmREYnF5a2R3UmlxTS9UMmhmJiN4QTs5WEswL3dDUjhmOEF6VmlydjA5b1gvVnl0UDhBa2ZIL0FNMVlxaWJXK3NyME0xbGNSWElTZ1l3dXJnRTlLOFNjVlY4VmRpcnNWZGlyJiN4QTtzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlxUytUUCtVUDBIL3RtMmYvQUNZanhWT3NWVUx5enRyKzNlMHZJeExCSlRtaHJROFNHSFNuJiN4QTtjWXFsbitEL0FDMS95d1IvZS84QXpWaXJ2OEgrV3Y4QWxnais5LzhBbXJGWGY0UDh0ZjhBTEJIOTcvOEFOV0t1L3dBSCtXditXQ1A3JiN4QTszLzVxeFYzK0QvTFgvTEJIOTcvODFZcWp0UDBuVHRLVjEwK0JZQktRWENrbXBIVDdSUGppcU14VjJLdXhWMkt1eFYyS3V4VjJLdXhWJiN4QTsyS3V4VjJLdXhWMktwTDVNL3dDVVAwSC9BTFp0bi95WWp4Vk9zVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyJiN4QTtzVmRpcnNWZGlyc1ZkaXFTK1RQK1VQMEgvdG0yZi9KaVBGVTZ4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1JiN4QTt4VjJLdXhWMkt1eFYyS3BMNU0vNVEvUWYrMmJaL3dESmlQRlU2eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLJiN4QTt1eFYyS3V4VjJLdXhWMktwTDVNLzVRL1FmKzJiWi84QUppUEZVNnhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyJiN4QTtLdXhWMkt1eFYyS3V4VjJLcEw1TS93Q1VQMEgvQUxadG4veVlqeFZPc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzJiN4QTtWZGlyc1ZkaXJzVmRpcnNWZGlxUytUUCtVUDBIL3RtMmYvSmlQRlU2eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4JiN4QTtWMkt1eFYyS3V4VjJLdXhWMktwTDVNLzVRL1FmKzJiWi93REppUEZVNnhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1JiN4QTt4VjJLdXhWMkt1eFYyS3V4VjJLcEw1TS81US9RZisyYlovOEFKaVBGVTZ4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLJiN4QTt1eFYyS3V4VjJLdXhWMkt1eFYyS3BMNU0vd0NVUDBIL0FMWnRuL3lZanhWT3NWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWJiN4QTtkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcVMrVFArVVAwSC90bTJmL0ppUEZVNnhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWJiN4QTsyS3V4VjJLdXhWMkt1eFYyS3V4VjJLcEw1TS81US9RZisyYlovd0RKaVBGVTZ4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4JiN4QTtWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3BMNU0vNVEvUWYrMmJaLzhBSmlQRlU2eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1JiN4QTt4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMktzUDhBS2ZtenlyYmVWZEZ0N2pXdFBobWgwKzFqa2prdW9WZEhXR05XVmxhUUVFRWJqRlUyJiN4QTsvd0FaK1QvK3I5cHYvU1pCL3dCVk1WZC9qUHlmL3dCWDdUZitreUQvQUtxWXE3L0dmay8vQUt2Mm0vOEFTWkIvMVV4VjMrTS9KLzhBJiN4QTsxZnROL3dDa3lEL3FwaXJ2OForVC93RHEvYWIvQU5Ka0gvVlRGWGY0ejhuL0FQViswMy9wTWcvNnFZcTcvR2ZrL3dENnYybS85SmtIJiN4QTsvVlRGWGY0ejhuLzlYN1RmK2t5RC9xcGlydjhBR2ZrLy9xL2FiLzBtUWY4QVZURlhmNHo4bi84QVYrMDMvcE1nL3dDcW1LdS94bjVQJiN4QTsvd0NyOXB2L0FFbVFmOVZNVmQvalB5Zi9BTlg3VGY4QXBNZy82cVlxNy9HZmsvOEE2djJtL3dEU1pCLzFVeFYzK00vSi93RDFmdE4vJiN4QTs2VElQK3FtS3UveG41UDhBK3I5cHYvU1pCLzFVeFYzK00vSi8vViswMy9wTWcvNnFZcTcvQUJuNVAvNnYybS85SmtIL0FGVXhWMytNJiN4QTsvSi8vQUZmdE4vNlRJUDhBcXBpcnY4WitULzhBcS9hYi93QkprSC9WVEZYZjR6OG4vd0RWKzAzL0FLVElQK3FtS3UveG41UC9BT3I5JiN4QTtwdjhBMG1RZjlWTVZkL2pQeWY4QTlYN1RmK2t5RC9xcGlyLy8yUT09PC94YXBHSW1nOmltYWdlPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QWx0PgogICAgICAgICA8L3hhcDpUaHVtYm5haWxzPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj4KICAgICAgICAgPGRjOmZvcm1hdD5hcHBsaWNhdGlvbi9wZGY8L2RjOmZvcm1hdD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnBkZj0iaHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyI+CiAgICAgICAgIDxwZGY6UHJvZHVjZXI+QWRvYmUgUERGIExpYnJhcnkgOC4wPC9wZGY6UHJvZHVjZXI+CiAgICAgICAgIDxwZGY6VHJhcHBlZD5GYWxzZTwvcGRmOlRyYXBwZWQ+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+DQplbmRzdHJlYW0NZW5kb2JqDTMxIDAgb2JqDTw8L0NyZWF0aW9uRGF0ZShEOjIwMDkwNjA4MDk1NjI4KzAyJzAwJykvQ3JlYXRvcihBZG9iZSBJbkRlc2lnbiBDUzMgXCg1LjAuNFwpKS9Qcm9kdWNlcihBZG9iZSBQREYgTGlicmFyeSA4LjApL01vZERhdGUoRDoyMDA5MDYwODA5NTYyOSswMicwMCcpL1RyYXBwZWQvRmFsc2U+Pg1lbmRvYmoNeHJlZg0KMCAzMg0KMDAwMDAwMDAwMCA2NTUzNSBmDQowMDAwMTg1ODM2IDAwMDAwIG4NCjAwMDAxODU5NTAgMDAwMDAgbg0KMDAwMDE4NjAwNyAwMDAwMCBuDQowMDAwMTg2MDQxIDAwMDAwIG4NCjAwMDAxODYxMDcgMDAwMDAgbg0KMDAwMDE4NjE5MiAwMDAwMCBuDQowMDAwMTg2MjgzIDAwMDAwIG4NCjAwMDAxODYzMzggMDAwMDAgbg0KMDAwMDE4NjQxNCAwMDAwMCBuDQowMDAwMTg2NDY5IDAwMDAwIG4NCjAwMDAxODY1NDYgMDAwMDAgbg0KMDAwMDE4NjYwMiAwMDAwMCBuDQowMDAwMTg2NjU4IDAwMDAwIG4NCjAwMDAxODY3MTQgMDAwMDAgbg0KMDAwMDE4Njc5MSAwMDAwMCBuDQowMDAwMTg2ODczIDAwMDAwIG4NCjAwMDAxODY5NTUgMDAwMDAgbg0KMDAwMDE4NzA3OCAwMDAwMCBuDQowMDAwMTg3MTQxIDAwMDAwIG4NCjAwMDAxODcxODggMDAwMDAgbg0KMDAwMDE4NzI3OCAwMDAwMCBuDQowMDAwMTg3MzcyIDAwMDAwIG4NCjAwMDAxODc0MzEgMDAwMDAgbg0KMDAwMDE4NzQ5OSAwMDAwMCBuDQowMDAwMTg3NTU4IDAwMDAwIG4NCjAwMDAxODc2MTcgMDAwMDAgbg0KMDAwMDE4NzY5MyAwMDAwMCBuDQowMDAwMTg3NzYxIDAwMDAwIG4NCjAwMDAxODc4MjkgMDAwMDAgbg0KMDAwMDE4Nzg4MiAwMDAwMCBuDQowMDAwMTk4NDA5IDAwMDAwIG4NCnRyYWlsZXINCjw8L1NpemUgMzI+Pg0Kc3RhcnR4cmVmDQoxMTYNCiUlRU9GDQo=YkUMmRGusWLQH/HlJ3M2sg/LUfo= MIIM8QYJKoZIhvcNAQcCoIIM4jCCDN4CAQMxCzAJBgUrDgMCGgUAMIH4BgsqhkiG9w0BCRABBKCB 6ASB5TCB4gIBAQYIZ4EGAQUBAW4wITAJBgUrDgMCGgUABBRiRQyZEa6xYtAf8eUnczayD8tR+gIG SrTHdib6GBIyMDEwMDQxNTE4Mjk1NS42MVowBIACAfQCCGyKWfjhZNwqoIGDpIGAMH4xCzAJBgNV BAYTAkNaMSwwKgYDVQQKDCPEjGVza8OhIHBvxaF0YSwgcy5wLiBbScSMIDQ3MTE0OTgzXTEgMB4G A1UECxMXVGltZSBTdGFtcGluZyBBdXRob3JpdHkxHzAdBgNVBAMTFlBvc3RTaWdudW0gVFNBIC0g VFNVIDGggglIMIIHGjCCBgKgAwIBAgIDA862MA0GCSqGSIb3DQEBCwUAMF0xCzAJBgNVBAYTAkNa MSwwKgYDVQQKDCPEjGVza8OhIHBvxaF0YSwgcy5wLiBbScSMIDQ3MTE0OTgzXTEgMB4GA1UEAxMX UG9zdFNpZ251bSBRdWFsaWZpZWQgQ0EwHhcNMDkwNjIyMDg0MjMwWhcNMTIwNjIyMDg0MTE2WjB+ MQswCQYDVQQGEwJDWjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4 M10xIDAeBgNVBAsTF1RpbWUgU3RhbXBpbmcgQXV0aG9yaXR5MR8wHQYDVQQDExZQb3N0U2lnbnVt IFRTQSAtIFRTVSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0j5zSERTjerTE0Ry Gy/SuBKWDtKFzlA9AC1c9brebf0lnqJwyXcltYdEnSWty6GEs4hKnypv6Z7HwY0rIs1IQHR8a7LU caP0qIHk0270AQJow9y6qGinv7hR1Fitn/SkVUe8X2PE4ir6zeny9zRUxXhER40Am/2YV2Shsim4 UYSrVG9eec+pEt0HadVzo8OZhS3IqmRInFL0Qa9F4gSA3jOxuMlsIlSinwaItKg0zYLCSowTgLzs VvsH6rzJrs4g1eTWlMQI0H3CZWexwlcTanNgE5nKmpSjbrykR5j+YYJ+VyIoIZXxFWtRRvIhbhBQ V+atLoQ93IAl4hC9ByO2LwIDAQABo4IDwDCCA7wwCQYDVR0TBAIwADCCAR8GA1UdIASCARYwggES MIIBDgYIZ4EGAQQBB24wggEAMIHXBggrBgEFBQcCAjCByhqBx1RlbnRvIGt2YWxpZmlrb3Zhbnkg c3lzdGVtb3Z5IGNlcnRpZmlrYXQgYnlsIHZ5ZGFuIHBvZGxlIHpha29uYSAyMjcvMjAwMFNiLiBh IG5hdmF6bnljaCBwcmVkcGlzdS9UaGlzIHF1YWxpZmllZCBzeXN0ZW0gY2VydGlmaWNhdGUgd2Fz IGlzc3VlZCBhY2NvcmRpbmcgdG8gTGF3IE5vIDIyNy8yMDAwQ29sbC4gYW5kIHJlbGF0ZWQgcmVn dWxhdGlvbnMwJAYIKwYBBQUHAgEWGGh0dHA6Ly93d3cucG9zdHNpZ251bS5jejAaBggrBgEFBQcB AwQOMAwwCgYIKwYBBQUHCwIwDgYDVR0PAQH/BAQDAgbAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMI MIGBBgNVHSMEejB4gBSnn7aOiZOaZXYJmpX4RH5pgmreC6FdpFswWTELMAkGA1UEBhMCQ1oxLDAq BgNVBAoMI8SMZXNrw6EgcG/FoXRhLCBzLnAuIFtJxIwgNDcxMTQ5ODNdMRwwGgYDVQQDExNQb3N0 U2lnbnVtIFJvb3QgUUNBggEcMIIBowYDVR0fBIIBmjCCAZYwNKAyoDCGLmh0dHA6Ly93d3cucG9z dHNpZ251bS5jei9jcmwvcHNxdWFsaWZpZWRjYS5jcmwwNKAyoDCGLmh0dHA6Ly9wb3N0c2lnbnVt LnR0Yy5jei9jcmwvcHNxdWFsaWZpZWRjYS5jcmwwgZKggY+ggYyGgYlsZGFwOi8vcWNhLnBvc3Rz aWdudW0uY3ovY24lM2RQb3N0U2lnbnVtJTIwUXVhbGlmaWVkJTIwQ0EsbyUzZENlc2thJTIwcG9z dGElMjBzLnAuJTIwJTViSUMlMjA0NzExNDk4MyU1ZCxjJTNkQ1o/Y2VydGlmaWNhdGVSZXZvY2F0 aW9uTGlzdDCBkqCBj6CBjIaBiWxkYXA6Ly9wb3N0c2lnbnVtLnR0Yy5jei9jbiUzZFBvc3RTaWdu dW0lMjBRdWFsaWZpZWQlMjBDQSxvJTNkQ2Vza2ElMjBwb3N0YSUyMHMucC4lMjAlNWJJQyUyMDQ3 MTE0OTgzJTVkLGMlM2RDWj9jZXJ0aWZpY2F0ZVJldm9jYXRpb25MaXN0MB0GA1UdDgQWBBTcxgST yd4iNsepHxiqAP3PqrIl/zANBgkqhkiG9w0BAQsFAAOCAQEAe6PaIHnaMrx0uFi17VAo7EiA1jHQ mxdYoTBEkdv13mopXc7GqUuZM4C2kMS1N9WiFJyY6S3x6cjO8GiQotXnhC1IW3KOme6pQVmnxW80 JEn98mrYNlfQk6eLARDxznitADLyHfrrz4WTqhU6EslMCSSGCEE62BV5GqDzz0S1wIA7zt2UlMy8 9KyZw6hgT0JhzgkJTA1e6py1hqyhrX1gx+9qmJa16ybLuTq5DYQNd6Rvzy/cTlsZCJB3sX9jTp+x QcSIysuhqFexYsPuDUid09v82iFScMC078cq+3a7LE9TNkjlMO4aKTOUxBAkebNyQpewYmvwDqbb IafIIqI44aGCAiYwggGPAgEBMIGtoYGDpIGAMH4xCzAJBgNVBAYTAkNaMSwwKgYDVQQKDCPEjGVz a8OhIHBvxaF0YSwgcy5wLiBbScSMIDQ3MTE0OTgzXTEgMB4GA1UECxMXVGltZSBTdGFtcGluZyBB dXRob3JpdHkxHzAdBgNVBAMTFlBvc3RTaWdudW0gVFNBIC0gVFNVIDGiJQoBATAJBgUrDgMCGgUA AxUATfFZnnsqoffqZm312ZjQyQjOI8mgKjAopCYwJDEiMCAGA1UEAxMZTG9jYWxBdWRpdC4yOEY5 LTU4QzgtNDEwOTANBgkqhkiG9w0BAQUFAAIFAM9xfJUwIhgPMjAxMDA0MTUxMTUyNTNaGA8yMDEw MDQxNjExNTI1M1owdDA6BgorBgEEAYRZCgQBMSwwKjAKAgUAz3F8lQIBADAHAgEAAgIUajAHAgEA AgIRjTAKAgUAz3LOFQIBADA2BgorBgEEAYRZCgQCMSgwJjAMBgorBgEEAYRZCgMCoAowCAIBAAID B6EgoQowCAIBAAIDAYagMA0GCSqGSIb3DQEBBQUAA4GBAH21tNSAkasJ32E6YkbXIvF14RmRGurC jan2ygqs18ABMSCg9AohTFABr6laWtYVHWOssIXmSCcuK2ygviwakGjsnQx1VEuwNI+c0zo9syVs 7/MT1fChlwVZj2X2SxVkVY7SUosMP4MnhHeDdM9vdBy51H2rBhl3Ixk5W/uplLMvMYICgzCCAn8C AQEwZDBdMQswCQYDVQQGEwJDWjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0 NzExNDk4M10xIDAeBgNVBAMTF1Bvc3RTaWdudW0gUXVhbGlmaWVkIENBAgMDzrYwCQYFKw4DAhoF AKCB9TAaBgkqhkiG9w0BCQMxDQYLKoZIhvcNAQkQAQQwIwYJKoZIhvcNAQkEMRYEFN/Bnqhhxh08 Li7XgNQcBGqQDkP9MIGxBgsqhkiG9w0BCRACDDGBoTCBnjCBmzCBgAQUTfFZnnsqoffqZm312ZjQ yQjOI8kwaDBhpF8wXTELMAkGA1UEBhMCQ1oxLDAqBgNVBAoMI8SMZXNrw6EgcG/FoXRhLCBzLnAu IFtJxIwgNDcxMTQ5ODNdMSAwHgYDVQQDExdQb3N0U2lnbnVtIFF1YWxpZmllZCBDQQIDA862MBYE FNBmxwJXDblZn/ja7nFxZJJfjb8CMA0GCSqGSIb3DQEBBQUABIIBAB+7PREh3CjHVt2WHhNlp+QW xY5+j0QMOITdt6k/f5W6rmTCsDWq8JlMSWlfine4cB3VorcY1xHFO3A6qz0rW0eX17erTRuJTNsw tOy5QDdprmTEleDxPtwCFAb//CwxZUmUdtserI1R7tlBcQHyBCCxcEXZ7NTS4hS47rCt5Vee8XMV OIfUpEdYjXcmwIVBD3nzI9zr2r1FkBe1ugUY58XxPdAKuYQWC0rCfH1HAre+nRl8DqsABaB8jEBl MqPAQs/oYieqR2QqlKcyqR4rc7hr95FV9hypkWZZUQYdb3U3i7vDiHprcqEcpgnlv5tqQGya5LnL w2ct12Gqn1pltiw= 2010-04-15T20:29:55.708+02:002010-04-15T20:29:58.949+02:0062600&0t0  *H  0_1 0 UCZ1,0*U #Česká pošta, s.p. [IČ 47114983]1"0 UPostSignum Qualified CA 20 100409063000Z 110409063000Z01 0 UCZ1V0TU MMinisterstvo vnitra ČR-odbor ekonomicko-organizační pro ICT [IČ 00007064]1604U -odbor rozvoje projektů a služeb eGovernment1J0HU AInformační systém datových schránek - zkušební prostředí10 US914900"0  *H 0 nk{8nZMdݻ!+]t} ٩l;([BڲUNql/ 'БT+˲bk >n|AGι ֯^d|#Հ@СـhH&R*H%楫[>C3<~aS(S,DRw,GC# ($iQl}$x?>rб" ;(>R,cT拓M0I0-U&0$ondrej.menousek@mvcr.cz U 0 U00+0 0 + 0 U 00 gH00+0Tento kvalifikovany systemovy certifikat byl vydan podle zakona 227/2000Sb. a navaznych predpisu/This qualified system certificate was issued according to Law No 227/2000Coll. and related regulations0$+http://www.postsignum.cz0+00;+0/http://www.postsignum.cz/crt/psqualifiedca2.crt0<+00http://www2.postsignum.cz/crt/psqualifiedca2.crt0;+0/http://postsignum.ttc.cz/crt/psqualifiedca2.crt0U0U#0Lߋ&9>$.z'֗0U00531/http://www.postsignum.cz/crl/psqualifiedca2.crl06420http://www2.postsignum.cz/crl/psqualifiedca2.crl0531/http://postsignum.ttc.cz/crl/psqualifiedca2.crl0U>F[Nj6v~w0  *H   BFq~m|'I⮥5PIn(<*HSV)QrHNP&k'!j5+};2F9}x8ْS>zoE!'g1C5 BpdeǑVsA!GypM@ %jsԏSe͐9Lo`$kYeToJ[yg%6jOS5WIޮ or㸧e /Dm100f0_1 0 UCZ1,0*U #Česká pošta, s.p. [IČ 47114983]1"0 UPostSignum Qualified CA 2t0  `Hei0 *H  1  *H 0 *H  1 100418210627Z0/ *H  1" ̠5*΢Xz8rVupd0  *H !380dq@7>r#w_FsjbmpEQ0n;7y`wI8q MNT:„eFK0]XHD>`LNĺ6uؾn:EجW}^y'ߵثkSVB%cp$me8y@{"*h8?KXFe*|Yow ]0C&.)H>!L  F,u$A4libisds-0.10.7/server/messages/delivery_info-316590.xml0000644000076400001440000001457611374312516017433 00000000000000 316590vqbab52Místní úřad FrumburkU potoka 5, 30122 Frumburk, CZ10isds_tester_tri Testovič - Tester Testovič18, 30300 Pepíkov, CZ0ga2dqwf0Vaše datová zpráva byla přijataAB-62825ZN-107falsefalseKxbbObH5kEvINTcGbQKyDzzX5Os= MIIM8gYJKoZIhvcNAQcCoIIM4zCCDN8CAQMxCzAJBgUrDgMCGgUAMIH5BgsqhkiG9w0BCRABBKCB 6QSB5jCB4wIBAQYIZ4EGAQUBAW4wITAJBgUrDgMCGgUABBQrFts5sfmQS8g1NwZtArIPPNfk6wIG SrTMxOnLGBMyMDEwMDMxNzE2MjY1Ni42ODFaMASAAgH0AghxWtYcIHNpPqCBg6SBgDB+MQswCQYD VQQGEwJDWjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4M10xIDAe BgNVBAsTF1RpbWUgU3RhbXBpbmcgQXV0aG9yaXR5MR8wHQYDVQQDExZQb3N0U2lnbnVtIFRTQSAt IFRTVSAyoIIJSDCCBxowggYCoAMCAQICAwPPEzANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJD WjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4M10xIDAeBgNVBAMT F1Bvc3RTaWdudW0gUXVhbGlmaWVkIENBMB4XDTA5MDYyMjEwMTQzNVoXDTEyMDYyMjEwMTMwMFow fjELMAkGA1UEBhMCQ1oxLDAqBgNVBAoMI8SMZXNrw6EgcG/FoXRhLCBzLnAuIFtJxIwgNDcxMTQ5 ODNdMSAwHgYDVQQLExdUaW1lIFN0YW1waW5nIEF1dGhvcml0eTEfMB0GA1UEAxMWUG9zdFNpZ251 bSBUU0EgLSBUU1UgMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKiYbmlw+o+Pph45 ACOQLDvnKtK+fO5S4JSVTMKjgHjdJGCMfJVTP1jgR6CzOBuy1kjnAvvY1xudTWUPbeMLtp1PThpW UrU99dxls4QFh7oMAVBN3Wkl0oSTuVsGMe2aCZ/hEc6TzRg7nQDUVe112BKNqiCkn6XtTE8ieLmA Cw1jze8bQCa9fuEuNgB5OWmGW6B9z2MLuU8wUrHGEx22MxJnWI4MrOgQM03VY7HpRqrXAesZcUcg tPEHtFccJaMF2JmV/nUhB20EbPoVrab4nZDgldw5uK06s4J1Wcv71c8ogSZ5fNpUS3YxNLOJHa5T CH7lFFagPiA2FuAoRphV8EECAwEAAaOCA8AwggO8MAkGA1UdEwQCMAAwggEfBgNVHSAEggEWMIIB EjCCAQ4GCGeBBgEEAQduMIIBADCB1wYIKwYBBQUHAgIwgcoagcdUZW50byBrdmFsaWZpa292YW55 IHN5c3RlbW92eSBjZXJ0aWZpa2F0IGJ5bCB2eWRhbiBwb2RsZSB6YWtvbmEgMjI3LzIwMDBTYi4g YSBuYXZhem55Y2ggcHJlZHBpc3UvVGhpcyBxdWFsaWZpZWQgc3lzdGVtIGNlcnRpZmljYXRlIHdh cyBpc3N1ZWQgYWNjb3JkaW5nIHRvIExhdyBObyAyMjcvMjAwMENvbGwuIGFuZCByZWxhdGVkIHJl Z3VsYXRpb25zMCQGCCsGAQUFBwIBFhhodHRwOi8vd3d3LnBvc3RzaWdudW0uY3owGgYIKwYBBQUH AQMEDjAMMAoGCCsGAQUFBwsCMA4GA1UdDwEB/wQEAwIGwDAWBgNVHSUBAf8EDDAKBggrBgEFBQcD CDCBgQYDVR0jBHoweIAUp5+2jomTmmV2CZqV+ER+aYJq3guhXaRbMFkxCzAJBgNVBAYTAkNaMSww KgYDVQQKDCPEjGVza8OhIHBvxaF0YSwgcy5wLiBbScSMIDQ3MTE0OTgzXTEcMBoGA1UEAxMTUG9z dFNpZ251bSBSb290IFFDQYIBHDCCAaMGA1UdHwSCAZowggGWMDSgMqAwhi5odHRwOi8vd3d3LnBv c3RzaWdudW0uY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMDSgMqAwhi5odHRwOi8vcG9zdHNpZ251 bS50dGMuY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMIGSoIGPoIGMhoGJbGRhcDovL3FjYS5wb3N0 c2lnbnVtLmN6L2NuJTNkUG9zdFNpZ251bSUyMFF1YWxpZmllZCUyMENBLG8lM2RDZXNrYSUyMHBv c3RhJTIwcy5wLiUyMCU1YklDJTIwNDcxMTQ5ODMlNWQsYyUzZENaP2NlcnRpZmljYXRlUmV2b2Nh dGlvbkxpc3QwgZKggY+ggYyGgYlsZGFwOi8vcG9zdHNpZ251bS50dGMuY3ovY24lM2RQb3N0U2ln bnVtJTIwUXVhbGlmaWVkJTIwQ0EsbyUzZENlc2thJTIwcG9zdGElMjBzLnAuJTIwJTViSUMlMjA0 NzExNDk4MyU1ZCxjJTNkQ1o/Y2VydGlmaWNhdGVSZXZvY2F0aW9uTGlzdDAdBgNVHQ4EFgQUhMf0 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 wPYg4R6semI65Xvn 2010-03-17T17:26:56.793+01:002010-03-18T15:44:56.376+01:0072010-03-18T15:44:56.376+01:00EV1: Doručeno přihlášením oprávněné osoby nebo aplikace (§17 odst. 3)0000Provedeno úspěšně. libisds-0.10.7/server/messages/signed_sent_xml_message-376701.xml0000644000076400001440000001673611412176724021465 00000000000000376701ga2dqwfisds_tester_tri Testovič - Tester Testovič18, 30300 Pepíkov, CZ30Institut pro místní správu Praha11000 Praha, CZfalse42nd3b9kaXML documentsfalsetrue

Text1

Text2

Text3

žluťoučký

Text1

Text1

Text2

Text1 žluťoučký
ag6xQ35TR7eC2PZYlQIEt7p10sQufCrB2H2fB3edx0w= MIINGAYJKoZIhvcNAQcCoIINCTCCDQUCAQMxDzANBglghkgBZQMEAgEFADCCAQkGCyqGSIb3DQEJ EAEEoIH5BIH2MIHzAgEBBghngQYBBQEBbjAxMA0GCWCGSAFlAwQCAQUABCBqDrFDflNHt4LY9liV AgS3unXSxC58KsHYfZ8Hd53HTAIGSrTNG+K6GBMyMDEwMDYyODE4NTIwMS41ODVaMASAAgH0Agjq VnPSPoJ1g6CBg6SBgDB+MQswCQYDVQQGEwJDWjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMu cC4gW0nEjCA0NzExNDk4M10xIDAeBgNVBAsTF1RpbWUgU3RhbXBpbmcgQXV0aG9yaXR5MR8wHQYD VQQDExZQb3N0U2lnbnVtIFRTQSAtIFRTVSAyoIIJSDCCBxowggYCoAMCAQICAwPPEzANBgkqhkiG 9w0BAQsFADBdMQswCQYDVQQGEwJDWjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nE jCA0NzExNDk4M10xIDAeBgNVBAMTF1Bvc3RTaWdudW0gUXVhbGlmaWVkIENBMB4XDTA5MDYyMjEw MTQzNVoXDTEyMDYyMjEwMTMwMFowfjELMAkGA1UEBhMCQ1oxLDAqBgNVBAoMI8SMZXNrw6EgcG/F oXRhLCBzLnAuIFtJxIwgNDcxMTQ5ODNdMSAwHgYDVQQLExdUaW1lIFN0YW1waW5nIEF1dGhvcml0 eTEfMB0GA1UEAxMWUG9zdFNpZ251bSBUU0EgLSBUU1UgMjCCASIwDQYJKoZIhvcNAQEBBQADggEP ADCCAQoCggEBAKiYbmlw+o+Pph45ACOQLDvnKtK+fO5S4JSVTMKjgHjdJGCMfJVTP1jgR6CzOBuy 1kjnAvvY1xudTWUPbeMLtp1PThpWUrU99dxls4QFh7oMAVBN3Wkl0oSTuVsGMe2aCZ/hEc6TzRg7 nQDUVe112BKNqiCkn6XtTE8ieLmACw1jze8bQCa9fuEuNgB5OWmGW6B9z2MLuU8wUrHGEx22MxJn WI4MrOgQM03VY7HpRqrXAesZcUcgtPEHtFccJaMF2JmV/nUhB20EbPoVrab4nZDgldw5uK06s4J1 Wcv71c8ogSZ5fNpUS3YxNLOJHa5TCH7lFFagPiA2FuAoRphV8EECAwEAAaOCA8AwggO8MAkGA1Ud EwQCMAAwggEfBgNVHSAEggEWMIIBEjCCAQ4GCGeBBgEEAQduMIIBADCB1wYIKwYBBQUHAgIwgcoa gcdUZW50byBrdmFsaWZpa292YW55IHN5c3RlbW92eSBjZXJ0aWZpa2F0IGJ5bCB2eWRhbiBwb2Rs ZSB6YWtvbmEgMjI3LzIwMDBTYi4gYSBuYXZhem55Y2ggcHJlZHBpc3UvVGhpcyBxdWFsaWZpZWQg c3lzdGVtIGNlcnRpZmljYXRlIHdhcyBpc3N1ZWQgYWNjb3JkaW5nIHRvIExhdyBObyAyMjcvMjAw MENvbGwuIGFuZCByZWxhdGVkIHJlZ3VsYXRpb25zMCQGCCsGAQUFBwIBFhhodHRwOi8vd3d3LnBv c3RzaWdudW0uY3owGgYIKwYBBQUHAQMEDjAMMAoGCCsGAQUFBwsCMA4GA1UdDwEB/wQEAwIGwDAW BgNVHSUBAf8EDDAKBggrBgEFBQcDCDCBgQYDVR0jBHoweIAUp5+2jomTmmV2CZqV+ER+aYJq3guh XaRbMFkxCzAJBgNVBAYTAkNaMSwwKgYDVQQKDCPEjGVza8OhIHBvxaF0YSwgcy5wLiBbScSMIDQ3 MTE0OTgzXTEcMBoGA1UEAxMTUG9zdFNpZ251bSBSb290IFFDQYIBHDCCAaMGA1UdHwSCAZowggGW MDSgMqAwhi5odHRwOi8vd3d3LnBvc3RzaWdudW0uY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMDSg MqAwhi5odHRwOi8vcG9zdHNpZ251bS50dGMuY3ovY3JsL3BzcXVhbGlmaWVkY2EuY3JsMIGSoIGP oIGMhoGJbGRhcDovL3FjYS5wb3N0c2lnbnVtLmN6L2NuJTNkUG9zdFNpZ251bSUyMFF1YWxpZmll ZCUyMENBLG8lM2RDZXNrYSUyMHBvc3RhJTIwcy5wLiUyMCU1YklDJTIwNDcxMTQ5ODMlNWQsYyUz ZENaP2NlcnRpZmljYXRlUmV2b2NhdGlvbkxpc3QwgZKggY+ggYyGgYlsZGFwOi8vcG9zdHNpZ251 bS50dGMuY3ovY24lM2RQb3N0U2lnbnVtJTIwUXVhbGlmaWVkJTIwQ0EsbyUzZENlc2thJTIwcG9z dGElMjBzLnAuJTIwJTViSUMlMjA0NzExNDk4MyU1ZCxjJTNkQ1o/Y2VydGlmaWNhdGVSZXZvY2F0 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 2010-06-28T20:52:01.727+02:0041
libisds-0.10.7/server/messages/received_signed_message-330141.xml0000644000076400001440000102403211374312516021371 000000000000003301419nqab6bMístní úřad KrempachyVojenská 5, 42205 Krempachy, CZ10isds_tester_tri Testovič - Tester Testovič18, 30300 Pepíkov, CZfalsega2dqwfVaše datová zpráva byla přijataAB-73792ZN-135falsefalseJVBERi0xLjMNJeLjz9MNCjMyIDAgb2JqDTw8L0xpbmVhcml6ZWQgMS9MIDE5OTI4My9PIDM0L0UgMTg1ODM2L04gMS9UIDE5ODU5Ni9IIFsgOTU2IDIxNV0+Pg1lbmRvYmoNICAgICAgICAgICAgICAgDQp4cmVmDQozMiAzMw0KMDAwMDAwMDAxNiAwMDAwMCBuDQowMDAwMDAxMTcxIDAwMDAwIG4NCjAwMDAwMDEzMTYgMDAwMDAgbg0KMDAwMDAwMTc4NCAwMDAwMCBuDQowMDAwMDAyNDIwIDAwMDAwIG4NCjAwMDAwMDI1NDkgMDAwMDAgbg0KMDAwMDAwMjY4MyAwMDAwMCBuDQowMDAwMDAzMzM0IDAwMDAwIG4NCjAwMDAwMDQzMDMgMDAwMDAgbg0KMDAwMDAwNTIzOSAwMDAwMCBuDQowMDAwMDA2MTE4IDAwMDAwIG4NCjAwMDAwMDY5NzUgMDAwMDAgbg0KMDAwMDAwNzg2NCAwMDAwMCBuDQowMDAwMDA4NzA0IDAwMDAwIG4NCjAwMDAwMDk1MTEgMDAwMDAgbg0KMDAwMDA0ODI3MyAwMDAwMCBuDQowMDAwMDQ4NTIwIDAwMDAwIG4NCjAwMDAwNDg4NjkgMDAwMDAgbg0KMDAwMDA5NTQxNiAwMDAwMCBuDQowMDAwMDk1NjYyIDAwMDAwIG4NCjAwMDAwOTU3MzEgMDAwMDAgbg0KMDAwMDA5NjEzNCAwMDAwMCBuDQowMDAwMDk2MTU5IDAwMDAwIG4NCjAwMDAwOTY2NjAgMDAwMDAgbg0KMDAwMDEzODUwOCAwMDAwMCBuDQowMDAwMTM4NzYwIDAwMDAwIG4NCjAwMDAxMzg4MjkgMDAwMDAgbg0KMDAwMDEzOTEyMCAwMDAwMCBuDQowMDAwMTM5MTQ1IDAwMDAwIG4NCjAwMDAxMzk1NTYgMDAwMDAgbg0KMDAwMDE4NTYxMiAwMDAwMCBuDQowMDAwMTg1NzIzIDAwMDAwIG4NCjAwMDAwMDA5NTYgMDAwMDAgbg0KdHJhaWxlcg0KPDwvU2l6ZSA2NS9QcmV2IDE5ODU4NS9Sb290IDMzIDAgUi9JbmZvIDMxIDAgUi9JRFs8MEZBMzI1QTI4QjAwNTA0Qjg0MTVCNEJFNEIyQTU0ODA+PDc3ODkyNDZFMjBBQjNFNDE5NDRFQkEyODUyODdDNEM1Pl0+Pg0Kc3RhcnR4cmVmDQowDQolJUVPRg0KICAgICAgICAgICAgDQo2NCAwIG9iag08PC9MZW5ndGggMTI4L0MgMTI3L0ZpbHRlci9GbGF0ZURlY29kZS9JIDE0OS9TIDM5Pj5zdHJlYW0NCnjaYmBgkGNgYPFlYGBgunCCARUwATELA8cBFEE5KGZgkGQQYNzNlMyQwZDLVMS8gbmfOYzZgTmBWZ+Zb3ogwz1Gl627GO4y6DBWMTAw3lkcz/AYyOYCsps2n2cIY4iAmsfIwHRVFEjLMDCwn4TbIs/AzGYElmVg2AAQYABh2hW8DQplbmRzdHJlYW0NZW5kb2JqDTMzIDAgb2JqDTw8L01hcmtJbmZvPDwvTWFya2VkIHRydWU+Pi9WaWV3ZXJQcmVmZXJlbmNlczw8L0RpcmVjdGlvbi9MMlI+Pi9NZXRhZGF0YSAzMCAwIFIvUGFnZXMgMjkgMCBSL1N0cnVjdFRyZWVSb290IDEgMCBSL1R5cGUvQ2F0YWxvZz4+DWVuZG9iag0zNCAwIG9iag08PC9Dcm9wQm94WzAuMCAwLjAgNjEyLjI4MyA4NTguODk4XS9QYXJlbnQgMjkgMCBSL1N0cnVjdFBhcmVudHMgMC9Db250ZW50c1szOCAwIFIgMzkgMCBSIDQwIDAgUiA0MSAwIFIgNDIgMCBSIDQzIDAgUiA0NCAwIFIgNDUgMCBSXS9Sb3RhdGUgMC9CbGVlZEJveFswLjAgMC4wIDYxMi4yODMgODU4Ljg5OF0vQXJ0Qm94WzguNTAzOTQgOC41MDM5NCA2MDMuNzggODUwLjM5NF0vTWVkaWFCb3hbMC4wIDAuMCA2MTIuMjgzIDg1OC44OThdL1RyaW1Cb3hbOC41MDM5NCA4LjUwMzk0IDYwMy43OCA4NTAuMzk0XS9SZXNvdXJjZXM8PC9Gb250PDwvVFQwIDM1IDAgUi9DMl8wIDM2IDAgUi9DMl8xIDM3IDAgUj4+L1Byb2NTZXRbL1BERi9UZXh0XS9Qcm9wZXJ0aWVzPDwvTUMwPDwvTWV0YWRhdGEgNjEgMCBSPj4+Pi9FeHRHU3RhdGU8PC9HUzAgNjIgMCBSL0dTMSA2MyAwIFI+Pj4+L1R5cGUvUGFnZT4+DWVuZG9iag0zNSAwIG9iag08PC9TdWJ0eXBlL1RydWVUeXBlL0ZvbnREZXNjcmlwdG9yIDQ3IDAgUi9MYXN0Q2hhciAyNTMvV2lkdGhzWzI3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMjc4IDMzMyAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDcyMiAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgNTU2IDAgNTU2IDU1NiAwIDAgMCAwIDAgMCAwIDAgNTU2IDU1NiAwIDAgMzMzIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDUwMF0vQmFzZUZvbnQvQ09DVlFVK0FyaWFsTVQvRmlyc3RDaGFyIDMyL1RvVW5pY29kZSA0OCAwIFIvRW5jb2RpbmcvV2luQW5zaUVuY29kaW5nL1R5cGUvRm9udD4+DWVuZG9iag0zNiAwIG9iag08PC9TdWJ0eXBlL1R5cGUwL0Rlc2NlbmRhbnRGb250cyA1MyAwIFIvQmFzZUZvbnQvUk5QSFNRK0FyaWFsTVQvVG9Vbmljb2RlIDU0IDAgUi9FbmNvZGluZy9JZGVudGl0eS1IL1R5cGUvRm9udD4+DWVuZG9iag0zNyAwIG9iag08PC9TdWJ0eXBlL1R5cGUwL0Rlc2NlbmRhbnRGb250cyA1OSAwIFIvQmFzZUZvbnQvU1pDSUdPK0FyaWFsLUJvbGRNVC9Ub1VuaWNvZGUgNjAgMCBSL0VuY29kaW5nL0lkZW50aXR5LUgvVHlwZS9Gb250Pj4NZW5kb2JqDTM4IDAgb2J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EGAA6U2NSDQplbmRzdHJlYW0NZW5kb2JqDTUwIDAgb2JqDTw8L1N0ZW1WIDg4L0ZvbnROYW1lL1JOUEhTUStBcmlhbE1UL0ZvbnRGaWxlMiA0OSAwIFIvRm9udFN0cmV0Y2gvTm9ybWFsL0ZvbnRXZWlnaHQgNDAwL0ZsYWdzIDQvRGVzY2VudCAtMzI1L0ZvbnRCQm94Wy02NjUgLTMyNSAyMDAwIDEwMDZdL0FzY2VudCAxMDA2L0ZvbnRGYW1pbHkoQXJpYWwpL0NhcEhlaWdodCA3MTYvWEhlaWdodCA1MTkvVHlwZS9Gb250RGVzY3JpcHRvci9JdGFsaWNBbmdsZSAwPj4NZW5kb2JqDTUxIDAgb2JqDTw8L1N1cHBsZW1lbnQgMC9PcmRlcmluZyhJZGVudGl0eSkvUmVnaXN0cnkoQWRvYmUpPj4NZW5kb2JqDTUyIDAgb2JqDTw8L1N1YnR5cGUvQ0lERm9udFR5cGUyL0ZvbnREZXNjcmlwdG9yIDUwIDAgUi9CYXNlRm9udC9STlBIU1ErQXJpYWxNVC9XWzNbMjc4XTE1WzI3OF0xN1syNzhdMjlbMjc4XTM5WzcyMl00NFsyNzhdNTRbNjY3XTU3WzY2N102OCA2OSA1NTYgNzBbNTAwXTcxIDcyIDU1NiA3M1syNzhdNzQgNzUgNTU2IDc2IDc3IDIyMiA3OFs1MDAgMjIyIDgzM104MSA4MyA1NTYgODVbMzMzIDUwMCAyNzggNTU2IDUwMCA3MjJdOTIgOTMgNTAwIDEwNVs1NTZdMTEyWzU1Nl0xMTZbMjc4XTE3N1s1NTZdMjI3WzUwMF0yMjlbNTAwXTIzNFs1MDBdMjU0WzUwMF0yNjhbNTU2XTI4NFszMzNdXS9DSURUb0dJRE1hcC9JZGVudGl0eS9DSURTeXN0ZW1JbmZvIDUxIDAgUi9EVyAxMDAwL1R5cGUvRm9udD4+DWVuZG9iag01MyAwIG9iag1bNTIgMCBSXQ1lbmRvYmoNNTQgMCBvYmoNPDwvTGVuZ3RoIDQzMS9GaWx0ZXIvRmxhdGVEZWNvZGU+PnN0cmVhbQ0KSIlck8+OgjAQh+88RY96MLRIW00IiSIkHvZP1t0HQBhdkrWQigfffsv8jJssCSRfptPON0zjYr/bu24U8bvvmwON4tS51tO1v/mGxJHOnYt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OkijneMcdNfXevdBevwXwmF17c86PjVaF5hUm1Rt8bJMdLXivcKNfAQYA1cepPQ0KZW5kc3RyZWFtDWVuZG9iag02MSAwIG9iag08PC9TdWJ0eXBlL1hNTC9MZW5ndGggNDU5NzcvVHlwZS9NZXRhZGF0YT4+c3RyZWFtDQo8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA0LjEtYzAzNyA0Ni4yODI2OTYsIE1vbiBBcHIgMDIgMjAwNyAxODozNjo0MiAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj4KICAgICAgICAgPGRjOmZvcm1hdD5hcHBsaWNhdGlvbi9wZGY8L2RjOmZvcm1hdD4KICAgICAgICAgPGRjOnRpdGxlPgogICAgICAgICAgICA8cmRmOkFsdD4KICAgICAgICAgICAgICAgPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij5kc19sb2dvdHlwPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkFsdD4KICAgICAgICAgPC9kYzp0aXRsZT4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhhcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eGFwR0ltZz0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL2cvaW1nLyI+CiAgICAgICAgIDx4YXA6Q3JlYXRvclRvb2w+QWRvYmUgSWxsdXN0cmF0b3IgQ1MzPC94YXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4YXA6Q3JlYXRlRGF0ZT4yMDA5LTA2LTA4VDA5OjM5OjQ2KzAyOjAwPC94YXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhhcDpNb2RpZnlEYXRlPjIwMDktMDYtMDhUMDk6Mzk6NDcrMDI6MDA8L3hhcDpNb2RpZnlEYXRlPgogICAgICAgICA8eGFwOk1ldGFkYXRhRGF0ZT4yMDA5LTA2LTA4VDA5OjM5OjQ3KzAyOjAwPC94YXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eGFwOlRodW1ibmFpbHM+CiAgICAgICAgICAgIDxyZGY6QWx0PgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHhhcEdJbWc6d2lkdGg+MjU2PC94YXBHSW1nOndpZHRoPgogICAgICAgICAgICAgICAgICA8eGFwR0ltZzpoZWlnaHQ+NzY8L3hhcEdJbWc6aGVpZ2h0PgogICAgICAgICAgICAgICAgICA8eGFwR0ltZzpmb3JtYXQ+SlBFRzwveGFwR0ltZzpmb3JtYXQ+CiAgICAgICAgICAgICAgICAgIDx4YXBHSW1nOmltYWdlPi85ai80QUFRU2taSlJnQUJBZ0VBU0FCSUFBRC83UUFzVUdodmRHOXphRzl3SURNdU1BQTRRa2xOQSswQUFBQUFBQkFBU0FBQUFBRUEmI3hBO0FRQklBQUFBQVFBQi8rNEFEa0ZrYjJKbEFHVEFBQUFBQWYvYkFJUUFCZ1FFQkFVRUJnVUZCZ2tHQlFZSkN3Z0dCZ2dMREFvS0N3b0smI3hBO0RCQU1EQXdNREF3UURBNFBFQThPREJNVEZCUVRFeHdiR3hzY0h4OGZIeDhmSHg4Zkh3RUhCd2NOREEwWUVCQVlHaFVSRlJvZkh4OGYmI3hBO0h4OGZIeDhmSHg4Zkh4OGZIeDhmSHg4Zkh4OGZIeDhmSHg4Zkh4OGZIeDhmSHg4Zkh4OGZIeDhmSHg4Zi84QUFFUWdBVEFFQUF3RVImI3hBO0FBSVJBUU1SQWYvRUFhSUFBQUFIQVFFQkFRRUFBQUFBQUFBQUFBUUZBd0lHQVFBSENBa0tDd0VBQWdJREFRRUJBUUVBQUFBQUFBQUEmI3hBO0FRQUNBd1FGQmdjSUNRb0xFQUFDQVFNREFnUUNCZ2NEQkFJR0FuTUJBZ01SQkFBRklSSXhRVkVHRTJFaWNZRVVNcEdoQnhXeFFpUEImI3hBO1V0SGhNeFppOENSeWd2RWxRelJUa3FLeVkzUENOVVFuazZPek5oZFVaSFREMHVJSUpvTUpDaGdaaEpSRlJxUzBWdE5WS0JyeTQvUEUmI3hBOzFPVDBaWFdGbGFXMXhkWGw5V1oyaHBhbXRzYlc1dlkzUjFkbmQ0ZVhwN2ZIMStmM09FaFlhSGlJbUtpNHlOam8rQ2s1U1ZscGVZbVomI3hBO3FibkoyZW41S2pwS1dtcDZpcHFxdXNyYTZ2b1JBQUlDQVFJREJRVUVCUVlFQ0FNRGJRRUFBaEVEQkNFU01VRUZVUk5oSWdaeGdaRXkmI3hBO29iSHdGTUhSNFNOQ0ZWSmljdkV6SkRSRGdoYVNVeVdpWTdMQ0IzUFNOZUpFZ3hkVWt3Z0pDaGdaSmpaRkdpZGtkRlUzOHFPend5Z3AmI3hBOzArUHpoSlNrdE1UVTVQUmxkWVdWcGJYRjFlWDFSbFptZG9hV3ByYkcxdWIyUjFkbmQ0ZVhwN2ZIMStmM09FaFlhSGlJbUtpNHlOam8mI3hBOytEbEpXV2w1aVptcHVjblo2ZmtxT2twYWFucUttcXE2eXRycSt2L2FBQXdEQVFBQ0VRTVJBRDhBNmUwa2pPWkdZbDJKSlluY2s5NjUmI3hBOzQrWmtteWQzdFFCVkwxdXJwUHN6T3RPbEdJL2psa2RSa0hLVXZtV0p4eFBNQldYVmRVVDdONU92c0pIL0FLNWJIWDZnY3NrLzlNV0ImI3hBOzArTS93eCtRVlYxL1dsNlhrdjB0WDllWER0ZlZEL0tTWUhSNHY1b2VoYVU5MCtuVzczUnJPMFlaeUJUcUs3KzlPdWVqYUdXU1dDQnkmI3hBO2ZXWWkzbU5RSWpJUkhsYUt6TGFYTXdVRm1JQ2dWSlBRREFTQUxLZ1d4M1V2T2xoYmt4MmkvV3BCKzBEU01mVDMrak9jMXZ0TGh4N1kmI3hBO3h4bjdQMi9qZDJtRHN1Y3Q1ZWtmYWtGeDV3MXVVbmhJc0tuOWxGSDYyNUhPZXplMFdxbnlJajdoK3UzWlE3TXdqbUxRMytJOWJyWDYmI3hBOzVKWHIyL3BtTC9MT3IvMVF0MzVMRC9OQ0t0dk9PdHdrYzVGblgrV1JSK3RlSnpMdyswZXFoeklrUE1mcXBwbjJaaGx5Rk1oMHZ6aHAmI3hBOzkyVmp1QjlWbU93NUdxRS82M2I2YzZQUSswV0hOVVoraVgyZlA5YnE5UjJaT0c4ZlVQdFQvcm5RdXRXVFRSUVJOTE00U05CVm1QUUQmI3hBO0laTWtZUk1wR29obENCa2FITkFMNWowTnVsNG0valVmckdhK1BiT2tQK1VpNUowT1lmd2xHVzE3YVhTbHJhWkpsVTBZb1FhSDNwbVomI3hBO2cxT1BLTGhJU3J1YU1tS1VQcUZLMlh0YnNWUzNVL00vbHJTcDF0OVUxYXpzTGgxRWl3M054RkM1UWtnTUZkbE5LcVJYRlV4VmxaUXkmI3hBO2tNckNxc053UWU0eFZ2RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxazJ2ZWN2SytnU3hRNnpxVU5sTE9wZUpKU2Fzb05DYUFIdmlxTzAmI3hBO3JWZFAxYXdpdjlPbUZ4WnpWOUtkUWVMQlNWSkZRTzR4VjVuY3hHSzVsaU94amRscDhqVFBJczhPREpLUGNTSHM4Y3JpRDNoU3lwbTcmI3hBO0ZVVHAxdDladjdlMzdTeUtwK1JPL3dDR1pPancrTG1oRCtkSU5XYWZCQXk3ZzlUQUFGQjB6MWw0NXFTUkkwYVIyQ29nTE14MkFBM0omI3hBO09Sbk1SQkpOQUpBSk5CNS81aDh4emFqSTBNSktXU240VjZGL2R2NERQUE8xKzJaYW1YRERiRVB0OHorcDZYUmFFWWhaM245eUUwblImI3hBO0w3VTVDSUY0eEw5dVp0bEh0N24yekQ3UDdMeTZvK2dla2N5ZVRmcWRYREVOK2ZjeXl6OGw2VkNBYmd2Y3YzcVNxL1FGMy9IT3YwM3MmI3hBOzFwNEQxM00vSWZaK3QwdVh0WEpMNmZTanY4TjZIU24xTktkTzlmdnJtZjhBeU5wS3J3dzQvd0NlemZ6aWdyenlYcE13SnR5OXMvYWgmI3hBO0xMOUliZjhBSE1EVSt6V25tUFJjRDh4OXY2M0l4ZHFaWS9WNm1KYXRvbDlwa2dFNjhvbSt4TXU2bitoOXM1RHREc3pMcFpWTWVrOGkmI3hBO09UdXROcTRaUnR6N2swOHNlWkh0WkVzcnQrVnE1cEc3SCs3UC9OUDZzMnZZZmJSeFNHTElmUWVSL20vcys1dzlmb1JNY2NmcSsvOEEmI3hBO2F5N1ZMUVhlblhGdlNwa1FoZjhBV0c2L2lNN0hYYWZ4c000ZDQrM3A5cnBOUGs0TWdsM0Y1Ym5sRDJESS9JMHZIVkpZKzBrSis5V0ImI3hBOy9WWE9sOWw4bGFpVWUrUDNFT3I3V2plTUh1TE9jNzE1MUtyN3paNVZzTGcyMTlyTmphWEM5WVo3bUdOeC9zV1lIRlh6My96a2RjMjkmI3hBO3o1MDA2ZTNsU2FDVFNvaWtzYkIwWWZXTGpjTUtnNFVQcEhUeUJwMXNTYUFRb1NUL0FLb3dKUzJieng1TGdsYUtiWDlOaWxVMGFON3UmI3hBO0JXQjl3WHJpcWFXZDdaWHNBdUxPNGp1WUcrek5DNnlJYWVES1NNVmVRZm5qK1pIbUx5N2Y2WkI1YjFWSVBVV2NYcUlsdk9RNk1vQWImI3hBOzFFa0trVk8yMkZYcEhrclhVMWZ5enBOekxkeFhPb3pXTnROZThHVGw2c2tTbHl5SlFMOFpPMUJnVk5OUTFUVE5OaDlmVWJ1R3lnNmUmI3hBO3JjU0pFbGY5WnlCaXFGMDd6UjVhMU9iMGROMWF5dlpodjZkdmNSU3Q5eU14eFZGM1dwYWRhTXEzZDFEYnN3cXF5eUtoSThSeUl4VlcmI3hBO2lsamxqV1NKeEpHNERJNmtGU0QwSUk2NHFvM1dvNmZhRlJkM1VOdVhxVUVzaXBXblduSWpGVlZiaUI0Qk9zaXRBVjVpVU1DbkdsZVgmI3hBO0xwVEZYZ0d2K1hMYnpmOEFtZEpmK1lQTUdrd2FHa25wUTI2YWhidE9iZUUvdTRsUU5WV2tQeE40VlB0aFE5OXRJTFdDMWhndEVTTzEmI3hBO2lSVWdTT2dRSW9vb1dtMUtkTUNYbnZtZTJOdnJkeUtiU042aS93Q3pGVCtOYzh6N2N3K0hxcCtadjUvdGVxMEUrTERIeTIrU1ZacVgmI3hBO01kaXFiK1U0dyt2VzFlaTgyKzVEVDhjM1BZRU9MVnc4cis0dUQyaWF3eStIM3ZSYzlKZVhZcjUzMVJvNDQ5UGlORElPYzlQNWEvQ3YmI3hBOzBrWnlYdFByakdJd3gvaTNsN3VnZHoyVnA3Sm1lbkpqbWk2WEpxVjhsdXA0eGo0cFg4RUhYNlQwR2MxMlpvRHFzd2dPWE1ueWRwcXQmI3hBO1FNVU9McjBlaUFXT21XVlBoZ3RZUi9uOHljOUlIaGFYRjBoamk4eDY4cysrUll2ZitlcGk1V3hnVlVIU1NXcEovd0JpQ0taeXVyOXEmI3hBO1pYV0tJcnZsK3IrMTIrSHNrVjZ6OGtIRjUxMWxYQmYwcEY3cVZwK29qTUtIdE5xUWQrRS9CdmwyVmlJMnNJMmZ6NUtWaityMnFxMVAmI3hBOzN2cUVrVi95YVV6TnkrMWNxSEJEZnJmNkhIaDJRTitLU1lhTHFvMSszdXJhOHQxQ3FCWGpXaERWcDFyUWltYkxzM1hqdENFOGVXSW8mI3hBO1Y5djZYRzFXbi9MU2pLQllmcXVueWFmZnkycjdoRFZHL21VN2c1eGV2MFowK1k0ejA1ZVk2TzgwK1laSUNRWng1VjFGcjNTa0Rtc3QmI3hBO3VmU2M5eUFQaFAzWjNuWU9zT2ZUaS9xaDZUK2o3SG51MGNIaDVOdVIzWUpxY1BvNmpkUkRva3JxUGtHTk00SFhZK0RQT1BkSS9lOUgmI3hBO2dseFk0bnZBVFR5Wi93QWR0UDhBakcvNnMydnMzL2pRL3FsdysxUDdrKzhJWDg4L1BWNTVZOHN3MjJuU0dIVTlXZDRvcDErMUhGR0EmI3hBO1pYUTltK05WQjdWcjF6ME41cGdINWY4QTVDeGVZdkwwV3VhMXFFMXU5K0RMYXd3aFMzcGttanlNNE5TL1VBZHUvZ1VNQi9NZnlOYysmI3hBO1RQTUkwbVc1Vzdpa2hXNHRad0NwTVRzeWdNdFR4WU1qZEQ3NHE5Yy9PNmJ6cmU2WnBHaDZEcDk5YzZmTGJMUHFFdG5CTktybW5GSW4mI3hBO2FOU0tDaFlxZXRSaXFqbzMvT05PbVNhVkJKcW1xWEthaEpHSG1qaFZCSEd6Q3ZENHd6SGowcnRqYVdJK1JaZFc4aWZtOG5sMFhYcVcmI3hBOzB0MnRqZElDUkhLa3dIcE9WUFJoelUvaGloUS9QSHlURjVkOHlmWDB1MnVUcjAxM2V2R1VDQ0l0S0g0QWd0eS92T3UyS3ZTUHl4OG4mI3hBOzJIa1h5clA1MW12bnVZNzNTWXJ5YTFNWVRoV01UOEZiazNJMVBFYllwZWJlV3REOHlmbTc1dXU3dlZMNW9yVzNBa3VaUUN5d3h1VDYmI3hBO2NFQ0UwRmFHbnlKTlQxVUp6K1luNUdIeXRvcmEvb1dvVDNDMlJWN21PVUtzcUxVQVN4dW5IN0pwVVU5NjRxZ05hMWE4ODkvbFdkU3YmI3hBO0Q2MnVlVXJoRXVwLzI1Yk82SEVPMVAydVNpcC95U2UrS3ZUL0FQbkg3eklOVThqTHA4amNyblI1V3QyQjYrazlaSWo4dHlvLzFjU2wmI3hBOzVqK2E5MWNlY3Z6YmowS3lia2x2SkZwa0pIUU55ck81L3dCUjJhdnN1S0VUK2F2bUhVOVY4eVduNWQrWFdhTFNyQXdhZEhiSWVLelQmI3hBO2dLZzlRajltUFphSGFvSnhWa1RmODR4MlA2S0lYV3BmMHR3cUhNYS9WL1VwMDQvYjQ5cTE5NmRzYlNrdjVLK2NkYzBEemcza3JWNUgmI3hBO05wTEpKYkpCSWVYMWU2aXI5Zy95dVZLMEcxYUhGRDE3ejFZa3JiM3lqN1A3cVEvOE12OEFIT085cWRMWWpsSDlVL2VQMHU3N0l6YzQmI3hBO2ZGaCtjYTd4MktwejVRSUd2UUE5dzRIL0FBQk9idjJlUCtGeDkwdnVMZ2RwZjNKK0gzdlE4OUhlWWVhZVlMazNHczNiazFDeUZGK1MmI3hBO2ZDUDFaNWYydm04VFZUUDlLdmxzOVpvc2ZEaWlQTDcyVWVSN1JZOU9rdVNQam5jZ0gvSlRZZmpYT3E5bDlPSTREUHJJL1lQMjI2anQmI3hBO2JKZVFSN2dsUG5QVkpKNy9BT3BJMzdpM3B5QTZGeUtrbjVWcG1vOXBOY1o1dkNCOU1Qdi9BR2ZyYzNzdlRpTU9NODVmY2xPbGFUZGEmI3hBO25jK2pCUUJSV1NSdnNxUGZOUm9PejhtcW53dytKN25NMUdwamlqY2srdVBJY3l3bG9Mb1NTZ2ZZWmVJUHlOVG0vd0Ezc3JJUnVFN2wmI3hBOzNFVitsMTBPMXdUNm8wR0x5UnlSU05ISXBXUkNWWlQxQkd4R2NwT0JqSXhrS0lkeEdRSXNjbVllUTRxV3QzTC9BRE9xMS8xUVQveHQmI3hBO25hK3lrS3h6bDNrRDVEOXJvdTJKZXFJOGtONTloVVhGcE4rMDZPaCtTRUVmOFR6RjlxOFlFOGN1OEVmS3YxdHZZOHZUSWZqOGJOK1EmI3hBO3BDSnJ5THN5bzMwZ2tmeHcreWt6eFpJK1FQM3IyeEhhSjk2U2EveC9UVjV4NmVxMzM5ODBYYTlmbXNsZnppN0RSLzNVZmNtUGtpSXYmI3hBO3E3dlRhT0pqWDNKQXpaZXpHTzlTVDNSUDNoeE8xcFZpQTd5ODgvNXlmamNYdmw2U2g0R081VU4ycUdqSkg0NTZBSG5Ic0hrQ2FDYnkmI3hBO041ZmVEKzYvUjFxb0ZhMDR3cXBXdnNSVEFsNFIvd0E1TEVmNDdzZmJTNHEvOUpFK0VLeVg4NHZ6UTF6UmYwZjViMENVMjF4SmFSUzMmI3hBO2wzR0t5ajFCUklveit5YUNwSTMzRk1VSmZZLzg0OCtiTllnUzc4eGVZUFF1WkY1bUpsa3ZKRko3T3p5Uml2alFuRzFZUlorWFA4Ti8mI3hBO25EcFdoL1dQcmYxTFY3QlBySEQwK2ZLV0o2OE9UMCsxNDRxemovbkovd0Q0NkhsLy9qRmMvd0RFbzhRck05ZGhtbC81eDlpV0g3WTAmI3hBO0t6YzAva1NLSm4vNFVIRkxHLzhBbkdHZTMrcGEvYmdnWEFsdDVHRmR5aFZ3TnZZZzRsWHBuNWt6MjhIa0R6Qzl3UUl6cDl4R0swcHomI3hBO2tqS1I5ZjhBTFlZRmVQZjg0NWFWSHFWdjVydExsQzFoZDI4RnJPT3hFb21CQTkrTmNLRWkvTG56SkwrWFhuRFh0UDFNMFJMZTVoZEQmI3hBO3NyM0ZvR2tnL3dDRDRsVi8xc1ZUci9uSGJRSnRVODBhajVvdlAzbjFOV1dPUnYycm01cVhiNkU1Vi8xc1NyRGRlMFc0MVA4QU56Vk4mI3hBO0pOd0xLZTkxZTRqaXVIclJUTE14ajZiL0FCY2dCaXJPL3dEb1hMemIvd0JURkY5MDM5Y2JWRCtXZnltdDlMODY2YkszbkRTcDlSc2ImI3hBOzZLU1d3V1pUY3UwVWdaNHVCYmx6SVVpbE1WZS82aFpSM3RsTGF5ZlpsV2dQZ2VvUDBITVhXYWFPZkZMSEwrSU4ySEtjY3hJZEhtRngmI3hBO2J5Mjg4a0VvNHlSc1ZZZTR6eXJOaGxqbVlTK3FKcDY2RXhJQWprVkxLMmFPMFM0RnZxOXBLVFJSSW9ZK3pmQ2YxNW45bDV2RDFNSmYmI3hBOzB2djJjZlZ3NHNVaDVQVHM5VGVSZVZYM0w2N2NjdnRlbzlmbnlPZVNhcS9GbmY4QU9QM3ZaWXZvSHVEUHZLUkgrSDdYMjlTdi9JeHMmI3hBOzlDOW4vd0RFNGY1Mys2THpmYVA5L0w0ZmNHRGF5U2RYdmEvNy9sSDNPYzRQdEkzcWNuOWVYM3ZRNlgrNmovVkgzTXM4aXhvTk1ta0gmI3hBOzIybUlZK3lxdEIrT2RmN0xRQXdTUFV6L0FFQjB2YThqNGdIa3lUT21kVTgyOHl5UnZybDIwZjJlWVUwL21WUUcvd0NHQnp6SHRxY1omI3hBO2F2SVk4cis0QUg3WHE5Q0NNTWJaWjVMaTRhS0cvd0IrU3UzM1VYL2pYT3Y5bW9WcGI3NUUvby9RNlh0U1Y1dmNBazNucTZXUytndDEmI3hBO05UQWhMZXhjamI3bEdhVDJwemlXV01CL0NQdi9BTEhQN0p4MUF5N3o5eUk4aHdrQzh1RzJYNFVCKzh0L0RNbjJVeFY0a3p5Mkg2VCsmI3hBO2hxN1hsOU1XTVgwLzFpOW5uLzM3STdqL0FHVEU1eXVxeStKbGxQOEFuU0orWmR2aWh3d0E3Z3kzeUxhRkxXNHVtSDk2d1JQa25YOFQmI3hBO25ZK3kybjRjY3NoL2lOZkwrMzdIU2RyNUxrSTl5RC9OYnlEL0FJejh0L1ZJSFdMVTdSL1hzWkgreVdvUTBiSHNyanYyTk02cDFEeHomI3hBO3k3NWovT3J5Vlp0NWZnMFNlYUZXWVc4YzlwTmNDTm1OVDZEeEhpd0xHdlZoWENoSXZNdmtQODE5UzFFYW5xMmwzbDlmWDhZbmVSRU0mI3hBO2hRRWxWamNJT0tFQmZzZGhURldmL25QK1Z2bURWWnJMekJvdHUxM0tsckZCZldhZjN3TVkrRjBYOXJZMElHKzJLcGJZL21QK2ZFOW0mI3hBO21rVzJpeW02UlJIOWRleG1FNDRqalYya1BvZys3TGlxUjZMK1gvNWpXLzVqYVZmYXZwbDNQSW1wMmx4ZlgvRnBZLzc1SkhjeWlxbmkmI3hBO09wQnBpcjBuOC84QXlKcm5tS3kwelVOR3QydTU5UE15WEZ0SHZJMGN2RWhsVTllSlRvTjk4UWxSL0tIVVB6QnZ5M2x2elZwRXR2NWQmI3hBO3RkTWEyaU54YVNRZXB4TWNTUnM3aFEzN29zTnV2ZkZXR2FoNUEvTW44dWZNa3VxK1ZZcHI2d1BKWXBvRTljdEN4cjZWeENvNWJiVkkmI3hBO0ZPNEk3S0ZtdWFsK2RINWlKRnBNMmtTMjFselV5UngyOGxyYmxsM0RTeVRrMTQ5YWN2b3JURlh0WDVhZVJJUEpubHROTzVpYSttWXomI3hBOzM5d29vR2xJQTRyWGZpZ0ZCOS9mQWw1WitlLzViNjdlK2FZZFowUFRwcjViK0VDOEZ1aGNyTkRSQXpjZW5KT05Qa2NLdlVQeW44cXYmI3hBOzVhOGoyRmpQR1k3NmNHNnZsSW9STk5ROFdIaWlCVVB5d0t3Zjg1UHlnMVhWOVQveE41YUhQVUNGK3VXWVlJN3RHQUVsaVkwSEtnQUkmI3hBO3IyMjN3cXh5UDh5L3ozdDdRYVcyanp2ZHI4QXUzMCtacmc3VUhiMDIrZkRmRkNlL2s5K1ZYbUcxOHd0NXU4MG9ZcnNHU1MydDVTR20mI3hBO2FhYW9lYVdsZU96R2dPOVRYYW02bDdiZ1ZqUG0vUVRjUm5VTFphenhqOThnL2FRZHg3cityT1g5b2V5dkVIalFIcUhNZDQvV1B1ZHQmI3hBOzJick9FOEV1UjVNSnpoWG9HOFZlbmFMZmkrMHlDNHJWeXZHWC9YWFp2NjU2cDJicXhud1JuMXJmM2ptOGpxc1BoNURGZ2ZtTzJOdnImI3hBO1YwaEd6dVpGK1QvRi9IUFB1MmNIaDZxWTd6ZnozZWowT1RpeFJQbFh5Wkg1R3ZWZXlsdENmamhmbW8veUgvdEdkUDdMNmtTeFN4OVkmI3hBO20vZ2YydXE3V3hWTVM2RkkvTmxpOXJyRXIwL2QzSDcxRDduN1ErL05CN1FhVTR0U1QvRFBjZnArMTJQWjJZVHhBZFk3TmVYZGZPbFMmI3hBO3VzaUdTMmxvWFZmdEFqdUs3WU94KzEveWtpSkM0UzU5L3dBRjF1ajhZQ3RwQk45VDg3eE5BMGVueHVKV0ZQVmtBQVgzQUJOVG01MXYmI3hBO3RQRXdNY0lQRWVwNk9GZzdKSU56TzNjR0lFa2trbXBPNUp6alNiM0x1MldhYjVvMC9UOUNnZ1FHVzdRTVBTb1FBU3hOU3g3YjlzNi8mI3hBO1JkdTRkUHBJd0hxeUM5dmlldjZuVForejU1Y3hKMml4aVdXNHZMdHBIckpQTzNicVdKMkF6bHNtU2VmSVNkNXlMdG94akNORFlCbDEmI3hBOzZ5YUQ1Yld6REQ2NWNnZzAvbWI3Wi8ySTJ6c05USWRuNkVZci9lVCs4OHo4QnQ4blM0Z2RUcU9QK0dQNEREN2VDVzRuamdpSEtTUmcmI3hBO3FqM09jWmh4U3lURUkvVkkwN3VjeEVFbmtIcUduMmNkbFpRMnNlNnhLQlh4UFVuNlRucTJrMDR3NG80eHlpSGtjMlU1Sm1SNm9qTWgmI3hBO3FkaXJzVmRpcnpUODhQTzNtTHlwcGVtWEdpVHJCTGN6dkhNV2pTU3FxbFJzNE5OOEt2UmJPUjViT0NSelYzalJtUHVWQk9CVmJGWFkmI3hBO3F4ajh5UE1PcWFGNVR1N3JTSUpialZwYVFXS1F4R1lySS9XUXFBMnlLQzI0cFdnNzRxcC9sdEQ1Mi93K2wzNXZ2VGM2bGVVa1MyTVUmI3hBO01YMWVPbndxM3BJbFhhdFdyMDZlT0tzcnhWMkt2TC95Kzg5ZVpOWi9NcnpSb2VvWEN5YWJwajNTMmNRalJTb2l1dlNTcktBeG9uamgmI3hBO1Y2aGdWMkt1eFYyS3V4VmlYbVB5b1dacnpUMDNPOHR1djRsUDZaeC9iUFlKSk9YQ1BmSDlJL1Y4bmQ2SHRIK0RKOEQrdGlKQkJJSW8mI3hBO1IxR2NhUlR1MC84QUtPc2l6dXphek5TM3VDS0U5Rms2QS9UMHpvdlo3dEVZY25oeVBvbjloL2J5ZFoybHBlT1BFUHFqOXliZWRkS2EmI3hBO2EzUy9pRlhnSEdVRHFVSjJQK3hPYmYybTBCbkFabzg0Yy9kK3o5TGg5bGFqaGx3SHJ5OTdGZEsxS2JUcjFMbVBmanM2ZnpLZW96a3QmI3hBO0JyWmFiS01rZmo1aDNHb3dETEF4TFBaNE5OMS9UUVEzSkczamtIMm8zL3o2alBRc3VMQjJoZzUyRHlQV0ovSFI1dUU4bW15ZmpkaU4mI3hBOzU1UjFtM2NpT01YRWZaNHlLL1NwM3pqZFQ3UGFuR2ZTT01kNC9VN3ZGMmxpa056d256V1d2bFBXcDNBYUgwVTd2SVFBUG9GVGtjSFkmI3hBO0dxeUdqSGhIZWZ4YkxKMmpoaU9kKzVNZFI4a1R4d1J0WXY2MHFpa3FOUmVSOFZydDlCelphejJZbEdBT0k4VXVvTzErNzlUaTRPMVEmI3hBO1NlTVVPaVd3K1ZOZGtjS2JmMHgzWjJVQWZjU2MxbVBzRFZ5TmNGZThoeXBkbzRRT2RwekJaNlY1YWorc1hjZ3VkUUkvZFJyMi93QlgmI3hBO3cvMWptNnhhYlQ5bURqeUhqemRCK3IvaWo4SEJubHlhbzhNUnd3L0g0cGpXcGFqYzZoZE5jVG40anNxam9xOWdNNWZXNjJlb3lHYy8mI3hBOzdCM08yd1lJNG84TVdXZVVkQWEyVDYvY3JTZVFmdVVQVlZQYys1enIvWi9zazRoNDJRZXM4aDNEOVorNTB2YVdzNHp3UjVEbXlYT28mI3hBO2RTOGsvd0NjaHZOMnZhSHBHbDJXa3p5V2k2azgzMW02aEpXUUxDRXBHSEc2OC9VcWFiN2ZQQ0ZZbGIvbDFkeTJFT3BlUS9PeDFmVzEmI3hBO1pYbXRvNWhBNUhkcU5KeVhqWDdNZzNHS0UrL016ejc1MzB6UXZMM2x4Q2JQelZxc2FqVVpvV1hrRHk5RlJFNjFDbVYvaXF2MmUyS28mI3hBO0RWZnlVODdhUHBJMXJTUE1WMWQrWVlRc2sxdEVaRkxzU0F3amw1OGp4ciswUGlIaDB4VkFmbkZmK1liNzh1L0xFM21LMWEwMWxiaWEmI3hBO083amRRdkprV2drb052aldoMjc0cXFhditVL25uL0N0eDVzMVB6TEtkWHRiWnJ3MmFseUVpaVF1VVdaWEFWZ2c2S2xPM3ZpcW5xbm4mI3hBO2p6QnFuNUdXMS9MZlRMcVZwcXEyTXQ1Rkl5U3lLa1RPdk5sSUpQRnhYeHBVNzRxbS9rWDh1dlBXb05vWG5EV05la21TRllMdTIwOHMmI3hBOzhyUGJxaW1OZVhKVVZuU2xkajErTGV1S29BZVR2Ti9tVFVMM1VQekQ4d1A1YXQrVmJTemtuaVZDcHFhUnI2b1JWVGJlbFRpcXp5SHImI3hBOzJvK1dmelF0dks5cjVoR3YrWHIzOTJrcVNpYU1GNHl5RmFOSUVkWFhpM0UwcCtDcVNlVTlPODllY3ZOZXNhTmFlWUxxenNFbGtlOWwmI3hBO2FhUitNYXlrS3FKeUJOVDJxQjQ5c1ZUZlRvZk1YNWEvbXRvK2dEVjVkUjAzVm1nRHhOeVZHanVwV2dVdEd6T0E2T09WUWYxa1lxZ2QmI3hBO0Y4OFdIazc4eHZQZXAzS21XZDVyNkd5dHhYOTVNYjBsUVQreW9wVmo0ZStLczEvTEh5dDV2OHdYaStkUE5tcDNRZ3VtOWV3MG1PV1MmI3hBO09KMVAySGRGWUtzWUgyVS9hNm4zVlMvOHVkVjFqeTcrYm1yK1VOVnZyaTZ0cmtPdGo5WmxlVDdBOWVBZ3VXcHloSnJUdmlyWG52Vk4mI3hBO1k4eS9uSnB2bFhTNzY0dHJLekVhWC8xYVY0d1IvZnprbENCVVIwVWUrS3ZjY0NYWXE3RlVvMWZ5ellhaldTbm8zSi8zY2c2LzZ5OTgmI3hBOzAvYVBZbUhVK3I2Wjk0L1NPcm5hYlh6eGJjNDl6RDlSOHQ2cllrczhSbGlIKzdZdmlGUGNkUjlPY1hyT3hkUmczTWVLUGVOLzJoM20mI3hBO0RYWThuSTBlNHNnOHJlWVByYXJwdDU4YzNFaUp6dUhVRGRXOXdQdnpvdXdlMS9HSGdaTjVWc2U4ZHgrSHpkWjJob3VEOTVIbDl5VmUmI3hBO1l2TE0xbEkxemFxWHN5YWtEY3greDl2Zk5SMngySkxBVFBHTHhmN245bm01dWkxNHlEaGw5ZjNwVnArcDN1bnkrcGF5RkNmdEwxVnYmI3hBO21NMU9rMTJYVHk0c1pyN2o4SE16WUlaQlVneWEwODl4RUFYZHN5dDNhSWdnL3dDeGFuNjg2blQrMVVhL2VRUCtiK28vcmRSazdJUDgmI3hBO012bWpoNTAwVWlwTWc5aW45RG1lUGFYUy93Qkw1T09leTgzbDgxR2J6enBpajkxRExJM2FvVlI5OVNmd3lqSjdVNEI5TVpINUQ5TFomI3hBO0hzbkllWkFTZSs4NmFuT0NsdXEycUh1dnhQOEE4RWY2WnB0VjdTNThncUFFQjh6OC93QmpuWWV5OGNkNWVwSTFXNXVwNkFQTlBJZmQmI3hBO21Zbk5DQlBMUGE1VGw4U1hZRXhoSHVBWmg1ZjhwTGJzdDFxQUR6RGVPRHFxbnhieE9kbjJSN1BqR1JremJ5NlI3dmYzbDBlczdTNHYmI3hBO1REbDNzbnpxblVPeFY1citjM21qeTlwY0duNmI1aTBJNnJwZW9NeEZ4NmhqOUY0eUFTcFZTd2JpOVJ4WVZ3cTh4L01EeUgrWEdrYUkmI3hBO2RlOHIrWlZlNURJMXRZQ2VPZDNMTUIrN01mR1JPQStJOHE5TVVJRFc3L1g0N2J5RjUzMVpaYm4wS1J0Y1NWTFNmVWIxNVkrUlA3VHgmI3hBO3RzVDlxbGNWZTMrWXZ6aDhsNlY1ZS9TMXJmd2FuTElGTnRZUVNxSm41TUFlUzd0SHhCcWVTOXZIQWw1bCtjL21hVHpONUE4dDYyMWsmI3hBOzFnbDNkVG1LQjM1dHdVY1ExYUw5cmpVYmRNS0hyL20zL3dBbHByUC9BR3hybi9xRmJBbDg5VzMvQUpJUzYvOEFBakgvQUZDSmhRK2cmI3hBO1BMdDNjV2Y1VmFaZDI2OHJpMzBLQ1dGYVZxNldhc29wMzNHQkx3Mzh0dEo4aithN25VOVY4K2EzWFV2VURMRGMzSzI0ZEN0VEp6WXEmI3hBO1dvZHVLa2NRUHVLSGFYSDVRaS9PM1I0ZktlK2tRM0VVYXVHa2NQSXFrU01yU0VrZ252MDhOc1ZaTCtRUC9LZGVhL2szL1VRY1NyZjUmI3hBO3NmOEFrOWZKdi9idC93QzZoSmlsajJqZVJMSHpsK1pubmpUN21Sb3BZWnRRbHM1Rk5GV2Y2MlZSbkZOMUhMY1lvWmIrUjNuRzkwNi8mI3hBO3VmeSsxK3NWN1pQSU5QOEFVTzRLRW1TQUh2OEF6cDdWOXNVdGZuNXAxeG8rdWVYL0FEellMU2EwbVNDNEkycTBiZXJEWC9XSE5UOUEmI3hBO3hDcnZ5QTB5NDFUVTlmOEFPOSt0YmkrbmVHQW5laGtiMXBxVjdib28ra1lsWHRXQlhZcTdGWFlxN0ZWSmJTMVNjenBDaXpNS05JRkEmI3hBO1lnK0p5bU9ueGlmR0lqaTc2M1puSklqaEpOS3ZYTG1DUmFsNVEweTdZeVExdFpUMUtDcUUrNi8wcG1nMXZzN2d6RzQraVhseStYNnEmI3hBO2RqZzdUeVEyUHFINDZwRlA1STFWRCs2ZUtaZTI1VS9jUlQ4YzBHWDJZMUVmcE1aZlorUG03R0hhMk04d1FoajVSMThFRDZ1Q1BIMUUmI3hBO3AveExNVSt6MnN2NlA5bEg5YmQvS1dIdit3cXNYa3ZXbk5HRWNZOFdldjhBeEVObDBQWnJWSG53eCtQNnJZUzdVd2psWlRPejhpUkEmI3hBO2hydTVMK0tSRGlQK0NOZjFadE5QN0t4RytTZCtRMiszOWpoNWUxei9BQWo1c2lzZE1zTEZPTnJDc2RlckRkajgyTytkSnBkRmh3Q3MmI3hBO2NSSDcvbTZ6TG5ua1BxTm9uTXBwZGlyc1ZTN1gvTHVpK1lOT2ZUdFl0RXU3UnlHOU42Z2hoMFpXVWhsYjNCeFZodG4rUXY1YjIxMmwmI3hBO3g5U2xuQ0hrSVpwbmFQMnF1MVI3RTQyck05Ujh2NkpxV2tuU0wyeWhtMHppcUMwS2dScXFmWjRCYWNlUGJqMHhWaGx0K1FuNWJRWGEmI3hBOzNIMUdXVUtlUWdsbmthUDJxS2drZk00MnJJdk0za0x5eDVrc2JTeDFTMTVXbGlhMnNNTE5DcURqeEFBaks3QlJRREZVM3ZkTHM3M1MmI3hBO3A5S3VGTFdWekE5cktnSkJNVWlHTmh5Ry93Qms5Y1ZZd3Y1UytTRjh1UDVkRnBKK2lwTHI2ODBYclNjdlg0Q1BsenJ5cHhIVEZXVTYmI3hBO2JwOXJwMm5XdW4yaWxMV3poanQ0RUpMRVJ4S0VVRW5jN0RGV0VhbitSbjVjNmhmUGVOWVBidkkzS1NLM2xhT0ludlJCc3Y4QXNhWTImI3hBO3FPc1B5ajhoYWRxMXBxdGpweHQ3dXg0bTNLU3ljUVZCQUxLV1BJNzdrNHFqL0xma0R5ejVjMUc4MURTcmQ0cnEvcjlaZHBIY0dyYzkmI3hBO2d4SUc1N1lxN1dmSVBsbldQTU5qNWh2N2Q1TlUwNzB2cWtxeU9xcjZFcG1qcWdJVTBkaWQ4VlhhTDVGOHQ2TnJ1b2E3WVFQSHFPcG0mI3hBO1JyeVJwSFlNWlpQVmVpc1NCOGZoaXFoclA1YmVVdFgxK0x6QmRXMGk2dkNZeWwxRExKRTNLRTFSandJQkk2VjhNVmVZL25IK1pOdHImI3hBO3NOeDVEMGZUNTU5VWU5RnRPem9oSEtHUUZSQnhabUpkaDFOS0N2amhWNno1Sjh0eCtXL0t1bTZNbEM5ckNCT3c2Tk0veHl0OGk3R24mI3hBO3RnVlBNVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1YmI3hBO2RpcVR3ZjRQL1RiK2grai9BTk9jbTlUMC9RK3Q4cWZGeXArOHI0NHFuR0t2LzlrPTwveGFwR0ltZzppbWFnZT4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkFsdD4KICAgICAgICAgPC94YXA6VGh1bWJuYWlscz4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhhcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyI+CiAgICAgICAgIDx4YXBNTTpEb2N1bWVudElEPnV1aWQ6QTE2QjMxODVGRjUzREUxMTg2NzVFMzg1OTJGRjFCNDE8L3hhcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4YXBNTTpJbnN0YW5jZUlEPnV1aWQ6MWE5NzExNTktMTc0ZC00MTZmLThjM2QtMDg3NDRiOGFhYzRmPC94YXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eGFwTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD51dWlkOjM0ODQyMTBGMkIxOURFMTE4MTE3QjAzNzQ1RTBEQTMzPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD51dWlkOjMzODQyMTBGMkIxOURFMTE4MTE3QjAzNzQ1RTBEQTMzPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICA8L3hhcE1NOkRlcml2ZWRGcm9tPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6aWxsdXN0cmF0b3I9Imh0dHA6Ly9ucy5hZG9iZS5jb20vaWxsdXN0cmF0b3IvMS4wLyI+CiAgICAgICAgIDxpbGx1c3RyYXRvcjpTdGFydHVwUHJvZmlsZT5QcmludDwvaWxsdXN0cmF0b3I6U3RhcnR1cFByb2ZpbGU+CiAgICAgICAgIDxpbGx1c3RyYXRvcjpUeXBlPkRvY3VtZW50PC9pbGx1c3RyYXRvcjpUeXBlPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eGFwVFBnPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvdC9wZy8iCiAgICAgICAgICAgIHhtbG5zOnN0RGltPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvRGltZW5zaW9ucyMiCiAgICAgICAgICAgIHhtbG5zOnhhcEc9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9nLyI+CiAgICAgICAgIDx4YXBUUGc6TlBhZ2VzPjE8L3hhcFRQZzpOUGFnZXM+CiAgICAgICAgIDx4YXBUUGc6SGFzVmlzaWJsZVRyYW5zcGFyZW5jeT5GYWxzZTwveGFwVFBnOkhhc1Zpc2libGVUcmFuc3BhcmVuY3k+CiAgICAgICAgIDx4YXBUUGc6SGFzVmlzaWJsZU92ZXJwcmludD5GYWxzZTwveGFwVFBnOkhhc1Zpc2libGVPdmVycHJpbnQ+CiAgICAgICAgIDx4YXBUUGc6TWF4UGFnZVNpemUgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3REaW06dz4yOTcuMDAwMDAyPC9zdERpbTp3PgogICAgICAgICAgICA8c3REaW06aD4yMDkuOTk5OTk0PC9zdERpbTpoPgogICAgICAgICAgICA8c3REaW06dW5pdD5NaWxsaW1ldGVyczwvc3REaW06dW5pdD4KICAgICAgICAgPC94YXBUUGc6TWF4UGFnZVNpemU+CiAgICAgICAgIDx4YXBUUGc6UGxhdGVOYW1lcz4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGk+TWFnZW50YTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPlllbGxvdzwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPkJsYWNrPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94YXBUUGc6UGxhdGVOYW1lcz4KICAgICAgICAgPHhhcFRQZzpTd2F0Y2hHcm91cHM+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JvdXBOYW1lPlbDvWNob3rDrSBza3VwaW5hIHZ6b3Jrxa88L3hhcEc6Z3JvdXBOYW1lPgogICAgICAgICAgICAgICAgICA8eGFwRzpncm91cFR5cGU+MDwveGFwRzpncm91cFR5cGU+CiAgICAgICAgICAgICAgICAgIDx4YXBHOkNvbG9yYW50cz4KICAgICAgICAgICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkLDrWzDoTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPsSMZXJuw6E8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjAuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MTAwLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgxI1lcnZlbsOhPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4wLjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwMC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjEwMC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgxb5sdXTDoTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Q01ZSyB6ZWxlbsOhPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xMDAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjEwMC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgYXp1cm92w6E8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjEwMC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgbW9kcsOhPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xMDAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MTAwLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkNNWUsgcHVycHVyb3bDoTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4xMDAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4wLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0xNSBNPTEwMCBZPTkwIEs9MTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjE0Ljk5OTk5ODwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwMC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjkwLjAwMDAwNDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjEwLjAwMDAwMjwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MCBNPTkwIFk9ODUgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4wLjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjkwLjAwMDAwNDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+ODQuOTk5OTk2PC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTAgTT04MCBZPTk1IEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT44MC4wMDAwMDE8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93Pjk0Ljk5OTk5OTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0wIE09NTAgWT0xMDAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4wLjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjUwLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0wIE09MzUgWT04NSBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MzUuMDAwMDAyPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz44NC45OTk5OTY8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NSBNPTAgWT05MCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjUuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjkwLjAwMDAwNDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0yMCBNPTAgWT0xMDAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xOS45OTk5OTk8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01MCBNPTAgWT0xMDAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj41MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz03NSBNPTAgWT0xMDAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj43NS4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz04NSBNPTEwIFk9MTAwIEs9MTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjg0Ljk5OTk5NjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwLjAwMDAwMjwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjEwLjAwMDAwMjwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9OTAgTT0zMCBZPTk1IEs9MzA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjkwLjAwMDAwNDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjMwLjAwMDAwMTwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+OTQuOTk5OTk5PC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MzAuMDAwMDAxPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz03NSBNPTAgWT03NSBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjc1LjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz43NS4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9ODAgTT0xMCBZPTQ1IEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+ODAuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MTAuMDAwMDAyPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz40NC45OTk5OTk8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NzAgTT0xNSBZPTAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj42OS45OTk5OTk8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4xNC45OTk5OTg8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjAuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTg1IE09NTAgWT0wIEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+ODQuOTk5OTk2PC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NTAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4wLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0xMDAgTT05NSBZPTUgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xMDAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+OTQuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz41LjAwMDAwMTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0xMDAgTT0xMDAgWT0yNSBLPTI1PC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4xMDAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MTAwLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MjUuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MjUuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz03NSBNPTEwMCBZPTAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj43NS4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4xMDAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4wLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01MCBNPTEwMCBZPTAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj41MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4xMDAuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4wLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0zNSBNPTEwMCBZPTM1IEs9MTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjM1LjAwMDAwMjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwMC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjM1LjAwMDAwMjwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjEwLjAwMDAwMjwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MTAgTT0xMDAgWT01MCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjEwLjAwMDAwMjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjEwMC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjUwLjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz0wIE09OTUgWT0yMCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+OTQuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4xOS45OTk5OTk8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MjUgTT0yNSBZPTQwIEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MjUuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MjUuMDAwMDAwPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4zOS45OTk5OTg8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NDAgTT00NSBZPTUwIEs9NTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MzkuOTk5OTk4PC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NDQuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz41MC4wMDAwMDA8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz41LjAwMDAwMTwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NTAgTT01MCBZPTYwIEs9MjU8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjUwLjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjUwLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+NjAuMDAwMDAyPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MjUuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01NSBNPTYwIFk9NjUgSz00MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+NTUuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjAuMDAwMDAyPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz42NC45OTk5OTg8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4zOS45OTk5OTg8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTI1IE09NDAgWT02NSBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjI1LjAwMDAwMDwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjM5Ljk5OTk5ODwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+NjQuOTk5OTk4PC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTMwIE09NTAgWT03NSBLPTEwPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4zMC4wMDAwMDE8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT41MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93Pjc1LjAwMDAwMDwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjEwLjAwMDAwMjwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MzUgTT02MCBZPTgwIEs9MjU8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjM1LjAwMDAwMjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjYwLjAwMDAwMjwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+ODAuMDAwMDAxPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MjUuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz00MCBNPTY1IFk9OTAgSz0zNTwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MzkuOTk5OTk4PC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjQuOTk5OTk4PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz45MC4wMDAwMDQ8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4zNS4wMDAwMDI8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTQwIE09NzAgWT0xMDAgSz01MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MzkuOTk5OTk4PC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjkuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4xMDAuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+NTAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01MCBNPTcwIFk9ODAgSz03MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+NTAuMDAwMDAwPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjkuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz44MC4wMDAwMDE8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz42OS45OTk5OTk8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgICAgICAgICAgIDwveGFwRzpDb2xvcmFudHM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JvdXBOYW1lPlByaW50IENvbG9yIEdyb3VwPC94YXBHOmdyb3VwTmFtZT4KICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JvdXBUeXBlPjE8L3hhcEc6Z3JvdXBUeXBlPgogICAgICAgICAgICAgICAgICA8eGFwRzpDb2xvcmFudHM+CiAgICAgICAgICAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTAgTT0zMCBZPTcwIEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MC4wMDAwMDA8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4zMC4wMDAwMDE8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93PjY5Ljk5OTk5OTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz01IE09NzAgWT05MCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjUuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+NjkuOTk5OTk5PC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz45MC4wMDAwMDQ8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9NSBNPTkwIFk9NzUgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj41LjAwMDAwMTwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjkwLjAwMDAwNDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+NzUuMDAwMDAwPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTMwIE09MCBZPTk1IEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+MzAuMDAwMDAxPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MC4wMDAwMDA8L3hhcEc6bWFnZW50YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6eWVsbG93Pjk0Ljk5OTk5OTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz02MCBNPTUgWT05NSBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjYwLjAwMDAwMjwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjUuMDAwMDAxPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz45NC45OTk5OTk8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPkM9MzAgTT0wIFk9MTAgSz0wPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+Q01ZSzwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Y3lhbj4zMC4wMDAwMDE8L3hhcEc6Y3lhbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bWFnZW50YT4wLjAwMDAwMDwveGFwRzptYWdlbnRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp5ZWxsb3c+MTAuMDAwMDAyPC94YXBHOnllbGxvdz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6YmxhY2s+MC4wMDAwMDA8L3hhcEc6YmxhY2s+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5DPTYwIE09MTAgWT01IEs9MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkNNWUs8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmN5YW4+NjAuMDAwMDAyPC94YXBHOmN5YW4+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1hZ2VudGE+MTAuMDAwMDAyPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz41LjAwMDAwMTwveGFwRzp5ZWxsb3c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmJsYWNrPjAuMDAwMDAwPC94YXBHOmJsYWNrPgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Qz04MCBNPTUgWT0xMCBLPTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5DTVlLPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpjeWFuPjgwLjAwMDAwMTwveGFwRzpjeWFuPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptYWdlbnRhPjUuMDAwMDAxPC94YXBHOm1hZ2VudGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnllbGxvdz4xMC4wMDAwMDI8L3hhcEc6eWVsbG93PgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpibGFjaz4wLjAwMDAwMDwveGFwRzpibGFjaz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgICAgICAgICAgPC94YXBHOkNvbG9yYW50cz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8eGFwRzpncm91cE5hbWU+R3JheXNjYWxlPC94YXBHOmdyb3VwTmFtZT4KICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JvdXBUeXBlPjE8L3hhcEc6Z3JvdXBUeXBlPgogICAgICAgICAgICAgICAgICA8eGFwRzpDb2xvcmFudHM+CiAgICAgICAgICAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTEwMDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkdSQVk8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmdyYXk+MjU1PC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTkwPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+R1JBWTwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JheT4yMjk8L3hhcEc6Z3JheT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPks9ODA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5HUkFZPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpncmF5PjIwMzwveGFwRzpncmF5PgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Sz03MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkdSQVk8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmdyYXk+MTc4PC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTYwPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+R1JBWTwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JheT4xNTI8L3hhcEc6Z3JheT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPks9NTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5HUkFZPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpncmF5PjEyNzwveGFwRzpncmF5PgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Sz00MDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkdSQVk8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmdyYXk+MTAxPC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTMwPC94YXBHOnN3YXRjaE5hbWU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOm1vZGU+R1JBWTwveGFwRzptb2RlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzp0eXBlPlBST0NFU1M8L3hhcEc6dHlwZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6Z3JheT43NjwveGFwRzpncmF5PgogICAgICAgICAgICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnN3YXRjaE5hbWU+Sz0yMDwveGFwRzpzd2F0Y2hOYW1lPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzptb2RlPkdSQVk8L3hhcEc6bW9kZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6dHlwZT5QUk9DRVNTPC94YXBHOnR5cGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOmdyYXk+NTA8L3hhcEc6Z3JheT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpzd2F0Y2hOYW1lPks9MTA8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5HUkFZPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpncmF5PjI1PC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6c3dhdGNoTmFtZT5LPTU8L3hhcEc6c3dhdGNoTmFtZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhhcEc6bW9kZT5HUkFZPC94YXBHOm1vZGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4YXBHOnR5cGU+UFJPQ0VTUzwveGFwRzp0eXBlPgogICAgICAgICAgICAgICAgICAgICAgICAgICA8eGFwRzpncmF5PjEyPC94YXBHOmdyYXk+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgICAgICAgICAgIDwveGFwRzpDb2xvcmFudHM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveGFwVFBnOlN3YXRjaEdyb3Vwcz4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnBkZj0iaHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyI+CiAgICAgICAgIDxwZGY6UHJvZHVjZXI+QWRvYmUgUERGIGxpYnJhcnkgOC4wMDwvcGRmOlByb2R1Y2VyPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/Pg0KZW5kc3RyZWFtDWVuZG9iag02MiAwIG9iag08PC9PUE0gMC9CTS9Ob3JtYWwvQ0EgMS4wL09QIHRydWUvU01hc2svTm9uZS9jYSAxLjAvQUlTIGZhbHNlL29wIHRydWUvVHlwZS9FeHRHU3RhdGUvU0EgdHJ1ZT4+DWVuZG9iag02MyAwIG9iag08PC9PUE0gMS9CTS9Ob3JtYWwvQ0EgMS4wL09QIGZhbHNlL1NNYXNrL05vbmUvY2EgMS4wL0FJUyBmYWxzZS9vcCBmYWxzZS9UeXBlL0V4dEdTdGF0ZS9TQSB0cnVlPj4NZW5kb2JqDTEgMCBvYmoNPDwvSyAyIDAgUi9QYXJlbnRUcmVlIDMgMCBSL1BhcmVudFRyZWVOZXh0S2V5IDEvUm9sZU1hcCA0IDAgUi9UeXBlL1N0cnVjdFRyZWVSb290L0NsYXNzTWFwIDUgMCBSPj4NZW5kb2JqDTIgMCBvYmoNPDwvSyAxOCAwIFIvUCAxIDAgUi9TL0RvY3VtZW50L0xhbmcoY3MpPj4NZW5kb2JqDTMgMCBvYmoNPDwvTnVtc1swIDYgMCBSXT4+DWVuZG9iag00IDAgb2JqDTw8L1N0b3J5L1NlY3QvTm9ybWFsUGFyYWdyYXBoU3R5bGUvUC9BcnRpY2xlL0FydD4+DWVuZG9iag01IDAgb2JqDTw8L1BhMDw8L08vTGF5b3V0L0xpbmVIZWlnaHQgMTIuMD4+L0EwPDwvTy9MYXlvdXQvTGluZUhlaWdodCAxMy4wPj4+Pg1lbmRvYmoNNiAwIG9iag1bNyAwIFIgOCAwIFIgOSAwIFIgMTAgMCBSIDExIDAgUiAxMiAwIFIgMTMgMCBSIDE0IDAgUiAxNSAwIFIgMTYgMCBSIDE3IDAgUl0NZW5kb2JqDTcgMCBvYmoNPDwvQy9BMC9LIDAvUCAyMSAwIFIvUy9TcGFuL1BnIDM0IDAgUj4+DWVuZG9iag04IDAgb2JqDTw8L0FjdHVhbFRleHQ8RkVGRjAwMEE+L0MvQTAvSyAxL1AgMjEgMCBSL1MvU3Bhbi9QZyAzNCAwIFI+Pg1lbmRvYmoNOSAwIG9iag08PC9DL0EwL0sgMi9QIDIxIDAgUi9TL1NwYW4vUGcgMzQgMCBSPj4NZW5kb2JqDTEwIDAgb2JqDTw8L0FjdHVhbFRleHQ8RkVGRjAwQUQ+L0MvQTAvSyAzL1AgMjEgMCBSL1MvU3Bhbi9QZyAzNCAwIFI+Pg1lbmRvYmoNMTEgMCBvYmoNPDwvQy9BMC9LIDQvUCAyMSAwIFIvUy9TcGFuL1BnIDM0IDAgUj4+DWVuZG9iag0xMiAwIG9iag08PC9DL0EwL0sgNS9QIDIzIDAgUi9TL1NwYW4vUGcgMzQgMCBSPj4NZW5kb2JqDTEzIDAgb2JqDTw8L0MvQTAvSyA2L1AgMjYgMCBSL1MvU3Bhbi9QZyAzNCAwIFI+Pg1lbmRvYmoNMTQgMCBvYmoNPDwvQWN0dWFsVGV4dDxGRUZGMDAwQT4vQy9BMC9LIDcvUCAyNiAwIFIvUy9TcGFuL1BnIDM0IDAgUj4+DWVuZG9iag0xNSAwIG9iag08PC9BPDwvTy9MYXlvdXQvTGluZUhlaWdodCAxMS4wPj4vSyA4L1AgMjcgMCBSL1MvU3Bhbi9QZyAzNCAwIFI+Pg1lbmRvYmoNMTYgMCBvYmoNPDwvQTw8L08vTGF5b3V0L0xpbmVIZWlnaHQgMTUuMD4+L0sgOS9QIDI4IDAgUi9TL1NwYW4vUGcgMzQgMCBSPj4NZW5kb2JqDTE3IDAgb2JqDTw8L0E8PC9QbGFjZW1lbnQvQmxvY2svTy9MYXlvdXQvQkJveFsxODYuMTk1IDczMy40NzggNDI1LjgyMSA2NjUuMTI0XT4+L0sgMTAvUCAxOCAwIFIvUy9GaWd1cmUvUGcgMzQgMCBSPj4NZW5kb2JqDTE4IDAgb2JqDTw8L0tbMTcgMCBSIDE5IDAgUiAyMCAwIFJdL1AgMiAwIFIvUy9BcnRpY2xlPj4NZW5kb2JqDTE5IDAgb2JqDTw8L0sgMjggMCBSL1AgMTggMCBSL1MvU3Rvcnk+Pg1lbmRvYmoNMjAgMCBvYmoNPDwvS1syMSAwIFIgMjIgMCBSIDIzIDAgUiAyNCAwIFIgMjUgMCBSIDI2IDAgUiAyNyAwIFJdL1AgMTggMCBSL1MvU3Rvcnk+Pg1lbmRvYmoNMjEgMCBvYmoNPDwvQy9QYTAvS1s3IDAgUiA4IDAgUiA5IDAgUiAxMCAwIFIgMTEgMCBSXS9QIDIwIDAgUi9TL05vcm1hbFBhcmFncmFwaFN0eWxlPj4NZW5kb2JqDTIyIDAgb2JqDTw8L0MvUGEwL1AgMjAgMCBSL1MvTm9ybWFsUGFyYWdyYXBoU3R5bGU+Pg1lbmRvYmoNMjMgMCBvYmoNPDwvQy9QYTAvSyAxMiAwIFIvUCAyMCAwIFIvUy9Ob3JtYWxQYXJhZ3JhcGhTdHlsZT4+DWVuZG9iag0yNCAwIG9iag08PC9DL1BhMC9QIDIwIDAgUi9TL05vcm1hbFBhcmFncmFwaFN0eWxlPj4NZW5kb2JqDTI1IDAgb2JqDTw8L0MvUGEwL1AgMjAgMCBSL1MvTm9ybWFsUGFyYWdyYXBoU3R5bGU+Pg1lbmRvYmoNMjYgMCBvYmoNPDwvQy9QYTAvS1sxMyAwIFIgMTQgMCBSXS9QIDIwIDAgUi9TL05vcm1hbFBhcmFncmFwaFN0eWxlPj4NZW5kb2JqDTI3IDAgb2JqDTw8L0MvUGEwL0sgMTUgMCBSL1AgMjAgMCBSL1MvTm9ybWFsUGFyYWdyYXBoU3R5bGU+Pg1lbmRvYmoNMjggMCBvYmoNPDwvQy9QYTAvSyAxNiAwIFIvUCAxOSAwIFIvUy9Ob3JtYWxQYXJhZ3JhcGhTdHlsZT4+DWVuZG9iag0yOSAwIG9iag08PC9Db3VudCAxL1R5cGUvUGFnZXMvS2lkc1szNCAwIFJdPj4NZW5kb2JqDTMwIDAgb2JqDTw8L1N1YnR5cGUvWE1ML0xlbmd0aCAxMDQ0OC9UeXBlL01ldGFkYXRhPj5zdHJlYW0NCjw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDQuMS1jMDM3IDQ2LjI4MjY5NiwgTW9uIEFwciAwMiAyMDA3IDE4OjM2OjQyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4YXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RNZnM9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9NYW5pZmVzdEl0ZW0jIgogICAgICAgICAgICB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyI+CiAgICAgICAgIDx4YXBNTTpJbnN0YW5jZUlEPnV1aWQ6ODZmNjExMzItOWRhMS00YjRmLWExMmMtNzg3OWIyNzAwMWM1PC94YXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eGFwTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDppbmRkOjcwMzQ5YjYyLTUzZmUtMTFkZS04N2RjLThiZTg2NDRmNjQyZDwveGFwTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhhcE1NOlJlbmRpdGlvbkNsYXNzPnByb29mOnBkZjwveGFwTU06UmVuZGl0aW9uQ2xhc3M+CiAgICAgICAgIDx4YXBNTTpNYW5pZmVzdD4KICAgICAgICAgICAgPHJkZjpCYWc+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RNZnM6bGlua0Zvcm0+UmVmZXJlbmNlU3RyZWFtPC9zdE1mczpsaW5rRm9ybT4KICAgICAgICAgICAgICAgICAgPHhhcE1NOnBsYWNlZFhSZXNvbHV0aW9uPjcyLjAwPC94YXBNTTpwbGFjZWRYUmVzb2x1dGlvbj4KICAgICAgICAgICAgICAgICAgPHhhcE1NOnBsYWNlZFlSZXNvbHV0aW9uPjcyLjAwPC94YXBNTTpwbGFjZWRZUmVzb2x1dGlvbj4KICAgICAgICAgICAgICAgICAgPHhhcE1NOnBsYWNlZFJlc29sdXRpb25Vbml0PkluY2hlczwveGFwTU06cGxhY2VkUmVzb2x1dGlvblVuaXQ+CiAgICAgICAgICAgICAgICAgIDxzdE1mczpyZWZlcmVuY2UgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD51dWlkOjFhOTcxMTU5LTE3NGQtNDE2Zi04YzNkLTA4NzQ0YjhhYWM0Zjwvc3RSZWY6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgICAgPHN0UmVmOmRvY3VtZW50SUQ+dXVpZDpBMTZCMzE4NUZGNTNERTExODY3NUUzODU5MkZGMUI0MTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgICAgICAgPC9zdE1mczpyZWZlcmVuY2U+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpCYWc+CiAgICAgICAgIDwveGFwTU06TWFuaWZlc3Q+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4YXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhhcEdJbWc9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9nL2ltZy8iPgogICAgICAgICA8eGFwOkNyZWF0ZURhdGU+MjAwOS0wNi0wOFQwOTo1NjoyOCswMjowMDwveGFwOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4YXA6TW9kaWZ5RGF0ZT4yMDA5LTA2LTA4VDA5OjU2OjI5KzAyOjAwPC94YXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhhcDpNZXRhZGF0YURhdGU+MjAwOS0wNi0wOFQwOTo1NjoyOSswMjowMDwveGFwOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhhcDpDcmVhdG9yVG9vbD5BZG9iZSBJbkRlc2lnbiBDUzMgKDUuMC40KTwveGFwOkNyZWF0b3JUb29sPgogICAgICAgICA8eGFwOlRodW1ibmFpbHM+CiAgICAgICAgICAgIDxyZGY6QWx0PgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHhhcEdJbWc6Zm9ybWF0PkpQRUc8L3hhcEdJbWc6Zm9ybWF0PgogICAgICAgICAgICAgICAgICA8eGFwR0ltZzp3aWR0aD4yNTY8L3hhcEdJbWc6d2lkdGg+CiAgICAgICAgICAgICAgICAgIDx4YXBHSW1nOmhlaWdodD4yNTY8L3hhcEdJbWc6aGVpZ2h0PgogICAgICAgICAgICAgICAgICA8eGFwR0ltZzppbWFnZT4vOWovNEFBUVNrWkpSZ0FCQWdFQVNBQklBQUQvN1FBc1VHaHZkRzl6YUc5d0lETXVNQUE0UWtsTkErMEFBQUFBQUJBQVNBQUFBQUVBJiN4QTtBUUJJQUFBQUFRQUIvKzRBRTBGa2IySmxBR1FBQUFBQUFRVUFBbUdJLzlzQWhBQUtCd2NIQndjS0J3Y0tEZ2tKQ1E0UkRBc0xEQkVVJiN4QTtFQkFRRUJBVUVROFJFUkVSRHhFUkZ4b2FHaGNSSHlFaElTRWZLeTB0TFNzeU1qSXlNakl5TWpJeUFRc0pDUTRNRGg4WEZ4OHJJaDBpJiN4QTtLeklyS3lzck1qSXlNakl5TWpJeU1qSXlNakl5TWpJK1BqNCtQakpBUUVCQVFFQkFRRUJBUUVCQVFFQkFRRUJBUUVEL3dBQVJDQUVBJiN4QTtBTFVEQVJFQUFoRUJBeEVCLzhRQm9nQUFBQWNCQVFFQkFRQUFBQUFBQUFBQUJBVURBZ1lCQUFjSUNRb0xBUUFDQWdNQkFRRUJBUUFBJiN4QTtBQUFBQUFBQkFBSURCQVVHQndnSkNnc1FBQUlCQXdNQ0JBSUdCd01FQWdZQ2N3RUNBeEVFQUFVaEVqRkJVUVlUWVNKeGdSUXlrYUVIJiN4QTtGYkZDSThGUzBlRXpGbUx3SkhLQzhTVkRORk9Tb3JKamM4STFSQ2VUbzdNMkYxUmtkTVBTNGdnbWd3a0tHQm1FbEVWR3BMUlcwMVVvJiN4QTtHdkxqODhUVTVQUmxkWVdWcGJYRjFlWDFabmFHbHFhMnh0Ym05amRIVjJkM2g1ZW50OGZYNS9jNFNGaG9lSWlZcUxqSTJPajRLVGxKJiN4QTtXV2w1aVptcHVjblo2ZmtxT2twYWFucUttcXE2eXRycStoRUFBZ0lCQWdNRkJRUUZCZ1FJQXdOdEFRQUNFUU1FSVJJeFFRVlJFMkVpJiN4QTtCbkdCa1RLaHNmQVV3ZEhoSTBJVlVtSnk4VE1rTkVPQ0ZwSlRKYUpqc3NJSGM5STE0a1NERjFTVENBa0tHQmttTmtVYUoyUjBWVGZ5JiN4QTtvN1BES0NuVDQvT0VsS1MweE5UazlHVjFoWldsdGNYVjVmVkdWbVoyaHBhbXRzYlc1dlpIVjJkM2g1ZW50OGZYNS9jNFNGaG9lSWlZJiN4QTtxTGpJMk9qNE9VbFphWG1KbWFtNXlkbnArU282U2xwcWVvcWFxcnJLMnVyNi85b0FEQU1CQUFJUkF4RUFQd0NiZVUvS2ZsVzU4cTZMJiN4QTtjWEdpNmZOTk5wOXJKSkpKYXdzN3UwTWJNek0wWkpKSjNPS3B0L2d6eWY4QTlXSFRmK2tPRC9xbmlydjhHZVQvQVBxdzZiLzBod2Y5JiN4QTtVOFZkL2d6eWYvMVlkTi82UTRQK3FlS3Uvd0FHZVQvK3JEcHYvU0hCL3dCVThWZC9nenlmL3dCV0hUZitrT0QvQUtwNHE3L0Juay8vJiN4QTtBS3NPbS84QVNIQi8xVHhWMytEUEovOEExWWROL3dDa09EL3FuaXJ2OEdlVC93RHF3NmIvQU5JY0gvVlBGWGY0TThuL0FQVmgwMy9wJiN4QTtEZy82cDRxNy9Cbmsvd0Q2c09tLzlJY0gvVlBGWGY0TThuLzlXSFRmK2tPRC9xbmlydjhBQm5rLy9xdzZiLzBod2Y4QVZQRlhmNE04JiN4QTtuLzhBVmgwMy9wRGcvd0NxZUt1L3daNVAvd0NyRHB2L0FFaHdmOVU4VmQvZ3p5Zi9BTldIVGY4QXBEZy82cDRxNy9CbmsvOEE2c09tJiN4QTsvd0RTSEIvMVR4VjMrRFBKL3dEMVlkTi82UTRQK3FlS3Uvd1o1UDhBK3JEcHYvU0hCLzFUeFYzK0RQSi8vVmgwMy9wRGcvNnA0cTcvJiN4QTtBQVo1UC82c09tLzlJY0gvQUZUeFYzK0RQSi8vQUZZZE4vNlE0UDhBcW5pcnY4R2VULzhBcXc2Yi93QkljSC9WUEZYZVRQOEFsRDlCJiN4QTsvd0MyYlovOG1JOFZUckZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcWt2a3ovbEQ5JiN4QTtCLzdadG4veVlqeFZPc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcVMrVFArVVAwJiN4QTtIL3RtMmY4QXlZanhWT3NWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXFTK1RQK1VQJiN4QTswSC90bTJmL0FDWWp4Vk9zVmRpcnNWZGlyc1ZVTHlkcmEyZWRWNWxBRHhyVHVCbEdzem5CaE13THBzdzR4a21JcGJiNjg4ODBjSWdGJiN4QTtaR0MxNWRLbnI5bk5WZzdkbGx5Q1BCek5jLzJPWGs3UEVJazhYSk1MdTlqdFFxa0dTV1RaSTAzWTVzdFZySWFlaHprZVFEaTRjQnllJiN4QTtRNzFJM1dvaGVac2g3cUpRVC94SEtqcXRXQmZoZjdJZnFaK0ZodXVQN0YzNlR0L3FyM1ZHcEdRc2lVSE5TVFNoQkl3L3luaThFNUtPJiN4QTsyeEhVSS9LejR4SHZWVnZMWTI2WEx5TEZISlRpWkNGM1BiYzljeXNHYU9iR0pEa1dySkF3a1FWSzAxU3p2TGExdVZrRVgxNk5aWVk1JiN4QTtTcXlGWEFZRGp5TysvYkxHTGNPcDZmT2s4a2R3aFMxa01NekU4UWpyMUJMVXhWWEU4SkRNSkZJVlE3SGtLQlR1R1B0dGlxa3Q5RTk4JiN4QTs5Z2dKZU9OWldhcThSeUpBWDdYS3UxZW1Lb25GWFlxN0ZYWXE3RlhZcTdGVWw4bWY4b2ZvUC9iTnMvOEFreEhpcWRZcTdGWFlxN0ZYJiN4QTtZcXB6UkNhRjRXMkVpbFNmbUtaWG14RExqTVQxRk1vUzRKQTl6R2JKV3RkVGlqbUhGa2s0bjVuYitPY25vb25CcklpWFEwN2pPUmt3JiN4QTtFanVUS1dSa3U5UXVSdkpieHFzVmQrSVlia1p0Y3VReHo1cC94UWlPSHljU0VRY2VPUFFuZERUd05IWlEzS1hValQzQldvTDdIbHYyJiN4QTszMnpFejRERFR3bU1rdU9kZFc3SGtFc2hpWWlvcXQ4NkxOZmxOMDlKRmsvNHlFZ0wrR1hhNlVSUE5YTGhBUDhBV3ZacjA0SmpDKzgvJiN4QTtKU25zYm1PWFRycjZrZFJpaXRab0hnQmpCU1NZd3NIcE82TFNpTXA3NzV0OUJqT1BUd0I3bkQxRWhMSVNrTnhvMnRycDhWZzlzeVROJiN4QTthMmtFUG90YUJYa2hRTzZ6U1RzWmVTRldLaVBhZ3JYcm1TMUpwTHA5elpYTWw1TlplcmJXMS9OZU12S0ZSSWswVEtzaStwS2c1UnNkJiN4QTsrZkhyVVlxb2p5L2Z4cEFPQ1cxdGZ5eVI2aENXVUNLM2E1YTVnaUZEeE96dEVRdjgrMnd4VmZwMmhhaEJxY0xYQ1hCOUM4dUxuNndHJiN4QTt0VmhLeStyUWdyR2JsaXdjQmxhZzk5aGlyTHNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi95aCtnL3dEYk5zLytURWVLcDFpcnNWZGlyc1ZkJiN4QTtpcnNWUU4vcGtWN1I2K25NdlJ4L0hNRFg5bVExVy9LWGU1R24xVXNXM01LTWxwZWhsdTFWSG5DK2xQSFg0WlU4ZHdOOHg4bWsxQUl5JiN4QTtBQXpyaGtPa2cyUnpZNjRkNjVnOXlGRnZhMEsvbzY0NW5hbS9FSDJhdVlnMCtEY2VCTy9zK2JmNG1UL1ZJMGlMWFRYY29iaU5ZSUkyJiN4QTs1cmJnOGlXL21rYnZtVnBlelpTSTR4d3dHNGp6Mzc1RnB5Nm9BSGhOazlmMU5hemI2akxkV1V0aUpXRVRmdkZXUXBIOXFNMWs0enduJiN4QTtvRDJjZGZoM3pjT0VsMFdrYWhjdFlMZXBkQm9aZzk3S2JvMFp4YjNVYnl3ZW5OelJHa2tYNFJ4MlAyUUs0cXAvb3ZYRzAyTDZ5TGlhJiN4QTs3a2FIMXdMaGp4Q1d5QWxWVzZnVCsrcldqZGQ5OXNWWHlhUnJrMWxFNWtsVytrZUV6RjVmVWpqNFBidnpFSms5UDRUR1R0MStuRlVSJiN4QTtiTHFKMUcwc3BKWFVDRlpyMURLWEt0Q3pvcERCaWVNN09HRmFmQ2hGT29DckljVmRpcnNWZGlyc1ZkaXJzVlNYeVoveWgrZy85czJ6JiN4QTsvd0NURWVLcDFpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZTWHlaL3loK2cvd0RiJiN4QTtOcy8rVEVlS3AxaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi93QW9mb1AvJiN4QTtBR3piUC9reEhpcWRZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZVbDhtZjhvZm9QJiN4QTsvYk5zL3dEa3hIaXFkWXFoNzYrdGROdFh2YjEvU2dpcHplaGFuSWhCc2dKNm5GVW8vd0FjZVYvK1c3L2tsTi8xU3hWMytPUEsvd0R5JiN4QTszZjhBSktiL0FLcFlxNy9ISGxmL0FKYnYrU1UzL1ZMRlhmNDQ4ci84dDMvSktiL3FsaXJ2OGNlVi93RGx1LzVKVGY4QVZMRlhmNDQ4JiN4QTtyLzhBTGQveVNtLzZwWXE3L0hIbGYvbHUvd0NTVTMvVkxGWGY0NDhyL3dETGQveVNtLzZwWXE3L0FCeDVYLzViditTVTMvVkxGVVJZJiN4QTsrYXRCMUs2U3lzcnIxWjVhOEU5T1JhOFFYTzdvQjBHS3B2aXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi95aCtnLzlzMnovd0NUJiN4QTtFZUtwMWlxamRXdHZld05iWGNhelF5VTVJMjROQ0dINGpGVXYvd0FMZVhmK3JmRC9BTURpcnY4QUMzbDMvcTN3L3dEQTRxNy9BQXQ1JiN4QTtkLzZ0OFA4QXdPS3Uvd0FMZVhmK3JmRC9BTURpcnY4QUMzbDMvcTN3L3dEQTRxNy9BQXQ1ZC82dDhQOEF3T0t1L3dBTGVYZityZkQvJiN4QTtBTURpcnY4QUMzbDMvcTN3L3dEQTRxNy9BQXQ1ZC82dDhQOEF3T0txdHJvR2pXVTYzTnBaeFF6UjE0dW9vUlVGVCtCeFZNY1ZkaXJzJiN4QTtWZGlyc1ZkaXJzVmRpcnNWZGlxUytUUCtVUDBIL3RtMmYvSmlQRlU2eFZDYXBxQ2FWWXkzOGtiekxEeHFrUXF4NU1xYkFrZnpZcXg3JiN4QTsvbFlGai8xYjd6L2dGLzVyeFYzL0FDc0N4LzZ0OTUvd0MvOEFOZUtwN28rclJhelovWElvcElGNWxPRXdBYW9wdnNUNDRxajhWZGlyJiN4QTtzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi95aCtnLzlzMnovQU9URWVLcDFpcVcrWUpIaTBpNGtTN0duJiN4QTtzT0ZMa2dzRXE2RG9LOWVuMDRxd3o5SVhmL1UyeC84QUlwLythTVZkK2tMdi9xYlkvd0RrVS84QXpSaXJ2MGhkL3dEVTJ4Lzhpbi81JiN4QTtveFYzNlF1LytwdGovd0NSVC84QU5HS3UvU0YzL3dCVGJIL3lLZjhBNW94VjM2UXUvd0RxYlkvK1JULzgwWXE3OUlYZi9VMngvd0RJJiN4QTtwLzhBbWpGWGZwQzcvd0NwdGovNUZQOEE4MFlxNzlJWGYvVTJ4LzhBSXAvK2FNVmQra0x2L3FiWS93RGtVLzhBelJpcnYwaGQvd0RVJiN4QTsyeC84aW4vNW94VjM2UXUvK3B0ai93Q1JULzhBTkdLdS9TRjMvd0JUYkgveUtmOEE1b3hWMzZRdS93RHFiWS8rUlQvODBZcTc5SVhmJiN4QTsvVTJ4L3dESXAvOEFtakZVNFRRdk5zaUs2YS9WV0FZSDArb09LcG5vbW02NVpUeVNhcHFQMTZOazRvbkhqeGFvTmNWVHJGWFlxN0ZVJiN4QTtsOG1mOG9mb1AvYk5zLzhBa3hIaXFkWXFvM1VGdGN3TkJlSWtzRDA1cElBVk5DQ0tnKzR4VkwvMEY1Yi9BT1dHMC80Qk1WZCtndkxmJiN4QTsvTERhZjhBbUt1L1FYbHYvQUpZYlQvZ0V4VjM2Qzh0LzhzTnAvd0FBbUt1L1FYbHYvbGh0UCtBVEZYZm9MeTMvQU1zTnAvd0NZcTc5JiN4QTtCZVcvK1dHMC93Q0FURlhmb0x5My93QXNOcC93Q1lxNzlCZVcvd0RsaHRQK0FURlY0OHVhQVJVYWRiVS80eHIvQUV4VjMrSE5BLzZ0JiN4QTsxdC95S1grbUt1L3c1b0gvQUZicmIva1V2OU1WZC9oelFQOEFxM1czL0lwZjZZcTcvRG1nZjlXNjIvNUZML1RGWGY0YzBEL3EzVzMvJiN4QTtBQ0tYK21LcGtxcWloVkZGVVVBSFFBWXEzaXJzVmRpcnNWU1h5Wi95aCtnLzlzMnovd0NURWVLcDFpcUUxUFRyZlZyS1hUN3JsNk0zJiN4QTtIbHdORDhMSzRvZCs2NHFrUC9LdS9ML2pQL3lNSC9OR0t1LzVWMzVmOFovK1JnLzVveFYzL0t1L0wvalAvd0FqQi96UmlyditWZCtYJiN4QTsvR2YvQUpHRC9takZYZjhBS3UvTC9qUC9BTWpCL3dBMFlxNy9BSlYzNWY4QUdmOEE1R0QvQUpveFYzL0t1L0wvQUl6L0FQSXdmODBZJiN4QTtxNy9sWGZsL3huLzVHRC9takZYZjhxNzh2K00vL0l3ZjgwWXF5V0NGTGVDT0NPdkNKVlJhOWFLS0Q5V0txbUt1eFYyS3V4VjJLdXhWJiN4QTsyS3V4VjJLdXhWSmZKbi9LSDZEL0FOczJ6LzVNUjRxbldLb2UrdnJYVGJWNzI5ZjBvSXFjM29XcHlJUWJJQ2VweFZLUDhjZVYvd0RsJiN4QTt1LzVKVGY4QVZMRlhmNDQ4ci84QUxkL3lTbS82cFlxcTJ2bS95N2VYRWRyYlhmT2FaZ2lMNlVvcVQwRldqQXhWT3NWZGlyc1ZkaXJzJiN4QTtWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWU1h5Wi95aCtnL3dEYk5zLytURWVLcDFpcUh2dnFQMVYvMGw2WDFYYjFQckhIJiN4QTswK280OHZVK0g3VktZcWxIL09qZjlxbi9BS2Q4VmQvem8zL2FwLzZkOFZYeFMrUzRKRm1oZlM0NUVOVmREYnF5a2R3UmlxTS9UMmhmJiN4QTs5WEswL3dDUjhmOEF6VmlydjA5b1gvVnl0UDhBa2ZIL0FNMVlxaWJXK3NyME0xbGNSWElTZ1l3dXJnRTlLOFNjVlY4VmRpcnNWZGlyJiN4QTtzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlxUytUUCtVUDBIL3RtMmYvQUNZanhWT3NWVUx5enRyKzNlMHZJeExCSlRtaHJROFNHSFNuJiN4QTtjWXFsbitEL0FDMS95d1IvZS84QXpWaXJ2OEgrV3Y4QWxnais5LzhBbXJGWGY0UDh0ZjhBTEJIOTcvOEFOV0t1L3dBSCtXditXQ1A3JiN4QTszLzVxeFYzK0QvTFgvTEJIOTcvODFZcWp0UDBuVHRLVjEwK0JZQktRWENrbXBIVDdSUGppcU14VjJLdXhWMkt1eFYyS3V4VjJLdXhWJiN4QTsyS3V4VjJLdXhWMktwTDVNL3dDVVAwSC9BTFp0bi95WWp4Vk9zVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyJiN4QTtzVmRpcnNWZGlyc1ZkaXFTK1RQK1VQMEgvdG0yZi9KaVBGVTZ4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1JiN4QTt4VjJLdXhWMkt1eFYyS3BMNU0vNVEvUWYrMmJaL3dESmlQRlU2eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLJiN4QTt1eFYyS3V4VjJLdXhWMktwTDVNLzVRL1FmKzJiWi84QUppUEZVNnhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyJiN4QTtLdXhWMkt1eFYyS3V4VjJLcEw1TS93Q1VQMEgvQUxadG4veVlqeFZPc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzJiN4QTtWZGlyc1ZkaXJzVmRpcnNWZGlxUytUUCtVUDBIL3RtMmYvSmlQRlU2eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4JiN4QTtWMkt1eFYyS3V4VjJLdXhWMktwTDVNLzVRL1FmKzJiWi93REppUEZVNnhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1JiN4QTt4VjJLdXhWMkt1eFYyS3V4VjJLcEw1TS81US9RZisyYlovOEFKaVBGVTZ4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLJiN4QTt1eFYyS3V4VjJLdXhWMkt1eFYyS3BMNU0vd0NVUDBIL0FMWnRuL3lZanhWT3NWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWJiN4QTtkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcVMrVFArVVAwSC90bTJmL0ppUEZVNnhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWJiN4QTsyS3V4VjJLdXhWMkt1eFYyS3V4VjJLcEw1TS81US9RZisyYlovd0RKaVBGVTZ4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4JiN4QTtWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3BMNU0vNVEvUWYrMmJaLzhBSmlQRlU2eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1JiN4QTt4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMktzUDhBS2ZtenlyYmVWZEZ0N2pXdFBobWgwKzFqa2prdW9WZEhXR05XVmxhUUVFRWJqRlUyJiN4QTsvd0FaK1QvK3I5cHYvU1pCL3dCVk1WZC9qUHlmL3dCWDdUZitreUQvQUtxWXE3L0dmay8vQUt2Mm0vOEFTWkIvMVV4VjMrTS9KLzhBJiN4QTsxZnROL3dDa3lEL3FwaXJ2OForVC93RHEvYWIvQU5Ka0gvVlRGWGY0ejhuL0FQViswMy9wTWcvNnFZcTcvR2ZrL3dENnYybS85SmtIJiN4QTsvVlRGWGY0ejhuLzlYN1RmK2t5RC9xcGlydjhBR2ZrLy9xL2FiLzBtUWY4QVZURlhmNHo4bi84QVYrMDMvcE1nL3dDcW1LdS94bjVQJiN4QTsvd0NyOXB2L0FFbVFmOVZNVmQvalB5Zi9BTlg3VGY4QXBNZy82cVlxNy9HZmsvOEE2djJtL3dEU1pCLzFVeFYzK00vSi93RDFmdE4vJiN4QTs2VElQK3FtS3UveG41UDhBK3I5cHYvU1pCLzFVeFYzK00vSi8vViswMy9wTWcvNnFZcTcvQUJuNVAvNnYybS85SmtIL0FGVXhWMytNJiN4QTsvSi8vQUZmdE4vNlRJUDhBcXBpcnY4WitULzhBcS9hYi93QkprSC9WVEZYZjR6OG4vd0RWKzAzL0FLVElQK3FtS3UveG41UC9BT3I5JiN4QTtwdjhBMG1RZjlWTVZkL2pQeWY4QTlYN1RmK2t5RC9xcGlyLy8yUT09PC94YXBHSW1nOmltYWdlPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QWx0PgogICAgICAgICA8L3hhcDpUaHVtYm5haWxzPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj4KICAgICAgICAgPGRjOmZvcm1hdD5hcHBsaWNhdGlvbi9wZGY8L2RjOmZvcm1hdD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnBkZj0iaHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyI+CiAgICAgICAgIDxwZGY6UHJvZHVjZXI+QWRvYmUgUERGIExpYnJhcnkgOC4wPC9wZGY6UHJvZHVjZXI+CiAgICAgICAgIDxwZGY6VHJhcHBlZD5GYWxzZTwvcGRmOlRyYXBwZWQ+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+DQplbmRzdHJlYW0NZW5kb2JqDTMxIDAgb2JqDTw8L0NyZWF0aW9uRGF0ZShEOjIwMDkwNjA4MDk1NjI4KzAyJzAwJykvQ3JlYXRvcihBZG9iZSBJbkRlc2lnbiBDUzMgXCg1LjAuNFwpKS9Qcm9kdWNlcihBZG9iZSBQREYgTGlicmFyeSA4LjApL01vZERhdGUoRDoyMDA5MDYwODA5NTYyOSswMicwMCcpL1RyYXBwZWQvRmFsc2U+Pg1lbmRvYmoNeHJlZg0KMCAzMg0KMDAwMDAwMDAwMCA2NTUzNSBmDQowMDAwMTg1ODM2IDAwMDAwIG4NCjAwMDAxODU5NTAgMDAwMDAgbg0KMDAwMDE4NjAwNyAwMDAwMCBuDQowMDAwMTg2MDQxIDAwMDAwIG4NCjAwMDAxODYxMDcgMDAwMDAgbg0KMDAwMDE4NjE5MiAwMDAwMCBuDQowMDAwMTg2MjgzIDAwMDAwIG4NCjAwMDAxODYzMzggMDAwMDAgbg0KMDAwMDE4NjQxNCAwMDAwMCBuDQowMDAwMTg2NDY5IDAwMDAwIG4NCjAwMDAxODY1NDYgMDAwMDAgbg0KMDAwMDE4NjYwMiAwMDAwMCBuDQowMDAwMTg2NjU4IDAwMDAwIG4NCjAwMDAxODY3MTQgMDAwMDAgbg0KMDAwMDE4Njc5MSAwMDAwMCBuDQowMDAwMTg2ODczIDAwMDAwIG4NCjAwMDAxODY5NTUgMDAwMDAgbg0KMDAwMDE4NzA3OCAwMDAwMCBuDQowMDAwMTg3MTQxIDAwMDAwIG4NCjAwMDAxODcxODggMDAwMDAgbg0KMDAwMDE4NzI3OCAwMDAwMCBuDQowMDAwMTg3MzcyIDAwMDAwIG4NCjAwMDAxODc0MzEgMDAwMDAgbg0KMDAwMDE4NzQ5OSAwMDAwMCBuDQowMDAwMTg3NTU4IDAwMDAwIG4NCjAwMDAxODc2MTcgMDAwMDAgbg0KMDAwMDE4NzY5MyAwMDAwMCBuDQowMDAwMTg3NzYxIDAwMDAwIG4NCjAwMDAxODc4MjkgMDAwMDAgbg0KMDAwMDE4Nzg4MiAwMDAwMCBuDQowMDAwMTk4NDA5IDAwMDAwIG4NCnRyYWlsZXINCjw8L1NpemUgMzI+Pg0Kc3RhcnR4cmVmDQoxMTYNCiUlRU9GDQo=YkUMmRGusWLQH/HlJ3M2sg/LUfo= MIIM8QYJKoZIhvcNAQcCoIIM4jCCDN4CAQMxCzAJBgUrDgMCGgUAMIH4BgsqhkiG9w0BCRABBKCB 6ASB5TCB4gIBAQYIZ4EGAQUBAW4wITAJBgUrDgMCGgUABBRiRQyZEa6xYtAf8eUnczayD8tR+gIG SrTHdib6GBIyMDEwMDQxNTE4Mjk1NS42MVowBIACAfQCCGyKWfjhZNwqoIGDpIGAMH4xCzAJBgNV BAYTAkNaMSwwKgYDVQQKDCPEjGVza8OhIHBvxaF0YSwgcy5wLiBbScSMIDQ3MTE0OTgzXTEgMB4G A1UECxMXVGltZSBTdGFtcGluZyBBdXRob3JpdHkxHzAdBgNVBAMTFlBvc3RTaWdudW0gVFNBIC0g VFNVIDGggglIMIIHGjCCBgKgAwIBAgIDA862MA0GCSqGSIb3DQEBCwUAMF0xCzAJBgNVBAYTAkNa MSwwKgYDVQQKDCPEjGVza8OhIHBvxaF0YSwgcy5wLiBbScSMIDQ3MTE0OTgzXTEgMB4GA1UEAxMX UG9zdFNpZ251bSBRdWFsaWZpZWQgQ0EwHhcNMDkwNjIyMDg0MjMwWhcNMTIwNjIyMDg0MTE2WjB+ MQswCQYDVQQGEwJDWjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0NzExNDk4 M10xIDAeBgNVBAsTF1RpbWUgU3RhbXBpbmcgQXV0aG9yaXR5MR8wHQYDVQQDExZQb3N0U2lnbnVt IFRTQSAtIFRTVSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0j5zSERTjerTE0Ry Gy/SuBKWDtKFzlA9AC1c9brebf0lnqJwyXcltYdEnSWty6GEs4hKnypv6Z7HwY0rIs1IQHR8a7LU caP0qIHk0270AQJow9y6qGinv7hR1Fitn/SkVUe8X2PE4ir6zeny9zRUxXhER40Am/2YV2Shsim4 UYSrVG9eec+pEt0HadVzo8OZhS3IqmRInFL0Qa9F4gSA3jOxuMlsIlSinwaItKg0zYLCSowTgLzs VvsH6rzJrs4g1eTWlMQI0H3CZWexwlcTanNgE5nKmpSjbrykR5j+YYJ+VyIoIZXxFWtRRvIhbhBQ V+atLoQ93IAl4hC9ByO2LwIDAQABo4IDwDCCA7wwCQYDVR0TBAIwADCCAR8GA1UdIASCARYwggES MIIBDgYIZ4EGAQQBB24wggEAMIHXBggrBgEFBQcCAjCByhqBx1RlbnRvIGt2YWxpZmlrb3Zhbnkg c3lzdGVtb3Z5IGNlcnRpZmlrYXQgYnlsIHZ5ZGFuIHBvZGxlIHpha29uYSAyMjcvMjAwMFNiLiBh IG5hdmF6bnljaCBwcmVkcGlzdS9UaGlzIHF1YWxpZmllZCBzeXN0ZW0gY2VydGlmaWNhdGUgd2Fz IGlzc3VlZCBhY2NvcmRpbmcgdG8gTGF3IE5vIDIyNy8yMDAwQ29sbC4gYW5kIHJlbGF0ZWQgcmVn dWxhdGlvbnMwJAYIKwYBBQUHAgEWGGh0dHA6Ly93d3cucG9zdHNpZ251bS5jejAaBggrBgEFBQcB AwQOMAwwCgYIKwYBBQUHCwIwDgYDVR0PAQH/BAQDAgbAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMI MIGBBgNVHSMEejB4gBSnn7aOiZOaZXYJmpX4RH5pgmreC6FdpFswWTELMAkGA1UEBhMCQ1oxLDAq BgNVBAoMI8SMZXNrw6EgcG/FoXRhLCBzLnAuIFtJxIwgNDcxMTQ5ODNdMRwwGgYDVQQDExNQb3N0 U2lnbnVtIFJvb3QgUUNBggEcMIIBowYDVR0fBIIBmjCCAZYwNKAyoDCGLmh0dHA6Ly93d3cucG9z dHNpZ251bS5jei9jcmwvcHNxdWFsaWZpZWRjYS5jcmwwNKAyoDCGLmh0dHA6Ly9wb3N0c2lnbnVt LnR0Yy5jei9jcmwvcHNxdWFsaWZpZWRjYS5jcmwwgZKggY+ggYyGgYlsZGFwOi8vcWNhLnBvc3Rz aWdudW0uY3ovY24lM2RQb3N0U2lnbnVtJTIwUXVhbGlmaWVkJTIwQ0EsbyUzZENlc2thJTIwcG9z dGElMjBzLnAuJTIwJTViSUMlMjA0NzExNDk4MyU1ZCxjJTNkQ1o/Y2VydGlmaWNhdGVSZXZvY2F0 aW9uTGlzdDCBkqCBj6CBjIaBiWxkYXA6Ly9wb3N0c2lnbnVtLnR0Yy5jei9jbiUzZFBvc3RTaWdu dW0lMjBRdWFsaWZpZWQlMjBDQSxvJTNkQ2Vza2ElMjBwb3N0YSUyMHMucC4lMjAlNWJJQyUyMDQ3 MTE0OTgzJTVkLGMlM2RDWj9jZXJ0aWZpY2F0ZVJldm9jYXRpb25MaXN0MB0GA1UdDgQWBBTcxgST yd4iNsepHxiqAP3PqrIl/zANBgkqhkiG9w0BAQsFAAOCAQEAe6PaIHnaMrx0uFi17VAo7EiA1jHQ mxdYoTBEkdv13mopXc7GqUuZM4C2kMS1N9WiFJyY6S3x6cjO8GiQotXnhC1IW3KOme6pQVmnxW80 JEn98mrYNlfQk6eLARDxznitADLyHfrrz4WTqhU6EslMCSSGCEE62BV5GqDzz0S1wIA7zt2UlMy8 9KyZw6hgT0JhzgkJTA1e6py1hqyhrX1gx+9qmJa16ybLuTq5DYQNd6Rvzy/cTlsZCJB3sX9jTp+x QcSIysuhqFexYsPuDUid09v82iFScMC078cq+3a7LE9TNkjlMO4aKTOUxBAkebNyQpewYmvwDqbb IafIIqI44aGCAiYwggGPAgEBMIGtoYGDpIGAMH4xCzAJBgNVBAYTAkNaMSwwKgYDVQQKDCPEjGVz a8OhIHBvxaF0YSwgcy5wLiBbScSMIDQ3MTE0OTgzXTEgMB4GA1UECxMXVGltZSBTdGFtcGluZyBB dXRob3JpdHkxHzAdBgNVBAMTFlBvc3RTaWdudW0gVFNBIC0gVFNVIDGiJQoBATAJBgUrDgMCGgUA AxUATfFZnnsqoffqZm312ZjQyQjOI8mgKjAopCYwJDEiMCAGA1UEAxMZTG9jYWxBdWRpdC4yOEY5 LTU4QzgtNDEwOTANBgkqhkiG9w0BAQUFAAIFAM9xfJUwIhgPMjAxMDA0MTUxMTUyNTNaGA8yMDEw MDQxNjExNTI1M1owdDA6BgorBgEEAYRZCgQBMSwwKjAKAgUAz3F8lQIBADAHAgEAAgIUajAHAgEA AgIRjTAKAgUAz3LOFQIBADA2BgorBgEEAYRZCgQCMSgwJjAMBgorBgEEAYRZCgMCoAowCAIBAAID B6EgoQowCAIBAAIDAYagMA0GCSqGSIb3DQEBBQUAA4GBAH21tNSAkasJ32E6YkbXIvF14RmRGurC jan2ygqs18ABMSCg9AohTFABr6laWtYVHWOssIXmSCcuK2ygviwakGjsnQx1VEuwNI+c0zo9syVs 7/MT1fChlwVZj2X2SxVkVY7SUosMP4MnhHeDdM9vdBy51H2rBhl3Ixk5W/uplLMvMYICgzCCAn8C AQEwZDBdMQswCQYDVQQGEwJDWjEsMCoGA1UECgwjxIxlc2vDoSBwb8WhdGEsIHMucC4gW0nEjCA0 NzExNDk4M10xIDAeBgNVBAMTF1Bvc3RTaWdudW0gUXVhbGlmaWVkIENBAgMDzrYwCQYFKw4DAhoF AKCB9TAaBgkqhkiG9w0BCQMxDQYLKoZIhvcNAQkQAQQwIwYJKoZIhvcNAQkEMRYEFN/Bnqhhxh08 Li7XgNQcBGqQDkP9MIGxBgsqhkiG9w0BCRACDDGBoTCBnjCBmzCBgAQUTfFZnnsqoffqZm312ZjQ yQjOI8kwaDBhpF8wXTELMAkGA1UEBhMCQ1oxLDAqBgNVBAoMI8SMZXNrw6EgcG/FoXRhLCBzLnAu IFtJxIwgNDcxMTQ5ODNdMSAwHgYDVQQDExdQb3N0U2lnbnVtIFF1YWxpZmllZCBDQQIDA862MBYE FNBmxwJXDblZn/ja7nFxZJJfjb8CMA0GCSqGSIb3DQEBBQUABIIBAB+7PREh3CjHVt2WHhNlp+QW xY5+j0QMOITdt6k/f5W6rmTCsDWq8JlMSWlfine4cB3VorcY1xHFO3A6qz0rW0eX17erTRuJTNsw tOy5QDdprmTEleDxPtwCFAb//CwxZUmUdtserI1R7tlBcQHyBCCxcEXZ7NTS4hS47rCt5Vee8XMV OIfUpEdYjXcmwIVBD3nzI9zr2r1FkBe1ugUY58XxPdAKuYQWC0rCfH1HAre+nRl8DqsABaB8jEBl MqPAQs/oYieqR2QqlKcyqR4rc7hr95FV9hypkWZZUQYdb3U3i7vDiHprcqEcpgnlv5tqQGya5LnL w2ct12Gqn1pltiw= 2010-04-15T20:29:55.708+02:002010-04-15T20:29:58.949+02:006260libisds-0.10.7/server/tls/0000755000076400001440000000000013130413137012335 500000000000000libisds-0.10.7/server/tls/client.cert0000644000076400001440000000225012572772075014433 00000000000000-----BEGIN CERTIFICATE----- MIIDQzCCAiugAwIBAgIIVesJDg1WM80wDQYJKoZIhvcNAQELBQAwJTEWMBQGA1UE AxMNVGhlIEF1dGhvcml0eTELMAkGA1UEBhMCQ1owIhgPMjAxNTA5MDUxNTIzNTla GA8yMDY1MDgyMzE1MjQwM1owIjETMBEGA1UEAxMKVGhlIENsaWVudDELMAkGA1UE BhMCQ1owggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDEqiN9hzJXRBH0 olJhzH1HXZ8Z0R/1x65XalbG7CjvqK9Pi1PbquTnZjvaFRMQctp94BRR27roZ8Cl FonYuDqIpY++yx9P5cJ5mS6U9NWrc165t6yzedlkLXX1o0gPBaQceok7bAi1xKc2 1Fc5XYcdmpBs1Q7IRHiwjO4Vvg6XUEQwP2ohF6l9kScr+CddN4IxoSanqjN4qL6l 4CSsSaG0+qPf+X7JrArs892ALzRBbV48n0rpxxsnlo0t5BppsBHxLc7ni+Qnl4xd XXu6mM65A0vZiQbNW4OKk75gdzowLu9rdxWqXblVhm4cARyFJrPlDUtkT0LW6aFW zpNz9/MXAgMBAAGjdjB0MAwGA1UdEwEB/wQCMAAwEwYDVR0lBAwwCgYIKwYBBQUH AwIwDwYDVR0PAQH/BAUDAwegADAdBgNVHQ4EFgQUMOYfGTk18+T1uONojxeEXlir J2YwHwYDVR0jBBgwFoAUlAkymgozA9Q0gRdF9LtxLlWkclowDQYJKoZIhvcNAQEL BQADggEBAG9VR/70KH4r86J8gQ+WWyTgRc0LKeL5dL/bihxpSHkZKYDxGnMEbW6t cWqhQG5yK5uzYQkf9lAOBsxxwSxdqeWd/DUCf9RdsRcF+O6Zm6JONbo3yXlygi05 WvtihSVZSemM1Xj7kBPLN5QAXHsYe3vUqUUhCmyo+gXfNxeGv6UCSoOtCPlLG5Tn CkHgtrBjifjT92AKRosxyXXaAgk65SCRPYFzNuic1RA1pUZ75tXiYCxRGitXg82Y um/ynexugbJW6W06wwMN1n5m4T2BWM7LC+ZiphABMlxziht3c5Fys5BfvjeFsNh3 2jnfEvaYWL/QKZKetwqWYvLCOgoINa4= -----END CERTIFICATE----- libisds-0.10.7/server/tls/client.key0000644000076400001440000000321711372051752014257 00000000000000-----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAxKojfYcyV0QR9KJSYcx9R12fGdEf9ceuV2pWxuwo76ivT4tT 26rk52Y72hUTEHLafeAUUdu66GfApRaJ2Lg6iKWPvssfT+XCeZkulPTVq3Neubes s3nZZC119aNIDwWkHHqJO2wItcSnNtRXOV2HHZqQbNUOyER4sIzuFb4Ol1BEMD9q IRepfZEnK/gnXTeCMaEmp6ozeKi+peAkrEmhtPqj3/l+yawK7PPdgC80QW1ePJ9K 6ccbJ5aNLeQaabAR8S3O54vkJ5eMXV17upjOuQNL2YkGzVuDipO+YHc6MC7va3cV ql25VYZuHAEchSaz5Q1LZE9C1umhVs6Tc/fzFwIDAQABAoIBAAYGkH/QHKK/2yz7 rDqC4XPGUpGf7rLBI35aK758jeSJ7pUpV7BrVAgjAcJ00ti2LCufKgA4E0n7o9Nr FV4mhuSY7gaSgqsYBxVitCKsPb+7ETPvhMMbAKYpHmwgTJzpN1YICxxe+wVWuSjc 6K9BRlqJ2dL71DAeqPP/3WudHyVTqnrQaE15CUNuCCqWPDs6Wg6raf46rclzww+u 8WQEIy+0U4niO8i6rqnqsSIj4GW5fsWs4BUuAC/fNBYxq4uC7+vn7XBrSxhZFaHr F2tKRgpQqlxWHnSUEimCzNQ4vZzJtf46BoNWHH/AwVijDxjqUuD9Wx0BGHuyrEVS 43S0c8ECgYEA0WL4PkT30oqeFrzoE9s5bauEc62n1IA3vXX1NMn0YfuPf+mi9nSQ MnH8dlrS98GUz1cZ5RELr3X65X9FDFAhHpbGIeCOirbU91X0+8nFz99sFLOI1yCo tsjMll/f+NdQWyS/G+XiI3MecXtM4NrfCm/9hIXgn4YZIAwcWe1GeEsCgYEA8HIj E6bq9wRgwdIy53b0OiF2Xh0cYHvQTT3w621beFmbruZNpo1mYJA2P8Xedm5EGLEK RfeS9ad8jX74lhvKsC+Wa7VNeZ0ajYG00sK2RKOzLVTbHPje0SUY9iajQq6hB4kC 2HJMsKyzUh+h6IuASzPBvWOBURxlatqctP0ECOUCgYEAgR+WVNg1N8ox6XW/bJdR l/cgrDGYAOy88wJuH4q3QUFf4hLTY0bIscMnXFlwJkdjnGVrW56iZSbNfX95tjkn 43Q5ZSTU4mgTdx+z/x4T9bgjL7Tzmy7RvD6iI82mEg+9xycnD245gYD5ciQGadev mgEsBvCEb/vDPMcbKL2xKncCgYBmFf+gi2D9SaWPBSDJt26P878ezDtNF6Rj9yV/ v2lzmpAH3Q4g5a4O14vA3dDK9ZwB48DZ3fhORjMSnFMM4HXZAgtaZZqkRLiOVgCg 7zyVve8IExwIm/12TMrhT5xHZn9GBLzpivXWmSx1dKq4Yeoxg6MBNusjteu1R2X7 TeVVpQKBgQCYX7d3Hmsq6cWeHMS5+DFTSnw4o6pIyySyzEIl9m2TL+PoztrqFEiG jTdP0ZZWi4DG9LjsgbeOYyXi9Psmc7mruu4Wp66IYJStTA3cMrqLjztAHZE5HZ0x ehY40zNJGukD0RXUgip5rLp8vY7B6YVXBNS1xi/g+PaJSLbKelJitQ== -----END RSA PRIVATE KEY----- libisds-0.10.7/server/tls/server.key0000644000076400001440000000321311372051752014303 00000000000000-----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAqEWHLx4fZQj+68A3hM1NX0ztfpZ3K0JT6KASI/GkDGH/zX/r mqC6ctli8SJ33ksba5eJVKIlHYfboEc+o27Y8tSnmOApWPzu1N9UnABFgBF4uMyL POosSqm4pDu+XnP9hzyupZLxeZ/0zXZQrCNs+ye7cl3S+oYrhg80R7d9wtX1waVk NpKPX8LvosLDFKJsUK9uPcSDWTvCTR98vsKopu57HB0HQVonp+1TMN7gaKnploUL L5++D7nk9n9zIpgIrj9i4R9FFFyCsMQCYPNbhkqkLddzAUp0bmGlzi0zSRE0DGzA hhoP40+ekybDf9PkblB+2/zorjwmLuUefkC8AQIDAQABAoIBAAh130TY58aXMkxp 9wCk2xm9dVVyvRDxcUsv1sNBSevB3Tz/JdPs9klO/i2i+4VNBnBqIPwFEqB0+iLW Lvz3PLSc4sS9EVpWWuKPstVzIaUKSKUV/hkBqlkIrO48MlqiZbvJqvt+zPuKzzt2 kiDNjGDmXJzbJ2ZangNloU3K/0/ViD8JeZ/ITJSk23G68Ysdn78Il6De+jKRv+yo ruzQplJ5gT/CQqksospG3ekVefFsS9ZcTvdnOh9Melj5ZzBuzRhHmbg5rL0VIm/c uR0IJW2kNsST38WxdNBje6CzyxF+RjjcqnT5QU1UFH5YOSonFOyhxQC5B0xzBqR0 4qMNb3cCgYEAxIDZYj7yjxuDqQWikFSrOvE8tHDi1WCOyFXI3xqLF+3CcrRVmttk F1FN/V9BFm2iEYKCjuChO7tE47KBgFD1tQStHVdPWWNHFOhMPdi7wM9iFwFRArzJ pP1sqT6bxvnJlP2GX+MoA+QI93wzA7iNfjDV8NMy7xMSEehqFa7kBccCgYEA2zhp kXtLSh3Ne4m2MtKtGBJ4AwD1HNFEX6PN43B2EJ/Tui5XWjs9NVV51a/KaaTGYHfg yfHD7ZKeIYrNsojSnhGTq41y1X+qnhl0x0srsIvxIrblxPoMr1H7VSkxXjmvpAkO +DluqFQZvN1TzEXkcr1V4cU58RnElYwDEnLTj/cCgYEApRewC6fhODSgoB/43ZQV LHdDTkJNgYIXU98m3bK6S8dZB+/UwD80z5ZilM4zq/k+IcHpmMrHC50hmr/9p2Xd mVEtdKpHI02SidFFROzTiYFy4usbOdaM/45ffa35SOnR39hEzkjV9LbghbUWUzj5 v5yeEjAO6ee21c7TWhZOwz8CgYA4ya9HOYoyY/AD7ZOeLMccMkSWepwEYA13PQar wUlEWzLMyw5j2G6trzvFaClmHoIpIUTA63kWxOFjzQImGp18xw7a5OR3e//lvrBq pAVoUYggtwJkeWXp0LHryKT6RLVEJ/iRwsbwogCc1TTM+NoKAxQJTT8KPuOW3dM5 5zb41wKBgBpQ6Mi9vlkamrALTPB63PYvLYJxVtuBcqRRtQocCLZ+Uh9ra1/cWdVu 0tHfjhwqPaTpDklZS/RP5UlRXXAc18mpPgP812+1tEQbmDgUPJ0YwsTeOlId5fs/ 4/9tU/q3RxFff4vD+NqHUH+iN7J21SmQlpDn2wRPaxdi+3zUQy/g -----END RSA PRIVATE KEY----- libisds-0.10.7/server/tls/ca.cert0000644000076400001440000000214712572772075013545 00000000000000-----BEGIN CERTIFICATE----- MIIDEzCCAfugAwIBAgIIVesGCDrnq20wDQYJKoZIhvcNAQELBQAwJTEWMBQGA1UE AxMNVGhlIEF1dGhvcml0eTELMAkGA1UEBhMCQ1owIhgPMjAxNTA5MDUxNTExMDda GA8yMDY1MDgyMzE1MTEzN1owJTEWMBQGA1UEAxMNVGhlIEF1dGhvcml0eTELMAkG A1UEBhMCQ1owggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCUPQJelKZZ WWhPJdY6S1yqBHVgIt3bjlgpqJq9F1VL21MVJ0M4arFsQQYCtwOYlrzXnsxoh9V9 QtfbnLaVxi0nCvVs/6j1AuMi3Z+cNifdo18GOsCFzXgh9x/wJuLZL3pSu+Gbp0sY fKr1WtnN7BGfgkt3DCXzk9GT0jzRjdxmIY+5bGm62e34UwpPmmDdiCwv51kFy97r RVVmuiVeETuVVfYJXeZk7CED4DPhG+5jw+O5cMFLN32r7sbz+LghN+R+sbLK1GHC 2Yekj6v2CcvRe/7c/XzEwmRB8EUG9JFsQF4w5FtFczv8rxHVyiPAr6hseJVPvnU2 KuiySskyY9OpAgMBAAGjQzBBMA8GA1UdEwEB/wQFMAMBAf8wDwYDVR0PAQH/BAUD AwcGADAdBgNVHQ4EFgQUlAkymgozA9Q0gRdF9LtxLlWkclowDQYJKoZIhvcNAQEL BQADggEBACUpnhYZLojvs+qienS5b1CjxHshXiJoD96y7TAdUaAGyn2tIGA2+gs0 5SBDFOkmrkics4/jI8n1YXuTnsmBOF78aF2khAiYdPOVo9zT0tfQQUJbGZOQBXxy WNTXKmRtTB+O7fNjyWHcPnEAgdvwj3oK/x22vgAHexJoQP9Ivw/P+qKn/uBePR4B 7+h1xSqz+l5NxfEKjNcyAurHSdAnDqRGgLxCqspFLnfpdTm9ZLFRlS2UeFKwTSUq z2Bi1/K3es1l0Ae5J1y2CGaQJILgvLZaFLC9c4+O0KLdTw8ZHsCLA6RInk1Fi83t SK3QC7DPA26iQ5WuWLoG7PZSaQRDmcM= -----END CERTIFICATE----- libisds-0.10.7/server/tls/peer0000755000076400001440000000210611372051752013144 00000000000000#!/bin/sh PORT=1443 function usage() { echo "Bad invocation" cat <qz {h@H^=u*^M 2I'FBE.wu9dQ-xRM%*`bze'\f$༶ZsТOHMEH nCXRiCAuthorityU:m0%10U The Authority1 0 UCZVersion ?hV3kl]b.z f"JA#R+nsVwoXEbń= D5mݩVt'aYP񙼲,aP^jB,_ѝr=T*LN~{^jDZW*X*.4U1ixVMNUJZyI4P,4>:~>3H y1Z8^=uYZ;O<=ާV,(ɻ dVq;wM΢{  9_0|Chi^築H`-f!j aY*+U$\BA \2V)?C揽_v-  uUk!i+Y6$\i(ZTw(fגB*DdB%[& 2\7W1ԼnĪ#}2WDRa}G]ǮWjV(隷OS۪f;r}Qۺgظ:Oy.իs^yd-uHz;lħ6W9]lDxPD0?j!}'+']71&3x$I~ɬ ݀/4Am^RQkT3PM!8ry5ܱ>u4-=m}=o M߉20 n/r SmG0ĈV|ƞh͊+u zqlH6\tO55Q:ZYdEG(7R!Kc|[+GI$A=Qѓ49(O 7sؤaz^IIG Z4*m4ńz=XI*WĊn.jY ,҂WNe5%p^[5Zvï}Elͧ`^UЎ(h sB<(U1yz1i߾Z<*]u 8uɷIFG?6bd-C//ZߗR=TЛ.I9pEI/׭fw> #&&:̺]?GIE`ab*QH%ULWb7G3t饿YCMd*ۼڠ>@\K0y5!jmua)g!\-Q4Q;QNc*pySiy=c$<9>[I>w@2mC#7_Zi~ fSm j fM[>Ih2d~vvH"1fuip|eH1n|*A520x *H ie0a0] *H  00 *H  0wKĢȊ pK1Bh!ʥ q6D!(+x 2h=b&^WA382rØ1O#/ 1ٲBj}1 l}>ߺ6biKЧ*P_{'u%ql "5OHJ7I~ pf|Xaп,10IXD_Fp!@ }\gOc6D= N2t4`U.MkIE 4ٺՈSOwh[ia`΁z"Z,f~ǃ8$ >&$Ii5\'FuIk-V"$6!1StIeS }ڻU;∉jxTI!C[k.#Pj-4F)u2m0]]\?aem"M>bQ\P!@ɒ+:&B]hHcs G/7LoZl9Y5N[[S*<~d(+`cg@D3# H6N11lB$ٝ O_:mzכ"ײNqP*;Ϫ=Cff/~TsB4_FŃbsm/Ru3Ц.mg~pƥ1bG4hAܯN7@q*$pRGX?l ۵ykĹ_P@iS> wpaYYy<(П;2o {[l!aF _u/$z~&ꝗ]?9.(k*'>[}CK/[2ߡ'o7}9gk0K)Lx*\zhɫxtZ[=u&1^.Z^@%_1\0# *H  1IQ91ײIAQ05 *H  1(&The Client Material010!0 +ip\۝gNA'C%libisds-0.10.7/server/tls/token.cert0000644000076400001440000000222411345226634014266 00000000000000-----BEGIN CERTIFICATE----- MIIDNTCCAh+gAwIBAgIES5TPATALBgkqhkiG9w0BAQswJTELMAkGA1UEBhMCQ1ox FjAUBgNVBAMTDVRoZSBBdXRob3JpdHkwHhcNMTAwMzA4MTAxODQzWhcNMTUwODI5 MTAxODQ1WjAhMQswCQYDVQQGEwJDWjESMBAGA1UEAxMJVGhlIFRva2VuMIIBITAN BgkqhkiG9w0BAQEFAAOCAQ4AMIIBCQKCAQB2Oy+9WOFmT9fu20jp5WPpyDCXDI4v GlDzhR5e4LK3GskREWmzbOUZsAwgc8OaBvR2PTMww2qk0758yKCEoUpbPQ5/8L1J DGdJ+QAtnCc5aFb0uTqilNUc6U3O5NlVEHtAX4na9BTah6QVZdKUH0riVS1WhB8w KkVhNaFrhv7E3I7Km4gdIF5m5JKRO/A8nPXhE0sg8RiGmITS5CMc5cd3llZmb25G TG/MF3swCif8nrqn20rOY+DczMbiiEW9wOR5LQoohhby8DgQ01G7nztqjZ7ibO+h vI3bPOVeZ6kinp68rHirYMoNBf7wn/Dqls5KleA6QZd4JLE4YxGpmsClAgMBAAGj djB0MAwGA1UdEwEB/wQCMAAwEwYDVR0lBAwwCgYIKwYBBQUHAwIwDwYDVR0PAQH/ BAUDAweAADAdBgNVHQ4EFgQUsOhDWratAtC7THsOH4a9XOwjB48wHwYDVR0jBBgw FoAUxtaFbHbhcuXsobdqofqaCMSzxk4wCwYJKoZIhvcNAQELA4IBAQAgNLceh6EJ ly0XnYtJT7za0F0O25PHigtr4BFnL+QAOJ544JnaKzs8hnAcxzGkAl3iVkaF+xjA wHeVzT3r4U8W+KR4/dPgzwRrYjInv2jHs5WQVJ/Y6r07+0IHGfv3KAJEvWAcsMzz 1WNd9whlXk3EhXc8cxRCHM1N+FJILUsCBkI8ugcGDsVyKXyq36h+oADBO6SGim2y 6W6nKMKF3XImfyrWv88giZq2mxayiWIAW/cv8/ShhtvHHcFUgGRkK66WkKE4MbOD rrhKBIk1VhFvBf958/c1aFws49oemYXMXYL/8kgFI8Kg9WBU5oCwdDiHLgql1x+5 ARY3hgA7vXFS -----END CERTIFICATE----- libisds-0.10.7/server/tls/README0000644000076400001440000000053211372051752013144 00000000000000Here you can find private keys and certificates of certificate authority, TLS server and TLS client used by example clients and `peer' tool. All private keys, PKCS#12 and NSS storages have empty password. The `peer' tool allows to start TLS server or client. It uses OpenSSL or GnutTLS tools. It utilizes above-mentioned certificates and keys. libisds-0.10.7/server/login.good0000644000076400001440000000023011270407320013430 00000000000000 Hello libisds-0.10.7/server/responses/0000755000076400001440000000000011502230433013551 500000000000000libisds-0.10.7/server/responses/CreateMessageResponse-9005.xml0000644000076400001440000000071211300563310021034 000000000000009005libisds-0.10.7/server/responses/X-BogusOperationResponse-2006.xml0000644000076400001440000000076311272050052021473 000000000000002006Unknown operation: X-BogusOperationlibisds-0.10.7/server/responses/GetOwnerInfoFromLogin-0000.xml0000644000076400001440000000262211273545501020767 00000000000000mw7dqvwPFO66361630isds_tester_dvaTestovičTestovičTester Testovič1968-10-09PepíkovPupíkovCZPepíkov1630300CZ1falsefalse0000Provedeno úspěšně.libisds-0.10.7/server/responses/soap_fault0000644000076400001440000000137711502230433015561 00000000000000HTTP/1.1 503 Service Temporarily Unavailable Content-Length: 645 Connection: close Content-Type: text/xml; charset=utf-8 Probíhá plánovaná údržba Omlouváme se všem uživatelům datových schránek za dočasné omezení přístupu do systému datových schránek z důvodu plánované údržby systému. Děkujeme za pochopení. libisds-0.10.7/server/responses/DummyOperationResponse-0000.xml0000644000076400001440000000074311271603533021277 000000000000000000Provedeno úspěšně. libisds-0.10.7/server/not_well-formed0000644000076400001440000000007211266557565014520 00000000000000This document ends with NULL characterlibisds-0.10.7/server/login0000644000076400001440000000023011270407320012501 00000000000000 Hello libisds-0.10.7/configure.ac0000644000076400001440000002004413130410060012423 00000000000000# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) AC_INIT([libisds], [0.10.7], [petr.pisar@atlas.cz]) AM_INIT_AUTOMAKE AC_LANG([C]) AC_CONFIG_SRCDIR([src/isds.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC AC_PROG_CPP #AC_PROG_MAKE_SET LT_INIT # For libtool < 1.9b (Debian lenny). # AC_PROG_LIBTOOL has been obsoleted by LT_INIT AC_PROG_LIBTOOL # Enable example clients AC_ARG_ENABLE(example, [AS_HELP_STRING([--enable-example], [Build library usage examples])]) AM_CONDITIONAL([BUILD_EXAMPLE], [test "$enable_example" = "yes"]) # Enable tests AC_ARG_ENABLE(test, [AS_HELP_STRING([--enable-test], [Enable internal library tests])]) AM_CONDITIONAL([BUILD_TEST], [test "$enable_test" = "yes"]) # Enable on-line test AC_ARG_ENABLE(online-test, [AS_HELP_STRING([--enable-online-test], [Enable on-line internal library tests])]) # Enable gettext AM_GNU_GETTEXT_VERSION([0.18.2]) AM_GNU_GETTEXT([external]) # Enable debug AC_ARG_ENABLE(debug, [AS_HELP_STRING([--enable-debug], [Compile in debugging mode])]) AS_IF([test "$enable_debug" = "yes"], CFLAGS="${CFLAGS} -g" dnl AC_SUBST(DEBUG_CFLAGS) AC_DEFINE([ENABLE_DEBUG], [1], [Define if you want include debugging code]) ) AC_CHECK_DECL([_WIN32]) AM_CONDITIONAL([WIN32], [test "$ac_cv_have_decl__WIN32" = "yes"]) # Checks for libraries. #TODO: Verify minimal version. libxml2-2.6.26 is just a guess. AM_PATH_XML2([2.6.26]) # Checks for CURL LIBCURL_CHECK_CONFIG() AS_IF([test -z "$LIBCURL"], AC_MSG_WARN([libcurl disabled or not found. Network features will be disabled.]), [ cppflags_orig="$CPPFLAGS" CPPFLAGS="${CPPFLAGS} ${LIBCURL_CPPFLAGS}" AC_CHECK_DECLS([CURLOPT_TIMEOUT_MS], [], AC_MSG_WARN([Your libcurl does not support subsecond timeout resolution. Consider upgrade to 7.16.2 version.]), [[#include ]]) AC_CHECK_DECLS([CURLOPT_USERNAME], [], AC_MSG_WARN([Your libcurl does not support separate username and password. Your ISDS username could not contain colon. Consider upgrade to 7.19.1 version.]), [[#include ]]) AC_CHECK_DECLS([CURLOPT_SSLCERTTYPE], [], AC_MSG_WARN([Your libcurl does not support client certificate format declaration (PEM vs. DER). Consider upgrade to 7.9.3 version.]), [[#include ]]) AC_CHECK_DECLS([CURLOPT_CRLFILE], [], AC_MSG_WARN([Your libcurl does not support certificate revocation list declaration. Consider upgrade to 7.19.0 version.]), [[#include ]]) AC_CHECK_DECLS([CURLINFO_REDIRECT_URL], [], AC_MSG_ERROR([Your libcurl does not support getting redirected URL. You must upgrade to 7.18.2 version.]), [[#include ]]) AC_CHECK_DECLS([CURLOPT_KEYPASSWD], [], [], [[#include ]]) AC_CHECK_DECLS([CURLOPT_SSLKEYPASSWD], [], [], [[#include ]]) CPPFLAGS="$cppflags_orig" ]) AM_CONDITIONAL([BUILD_CURL], [test -n "$LIBCURL"]) dnl libcurl < 7.28.0 suffers from re-authorization bug, unfortunally there is dnl no way how to re-check libcurl version. Thus we use explicit switch. AC_ARG_ENABLE(curlreauthorizationbug, [AS_HELP_STRING([--enable-curlreauthorizationbug], [Compile in work-around for re-authorization bug in curl < 7.28.0. Fixed by libcurl commit ce8311c7e49eca93c136b58efa6763853541ec97.])]) AS_IF([test "$enable_curlreauthorizationbug" = "yes"], AC_DEFINE([HAVE_CURL_REAUTHORIZATION_BUG], [1], [Define if you want work-around re-authorization bug in libcurl]) ) dnl On-line tests requires libcurl AM_CONDITIONAL([BUILD_ONLINE_TEST], [test -n "$LIBCURL" -a "$enable_test" = "yes" \ -a "$enable_online_test" = "yes"]) dnl Simulated tests require gnutls PKG_PROG_PKG_CONFIG() AS_IF([test "$enable_test" = "yes"], [ PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 2.12.0]) AC_SUBST(LIBGNUTLS_CFLAGS) AC_SUBST(LIBGNUTLS_LIBS) ]) AC_ARG_ENABLE([openssl-backend], AS_HELP_STRING([--enable-openssl-backend], [Enable OpenSSL as cryptographic back-end.])) AS_IF([test "x${enable_openssl_backend}" = "xyes"], [ dnl Use OpenSSL cryptographic back-end. AC_DEFINE([USE_OPENSSL_BACKEND], [1], [Define if you want to use OpenSSL as cryptographic back-end.]) AC_SEARCH_LIBS([CMS_get0_content], [crypto], [], [AC_MSG_ERROR([OpenSSL librypto not found.])]) ], [ dnl Use default cryptographic back-end. #TODO: Determine minimal version AM_PATH_LIBGCRYPT([1:1.4.0]) # GPGME is compiled with large file support by default. We need to follow not # to break ABI. AC_SYS_LARGEFILE #TODO: Determine minimal version AM_PATH_GPGME() ]) AM_CONDITIONAL([USE_OPENSSL_BACKEND], [test "x${enable_openssl_backend}" = "xyes"]) # Check for expat AC_CHECK_LIB([expat], [XML_ExpatVersionInfo], EXPAT_LIBS=-lexpat AC_SUBST(EXPAT_LIBS)) # Verify minimal version. See src/phys.c: init_expat() expat_min_major="2" expat_min_minor="0" expat_min_micro="0" expat_min_version="${expat_min_major}.${expat_min_minor}.${expat_min_micro}" AC_MSG_CHECKING([for expat library version >= ${expat_min_version}]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#define MIN_MAJOR ${expat_min_major} #define MIN_MINOR ${expat_min_minor} #define MIN_MICRO ${expat_min_micro} #include ]], [[#if (XML_MAJOR_VERSION < MIN_MAJOR) || \ (XML_MAJOR_VERSION == MIN_MAJOR && XML_MINOR_VERSION < MIN_MINOR) || \ (XML_MAJOR_VERSION == MIN_MAJOR && XML_MINOR_VERSION == MIN_MINOR && \ XML_MICRO_VERSION < MIN_MICRO) #error "Expat library is too old" #endif]])], AC_MSG_RESULT([yes]), AC_MSG_FAILURE([Upgrade your expat to ${expat_min_version}]) ) # Do not consider compiler warnings as errors # This harms libxml configure test AC_ARG_ENABLE(fatalwarnings, [AS_HELP_STRING([--disable-fatalwarnings], [Do not consider compiler warnings as errors])]) AS_IF([test "$enable_fatalwarnings" = "no"], , CFLAGS="${CFLAGS} -Werror") # Checks for header files. AC_CHECK_HEADERS([fcntl.h locale.h stdint.h stdlib.h string.h unistd.h]) # Checks for typedefs, structures, and compiler characteristics. AC_TYPE_SIZE_T #AC_TYPE_SSIZE_T AC_TYPE_UINT8_T # Checks for library functions. AC_FUNC_MALLOC AC_FUNC_MKTIME AC_FUNC_MMAP AC_CHECK_FUNCS([localtime_r memset munmap setlocale strdup strerror]) # Default CFLAGS CFLAGS="${CFLAGS} -std=c99 -Wall" dnl Check for strdup() feature test macros dnl strdup() is provided since SUSv2, thus _XOPEN_SOURCE >= 500 has to be dnl defined with -std=c99. However Mac OS X requires 600. Reported as dnl . AC_MSG_CHECKING([Checking for _XOPEN_SOURCE level needed for strdup()]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#define _XOPEN_SOURCE 500 #include ]], [[(void)strdup("");]])], [xopen_source_level_for_strdup=500], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#define _XOPEN_SOURCE 600 #include ]], [[(void)strdup("");]])], [xopen_source_level_for_strdup=600], [AC_MSG_FAILURE([Cannot determine _XOPEN_SOURCE level for strdup()])] )]) AC_MSG_RESULT([$xopen_source_level_for_strdup]) AC_DEFINE_UNQUOTED([XOPEN_SOURCE_LEVEL_FOR_STRDUP], [$xopen_source_level_for_strdup], [_XOPEN_SOURCE level needed for strdup()]) AC_CONFIG_FILES([Makefile src/Makefile po/Makefile.in client/Makefile test/Makefile test/offline/Makefile test/simline/Makefile test/online/Makefile libisds.pc]) #AC_CONFIG_SUBDIRS([src]) AC_OUTPUT