Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 4 | -4/+4 |
2007-12-21 | r26244: Add a module (sans tests for the moment) that implements ranged | Andrew Bartlett | 2 | -0/+217 |
2007-12-21 | r26237: Add loadparm context to the server service interface. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26235: Avoid global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26234: More global_loadparm fixes. | Jelmer Vernooij | 1 | -2/+4 |
2007-12-21 | r26233: Pass loadparm context when creating krb5 contexts. | Jelmer Vernooij | 2 | -0/+3 |
2007-12-21 | r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl... | Jelmer Vernooij | 4 | -6/+7 |
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts u... | Jelmer Vernooij | 2 | -8/+8 |
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts f... | Jelmer Vernooij | 6 | -6/+11 |
2007-12-21 | r26192: Handle, test and implement the style of extended_dn requiest that MMC... | Andrew Bartlett | 1 | -26/+64 |
2007-12-21 | r26182: Extend our linked attribute testsuite to cover many more possible | Andrew Bartlett | 1 | -74/+218 |
2007-12-21 | r26140: Add a new test for searches by distinguieshedName and dn, and | Andrew Bartlett | 1 | -0/+18 |
2007-12-21 | r26138: Don't talloc_free() res if an error occoured. | Andrew Bartlett | 1 | -1/+4 |
2007-12-21 | r26137: Rename the entryUUID module to better match it's purpose: being a | Andrew Bartlett | 2 | -51/+61 |
2007-12-21 | r26136: Attempt to fix dependencies for auth. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were just | Andrew Bartlett | 1 | -26/+2 |
2007-12-21 | r26006: Improve some dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26005: Notice the user about LD_LIBRARY_PATH or equivalent when building wit... | Jelmer Vernooij | 1 | -1/+0 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 5 | -5/+6 |
2007-12-21 | r25981: Don't create an ldb_request on NULL. | Andrew Bartlett | 1 | -8/+11 |
2007-12-21 | r25957: Rework the cracknames code to use less gendb_search() and instead call | Andrew Bartlett | 1 | -47/+116 |
2007-12-21 | r25949: Make error messages clearer and more correct. | Andrew Bartlett | 2 | -6/+7 |
2007-12-21 | r25942: Make various ldb modules handle an LDB backend that enforces validity | Andrew Bartlett | 7 | -163/+348 |
2007-12-21 | r25941: Use samdb_relative_path() (new function in samdb.c) in the partitions | Andrew Bartlett | 1 | -30/+3 |
2007-12-21 | r25940: Rework the samldb and templates handling. | Andrew Bartlett | 2 | -45/+125 |
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 |