summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.8.2 release.samba-4.8.2Karolin Seeger2018-05-161-1/+1
* WHATSNEW: Add release notes for Samba 4.8.2.Karolin Seeger2018-05-161-2/+93
* winbindd: Do re-connect if the RPC call fails in the passdb caseAndrew Bartlett2018-05-141-0/+128
* winbindd: Add a cache of the samr and lsa handles for the passdb domainAndrew Bartlett2018-05-141-108/+159
* vfs_ceph: add fake async pwrite/pread send/recv hooksDavid Disseldorp2018-05-141-1/+108
* s3: VFS: Fix memory leak in vfs_ceph.Vandana Rungta2018-05-141-10/+11
* s4:lsa_lookup: remove TALLOC_FREE(state) after all dcesrv_lsa_Lookup{Names,Si...Stefan Metzmacher2018-05-141-6/+2
* s4-lsa: Fix use-after-free in LSA serverAndrew Bartlett2018-05-141-3/+0
* s3:cleanupd: sends MSG_SMB_UNLOCK twice to interested peersRalph Boehme2018-05-141-2/+0
* s3:smbspool: Fix cmdline argument handlingAndreas Schneider2018-05-092-19/+72
* smbspool: Improve URI handling codeAndreas Schneider2018-05-091-11/+18
* s3: libsmbclient: Fix hard-coded connection error return of ETIMEDOUT.Jeremy Allison2018-05-071-1/+1
* s3:cleanupd: use MSG_SMB_BRL_VALIDATE to signal cleanupd unclean process shut...Ralph Boehme2018-05-072-2/+2
* ceph: VFS: Add asynchronous fsync to ceph module, fake using synchronous call.Jeremy Allison2018-05-071-0/+53
* ctdb-client: Remove ununsed functions from old client codeAmitay Isaacs2018-05-072-2529/+10
* rpc_server: Fix NetSessEnum with stale sessionsChristof Schmitt2018-05-072-1/+4
* selftest: Add testcase for querying sessions after smbd crashChristof Schmitt2018-05-073-0/+62
* rpcclient: Print number of entries for NetSessEnumChristof Schmitt2018-05-071-0/+2
* printing: return the same error code as windows does on upload failuresBjörn Jacke2018-05-071-1/+1
* s3: tests: Regression test to ensure we can never return a DIRECTORY attribut...Jeremy Allison2018-05-072-0/+80
* s3: smbd. Generic fix for incorrect reporting of stream dos attributes on a d...Jeremy Allison2018-05-071-0/+22
* s3: vfs: vfs_streams_xattr: Don't blindly re-use the base file mode bits.Jeremy Allison2018-05-071-0/+2
* nsswitch: fix memory leak in winbind_open_pipe_sock() when the privileged pip...Stefan Metzmacher2018-05-021-2/+2
* ldb: Release ldb 1.3.3ldb-1.3.3Andrew Bartlett2018-05-024-1/+284
* ldb: Add test to show a reindex failure must not leave the DB corruptAndrew Bartlett2018-05-021-0/+160
* lib ldb tests: Prepare to run api and index test on tdb and lmdbGary Lockyer2018-05-022-60/+114
* ldb_tdb: Ensure we can not commit an index that is corrupt due to partial re-...Andrew Bartlett2018-05-022-0/+32
* ldb_tdb: Add tests for truncated index keysGary Lockyer2018-05-022-1/+1008
* ldb_tdb: Do not fail in GUID index mode if there is a duplicate attributeGary Lockyer2018-05-021-7/+57
* VERSION: Bump version up to 4.8.2...Karolin Seeger2018-04-261-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.8.1 release.samba-4.8.1Karolin Seeger2018-04-261-1/+1
* WHATSNEW: Add release notes for Samba 4.8.1.Karolin Seeger2018-04-261-0/+108
* s3:modules: fix the build of vfs_aixacl2.cStefan Metzmacher2018-04-201-2/+3
* ldb/tests: avoid 'return void_function();' which isn't portableStefan Metzmacher2018-04-201-4/+4
* lib/crypto: avoid 'return void_function();' which isn't portableStefan Metzmacher2018-04-201-4/+6
* s3:modules: make virusfilter_io_connect_path() more portableStefan Metzmacher2018-04-201-15/+16
* s3:modules: fix the picky-developer build of vfs_virusfilter.c on FreeBSD 11Stefan Metzmacher2018-04-201-2/+3
* vfs_virusfilter: Fix CID 1428738 Macro compares unsigned to 0Volker Lendecke2018-04-201-1/+1
* vfs_virusfilter: Fix CID 1428740 Macro compares unsigned to 0Volker Lendecke2018-04-201-1/+1
* vfs_virusfilter: Fix CID 1428739 Buffer not null terminatedVolker Lendecke2018-04-201-1/+7
* nsswitch: fix the developer build of nsswitch/wins.c on freebsd 11Stefan Metzmacher2018-04-201-1/+1
* nsswitch: add some const to _nss_winbind_initgroups_dyn() prototypeStefan Metzmacher2018-04-202-2/+2
* nsswitch: maintain prototypes for the linux based functions only onceStefan Metzmacher2018-04-206-96/+27
* lib/replace: define __[u]intptr_t_defined if we prove an replacementStefan Metzmacher2018-04-201-0/+2
* s3:passdb: Do not return OK if we don't have pinfo set upAndreas Schneider2018-04-201-1/+1
* lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.cStefan Metzmacher2018-04-201-1/+0
* winbindd: add retry to _winbind_SendToSamRalph Boehme2018-04-201-1/+11
* winbindd: add retry to _winbind_DsrUpdateReadOnlyServerDnsRecordsRalph Boehme2018-04-201-0/+10
* winbindd: add retry to _wbint_DsGetDcNameRalph Boehme2018-04-201-18/+19
* winbindd: add retry to _wbint_LookupSids()Ralph Boehme2018-04-201-1/+7