Remove deprecated and/or duplicated code from cgui.*
A little bit sorting and documenting of function declarations in GUI module.
Added some stuff to TODO.
Prepared release 4.17.0stable.
Added debug function GWEN_Crypt_Token_KeyInfo_Dump (Holger Magnussen).
Minor improved error message output of date parsing.
Prepared release 4.16.0beta.
gct-tool: Added command "showpasswords"
This command lists the passwords stored in a GWEN_PASSWD_STORE (which is usedby AqFinance to store passwords).
Added function GWEN_PasswordStore_GetTokenList().
This functions returns a list of tokens stored in a GWEN_PASSWD_STORE.
Prepared 4.15.6beta.
Improved readability slightly.
Test...
Fixed a typo.
Work on certificate handling for GNUTLS.
- we no longer maintain our own certificate files- we now optionally try to find system-wide installed certificate files in /etc/ssl/certs and in /usr/share/ca-certificates on non-win32 systems. There is currently no solution for the case when both approaches...
Added some stuff to TOD file to remember later...
Fixed a problem in as-scrub-include.m4 (patch by Thomas Baumgart from KMyMoney).
Prepared release 4.15.5beta.
HTTP: Introduced flag GWEN_HTTP_SESSION_FLAGS_TLS_IGN_PREMATURE_CLOSE
This adds the flag GWEN_SYNCIO_TLS_FLAGS_IGN_PREMATURE_CLOSE to a TLSconnection if set, making the TLS layer ignore premature connection closes.
TLS: Introduced flag GWEN_SYNCIO_TLS_FLAGS_IGN_PREMATURE_CLOSE
If this flag is set the gnutls error GNUTLS_E_PREMATURE_TERMINATION isignored upon gnutls_recv() and just reported as EOF. This might be necessarywith some faulty servers which do not properly terminate an SSL connection.
Remove qt4 from my own Makefile targets.
Typemaker2: Added header location "headerEnd".
This makes include directions for headers with this "location" attributebe included at the end of the normal header file (e.g. for "*_fns.h" headers).
Make using builtin certs an option.
Default is to not use the builtin cert file and to not callgnutls_certificate_set_x509_trust_file() on a TLS connection. This shouldmake the system-wide installed GNUTLS package handle trust files accordingto distribution policy.
Allow using a prefixed cpp
Signed-off-by: Micha Lenk <micha@lenk.info>
Add option to silent make
Add "-s" to make arguments. Without, make's output (like "Entering directory")gets assigned to output variables.
Patch also submitted upstream.See https://github.com/peti/autoconf-archive/pull/77
Auch abrufbar als: Atom