summaryrefslogtreecommitdiff
path: root/libcli/auth/ntlm_check.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-13ntlm_check: Fix some nonempty blank linesVolker Lendecke1-21/+21
2010-08-26libcli/auth/ntlm_check.c - fix parameter indentationMatthias Dieter Wallnöfer1-3/+3
2010-03-03Fix typo in comments.Karolin Seeger1-1/+1
2009-04-23Fix a couple of warningsVolker Lendecke1-1/+1
2009-04-20libcli/auth: Don't pass back lm_sess_key as the same pointer as user_sess_keyAndrew Bartlett1-13/+7
This ensures that a talloc_free() of both pointers won't double-free (sharing pointers like this is evil anyway). Andrew Bartlett
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-1/+0
This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett
2009-04-14Move libcli/auth to the top levelAndrew Bartlett1-0/+603