summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2017-12-15messaging: Always register the unique idVolker Lendecke1-0/+13
2017-12-14winbindd: idmap_rid: error code for failing id-to-sid mapping requestRalph Boehme1-1/+1
2017-12-14winbindd: idmap_rid: don't rely on the static domain listRalph Boehme1-4/+4
2017-12-14winbindd: pass domain SID to wbint_UnixIDs2SidsRalph Boehme5-5/+15
2017-12-14winbindd: add domain SID to idmap mapping domainsRalph Boehme1-15/+147
2017-12-13s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse po...Jeremy Allison1-7/+7
2017-12-13s3: client: Rename <oldname> to <link_target> in cmd_symlink() and cli_posix_...Jeremy Allison2-14/+16
2017-12-13pthreadpool: Add test for pthread_create failureChristof Schmitt1-0/+7
2017-12-07vfs_zfsacl: fix compilation errorRalph Boehme1-4/+6
2017-12-05winbindd: let normalize_name_map() call find_domain_from_name_noinit()Ralph Boehme6-23/+15
2017-12-05s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv().Jeremy Allison1-2/+6
2017-12-05s3:libads: net ads keytab list fails with "Key table name malformed"Noel Power1-1/+5
2017-12-05vfs_fruit: proper VFS-stackable conversion of FinderInfoRalph Boehme1-14/+75
2017-12-05vfs_fruit: add AfpInfo prototypesRalph Boehme1-0/+4
2017-12-05selftest: add localdir option to fruit subtestsRalph Boehme1-2/+2
2017-12-05selftest: reorder arguments for fruit testsRalph Boehme1-2/+2
2017-12-05s3/loadparm: don't mark IPC$ as autoloadedRalph Boehme1-1/+1
2017-12-05s3/loadparm: ensure default service options are not changedRalph Boehme1-2/+9
2017-12-05s3/loadparm: allocate a fresh sDefault object per lp_ctxRalph Boehme1-1/+8
2017-11-30s4:samba: Allow samba daemon to run in foregroundAndreas Schneider1-1/+1
2017-11-28libnet_join: fix "net rpc oldjoin"Stefan Metzmacher1-22/+72
2017-11-28s3:selftest: add samba3.blackbox.net_rpc_oldjoin testStefan Metzmacher2-0/+36
2017-11-24vfs_glusterfs: include glusterfs/api/glfs.h without relying on -I optionsNiels de Vos2-3/+3
2017-11-22winbind: Remove winbind_messaging_contextVolker Lendecke2-20/+0
2017-11-22winbind: winbind_messaging_context -> server_messaging_contextVolker Lendecke4-44/+44
2017-11-22winbind: Remove winbind_event_contextVolker Lendecke3-29/+0
2017-11-22winbind: Replace winbind_event_context with server_event_contextVolker Lendecke14-60/+60
2017-11-22s3: smbclient: tests: Test "volume" command over SMB1 and SMB2+.Jeremy Allison1-0/+32
2017-11-22s3: smbclient: Implement "volume" command over SMB2.Jeremy Allison3-0/+143
2017-11-22Merge tag 'samba-4.7.3' into v4-7-testKarolin Seeger3-3/+23
2017-11-20s3: libsmb: smbc_statvfs is missing the supporting SMB2 calls.Jeremy Allison3-0/+112
2017-11-20libsmbclient: Allow server (NetApp) to return STATUS_INVALID_PARAMETER from a...Jeremy Allison2-2/+17
2017-11-20s3: smbd: Chain code can return uninitialized memory when talloc buffer is gr...Jeremy Allison1-0/+14
2017-11-20s3: smbd: Fix SMB1 use-after-free crash bug. CVE-2017-14746Jeremy Allison2-3/+9
2017-11-14s4: torture: kernel oplocks. Add smb2.kernel-oplocks.kernel_oplocks8Jeremy Allison1-1/+1
2017-11-14s3: smbd: kernel oplocks. Replace retry_open() with setup_kernel_oplock_poll_...Jeremy Allison1-28/+68
2017-11-14lib: tevent: Remove select backend.Jeremy Allison2-6/+6
2017-11-13s3: smbd: Fix delete-on-close after smb2_findRalph Wuerthner1-2/+2
2017-11-13Revert "s3/smbd: fix deferred open with streams and kernel oplocks"Jeremy Allison1-104/+11
2017-11-01s3:modules: Check correct variable for NULL in posixacl_xattrAndreas Schneider1-1/+1
2017-11-01s3:passdb: Make sure the salt is fully initialized before passingAndreas Schneider1-2/+4
2017-11-01s3:secrets: Do not leak memory of pw and old_pwAndreas Schneider1-0/+12
2017-11-01s3:vfs_glusterfs: Fix a double free in vfs_gluster_getwd()Andreas Schneider1-1/+2
2017-11-01s3: smbclient: Test we can rename with a name containing.Jeremy Allison1-0/+48
2017-11-01s3: smbclient: Ensure we call client_clean_name() before all operations on re...Jeremy Allison2-8/+222
2017-11-01s3: client: Add new utility function client_clean_name().Jeremy Allison2-0/+32
2017-11-01vfs_glusterfs: Fix exporting subdirs with shadow_copy2Michael Adam1-0/+10
2017-11-01vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIRAnoop C S1-1/+1
2017-11-01selftest: Also run smbtorture smb2.compound with aio enabledChristof Schmitt1-0/+4
2017-11-01smbd/aio: Do not go async for SMB2 compound requestsChristof Schmitt1-0/+8