summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-22s3-waf: use common libcli/nbt build rulesAndrew Tridgell2-12/+7
2011-02-22s3-waf: rename 'errors' to 'errors3'Andrew Tridgell1-2/+3
2011-02-22s3-waf: renamed tdb-wrap to tdb-wrap3Andrew Tridgell1-3/+3
2011-02-22s3-waf: rename POPT_SAMBA to POPT_SAMBA3Andrew Tridgell1-34/+45
2011-02-22s3-waf: added a krb5 dependencyAndrew Tridgell1-1/+1
2011-02-22libcli/nbt: allow use of the waf build for nbt in source3Andrew Tridgell1-12/+12
2011-02-22s4-ndr: added NDR_WBINT to ndr_tablesAndrew Tridgell1-1/+1
2011-02-22s3-rpc_server: Let enpoint mapper listen on port 135.Andreas Schneider1-1/+88
2011-02-21s3-rpc_server: Added event and msg ctx to _rpc_ep_register.Andreas Schneider1-17/+82
2011-02-21s3-rpc_server: Added port option to _rpc_ep_register.Andreas Schneider1-15/+42
2011-02-21s3-rpc_server: Added function to setup tcpip listener!Andreas Schneider2-0/+578
2011-02-21s3-rpc_server: Rename srv_rpc_register.c.Andreas Schneider5-4/+4
2011-02-21s3-rpc_server: Rename srv_rpc_register.Andreas Schneider3-5/+5
2011-02-21s3-rpc_server: Pass tevent_context to dcerpc endpoints.Andreas Schneider3-26/+44
2011-02-21s3-rpc_server: Create a common ncacn listen state.Andreas Schneider1-9/+12
2011-02-21s3-rpc_server: Rename named_pipe_read_packet().Andreas Schneider1-16/+16
2011-02-21s3-librpc: Only register NCACN_NP.Andreas Schneider1-9/+22
2011-02-21s3-lsa: fix some uninitialized variables in our lsa server.Günther Deschner1-3/+3
2011-02-21s3-pdb_ipa: remove uninitialized (and unused) status code.Günther Deschner1-2/+1
2011-02-21s4-descriptor: Fixed some compiler warnings.Nadezhda Ivanova1-2/+2
2011-02-21s4-descriptor: Removed unnecessary descriptor_change function and unused call...Nadezhda Ivanova1-387/+0
2011-02-21s4-descriptor: Replaced the async descriptor_change with synchronous descript...Nadezhda Ivanova1-1/+149
2011-02-21s4-descriptor: Replaced the synchronous descriptor_change with the synchronou...Nadezhda Ivanova1-1/+108
2011-02-21s4-smbtorture: use torture_comment() instead of printf in raw.write test.Günther Deschner1-66/+67
2011-02-21s4-smbtorture: fix some indent in raw.write test.Günther Deschner1-4/+4
2011-02-21s4-smbtorture: fix trailing whitespace in raw.write test.Günther Deschner1-22/+22
2011-02-21s4:scripting/python/modules.[ch] - explicitly say that "py_update_path" takes...Matthias Dieter Wallnöfer2-2/+2
2011-02-21s3:tests: move the log directory of the smbclient_s3 test to st/Michael Adam1-7/+8
2011-02-21s3:tests: clean up old log directories of the registry.roundtrip testMichael Adam1-1/+9
2011-02-21s4:smbtorture do not leave output directory aroundChristian Ambach2-13/+11
2011-02-21libcli/security/security_descriptor.c - fix three wrong counter variablesMatthias Dieter Wallnöfer1-3/+3
2011-02-21libcli/security/privileges.c - fix wrong counter typeMatthias Dieter Wallnöfer1-1/+1
2011-02-21libcli/security/privileges.c - fix the counting of privilegesMatthias Dieter Wallnöfer1-9/+4
2011-02-21libcli/security/sddl.c - fix wrong counter typeMatthias Dieter Wallnöfer1-1/+1
2011-02-21libcli/security/display_sec.c - fix wrong counter typeMatthias Dieter Wallnöfer1-1/+1
2011-02-21s4: avoid overwritting the dceprc.h file from toplevel librpcMatthieu Patou1-1/+8
2011-02-21pyldb: add tests for getting control resultsMatthieu Patou1-0/+8
2011-02-21pyldb: Add tests for the ldb_result objectMatthieu Patou1-0/+87
2011-02-21pyldb: create LdbResult, return value from ldb.search is now a LdbResultMatthieu Patou2-5/+332
2011-02-21s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)Matthieu Patou3-26/+26
2011-02-21ldb: controls marshalling/unmarshalling improvementMatthieu Patou4-623/+930
2011-02-21Fix missing dependency on libreplace.Jelmer Vernooij1-1/+1
2011-02-20s4/drs-tests:Blackbox test to verify DsReplicaSync handlingKamen Mazdrashki1-0/+91
2011-02-20s4/samba.tests: Raise BlackboxProcessError exception in case check_output met...Kamen Mazdrashki1-2/+2
2011-02-20s4/samba.tests: Extend CalledProcessError class to store STDOUT and STDERR fo...Kamen Mazdrashki1-0/+13
2011-02-20s4/drs-tests: Allow _net_drs_replicate to force replication and return output...Kamen Mazdrashki1-2/+4
2011-02-20s4/drs-tests: Split samba-tool command line generation into separate methodKamen Mazdrashki1-7/+12
2011-02-20s4/drs-tests: Inherit DrsReplSchemaTestCase from DrsBaseTestCaseKamen Mazdrashki1-45/+2
2011-02-20s4/drs-tests: Inherit DrsFsmoTestCase from DrsBaseTestCaseKamen Mazdrashki1-35/+2
2011-02-20s4/drs-tests: Inherit DrsDeleteObjectTestCase from DrsBaseTestCaseKamen Mazdrashki1-44/+2