Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-13 | ntlm_check: Fix some nonempty blank lines | Volker Lendecke | 1 | -21/+21 | |
2010-08-26 | libcli/auth/ntlm_check.c - fix parameter indentation | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
2010-03-03 | Fix typo in comments. | Karolin Seeger | 1 | -1/+1 | |
2009-04-23 | Fix a couple of warnings | Volker Lendecke | 1 | -1/+1 | |
2009-04-20 | libcli/auth: Don't pass back lm_sess_key as the same pointer as user_sess_key | Andrew Bartlett | 1 | -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-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -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-14 | Move libcli/auth to the top level | Andrew Bartlett | 1 | -0/+603 | |