Jelmer Vernooij
c5bf20c5fe
r26325: Remove use of global_loadparm in netif.
...
(This used to be commit e452cb2859
)
2007-12-21 05:48:37 +01:00
Andrew Bartlett
04304808ca
r26324: Fix includes for Jelmer.
...
Andrew Bartlett
(This used to be commit 8089283784
)
2007-12-21 05:48:35 +01:00
Jelmer Vernooij
b4e6090d42
r26323: Regenerated credentials SWIG.
...
(This used to be commit 0bd01aca00
)
2007-12-21 05:48:34 +01:00
Jelmer Vernooij
5c4516fcf7
r26322: Fix include
...
(This used to be commit 9744316937
)
2007-12-21 05:48:34 +01:00
Jelmer Vernooij
bd9e8e9ae1
r26321: Fix python tests.
...
(This used to be commit f9bf02fd5c
)
2007-12-21 05:48:34 +01:00
Jelmer Vernooij
9976886710
r26320: Clean up properly after error.
...
(This used to be commit 9fdfe1ad8c
)
2007-12-21 05:48:33 +01:00
Jelmer Vernooij
41db2ab12c
r26319: Split encoding functions out of libcli_ldap.
...
(This used to be commit 95a6ef7fc8
)
2007-12-21 05:48:33 +01:00
Jelmer Vernooij
090d251c19
r26318: Don't rely on SAMDB functions in secrets database.
...
(This used to be commit 791285f66c
)
2007-12-21 05:48:31 +01:00
Jelmer Vernooij
cc35894fb5
r26317: Fix typos.
...
(This used to be commit 4c7e3843a0
)
2007-12-21 05:48:31 +01:00
Jelmer Vernooij
39ee38d9c1
r26316: Use contexts for conversion functions.
...
(This used to be commit f6420d933b
)
2007-12-21 05:48:30 +01:00
Jelmer Vernooij
b440ed3df3
r26315: Avoid using lp_ functions in libcharset.
...
(This used to be commit db6dd425e3
)
2007-12-21 05:48:27 +01:00
Jelmer Vernooij
548c3e5357
r26314: Eliminate use of global_loadparm.
...
(This used to be commit aa98a1781c
)
2007-12-21 05:48:26 +01:00
Jelmer Vernooij
2f5ca872a8
r26313: Fix more uses of static loadparm.
...
(This used to be commit 6fd0d9d3b7
)
2007-12-21 05:48:25 +01:00
Jelmer Vernooij
fb29325f1d
r26312: Move specification of port higher up the call stack.
...
(This used to be commit 49be7e43ff
)
2007-12-21 05:48:23 +01:00
Jelmer Vernooij
0f21c092d6
r26311: Move port number specification higher up the call stack.
...
(This used to be commit ef946ff093
)
2007-12-21 05:48:23 +01:00
Jelmer Vernooij
d378cf4c15
r26310: Remove more uses of global_loadparm.
...
(This used to be commit 9d806da113
)
2007-12-21 05:48:22 +01:00
Jelmer Vernooij
b84be078c1
r26309: Move specification of port higher up the all stack.
...
(This used to be commit 7de55cde7c
)
2007-12-21 05:48:21 +01:00
Jelmer Vernooij
fd1870e4f7
r26308: Split up big popt common callback function.
...
(This used to be commit bd2d6e0595
)
2007-12-21 05:48:20 +01:00
Stefan Metzmacher
1fbe268ec9
r26307: BASE-DELAYWRITE: only set the write time
...
metze
(This used to be commit b7d7a58b23
)
2007-12-21 05:48:19 +01:00
Stefan Metzmacher
8036dbcf7f
r26306: BASE-DELAYWRITE: print access time stamps and test fileinfo and pathinfo match
...
metze
(This used to be commit 58bc21a3f8
)
2007-12-21 05:48:19 +01:00
Andrew Bartlett
8edcbc8474
r26305: Update template files and testsuite to try and work with current
...
openldap, and fully support different LDAP server locations.
Andrew Bartlett
(This used to be commit a00bb94253
)
2007-12-21 05:48:19 +01:00
Andrew Bartlett
439f85c609
r26304: More work to remove silly error printouts.
...
Andrew Bartlett
(This used to be commit ba23dac031
)
2007-12-21 05:48:18 +01:00
Andrew Bartlett
c3c27fadc0
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
(This used to be commit 1fb8c31a3d
)
2007-12-21 05:48:18 +01:00
Andrew Bartlett
d8b9103111
r26302: Print the error string for failed rootdse searches.
...
Andrew Bartlett
(This used to be commit a7595d009a
)
2007-12-21 05:48:17 +01:00
Andrew Bartlett
89144dfead
r26301: Collapose ldb_next_init() into being a caller of ldb_init_module_chain
...
and therefore further improve debug output.
Andrew Bartlett
(This used to be commit 5e93ca2ea1
)
2007-12-21 05:48:16 +01:00
Andrew Bartlett
7f015e2e2e
r26300: Don't segfault when called from the ntptr libs.
...
Andrew Bartlett
(This used to be commit 89279d730f
)
2007-12-21 05:48:15 +01:00
Andrew Bartlett
dbf77b6405
r26299: Print out which module failed to initialise.
...
Andrew Bartlett
(This used to be commit 6628d9f843
)
2007-12-21 05:48:15 +01:00
Andrew Bartlett
f5860b5a85
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
(This used to be commit b0de08916e
)
2007-12-21 05:48:15 +01:00
Andrew Bartlett
6d2f6f1aae
r26297: Correct error message. This function verifies attributes, not
...
objectclasses.
Andrew Bartlett
(This used to be commit 47422b5e59
)
2007-12-21 05:48:14 +01:00
Jelmer Vernooij
57f20ccd24
r26296: Store loadparm context in DCE/RPC server context.
...
(This used to be commit fc1f4d2d65
)
2007-12-21 05:48:13 +01:00
Jelmer Vernooij
a693e6f1c7
r26295: Remove use of global_loadparm for net and wb_pam_auth.
...
(This used to be commit 47696b4298
)
2007-12-21 05:48:12 +01:00
Jelmer Vernooij
fa07f48783
r26294: Use hardcoded name for SWIG for now, until proper autoconf checks are in place.
...
(This used to be commit 6f79763005
)
2007-12-21 05:48:12 +01:00
Jelmer Vernooij
b8911a8be3
r26293: Make sure SWIG directory exists, respect DESTDIR.
...
(This used to be commit 24e2623a92
)
2007-12-21 05:48:11 +01:00
Jelmer Vernooij
6525b06473
r26292: Make sure swig directory exists.
...
(This used to be commit 7962d221fc
)
2007-12-21 05:48:11 +01:00
Stefan Metzmacher
188b029ff6
r26291: build: make use of output::add_dir_str() to avoid ugly foo/../bla pathes
...
metze
(This used to be commit 120e5e08f7
)
2007-12-21 05:48:11 +01:00
Stefan Metzmacher
e736a215ce
r26290: build: split add_dir() into add_dir_str() and add_dir_array()
...
metze
(This used to be commit e0754868df
)
2007-12-21 05:48:10 +01:00
Stefan Metzmacher
e7279ac7c1
r26289: build: avoid nasty foo/./bla pathes for python stuff
...
metze
(This used to be commit 59469088e7
)
2007-12-21 05:48:10 +01:00
Stefan Metzmacher
fb3877df0b
r26288: events: events.h uses uint16_t so it needs stdint.h
...
stdlib.h isn't used directly and talloc.h brings it in anyway
this fixes the build of lib/events/./events_wrap.c
on older systems linux versions.
metze
(This used to be commit 60b852688c
)
2007-12-21 05:48:10 +01:00
Stefan Metzmacher
0063e7a1e9
r26287: selftest: fix stupid typo LDB_MODULE_PATH -> LDB_MODULES_PATH
...
metze
(This used to be commit 038fb0d890
)
2007-12-21 05:48:09 +01:00
Günther Deschner
b466534a0d
r26286: IDL and torture test for netr_ServerTrustPasswordsGet().
...
Guenther
(This used to be commit 231fe8826b
)
2007-12-21 05:48:09 +01:00
Günther Deschner
96b46e9907
r26285: Add IDL and torture test for netr_ServerPasswordGet().
...
Guenther
(This used to be commit d64244cfe8
)
2007-12-21 05:48:08 +01:00
Andrew Bartlett
19b00d57f4
r26284: Rather than just debug, push the error back up the stack as the error
...
string, if we fail to load the schema.
Andrew Bartlett
(This used to be commit 1dc771f903
)
2007-12-21 05:48:08 +01:00
Andrew Bartlett
9bdc1194da
r26283: fix typo
...
(This used to be commit 7d1169b52b
)
2007-12-21 05:48:08 +01:00
Andrew Bartlett
d4fbd381fa
r26282: These modules expect errors, but if we don't wipe the error string, we
...
get phony error strings at the caller, which is very confusing.
Andrew Bartlett
(This used to be commit 9ac7f4f609
)
2007-12-21 05:48:07 +01:00
Jelmer Vernooij
e611afb3e4
r26281: Fix include.
...
(This used to be commit c435183cb9
)
2007-12-21 05:48:07 +01:00
Jelmer Vernooij
74384590f3
r26280: Fix installation if swig is not available.
...
(This used to be commit 3320bd401f
)
2007-12-21 05:48:06 +01:00
Jelmer Vernooij
913bc1d866
r26279: Don't compile any python stuff if python is not available.
...
(This used to be commit 2637a2fedb
)
2007-12-21 05:48:05 +01:00
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