summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-10Remove old 1x apache build fileStef Walter
2006-05-10FreeBSD Build fixesStef Walter
2006-05-10Some missing filesStef Walter
2006-05-10Add NTLM support.Stef Walter
2005-09-12New point version.Stef Walter
2005-09-12Fix some small apache1.3 compatibility issues.Stef Walter
2005-09-12Get httpauth to reconnect properly.Stef Walter
2005-09-12Cleanup files in new apache 2x module.Stef Walter
2005-09-12Added new Apache 2x module to httpauthStef Walter
2005-03-30Moved into the right directoryStef Walter
2005-03-22Fix memory and buffer problems.Stef Walter
2005-02-11Don't escape numbers in LDAP filtersStef Walter
2005-02-11Fix warnings on FreeBSDStef Walter
2005-02-11Fix uninitialized valuesStef Walter
2005-02-11Don't write pid file when none is selected.Stef Walter
2005-02-10New minor versionSteve
2005-02-10Added Dummy handlerSteve
2005-02-10Added Dummy handlerSteve
2005-01-26Fix problem null headers causing a crashStef Walter
2004-08-25- Update man pages for mysql and pgsqlStef 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-20Test transactionStef Walter
2004-08-18Thread safety and locking checks.Stef Walter
2004-08-18Connection logging cleanup.Stef Walter
2004-08-18Code cleanupStef Walter
2004-08-18Implemented postgres connect timeoutsStef Walter
2004-08-18Only unlink socket when a UNIX typeStef Walter
2004-08-18Removing old TODOS and debugging fixesStef Walter
2004-08-18'batch' mode instead of 'delimited'Stef Walter
2004-08-17- Documentation for mkha1Stef Walter
2004-08-17mkha1 toolStef Walter
2004-08-17Remove new lines properlyStef Walter
2004-08-17Initial implementation of mkha1Stef 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-17Small updates toward new version.Stef Walter
2004-08-17- Added mysql supportStef Walter
2004-08-17- Changed 'goto finally' to RETURN(xx)Stef Walter
- Added MYSQL support and tested it.
2004-08-17Fix Base64 encoding problemStef Walter
2004-08-12- Added postgresql database supportStef Walter
- Lots of changes to properly abstract bd handlers - Handle multiple passwords and ha1s properly.
2004-08-12Added convenience functions for doing sha1 with strings.Stef Walter
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