summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb: Bump version to 2.0.12ldb-2.0.12Gary Lockyer2020-06-303-1/+286
* CVE-2020-10730: lib ldb: Check if ldb_lock_backend_callback called twiceGary Lockyer2020-06-301-1/+8
* CVE-2020-10730: s4 dsdb vlv_pagination: Prevent repeat call of ldb_module_doneGary Lockyer2020-06-301-12/+49
* CVE-2020-10730: s4 dsdb paged_results: Prevent repeat call of ldb_module_doneGary Lockyer2020-06-301-9/+34
* CVE-2020-10730: dsdb: Ban the combination of paged_results and VLVAndrew Bartlett2020-06-301-0/+10
* CVE-2020-10730: dsdb: Fix crash when vlv and paged_results are combinedAndrew Bartlett2020-06-301-0/+4
* CVE-2020-10730: selftest: Add test to show that VLV and paged_results are inc...Andrew Bartlett2020-06-302-0/+50
* CVE-2020-10730: vlv: Another workaround for mixing ASQ and VLVAndrew Bartlett2020-06-301-4/+15
* CVE-2020-10730: selftest: Add test to confirm VLV interaction with ASQAndrew Bartlett2020-06-301-0/+27
* CVE-2020-10730: vlv: Do not re-ASQ search the results of an ASQ search with VLVAndrew Bartlett2020-06-301-0/+11
* CVE-2020-10730: vlv: Use strcmp(), not strncmp() checking the NULL terminated...Andrew Bartlett2020-06-301-2/+2
* VERSION: Bump version up to 4.11.11...Karolin Seeger2020-06-301-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.11.10 release.samba-4.11.10Karolin Seeger2020-06-251-1/+1
* WHATSNEW: Add release notes for Samba 4.11.10.Karolin Seeger2020-06-251-2/+61
* ldb_ldap: fix off-by-one increment in lldb_add_msg_attrAlexander Bokovoy2020-06-241-2/+0
* lib/ldb: add unit test for ldb_ldap internal codeAlexander Bokovoy2020-06-242-0/+119
* s3: libsmbclient: Finish unifing bad iconv behavior across CORE NT1 SMB2 prot...Jeremy Allison2020-06-042-4/+3
* s3: libsmb: In SMB2 return NT_STATUS_INVALID_NETWORK_RESPONSE if name convers...Jeremy Allison2020-06-042-1/+6
* s3: libsmb: In SMB1 old protocol - return NT_STATUS_INVALID_NETWORK_RESPONSE ...Jeremy Allison2020-06-041-1/+4
* s3: selftest: Add test_smbclient_iconv.sh to check client behavior on bad nam...Jeremy Allison2020-06-043-0/+63
* s3: selftest: Add share definition [bad_iconv] in fileserver.Jeremy Allison2020-06-041-0/+20
* winbindd: Fix a use-after-free when winbind clients exitVolker Lendecke2020-05-221-1/+27
* s3: lib: Paranoia around use of snprintf copying into a fixed-size buffer fro...Jeremy Allison2020-05-221-2/+6
* s3:gencache: Allow to open gencache as read-onlyAndreas Schneider2020-05-221-3/+60
* lib:util: Add test for path_expand_tilde()Andreas Schneider2020-05-223-0/+134
* lib:util: Add path_expand_tilde()Andreas Schneider2020-05-222-0/+81
* docs-xml: Fix usernames in pam_winbind manpagesAndreas Schneider2020-05-142-4/+4
* libsmb: Protect cli_oem_change_password() from rprcnt<2Volker Lendecke2020-05-141-0/+6
* libsmb: Protect cli_RNetServerEnum against rprcnt<6Volker Lendecke2020-05-141-0/+7
* libsmb: Protect cli_RNetShareEnum() against rprcnt<6Volker Lendecke2020-05-141-0/+5
* libsmb: Fix indentation in cli_RNetShareEnum()Volker Lendecke2020-05-141-64/+69
* vfs_shadow_copy2: implement case canonicalisation in shadow_copy2_get_real_fi...Ralph Boehme2020-05-132-12/+83
* s3/lib: add is_gmt_token()Ralph Boehme2020-05-132-0/+20
* smbd: make get_real_filename_full_scan() publicRalph Boehme2020-05-132-4/+12
* CI: add two tests for shadow_copy2 VFS moduleRalph Boehme2020-05-132-0/+16
* ldb: Bump version to 2.0.11ldb-2.0.11Gary Lockyer2020-05-133-1/+286
* lib ldb: lmdb init var before calling mdb_reader_checkGary Lockyer2020-05-131-1/+1
* lib ldb: lmdb clear stale readers on write txn startGary Lockyer2020-05-132-1/+23
* ldb tests: Confirm lmdb free list handlingGary Lockyer2020-05-132-1/+663
* VERSION: Bump version up to 4.11.10...Karolin Seeger2020-05-051-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.11.9 release.samba-4.11.9Karolin Seeger2020-05-051-1/+1
* WHATSNEW: Add release notes for Samba 4.11.9.Karolin Seeger2020-05-051-2/+88
* s3: pass DCE RPC handle type to create_policy_hndAlexander Bokovoy2020-05-0410-48/+108
* ctdb: Fix a memleakVolker Lendecke2020-05-041-0/+1
* libsmb: Don't try to find posix stat info in SMBC_getatr()Volker Lendecke2020-05-043-30/+0
* VERSION: Bump version up to 4.11.9.Karolin Seeger2020-04-281-1/+1
* Merge tag 'samba-4.11.8' into v4-11-testKarolin Seeger2020-04-2834-68/+1362
|\
| * VERSION: Disable GIT_SNAPSHOT for the 4.11.8 release.samba-4.11.8Karolin Seeger2020-04-211-1/+1
| * WHATSNEW: Add release notes for Samba 4.11.8.Karolin Seeger2020-04-211-2/+63
| * CVE-2020-10704 libcli ldap: Check search request lengths.Gary Lockyer2020-04-213-0/+12