Use common code to fill in allowedAttributes in kludge_acl.
[kai/samba.git] / source / dsdb / samdb / ldb_modules / kludge_acl.c
2008-07-11 Andrew BartlettUse common code to fill in allowedAttributes in kludge_acl.
2008-03-27 Jelmer VernooijMerge v4.0-test
2008-03-20 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-03-20 Andrew BartlettMore kludge ACLs!
2008-02-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-20 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-20 Jelmer VernooijFix use of some modules (needed _PUBLIC_).
2008-02-20 Jelmer VernooijUse struct-based rather than function-based initializat...
2008-02-09 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-python
2008-01-30 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-01-28 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-26 Jelmer Vernooijldb: Add ldb_oom() calls in a couple of places.
2007-12-21 Jelmer Vernooijr26540: Revert my previous commit after concerns raised...
2007-12-21 Jelmer Vernooijr26539: Remove unnecessary statics.
2007-12-21 Andrew Bartlettr25748: Don't segfault if we don't have a schema yet.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25000: Fix some more C++ compatibility warnings.
2007-10-10 Andrew Bartlettr24731: Remove unused code - if we hit these error...
2007-10-10 Andrew Bartlettr24260: Ensure we always override any existing values...
2007-10-10 Andrew Bartlettr24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefe...
2007-10-10 Andrew Bartlettr24010: Fix warning for the function paramter to qsort().
2007-10-10 Andrew Bartlettr23982: Fix use-after-realloc() found by valgrind and...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr23560: - Activate metze's schema modules (from metze...
2007-10-10 Stefan Metzmacherr21306: fix the RPC-LSA tests the admin couldn't no...
2007-10-10 Stefan Metzmacherr20923: only allow extended operations for SYSTEM or...
2007-10-10 Stefan Metzmacherr20921: - only give password attributes to the SYSTEM...
2007-10-10 Stefan Metzmacherr20760: also handle the case where no private data...
2007-10-10 Andrew Bartlettr20622: Add in a hack to avoid permitting searches...
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Simo Sorcer17514: Simplify the way to set ldb errors and add...
2007-10-10 Simo Sorcer17186: "async" word abuse clean-up part 2
2007-10-10 Simo Sorcer17185: Oh, I wanted to do this for sooo long time.
2007-10-10 Andrew Bartlettr16109: Make this module simpiler, don't intercept...
2007-10-10 Simo Sorcer16070: Fix kludge_acls
2007-10-10 Simo Sorcer16036: Add a couple of new functions to corretly deal...
2007-10-10 Simo Sorcer15942: Remove the sync internal ldb calls altogether.
2007-10-10 Simo Sorcer15932: Remove per request creds
2007-10-10 Simo Sorcer15927: Optimize ldb module traverse while keeping...
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Stefan Metzmacherr14840: - rename some functions
2007-10-10 Simo Sorcer14465: kludge_acl -> async
2007-10-10 Stefan Metzmacherr14373: remove unreached wrong code, found by sparse
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Jelmer Vernooijr13786: [merge] Add registration functions for LDB...
2007-10-10 Simo Sorcer13615: Make ldb_set_errstring get ldb instead of modul...
2007-10-10 Simo Sorcer13353: Fix a crash bug in rootdse when we do not pass...
2007-10-10 Andrew Bartlettr13253: More work to ensure that we don't keep data...
2007-10-10 Jelmer Vernooijr12851: Fix some typos
2007-10-10 Andrew Bartlettr12818: When denying an operation, include what we...
2007-10-10 Stefan Metzmacherr12773: - remove unused variable, fix the build with...
2007-10-10 Simo Sorcer12769: Make ldb_next_request() evident, I was much...
2007-10-10 Andrew Bartlettr12763: Oops. If you call ldb_search from within an...
2007-10-10 Andrew Bartlettr12762: Simo correctly asked that the policy logic...
2007-10-10 Andrew Bartlettr12746: An initial version of the kludge_acls module.