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
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
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
3378b6a559
r26399: Use -O option for SWIG (less evil generated code).
2007-12-21 05:49:29 +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
Jelmer Vernooij
090c799f98
r26366: Import provision scripts in Python.
2007-12-21 05:49:06 +01:00
Jelmer Vernooij
08501fbef3
r26248: Check in SWIG output so SWIG is not required when running out of svn.
2007-12-21 05:47:26 +01:00
Jelmer Vernooij
def0ae919b
r26247: Don't allow use of older SWIG versions.
2007-12-21 05:47:25 +01:00
Jelmer Vernooij
d9391316a9
r26243: stdint.i requires swigarch.i
2007-12-21 05:47:22 +01:00
Jelmer Vernooij
12debcceac
r26242: Don't fail if swig is not available.
2007-12-21 05:47:22 +01:00
Jelmer Vernooij
fb2150a07a
r26232: Provide replacement for stdint.i for users of older versions of swig.
2007-12-21 05:47:10 +01:00
Jelmer Vernooij
cc5260971c
r26207: Only compile swig files if swig is available.
2007-12-21 05:46:52 +01:00
Jelmer Vernooij
31073a9e4e
r26201: Build docs for the security module.
2007-12-21 05:46:48 +01:00
Jelmer Vernooij
8625cd403b
r26197: Add bindings for libsecurity.
2007-12-21 05:46:47 +01:00
Jelmer Vernooij
b0f808345f
r26191: Import custom test runner for subunit, rather than using trial, which is part of twisted.
2007-12-21 05:46:43 +01:00
Jelmer Vernooij
f97f82adbd
r26188: Now that swig output is pregenerated, allow building python code without swig installed.
2007-12-21 05:46:41 +01:00
Jelmer Vernooij
4429f8b87e
r26186: Generate SWIG files as part of autogen.sh
2007-12-21 05:46:39 +01:00
Jelmer Vernooij
99c342641b
r26114: Allow keyword-arguments.
2007-12-21 05:46:09 +01:00
Jelmer Vernooij
1755adffec
r26100: Also check for SWIG.
2007-12-21 05:46:03 +01:00
Jelmer Vernooij
9af2aeb225
r26098: Make missing python no longer fatal.
2007-12-21 05:46:02 +01:00
Jelmer Vernooij
42738301b1
r26096: No longer include removed header
2007-12-21 05:46:00 +01:00
Jelmer Vernooij
4e7709379d
r26089: Move python detection to a separate file, and don't make it an error if it isn't available.
2007-12-21 05:45:59 +01:00
Jelmer Vernooij
cbf656ff05
r26088: Import some native-python python modules and move original python swig torture code to common python directory as well.
2007-12-21 05:45:59 +01:00