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