Stefan Metzmacher
274df78541
r20788: - remove epoll configure checks from libreplace
...
- fix epoll configure checks for the epoll and aio
events backends
- we should only activate the epoll backend if sys/epoll.h
and epoll_create() are found
- we should only activate the aio backend if sys/epoll.h, epoll_create(),
libaio.h and io_getevents() are found
hopefully fix the build on 'bnhtest' in the build farm...
metze
(This used to be commit d46a5efb03
)
2007-10-10 14:40:55 -05:00
Stefan Metzmacher
f5473306c5
r20787: a subsystem doesn't need explicit dependencies to its modules
...
metze
(This used to be commit 017cf3f137
)
2007-10-10 14:40:55 -05:00
Jelmer Vernooij
c448896c7e
r20786: Fix the build.
...
(This used to be commit 42bb335bd5
)
2007-10-10 14:40:55 -05:00
Jelmer Vernooij
153d4f367b
r20785: Add stub implementation for mgmt interface.
...
(This used to be commit e84a369d9b
)
2007-10-10 14:40:54 -05:00
Jelmer Vernooij
cd15a223cc
r20784: Add ref pointer
...
(This used to be commit 2ba225ee12
)
2007-10-10 14:40:54 -05:00
Rafal Szczesniak
79cd3ada82
r20783: Ejsnet files are now moved into a separate directory. I need to commit
...
this as the change is getting bigger and bigger.
Jelmer, Metze, I don't know enough of our build system so please check
if .mk files are ok.
rafal
(This used to be commit 77ede0656c
)
2007-10-10 14:40:54 -05:00
Rafal Szczesniak
a6f6530c38
r20782: Place ejsnet files in a separate directory.
...
rafal
(This used to be commit 10968c3f4b
)
2007-10-10 14:40:53 -05:00
Stefan Metzmacher
b15f4878e1
r20780: keep a dsdb_schema_fsmo struct as private data
...
and remember if we're the schema master
metze
(This used to be commit c42dab21fb
)
2007-10-10 14:40:53 -05:00
Stefan Metzmacher
3b956f0779
r20779: fix compiler warnings
...
metze
(This used to be commit 0b98f11d3e
)
2007-10-10 14:40:53 -05:00
Stefan Metzmacher
2fe86d1e42
r20778: we don't need a talloc_steal here
...
metze
(This used to be commit 0ef90769b4
)
2007-10-10 14:40:53 -05:00
Stefan Metzmacher
dbdb4cc269
r20777: only include closefrom.c if the system doesn't have it.
...
hopefully solaris build fine now...
metze
(This used to be commit f9a6649f08
)
2007-10-10 14:40:52 -05:00
Stefan Metzmacher
47523dbc6a
r20776: require a loaded dsdb_schema for originating add and modify operations
...
(later we'll require it for all originating changes...)
metze
(This used to be commit fc1a836ecc
)
2007-10-10 14:40:52 -05:00
Stefan Metzmacher
0de68094bf
r20775: - use the schema_fsmo module on the schema partition, which loads the schema
...
if it's already in the ldb
- reopen the ldb after applying the schema, to that we use the loaded schema
when we apply the config and domain partition objects
metze
(This used to be commit 6d320ec19c
)
2007-10-10 14:40:52 -05:00
Stefan Metzmacher
4af2716c47
r20773: we need to include config.h and replace.h before we can use #ifdef statements
...
hopefully fix the build on solaris 9
metze
(This used to be commit 65ba2920a1
)
2007-10-10 14:40:51 -05:00
Stefan Metzmacher
7057be5ec1
r20772: fix segfault caused by ldb_set_default_dns() from init_context hook of the root dse module
...
metze
(This used to be commit a201d3fc4d
)
2007-10-10 14:40:51 -05:00
Stefan Metzmacher
dd4b91f2f4
r20771: add an ldb module which will force the Schema FSMO Role Owner
...
constraints and it also loads the dsdb_schema at startup.
currently it only loads the dsdb_schema
metze
(This used to be commit d78de0fb68
)
2007-10-10 14:40:51 -05:00
Stefan Metzmacher
5b288e6c4e
r20770: remove unused var
...
metze
(This used to be commit b311de14c1
)
2007-10-10 14:40:50 -05:00
Stefan Metzmacher
cbc8bc056c
r20769: - it's wrong to add the schemaInfo blob as 2nd value to the prefixMap attribute...(was a typo)
...
- as the schemaInfo attribute is already applied to the ldb because it's a replicated attribute
we should not replace it
metze
(This used to be commit 56109df406
)
2007-10-10 14:40:50 -05:00
Stefan Metzmacher
caf37188d6
r20768: store the prefixMap and schemaInfo attributes on the schema head object
...
metze
(This used to be commit ac228b3a6a
)
2007-10-10 14:40:50 -05:00
Stefan Metzmacher
abeb80b77f
r20767: don't pass a dsdb_schema to dsdb_extended_replicated_objects_commit()
...
anymore it should use the dsdb_schema attached to the ldb_context
via dsdb_get_schema()
metze
(This used to be commit efa31bbc37
)
2007-10-10 14:40:49 -05:00
Stefan Metzmacher
9f876c9fae
r20766: when creating dsdb_attribute or dsdb_class structs from ldb, try the oid mapping
...
if the dsdb_schema has mappings attached
metze
(This used to be commit 6ecd1342de
)
2007-10-10 14:40:49 -05:00
Stefan Metzmacher
15f6cf2449
r20765: add two more schema related error codes
...
metze
(This used to be commit 75f5a88f22
)
2007-10-10 14:40:48 -05:00
Stefan Metzmacher
e8d9ccd574
r20764: fix some little bugs
...
metze
(This used to be commit 1c3d1723e9
)
2007-10-10 14:40:48 -05:00
Stefan Metzmacher
b93d6b41cb
r20763: add function to get the oid mappings in drsuapi or ldb form
...
metze
(This used to be commit cab3acb9bb
)
2007-10-10 14:40:48 -05:00
Stefan Metzmacher
ee56bf2317
r20762: load the default dn's after the rootdse module is initialized,
...
so that following module can access the default dn's.
metze
(This used to be commit a934da4dcf
)
2007-10-10 14:40:47 -05:00
Stefan Metzmacher
0c29f6d56d
r20761: let ldb modules call ldb_set_default_dns()
...
metze
(This used to be commit 224a31cdbf
)
2007-10-10 14:40:47 -05:00
Stefan Metzmacher
1687e73abe
r20760: also handle the case where no private data is attached to the module
...
metze
(This used to be commit c8f5aad40a
)
2007-10-10 14:40:46 -05:00
Volker Lendecke
677633480b
r20758: Adapt RAW-UNLINK error returns for wildcard unlinks to Samba3.
...
If someone is feeling like solving that puzzle, contact Jeremy or me for hints
:-)
Volker
(This used to be commit 93e6dbaf5b
)
2007-10-10 14:40:46 -05:00
Jelmer Vernooij
70dcbd1f0f
r20757: Strip recipe functionality (should be one layer up)
...
(This used to be commit a3f7b18473
)
2007-10-10 14:40:45 -05:00
Jelmer Vernooij
10e1a80b9e
r20756: Update to use generated recipes.
...
(This used to be commit 842637f78b
)
2007-10-10 14:40:45 -05:00
Jelmer Vernooij
0eb967cd41
r20755: Add progress indicator to test runner
...
(This used to be commit bbe00636a9
)
2007-10-10 14:40:44 -05:00
Jelmer Vernooij
5ae1175460
r20754: Simplify code for calculating total number of failed tests.
...
(This used to be commit f288ca5f68
)
2007-10-10 14:40:44 -05:00
Derrell Lipman
d657ae5b19
r20753: editorial change
...
(This used to be commit 261c383751
)
2007-10-10 14:40:43 -05:00
Derrell Lipman
ee0ad11f76
r20752: There's no reason to wait 5 seconds before the first Status and Statistics
...
report is generated. Upon "appear" events, set timer expiry to 0 seconds for
the first timeout.
(This used to be commit 7b98d6a77f
)
2007-10-10 14:40:43 -05:00
Derrell Lipman
332cc82dd2
r20751: It's unlikely that even 1 in 1000 users of SWAT will be running IE. That not
...
withstanding, although many web sites ignore Gecko and work properly only when
accessed via IE, we should strive to a higher standard.
This check-in makes the Samba4 Web Application Framework work in IE as well.
(This used to be commit fed131747a
)
2007-10-10 14:40:43 -05:00
Jelmer Vernooij
727748bee8
r20750: Use files in script/tests to build a recipe rather than running the tests immediately.
...
(This used to be commit d31d16e4eb
)
2007-10-10 14:40:42 -05:00
Jelmer Vernooij
70dbcf6d69
r20748: Add file I forgot to commit
...
(This used to be commit 2794af5726
)
2007-10-10 14:40:36 -05:00
Jelmer Vernooij
f60f9de6a8
r20747: Move cifsdd to blackbox section
...
(This used to be commit 96ac1c62ee
)
2007-10-10 14:40:36 -05:00
Jelmer Vernooij
d9665a737b
r20746: Don't report each individual test in test_smbclient as a single testsuite.
...
Create separate directory for blackbox tests.
(This used to be commit 7e6357f213
)
2007-10-10 14:40:36 -05:00
Jelmer Vernooij
1d1315adcd
r20739: Add more command-line options.
...
(This used to be commit 8ca927f888
)
2007-10-10 14:40:35 -05:00
Jelmer Vernooij
1e29e06d80
r20737: Add option parsing.
...
(This used to be commit b1719ebf38
)
2007-10-10 14:40:35 -05:00
Stefan Metzmacher
02097b0955
r20736: skip the NBT-WINSREPLICATION-OWNED test in make quicktest
...
metze
(This used to be commit b3ff3f8c36
)
2007-10-10 14:40:35 -05:00
Stefan Metzmacher
fbec233ec7
r20735: print out a headline and the oMObjectClass
...
metze
(This used to be commit 0ccd35bb3d
)
2007-10-10 14:40:34 -05:00
Stefan Metzmacher
c186fb9463
r20734: always terminate the string... so that an empty data_blob
...
gets '\0' as "" string
metze
(This used to be commit 4f5daa830a
)
2007-10-10 14:40:34 -05:00
Stefan Metzmacher
43063d5b14
r20733: add a function to load the oid mappings from ldb_val's
...
metze
(This used to be commit b7f681a8a1
)
2007-10-10 14:40:34 -05:00
Stefan Metzmacher
0410300810
r20732: add idl for storing the prefixMap attribute
...
as w2k3 doesn't return it when you ask for we don't know
the exact format, but we assume that it starts with a uint32 version
and as this attribute is not replicated we can chosse our own version...
metze
(This used to be commit cf546b7c18
)
2007-10-10 14:40:33 -05:00
Stefan Metzmacher
7dd80e872d
r20731: we need the complex memmove() handling for removing an attribute only in one place
...
metze
(This used to be commit dfdfdd6cef
)
2007-10-10 14:40:33 -05:00
Stefan Metzmacher
bc4af8dd5e
r20730: this can be const
...
metze
(This used to be commit 181db92047
)
2007-10-10 14:40:33 -05:00
Stefan Metzmacher
21729fff11
r20729: add a version number to struct dsdb_extended_replicated_objects
...
metze
(This used to be commit 2e79863d54
)
2007-10-10 14:40:33 -05:00
Stefan Metzmacher
82b4069171
r20728: the DSDB_CONTROL_REPLICATED_OBJECT_OID control isn't used anymore
...
because we now use DSDB_EXTENDED_REPLICATED_OBJECTS_OID extended operation
metze
(This used to be commit 4380cc9ed6
)
2007-10-10 14:40:32 -05:00