summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.7.8 release.samba-4.7.8Karolin Seeger2018-06-211-1/+1
* WHATSNEW: Add release notes for Samba 4.7.8.Karolin Seeger2018-06-211-2/+118
* python: Fix talloc frame use in make_simple_acl().Jeremy Allison2018-06-191-23/+26
* s3: smbd: printing: Re-implement delete-on-close semantics for print files mi...Jeremy Allison2018-06-191-0/+17
* s4-heimdal: Fix the format-truncation errors.Günther Deschner2018-06-191-3/+3
* s3: smbtorture: Add new SMB2-DIR-FSYNC test to show behavior of FSYNC on dire...Jeremy Allison2018-06-195-1/+274
* s3: smbd: Fix SMB2-FLUSH against directories.Jeremy Allison2018-06-191-2/+24
* smbd: Flush dfree memcache on service reloadChristof Schmitt2018-06-073-0/+7
* smbd: Cache dfree information based on query pathChristof Schmitt2018-06-072-20/+80
* memcache: Add new cache type for dfree informationChristof Schmitt2018-06-071-1/+2
* selftest: Add test for 'dfree cache'Christof Schmitt2018-06-072-0/+36
* selftest: Add dfq_cache share with 'dfree cache time' setChristof Schmitt2018-06-071-0/+6
* lib/util: Call log_stack_trace() in smb_panic_default()Andrew Bartlett2018-06-041-2/+1
* lib/util: Move log_stack_trace() to common codeAndrew Bartlett2018-06-047-102/+107
* lib/util: Log PANIC before calling pacic action just like s3Andrew Bartlett2018-06-041-1/+3
* s3-lib: Remove support for libexc for IRIX backtracesAndrew Bartlett2018-06-042-43/+1
* s3:utils: Do not segfault on error in DoDNSUpdate()Andreas Schneider2018-06-041-0/+1
* auth/ntlmssp: fix handling of GENSEC_FEATURE_LDAP_STYLE as a serverStefan Metzmacher2018-06-043-20/+8
* s4:selftest: run test_ldb_simple.sh with more auth optionsStefan Metzmacher2018-06-042-0/+8
* auth/ntlmssp: add ntlmssp_client:ldap_style_send_seal optionStefan Metzmacher2018-06-041-7/+17
* s3:smbd: fix interaction between chown and SD flagsRalph Boehme2018-05-242-3/+5
* s4:torture/smb2: new test for interaction between chown and SD flagsRalph Boehme2018-05-242-0/+279
* nsswitch:tests: Add test for wbinfo --user-infoAndreas Schneider2018-05-243-0/+108
* selftest: Add a user with a different userPrincipalNameAndreas Schneider2018-05-241-1/+18
* nsswitch: Lookup the domain in tests with the wb seperatorAndreas Schneider2018-05-242-3/+3
* nsswitch: Add a test looking up domain sidAndreas Schneider2018-05-241-0/+4
* nsswitch: Add a test looking up the user using the upnAndreas Schneider2018-05-242-3/+8
* winbindd: Name<->SID cache is not sequence number based anymoreVolker Lendecke2018-05-241-2/+0
* winbindd: Move name<->sid cache to gencacheVolker Lendecke2018-05-241-190/+143
* winbindd: Factor out winbindd_domain_init_backend from get_cache()Volker Lendecke2018-05-241-5/+12
* net: Parse namemap_cache in "net cache list"Volker Lendecke2018-05-241-0/+19
* lib: Add namemap_cacheVolker Lendecke2018-05-243-0/+369
* lib: Pass blob instead of &blob to gencache_set_data_blobVolker Lendecke2018-05-245-13/+14
* lib: Allow parsing a strv from a non-talloc const bufVolker Lendecke2018-05-242-9/+19
* lib: Only call strlen if necessary in strvVolker Lendecke2018-05-241-2/+4
* lib: Pass in "strv_len" to strv_valid_entryVolker Lendecke2018-05-241-14/+12
* s3: VFS: Fix memory leak in vfs_ceph.Vandana Rungta2018-05-171-10/+11
* 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: libsmbclient: Fix hard-coded connection error return of ETIMEDOUT.Jeremy Allison2018-05-071-1/+1
* ceph: VFS: Add asynchronous fsync to ceph module, fake using synchronous call.Jeremy Allison2018-05-071-0/+53
* 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
* winbindd: add retry to _winbind_SendToSamRalph Boehme2018-05-071-0/+9