Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-22 | Fixed a small bug in reading (or not) a calist | mrcsys | 1 | -1/+1 | |
2006-02-21 | SSL socket read stuff and a whole section that could never get called. | mrcsys | 1 | -0/+13 | |
Errors were also difficult to deal with, this has been cleaned up | |||||
2006-02-18 | added basic authentication and SOAP-Header capabilities for request objects | snowdrop | 1 | -21/+50 | |
Thanks to Heiko Ronsdorf | |||||
2006-02-08 | the attached patches address the following issues: | snowdrop | 1 | -9/+6 | |
* query the port the server is listening on {soap_server,httpd}_get_port * the possibility to add a default service via httpd_register_default * remove some compiler warnings (on FreeBSD pthread_t is a pointer to a struct pthread, on Linux it is a (unsigned?) long int) tschuess, Heiko | |||||
2006-01-19 | Minor win32 fixes. | mrcsys | 1 | -2/+2 | |
2006-01-18 | Added start_ssl function to initialize library. | mrcsys | 1 | -9/+11 | |
2006-01-11 | intergrating ssl. Removing global variables SSL* like SSLctx and ↵ | snowdrop | 1 | -1/+1 | |
HSOCKET_SSL_* definition. Instead we are using HSOCKET_ERROR_SSL* definitions. introduced hsocket_init_ssl() | |||||
2006-01-10 | A bad SSL init would cause a connection to hang. | mrcsys | 1 | -98/+98 | |
2006-01-10 | indent with 'indent -nut -bli0 -fca -npcs' command | snowdrop | 1 | -96/+96 | |
2006-01-10 | indent with 'indent -nut -bli0 -fca' command | snowdrop | 1 | -235/+274 | |
2006-01-06 | wrapped call to verify_user() by ifdef ifdef | snowdrop | 1 | -0/+4 | |
2006-01-06 | added #ifdef HAVE_SSL check | snowdrop | 1 | -0/+5 | |
2006-01-03 | In WIN32, we must set the socket to block before SSL accept. | mrcsys | 1 | -0/+5 | |
2006-01-03 | WIN32 link does not like to overload functions in a lib, so userverify is ↵ | mrcsys | 1 | -0/+2 | |
commented out now. | |||||
2006-01-03 | Self signed certs were not being allowed. This is "not good" | mrcsys | 1 | -1/+4 | |
2005-12-22 | Win32 compile issue fixed. | mrcsys | 1 | -2/+5 | |
2005-12-19 | initial import | snowdrop | 1 | -0/+349 | |