summaryrefslogtreecommitdiff
path: root/daemon
AgeCommit message (Collapse)Author
2004-08-18Only unlink socket when a UNIX typeStef Walter
2004-08-17- Proper separation between common and daemon directories.Stef Walter
2004-08-17Better message handling when buffer runs out of memory.Stef Walter
2004-08-17- Changed 'goto finally' to RETURN(xx)Stef Walter
- Added MYSQL support and tested it.
2004-08-12- Added postgresql database supportStef Walter
- Lots of changes to properly abstract bd handlers - Handle multiple passwords and ha1s properly.
2004-08-09Conditional Compilation of the various handlersStef Walter
2004-08-09Reorganized filesStef Walter
2004-08-09- added request parameter to ha_message...Stef Walter
- combined ha_request and ha_response
2004-08-09- Seperated core Basic/Digest functionality into a base handlerStef Walter
2004-07-22- Fixed uninitialized memory bugStef Walter
- Imported updated sock_any and hash code
2004-07-06- Better LDAP connection supportStef Walter
- Fixed other small bugs
2004-06-09Proper signal handling and cleanup behaviorStef Walter
2004-06-09- Added peer name loggingStef Walter
- Reformatted connection logging
2004-06-09- Log disconnecting connections betterStef Walter
- Better logging shutdown and cleanup - Initialize thread memory
2004-06-09- Changed 'method' to 'handler' throughoutStef Walter
- Fixed bug in hash.c with unitialized memory - Imported new hash table features - Writes out pid file when requested with -p option
2004-05-07- Reworked the internal APIStef Walter
- Added common functions for trimming - Debugging - Reworked the module to the new protocol
2004-05-07Protocol:Stef Walter
- version added to initial Ready - Added SET command - Added 202 Accept response Some structure changes
2004-05-05- Escape LDAP filter and DN values properly, to prevent security problemsStef Walter
2004-05-05- Build process fixesStef Walter
2004-04-29- Added documentationStef Walter
- Fixed bugs - Added support for dns to sock_any
2004-04-28FreeBSD fixesStef Walter
2004-04-28Tons of fixes, debugging, changes, added apache moduleStef Walter
2004-04-26More debugging fixes.Stef Walter
2004-04-26Debugging FixesStef Walter
2004-04-26Completed debug nonce support on ldap handlerStef Walter
2004-04-26Added debug nonce support to the ldap handler.Stef Walter
2004-04-25Debugging of simple authentication handlerStef Walter
2004-04-25Moved some common directives to the main config parser.Stef Walter
2004-04-24Put nice assertions all over the place.Stef Walter
2004-04-24Completed implementation of ldap/ntlm/simple handlersStef Walter
2004-04-21Initial ImportStef Walter