r25164: Add talloc_asprintf_append_buffer() and the docs for it.
[kai/samba.git] / source4 /
2007-10-10 Jeremy Allisonr25164: Add talloc_asprintf_append_buffer() and the...
2007-10-10 Stefan Metzmacherr25159: fix missing declarations warning
2007-10-10 Stefan Metzmacherr25158: rename nsswitch/winbindd_nss.h => nsswitch...
2007-10-10 Jelmer Vernooijr25124: Include link to summary page, hide environment...
2007-10-10 Stefan Metzmacherr25123: we only need lib/ldb/sqlite3.m4 and lib/ldb...
2007-10-10 Stefan Metzmacherr25122: fix interface detection code
2007-10-10 Jeremy Allisonr25116: Fix talloc_asprintf_append to do the right...
2007-10-10 Stefan Metzmacherr25115: move normalizing of the define string into...
2007-10-10 Stefan Metzmacherr25114: handle structs and unions without typedefs...
2007-10-10 Stefan Metzmacherr25113: fix compiler warning
2007-10-10 Stefan Metzmacherr25112: make torture_temp_dir() available via tortore...
2007-10-10 Jelmer Vernooijr25110: Show environment variables in HTML output.
2007-10-10 Jelmer Vernooijr25106: ldb_map is provided by libldb.so in the system...
2007-10-10 Jelmer Vernooijr25105: No need to register ldb_map as a module.
2007-10-10 Jelmer Vernooijr25101: Directly depend on drsblobs - can't rely on...
2007-10-10 Jelmer Vernooijr25100: Include LDAP libs in .pc file so linking static...
2007-10-10 Jelmer Vernooijr25098: Fix typo
2007-10-10 Jelmer Vernooijr25097: Don't clutter users' CFLAGS with ldb cflags.
2007-10-10 Jelmer Vernooijr25096: Missed an include - otherwise the embedded...
2007-10-10 Jelmer Vernooijr25095: Display of which libraries the system-provided...
2007-10-10 Jelmer Vernooijr25094: Force building shared module if subsystem is...
2007-10-10 Jelmer Vernooijr25093: Use system-provided ldb library if available...
2007-10-10 Jelmer Vernooijr25085: Define LDB_MODULESDIR for standalone build.
2007-10-10 Jelmer Vernooijr25084: Move samba-specific code out of lib/ldb directory.
2007-10-10 Jelmer Vernooijr25083: Keep actual symbol names the same.
2007-10-10 Jelmer Vernooijr25082: Avoid use of MACHINE because it's defined alrea...
2007-10-10 Jelmer Vernooijr25081: Add modules_dir member to ldb_context that...
2007-10-10 Andrew Bartlettr25073: Correct test name so make test can pass again.
2007-10-10 Andrew Bartlettr25071: Add some more testcases for RPC-DRSUAPI-CRACKNA...
2007-10-10 Jelmer Vernooijr25070: Revert DRSUAPI conversion to new API, as it...
2007-10-10 Jelmer Vernooijr25056: Install some extra files. Patch from Stefan...
2007-10-10 Andrew Bartlettr25052: This missing 'break' caused problems on 32...
2007-10-10 Andrew Bartlettr25051: Move SWAT back to the old-style form-submit...
2007-10-10 Andrew Bartlettr25048: From the archives (patch found in one of my...
2007-10-10 Jelmer Vernooijr25047: Fix more warnings.
2007-10-10 Tim Potterr25046: Ditch tdb_traverse() as it doesn't lend itself...
2007-10-10 Tim Potterr25045: Add constants for enum TDB_ERROR.
2007-10-10 Tim Potterr25044: The has_key() method should return a boolean...
2007-10-10 Jelmer Vernooijr25043: Avoid allocation on with NULL parent.
2007-10-10 Jelmer Vernooijr25042: Avoid direct references to global loadparm...
2007-10-10 Jelmer Vernooijr25041: Use context in more places, fix warnings.
2007-10-10 Jelmer Vernooijr25039: Rename service -> loadparm_service, use context...
2007-10-10 Jelmer Vernooijr25038: Pass context in more places.
2007-10-10 Jelmer Vernooijr25037: Start passing the context around.
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25034: Remove unused variables.
2007-10-10 Jelmer Vernooijr25033: Fix include
2007-10-10 Jelmer Vernooijr25031: Use pointers to services rather than service...
2007-10-10 Jelmer Vernooijr25028: Fix more warnings.
2007-10-10 Jelmer Vernooijr25027: Fix more warnings.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Tim Potterr25018: Remove non-existent tdb_logging_function()...
2007-10-10 Jelmer Vernooijr25017: Move MAXHOSTNAMELEN definition to replace.h...
2007-10-10 Jelmer Vernooijr25016: Create context for loadparm variables.
2007-10-10 Jelmer Vernooijr25015: Use talloc for all allocations in loadparm.
2007-10-10 Jelmer Vernooijr25014: Use talloc for allocating values as well.
2007-10-10 Jelmer Vernooijr25013: Use talloc to allocate services in loadparm...
2007-10-10 Jelmer Vernooijr25012: Avoid use of pstring, fix coding style a bit.
2007-10-10 Jelmer Vernooijr25010: Avoid uses of pstring
2007-10-10 Jelmer Vernooijr25008: Remove use of pstring.
2007-10-10 Jelmer Vernooijr25007: Remove more uses of pstring, move ntlmauth...
2007-10-10 Jelmer Vernooijr25006: Use system constant.
2007-10-10 Jelmer Vernooijr25005: Avoid pstring.
2007-10-10 Jelmer Vernooijr25004: Avoid talloc_autofree_context() when possible.
2007-10-10 Jelmer Vernooijr25003: Skipped tests should be considered successfull.
2007-10-10 Jelmer Vernooijr25001: Fix more C++ and other warnings, fix some of...
2007-10-10 Jelmer Vernooijr25000: Fix some more C++ compatibility warnings.
2007-10-10 Jelmer Vernooijr24997: Re-enable use of system-provided tdb and/or...
2007-10-10 Jelmer Vernooijr24995: Update upstream URLs.
2007-10-10 Jelmer Vernooijr24994: Fix some C++ warnings.
2007-10-10 Jelmer Vernooijr24992: Remove some uses of lp_*().
2007-10-10 Stefan Metzmacherr24989: use $smbd_maxtime for smbd...
2007-10-10 Stefan Metzmacherr24988: LOCAL-IRPC needs a the pid dir setup (as LOCAL...
2007-10-10 Andrew Bartlettr24987: Clarify error conditions in secrets handling...
2007-10-10 Andrew Bartlettr24986: LDB has a function for comparing things that...
2007-10-10 Stefan Metzmacherr24983: setup the correct talloc name for structures...
2007-10-10 Andrew Bartlettr24973: Try to make it really clear we are dealing...
2007-10-10 Andrew Bartlettr24972: Try to rat out this SAMR failure with some...
2007-10-10 Andrew Bartlettr24971: Test more combinations for resetting the accoun...
2007-10-10 Andrew Bartlettr24959: Merge back changes from release branch, and...
2007-10-10 Andrew Bartlettr24945: The behaviour of the SAMR server on a member...
2007-10-10 Andrew Bartlettr24942: Patch from Matthias Wallnöfer <mwallnoefer...
2007-10-10 Andrew Bartlettr24941: Simplify samdb_result_nttime(), and remove...
2007-10-10 Jelmer Vernooijr24940: Fix undeclared warning.
2007-10-10 Jelmer Vernooijr24939: Integrate IPv4 and IPv6 modules (a lot of code...
2007-10-10 Jelmer Vernooijr24937: Merge tests spoolss RPC callbacks.
2007-10-10 Andrew Bartlettr24918: Fix the build (forgot to include dcesrv_lsa...
2007-10-10 Andrew Bartlettr24915: Try to quiet down this warning - the 'classic...
2007-10-10 Andrew Bartlettr24914: In response to bug #4892 by Matthias Wallnöfer...
2007-10-10 Andrew Bartlettr24913: Fix typo
2007-10-10 Andrew Bartlettr24911: Make better use of substituted variables in...
2007-10-10 Andrew Bartlettr24909: Patch from Andrew Kroeger <andrew@sprocks.gotdn...
2007-10-10 Stefan Metzmacherr24908: we should not set s = NULL as we set it to...
2007-10-10 Stefan Metzmacherr24907: now that we support bindings without a transport
2007-10-10 Jelmer Vernooijr24905: Actually run the transport-independent tests...
2007-10-10 Jelmer Vernooijr24901: Somewhat easier and more reliable access to...
2007-10-10 Stefan Metzmacherr24900: - if we use try to create a 3rd dcerpc_pipe...
2007-10-10 Jelmer Vernooijr24899: Register signal handler that tears down environ...
2007-10-10 Jelmer Vernooijr24898: Fix LOCAL-REGISTRY, do not silently ignore...
2007-10-10 Jelmer Vernooijr24897: Do some sanity checking on --basedir.
next