Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 12 | -147/+177 |
2007-12-21 | r25891: Test that we get the correct return value when we attempt to reference | Andrew Bartlett | 1 | -2/+2 |
2007-12-21 | r25887: Build Samba-specific ldb modules as dso's. | Jelmer Vernooij | 1 | -2/+23 |
2007-12-21 | r25839: use nss_wrapper code in samba4 if | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r25788: Use a single routine to handle the creation of modify requests in the | Andrew Bartlett | 1 | -202/+132 |
2007-12-21 | r25786: Add function required by linked_attributes module (We need a list of | Andrew Bartlett | 1 | -0/+20 |
2007-12-21 | r25781: Handle and test linked attribute renames. | Andrew Bartlett | 1 | -7/+310 |
2007-12-21 | r25780: fix bool return | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r25763: Handle modifies, in the easy case (add/delete of elements), for the | Andrew Bartlett | 1 | -1/+151 |
2007-12-21 | r25762: This test belongs best with the other checks for a valid parent, in | Andrew Bartlett | 2 | -8/+8 |
2007-12-21 | r25761: Rename to be a DN to be a child of itself wasn't being checked for. | Andrew Bartlett | 1 | -0/+8 |
2007-12-21 | r25755: Fix a couple of memory leaks, in particular a new leak onto the NULL | Andrew Bartlett | 1 | -3/+5 |
2007-12-21 | r25754: More work on normal forms for ldb input. | Andrew Bartlett | 1 | -69/+147 |
2007-12-21 | r25753: Move cn=rootdse to @ROOTDSE to avoid being caught up in schema restri... | Andrew Bartlett | 1 | -2/+2 |
2007-12-21 | r25750: Update the objectclass module to improve consistency in Samba4. | Andrew Bartlett | 1 | -78/+351 |
2007-12-21 | r25749: Add function required by linked_attributes module. | Andrew Bartlett | 1 | -0/+15 |
2007-12-21 | r25748: Don't segfault if we don't have a schema yet. | Andrew Bartlett | 1 | -0/+12 |
2007-12-21 | r25747: Implement linked attributes, for add operations. | Andrew Bartlett | 2 | -0/+324 |
2007-12-21 | r25729: Fix silly regression in the subtree_rename - I broke normal renames. | Andrew Bartlett | 1 | -1/+1 |
2007-12-21 | r25723: Add a check to prevent deletion of entries with children. Sadly MMC | Andrew Bartlett | 1 | -1/+112 |
2007-12-21 | r25710: Finally fix subtree renames. Untested code is broken code and in this | Andrew Bartlett | 2 | -17/+18 |
2007-12-21 | r25705: Ensure we return the out value to the caller. | Andrew Bartlett | 1 | -0/+2 |
2007-12-21 | r25704: Handle the chicken-and-egg problem of setting up the LDB before we get | Andrew Bartlett | 1 | -8/+15 |
2007-12-21 | r25702: Clarify comments and make this module more strict on objectclasses. | Andrew Bartlett | 1 | -10/+13 |
2007-12-21 | r25701: Clarify comment | Andrew Bartlett | 1 | -1/+1 |
2007-12-21 | r25693: Implement the rest of subtree renames, now that tridge waved his magic | Andrew Bartlett | 1 | -22/+34 |
2007-10-10 | r25553: Convert to standard bool type. | Jelmer Vernooij | 9 | -124/+124 |
2007-10-10 | r25531: Merge GTYPE_SECURITY_UNIVERSAL_GROUP from samba3. | Günther Deschner | 1 | -0/+5 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 2 | -3/+3 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 3 | -3/+4 |
2007-10-10 | r25268: Thanks to Andrew Kroeger for pointing out on IRC that this is | Andrew Bartlett | 1 | -4/+0 |
2007-10-10 | r25249: Thanks to Andrew Kroeger for pointing out this silly typo (calling | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, with | Andrew Bartlett | 1 | -5/+8 |
2007-10-10 | r25101: Directly depend on drsblobs - can't rely on having it in via ldb. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 3 | -4/+4 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 3 | -0/+3 |
2007-10-10 | r25001: Fix more C++ and other warnings, fix some of the indentation with ts=... | Jelmer Vernooij | 1 | -11/+11 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 5 | -16/+16 |
2007-10-10 | r24986: LDB has a function for comparing things that must meet the rules of | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r24941: Simplify samdb_result_nttime(), and remove nttime_from_string() | Andrew Bartlett | 1 | -3/+1 |
2007-10-10 | r24918: Fix the build (forgot to include dcesrv_lsa.c in the previous commit) | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r24914: In response to bug #4892 by Matthias Wallnöfer <mwallnoefer@yahoo.de>, | Andrew Bartlett | 3 | -59/+63 |
2007-10-10 | r24793: The subtree_rename module is a work of fiction. An resemblance to a | Andrew Bartlett | 1 | -16/+7 |
2007-10-10 | r24780: More work allowing libutil to be used by external users. | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r24761: Permit subtree renames in Samba4. | Andrew Bartlett | 2 | -0/+302 |
2007-10-10 | r24731: Remove unused code - if we hit these error conditions, then we are | Andrew Bartlett | 9 | -82/+0 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -11/+11 |
2007-10-10 | r24697: Excelent patch and detective work by Matthias Wallnöfer | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r24696: Fix bug 4918 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de> | Andrew Bartlett | 1 | -37/+40 |