summaryrefslogtreecommitdiff
path: root/libcli/auth/credentials.h
AgeCommit message (Collapse)AuthorFilesLines
2012-07-17s4:librpc/rpc/dcerpc_schannel: just append NETLOGON_NEG_RODC_PASSTHROUGH as rodcStefan Metzmacher1-2/+0
The RODC stuff doesn't depend on the schannel algorithm. metze Signed-off-by: Günther Deschner <gd@samba.org>
2010-09-15s4-auth: set the RODC bit for RODC schannelAndrew Tridgell1-0/+1
When we are using SEC_CHAN_RODC we need to set the NETLOGON_NEG_RODC_PASSTHROUGH bit in the negotiated flags in ServerAuthenticate2 Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2009-08-27libcli/auth: move netlogon_creds_CredentialState out of libcli.Günther Deschner1-13/+0
Guenther
2009-04-14Rework netlogon credentials for the top levelAndrew Bartlett1-2/+1
This makes constructor functions that return the allocated structure, rather than having the caller pass them in, and makes the server init function also check the first credential. The rename of creds_ to netlogon_creds should make it more clear what this code works with. Andrew Bartlett
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-2/+41
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/+46