r26563: Fix reg_diff_apply argument order.
[ab/samba.git/.git] / source4 / scripting /
2007-12-24 Jelmer Vernooijr26562: Fix provisioning using Python.
2007-12-24 Jelmer Vernooijr26559: Make the provision function a bit smaller.
2007-12-24 Jelmer Vernooijr26555: Use python-config utility to find python compil...
2007-12-21 Jelmer Vernooijr26545: Sync output with ejs.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26540: Revert my previous commit after concerns raised...
2007-12-21 Jelmer Vernooijr26539: Remove unnecessary statics.
2007-12-21 Jelmer Vernooijr26538: Pass path generation function around rather...
2007-12-21 Jelmer Vernooijr26536: More tests for provisioning code.
2007-12-21 Jelmer Vernooijr26535: Get rid of all-knowing ProvisionSettings object.
2007-12-21 Stefan Metzmacherr26534: configure: using == in shell scripts isn't...
2007-12-21 Jelmer Vernooijr26527: Start on tests for provision.
2007-12-21 Jelmer Vernooijr26525: Consistency in the API.
2007-12-21 Jelmer Vernooijr26524: Import self join.
2007-12-21 Jelmer Vernooijr26523: Refactor provisioning code.
2007-12-21 Jelmer Vernooijr26522: Fix warnings on SamDB connect from Python,...
2007-12-21 Jelmer Vernooijr26521: Fix newlines.
2007-12-21 Jelmer Vernooijr26520: More Python updates.
2007-12-21 Jelmer Vernooijr26518: Fix provision of registry using Python.
2007-12-21 Jelmer Vernooijr26517: Add functions for setting and getting parameter...
2007-12-21 Jelmer Vernooijr26516: Fix line splitting in subunitrun.
2007-12-21 Jelmer Vernooijr26513: Update substitution dictionary for ldifs.
2007-12-21 Jelmer Vernooijr26506: Start running (really trivial) tests for upgrad...
2007-12-21 Jelmer Vernooijr26505: Add python bindings for some samdb-related...
2007-12-21 Jelmer Vernooijr26503: Change order of arguments in param interface...
2007-12-21 Jelmer Vernooijr26499: Allow testing python provision by setting the...
2007-12-21 Jelmer Vernooijr26496: Move some provision functions to a new SamDB...
2007-12-21 Jelmer Vernooijr26484: Don't rely on removed header.
2007-12-21 Jelmer Vernooijr26480: Add utility class for testing LDB code.
2007-12-21 Jelmer Vernooijr26477: Allow setting loadparm context for a ldb contex...
2007-12-21 Jelmer Vernooijr26475: Add ldb.set_credentials function.
2007-12-21 Jelmer Vernooijr26474: Move credentials-specific kerberos file to...
2007-12-21 Jelmer Vernooijr26471: Sync with js version.
2007-12-21 Jelmer Vernooijr26450: The subprocess is only available in python...
2007-12-21 Jelmer Vernooijr26446: Convert param module to SWIG.
2007-12-21 Jelmer Vernooijr26441: Remove global_loadparm uses.
2007-12-21 Jelmer Vernooijr26430: require explicit specification of loadparm...
2007-12-21 Jelmer Vernooijr26429: Avoid use of global_smb_iconv_convenience.
2007-12-21 Stefan Metzmacherr26422: build: let configure print out if we have worki...
2007-12-21 Andrew Bartlettr26419: Add a module to implement 'ambigious name resol...
2007-12-21 Jelmer Vernooijr26411: Double check Python installation - make sure...
2007-12-21 Jelmer Vernooijr26409: Pass smb ports along.
2007-12-21 Jelmer Vernooijr26402: Require a talloc context in libnetif.
2007-12-21 Jelmer Vernooijr26401: Don't cache interfaces context in libnetif.
2007-12-21 Jelmer Vernooijr26399: Use -O option for SWIG (less evil generated...
2007-12-21 Jelmer Vernooijr26376: Add context for libcli_resolve.
2007-12-21 Jelmer Vernooijr26375: Move provision-independent utility function...
2007-12-21 Jelmer Vernooijr26369: Start on tests for the upgrade python code.
2007-12-21 Jelmer Vernooijr26366: Import provision scripts in Python.
2007-12-21 Jelmer Vernooijr26352: Don't make lp_load create a new context.
2007-12-21 Jelmer Vernooijr26339: Make loadparm talloc-allocated.
2007-12-21 Jelmer Vernooijr26338: Fix parameter, typo.
2007-12-21 Jelmer Vernooijr26327: Explicit loadparm_context for RPC client functions.
2007-12-21 Jelmer Vernooijr26325: Remove use of global_loadparm in netif.
2007-12-21 Jelmer Vernooijr26317: Fix typos.
2007-12-21 Jelmer Vernooijr26316: Use contexts for conversion functions.
2007-12-21 Andrew Bartlettr26304: More work to remove silly error printouts.
2007-12-21 Andrew Bartlettr26303: Fix up error reporting during the delete of...
2007-12-21 Andrew Bartlettr26302: Print the error string for failed rootdse searches.
2007-12-21 Andrew Bartlettr26298: Use metze's schema loading code to pre-initiali...
2007-12-21 Jelmer Vernooijr26275: return loadparm context in lp_load.
2007-12-21 Jelmer Vernooijr26270: Require specifying the loadparm_context or...
2007-12-21 Jelmer Vernooijr26264: pass name resolve order explicitly, use torture...
2007-12-21 Jelmer Vernooijr26252: Specify loadparm_context explicitly when creati...
2007-12-21 Jelmer Vernooijr26248: Check in SWIG output so SWIG is not required...
2007-12-21 Jelmer Vernooijr26247: Don't allow use of older SWIG versions.
2007-12-21 Andrew Bartlettr26246: Make it easier to debug assert()s in the provis...
2007-12-21 Andrew Bartlettr26245: Make it easier to handle the LDAP backend,...
2007-12-21 Andrew Bartlettr26244: Add a module (sans tests for the moment) that...
2007-12-21 Jelmer Vernooijr26243: stdint.i requires swigarch.i
2007-12-21 Jelmer Vernooijr26242: Don't fail if swig is not available.
2007-12-21 Jelmer Vernooijr26236: Remove more uses of global_loadparm or specify...
2007-12-21 Jelmer Vernooijr26232: Provide replacement for stdint.i for users...
2007-12-21 Jelmer Vernooijr26228: Store loadparm context in auth context, move...
2007-12-21 Jelmer Vernooijr26226: Avoid more uses of global_loadparm.
2007-12-21 Jelmer Vernooijr26221: Add loadparm_context parameter to auth_context_...
2007-12-21 Jelmer Vernooijr26207: Only compile swig files if swig is available.
2007-12-21 Jelmer Vernooijr26201: Build docs for the security module.
2007-12-21 Jelmer Vernooijr26197: Add bindings for libsecurity.
2007-12-21 Jelmer Vernooijr26191: Import custom test runner for subunit, rather...
2007-12-21 Jelmer Vernooijr26188: Now that swig output is pregenerated, allow...
2007-12-21 Jelmer Vernooijr26186: Generate SWIG files as part of autogen.sh
2007-12-21 Andrew Bartlettr26139: Based on a report by Theodor Chirana, don't...
2007-12-21 Jelmer Vernooijr26114: Allow keyword-arguments.
2007-12-21 Jelmer Vernooijr26100: Also check for SWIG.
2007-12-21 Jelmer Vernooijr26098: Make missing python no longer fatal.
2007-12-21 Jelmer Vernooijr26096: No longer include removed header
2007-12-21 Jelmer Vernooijr26089: Move python detection to a separate file, and...
2007-12-21 Jelmer Vernooijr26088: Import some native-python python modules and...
2007-12-21 Jelmer Vernooijr26079: Some cleanups in the old SWIG wrappers: - remov...
2007-12-21 Jelmer Vernooijr26076: Remove some SWIG code that is already commonly...
2007-12-21 Jelmer Vernooijr26071: Move DCE/RPC SWIG bindings closer to the code...
2007-12-21 Jelmer Vernooijr26068: Import improved Python bindings for LDB, includ...
2007-12-21 Jelmer Vernooijr26006: Improve some dependencies.
2007-12-21 Jelmer Vernooijr26003: Split up DB_WRAP, as first step in an attempt...
2007-12-21 Andrew Bartlettr25966: Don't force an 8 byte width to generated SIDs...
2007-12-21 Andrew Bartlettr25950: Enable seperate module to prevent subtree deletes.
2007-12-21 Andrew Bartlettr25940: Rework the samldb and templates handling.
2007-12-21 Stefan Metzmacherr25936: provision/newuser: don't try to set the 'member...
2007-12-21 Andrew Bartlettr25921: Now also listen on ldapi by default in the...
next