summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s4:lib/messaging: pymessaging needs libndr.hStefan Metzmacher2010-03-231-0/+1
* pidl:Samba4/Python: librpc/rpc/dcerpc.h isn't needed anymoreStefan Metzmacher2010-03-231-1/+0
* s4:libnet: don't include librpc/rpc/dcerpc.h directlyStefan Metzmacher2010-03-233-3/+0
* s3:librpc/rpc: move prototypes to dcerpc.hStefan Metzmacher2010-03-232-18/+18
* s4-smbtorture: use torture_context in samsync test.Günther Deschner2010-03-231-126/+142
* s4-smbtorture: remove trailing whitespace from samsync torture test.Günther Deschner2010-03-231-121/+121
* s4-smbtorture: use torture_context in libnet domain tests as well.Günther Deschner2010-03-231-8/+10
* s4:WINREG torture - fix an error (missing "break" in a "switch")Matthias Dieter Wallnöfer2010-03-231-0/+1
* s4:registry - "reg_ldb_pack_value" - provide workarounds when the server rece...Matthias Dieter Wallnöfer2010-03-231-0/+9
* s4:registry - "LDB backend" - fix indentationMatthias Dieter Wallnöfer2010-03-231-1/+2
* s4-smbtorture: use torture_context for debugging output everywhere in libnet ...Günther Deschner2010-03-2312-245/+271
* s4-smbtorture: remove trailing whitespace in libnet torture tests.Günther Deschner2010-03-2314-185/+185
* s3-builtin: Add missing builtin groups.Karolin Seeger2010-03-232-0/+12
* s3: Re-run make samba3-idl.Karolin Seeger2010-03-231-0/+4
* security.idl: Add missing builtin groups.Karolin Seeger2010-03-231-0/+4
* librpc/rpc: fix dcerpc_errstr() to handle all nca_s_* status codes and fallba...Stefan Metzmacher2010-03-231-10/+52
* s3:re-run make samba3-idl.Günther Deschner2010-03-233-4/+178
* dcerpc.idl: add nca_s_* status codes from the DCE 1.1 specificationStefan Metzmacher2010-03-231-1/+50
* s3-builtin: Add some builtin groups.Karolin Seeger2010-03-232-1/+11
* idl:drsblobs add code to interpret msDS-TrustForestTrustInfoSimo Sorce2010-03-235-3/+605
* s4:lsa Functions to set Domain Trust InformationSimo Sorce2010-03-225-11/+598
* s4:lsa move code to add trusted domain user into its own functionSimo Sorce2010-03-221-72/+101
* s4:lsa Abstract crypto (un)wrapping in separate functionsSimo Sorce2010-03-221-81/+89
* s4:registry - "LDB backend" - revert the length check for UTF16 stringsMatthias Dieter Wallnöfer2010-03-231-10/+5
* Revert "s4:torture - WINREG RPC - reactivate test "SetValueExtended" for s4"Matthias Dieter Wallnöfer2010-03-231-2/+3
* s4:registry - "LDB backend" - revert the binary storage of "REG_SZ", "REG_DWO...Matthias Dieter Wallnöfer2010-03-231-110/+19
* s4:ldb_modules/util.c - fix two counter variables to be "unsigned"Matthias Dieter Wallnöfer2010-03-231-2/+2
* share_info.tdb could use non-canonicalized sharenames.Jeremy Allison2010-03-223-20/+150
* convert_string_talloc_convenience - print out the input buffer in a better wa...Matthias Dieter Wallnöfer2010-03-221-1/+2
* s4:registry - "reg_key_del/add_abs": call "talloc_free" only on valid objectsMatthias Dieter Wallnöfer2010-03-221-6/+6
* s4:registry - "reg_import_hive_key" - change a "talloc_steal" into a "talloc_...Matthias Dieter Wallnöfer2010-03-221-1/+1
* s4:registry - "patchfile" - add another "W_ERROR_HAVE_NO_MEMORY" macro callMatthias Dieter Wallnöfer2010-03-221-0/+1
* s4:registry - "local" - add also here more "W_ERROR_HAVE_NO_MEMORY" macro testsMatthias Dieter Wallnöfer2010-03-221-8/+26
* s4:registry - "util.c" - initialise "result" in "reg_key_add_abs"Matthias Dieter Wallnöfer2010-03-221-0/+2
* s4:WINREG RPC - add also here a "W_ERROR_HAVE_NO_MEMORY"Matthias Dieter Wallnöfer2010-03-221-0/+1
* s4:registry - "samba.c" - add a "talloc_free"Matthias Dieter Wallnöfer2010-03-221-0/+2
* s4:registry - add more "W_ERROR_HAVE_NO_MEMORY" invocations (on talloc'ed stuff)Matthias Dieter Wallnöfer2010-03-224-1/+13
* s4:registry - "util" - remove "const" from "reg_abs_path"Matthias Dieter Wallnöfer2010-03-221-3/+3
* s4:registry - adaptions for "add also a memory context argument for "reg_key_...Matthias Dieter Wallnöfer2010-03-222-2/+2
* s4:registry - "util" - add also a memory context argument for "reg_key_del_abs"Matthias Dieter Wallnöfer2010-03-222-5/+4
* s4:registry - "util" - make "reg_key_add_abs" consistent with "reg_key_del_abs"Matthias Dieter Wallnöfer2010-03-221-6/+3
* s4:registry - "util" - fix up memory allocated dataMatthias Dieter Wallnöfer2010-03-221-1/+10
* s4:registry - "dir.c" - fix up dynamic memory allocation operationsMatthias Dieter Wallnöfer2010-03-221-15/+50
* s4:registry - adaptions for "add memory contexts for delete value/key functions"Matthias Dieter Wallnöfer2010-03-2214-64/+59
* s4:registry - registry.h - add memory contexts for delete value/key functionsMatthias Dieter Wallnöfer2010-03-221-8/+16
* tdb: Fix bug 7248, avoid the nanosleep dependencyVolker Lendecke2010-03-221-4/+4
* Fix valgrind error when running under share level security. plaintext_passwordJeremy Allison2010-03-221-2/+2
* s3: Add the "ctdb locktime warn threshold" parameterVolker Lendecke2010-03-224-0/+41
* s3: Implement an asynchronous echo responder processVolker Lendecke2010-03-221-19/+478
* s3:smbd: don't allow SMB2 if the async echo handler is activeStefan Metzmacher2010-03-221-1/+2