summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-01s3-registry: move rpccli_winreg_Connect to the only file it belongs.Günther Deschner4-69/+42
2009-10-01s3: remove unused rpcstr_pull and rpcstr_pull_talloc.Günther Deschner2-41/+0
2009-10-01s3-printing: more use of pull_reg_sz().Günther Deschner1-12/+27
2009-10-01s3-registry: use pull_reg_sz() where appropriate.Günther Deschner7-32/+36
2009-10-01s4-tort-drs: Add bind_info for dcerpc_drsuapi_DsBind() callKamen Mazdrashki2-1/+41
2009-10-01s4-tort-drs: DsReplicaUpdateRefs test fixed and extendedKamen Mazdrashki1-37/+50
2009-10-01s4-tort: Added assertion macro for DRSUAPI callKamen Mazdrashki1-3/+16
2009-09-30allow for outstanding_aio_calls to be decrementedOlaf Flebbe1-2/+4
2009-09-30s3-printing: use regval_ctr_addvalue_multi_sz.Günther Deschner1-17/+4
2009-09-30s3-registry: add regval_ctr_addvalue_multi_sz.Günther Deschner2-0/+18
2009-09-30s3: re-run make idl. janitor for tridge.Günther Deschner2-2/+2
2009-09-30s3-rpc_parse: remove unused prs_string.Günther Deschner2-45/+0
2009-09-30s4:torture: data_blob_hex_string() output is now lowercase.Andrew Kroeger2-3/+3
2009-09-30s4:samba.tests.samdb - remove last relicts of the templatesMatthias Dieter Wallnöfer1-4/+2
2009-09-30s4:pyldb - Fixed the return value in "py_ldb_msg_diff"Matthias Dieter Wallnöfer1-2/+0
2009-09-30Revert "s4:wmic - Output enhancements"Matthias Dieter Wallnöfer1-105/+58
2009-09-30Revert "python: create a script for reorgnizing an LDB file."Matthias Dieter Wallnöfer1-60/+0
2009-09-30s4:pwsettings - Improve error handling and introduce "choice" typeMatthias Dieter Wallnöfer1-13/+10
2009-09-30s4:provision - Lets the user choose between the supported forest/domain funct...Matthias Dieter Wallnöfer2-18/+40
2009-09-30s4:provision: Show domains and forests are W2K8 DC capable.Andrew Kroeger2-0/+15
2009-09-30s4:provision: Update schema version number to W2K8.Andrew Kroeger1-1/+1
2009-09-30s4:dsdb/common/util - remove introduced "samdb_is_capable_dc" callMatthias Dieter Wallnöfer1-57/+0
2009-09-30s4:domainlevel - General reworkMatthias Dieter Wallnöfer1-29/+63
2009-09-30w32err: Importing auto-generated Win32 errors and descriptionsKamen Mazdrashki2-1/+7222
2009-09-30w32err: WERR_GROUP_NOT_FOUND renamed to WERR_GROUPNOTFOUNDKamen Mazdrashki3-6/+6
2009-09-30w32err: WERR_USER_EXISTS replace with WERR_USEREXISTS nameKamen Mazdrashki2-3/+3
2009-09-30w32err: WERR_DC_NOT_FOUND replaced with WERR_DCNOTFOUNDKamen Mazdrashki3-5/+5
2009-09-30w32err: FRS_ group of errors replaced with numeric valuesKamen Mazdrashki1-3/+3
2009-09-30w32err: WERR_DOMAIN_CONTROLLER_NOT_FOUND error value fixedKamen Mazdrashki1-1/+1
2009-09-30w32err: Script to fetch and prepare errors to be updated/addedKamen Mazdrashki1-0/+361
2009-09-30idl: ntsvcs.idl depends on misc.idl, not winreg.idlAndrew Tridgell1-1/+1
2009-09-29s4/torture: fix RAW-OPLOCK-STREAM1 test after commit a11bb14Steven Danneman1-11/+12
2009-09-29s4/torture: Allow receiving of oplock break requests in any orderSteven Danneman1-88/+159
2009-09-29s4/torture: convert printf to torture_comment()Aravind Srinivasan1-2/+4
2009-09-30s3-netlogon: properly implement _netr_NetrEnumerateTrustedDomains().Günther Deschner1-6/+33
2009-09-30s3: remove unused unistr2_term_codes.Günther Deschner1-3/+0
2009-09-30s3: remove unused regval_convert_multi_sz().Günther Deschner2-54/+0
2009-09-30s3: remove unused regval_build_multi_sz().Günther Deschner2-55/+0
2009-09-30s3-rpc_parse: remove unused UNISTR2 struct and init function.Günther Deschner3-67/+0
2009-09-30s3: use pull_reg_multi_sz in rpcclient and net.Günther Deschner2-14/+13
2009-09-30s3-util: use pull_reg_multi_sz in reg_pull_multi_sz.Günther Deschner1-26/+10
2009-09-30s3-registry: use pull_reg_multi_sz().Günther Deschner1-13/+14
2009-09-30s3-util: add pull_reg_sz() and pull_reg_multi_sz() convenience functions.Günther Deschner2-0/+37
2009-09-30s3: use push_reg_multi_sz().Günther Deschner2-16/+16
2009-09-30s3-registry: use regval_ctr_addvalue_sz().Günther Deschner8-142/+50
2009-09-30s3-registry: add regval_ctr_addvalue_sz.Günther Deschner2-0/+18
2009-09-30s3-registry: use push_reg_sz().Günther Deschner9-133/+123
2009-09-30s3-util: add push_reg_sz() and push_reg_multi_sz() convenience functions.Günther Deschner2-0/+32
2009-09-29s3: re-run make idl_full.Günther Deschner21-0/+268
2009-09-29winreg: add winreg_Data union to IDL.Günther Deschner8-87/+295