Jelmer Vernooij
6901b3c64a
r26278: Tallocify convenience table for iconv handles.
...
(This used to be commit ad64b3baa4
)
2007-12-21 05:48:04 +01:00
Jelmer Vernooij
9ebcd7a0df
r26277: Move loadparm context higher up the stack.
...
(This used to be commit 38fa08310c
)
2007-12-21 05:48:03 +01:00
Jelmer Vernooij
71ae20df2c
r26276: Install SWIG files if swig is present.
...
(This used to be commit dfd5b456f9
)
2007-12-21 05:48:02 +01:00
Jelmer Vernooij
b038240ac7
r26275: return loadparm context in lp_load.
...
(This used to be commit d01f0f4c20
)
2007-12-21 05:48:01 +01:00
Jelmer Vernooij
fc2f06d31b
r26274: Some syntax fixes, remove more global_loadparm instances.
...
(This used to be commit 3809113d86
)
2007-12-21 05:47:58 +01:00
Günther Deschner
785928dcec
r26273: Add IDL and torture test for netr_NetrEnumerateTurstedDomains() and
...
netr_NetrEnumerateTurstedDomainsEx().
Guenther
(This used to be commit 32a189e850
)
2007-12-21 05:47:56 +01:00
Jelmer Vernooij
509e82e402
r26272: Remove global_loadparm in some more places.
...
(This used to be commit 1ab76ecc53
)
2007-12-21 05:47:55 +01:00
Jelmer Vernooij
da0f222f43
r26271: Remove some more uses of global_loadparm.
...
(This used to be commit e9875fcd56
)
2007-12-21 05:47:53 +01:00
Jelmer Vernooij
5b357ca877
r26270: Require specifying the loadparm_context or NULL to cli_credentials_guess().
...
(This used to be commit e52710d679
)
2007-12-21 05:47:50 +01:00
Jelmer Vernooij
0184e5ef2d
r26269: Fix a couple more references to global_loadparm.
...
(This used to be commit 1cb849dfba
)
2007-12-21 05:47:49 +01:00
Jelmer Vernooij
b83a7a135f
r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsrv_connection.
...
(This used to be commit 7c00866423
)
2007-12-21 05:47:47 +01:00
Jelmer Vernooij
1f69adddc5
r26267: Fix two calls of smb2_connect I missed.
...
(This used to be commit fc824a5c45
)
2007-12-21 05:47:43 +01:00
Jelmer Vernooij
2f8dc4f48f
r26266: Remove more global_loadparm uses.
...
(This used to be commit 99113075c4
)
2007-12-21 05:47:42 +01:00
Jelmer Vernooij
c9f0011bc5
r26265: Use task-provided loadparm context in nbt and rpc servers.
...
(This used to be commit 75cb7676fd
)
2007-12-21 05:47:39 +01:00
Jelmer Vernooij
1fbdd6ef1d
r26264: pass name resolve order explicitly, use torture context for settings in dssync tests.
...
(This used to be commit c7eae1c784
)
2007-12-21 05:47:39 +01:00
Jelmer Vernooij
cb7c72a0ef
r26263: Don't assume CH_UNIX is CH_UTF8.
...
(This used to be commit 69157be9b1
)
2007-12-21 05:47:37 +01:00
Jelmer Vernooij
6f1efbba06
r26262: Add test for WERROR return code handling for Samba 3 client code.
...
(This used to be commit 6017b16f50
)
2007-12-21 05:47:36 +01:00
Jelmer Vernooij
a84863372c
r26261: Use enum type.
...
(This used to be commit 06233de54b
)
2007-12-21 05:47:35 +01:00
Jelmer Vernooij
ecea5ce245
r26260: Store loadparm context in gensec context.
...
(This used to be commit b9e3a4862e
)
2007-12-21 05:47:34 +01:00
Jelmer Vernooij
ab5bbd2602
r26259: Provide convert_string_talloc() variant that works directly with an iconv handle.
...
(This used to be commit a3efdfc8e3
)
2007-12-21 05:47:32 +01:00
Jelmer Vernooij
78416aff6c
r26258: Use loadparm context in client_start function of gensec.
...
(This used to be commit bad1891cae
)
2007-12-21 05:47:32 +01:00
Günther Deschner
133ee7014c
r26257: Get rid of "uninitialized value" warning in the samba3 pidl generator.
...
Jelmer, please check.
Guenther
(This used to be commit 2f69329288
)
2007-12-21 05:47:31 +01:00
Günther Deschner
ef792cc8a5
r26256: When generating Samba3 pidl output for WERROR based functions, make sure the
...
client caller can retrieve the WERROR.
Jelmer, no idea how to add a test for that...
Guenther
(This used to be commit cf55365177
)
2007-12-21 05:47:31 +01:00
Michael Adam
cbdad76b0d
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
(This used to be commit df3e151992
)
2007-12-21 05:47:30 +01:00
Michael Adam
b08a82de58
r26254: Add check for PPC statfs.h to workaround for broken capability.h.
...
Synced from Samba3.
Michael
(This used to be commit dfdfac2b57
)
2007-12-21 05:47:30 +01:00
Michael Adam
9e367b13d9
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
(This used to be commit 4d1df9c0b4
)
2007-12-21 05:47:30 +01:00
Jelmer Vernooij
43696d2752
r26252: Specify loadparm_context explicitly when creating sessions.
...
(This used to be commit 7280c1e941
)
2007-12-21 05:47:29 +01:00
Jelmer Vernooij
7b38aa728e
r26251: Fix include of stdint in tdb swig wrapper.
...
(This used to be commit 904475624b
)
2007-12-21 05:47:28 +01:00
Jelmer Vernooij
ab69eb8d89
r26250: Avoid global_loadparm in a couple more places.
...
(This used to be commit 2c6b755309
)
2007-12-21 05:47:28 +01:00
Jelmer Vernooij
0a2f1a46a0
r26249: Remove a couple more uses of global_loadparm.
...
(This used to be commit 80a6120050
)
2007-12-21 05:47:27 +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
Andrew Bartlett
bb07e58531
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
(This used to be commit f6e0e15fa5
)
2007-12-21 05:47:24 +01:00
Andrew Bartlett
a2a4aba5fd
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
(This used to be commit d67e5c7896
)
2007-12-21 05:47:24 +01:00
Andrew Bartlett
cd1f19d7d3
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
(This used to be commit c789a91e00
)
2007-12-21 05:47:23 +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
8192350f10
r26241: Ignore some files generated by tests.
...
(This used to be commit 81757d2f76
)
2007-12-21 05:47:22 +01:00
Jelmer Vernooij
779f452a72
r26240: We now actually use torture_context pointers for more than just allocation.
...
Fix a few places where we were passing talloc contexts that were not
torture contexts.
(This used to be commit 9d12fc7dc5
)
2007-12-21 05:47:21 +01:00
Jelmer Vernooij
51d8da8ae3
r26239: Fix registry argument order.
...
(This used to be commit 0b3de2a63a
)
2007-12-21 05:47:21 +01:00
Jelmer Vernooij
bbdfbf8d9d
r26238: Add a loadparm context parameter to torture_context, remove more uses of global_loadparm.
...
(This used to be commit a33a553054
)
2007-12-21 05:47:20 +01:00
Jelmer Vernooij
291ddf4336
r26237: Add loadparm context to the server service interface.
...
(This used to be commit 1386c5c925
)
2007-12-21 05:47:15 +01:00
Jelmer Vernooij
6c999cd123
r26236: Remove more uses of global_loadparm or specify loadparm_context explicitly.
...
(This used to be commit 5b29ef7c03
)
2007-12-21 05:47:15 +01:00
Jelmer Vernooij
934e932387
r26235: Avoid global_loadparm.
...
(This used to be commit e903978220
)
2007-12-21 05:47:13 +01:00
Jelmer Vernooij
7e298580e0
r26234: More global_loadparm fixes.
...
(This used to be commit 84892d030d
)
2007-12-21 05:47:12 +01:00
Jelmer Vernooij
120ecdb5cb
r26233: Pass loadparm context when creating krb5 contexts.
...
(This used to be commit 7780bf285f
)
2007-12-21 05:47:11 +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
fface33dd7
r26231: Spell check: credentails -> credentials.
...
(This used to be commit 4b46888bd0
)
2007-12-21 05:47:09 +01:00
Jelmer Vernooij
b5594df87d
r26230: Use task-provided loadparm context in a couple more places, avoid loadparm context inside ntlm_auth.
...
(This used to be commit 3a946d1ffd
)
2007-12-21 05:47:07 +01:00
Jelmer Vernooij
cc04f143dc
r26229: Set loadparm context as opaque pointer in ldb, remove more uses of global_loadparm.
...
(This used to be commit 37d05fdc7b
)
2007-12-21 05:47:06 +01:00