summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* s4:torture/rpc/dsgetinfo.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-161-3/+6
* s4:torture/rpc/dssync.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-161-6/+8
* s4:torture/rpc/drsuapi*: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-162-24/+25
* s4:torture/rpc/unixinfo.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-161-5/+10
* s4-smbtorture: remove NotifyChangeKeyValue s3 skip in RPC-WINREG:Günther Deschner2010-03-161-4/+0
* s4-smbtorture: make it a bit easier to track failures in RPC-SPOOLSS-PRINTER.Günther Deschner2010-03-161-5/+15
* s4:torture-ndr add lsarSetForestTrustInformation ndr testSimo Sorce2010-03-161-0/+51
* s4-lsa: fix dcesrv_lsa_lsaRSetForestTrustInformation server stub.Günther Deschner2010-03-161-3/+3
* Revert "Revert "s4-smbtorture: skip extended SetValue test against Samba (bot...Stefan Metzmacher2010-03-161-9/+5
* s4:torture/rpc/dsgetinfo.c: fix name resolving for ldap_urlStefan Metzmacher2010-03-161-1/+6
* s4:resolve_oids LDB module - not really a change but a nicer method to call "...Matthias Dieter Wallnöfer2010-03-161-1/+2
* s4:idl change level to type in lsa_ForestTrustRecord.Simo Sorce2010-03-161-2/+2
* s4-smbtorture: avoid printf calls in RPC-WINREG test.Günther Deschner2010-03-161-41/+33
* Added a net acl ds command for modification of ACLs on directory objectsNadezhda Ivanova2010-03-166-2/+242
* s3-spoolss: be very strict on OpenPrinter{Ex} failures for bad names.Günther Deschner2010-03-161-8/+4
* s4:dsdb - fix up warningsMatthias Dieter Wallnöfer2010-03-162-4/+8
* s4:registry - use a macro for reverse byte orderMatthias Dieter Wallnöfer2010-03-162-10/+4
* s4:dsdb Show more detail in failure to compute the aggregate DN.Andrew Bartlett2010-03-161-1/+1
* s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett2010-03-1622-52/+125
* s4:dsdb Fix warnings in DEBUG() by casting to unsigned long intAndrew Bartlett2010-03-161-4/+4
* s4:dsdb/acl Reduce calls to dsdb_get_schema() and add memory contextAndrew Bartlett2010-03-161-24/+46
* s4:dsdb Add a memory context for dsdb_get_schema()Andrew Bartlett2010-03-161-3/+9
* s4:dsdb Don't error out if we can't get the Aggregate schema DN yetAndrew Bartlett2010-03-161-9/+16
* s4:registry - check also for other registry value types in the generic testMatthias Dieter Wallnöfer2010-03-161-0/+16
* s4:registry - add a test for the "REG_DWORD_BIG_ENDIAN" datatypeMatthias Dieter Wallnöfer2010-03-161-0/+14
* s4:registry - introduce the "REG_DWORD_BIG_ENDIAN" datatypeMatthias Dieter Wallnöfer2010-03-162-4/+26
* s4:dsdb/kcc/*.c - fix up wrong typed countersMatthias Dieter Wallnöfer2010-03-165-20/+22
* s4-drs: Torture testcase for DS_REPL_INFO_METADATA_2_FOR_OBJ infoType of DsGe...Erick Nogueira do Nascimento2010-03-161-46/+104
* s4-drs: DsGetReplInfo(), infoType = DS_REPL_INFO_METADATA_2_FOR_OBJErick Nogueira do Nascimento2010-03-161-80/+284
* s4-smbtorture: add simple printer rename test to RPC-SPOOLSS-PRINTER.Günther Deschner2010-03-151-1/+95
* s4-smbtorture: fill PrinterDriverData with more values for consistency test.Günther Deschner2010-03-151-3/+22
* s4-smbtorture: cleanup data after enumdata{ex} consistency test.Günther Deschner2010-03-151-0/+8
* s4-smbtorture: when cross checking enumdata{ex} make sure to have at least on...Günther Deschner2010-03-151-0/+21
* s4-smbtorture: add PrinterInfo_to_SetPrinterInfo helper to RPC-SPOOLSS.Günther Deschner2010-03-151-72/+59
* s4:registry - rpc - don't crash when communication partner isn't availableMatthias Dieter Wallnöfer2010-03-151-4/+4
* s4:registry - util.c - treat unsupported and binary values as the same in the...Matthias Dieter Wallnöfer2010-03-151-17/+5
* s4:registry - util.c - move the "REG_NONE" case in the conversion functions o...Matthias Dieter Wallnöfer2010-03-151-6/+6
* s4:registry - local testsuite - add a test for REG_QWORDMatthias Dieter Wallnöfer2010-03-151-1/+15
* s4:registry - fix up the output of hexadecimal valuesMatthias Dieter Wallnöfer2010-03-152-14/+6
* s4:registry - add support for REG_QWORD valuesMatthias Dieter Wallnöfer2010-03-152-1/+82
* s4-smbtorture: fix torture_comment in RPC-SPOOLSS.Günther Deschner2010-03-151-1/+1
* s4:tortore/libnet: fix crash bugs because of incorrect function prototypesStefan Metzmacher2010-03-156-26/+43
* s4:registry - util.c - add harder checks for inputs on "reg_val_data_string"Matthias Dieter Wallnöfer2010-03-141-12/+16
* Revert "s4-smbtorture: skip extended SetValue test against Samba (both dont s...Matthias Dieter Wallnöfer2010-03-141-5/+9
* s4:registry - ldb.c - provide a mechanism for storing UTF8/binary REG_DWORD v...Matthias Dieter Wallnöfer2010-03-141-12/+47
* s4:registry - ldb.c - provide a mechansim for storing UTF8/binary REG_SZ/REG_...Matthias Dieter Wallnöfer2010-03-141-7/+39
* s4:registry - ldb.c - fix up a strange LDB filterMatthias Dieter Wallnöfer2010-03-141-1/+1
* s4:registry - ldb.c - fix up the memory handling in "reg_ldb_unpack_value"Matthias Dieter Wallnöfer2010-03-141-3/+8
* s4:registry - ldb.c - check more for possible "Out of memory" circumstancesMatthias Dieter Wallnöfer2010-03-141-4/+10
* s4:registry - ldb.c - remove superfluous "query" variableMatthias Dieter Wallnöfer2010-03-141-4/+2