summaryrefslogtreecommitdiff
path: root/daemon/httpauthd.h
AgeCommit message (Collapse)Author
2008-07-21 * Fix endles loop condition by not closing connection properly once finished.Stef Walter
* Fix build issues on FreeBSD.
2008-07-21 - Rework event handling system so we don't use a full thread perStef Walter
connection, but instead only use threads for active requests.
2008-06-11Support getting groups from the server and limiting access based on LDAP ↵Stef Walter
groups. See #112
2007-06-01A better fix for the problem of the method not matching up with the digest auth.Stef Walter
2007-05-31Support ignoring the HTTP method. Stef Walter
2007-05-28Use 'Stef' instead of 'Nate'Stef Walter
2006-05-10Add proper licensingStef Walter
2006-05-10Add NTLM support.Stef Walter
2004-08-25Removed NTLM support from the main branch.Stef Walter
2004-08-25Licenses in files.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-09Reorganized filesStef Walter
2004-08-09- added request parameter to ha_message...Stef Walter
- combined ha_request and ha_response
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-04-29- Added documentationStef Walter
- Fixed bugs - Added support for dns to sock_any
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-25Debugging of simple authentication handlerStef Walter
2004-04-25Moved some common directives to the main config parser.Stef Walter
2004-04-24Completed implementation of ldap/ntlm/simple handlersStef Walter
2004-04-21Initial ImportStef Walter