Stefan Metzmacher
7b331b95bf
r21243: create the infrastructure to test a lot of crypto combinations
...
to solve the drsuapi password encryption automaticly.
metze
2007-10-10 14:44:52 -05:00
Stefan Metzmacher
65a55c8fde
r21242: prepare trying to decrypt the encrypted attributes
...
metze
2007-10-10 14:44:51 -05:00
Stefan Metzmacher
df74c4a881
r21236: store and orint the dcerpc session key, gensec session key and user nthash
...
values for each drsuapi connection in RPC-DSSYNC
metze
2007-10-10 14:44:51 -05:00
Stefan Metzmacher
29c44957a0
r21235: fix crash bug
...
metze
2007-10-10 14:44:50 -05:00
Jelmer Vernooij
37c0da541e
r21222: Merge a couple of pidl fixes:
...
* Pidl will now warn when trying to use pointers as integers in expressions.
* "subcontext()" is now marked as deprecated. The alternatives,
transmit_as() / represent_as() should be available soon.
* More tests.
* Remove some unused code in smbtorture.
2007-10-10 14:44:48 -05:00
Andrew Tridgell
01ef699981
r21216: fail the RAW-BENCH-LOCK test if the locking doesn't happen evenly
...
across the connections
2007-10-10 14:44:47 -05:00
Andrew Tridgell
753a85eff6
r21215: extend the RAW-MUX test to test cancelling a async lock request using
...
a SMBexit
2007-10-10 14:44:47 -05:00
Andrew Tridgell
608aac7804
r21213: the build farm seems to show that FreeBSD 6.2 has two different error
...
codes for "Invalid argument". This change should help track that down
2007-10-10 14:44:46 -05:00
Andrew Tridgell
e680656419
r21211: fixed 3 places that assumed that torture_fail() didn't call
...
return. Having a lowercase macro that returns from a function is
probably a bad idea - it looks too much like a C function but doesn't
behave like one.
2007-10-10 14:44:45 -05:00
Andrew Tridgell
8134a628f0
r21208: fix a crash bug caused by r21205
...
please test patches, even if they look trivial!
2007-10-10 14:44:45 -05:00
Jelmer Vernooij
1b75a9ff2d
r21205: Fix warning.
...
Trivial patch from "Lunar Child <luch@etersoft.ru >"
2007-10-10 14:44:44 -05:00
Volker Lendecke
38b688fd15
r21178: Adapt RPC-SAMBA3-SHARESEC to new smbd behavior
2007-10-10 14:44:42 -05:00
Andrew Tridgell
09237e3acf
r21139: make the RAW-MUX test fail if the locking subsystem doesn't trigger
...
early byte range lock retries (ie. PENDING locks in brlock)
2007-10-10 14:44:32 -05:00
Volker Lendecke
966c30ca59
r21134: Attempt to quieten the build farm for Samba3
2007-10-10 14:44:31 -05:00
Volker Lendecke
72a7771b75
r21125: Tridge, please check this closely if this relaxed notify test is
...
acceptable.
In Samba3 with inotify we have the problem that the MODIFIED action is sent
second. I think this could also happen in Samba4, depending on the order when
the different sockets (unix domain dgram / inotify) are looked at by the
events system.
This patch accepts the NEW/OLD/MODIFIED entries in any order.
Comments welcome!
Volker
2007-10-10 14:44:31 -05:00
Volker Lendecke
c9886ce63b
r21124: Samba3 does not support create times correctly.
...
Volker
2007-10-10 14:44:30 -05:00
Jelmer Vernooij
54b6378760
r21066: Fix the build (uninitialised variable).
2007-10-10 14:44:26 -05:00
Jelmer Vernooij
7512270ffa
r21055: Fix executable bit.
2007-10-10 14:44:26 -05:00
Jelmer Vernooij
afe0d170b0
r21040: Remove subunit runner (now written in perl in my perlselftest branch)
2007-10-10 14:44:23 -05:00
Andrew Bartlett
76812a0337
r21039: Test some more failure paths (trying to increase the lcov score).
...
Andrew Bartlett
2007-10-10 14:44:23 -05:00
Jelmer Vernooij
7de4727ceb
r21028: Generate list of tests rather than maintaining it manually.
2007-10-10 14:44:21 -05:00
Andrew Bartlett
5e907ae795
r21027: Print the name we fail on. I need to fix Samba4 to pass this.
...
Andrew Bartlett
2007-10-10 14:44:21 -05:00
Andrew Tridgell
6af4557b13
r20990: check for errors from event_loop_once()
2007-10-10 14:44:18 -05:00
Jelmer Vernooij
9da63e362c
r20967: Allow pidl tests to work with gcov
2007-10-10 14:44:04 -05:00
Jelmer Vernooij
3d3d3031c8
r20962: Fix lcov
2007-10-10 14:44:03 -05:00
Jelmer Vernooij
fa659bed48
r20961: Fix lcov
2007-10-10 14:44:03 -05:00
Jelmer Vernooij
965d0d9289
r20955: Add tests
2007-10-10 14:44:01 -05:00
Jelmer Vernooij
f7e93afa1c
r20954: Add lcov target, fix gcov.
2007-10-10 14:44:01 -05:00
Andrew Bartlett
9ed9a032c2
r20949: Looking over some lcov output, try and walk some error paths.
...
Andrew Bartlett
2007-10-10 14:43:59 -05:00
Andrew Tridgell
1bb10b6cf7
r20930: use sigaction() instead of signal()
...
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
2007-10-10 14:43:55 -05:00
Stefan Metzmacher
edc37501d6
r20922: use the show_deleted module by default
...
metze
2007-10-10 14:43:52 -05:00
Stefan Metzmacher
42a0304b1f
r20907: reset krbtgt, machine and administator account passwords to "test"
...
(same values which are given the provision code for setup test_secrets.ldb)
metze
2007-10-10 14:43:50 -05:00
Andrew Tridgell
acc96e42e7
r20886: fixed a valgrind error
2007-10-10 14:43:45 -05:00
Stefan Metzmacher
72e9cc2184
r20872: make the password_hash module specific to the domain partition
...
as it's the only partition that can hold securityPrincipal objects
metze
2007-10-10 14:43:44 -05:00
Stefan Metzmacher
8e9ff529c8
r20869: - mark the rootdse with isSyncronized=TRUE after a successful replication
...
- reopen the ldb
metze
2007-10-10 14:43:42 -05:00
Stefan Metzmacher
b0e30d030e
r20868: load the pdc_fsmo and naming_fsmo modules
...
metze
2007-10-10 14:43:42 -05:00
Jelmer Vernooij
1c562d9f83
r20831: Update RPC-SCANNER as well after IDL changes.
2007-10-10 14:43:38 -05:00
Jelmer Vernooij
3cc299dbbe
r20830: merge mgmt work
2007-10-10 14:43:37 -05:00
Jelmer Vernooij
37c0cfe83b
r20823: Remove newlines in calls to torture_fail().
2007-10-10 14:43:36 -05:00
Stefan Metzmacher
6790a62e4e
r20807: test static password for the test_*.ldb' files
...
metze
2007-10-10 14:43:33 -05:00
Stefan Metzmacher
a096a97415
r20806: make it possible to configure the secrets.ldb url
...
via "secrets database = my_secrets.ldb"
metze
2007-10-10 14:43:33 -05:00
Jelmer Vernooij
2ba225ee12
r20784: Add ref pointer
2007-10-10 14:40:54 -05:00
Stefan Metzmacher
6d320ec19c
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
2007-10-10 14:40:52 -05:00
Stefan Metzmacher
b311de14c1
r20770: remove unused var
...
metze
2007-10-10 14:40:50 -05:00
Stefan Metzmacher
56109df406
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
2007-10-10 14:40:50 -05:00
Stefan Metzmacher
ac228b3a6a
r20768: store the prefixMap and schemaInfo attributes on the schema head object
...
metze
2007-10-10 14:40:50 -05:00
Stefan Metzmacher
efa31bbc37
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
2007-10-10 14:40:49 -05:00
Stefan Metzmacher
6ecd1342de
r20766: when creating dsdb_attribute or dsdb_class structs from ldb, try the oid mapping
...
if the dsdb_schema has mappings attached
metze
2007-10-10 14:40:49 -05:00
Volker Lendecke
93e6dbaf5b
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
2007-10-10 14:40:46 -05:00
Jelmer Vernooij
a3f7b18473
r20757: Strip recipe functionality (should be one layer up)
2007-10-10 14:40:45 -05:00