summaryrefslogtreecommitdiff
path: root/daemon/httpauthd.c
AgeCommit message (Expand)Author
2008-07-21 * Fix endles loop condition by not closing connection properly once finished.Stef Walter
2008-07-21 - Rework event handling system so we don't use a full thread perStef Walter
2008-06-12 - apache2x module now supports connecting to multiple daemon addressesStef Walter
2008-06-11Support getting groups from the server and limiting access based on LDAP grou...Stef Walter
2008-03-21Up maximum connection limitStef Walter
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-09-26 - Allow numbers in handler names.Stef Walter
2006-09-26Clearer error messageStef Walter
2006-05-19 - Don't hang on exit on FreeBSDStef Walter
2006-05-10Add proper licensingStef Walter
2006-05-10Add NTLM support.Stef Walter
2005-02-11Fix uninitialized valuesStef Walter
2005-02-11Don't write pid file when none is selected.Stef Walter
2005-02-10Added Dummy handlerSteve
2005-01-26Fix problem null headers causing a crashStef Walter
2004-08-25Removed NTLM support from the main branch.Stef Walter
2004-08-25Licenses in files.Stef Walter
2004-08-25Use new sock_any features.Stef Walter
2004-08-25Default configuration follows ./configure prefixStef Walter
2004-08-18Connection logging cleanup.Stef Walter
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
2004-08-12- Added postgresql database supportStef Walter
2004-08-09Conditional Compilation of the various handlersStef Walter
2004-08-09- added request parameter to ha_message...Stef Walter
2004-07-22- Fixed uninitialized memory bugStef Walter
2004-07-06- Better LDAP connection supportStef Walter
2004-06-09Proper signal handling and cleanup behaviorStef Walter
2004-06-09- Added peer name loggingStef Walter
2004-06-09- Log disconnecting connections betterStef Walter
2004-06-09- Changed 'method' to 'handler' throughoutStef Walter
2004-05-07- Reworked the internal APIStef Walter
2004-05-07Protocol:Stef Walter
2004-04-29- Added documentationStef Walter
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-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