summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* gpo: enable gpo update with addition to build systemLuke Morrison2017-11-201-19/+0
* gpo: Create the gpo update serviceGarming Sam2017-11-201-0/+7
* gpo: Add python libgpo bindingsLuke Morrison2017-11-204-1382/+2
* source3: remove sock_execGary Lockyer2017-11-204-137/+0
* winbindd: tdb_exists returns 1 if a record is foundRalph Boehme2017-11-191-1/+1
* winbind: Remove winbind_messaging_contextVolker Lendecke2017-11-182-20/+0
* winbind: winbind_messaging_context -> server_messaging_contextVolker Lendecke2017-11-184-44/+44
* winbind: Remove winbind_event_contextVolker Lendecke2017-11-183-29/+0
* winbind: Replace winbind_event_context with server_event_contextVolker Lendecke2017-11-1814-60/+60
* libnet_join: fix "net rpc oldjoin"Stefan Metzmacher2017-11-181-8/+45
* s3:selftest: add samba3.blackbox.net_rpc_oldjoin testStefan Metzmacher2017-11-182-0/+36
* ntlm_auth: Use libwbclient in get_winbind_netbios_name()Volker Lendecke2017-11-181-6/+7
* ntlm_auth: Use libwbclient in get_require_membership_sid()Volker Lendecke2017-11-181-11/+11
* ntlm_auth: Use libwbclient in get_winbind_domain()Volker Lendecke2017-11-181-6/+7
* ntlm_auth: Use libwbclient in winbind_separator()Volker Lendecke2017-11-181-8/+8
* winbindd: Fix some signed/unsigned warningsVolker Lendecke2017-11-181-3/+3
* libsmb: Fix a typoVolker Lendecke2017-11-181-1/+1
* s3: smbclient: tests: Test "volume" command over SMB1 and SMB2+.Jeremy Allison2017-11-151-0/+31
* s3: smbclient: Implement "volume" command over SMB2.Jeremy Allison2017-11-153-0/+143
* s3: libsmb: smbc_statvfs is missing the supporting SMB2 calls.Jeremy Allison2017-11-153-0/+112
* pam_winbind: initial Turkish translationulkuderner2017-11-151-0/+548
* rpcclient: Avoid a ZERO_STRUCT, save a few bytes .textVolker Lendecke2017-11-131-3/+1
* lib: Avoid a ZERO_STRUCT, save a few bytes .textVolker Lendecke2017-11-131-3/+1
* smbd: Avoid an "else"Volker Lendecke2017-11-131-1/+2
* passdb: Fix a typoVolker Lendecke2017-11-131-1/+1
* netsamlogon_cache: Use ndr_pull_struct_blob_allVolker Lendecke2017-11-131-2/+3
* s3:passdb: Fix a memory leak in secrets_fetch_or_upgrade_domain_info()Andreas Schneider2017-11-131-0/+1
* vfs_fruit: Unlink memory on errorAndreas Schneider2017-11-131-0/+1
* s4: torture: kernel oplocks. Add smb2.kernel-oplocks.kernel_oplocks8Jeremy Allison2017-11-111-1/+1
* s3: smbd: kernel oplocks. Replace retry_open() with setup_kernel_oplock_poll_...Jeremy Allison2017-11-111-28/+68
* libsmbclient: Allow server (NetApp) to return STATUS_INVALID_PARAMETER from a...Jeremy Allison2017-11-112-2/+17
* vfs: remove SMB_VFS_INIT_SEARCH_OPUri Simchoni2017-11-115-34/+2
* vfs_unityed_media: remove handling of init_search_opUri Simchoni2017-11-111-10/+0
* vfs_media_harmony: remove handling of init_search_opUri Simchoni2017-11-111-13/+0
* vfs_time_audit: remove init_search_op implementationUri Simchoni2017-11-111-17/+0
* vfs_glusterfs: remove init_search_op handlingUri Simchoni2017-11-111-7/+0
* smbd: remove dptr_init_search_op()Uri Simchoni2017-11-112-9/+0
* smbd: remove calls to dptr_init_search_op() from TRANS2 search codeUri Simchoni2017-11-111-6/+0
* smbd: remove calls to dptr_init_search_op()Uri Simchoni2017-11-111-3/+0
* vfs: Remove aio_linuxVolker Lendecke2017-11-113-380/+0
* Revert "s3/smbd: fix deferred open with streams and kernel oplocks"Jeremy Allison2017-11-101-104/+11
* vfs_glusterfs: include glusterfs/api/glfs.h without relying on -I optionsNiels de Vos2017-11-092-3/+3
* smbc_opendir should not return EEXIST with invalid login credentialsDavid Mulder2017-11-091-2/+2
* selftest: run raw.acls test with XDR NFS41 ACLsRalph Boehme2017-11-081-0/+1
* selftest: run raw.acls tests against a share with XDR NFS4 ACLsRalph Boehme2017-11-081-0/+1
* vfs_nfs4acl_xattr: add XDR backendRalph Boehme2017-11-086-1/+585
* vfs_nfs4acl_xattr: implement take-ownership as in vfs_acl_commonRalph Boehme2017-11-081-3/+52
* vfs_nfs4acl_xattr: add POSIX mode check and resetRalph Boehme2017-11-081-6/+112
* vfs_nfs4acl_xattr: do xattr ops as rootRalph Boehme2017-11-081-0/+19
* selftest: test vfs_nfs4acl_xattr with NFS 4.1 ACLsRalph Boehme2017-11-081-0/+1