Stefan Metzmacher
5ed08ebac3
r26534: configure: using == in shell scripts isn't portable
...
Thanks to Björn Jacke <bj@sernet.de > for reporting this.
metze
(This used to be commit 1d5d970830 )
2007-12-21 05:51:55 +01:00
Jelmer Vernooij
4e6ab64762
r26527: Start on tests for provision.
...
(This used to be commit 84ac6c6bbf )
2007-12-21 05:51:50 +01:00
Jelmer Vernooij
44946cefb3
r26525: Consistency in the API.
...
(This used to be commit 37577fee58 )
2007-12-21 05:51:48 +01:00
Jelmer Vernooij
4bfbd78086
r26524: Import self join.
...
(This used to be commit daae983c26 )
2007-12-21 05:51:47 +01:00
Jelmer Vernooij
1c29a63d44
r26523: Refactor provisioning code.
...
(This used to be commit ac1083178f )
2007-12-21 05:51:44 +01:00
Jelmer Vernooij
54a48d40a1
r26522: Fix warnings on SamDB connect from Python, simplify the setup code for the various LDBs.
...
(This used to be commit 20c686f501 )
2007-12-21 05:51:42 +01:00
Jelmer Vernooij
2fef113e82
r26521: Fix newlines.
...
(This used to be commit 174aa15837 )
2007-12-21 05:51:40 +01:00
Jelmer Vernooij
63f53094ef
r26520: More Python updates.
...
(This used to be commit a8b1fe15ac )
2007-12-21 05:51:31 +01:00
Jelmer Vernooij
12a513b47b
r26518: Fix provision of registry using Python.
...
(This used to be commit 12eb38e553 )
2007-12-21 05:51:25 +01:00
Jelmer Vernooij
57b8a8fd42
r26517: Add functions for setting and getting parameters on a LoadParm.
...
Pass loadparm context along to Ldb contexts.
Other minor Python improvements.
(This used to be commit 7a15b486ba )
2007-12-21 05:51:23 +01:00
Jelmer Vernooij
c619f86efc
r26516: Fix line splitting in subunitrun.
...
(This used to be commit 623b7b3114 )
2007-12-21 05:51:20 +01:00
Jelmer Vernooij
ca74c6e6c4
r26513: Update substitution dictionary for ldifs.
...
(This used to be commit 60fb2de211 )
2007-12-21 05:51:18 +01:00
Jelmer Vernooij
323c174be3
r26506: Start running (really trivial) tests for upgrade script.
...
(This used to be commit 73bd4a9566 )
2007-12-21 05:51:12 +01:00
Jelmer Vernooij
f89c7a6e5e
r26505: Add python bindings for some samdb-related functions, improve provisioning in python.
...
(This used to be commit d240225166 )
2007-12-21 05:51:09 +01:00
Jelmer Vernooij
32f439bfa4
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.
(This used to be commit 1b89311e5f )
2007-12-21 05:51:06 +01:00
Jelmer Vernooij
09915ce8b7
r26499: Allow testing python provision by setting the PROVISION_PYTHON environment variable.
...
(This used to be commit 379d0bbb2f )
2007-12-21 05:50:55 +01:00
Jelmer Vernooij
b0360e3a86
r26496: Move some provision functions to a new SamDB class, support setting session_info on a ldb context from python.
...
(This used to be commit 75cfb0d609 )
2007-12-21 05:50:50 +01:00
Jelmer Vernooij
be99991267
r26484: Don't rely on removed header.
...
(This used to be commit 6ca2b35085 )
2007-12-21 05:50:42 +01:00
Jelmer Vernooij
07beaf09c9
r26480: Add utility class for testing LDB code.
...
(This used to be commit d7f0b12c9e )
2007-12-21 05:50:37 +01:00
Jelmer Vernooij
440fd87961
r26477: Allow setting loadparm context for a ldb context in python, plus some other minor improvements.
...
(This used to be commit d88527a9d6 )
2007-12-21 05:50:36 +01:00
Jelmer Vernooij
0a01f50f98
r26475: Add ldb.set_credentials function.
...
(This used to be commit dbebb4ef47 )
2007-12-21 05:50:35 +01:00
Jelmer Vernooij
1afe054916
r26474: Move credentials-specific kerberos file to credentials subsystem. Fixes missing symbols in some of the python bindings.
...
(This used to be commit e26d0fff6d )
2007-12-21 05:50:34 +01:00
Jelmer Vernooij
eb2c71912b
r26471: Sync with js version.
...
(This used to be commit c0eea26e8e )
2007-12-21 05:50:33 +01:00
Jelmer Vernooij
4a33ca2194
r26450: The subprocess is only available in python >= 2.4 so avoid it for now.
...
(This used to be commit 5300bc175e )
2007-12-21 05:50:15 +01:00
Jelmer Vernooij
55f90f1166
r26446: Convert param module to SWIG.
...
(This used to be commit 94e5f9c92f )
2007-12-21 05:50:13 +01:00
Stefan Metzmacher
8530e8429a
r26422: build: let configure print out if we have working python module support
...
metze
(This used to be commit dfb9d704d0 )
2007-12-21 05:49:50 +01:00
Jelmer Vernooij
6d2edec0a2
r26411: Double check Python installation - make sure we can compile and link using it.
...
(This used to be commit 3d8fc5808c )
2007-12-21 05:49:43 +01:00
Jelmer Vernooij
68dc2dc526
r26399: Use -O option for SWIG (less evil generated code).
...
(This used to be commit 3378b6a559 )
2007-12-21 05:49:29 +01:00
Jelmer Vernooij
eba25f5d18
r26375: Move provision-independent utility function to main samba python module.
...
(This used to be commit 9d0ff47be0 )
2007-12-21 05:49:10 +01:00
Jelmer Vernooij
b414ac5052
r26369: Start on tests for the upgrade python code.
...
(This used to be commit c4458d11c7 )
2007-12-21 05:49:06 +01:00
Jelmer Vernooij
c926cddfad
r26366: Import provision scripts in Python.
...
(This used to be commit 090c799f98 )
2007-12-21 05:49:06 +01:00
Jelmer Vernooij
53ae9bc9f6
r26248: Check in SWIG output so SWIG is not required when running out of svn.
...
(This used to be commit 08501fbef3 )
2007-12-21 05:47:26 +01:00
Jelmer Vernooij
5193e04368
r26247: Don't allow use of older SWIG versions.
...
(This used to be commit def0ae919b )
2007-12-21 05:47:25 +01:00
Jelmer Vernooij
4f5adbdddf
r26243: stdint.i requires swigarch.i
...
(This used to be commit d9391316a9 )
2007-12-21 05:47:22 +01:00
Jelmer Vernooij
7bf6b95b1f
r26242: Don't fail if swig is not available.
...
(This used to be commit 12debcceac )
2007-12-21 05:47:22 +01:00
Jelmer Vernooij
da0640518f
r26232: Provide replacement for stdint.i for users of older versions of swig.
...
(This used to be commit fb2150a07a )
2007-12-21 05:47:10 +01:00
Jelmer Vernooij
4151cf9866
r26207: Only compile swig files if swig is available.
...
(This used to be commit cc5260971c )
2007-12-21 05:46:52 +01:00
Jelmer Vernooij
ef26c9a604
r26201: Build docs for the security module.
...
(This used to be commit 31073a9e4e )
2007-12-21 05:46:48 +01:00
Jelmer Vernooij
f2f16b45b5
r26197: Add bindings for libsecurity.
...
(This used to be commit 8625cd403b )
2007-12-21 05:46:47 +01:00
Jelmer Vernooij
26ae331f75
r26191: Import custom test runner for subunit, rather than using trial, which is part of twisted.
...
(This used to be commit b0f808345f )
2007-12-21 05:46:43 +01:00
Jelmer Vernooij
660077476f
r26188: Now that swig output is pregenerated, allow building python code without swig installed.
...
(This used to be commit f97f82adbd )
2007-12-21 05:46:41 +01:00
Jelmer Vernooij
16325f1339
r26186: Generate SWIG files as part of autogen.sh
...
(This used to be commit 4429f8b87e )
2007-12-21 05:46:39 +01:00
Jelmer Vernooij
eaecbfa0e2
r26114: Allow keyword-arguments.
...
(This used to be commit 99c342641b )
2007-12-21 05:46:09 +01:00
Jelmer Vernooij
c14de3fd89
r26100: Also check for SWIG.
...
(This used to be commit 1755adffec )
2007-12-21 05:46:03 +01:00
Jelmer Vernooij
4e25ea3001
r26098: Make missing python no longer fatal.
...
(This used to be commit 9af2aeb225 )
2007-12-21 05:46:02 +01:00
Jelmer Vernooij
dd2a4719df
r26096: No longer include removed header
...
(This used to be commit 42738301b1 )
2007-12-21 05:46:00 +01:00
Jelmer Vernooij
29cf3a93cc
r26089: Move python detection to a separate file, and don't make it an error if it isn't available.
...
(This used to be commit 4e7709379d )
2007-12-21 05:45:59 +01:00
Jelmer Vernooij
39adc2418a
r26088: Import some native-python python modules and move original python swig torture code to common python directory as well.
...
(This used to be commit cbf656ff05 )
2007-12-21 05:45:59 +01:00