summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-24idl: fix comment and convert whitespaces to tabsSimo Sorce2-45/+45
2010-03-24s4:selftest Test --sign and --encrypt options to ldbsearchAndrew Bartlett1-2/+2
2010-03-24s4:cmdline Add --sign and --encrypt options to our common command lineAndrew Bartlett1-1/+28
2010-03-24s4:ntlmssp Ensure that we always negotiate signing if we negotiate sealing.Andrew Bartlett1-0/+1
2010-03-24s3: Optimize gencache for smbd exitVolker Lendecke1-14/+75
2010-03-24libreplace: fixed declaration of dprintf() on FreeBSDAndrew Tridgell2-2/+12
2010-03-24s4-provision: FreeBSD uses 'staff' for usersAndrew Tridgell1-1/+1
2010-03-24s4-provision: solaris uses the group "other"Andrew Tridgell1-1/+1
2010-03-24build: fixed nss_wrapper on solarisAndrew Tridgell1-0/+4
2010-03-23idl: fix forest trust information idlSimo Sorce5-26/+92
2010-03-23s4-smbtorture: remove tailing whitespace in samba3rpc testsuite.Günther Deschner1-33/+33
2010-03-23s4:librpc/rpc/pyrpc.h: librpc/rpc/dcerpc.h isn't needed anymoreStefan Metzmacher1-1/+0
2010-03-23s4:lib/messaging: pymessaging needs libndr.hStefan Metzmacher1-0/+1
2010-03-23pidl:Samba4/Python: librpc/rpc/dcerpc.h isn't needed anymoreStefan Metzmacher1-1/+0
2010-03-23s4:libnet: don't include librpc/rpc/dcerpc.h directlyStefan Metzmacher3-3/+0
2010-03-23s3:librpc/rpc: move prototypes to dcerpc.hStefan Metzmacher2-18/+18
2010-03-23s4-smbtorture: use torture_context in samsync test.Günther Deschner1-126/+142
2010-03-23s4-smbtorture: remove trailing whitespace from samsync torture test.Günther Deschner1-121/+121
2010-03-23s4-smbtorture: use torture_context in libnet domain tests as well.Günther Deschner1-8/+10
2010-03-23s4:WINREG torture - fix an error (missing "break" in a "switch")Matthias Dieter Wallnöfer1-0/+1
2010-03-23s4:registry - "reg_ldb_pack_value" - provide workarounds when the server rece...Matthias Dieter Wallnöfer1-0/+9
2010-03-23s4:registry - "LDB backend" - fix indentationMatthias Dieter Wallnöfer1-1/+2
2010-03-23s4-smbtorture: use torture_context for debugging output everywhere in libnet ...Günther Deschner12-245/+271
2010-03-23s4-smbtorture: remove trailing whitespace in libnet torture tests.Günther Deschner14-185/+185
2010-03-23s3-builtin: Add missing builtin groups.Karolin Seeger2-0/+12
2010-03-23s3: Re-run make samba3-idl.Karolin Seeger1-0/+4
2010-03-23security.idl: Add missing builtin groups.Karolin Seeger1-0/+4
2010-03-23librpc/rpc: fix dcerpc_errstr() to handle all nca_s_* status codes and fallba...Stefan Metzmacher1-10/+52
2010-03-23s3:re-run make samba3-idl.Günther Deschner3-4/+178
2010-03-23dcerpc.idl: add nca_s_* status codes from the DCE 1.1 specificationStefan Metzmacher1-1/+50
2010-03-23s3-builtin: Add some builtin groups.Karolin Seeger2-1/+11
2010-03-23idl:drsblobs add code to interpret msDS-TrustForestTrustInfoSimo Sorce5-3/+605
2010-03-22s4:lsa Functions to set Domain Trust InformationSimo Sorce5-11/+598
2010-03-22s4:lsa move code to add trusted domain user into its own functionSimo Sorce1-72/+101
2010-03-22s4:lsa Abstract crypto (un)wrapping in separate functionsSimo Sorce1-81/+89
2010-03-23s4:registry - "LDB backend" - revert the length check for UTF16 stringsMatthias Dieter Wallnöfer1-10/+5
2010-03-23Revert "s4:torture - WINREG RPC - reactivate test "SetValueExtended" for s4"Matthias Dieter Wallnöfer1-2/+3
2010-03-23s4:registry - "LDB backend" - revert the binary storage of "REG_SZ", "REG_DWO...Matthias Dieter Wallnöfer1-110/+19
2010-03-23s4:ldb_modules/util.c - fix two counter variables to be "unsigned"Matthias Dieter Wallnöfer1-2/+2
2010-03-22share_info.tdb could use non-canonicalized sharenames.Jeremy Allison3-20/+150
2010-03-22convert_string_talloc_convenience - print out the input buffer in a better wa...Matthias Dieter Wallnöfer1-1/+2
2010-03-22s4:registry - "reg_key_del/add_abs": call "talloc_free" only on valid objectsMatthias Dieter Wallnöfer1-6/+6
2010-03-22s4:registry - "reg_import_hive_key" - change a "talloc_steal" into a "talloc_...Matthias Dieter Wallnöfer1-1/+1
2010-03-22s4:registry - "patchfile" - add another "W_ERROR_HAVE_NO_MEMORY" macro callMatthias Dieter Wallnöfer1-0/+1
2010-03-22s4:registry - "local" - add also here more "W_ERROR_HAVE_NO_MEMORY" macro testsMatthias Dieter Wallnöfer1-8/+26
2010-03-22s4:registry - "util.c" - initialise "result" in "reg_key_add_abs"Matthias Dieter Wallnöfer1-0/+2
2010-03-22s4:WINREG RPC - add also here a "W_ERROR_HAVE_NO_MEMORY"Matthias Dieter Wallnöfer1-0/+1
2010-03-22s4:registry - "samba.c" - add a "talloc_free"Matthias Dieter Wallnöfer1-0/+2
2010-03-22s4:registry - add more "W_ERROR_HAVE_NO_MEMORY" invocations (on talloc'ed stuff)Matthias Dieter Wallnöfer4-1/+13
2010-03-22s4:registry - "util" - remove "const" from "reg_abs_path"Matthias Dieter Wallnöfer1-3/+3