summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | r25112: make torture_temp_dir() available via tortore/torture.hStefan Metzmacher2007-10-104-22/+19
* | r25110: Show environment variables in HTML output.Jelmer Vernooij2007-10-103-3/+27
* | r25106: ldb_map is provided by libldb.so in the system-provided ldb.Jelmer Vernooij2007-10-101-1/+1
* | r25105: No need to register ldb_map as a module.Jelmer Vernooij2007-10-101-2/+1
* | r25101: Directly depend on drsblobs - can't rely on having it in via ldb.Jelmer Vernooij2007-10-101-1/+1
* | r25100: Include LDAP libs in .pc file so linking statically against libldb wo...Jelmer Vernooij2007-10-104-3/+8
* | r25098: Fix typoJelmer Vernooij2007-10-101-1/+1
* | r25097: Don't clutter users' CFLAGS with ldb cflags.Jelmer Vernooij2007-10-101-1/+1
* | r25096: Missed an include - otherwise the embedded ldb is always used.Jelmer Vernooij2007-10-101-1/+0
* | r25095: Display of which libraries the system-provided version is being used.Jelmer Vernooij2007-10-101-2/+11
* | r25094: Force building shared module if subsystem is a shared library.Jelmer Vernooij2007-10-101-1/+5
* | r25093: Use system-provided ldb library if available. Note that this only mea...Jelmer Vernooij2007-10-105-97/+114
* | r25085: Define LDB_MODULESDIR for standalone build.Jelmer Vernooij2007-10-101-2/+2
* | r25084: Move samba-specific code out of lib/ldb directory.Jelmer Vernooij2007-10-109-13/+4
* | r25083: Keep actual symbol names the same.Jelmer Vernooij2007-10-102-133/+127
* | r25082: Avoid use of MACHINE because it's defined already on Tru64. Thanks to...Jelmer Vernooij2007-10-105-153/+159
* | r25081: Add modules_dir member to ldb_context that is used rather than a globalJelmer Vernooij2007-10-106-20/+31
* | r25073: Correct test name so make test can pass again.Andrew Bartlett2007-10-101-1/+1
* | r25071: Add some more testcases for RPC-DRSUAPI-CRACKNAMES, proving I can'tAndrew Bartlett2007-10-101-0/+35
* | r25070: Revert DRSUAPI conversion to new API, as it broke some tests.Jelmer Vernooij2007-10-104-329/+605
* | r25056: Install some extra files. Patch from Stefan GohmannJelmer Vernooij2007-10-101-0/+4
* | r25053: Show the user class alongside the username.Andrew Bartlett2007-10-101-1/+1
* | r25052: This missing 'break' caused problems on 32 bit platforms only, due toAndrew Bartlett2007-10-101-0/+1
* | r25051: Move SWAT back to the old-style form-submit modal.Andrew Bartlett2007-10-101788-191450/+70
* | r25048: From the archives (patch found in one of my old working trees):Andrew Bartlett2007-10-101-5/+12
* | r25047: Fix more warnings.Jelmer Vernooij2007-10-1014-92/+75
* | r25046: Ditch tdb_traverse() as it doesn't lend itself to any Python idiomsTim Potter2007-10-101-2/+0
* | r25045: Add constants for enum TDB_ERROR.Tim Potter2007-10-101-20/+15
* | r25044: The has_key() method should return a boolean, not an integer.Tim Potter2007-10-101-1/+5
* | r25043: Avoid allocation on with NULL parent.Jelmer Vernooij2007-10-101-2/+3
* | r25042: Avoid direct references to global loadparm context.Jelmer Vernooij2007-10-101-22/+5
* | r25041: Use context in more places, fix warnings.Jelmer Vernooij2007-10-103-86/+83
* | r25039: Rename service -> loadparm_service, use context more.Jelmer Vernooij2007-10-104-137/+83
* | r25038: Pass context in more places.Jelmer Vernooij2007-10-101-49/+53
* | r25037: Start passing the context around.Jelmer Vernooij2007-10-102-174/+183
* | r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-10114-470/+483
* | r25034: Remove unused variables.Jelmer Vernooij2007-10-101-3/+3
* | r25033: Fix includeJelmer Vernooij2007-10-101-0/+1
* | r25031: Use pointers to services rather than service numbers when possible.Jelmer Vernooij2007-10-102-312/+333
* | r25028: Fix more warnings.Jelmer Vernooij2007-10-109-26/+38
* | r25027: Fix more warnings.Jelmer Vernooij2007-10-1043-103/+122
* | r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-10205-9/+209
* | r25018: Remove non-existent tdb_logging_function() as well as less usefulTim Potter2007-10-101-8/+0
* | r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part ofJelmer Vernooij2007-10-102-8/+8
* | r25016: Create context for loadparm variables.Jelmer Vernooij2007-10-101-355/+356
* | r25015: Use talloc for all allocations in loadparm.Jelmer Vernooij2007-10-101-73/+22
* | r25014: Use talloc for allocating values as well.Jelmer Vernooij2007-10-103-66/+61
* | r25013: Use talloc to allocate services in loadparm, use pointer to indicate ...Jelmer Vernooij2007-10-101-55/+56
* | r25012: Avoid use of pstring, fix coding style a bit.Jelmer Vernooij2007-10-101-66/+61
* | r25010: Avoid uses of pstringJelmer Vernooij2007-10-102-4/+2