Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-01 | s4-tort-drs: Add bind_info for dcerpc_drsuapi_DsBind() call | Kamen Mazdrashki | 2 | -1/+41 | |
After this patch DsGetNCChanges() test works fine. bind_info returned by server is also cached for future use Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-10-01 | s4-tort-drs: DsReplicaUpdateRefs test fixed and extended | Kamen Mazdrashki | 1 | -37/+50 | |
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-10-01 | s4-tort: Added assertion macro for DRSUAPI call | Kamen Mazdrashki | 1 | -3/+16 | |
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-30 | s4:torture: data_blob_hex_string() output is now lowercase. | Andrew Kroeger | 1 | -2/+2 | |
Based on the change in commit fb84edabbe9f358031117de2cf78613c704ac600, these tests needs to expect lowercase output. | |||||
2009-09-30 | s4:samba.tests.samdb - remove last relicts of the templates | Matthias Dieter Wallnöfer | 1 | -4/+2 | |
2009-09-30 | s4:pyldb - Fixed the return value in "py_ldb_msg_diff" | Matthias Dieter Wallnöfer | 1 | -2/+0 | |
The case distinction shouldn't be needed also when "diff" is NULL. "PyLdbMessage_FromMessage" works with "NULL" arguments. | |||||
2009-09-30 | Revert "s4:wmic - Output enhancements" | Matthias Dieter Wallnöfer | 1 | -105/+58 | |
This reverts commit fb914640ad656b146f732ab33063575e2e47e37c. Jelmer requested the revert since he feels better when we reapply this change after his merge with the updated WMI branch. | |||||
2009-09-30 | Revert "python: create a script for reorgnizing an LDB file." | Matthias Dieter Wallnöfer | 1 | -60/+0 | |
This reverts commit 11a7842854c0be8c427a2dbf0a8fc3761cda6298. abartlet claims that this patch could lead to data loss (look at technical mailing list) | |||||
2009-09-30 | s4:pwsettings - Improve error handling and introduce "choice" type | Matthias Dieter Wallnöfer | 1 | -13/+10 | |
- Improve the error handling according to Jelmer's suggestions - Print out the error messages on "stderr" - Add also here the "choice" type for arguments | |||||
2009-09-30 | s4:provision - Lets the user choose between the supported forest/domain ↵ | Matthias Dieter Wallnöfer | 2 | -18/+40 | |
function levels Adds a parameter "--function-level" which allows to specify the domain and forest function level. | |||||
2009-09-30 | s4:provision: Show domains and forests are W2K8 DC capable. | Andrew Kroeger | 2 | -0/+15 | |
When adding a W2K8 DC to a domain running earlier DC versions, the "adprep" utility is used to perform schema updates and update other attributes as necessary. Adding these entries provides an indication that the adprep utility has been run with the /forestprep, /domainprep and /rodcprep arguments. Although these entries indicate adprep has been run, nothing has been done to verify that the changes that the adprep utility would have made have actually been done. The values used for the revision atttributes are as seen on a W2K8 DC (not W2K8 R2, which will probably have higher values). | |||||
2009-09-30 | s4:provision: Update schema version number to W2K8. | Andrew Kroeger | 1 | -1/+1 | |
We are running the W2K8 schema version, not the W2K3 version. | |||||
2009-09-30 | s4:dsdb/common/util - remove introduced "samdb_is_capable_dc" call | Matthias Dieter Wallnöfer | 1 | -57/+0 | |
I came up with a better solution which is invoked when we try to join a domain as a DC (in file "libnet_become_dc.c"). Consider a following commit for this patch. | |||||
2009-09-30 | s4:domainlevel - General rework | Matthias Dieter Wallnöfer | 1 | -29/+63 | |
- We support domain/forest function levels >= (Windows) 2003 Native -> adapt the domain/forest and DC function level restrictions. - Consider also the lowest function level of a DC. The domain and forest function levels can never be higher than it. - Improve the error handling by printing out messages to "stderr" - Introduce the "choice" type for choice arguments (saves us some error handling) | |||||
2009-09-30 | w32err: Script to fetch and prepare errors to be updated/added | Kamen Mazdrashki | 1 | -0/+361 | |
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-29 | s4/torture: fix RAW-OPLOCK-STREAM1 test after commit a11bb14 | Steven Danneman | 1 | -11/+12 | |
We were pulling junk memory for our stream names after the reordering of the struct definition. | |||||
2009-09-29 | s4/torture: Allow receiving of oplock break requests in any order | Steven Danneman | 1 | -88/+159 | |
Previously, the oplock torture tests, being single threaded, required the server to return oplock break requests, and other SMB packets in a specific order for us to verify "correctness". Of course, in several cases the protocol allows the break packets, especially breaks to levelII to come back in any order. With tevent we're now able to wait for oplock breaks in the middle of a torture test. I've added a helper to do this, and modified all oplock tests to allow returning of oplock breaks in any order. | |||||
2009-09-29 | s4/torture: convert printf to torture_comment() | Aravind Srinivasan | 1 | -2/+4 | |
Allows "make test" and other harnesses to print cleaner output. | |||||
2009-09-28 | Move samba-specific variable to s4 Makefile. | Jelmer Vernooij | 2 | -2/+2 | |
2009-09-28 | make: Use $(base_srcdirs) in 'make clean' rather than keeping a separate | Jelmer Vernooij | 1 | -1/+1 | |
list. | |||||
2009-09-28 | s4-kcc: fixed corruption of repsFrom records by kcc | Andrew Tridgell | 1 | -4/+2 | |
We were re-using a stack variable outside of the stack scope | |||||
2009-09-28 | s4-kcc: remove stale repsFrom entries in kcc run | Andrew Tridgell | 1 | -0/+11 | |
2009-09-28 | s4-dsdb: don't return the partition root objects | Andrew Tridgell | 1 | -1/+19 | |
When searching across partitions, we want to avoid sending duplicate records caused by the record appearing both as a mount point and as a partition root in a nested partition. This patch works by intercepting objects from searches and checking if they match a partition root. If they do, and the partition is not the one in the partition control request, then discard the object. | |||||
2009-09-28 | s4-make: add libds to etags/ctags source list | Andrew Tridgell | 1 | -1/+1 | |
2009-09-28 | s4-libnet: fixed debug formatting | Andrew Tridgell | 1 | -2/+2 | |
2009-09-28 | s4-dsdb: removed extraneous debug messages | Andrew Tridgell | 1 | -4/+0 | |
2009-09-28 | s4-dsdb: update replPropertyMetaData on linked attribute source attributes | Andrew Tridgell | 1 | -0/+23 | |
2009-09-28 | s4-dsdb: fixed searching for GUID based DNs between partitions | Andrew Tridgell | 1 | -2/+16 | |
2009-09-28 | s4-drs: removed debug code that replicated a maximum of 10 objects at a time | Andrew Tridgell | 1 | -2/+1 | |
2009-09-28 | s4-drsuapi: state variable for getncchanges | Andrew Tridgell | 1 | -0/+1 | |
2009-09-28 | s4-dsruapi: plugfest updates | Andrew Tridgell | 1 | -77/+144 | |
- always fetch parentGUID from databases, don't rely on parentGUID in attributes - re-fetch nc root mesages to avoid the problem of dual messages for roots - support returning messages a chunk at a time, using max_object_count from request | |||||
2009-09-28 | s4-drsutil: allow NULL filter | Andrew Tridgell | 1 | -5/+0 | |
2009-09-28 | s4-ldap: fixed spelling | Andrew Tridgell | 1 | -1/+1 | |
2009-09-28 | s4-samdb: when UF_SERVER_TRUST_ACCOUNT is set mark object as critical | Andrew Tridgell | 1 | -0/+10 | |
We may also need to remove the isCriticalSystemObject when the machine is demoted | |||||
2009-09-28 | s4-repl: free the la list on prepare commit failure | Andrew Tridgell | 1 | -0/+3 | |
2009-09-28 | s4-samdb: free the linked_attributes list on prepare commit failure | Andrew Tridgell | 1 | -0/+6 | |
2009-09-28 | s4-repl: use GUID to resolve target in linked attributes | Andrew Tridgell | 1 | -8/+7 | |
When we vampire from w2k8-r2, the DC sends us a linked attribute for our machine account which has a target DN with a GUID of the OU=Domain Controllers objects, but has a DN of CN=Computers. We need to use the GUID to resolve the real DN. | |||||
2009-09-28 | s4-dsdb: ask for an extended DN in dsdb_find_dn_by_guid() | Andrew Tridgell | 1 | -0/+5 | |
2009-09-28 | s4-dsdb: make dsdb_search_dn_with_deleted public for repl_meta_data module | Andrew Tridgell | 1 | -5/+5 | |
2009-09-28 | s4-acl: fixed SD creation | Andrew Tridgell | 1 | -12/+22 | |
Thanks for Nadya and Metze for this. The SDs were being created with invalid fields (noticed by w2k8-r2 client when joining our domain) | |||||
2009-09-28 | s4-drs: fixed sorting of replPropertyMetaData | Andrew Tridgell | 1 | -31/+44 | |
This also ensures we add the SHOW_DELETED control on searches for old replPropertyMetaData attributes | |||||
2009-09-27 | parmlist: Add more tests. | Jelmer Vernooij | 2 | -18/+16 | |
2009-09-27 | rpc_server: Fix warnings. | Jelmer Vernooij | 1 | -0/+2 | |
2009-09-27 | librpc: Fix path to ndr_standard pc file. | Jelmer Vernooij | 1 | -1/+1 | |
2009-09-27 | selftest: Prefer system tap2subunit if available. | Jelmer Vernooij | 1 | -1/+5 | |
2009-09-27 | parmlist: Add basic tests for test_get_int(). | Jelmer Vernooij | 2 | -0/+2 | |
2009-09-26 | libutil: Add separate utility code for dealing with settings as a | Jelmer Vernooij | 2 | -59/+37 | |
collection of key/value pairs. | |||||
2009-09-26 | gensec: Avoid exposing lp_ctx on the API level. | Jelmer Vernooij | 4 | -15/+13 | |
2009-09-26 | pygensec: Add initial work on a gensec Python module. | Jelmer Vernooij | 4 | -0/+185 | |
2009-09-26 | regshell: Add support for 'cd ..' and cd relative to the root. | Wilco Baan Hofman | 1 | -8/+73 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> |