Age | Commit message (Expand) | Author | Files | Lines |
2009-12-10 | Implementation of sDRightsEffective, allowedAttributesEffective and allowedCh... | Nadezhda Ivanova | 1 | -3/+2 |
2009-11-21 | Implemented LDAP_SERVER_SD_FLAGS_OID on search requests. | Nadezhda Ivanova | 1 | -20/+0 |
2009-11-05 | Version 1.0 of the directory service acls module. | Nadezhda Ivanova | 1 | -2/+2 |
2009-10-06 | s4:various LDB modules - "build_request" functions - propagate result codes back | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2009-09-21 | Initial Implementation of the DS objects access checks. | Nadezhda Ivanova | 1 | -0/+13 |
2009-08-05 | s4:dsdb Don't cast an ldb_val into a const char * for schema lookups | Andrew Bartlett | 1 | -15/+3 |
2009-05-26 | s4:ldb_modules: Correct typos. | Andrew Kroeger | 1 | -1/+1 |
2009-02-02 | s4:kludge_acl: s/class/sclass | Stefan Metzmacher | 1 | -5/+5 |
2009-01-30 | Fix all other modules to use ldb_module.h instead of ldb_private.h | Simo Sorce | 1 | -24/+34 |
2008-12-23 | Fix more compiler warnings in various places. | Jelmer Vernooij | 1 | -4/+4 |
2008-12-17 | s4:ldb: make it possible to return per entry controls | Andrew Bartlett | 1 | -1/+1 |
2008-12-04 | s4:kludge_acl: allow everybody to read the sequence number | Stefan Metzmacher | 1 | -1/+27 |
2008-10-14 | The ldb async merge broke all MMC management utilties | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2008-10-13 | Cosmetic corrections for the DSDB module | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2008-10-02 | s4:kludge_acl: just fake support for the SD_FLAGS control | Stefan Metzmacher | 1 | -0/+20 |
2008-09-29 | LDB ASYNC: samba4 modules | Simo Sorce | 1 | -93/+113 |
2008-09-25 | Revert LDB return code patches from Matthias. | Jelmer Vernooij | 1 | -2/+2 |
2008-09-24 | Cosmetic corrections for the DSDB module | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 1 | -5/+3 |
2008-09-08 | Don't expose passwords, even to the administrator. | Andrew Bartlett | 1 | -1/+14 |
2008-07-12 | rename sambaPassword -> userPassword. | Andrew Bartlett | 1 | -1/+1 |
2008-07-11 | Use common code to fill in allowedAttributes in kludge_acl. | Andrew Bartlett | 1 | -36/+28 |
2008-03-20 | More kludge ACLs! | Andrew Bartlett | 1 | -36/+9 |
2008-02-20 | Fix use of some modules (needed _PUBLIC_). | Jelmer Vernooij | 1 | -1/+1 |
2008-02-20 | Use struct-based rather than function-based initialization for ldb modules ev... | Jelmer Vernooij | 1 | -6/+1 |
2008-01-26 | ldb: Add ldb_oom() calls in a couple of places. | Jelmer Vernooij | 1 | -0/+5 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25748: Don't segfault if we don't have a schema yet. | Andrew Bartlett | 1 | -0/+12 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r24731: Remove unused code - if we hit these error conditions, then we are | Andrew Bartlett | 1 | -9/+0 |
2007-10-10 | r24260: Ensure we always override any existing values for these generated | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefer@yahoo.de>: We need to | Andrew Bartlett | 1 | -4/+76 |
2007-10-10 | r24010: Fix warning for the function paramter to qsort(). | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r23982: Fix use-after-realloc() found by valgrind and mwallnoefer@yahoo.de. | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat... | Andrew Bartlett | 1 | -4/+97 |
2007-10-10 | r21306: fix the RPC-LSA tests the admin couldn't no longer get the 'currentVa... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r20923: only allow extended operations for SYSTEM or administrators for now | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r20921: - only give password attributes to the SYSTEM account | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r20760: also handle the case where no private data is attached to the module | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20622: Add in a hack to avoid permitting searches on the value of protected | Andrew Bartlett | 1 | -1/+23 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r17514: Simplify the way to set ldb errors and add another | Simo Sorce | 1 | -5/+6 |
2007-10-10 | r17186: "async" word abuse clean-up part 2 | Simo Sorce | 1 | -14/+14 |
2007-10-10 | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r16109: Make this module simpiler, don't intercept operations we are not going | Andrew Bartlett | 1 | -21/+0 |
2007-10-10 | r16070: Fix kludge_acls | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r16036: Add a couple of new functions to corretly deal with timeouts. | Simo Sorce | 1 | -4/+3 |
2007-10-10 | r15942: Remove the sync internal ldb calls altogether. | Simo Sorce | 1 | -57/+0 |