Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 9da63e362c9d590388c77d882f9dbf54b0aa78cc)
|
|
(This used to be commit 3d3d3031c80b56c824ab8a0f3616d564f092a110)
|
|
(This used to be commit fa659bed48eae9b9c2e00be91d8cd4e816527465)
|
|
(This used to be commit 965d0d9289eceed1b9b88ad3f87046ac47202237)
|
|
(This used to be commit f7e93afa1c698ff005d3ce594b952ee2c8431d29)
|
|
Andrew Bartlett
(This used to be commit 9ed9a032c249461e69242afc2e0ccdd47524064e)
|
|
add support for sa_flags argument to event_add_signal(). These are
passed to sigaction(). Special handling is provided for SA_RESETHAND
(which tells the event system to remove the handler after the signal)
and SA_SIGINFO which allows the siginfo structure to be received per
signal
(This used to be commit 1bb10b6cf7d717ad21834e73a4ca4b22b5fb6f0a)
|
|
metze
(This used to be commit edc37501d6ecdaf7b13006b732914e21ae0be657)
|
|
(same values which are given the provision code for setup test_secrets.ldb)
metze
(This used to be commit 42a0304b1f903894bf6902baea47c86e64f9f60a)
|
|
(This used to be commit acc96e42e74005f1c381b0ab3f6c1b2e051ffaec)
|
|
as it's the only partition that can hold securityPrincipal objects
metze
(This used to be commit 72e9cc2184c3b52a4f98318e905b75a3be49df2e)
|
|
replication
- reopen the ldb
metze
(This used to be commit 8e9ff529c8930ee6e1acf5cdd5208924ae1f98af)
|
|
metze
(This used to be commit b0e30d030e4294cbab79f4db6e6b19a2afda26cb)
|
|
(This used to be commit 1c562d9f8311c4038fcff067ac6bb8364b606573)
|
|
(This used to be commit 3cc299dbbe278936281f8e7071e6de8ec1bb219c)
|
|
(This used to be commit 37c0cfe83bd9b9f799c880e3b5052a49631a113e)
|
|
metze
(This used to be commit 6790a62e4ecc765e1d8e0b503db04898aa40a1b9)
|
|
via "secrets database = my_secrets.ldb"
metze
(This used to be commit a096a9741597105140845f59e54a76060da0010b)
|
|
(This used to be commit 2ba225ee12180d40a957e4e9a824a544c803a265)
|
|
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 6d320ec19cac00059649703fc0455ba0ba3a16e6)
|
|
metze
(This used to be commit b311de14c1c1011ba7da2142d4067f70e2a5f176)
|
|
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 56109df406a60ef27a2a3d94979d46c470e32117)
|
|
metze
(This used to be commit ac228b3a6a8c33385ab63ab0608b3aa4b99375f5)
|
|
anymore it should use the dsdb_schema attached to the ldb_context
via dsdb_get_schema()
metze
(This used to be commit efa31bbc3717fbf087ff76c4396975f131b16b92)
|
|
oid mapping
if the dsdb_schema has mappings attached
metze
(This used to be commit 6ecd1342ded63b99b51250714127344a5304c47f)
|
|
If someone is feeling like solving that puzzle, contact Jeremy or me for hints
:-)
Volker
(This used to be commit 93e6dbaf5b81661d85539877fd0874480cfa5673)
|
|
(This used to be commit a3f7b184735fb6467bec03eeff53a72003a78097)
|
|
metze
(This used to be commit b3ff3f8c3623c6bf40038b07fdb1084b35442588)
|
|
metze
(This used to be commit 0ccd35bb3ddd8281953e589a6247423c38fc64b1)
|
|
metze
(This used to be commit b7f681a8a144907fa8e0a6503345da7c391dd156)
|
|
after we have created a temporary one
metze
(This used to be commit 35a88f3d39e447a0e2adbd14676d15e5a5ac9488)
|
|
the source dsa
and the highwater mark vector
metze
(This used to be commit a31e017e5388e5abd6ed9d09adcf26d2527954a6)
|
|
DSDB_EXTENDED_REPLICATED_OBJECTS
metze
(This used to be commit c9e7a58f6a16dfa28323fd0fd01ad6ee516c51b0)
|
|
metze
(This used to be commit 8f1fd303a78dd9df94b9a7b8b243dc20bfc7eaee)
|
|
(This used to be commit 1afcf850679b6752935455a8f9198679649922b8)
|
|
(This used to be commit 29d04fadf3db8cb1a6eb2d8ca33f0106cafaaab2)
|
|
(This used to be commit b3e2d4908781781a487eaeb683d22eb967e5597d)
|
|
(This used to be commit 5870830b99a8d76bda1ff5af3fcf8dda9aba50ec)
|
|
uint32_t server_id
to
struct server_id server_id;
which allows a server ID to have an node number. The node number will
be zero in non-clustered case. This is the most basic hook needed for
clustering, and ctdb.
(This used to be commit 2365abaa991d57d68c6ebe9be608e01c907102eb)
|
|
particular the NT_STATUS_INVALID_PARAMETER thing was badly wrong. Remove the
changes based on it. Using gentest is much more effective in this respect, but
it will take a while to figure out the wildcard error handling of W2k3.
Volker
(This used to be commit 33d842e27d7611dd1d3cbfa71d44d63c273ba785)
|
|
reply_unlink
under Linux we returned NT_STATUS_NOT_A_DIRECTORY. This is because in the
bad_path==True condition lstat(2) returns ENOTDIR and not ENOENT.
Not sure if we want to necessarily replicate the INVALID_PARAMETER here, but
this is what W2k3 does.
Jeremy, I tried to call you, but you were not around. So I'll leave it up to
you to merge this.
Volker
(This used to be commit 838afa8f7d2b10460725c1f0b519ce54fb84de88)
|
|
raw-samba3hide
left test.txt with permissions 000 behind...
Volker
(This used to be commit fdd501f8032dceb05989c582132b036bb22e6fb1)
|
|
disabled for
now, there are calls (for example trans2ffirst) which are quite dubious.
Volker
(This used to be commit 79846f09b98965af0817b362f45d11e69e23c3e4)
|
|
I think
Samba should follow w2k3 in this respect.
Volker
(This used to be commit 6094ee9df5820cd26858e9c4eff5dfc7e60181ab)
|
|
when applying replicated objects.
the samldb module ignores such requests now...
and the repl_meta_data module has different functions
for the replicated and originating cases...
metze
(This used to be commit a4d5e0126cfd6135ab829f4984269e265a868a28)
|
|
we need to modify some modules to only handle originating changes...
metze
(This used to be commit 0f387d58e69a6ee806fea02229ef8fa030f2918d)
|
|
- we call a ejs script from the torture test for this task
so that we can use the provision template ldif's.
metze
(This used to be commit e84b0c7d4004df312ae58ed76dd708a2c3c37986)
|
|
on close,
and then remove perms from the parent dir....
Volker
(This used to be commit f24c5052576d4951738f83c3b238d2c251d4553b)
|
|
(This used to be commit f0aa63e39050c7ac10b9d51c5cecc753b257be9a)
|
|
- make it easier to plug in a new events backend
- add simpler 'select' and 'epoll' backends
This is part of the effort to add good AIO support. The events_aio.c
backend is done, but sometimes dies with a SEGV, which is why it isn't
enabled yet.
(This used to be commit 934f18283dbc7958944931a93a854526bcd54884)
|