Fix reallocating code and status message in build_send_check_dbdummy_request()
[libisds.git] / README
blob46bffd655d0ad7da7bd0e7699d046c3635286917
1 This is client library for accessing SOAP services of ISDS (Informační systém
2 datových schránek / Data Box Information System) as defined in Czech ISDS Act
3 (300/2008 Coll.) <http://portal.gov.cz/zakon/300/2008> and implied documents.
5 Copyright (C) 2009, 2010, 2011, 2012, 2013  Petr Písař <petr.pisar@atlas.cz>
7 This program is free software: you can redistribute it and/or modify it under
8 the terms of the GNU Lesser General Public License as published by the Free
9 Software Foundation, either version 3 of the License, or (at your option) any
10 later version.
12 This program is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
15 details.
18 This code is written in ISO99 C language and requires libxml2, (optional but
19 strongly recommended) cURL, libgcrypt, GPGME, and >=expat-2.0.0 libraries at
20 compilation time. gnupg2 is required at run time (provides gpgsm that uses
21 gpgme to process CMS).  Build system preparation from VCS requires
22 >=automake-1.11, autoconf and libtool in addition. Tests require
23 >=GnuTLS-2.12.0 library.
25 Applications linked against this library need to be linked to libxml2 too.
27 It has been tested on GNU/Linux (Linux 3.7.1, glibc-2.15, gcc-4.5.4) with
28 libxml2-2.9.0, curl-7.26.0, libgcrypt-1.5.0, gpgme-1.3.2, expat-2.1.0 and
29 gnupg-2.0.19 on amd64 architecture.
31 Latest code can be obtained from GIT repository
32 <http://repo.or.cz/w/libisds.git> (web interface).
34 ISDS documentation is located under `doc' directory, user documentation can be
35 found in header files. See `client' directory for examples how to use this
36 library. Preliminary library self-tests are located in `test' directory. Test
37 data and message examples are stored in `server/messages' directory.
39 Credentials for testing account can be passed to example clients and on-line
40 tests by environmental variables `ISDS_USERNAME' and `ISDS_PASSWORD' or by
41 saving them into `test_credentials' in build root directory (first line is
42 user name, second line is password). Environmental variables take precedence.