summaryrefslogtreecommitdiff
path: root/libcli/auth
AgeCommit message (Collapse)AuthorFilesLines
2009-04-14Move ntlm_check.h into the common libcli/authAndrew Bartlett1-0/+76
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett3-3/+44
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-14Merge smbencrypt.c between Samba3 and Samba4Andrew Bartlett1-31/+219
2009-04-14Rework trivial msrpc parser to use convert_string_talloc()Andrew Bartlett1-21/+21
Also avoid still string conversions when trying to match NTLMSSP in the header of the NTLMSSP packet. This also changes a few things to avoid const warnings. Andrew Bartlett
2009-04-14Move MSRPC-PARSE into the common libcli/authAndrew Bartlett2-0/+374
This is a depenceny of smbencrypt.c
2009-04-14Move libcli/auth to the top levelAndrew Bartlett8-0/+2255