summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* r26679: It is very bad to free the ldb handle when you didn't create it...Andrew Bartlett2008-01-061-1/+1
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-1/+1
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-3/+2
* r26648: Move detection of global catalog captability to a central function, soAndrew Bartlett2008-01-031-0/+36
* r26642: samba3sam.py: Remove more EJS-specific code.Jelmer Vernooij2008-01-011-261/+239
* r26640: Janitorial: Remove some more uses of global_loadparm.Jelmer Vernooij2008-01-013-7/+7
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-018-18/+24
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-0111-24/+59
* r26637: More work converting to Python.Jelmer Vernooij2008-01-011-16/+16
* r26630: Split up big tests into various smaller functions, making it easier t...Jelmer Vernooij2007-12-301-183/+185
* r26612: Tests show that we don't need to use a callback.Andrew Bartlett2007-12-271-3/+0
* r26598: Simplify the way Python tests are run.Jelmer Vernooij2007-12-261-3/+3
* r26593: - More work on the python versions of samba3dump and the samba3sam te...Jelmer Vernooij2007-12-261-64/+63
* r26573: Fix warnings.Jelmer Vernooij2007-12-241-1/+1
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-241-0/+1067
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-2113-18/+18
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-2113-18/+18
* 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