summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* s4:RPC-ECHO: disable the timeout test as it can't work with our client libraryStefan Metzmacher2009-04-251-1/+4
| | | | | | | We need proper ways to cancel requests in order to have that test working against a correctly behaving server over ncacn_np. metze
* RAW-LOCK: samba4 behaves like windows 7 in regard of locking error codesStefan Metzmacher2009-04-251-7/+13
| | | | metze
* s4:torture: use torture api instead of printf for RAW-LOCKStefan Metzmacher2009-04-251-234/+168
| | | | metze
* s4:selftest: s4 doesn't support osxrename and directory rename yetStefan Metzmacher2009-04-251-0/+2
| | | | metze
* s4:tortore: use torture api instead of printf in RAW-RENAMEStefan Metzmacher2009-04-251-36/+38
| | | | metze
* s4-smbtorture: add test_ControlService() to RPC-SVCCTL.Günther Deschner2009-04-241-0/+34
| | | | Guenther
* s4-smbtorture: add test_StartServiceW() to RPC-SVCCTL.Günther Deschner2009-04-241-0/+34
| | | | Guenther
* s4-smbtorture: change default service to spooler in RPC-SVCCTL.Günther Deschner2009-04-241-1/+1
| | | | Guenther
* Rename the top-level LDB test to LOCAL-LDB, so it gets picked up by theJelmer Vernooij2009-04-245-25/+13
| | | | script that determines the tests to run.
* s4:torture Fix segfault in RPC-SAMSYNCAndrew Bartlett2009-04-241-1/+1
| | | | | | | This code needs to be fixed to match Win2008 behavior, but at least it does not segfault any more. Andrew Bartlett
* s4:torture Add tests for prefixMap custom attribute handlerAndrew Bartlett2009-04-241-0/+34
|
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-develAndrew Bartlett2009-04-245-23/+33
|\
| * Provide a ldb_global_init() function for compatibility with older versions ↵Jelmer Vernooij2009-04-231-0/+6
| | | | | | | | | | | | of LDB (including the one in Samba 3).
| * Fix of a bug in the security.descriptor.as_sddl() methodnadezhda ivanova2009-04-232-1/+7
| | | | | | | | | | | | | | | | security.descriptor.as_sddl() method did not work correctly when invoked without supplying the domain sid. Returned the same value as when the sid was provided. Test added for this case in libcli/security/tests/bindings.py Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
| * Add a new non-convenience version of push_codepoint.Jelmer Vernooij2009-04-232-22/+20
| |
* | More lcov code coverage generation workAndrew Bartlett2009-04-231-3/+3
| |
* | s4:torture use common libcli/auth crypto codeAndrew Bartlett2009-04-231-11/+9
|/
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-develAndrew Bartlett2009-04-232-70/+105
|\
| * Add async support for reply_tcon* and ntvfs_connectSam Liddicott2009-04-232-70/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smbsrv_tcon_backend no longer creates the ntvfs_request wrapper, so smbsrv_reply_tcon* can now do this and then invoke ntvfs_connect in the typical manner using SMBSRV_SETUP_NTVFS_REQUEST and SMBSRV_CALL_NTVFS_BACKEND Previously smbsrv_tcon_backend has been responsible for instantiating the ntvfs_module_context to service a tree-connect request, and then create an ntvfs_request wrapper around the smbsrv_request and pass this to ntvfs_connect for the newly created ntvfs. These actions could not be invoked asynchronously. This meant that any client requests made while instantiating the ntvfs module, including any composite's used during authentication (or related client connections for the case of proxy modules) would block other ntvfs modules and requests in the current process as they executed a nested event loop to await completion. Signed-off-by: Sam Liddicott <sam@liddicott.com> Signed-off-by: Stefan Metzmacher <metze@samba.org>
* | s4:test Include 'source4' in directories to find lcov inAndrew Bartlett2009-04-231-1/+1
|/
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-develAndrew Bartlett2009-04-239-6/+48
|\
| * Fix Coverity ID 628, Andrew B., please check!Volker Lendecke2009-04-231-1/+1
| |
| * errormap: Change the WBC_ERR_UNKNOWN_ERROR to map to NT_STATUS_UNSUCCESSFULKai Blin2009-04-231-1/+1
| | | | | | | | | | This allows us to distinguish on NTSTATUS level if we got a WBC_ERR_UNKNOWN_ERROR or WBC_ERR_NSS_ERROR.
| * errormap: Add wbcErr to NTSTATUS mappingsKai Blin2009-04-221-0/+37
| |
| * s4-build: Also search ../nsswitch for make (c|e)tagsKai Blin2009-04-221-1/+1
| |
| * s4:ldb: fix extrasemi compile warningBjörn Jacke2009-04-221-1/+1
| |
| * s4:ldb: do talloc_free and return NULL when we have no matches to returnBjörn Jacke2009-04-221-0/+4
| |
| * libcli: fix a "not handled in switch" compile warningBjörn Jacke2009-04-221-0/+1
| | | | | | | | return NULL also for RAW_CLOSE_GENERIC
| * ѕ4: fix a "not handled in switch" compile warningBjörn Jacke2009-04-221-0/+2
| |
| * Fix make install; don't install drsuapi.h and fix the location ofJelmer Vernooij2009-04-211-1/+1
| | | | | | | | credentials.h
| * Revert "Use an absolute path to ensure that we can always regenerate tables.c"Stefan Metzmacher2009-04-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b57c8ff4400e5f2bd0776247496b34dab68bde97. This actually breaks the merged build... Doing a merged build and a samba4 build within the same checkout, without a git clean -x -d -f (this removes everything that's not checked into git! save files you don't want to delete!) running in the toplevel directory, is not supported. metze
* | s4:test Fix 'make lcov' in Samba4Andrew Bartlett2009-04-231-2/+2
| |
* | s4:samr Use ldb_context * rather than void *Andrew Bartlett2009-04-231-1/+1
|/
* Move the security_descriptor utility code to the top-level.Jelmer Vernooij2009-04-213-535/+2
|
* Add str() for policy_handles.Andrew Bartlett2009-04-212-2/+17
| | | | Pair programmed with Jelmer
* python/dcerpc: Custom implementations of policy_handle.__init__ and ↵Andrew Bartlett2009-04-212-0/+49
| | | | | | policy_handle.__repr__ pair-programmed with Jelmer
* python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and ↵Andrew Bartlett2009-04-213-0/+141
| | | | GUID.__cmp__.
* Fix Samba 4 Makefile to also clean ../libgpoWilco Baan Hofman2009-04-201-1/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Move some headers around to avoid confusion.Wilco Baan Hofman2009-04-201-2/+6
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Move some headers around to avoid confusion.Wilco Baan Hofman2009-04-201-0/+0
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Make the gpo files build for samba 4.Wilco Baan Hofman2009-04-204-0/+286
| | | | | | Only gpt.ini remaining. Not suitable for merge yet, samba 3 is currently broken due to some changed public API. Signed-off-by: Günther Deschner <gd@samba.org>
* Add nt_token_check_sid convenience function. Map NT_USER_TOKEN to struct ↵Wilco Baan Hofman2009-04-202-0/+29
| | | | | | security_token. Fix build errors. Signed-off-by: Günther Deschner <gd@samba.org>
* Add ../libgpo to samba4 srcdir list in rules.mk.Wilco Baan Hofman2009-04-201-1/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() ↵Wilco Baan Hofman2009-04-203-20/+61
| | | | | | | | function to samba 3. Move prototypes to root libgpo where appropriate. gpo_ldap.c now compiles for both samba 3 and 4. Signed-off-by: Günther Deschner <gd@samba.org>
* Add ads convenience functions to samba 4. Move gpo_ldap.c to root libgpo.Wilco Baan Hofman2009-04-202-0/+309
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Move gpo_sec to top-level.Jelmer Vernooij2009-04-201-1/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s4:librpc/rpc: pass async as argument to dcerpc_ndr_request_send()Stefan Metzmacher2009-04-202-8/+9
| | | | | | The caller should decide if async is desired it should be harcoded per call. metze
* s4:librpc/rpc: remove async argument from the sync dcerpc_request() functionStefan Metzmacher2009-04-206-10/+8
| | | | metze
* s4:librpc/rpc: only use smb_trans for sync rpc callsStefan Metzmacher2009-04-201-2/+16
| | | | | | | | Over named pipes we can only do one smb_trans at a time, otherwise we're getting NT_STATUS_PIPE_BUSY. Async rpc calls need to use smb_read/write only. metze
* s4:torture/rpc: use dcerpc_ndr_request() for the object_uuid testStefan Metzmacher2009-04-201-10/+8
| | | | | | As we want sync calls... metze