summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-09-29s4/torture: Allow receiving of oplock break requests in any orderSteven Danneman1-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-29s4/torture: convert printf to torture_comment()Aravind Srinivasan1-2/+4
Allows "make test" and other harnesses to print cleaner output.
2009-09-30s3-netlogon: properly implement _netr_NetrEnumerateTrustedDomains().Günther Deschner1-6/+33
Guenther
2009-09-30s3: remove unused unistr2_term_codes.Günther Deschner1-3/+0
Guenther
2009-09-30s3: remove unused regval_convert_multi_sz().Günther Deschner2-54/+0
Guenther
2009-09-30s3: remove unused regval_build_multi_sz().Günther Deschner2-55/+0
Guenther
2009-09-30s3-rpc_parse: remove unused UNISTR2 struct and init function.Günther Deschner3-67/+0
Guenther
2009-09-30s3: use pull_reg_multi_sz in rpcclient and net.Günther Deschner2-14/+13
Guenther
2009-09-30s3-util: use pull_reg_multi_sz in reg_pull_multi_sz.Günther Deschner1-26/+10
Guenther
2009-09-30s3-registry: use pull_reg_multi_sz().Günther Deschner1-13/+14
Guenther
2009-09-30s3-util: add pull_reg_sz() and pull_reg_multi_sz() convenience functions.Günther Deschner2-0/+37
Guenther
2009-09-30s3: use push_reg_multi_sz().Günther Deschner2-16/+16
Guenther
2009-09-30s3-registry: use regval_ctr_addvalue_sz().Günther Deschner8-142/+50
Greatly simplifies and cleanes up the code. Guenther
2009-09-30s3-registry: add regval_ctr_addvalue_sz.Günther Deschner2-0/+18
Guenther
2009-09-30s3-registry: use push_reg_sz().Günther Deschner9-133/+123
Guenther
2009-09-30s3-util: add push_reg_sz() and push_reg_multi_sz() convenience functions.Günther Deschner2-0/+32
Guenther
2009-09-29s3: re-run make idl_full.Günther Deschner21-0/+268
Guenther
2009-09-29winreg: add winreg_Data union to IDL.Günther Deschner8-87/+295
Guenther
2009-09-29s3: Document the "share:fake_fscaps" parameter, fix bug 6765Volker Lendecke1-0/+20
2009-09-29s3: Remove the lua interpreter againVolker Lendecke107-28677/+4
This was meant to support async winbind. But as the hairy parts of async winbind (getgrent) are done without it, it can go again.
2009-09-29pidl: added union padding for NDR64Andrew Tridgell4-2/+37
This fixes the problem with samr UserInfo16 when NDR64 is enabled
2009-09-28Don't defer a talloc_move'd pointer.Jeremy Allison1-1/+1
Jeremy.
2009-09-28Second part of fix for bug #6235 - domain enumeration breaks if master ↵Jeremy Allison1-1/+1
browser has space in name. Ensure we ask for the #20 name as we're using it as a server. Jeremy.
2009-09-28s3:winbind: remove a pointless initializationVolker Lendecke1-1/+1
2009-09-28s3:gencache: Add my copyrightVolker Lendecke1-0/+1
2009-09-28s3:winbind: Make check_info3_in_group, sanitize its memory handlingVolker Lendecke2-15/+23
2009-09-28s3:winbind: Make "check_request_flags" publically availableVolker Lendecke2-2/+4
2009-09-28s3:winbind: Sanitize the args for find_auth_domain: It only needs the flagsVolker Lendecke3-9/+10
2009-09-28s3:winbind: Make append_data publically available as append_auth_dataVolker Lendecke2-6/+12
2009-09-28s3/VERSION: Raise version up to 3.5.0.Karolin Seeger1-1/+1
Karolin
2009-09-28changed debuglevel for two messages in the GPFS module from 0 to 10 they ↵Christian Ambach1-2/+2
spammed the logs on a test machine and they are just debug messages, so let's move them to the level of the other debug messages in the file Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
2009-09-28pidl: Avoid using talloc_free as function pointer, since it may be aJelmer Vernooij3-2/+14
macro.
2009-09-28Move samba-specific variable to s4 Makefile.Jelmer Vernooij2-2/+2
2009-09-28make: Use $(base_srcdirs) in 'make clean' rather than keeping a separateJelmer Vernooij1-1/+1
list.
2009-09-28s4-kcc: fixed corruption of repsFrom records by kccAndrew Tridgell1-4/+2
We were re-using a stack variable outside of the stack scope
2009-09-28s4-kcc: remove stale repsFrom entries in kcc runAndrew Tridgell1-0/+11
2009-09-28s4-dsdb: don't return the partition root objectsAndrew Tridgell1-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-28s4-make: add libds to etags/ctags source listAndrew Tridgell1-1/+1
2009-09-28s4-libnet: fixed debug formattingAndrew Tridgell1-2/+2
2009-09-28s4-dsdb: removed extraneous debug messagesAndrew Tridgell1-4/+0
2009-09-28s4-dsdb: update replPropertyMetaData on linked attribute source attributesAndrew Tridgell1-0/+23
2009-09-28s4-dsdb: fixed searching for GUID based DNs between partitionsAndrew Tridgell1-2/+16
2009-09-28s4-drs: removed debug code that replicated a maximum of 10 objects at a timeAndrew Tridgell1-2/+1
2009-09-28s4-drsuapi: state variable for getncchangesAndrew Tridgell1-0/+1
2009-09-28s4-dsruapi: plugfest updatesAndrew Tridgell1-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-28s4-drsutil: allow NULL filterAndrew Tridgell1-5/+0
2009-09-28s4-ldap: fixed spellingAndrew Tridgell1-1/+1
2009-09-28s4-samdb: when UF_SERVER_TRUST_ACCOUNT is set mark object as criticalAndrew Tridgell1-0/+10
We may also need to remove the isCriticalSystemObject when the machine is demoted
2009-09-28s4-repl: free the la list on prepare commit failureAndrew Tridgell1-0/+3
2009-09-28s4-samdb: free the linked_attributes list on prepare commit failureAndrew Tridgell1-0/+6