Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-21 | s3-rpc_server: Added port option to _rpc_ep_register. | Andreas Schneider | 1 | -15/+42 | |
2011-02-21 | s3-rpc_server: Added function to setup tcpip listener! | Andreas Schneider | 2 | -0/+578 | |
2011-02-21 | s3-rpc_server: Rename srv_rpc_register.c. | Andreas Schneider | 5 | -4/+4 | |
2011-02-21 | s3-rpc_server: Rename srv_rpc_register. | Andreas Schneider | 3 | -5/+5 | |
2011-02-21 | s3-rpc_server: Pass tevent_context to dcerpc endpoints. | Andreas Schneider | 3 | -26/+44 | |
2011-02-21 | s3-rpc_server: Create a common ncacn listen state. | Andreas Schneider | 1 | -9/+12 | |
2011-02-21 | s3-rpc_server: Rename named_pipe_read_packet(). | Andreas Schneider | 1 | -16/+16 | |
This is not named pipe specific. | |||||
2011-02-21 | s3-librpc: Only register NCACN_NP. | Andreas Schneider | 1 | -9/+22 | |
This is the only transport we support at the moment. | |||||
2011-02-21 | s3-lsa: fix some uninitialized variables in our lsa server. | Günther Deschner | 1 | -3/+3 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 21 18:47:30 CET 2011 on sn-devel-104 | |||||
2011-02-21 | s3-pdb_ipa: remove uninitialized (and unused) status code. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2011-02-21 | s4-descriptor: Fixed some compiler warnings. | Nadezhda Ivanova | 1 | -2/+2 | |
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Mon Feb 21 18:02:21 CET 2011 on sn-devel-104 | |||||
2011-02-21 | s4-descriptor: Removed unnecessary descriptor_change function and unused ↵ | Nadezhda Ivanova | 1 | -387/+0 | |
callbacks. | |||||
2011-02-21 | s4-descriptor: Replaced the async descriptor_change with synchronous ↵ | Nadezhda Ivanova | 1 | -1/+149 | |
descriptor_modify. The purpose is to make descriptor module synchronous. This will simplify reading and debugging, and also will make the implementation of SD hierarchy recalculation on modify much easier. | |||||
2011-02-21 | s4-descriptor: Replaced the synchronous descriptor_change with the ↵ | Nadezhda Ivanova | 1 | -1/+108 | |
synchronous descriptor_add. The purpose is to make descriptor module synchronous. This will simplify reading and debugging, and also will make the implementation of SD hierarchy recalculation on modify much easier. | |||||
2011-02-21 | s4-smbtorture: use torture_comment() instead of printf in raw.write test. | Günther Deschner | 1 | -66/+67 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 21 15:26:38 CET 2011 on sn-devel-104 | |||||
2011-02-21 | s4-smbtorture: fix some indent in raw.write test. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2011-02-21 | s4-smbtorture: fix trailing whitespace in raw.write test. | Günther Deschner | 1 | -22/+22 | |
Guenther | |||||
2011-02-21 | s4:scripting/python/modules.[ch] - explicitly say that "py_update_path" ↵ | Matthias Dieter Wallnöfer | 2 | -2/+2 | |
takes no argument This quiets some build warnings. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Feb 21 14:42:00 CET 2011 on sn-devel-104 | |||||
2011-02-21 | s3:tests: move the log directory of the smbclient_s3 test to st/ | Michael Adam | 1 | -7/+8 | |
And use a proper mktemp call to create a unique name. The old location under /tmp/ was bad. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 21 13:39:06 CET 2011 on sn-devel-104 | |||||
2011-02-21 | s3:tests: clean up old log directories of the registry.roundtrip test | Michael Adam | 1 | -1/+9 | |
2011-02-21 | s4:smbtorture do not leave output directory around | Christian Ambach | 2 | -13/+11 | |
calling smbtorture with no or invalid arguments left the temporary output directory around this patches removes the dead-end exit from usage and makes the logic go on until the final cleanup state is reached output directory will still be left around when test times out or testcases itself force an exit also make sure that the directory itself is deleted, not just the objects in it Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Feb 21 11:35:30 CET 2011 on sn-devel-104 | |||||
2011-02-21 | libcli/security/security_descriptor.c - fix three wrong counter variables | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
These strictly need to be "uint32_t" since "acl*->num_aces" has been defined by this type. This counter patchset has been reviewed by Andrew Bartlett. | |||||
2011-02-21 | libcli/security/privileges.c - fix wrong counter type | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
This strictly needs to be from type "uint32_t" since "privset->count" is defined with this type. | |||||
2011-02-21 | libcli/security/privileges.c - fix the counting of privileges | Matthias Dieter Wallnöfer | 1 | -9/+4 | |
Since the privileges are always counted with a signed integer, there is no reason to specify the upper limit with a "uint32_t". | |||||
2011-02-21 | libcli/security/sddl.c - fix wrong counter type | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
This strictly needs to be from type "uint32_t" since "acl->num_aces" is defined of this type. | |||||
2011-02-21 | libcli/security/display_sec.c - fix wrong counter type | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
This strictly needs to be of type "uint32_t" due to "sec_acl->num_aces" which is of type "uint32_t". | |||||
2011-02-21 | s4: avoid overwritting the dceprc.h file from toplevel librpc | Matthieu Patou | 1 | -1/+8 | |
Change back to what was the configuration of header_path before 177ddcb084e8f8608bf2012a7c58f7b1e56d2acd so that dcerpc.h is installed in ${prefix}/include and not in ${prefix}/include/gen_ndr as the toplevel librpc wants also to put a dcerpc.h file in this directory. Add some documentation in order to avoid any new regression. This change should fix problems for openchange team. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Feb 21 09:47:05 CET 2011 on sn-devel-104 | |||||
2011-02-21 | pyldb: add tests for getting control results | Matthieu Patou | 1 | -0/+8 | |
2011-02-21 | pyldb: Add tests for the ldb_result object | Matthieu Patou | 1 | -0/+87 | |
2011-02-21 | pyldb: create LdbResult, return value from ldb.search is now a LdbResult | Matthieu Patou | 2 | -5/+332 | |
2011-02-21 | s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0) | Matthieu Patou | 3 | -26/+26 | |
2011-02-21 | ldb: controls marshalling/unmarshalling improvement | Matthieu Patou | 4 | -623/+930 | |
Add a function to marshall a control to a string Refactor the code of ldb_control_parse_strings to allow to extract the core code into ldb_control_parse_from_string so that this function can be called for just 1 string | |||||
2011-02-21 | Fix missing dependency on libreplace. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 21 01:17:33 CET 2011 on sn-devel-104 | |||||
2011-02-20 | s4/drs-tests:Blackbox test to verify DsReplicaSync handling | Kamen Mazdrashki | 1 | -0/+91 | |
DsReplicaSync is indirectly called using 'samba-tool drs options' command to enable/disable replication and 'samba-tool drs replicate' command to trigger inbound replication cycle Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sun Feb 20 23:03:03 CET 2011 on sn-devel-104 | |||||
2011-02-20 | s4/samba.tests: Raise BlackboxProcessError exception in case check_output ↵ | Kamen Mazdrashki | 1 | -2/+2 | |
method fails This way the caller gets the chance to receive STDOUT and STDERR for a failed process. We may use this info to check if a process has failed properly, e.g. with expected output | |||||
2011-02-20 | s4/samba.tests: Extend CalledProcessError class to store STDOUT and STDERR ↵ | Kamen Mazdrashki | 1 | -0/+13 | |
for a failed rocess call | |||||
2011-02-20 | s4/drs-tests: Allow _net_drs_replicate to force replication and return ↵ | Kamen Mazdrashki | 1 | -2/+4 | |
output from command execution | |||||
2011-02-20 | s4/drs-tests: Split samba-tool command line generation into separate method | Kamen Mazdrashki | 1 | -7/+12 | |
so we can use to exec samba-tool passing different commands | |||||
2011-02-20 | s4/drs-tests: Inherit DrsReplSchemaTestCase from DrsBaseTestCase | Kamen Mazdrashki | 1 | -45/+2 | |
and remove duplicated functionality | |||||
2011-02-20 | s4/drs-tests: Inherit DrsFsmoTestCase from DrsBaseTestCase | Kamen Mazdrashki | 1 | -35/+2 | |
and remove duplicated functionality | |||||
2011-02-20 | s4/drs-tests: Inherit DrsDeleteObjectTestCase from DrsBaseTestCase | Kamen Mazdrashki | 1 | -44/+2 | |
and remove duplicated functionality | |||||
2011-02-20 | s4/drs-tests: Add a base class to hold common functionality for all DRS ↵ | Kamen Mazdrashki | 1 | -0/+104 | |
python tests | |||||
2011-02-20 | s3: Fix pdb_ads_enum_aliasmem for empty aliases | Volker Lendecke | 1 | -1/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 21:40:40 CET 2011 on sn-devel-104 | |||||
2011-02-20 | s3: Support SetGroupInfo in pdb_ads | Volker Lendecke | 1 | -4/+66 | |
2011-02-20 | s3: Fix a debug message | Volker Lendecke | 1 | -1/+1 | |
2011-02-20 | s3: Fix pdb_ads_enum_group_members for empty groups | Volker Lendecke | 1 | -1/+3 | |
2011-02-20 | s3: Fix error returns in pdb_ads_mod_groupmem | Volker Lendecke | 1 | -2/+4 | |
2011-02-20 | s4-version: Fix version finding for bzr branches. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Feb 20 17:35:45 CET 2011 on sn-devel-104 | |||||
2011-02-20 | ldb-samba: Add missing dependency on pyldb-util. | Jelmer Vernooij | 1 | -1/+1 | |
2011-02-20 | s3: Improve a debug message, we have more than pdb_tdb. | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 16:50:05 CET 2011 on sn-devel-104 |