Jelmer Vernooij
99113075c4
r26266: Remove more global_loadparm uses.
2007-12-21 05:47:42 +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
69157be9b1
r26263: Don't assume CH_UNIX is CH_UTF8.
2007-12-21 05:47:37 +01:00
Jelmer Vernooij
a3efdfc8e3
r26259: Provide convert_string_talloc() variant that works directly with an iconv handle.
2007-12-21 05:47:32 +01:00
Michael Adam
df3e151992
r26255: Work around another broken aspect of sys/capability.h on RHEL5.
...
This is synced from samba3 v3-2-test/11bcdf780e164659b89:
The /usr/include/sys/capability.h defines _LINUX_TYPES_H
which prevents /usr/include/linux/types.h from being parsed
(when included afterwards). Thus certain types are undefined
that are for instance needed in /usr/include/linux/dqblk_xfs.h.
This breaks the build of lib/sysquotas_xfs.c in Samba3.
This commit adds a configure check and a workaround for this.
Michael
2007-12-21 05:47:30 +01:00
Michael Adam
dfdfac2b57
r26254: Add check for PPC statfs.h to workaround for broken capability.h.
...
Synced from Samba3.
Michael
2007-12-21 05:47:30 +01:00
Michael Adam
4d1df9c0b4
r26253: Add check for broken RedHat 7.2 system header files to lib/replace.
...
This is taken (with slight reformatting) from samba3:configure.in.
It is already used in lib/replace/system/capablity.h.
Michael
2007-12-21 05:47:30 +01:00
Jelmer Vernooij
7280c1e941
r26252: Specify loadparm_context explicitly when creating sessions.
2007-12-21 05:47:29 +01:00
Jelmer Vernooij
904475624b
r26251: Fix include of stdint in tdb swig wrapper.
2007-12-21 05:47:28 +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
a33a553054
r26238: Add a loadparm context parameter to torture_context, remove more uses of global_loadparm.
2007-12-21 05:47:20 +01:00
Jelmer Vernooij
5b29ef7c03
r26236: Remove more uses of global_loadparm or specify loadparm_context explicitly.
2007-12-21 05:47:15 +01:00
Jelmer Vernooij
37d05fdc7b
r26229: Set loadparm context as opaque pointer in ldb, remove more uses of global_loadparm.
2007-12-21 05:47:06 +01:00
Jelmer Vernooij
ba75f1613a
r26228: Store loadparm context in auth context, move more loadparm_contexts up the call stack.
2007-12-21 05:47:05 +01:00
Jelmer Vernooij
6cbce47a3e
r26226: Avoid more uses of global_loadparm.
2007-12-21 05:47:02 +01:00
Jelmer Vernooij
a2d426c89b
r26218: Remove libtdb.so as well.
2007-12-21 05:46:56 +01:00
Jelmer Vernooij
5718b6cfee
r26205: Pass loadparm_context to secrets_db_connect() rather than using global context.
2007-12-21 05:46:51 +01:00
Jelmer Vernooij
ecdec9421d
r26202: Fix dependencies.
2007-12-21 05:46:49 +01:00
Jelmer Vernooij
a71e40ab5d
r26200: Bring back some accidently removed files.
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
0aa19ce73f
r26196: Always build python bindings for ldb.
2007-12-21 05:46:46 +01:00
Jelmer Vernooij
f7312cbb76
r26195: Wrap two more functions.
2007-12-21 05:46:46 +01:00
Jelmer Vernooij
cfb6bbdc31
r26194: Wrap the events subsystem in a separate file.
2007-12-21 05:46:45 +01:00
Andrew Bartlett
833dfc2f2a
r26192: Handle, test and implement the style of extended_dn requiest that MMC uses.
...
It appears that the control value is optional, implying type 0 responses.
Failing to parse this was causing LDAP disconnects with 'unavailable
critical extension'.
Andrew Bartlett
2007-12-21 05:46:44 +01:00
Jelmer Vernooij
ef790ebf3a
r26187: Fix module name, indentation.
2007-12-21 05:46:40 +01:00
Jelmer Vernooij
522d6591d7
r26185: No need to depend on ldap, shared lib already has that info.
2007-12-21 05:46:39 +01:00
Jelmer Vernooij
19e3516000
r26181: Set version to 1.1.1, as 1.1.0 has already been released.
2007-12-21 05:46:37 +01:00
Jelmer Vernooij
52106ad04e
r26180: Allow prebuilding swig output files.
2007-12-21 05:46:37 +01:00
Jelmer Vernooij
b25d0201da
r26179: Fix symlink.
2007-12-21 05:46:37 +01:00
Jelmer Vernooij
7bb479f816
r26178: Link against -ldl as well to prevent undefined symbols.
2007-12-21 05:46:36 +01:00
Jelmer Vernooij
e61160dce4
r26177: Allow prebuilding swig wrapper, install ldb.py.
2007-12-21 05:46:35 +01:00
Andrew Bartlett
cc2d0c9f15
r26131: Ensure we show the right errors in the NULL base DN case. Based on
...
bug 5090 by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de >
Andrew Bartlett
2007-12-21 05:46:15 +01:00
Jelmer Vernooij
b86a6105ed
r26129: Specify path explicitly in case an external ldb installation is used.
2007-12-21 05:46:14 +01:00
Jelmer Vernooij
037774cff7
r26124: Install ldb_handlers.h, required by ldb_samba.
2007-12-21 05:46:13 +01:00
Jelmer Vernooij
38a6522e44
r26119: Fix warnings.
2007-12-21 05:46:10 +01:00
Jelmer Vernooij
b7eb2cadcf
r26117: Fix DESTDIR use for bindir.
2007-12-21 05:46:10 +01:00
Jelmer Vernooij
99c342641b
r26114: Allow keyword-arguments.
2007-12-21 05:46:09 +01:00
Jelmer Vernooij
b67cc409fa
r26112: Do proper error checking in __contains__.
2007-12-21 05:46:08 +01:00
Jelmer Vernooij
d8d04300d2
r26108: Add makefile rules for building, installing and checking python bindings.
2007-12-21 05:46:07 +01:00
Jelmer Vernooij
afa5f7c9e9
r26107: Add more tests.
2007-12-21 05:46:06 +01:00
Jelmer Vernooij
7f1d38df05
r26106: Add targets for building, installing and checking python bindings.
2007-12-21 05:46:06 +01:00
Jelmer Vernooij
634436adaa
r26105: Add targets for building and installing the python bindings.
2007-12-21 05:46:05 +01:00
Stefan Metzmacher
1ecb4ec01b
r26102: libreplace: remove system/printing.h as it only contains samba3 stuff
...
metze
2007-12-21 05:46:04 +01:00
Jelmer Vernooij
bfe54e2f19
r26090: Make building tdb python bindings independent of use of external tdb.
2007-12-21 05:45:59 +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
Jelmer Vernooij
4b94d5ca74
r26087: Fix include, add setup.py for tdb
2007-12-21 05:45:57 +01:00
Jelmer Vernooij
19342e66a7
r26080: Import updated LDB bindings.
2007-12-21 05:45:56 +01:00
Jelmer Vernooij
afe091d92e
r26077: Import updated TDB bindings.
2007-12-21 05:45:55 +01:00
Jelmer Vernooij
777205b570
r26073: Import Python bindings for the registry.
2007-12-21 05:45:53 +01:00