index
:
httpauth
master
Delegate web authentication to a daemon
stef@thewalter.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
daemon
/
digest.c
Age
Commit message (
Expand
)
Author
2010-03-01
Fix problem on 64-bit where structure doesn't match data
Stef Walter
2008-06-27
Fix some build warnings.
Stef Walter
2008-06-11
Allow better migration of live digest sessions between httpauth
Stef Walter
2008-06-11
Support getting groups from the server and limiting access based on LDAP grou...
Stef Walter
2007-06-01
A better fix for the problem of the method not matching up with the digest auth.
Stef Walter
2007-05-31
Support ignoring the HTTP method.
Stef Walter
2007-05-28
Use 'Stef' instead of 'Nate'
Stef Walter
2006-05-10
Add proper licensing
Stef Walter
2004-08-25
Licenses in files.
Stef Walter
2004-08-18
Code cleanup
Stef Walter
2004-08-17
Better 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 support
Stef Walter
2004-08-09
- added request parameter to ha_message...
Stef Walter
2004-05-07
- Reworked the internal API
Stef Walter
2004-05-07
Protocol:
Stef Walter
2004-04-29
- Added documentation
Stef Walter
2004-04-26
More debugging fixes.
Stef Walter
2004-04-26
Debugging Fixes
Stef Walter
2004-04-25
Debugging of simple authentication handler
Stef Walter
2004-04-24
Put nice assertions all over the place.
Stef Walter
2004-04-24
Completed implementation of ldap/ntlm/simple handlers
Stef Walter