Projekt

Allgemein

Profil

Statistiken
| Zweig: | Markierung: | Revision:
Name Größe Revision Geändert vor Autor Kommentar
Makefile.am 1,16 KB 83a6b1d0 mehr als 19 Jahren aquamaniac - OpenHBCI CryptToken: - now supports keyleng...
net2.c 5,24 KB 9b6003e0 mehr als 19 Jahren aquamaniac release git-svn-id: https://devel.aqbanking.d...
net2.h 2,62 KB 4970ceab mehr als 19 Jahren aquamaniac - fixed a bug in HTTP write work function: Was ...
net2_l.h 1,83 KB e43961fb fast 20 Jahren aquamaniac - started on Gwenhywfar2: - src/ipc/*: - ...
netlayer.c 45,8 KB 52ba1d9b mehr als 19 Jahren aquamaniac - added function GWEN_NetLayer_WaitForStatus() ...
netlayer.h 13,5 KB 52ba1d9b mehr als 19 Jahren aquamaniac - added function GWEN_NetLayer_WaitForStatus() ...
netlayer_l.h 1,91 KB 83c54581 fast 20 Jahren aquamaniac - started rewriting network code - db.{h,c}: ...
netlayer_p.h 3,17 KB 9b6003e0 mehr als 19 Jahren aquamaniac release git-svn-id: https://devel.aqbanking.d...
nl_file.c 7,59 KB a586210c mehr als 19 Jahren aquamaniac - added NetLayerFile (used for debugging, can b...
nl_file.h 1,94 KB a586210c mehr als 19 Jahren aquamaniac - added NetLayerFile (used for debugging, can b...
nl_file_p.h 2,3 KB a586210c mehr als 19 Jahren aquamaniac - added NetLayerFile (used for debugging, can b...
nl_hbci.c 24,2 KB 8de7ae6d mehr als 19 Jahren cstim 2006-03-27 Christian Stimming <stimming@tuhh.d...
nl_hbci.h 2,32 KB d53fef77 fast 20 Jahren cstim Add GWENHYWFAR_API to headers git-svn-id: htt...
nl_hbci_p.h 3,77 KB 65f46a13 fast 20 Jahren aquamaniac - added functions to GWEN_NetLayer: - GWEN_Ne...
nl_http.c 39,6 KB 8de7ae6d mehr als 19 Jahren cstim 2006-03-27 Christian Stimming <stimming@tuhh.d...
nl_http.h 3,61 KB 83a6b1d0 mehr als 19 Jahren aquamaniac - OpenHBCI CryptToken: - now supports keyleng...
nl_http_p.h 4,62 KB 4970ceab mehr als 19 Jahren aquamaniac - fixed a bug in HTTP write work function: Was ...
nl_log.c 10,2 KB 626c4d9b mehr als 19 Jahren aquamaniac fixed last commit git-svn-id: https://devel.a...
nl_log.h 2,16 KB 35381389 mehr als 19 Jahren aquamaniac - added flags to NetLayer_Log which allow to ch...
nl_log_p.h 2,95 KB 35381389 mehr als 19 Jahren aquamaniac - added flags to NetLayer_Log which allow to ch...
nl_packets.c 20,2 KB f5054c92 mehr als 19 Jahren aquamaniac - fixed a bug in GWEN_InetSocket_Accept_Wait (w...
nl_packets.h 3,45 KB 5400e304 mehr als 19 Jahren aquamaniac - implemented poll()-based code which checks wh...
nl_packets_p.h 2,91 KB 9683d828 fast 20 Jahren aquamaniac - added nl_packets.{c,h}: This is a simple laye...
nl_socket.c 19,2 KB 9e2087e9 mehr als 19 Jahren aquamaniac - worked on nl_ssl: - now GWEN_NetLayerSsl_Di...
nl_socket.h 1,9 KB d53fef77 fast 20 Jahren cstim Add GWENHYWFAR_API to headers git-svn-id: htt...
nl_socket_p.h 2,67 KB 5400e304 mehr als 19 Jahren aquamaniac - implemented poll()-based code which checks wh...
nl_stdio.c 9,94 KB 83a6b1d0 mehr als 19 Jahren aquamaniac - OpenHBCI CryptToken: - now supports keyleng...
nl_stdio.h 1,83 KB 83a6b1d0 mehr als 19 Jahren aquamaniac - OpenHBCI CryptToken: - now supports keyleng...
nl_stdio_p.h 2,57 KB 83a6b1d0 mehr als 19 Jahren aquamaniac - OpenHBCI CryptToken: - now supports keyleng...
url.c 6,65 KB 9fdd3aad mehr als 19 Jahren martin - net2/urlfns.c, net2/url.xml: - added fields...
url.h 4,57 KB 9fdd3aad mehr als 19 Jahren martin - net2/urlfns.c, net2/url.xml: - added fields...
url.xml 1,14 KB 9fdd3aad mehr als 19 Jahren martin - net2/urlfns.c, net2/url.xml: - added fields...
url_l.h 405 Bytes 9fdd3aad mehr als 19 Jahren martin - net2/urlfns.c, net2/url.xml: - added fields...
url_p.h 666 Bytes 9fdd3aad mehr als 19 Jahren martin - net2/urlfns.c, net2/url.xml: - added fields...
urlfns.c 7,59 KB 0db70e15 mehr als 19 Jahren martin - fixed rfc822 DBIO plugin (import *and* export...
urlfns.h 1,09 KB d53fef77 fast 20 Jahren cstim Add GWENHYWFAR_API to headers git-svn-id: htt...

Aktuellste Revisionen

# Datum Autor Kommentar
0db70e15 12.04.2006 02:41 martin

- fixed rfc822 DBIO plugin (import and export now work)

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1035 70169cfe-8b10-0410-8925-dcb4b91034d8

9fdd3aad 10.04.2006 20:57 martin

- net2/urlfns.c, net2/url.xml:
- added fields "userName" and "password" to GWEN_URL, the format of a
complete URL is now:
"proto://user:passwd@host/path:port", as in
"http://me:secret@here/path:123"
These new fields are optional, of course....

8de7ae6d 27.03.2006 14:25 cstim

2006-03-27 Christian Stimming <>

  • src/parser/xsd_write.c, src/net2/nl_http.c: Add cast to
    isdigit() et al functions; needed for platforms where "char" has a
    different signedness than on most platforms. Notably
    sparc-solaris....
86458dd4 22.03.2006 02:06 aquamaniac

- nl_hbci.c: Also print code and text when logging error response

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1008 70169cfe-8b10-0410-8925-dcb4b91034d8

626c4d9b 20.03.2006 22:35 aquamaniac

fixed last commit

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1005 70169cfe-8b10-0410-8925-dcb4b91034d8

35381389 20.03.2006 21:31 aquamaniac

- added flags to NetLayer_Log which allow to choose what data to log
(incoming and/or outgoing data)

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1004 70169cfe-8b10-0410-8925-dcb4b91034d8

52ba1d9b 10.02.2006 04:17 aquamaniac

- added function GWEN_NetLayer_WaitForStatus()
- fixed two bugs in PKCS1 padding
- finally fixed the spurious signature bug which sometimes caused HBCI
signatures to be invalid

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@985 70169cfe-8b10-0410-8925-dcb4b91034d8

f5054c92 04.02.2006 02:47 aquamaniac

- fixed a bug in GWEN_InetSocket_Accept_Wait (was waiting for writeability,
should rahter wait for readability)
- fixed another bug in GWEN_InetSocket_Accept_Wait(): Was closing socket
even wif the error simply was a timeout
- now saves new auth keys...

83a6b1d0 03.02.2006 18:41 aquamaniac

- OpenHBCI CryptToken:
- now supports keylength of up to 2048 bits
- now accepts key ids up to 6 (including the new auth keys)
- CryptToken: Context functions now return non-const pointers, because
otherweise we would also have to copy all that stuff even for objects...

2e2e6fac 25.01.2006 13:46 aquamaniac

- fixed a bug in GWEN_Url_toString (was not writing an unchanged string)

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@970 70169cfe-8b10-0410-8925-dcb4b91034d8

Revisionen anzeigen

Auch abrufbar als: Atom