r26474: Move credentials-specific kerberos file to credentials subsystem. Fixes missi...
[jelmer/samba4-debian.git] / source / scripting /
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...
2007-12-21 Stefan Metzmacherr25839: use nss_wrapper code in samba4 if
2007-12-21 Stefan Metzmacherr25831: remove unused include
2007-12-21 Stefan Metzmacherr25752: use EJS_CHECK() instead of NDR_CHECK()
2007-12-21 Stefan Metzmacherr25751: use EJS_CHECK() instead of NDR_CHECK() in ejs...
2007-12-21 Andrew Bartlettr25750: Update the objectclass module to improve consis...
2007-12-21 Andrew Bartlettr25747: Implement linked attributes, for add operations.
2007-12-21 Andrew Bartlettr25694: Move subtree_rename above the partitions module...
2007-12-21 Andrew Bartlettr25693: Implement the rest of subtree renames, now...
2007-12-21 Andrew Tridgellr25691: make "server role" case insensitive
2007-12-21 Jelmer Vernooijr25624: Remove ipv4_addr hack. Only causes 4 extra...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-12-21 Andrew Bartlettr24947: Forgot to merge this to release branch, so...
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Jelmer Vernooijr25536: Fix path for messaging - this code path doesn...
2007-10-10 Jelmer Vernooijr25462: Remove refernece to categories from js as well.
2007-10-10 Jelmer Vernooijr25460: use common structure in param/generic.c
2007-10-10 Jelmer Vernooijr25446: Merge some changes I made on the way home from...
2007-10-10 Jelmer Vernooijr25430: Add the loadparm context to all parametric...
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25392: Add loadparm context as argument in a couple...
2007-10-10 Andrew Bartlettr25383: Patch from Amin Azez <azez@ufomechanic.net...
2007-10-10 Jelmer Vernooijr25379: Use loadparm context parameter in a lot more...
2007-10-10 Tim Potterr25348: Start working on another Python wrapper.
2007-10-10 Andrew Bartlettr25304: Thankyou to Amin Azez <azez@ufomechanic.net...
2007-10-10 Andrew Bartlettr25299: Modify the provision script to take an addition...
2007-10-10 Jelmer Vernooijr25266: Fix case.
2007-10-10 Stefan Metzmacherr25214: use talloc_strndup_append() instead of talloc_a...
2007-10-10 Jeremy Allisonr25175: Change to talloc_asprintf_append_buffer().
2007-10-10 Stefan Metzmacherr25113: fix compiler warning
2007-10-10 Andrew Bartlettr25051: Move SWAT back to the old-style form-submit...
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
next