summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CVE-2019-3824 ldb: version 1.5.4ldb-1.5.4Stefan Metzmacher2019-02-264-1/+285
* CVE-2019-3824 ldb: Add tests for ldb_wildcard_matchGary Lockyer2019-02-263-1/+214
* CVE-2019-3824 ldb: wildcard_match end of data checkGary Lockyer2019-02-261-1/+1
* CVE-2019-3824 ldb: wildcard_match check tree operationGary Lockyer2019-02-261-0/+5
* CVE-2019-3824 ldb: ldb_parse_tree use talloc_zeroGary Lockyer2019-02-261-1/+1
* CVE-2019-3824 ldb: Improve code style and layout in wildcard processingAndrew Bartlett2019-02-261-3/+5
* CVE-2019-3824 ldb: Extra comments to clarify no pointer wrap in wildcard proc...Andrew Bartlett2019-02-261-2/+23
* CVE-2019-3824 ldb: Out of bound read in ldb_wildcard_compareLukas Slebodnik2019-02-261-1/+2
* ldb: The test api.py should not rely on order of entries in dictLukas Slebodnik2019-02-261-6/+8
* lib:ldb: Use correct C99 initializer for 'struct tm'Andreas Schneider2019-02-261-2/+4
* lib:ldb: Use C99 initializer for tdb_logging_contextAndreas Schneider2019-02-261-1/+3
* lib:ldb: Use C99 initializer for PyGetSetDef in pyldbAndreas Schneider2019-02-261-15/+47
* tevent: version 0.9.39Stefan Metzmacher2019-02-262-1/+127
* py_tevent: add_timer takes float argumentDouglas Bagnall2019-02-261-2/+6
* lib:tevent: Use correct C99 initializer for tevent_reqAndreas Schneider2019-02-261-4/+6
* talloc: version 2.1.16Stefan Metzmacher2019-02-264-1/+97
* tdb: version 1.3.18Stefan Metzmacher2019-02-262-1/+74
* lib:tdb: Use C99 initializer for tdb_logging_contextAndreas Schneider2019-02-261-1/+3
* lib:tdb: Use C99 initializer for tdb_headerAndreas Schneider2019-02-261-1/+3
* lib:tdb: Use C99 initializer for PyGetSetDef in pytdbAndreas Schneider2019-02-261-18/+34
* tdb: Fix compatibility of wscript with older pythonLukas Slebodnik2019-02-261-1/+1
* Search for location of waf scriptDavid Mulder2019-02-264-4/+8
* buildtools/wafsamba: Avoid decode when using python2Noel Power2019-02-227-10/+43
* VERSION: Bump version up to 4.10.0rc4...Karolin Seeger2019-02-221-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.10.0rc3 release.samba-4.10.0rc3Karolin Seeger2019-02-221-1/+1
* WHATSNEW: Add release notes for Samba 4.10.0rc3.Karolin Seeger2019-02-221-6/+40
* waf: Check for libnscdChristof Schmitt2019-02-212-0/+4
* WHATSNEW: Add note that python2 support will be dropped on v4.11Tim Beale2019-02-211-15/+30
* waf: Do not install internal headerAndreas Schneider2019-02-211-1/+17
* lib:util: Move discard_const(_p) to own header for libndr.hAndreas Schneider2019-02-216-29/+55
* pidl: Use NDR_ZERO_STRUCT(P) macrosAndreas Schneider2019-02-214-8/+8
* librpc:ndr: Add NDR_ZERO_STRUCT(P) macrosAndreas Schneider2019-02-211-0/+7
* librpc:ndr: Implement ndr_zero_memory()Andreas Schneider2019-02-214-1/+271
* tldap: avoid more use after free errorsRalph Boehme2019-02-211-2/+0
* tldap: avoid a use after free crashRalph Boehme2019-02-211-1/+0
* s3:vfs: Correctly check if OFD locks should be enabled or notAndreas Schneider2019-02-214-16/+16
* s3:vfs: Initialize pid to 0 in test_netatalk_lock()Andreas Schneider2019-02-211-1/+1
* s4: torture: vfs_fruit. Change test_fruit_locking_conflict() to match the vfs...Jeremy Allison2019-02-211-5/+21
* s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility code.Jeremy Allison2019-02-211-106/+96
* smbd: uid: Don't crash if 'force group' is added to an existing share connect...Jeremy Allison2019-02-212-4/+33
* s3: tests: Add regression test for smbd crash on share force group change wit...Jeremy Allison2019-02-215-0/+85
* printing: check lp_load_printers() prior to pcap cache updateDavid Disseldorp2019-02-212-1/+6
* printing: drop pcap_cache_loaded() guard around load_printers()David Disseldorp2019-02-213-10/+6
* s3-smbd: use fruit:model string for mDNS registrationGünther Deschner2019-02-211-0/+27
* ldb: Release ldb 1.5.3ldb-1.5.3Andrew Bartlett2019-02-134-1/+285
* ldb: Add even more comments on what strict does to the list intersectionsAndrew Bartlett2019-02-131-1/+15
* ldb: Rename variableTim Beale2019-02-131-7/+8
* ldb: Elaborate on ldb_kv_search_indexed() commentsTim Beale2019-02-131-7/+26
* ldb: Remove comment that no longer makes senseTim Beale2019-02-131-5/+0
* ldb: Avoid inefficient one-level searchesTim Beale2019-02-131-3/+14