summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/samdb_privilege.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-21s4-auth Remove event context from privilage database handlingAndrew Bartlett1-5/+3
2010-10-17Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer1-0/+1
2010-10-17s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer1-1/+0
2010-09-11s4-privs Seperate rights and privilegesAndrew Bartlett1-2/+6
2010-09-11libcli/security make sec_privilege_id() return SEC_PRIV_INVALID on failure.Andrew Bartlett1-1/+1
2010-08-23s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett1-1/+1
2010-08-18s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
2010-03-05s4:samdb_privilege.c - Change two counter variables to unsignedMatthias Dieter Wallnöfer1-2/+3
2009-10-25s4-samdb: reduce the number of samdb opens at startupAndrew Tridgell1-11/+2
2009-10-23s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell1-1/+1
2009-10-17s4-privileges: moved privileges to private/privilege.ldbAndrew Tridgell1-6/+25
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-2/+3
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+1
2007-12-21r26319: Split encoding functions out of libcli_ldap.Jelmer Vernooij1-1/+1
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-1/+1
2007-12-21r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij1-2/+2
2007-12-21r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij1-1/+2
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-10-10r23966: It isn't great, but at least now we have some access control in SWATAndrew Bartlett1-0/+5
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r14894: - add some 'const'Stefan Metzmacher1-1/+1
2007-10-10r14891: fix a bug found by the ibm checkerStefan Metzmacher1-10/+6
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14840: - rename some functionsStefan Metzmacher1-2/+2
2007-10-10r13961: make function publicStefan Metzmacher1-1/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-2/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+3
2007-10-10r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett1-2/+14
2007-10-10r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher1-3/+3
2007-10-10r7864: fixed some const bugsAndrew Tridgell1-1/+1
2007-10-10r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell1-7/+4
2007-10-10r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett1-1/+1
2007-10-10r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell1-1/+1
2007-10-10r4419: move security_token stuff to the libcli/security/Stefan Metzmacher1-1/+1
2007-10-10r4151: added privilege attribute handling on samdb.Andrew Tridgell1-0/+107