summaryrefslogtreecommitdiff
path: root/source4/libcli/security/security_token.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/security Move most of security_token.c to common code.Andrew Bartlett2010-10-121-181/+0
* libcli/security Use talloc_zero when making a struct security_tokenAndrew Bartlett2010-09-111-5/+1
* s4:libcli/security/*.c - fix some wrong typed countersMatthias Dieter Wallnöfer2010-09-091-2/+2
* s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett2010-08-231-3/+3
* s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett2010-08-181-6/+2
* s4-drs: fixed check for SECURITY_RO_DOMAIN_CONTROLLERAndrew Tridgell2010-08-171-6/+6
* s4-drs: added new SECURITY_RO_DOMAIN_CONTROLLER levelAndrew Tridgell2010-04-221-1/+12
* s4-security: added a new security level SECURITY_DOMAIN_CONTROLLERAndrew Tridgell2009-09-151-0/+9
* Fix typoMatthias Dieter Wallnöfer2009-07-191-1/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-301-1/+0
* More kludge ACLs!Andrew Bartlett2008-03-201-0/+27
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-16/+16
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-1/+0
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2007-10-101-74/+0
* r14894: - add some 'const'Stefan Metzmacher2007-10-101-11/+11
* r14891: fix a bug found by the ibm checkerStefan Metzmacher2007-10-101-16/+1
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14840: - rename some functionsStefan Metzmacher2007-10-101-31/+41
* r14641: fix typoStefan Metzmacher2007-10-101-2/+2
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r12747: Add a couple more token tests, used by the kludge ACL module.Andrew Bartlett2007-10-101-0/+30
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett2007-10-101-0/+25
* r9511: - fix the memory treesStefan Metzmacher2007-10-101-5/+5
* r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher2007-10-101-1/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-3/+3
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2007-10-101-20/+25
* r4419: move security_token stuff to the libcli/security/Stefan Metzmacher2007-10-101-1/+118
* r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell2007-10-101-13/+2
* r3810: create a LIB_SECURITY subsystemStefan Metzmacher2007-10-101-0/+56