Jelmer Vernooij
e5573283df
r26566: Fix member provision when using python.
2007-12-24 01:51:01 -06:00
Jelmer Vernooij
485d1fa3d1
r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works now.
2007-12-24 01:51:01 -06:00
Jelmer Vernooij
f40fad9827
r26564: More python bindings for registry code.
2007-12-24 01:51:01 -06:00
Jelmer Vernooij
b07ca944ba
r26562: Fix provisioning using Python.
2007-12-24 01:51:00 -06:00
Jelmer Vernooij
a1175231a5
r26559: Make the provision function a bit smaller.
2007-12-24 01:51:00 -06:00
Jelmer Vernooij
6cc5e838e6
r26555: Use python-config utility to find python compile/link flags.
2007-12-24 01:50:59 -06:00
Jelmer Vernooij
48ceaa9643
r26545: Sync output with ejs.
2007-12-21 06:28:46 +01:00
Jelmer Vernooij
6ac86f8be7
r26540: Revert my previous commit after concerns raised by Andrew.
2007-12-21 05:52:06 +01:00
Jelmer Vernooij
e53e79eebe
r26539: Remove unnecessary statics.
2007-12-21 05:52:05 +01:00
Jelmer Vernooij
5f921af41e
r26538: Pass path generation function around rather than base directory.
2007-12-21 05:51:59 +01:00
Jelmer Vernooij
43c8bfeedf
r26536: More tests for provisioning code.
2007-12-21 05:51:56 +01:00
Jelmer Vernooij
40bf88c8a7
r26535: Get rid of all-knowing ProvisionSettings object.
2007-12-21 05:51:56 +01:00
Stefan Metzmacher
1d5d970830
r26534: configure: using == in shell scripts isn't portable
...
Thanks to Björn Jacke <bj@sernet.de > for reporting this.
metze
2007-12-21 05:51:55 +01:00
Jelmer Vernooij
84ac6c6bbf
r26527: Start on tests for provision.
2007-12-21 05:51:50 +01:00
Jelmer Vernooij
37577fee58
r26525: Consistency in the API.
2007-12-21 05:51:48 +01:00
Jelmer Vernooij
daae983c26
r26524: Import self join.
2007-12-21 05:51:47 +01:00
Jelmer Vernooij
ac1083178f
r26523: Refactor provisioning code.
2007-12-21 05:51:44 +01:00
Jelmer Vernooij
20c686f501
r26522: Fix warnings on SamDB connect from Python, simplify the setup code for the various LDBs.
2007-12-21 05:51:42 +01:00
Jelmer Vernooij
174aa15837
r26521: Fix newlines.
2007-12-21 05:51:40 +01:00
Jelmer Vernooij
a8b1fe15ac
r26520: More Python updates.
2007-12-21 05:51:31 +01:00
Jelmer Vernooij
12eb38e553
r26518: Fix provision of registry using Python.
2007-12-21 05:51:25 +01:00
Jelmer Vernooij
7a15b486ba
r26517: Add functions for setting and getting parameters on a LoadParm.
...
Pass loadparm context along to Ldb contexts.
Other minor Python improvements.
2007-12-21 05:51:23 +01:00
Jelmer Vernooij
623b7b3114
r26516: Fix line splitting in subunitrun.
2007-12-21 05:51:20 +01:00
Jelmer Vernooij
60fb2de211
r26513: Update substitution dictionary for ldifs.
2007-12-21 05:51:18 +01:00
Jelmer Vernooij
73bd4a9566
r26506: Start running (really trivial) tests for upgrade script.
2007-12-21 05:51:12 +01:00
Jelmer Vernooij
d240225166
r26505: Add python bindings for some samdb-related functions, improve provisioning in python.
2007-12-21 05:51:09 +01:00
Jelmer Vernooij
1b89311e5f
r26503: Change order of arguments in param interface so it's easier to make the
...
section name optional. Fix several smaller bits and pieces in the Python code.
2007-12-21 05:51:06 +01:00
Jelmer Vernooij
379d0bbb2f
r26499: Allow testing python provision by setting the PROVISION_PYTHON environment variable.
2007-12-21 05:50:55 +01:00
Jelmer Vernooij
75cfb0d609
r26496: Move some provision functions to a new SamDB class, support setting session_info on a ldb context from python.
2007-12-21 05:50:50 +01:00
Jelmer Vernooij
6ca2b35085
r26484: Don't rely on removed header.
2007-12-21 05:50:42 +01:00
Jelmer Vernooij
d7f0b12c9e
r26480: Add utility class for testing LDB code.
2007-12-21 05:50:37 +01:00
Jelmer Vernooij
d88527a9d6
r26477: Allow setting loadparm context for a ldb context in python, plus some other minor improvements.
2007-12-21 05:50:36 +01:00
Jelmer Vernooij
dbebb4ef47
r26475: Add ldb.set_credentials function.
2007-12-21 05:50:35 +01:00
Jelmer Vernooij
e26d0fff6d
r26474: Move credentials-specific kerberos file to credentials subsystem. Fixes missing symbols in some of the python bindings.
2007-12-21 05:50:34 +01:00
Jelmer Vernooij
c0eea26e8e
r26471: Sync with js version.
2007-12-21 05:50:33 +01:00
Jelmer Vernooij
5300bc175e
r26450: The subprocess is only available in python >= 2.4 so avoid it for now.
2007-12-21 05:50:15 +01:00
Jelmer Vernooij
94e5f9c92f
r26446: Convert param module to SWIG.
2007-12-21 05:50:13 +01:00
Jelmer Vernooij
32007c6277
r26441: Remove global_loadparm uses.
2007-12-21 05:50:09 +01:00
Jelmer Vernooij
1b947fe0e6
r26430: require explicit specification of loadparm context.
2007-12-21 05:49:58 +01:00
Jelmer Vernooij
d37136b7ab
r26429: Avoid use of global_smb_iconv_convenience.
2007-12-21 05:49:56 +01:00
Stefan Metzmacher
dfb9d704d0
r26422: build: let configure print out if we have working python module support
...
metze
2007-12-21 05:49:50 +01:00
Andrew Bartlett
044b509472
r26419: Add a module to implement 'ambigious name resolution' by munging the
...
incoming LDAP filter.
Warning: Any anr search will perform a full index search. Untill ldb
gets substring indexes, this is unavoidable.
Also implement a testsutie to show we match AD behaviour for this
important extension (used in the Active Directory Users and Computers
MMC plugin, as a genereral 'find').
This will also be useful to OpenChange, as their server needs to
implement this.
Andrew Bartlett
2007-12-21 05:49:48 +01:00
Jelmer Vernooij
3d8fc5808c
r26411: Double check Python installation - make sure we can compile and link using it.
2007-12-21 05:49:43 +01:00
Jelmer Vernooij
2833f320de
r26409: Pass smb ports along.
2007-12-21 05:49:42 +01:00
Jelmer Vernooij
a35e51871b
r26402: Require a talloc context in libnetif.
2007-12-21 05:49:33 +01:00
Jelmer Vernooij
9f975417cc
r26401: Don't cache interfaces context in libnetif.
2007-12-21 05:49:32 +01:00
Jelmer Vernooij
3378b6a559
r26399: Use -O option for SWIG (less evil generated code).
2007-12-21 05:49:29 +01:00
Jelmer Vernooij
459e1466a4
r26376: Add context for libcli_resolve.
2007-12-21 05:49:12 +01:00
Jelmer Vernooij
9d0ff47be0
r26375: Move provision-independent utility function to main samba python module.
2007-12-21 05:49:10 +01:00
Jelmer Vernooij
c4458d11c7
r26369: Start on tests for the upgrade python code.
2007-12-21 05:49:06 +01:00