summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.8.3 release.samba-4.8.3Karolin Seeger2018-06-261-1/+1
* WHATSNEW: Add release notes for Samba 4.8.3.Karolin Seeger2018-06-261-0/+51
* ldb: version 1.3.4ldb-1.3.4Andrew Bartlett2018-06-264-1/+284
* .gitlab-ci.yml: Adapt to current GitLab CI setupAndrew Bartlett2018-06-261-4/+10
* Fix several mem leaks in ldb_index ldb_search ldb_tdbAndrej Gessel2018-06-263-3/+10
* check return value before using key_valuesAndrej Gessel2018-06-261-3/+10
* ldb: check return valuesAndrej Gessel2018-06-262-1/+11
* ldb_tdb: Use mem_ctx and so avoid leak onto long-term memory on duplicated add.Andrew Bartlett2018-06-261-1/+1
* ldb: Fix memory leak on module contextLukas Slebodnik2018-06-261-2/+2
* ldb: Add tests for when we should expect a full scanAndrew Bartlett2018-06-264-2/+135
* ldb: One-level search was incorrectly falling back to full DB scanAndrew Bartlett2018-06-261-11/+12
* ldb: Explain why an entry can vanish from the indexAndrew Bartlett2018-06-261-1/+6
* ldb: Indicate that the ltdb_dn_list_sort() in list_union is a bit subtle.Andrew Bartlett2018-06-261-0/+3
* ldb: Save a copy of the index result before calling the callbacks.Andrew Bartlett2018-06-262-18/+336
* samdb: Fix build error with gcc8Andreas Schneider2018-06-261-1/+1
* s3:winbind: Fix regression introduced with bso #12851Andreas Schneider2018-06-251-18/+10
* s3:smbget: Fix buffer truncation issues with gcc8Andreas Schneider2018-06-251-1/+1
* s3:registry: Fix buffer truncation issues issues with gcc8Andreas Schneider2018-06-251-7/+5
* heimdal: lib/krb5: do not fail set_config_files due to parse errorJeffrey Altman2018-06-252-3/+4
* krb5_plugin: Add winbind localauth plugin for MIT KerberosAndreas Schneider2018-06-254-0/+287
* krb5_wrap: fix keep_old_entries logic for older kerberos librariesChristof Schmitt2018-06-251-1/+1
* blaKarolin Seeger2018-06-251-2/+40
* python: Fix talloc frame use in make_simple_acl().Jeremy Allison2018-06-201-23/+26
* s3: smbd: printing: Re-implement delete-on-close semantics for print files mi...Jeremy Allison2018-06-202-1/+17
* s3: torture: Add DELETE-PRINT test.Jeremy Allison2018-06-203-0/+137
* lib: Fix array size in audit_loggingAndreas Schneider2018-06-201-1/+1
* s4:ntvfs: Fix string copy of share_nameAndreas Schneider2018-06-201-2/+7
* lib:util: Fix size types in debug.cAndreas Schneider2018-06-201-7/+7
* lib:util: Fix parameter aliasing in tfork testAndreas Schneider2018-06-201-5/+2
* s3:winbind: Fix uninitialzed variable warningAndreas Schneider2018-06-201-1/+1
* s3:passdb: Fix size of ascii_p16Andreas Schneider2018-06-201-1/+1
* s3:lib: Use memcpy() in escape_ldap_string()Andreas Schneider2018-06-201-1/+1
* s4:torture: Use strlcpy() in gen_name()Andreas Schneider2018-06-201-1/+1
* lib:util: Fix string check in mkdir_p()Andreas Schneider2018-06-201-2/+2
* s3-utils: fix format-truncation in smbpasswdGünther Deschner2018-06-201-23/+26
* s4-torture: fix format-truncation warning in smb2 session tests.Günther Deschner2018-06-201-1/+1
* s3-printing: fix format-truncation in print_queue_update()Günther Deschner2018-06-201-1/+1
* s3-winbindd: remove unused fill_domain_username()Günther Deschner2018-06-202-21/+0
* s3-winbindd: use fill_domain_username_talloc() in winbind.Günther Deschner2018-06-205-17/+46
* s4-heimdal: Fix the format-truncation errors.Günther Deschner2018-06-201-3/+3
* s3: smbtorture: Add new SMB2-DIR-FSYNC test to show behavior of FSYNC on dire...Jeremy Allison2018-06-205-1/+274
* s3: smbd: Fix SMB2-FLUSH against directories.Jeremy Allison2018-06-201-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