summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Fix Coverity ID 853 (UNINIT) -- Kai, please check!Volker Lendecke2009-04-281-0/+3
* s4:selftest: don't run the smb2.durable.open testStefan Metzmacher2009-04-251-0/+1
* s4:RPC-ECHO: disable the timeout test as it can't work with our client libraryStefan Metzmacher2009-04-251-1/+4
* RAW-LOCK: samba4 behaves like windows 7 in regard of locking error codesStefan Metzmacher2009-04-251-7/+13
* s4:torture: use torture api instead of printf for RAW-LOCKStefan Metzmacher2009-04-251-234/+168
* s4:selftest: s4 doesn't support osxrename and directory rename yetStefan Metzmacher2009-04-251-0/+2
* s4:tortore: use torture api instead of printf in RAW-RENAMEStefan Metzmacher2009-04-251-36/+38
* s4-smbtorture: add test_ControlService() to RPC-SVCCTL.Günther Deschner2009-04-241-0/+34
* s4-smbtorture: add test_StartServiceW() to RPC-SVCCTL.Günther Deschner2009-04-241-0/+34
* s4-smbtorture: change default service to spooler in RPC-SVCCTL.Günther Deschner2009-04-241-1/+1
* Rename the top-level LDB test to LOCAL-LDB, so it gets picked up by theJelmer Vernooij2009-04-245-25/+13
* s4:torture Fix segfault in RPC-SAMSYNCAndrew Bartlett2009-04-241-1/+1
* 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 of...Jelmer Vernooij2009-04-231-0/+6
| * Fix of a bug in the security.descriptor.as_sddl() methodnadezhda ivanova2009-04-232-1/+7
| * 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
* | 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
| * 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
| * ѕ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
| * Revert "Use an absolute path to ensure that we can always regenerate tables.c"Stefan Metzmacher2009-04-211-2/+0
* | 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
* python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha...Andrew Bartlett2009-04-212-0/+49
* python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__...Andrew Bartlett2009-04-213-0/+141
* Fix Samba 4 Makefile to also clean ../libgpoWilco Baan Hofman2009-04-201-1/+1
* Move some headers around to avoid confusion.Wilco Baan Hofman2009-04-201-2/+6
* Move some headers around to avoid confusion.Wilco Baan Hofman2009-04-201-0/+0
* Make the gpo files build for samba 4.Wilco Baan Hofman2009-04-204-0/+286
* Add nt_token_check_sid convenience function. Map NT_USER_TOKEN to struct secu...Wilco Baan Hofman2009-04-202-0/+29
* Add ../libgpo to samba4 srcdir list in rules.mk.Wilco Baan Hofman2009-04-201-1/+1
* Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() funct...Wilco Baan Hofman2009-04-203-20/+61
* Add ads convenience functions to samba 4. Move gpo_ldap.c to root libgpo.Wilco Baan Hofman2009-04-202-0/+309
* Move gpo_sec to top-level.Jelmer Vernooij2009-04-201-1/+1
* s4:librpc/rpc: pass async as argument to dcerpc_ndr_request_send()Stefan Metzmacher2009-04-202-8/+9
* s4:librpc/rpc: remove async argument from the sync dcerpc_request() functionStefan Metzmacher2009-04-206-10/+8