summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2009-05-01s4:rpc_server: convert the socket based part to use the tstream interfaceStefan Metzmacher2-67/+335
2009-05-01s4:smbd: depend on NAMED_PIPE_AUTH_TSTREAM...Stefan Metzmacher1-1/+1
2009-05-01libcli/named_pipe_auth: add tstream_npa_connect_send/recv()Stefan Metzmacher1-0/+1
2009-05-01s4:smbd: add support for named_pipe_auth level 2 in service_named_pipe...Stefan Metzmacher1-4/+55
2009-05-01s4:libcli: remember operating system and lan manager strings from session setupStefan Metzmacher2-0/+24
2009-05-01s4:libcli/raw: write can return STATUS_BUFFER_OVERFLOW as a real errorStefan Metzmacher1-1/+1
2009-04-28Fix Coverity ID 853 (UNINIT) -- Kai, please check!Volker Lendecke1-0/+3
2009-04-25s4:selftest: don't run the smb2.durable.open testStefan Metzmacher1-0/+1
2009-04-25s4:RPC-ECHO: disable the timeout test as it can't work with our client libraryStefan Metzmacher1-1/+4
2009-04-25RAW-LOCK: samba4 behaves like windows 7 in regard of locking error codesStefan Metzmacher1-7/+13
2009-04-25s4:torture: use torture api instead of printf for RAW-LOCKStefan Metzmacher1-234/+168
2009-04-25s4:selftest: s4 doesn't support osxrename and directory rename yetStefan Metzmacher1-0/+2
2009-04-25s4:tortore: use torture api instead of printf in RAW-RENAMEStefan Metzmacher1-36/+38
2009-04-24s4-smbtorture: add test_ControlService() to RPC-SVCCTL.Günther Deschner1-0/+34
2009-04-24s4-smbtorture: add test_StartServiceW() to RPC-SVCCTL.Günther Deschner1-0/+34
2009-04-24s4-smbtorture: change default service to spooler in RPC-SVCCTL.Günther Deschner1-1/+1
2009-04-24Rename the top-level LDB test to LOCAL-LDB, so it gets picked up by theJelmer Vernooij5-25/+13
2009-04-24s4:torture Fix segfault in RPC-SAMSYNCAndrew Bartlett1-1/+1
2009-04-24s4:torture Add tests for prefixMap custom attribute handlerAndrew Bartlett1-0/+34
2009-04-24Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-develAndrew Bartlett5-23/+33
2009-04-23Provide a ldb_global_init() function for compatibility with older versions of...Jelmer Vernooij1-0/+6
2009-04-23More lcov code coverage generation workAndrew Bartlett1-3/+3
2009-04-23Fix of a bug in the security.descriptor.as_sddl() methodnadezhda ivanova2-1/+7
2009-04-23s4:torture use common libcli/auth crypto codeAndrew Bartlett1-11/+9
2009-04-23Add a new non-convenience version of push_codepoint.Jelmer Vernooij2-22/+20
2009-04-23Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-develAndrew Bartlett2-70/+105
2009-04-23Add async support for reply_tcon* and ntvfs_connectSam Liddicott2-70/+105
2009-04-23s4:test Include 'source4' in directories to find lcov inAndrew Bartlett1-1/+1
2009-04-23Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-develAndrew Bartlett9-6/+48
2009-04-23s4:test Fix 'make lcov' in Samba4Andrew Bartlett1-2/+2
2009-04-23s4:samr Use ldb_context * rather than void *Andrew Bartlett1-1/+1
2009-04-23Fix Coverity ID 628, Andrew B., please check!Volker Lendecke1-1/+1
2009-04-23errormap: Change the WBC_ERR_UNKNOWN_ERROR to map to NT_STATUS_UNSUCCESSFULKai Blin1-1/+1
2009-04-22errormap: Add wbcErr to NTSTATUS mappingsKai Blin1-0/+37
2009-04-22s4-build: Also search ../nsswitch for make (c|e)tagsKai Blin1-1/+1
2009-04-22s4:ldb: fix extrasemi compile warningBjörn Jacke1-1/+1
2009-04-22s4:ldb: do talloc_free and return NULL when we have no matches to returnBjörn Jacke1-0/+4
2009-04-22libcli: fix a "not handled in switch" compile warningBjörn Jacke1-0/+1
2009-04-22ѕ4: fix a "not handled in switch" compile warningBjörn Jacke1-0/+2
2009-04-21Fix make install; don't install drsuapi.h and fix the location ofJelmer Vernooij1-1/+1
2009-04-21Revert "Use an absolute path to ensure that we can always regenerate tables.c"Stefan Metzmacher1-2/+0
2009-04-21Move the security_descriptor utility code to the top-level.Jelmer Vernooij3-535/+2
2009-04-21Add str() for policy_handles.Andrew Bartlett2-2/+17
2009-04-21python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha...Andrew Bartlett2-0/+49
2009-04-21python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__...Andrew Bartlett3-0/+141
2009-04-20Fix Samba 4 Makefile to also clean ../libgpoWilco Baan Hofman1-1/+1
2009-04-20Move some headers around to avoid confusion.Wilco Baan Hofman1-2/+6
2009-04-20Move some headers around to avoid confusion.Wilco Baan Hofman1-0/+0
2009-04-20Make the gpo files build for samba 4.Wilco Baan Hofman4-0/+286
2009-04-20Add nt_token_check_sid convenience function. Map NT_USER_TOKEN to struct secu...Wilco Baan Hofman2-0/+29