summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/kludge_acl.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r25748: Don't segfault if we don't have a schema yet.Andrew Bartlett1-0/+12
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-2/+2
2007-10-10r24731: Remove unused code - if we hit these error conditions, then we areAndrew Bartlett1-9/+0
2007-10-10r24260: Ensure we always override any existing values for these generatedAndrew Bartlett1-0/+4
2007-10-10r24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefer@yahoo.de>: We need toAndrew Bartlett1-4/+76
2007-10-10r24010: Fix warning for the function paramter to qsort().Andrew Bartlett1-1/+1
2007-10-10r23982: Fix use-after-realloc() found by valgrind and mwallnoefer@yahoo.de.Andrew Bartlett1-1/+5
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat...Andrew Bartlett1-4/+97
2007-10-10r21306: fix the RPC-LSA tests the admin couldn't no longer get the 'currentVa...Stefan Metzmacher1-0/+1
2007-10-10r20923: only allow extended operations for SYSTEM or administrators for nowStefan Metzmacher1-0/+1
2007-10-10r20921: - only give password attributes to the SYSTEM accountStefan Metzmacher1-2/+0
2007-10-10r20760: also handle the case where no private data is attached to the moduleStefan Metzmacher1-1/+1
2007-10-10r20622: Add in a hack to avoid permitting searches on the value of protectedAndrew Bartlett1-1/+23
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-1/+1
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-5/+6
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-14/+14
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-2/+2
2007-10-10r16109: Make this module simpiler, don't intercept operations we are not goingAndrew Bartlett1-21/+0
2007-10-10r16070: Fix kludge_aclsSimo Sorce1-1/+1
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce1-4/+3
2007-10-10r15942: Remove the sync internal ldb calls altogether.Simo Sorce1-57/+0
2007-10-10r15932: Remove per request credsSimo Sorce1-1/+0
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-7/+5
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14840: - rename some functionsStefan Metzmacher1-6/+9
2007-10-10r14465: kludge_acl -> asyncSimo Sorce1-2/+114
2007-10-10r14373: remove unreached wrong code, found by sparseStefan Metzmacher1-1/+0
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-26/+13
2007-10-10r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce1-1/+1
2007-10-10r13353: Fix a crash bug in rootdse when we do not pass in credentialsSimo Sorce1-8/+6
2007-10-10r13253: More work to ensure that we don't keep data on long-term contexts.Andrew Bartlett1-0/+5
2007-10-10r12851: Fix some typosJelmer Vernooij1-1/+1
2007-10-10r12818: When denying an operation, include what we think the username is inAndrew Bartlett1-1/+16
2007-10-10r12773: - remove unused variable, fix the build with some old compilersStefan Metzmacher1-3/+0
2007-10-10r12769: Make ldb_next_request() evident, I was much confused on first sightSimo Sorce1-4/+6
2007-10-10r12763: Oops. If you call ldb_search from within an ldb module's searchAndrew Bartlett1-1/+3
2007-10-10r12762: Simo correctly asked that the policy logic (which attributes containAndrew Bartlett1-26/+62
2007-10-10r12746: An initial version of the kludge_acls module.Andrew Bartlett1-0/+210