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
Jelmer Vernooij
090c799f98
r26366: Import provision scripts in Python.
2007-12-21 05:49:06 +01:00
Jelmer Vernooij
d0d5c1a823
r26352: Don't make lp_load create a new context.
2007-12-21 05:48:56 +01:00
Jelmer Vernooij
1e02cd8db1
r26339: Make loadparm talloc-allocated.
2007-12-21 05:48:49 +01:00
Jelmer Vernooij
2a005096dd
r26338: Fix parameter, typo.
2007-12-21 05:48:48 +01:00
Jelmer Vernooij
eeb2251d22
r26327: Explicit loadparm_context for RPC client functions.
2007-12-21 05:48:41 +01:00
Jelmer Vernooij
e452cb2859
r26325: Remove use of global_loadparm in netif.
2007-12-21 05:48:37 +01:00
Jelmer Vernooij
4c7e3843a0
r26317: Fix typos.
2007-12-21 05:48:31 +01:00
Jelmer Vernooij
f6420d933b
r26316: Use contexts for conversion functions.
2007-12-21 05:48:30 +01:00
Andrew Bartlett
ba23dac031
r26304: More work to remove silly error printouts.
...
Andrew Bartlett
2007-12-21 05:48:18 +01:00
Andrew Bartlett
1fb8c31a3d
r26303: Fix up error reporting during the delete of previous entries in the
...
provision, and ignore 'no such entry' as an error (it is normal, and
just means the partition is compleatly empty).
Andrew Bartlett
2007-12-21 05:48:18 +01:00
Andrew Bartlett
a7595d009a
r26302: Print the error string for failed rootdse searches.
...
Andrew Bartlett
2007-12-21 05:48:17 +01:00
Andrew Bartlett
b0de08916e
r26298: Use metze's schema loading code to pre-initialise the schema into the
...
samdb before we start writing entries into it.
In doing so, I realised we still used 'dnsDomain', which is not part
of the standard schema (now removed).
We also set the 'wrong' side of the linked attributes for the
masteredBy on each partition - this is now set in provision_self_join
and backlinks via the linked attributes code.
When we have the schema loaded, we must also have a valid domain SID
loaded, so that the objectclass module works. This required some ejs
glue.
Andrew Bartlett
2007-12-21 05:48:15 +01:00
Jelmer Vernooij
d01f0f4c20
r26275: return loadparm context in lp_load.
2007-12-21 05:48:01 +01:00
Jelmer Vernooij
e52710d679
r26270: Require specifying the loadparm_context or NULL to cli_credentials_guess().
2007-12-21 05:47:50 +01:00
Jelmer Vernooij
c7eae1c784
r26264: pass name resolve order explicitly, use torture context for settings in dssync tests.
2007-12-21 05:47:39 +01:00
Jelmer Vernooij
7280c1e941
r26252: Specify loadparm_context explicitly when creating sessions.
2007-12-21 05:47:29 +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
Andrew Bartlett
f6e0e15fa5
r26246: Make it easier to debug assert()s in the provision, if messages are
...
suppressed with --quiet. Hopefully this will be easier with python.
Andrew Bartlett
2007-12-21 05:47:24 +01:00
Andrew Bartlett
d67e5c7896
r26245: Make it easier to handle the LDAP backend, with it's differing needs,
...
by seperating the modules list into parts. That way, we can remove
the modules that the backend will provide.
Andrew Bartlett
2007-12-21 05:47:24 +01:00
Andrew Bartlett
c789a91e00
r26244: Add a module (sans tests for the moment) that implements ranged
...
results, as used particularly by MMC's Active Directory Users and
Computers to list group members.
This may be used on any attribute, but is useful to obtain attributes
that may be lengthy in 'pages'. The implementation presumes that
attributes will always be returned by the DB in the same order.
Andrew Bartlett
2007-12-21 05:47:23 +01:00
Jelmer Vernooij
d9391316a9
r26243: stdint.i requires swigarch.i
2007-12-21 05:47:22 +01:00