summaryrefslogtreecommitdiff
path: root/daemon/ntlm.c
AgeCommit message (Collapse)Author
2007-05-28Use 'Stef' instead of 'Nate'Stef Walter
2006-06-07Better messages for missing keep alivesStef Walter
2006-05-23 - Fix locking while connecting to SMB serverStef Walter
2006-05-19 - Fix problem with NTLM not authenticating POST in IE properlyStef Walter
2006-05-10Keep cached user name around when doing NTLM auth.Stef Walter
2006-05-10Add proper licensingStef Walter
2006-05-10Fix typo.Stef Walter
2006-05-10Remove dumb message Stef Walter
2006-05-10Some missing filesStef Walter
2004-08-25Removed NTLM support from the main branch.Stef Walter
2004-08-25Licenses in files.Stef Walter
2004-08-18Thread safety and locking checks.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-09- added request parameter to ha_message...Stef Walter
- combined ha_request and ha_response
2004-07-22- Fixed uninitialized memory bugStef Walter
- Imported updated sock_any and hash code
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-04-28Tons of fixes, debugging, changes, added apache moduleStef Walter
2004-04-26More debugging fixes.Stef Walter
2004-04-26Debugging FixesStef 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