summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
...
* r26528: dsdb: Fix a warning.Kai Blin2007-12-211-4/+3
* r26521: Fix newlines.Jelmer Vernooij2007-12-213-12/+12
* r26508: Tighter dependencies in an attempt to fix missing symbol errors on sun9.Jelmer Vernooij2007-12-211-1/+1
* r26493: Fix includes for dsdb/common.Jelmer Vernooij2007-12-211-0/+1
* r26488: Implement tests for the ranged_results module.Andrew Bartlett2007-12-211-28/+34
* r26485: Fix indent, remove left-over debug.Andrew Bartlett2007-12-211-2/+1
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-218-1891/+1946
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-212-5/+7
* r26419: Add a module to implement 'ambigious name resolution' by munging theAndrew Bartlett2007-12-212-0/+324
* r26412: Add comments and refactor to reuse common code.Andrew Bartlett2007-12-211-10/+29
* r26360: Add some const.Jelmer Vernooij2007-12-211-1/+1
* r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij2007-12-211-1/+1
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-1/+1
* r26324: Fix includes for Jelmer.Andrew Bartlett2007-12-212-2/+2
* r26319: Split encoding functions out of libcli_ldap.Jelmer Vernooij2007-12-218-10/+14
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-212-5/+5
* r26298: Use metze's schema loading code to pre-initialise the schema into theAndrew Bartlett2007-12-211-0/+37
* r26297: Correct error message. This function verifies attributes, notAndrew Bartlett2007-12-211-1/+1
* r26284: Rather than just debug, push the error back up the stack as the errorAndrew Bartlett2007-12-211-10/+10
* r26283: fix typoAndrew Bartlett2007-12-211-1/+1
* r26282: These modules expect errors, but if we don't wipe the error string, weAndrew Bartlett2007-12-212-0/+7
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-212-2/+3
* r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij2007-12-211-1/+1
* r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij2007-12-214-4/+4
* r26244: Add a module (sans tests for the moment) that implements rangedAndrew Bartlett2007-12-212-0/+217
* r26237: Add loadparm context to the server service interface.Jelmer Vernooij2007-12-211-1/+1
* r26235: Avoid global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26234: More global_loadparm fixes.Jelmer Vernooij2007-12-211-2/+4
* r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij2007-12-212-0/+3
* r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij2007-12-214-6/+7
* r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij2007-12-212-8/+8
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-216-6/+11
* r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett2007-12-211-26/+64
* r26182: Extend our linked attribute testsuite to cover many more possibleAndrew Bartlett2007-12-211-74/+218
* r26140: Add a new test for searches by distinguieshedName and dn, andAndrew Bartlett2007-12-211-0/+18
* r26138: Don't talloc_free() res if an error occoured.Andrew Bartlett2007-12-211-1/+4
* r26137: Rename the entryUUID module to better match it's purpose: being aAndrew Bartlett2007-12-212-51/+61
* r26136: Attempt to fix dependencies for auth.Jelmer Vernooij2007-12-211-1/+2
* r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were justAndrew Bartlett2007-12-211-26/+2
* r26006: Improve some dependencies.Jelmer Vernooij2007-12-211-1/+1
* r26005: Notice the user about LD_LIBRARY_PATH or equivalent when building wit...Jelmer Vernooij2007-12-211-1/+0
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-215-5/+6
* r25981: Don't create an ldb_request on NULL.Andrew Bartlett2007-12-211-8/+11
* r25957: Rework the cracknames code to use less gendb_search() and instead callAndrew Bartlett2007-12-211-47/+116
* r25949: Make error messages clearer and more correct.Andrew Bartlett2007-12-212-6/+7
* r25942: Make various ldb modules handle an LDB backend that enforces validityAndrew Bartlett2007-12-217-163/+348
* r25941: Use samdb_relative_path() (new function in samdb.c) in the partitionsAndrew Bartlett2007-12-211-30/+3
* r25940: Rework the samldb and templates handling.Andrew Bartlett2007-12-212-45/+125
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-2112-147/+177