summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/kludge_acl.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-05s4:dsdb Don't cast an ldb_val into a const char * for schema lookupsAndrew Bartlett1-15/+3
2009-05-26s4:ldb_modules: Correct typos.Andrew Kroeger1-1/+1
2009-02-02s4:kludge_acl: s/class/sclassStefan Metzmacher1-5/+5
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce1-24/+34
2008-12-23Fix more compiler warnings in various places.Jelmer Vernooij1-4/+4
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett1-1/+1
2008-12-04s4:kludge_acl: allow everybody to read the sequence numberStefan Metzmacher1-1/+27
2008-10-14The ldb async merge broke all MMC management utiltiesMatthias Dieter Wallnöfer1-4/+4
2008-10-13Cosmetic corrections for the DSDB moduleMatthias Dieter Wallnöfer1-2/+2
2008-10-02s4:kludge_acl: just fake support for the SD_FLAGS controlStefan Metzmacher1-0/+20
2008-09-29LDB ASYNC: samba4 modulesSimo Sorce1-93/+113
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij1-2/+2
2008-09-24Cosmetic corrections for the DSDB moduleMatthias Dieter Wallnöfer1-2/+2
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-5/+3
2008-09-08Don't expose passwords, even to the administrator.Andrew Bartlett1-1/+14
2008-07-12rename sambaPassword -> userPassword.Andrew Bartlett1-1/+1
2008-07-11Use common code to fill in allowedAttributes in kludge_acl.Andrew Bartlett1-36/+28
2008-03-20More kludge ACLs!Andrew Bartlett1-36/+9
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij1-6/+1
2008-01-26ldb: Add ldb_oom() calls in a couple of places.Jelmer Vernooij1-0/+5
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-1/+1
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-1/+1
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