summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb: Bump version to 1.5.8ldb-1.5.8Gary Lockyer2020-06-254-1/+286
* CVE-2020-10730: lib ldb: Check if ldb_lock_backend_callback called twiceGary Lockyer2020-06-251-1/+8
* CVE-2020-10730: s4 dsdb vlv_pagination: Prevent repeat call of ldb_module_doneGary Lockyer2020-06-251-12/+49
* CVE-2020-10730: s4 dsdb paged_results: Prevent repeat call of ldb_module_doneGary Lockyer2020-06-251-9/+34
* CVE-2020-10730: dsdb: Ban the combination of paged_results and VLVAndrew Bartlett2020-06-251-0/+10
* CVE-2020-10730: dsdb: Fix crash when vlv and paged_results are combinedAndrew Bartlett2020-06-251-0/+4
* CVE-2020-10730: selftest: Add test to show that VLV and paged_results are inc...Andrew Bartlett2020-06-252-0/+50
* CVE-2020-10730: vlv: Another workaround for mixing ASQ and VLVAndrew Bartlett2020-06-251-4/+15
* CVE-2020-10730: selftest: Add test to confirm VLV interaction with ASQAndrew Bartlett2020-06-251-0/+27
* CVE-2020-10730: vlv: Do not re-ASQ search the results of an ASQ search with VLVAndrew Bartlett2020-06-251-0/+11
* CVE-2020-10730: vlv: Use strcmp(), not strncmp() checking the NULL terminated...Andrew Bartlett2020-06-251-2/+2
* VERSION: Bump version up to 4.10.17...Karolin Seeger2020-06-251-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.10.16 release.samba-4.10.16Karolin Seeger2020-05-251-1/+1
* WHATSNEW: Add release notes for Samba 4.10.16.Karolin Seeger2020-05-251-2/+53
* 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/+135
* lib:util: Add path_expand_tilde()Andreas Schneider2020-05-222-0/+81
* docs-xml: Fix usernames in pam_winbind manpagesAndreas Schneider2020-05-182-4/+4
* lib:util: Fix smbclient -l basename dirAmit Kumar2020-05-142-2/+7
* Add a test for smbclient -l basenameAmit Kumar2020-05-143-0/+40
* testprogs: Add 'net ads join createupn' test also verifying the keytabAndreas Schneider2020-05-141-0/+17
* s3:libads: Fix ads_get_upn()Andreas Schneider2020-05-141-0/+1
* 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
* libsmb: Don't try to find posix stat info in SMBC_getatr()Volker Lendecke2020-05-043-30/+0
* VERSION: Bump version up to 4.10.16.Karolin Seeger2020-04-281-1/+1
* Merge tag 'samba-4.10.15' into v4-10-testKarolin Seeger2020-04-2834-67/+1377
|\
| * VERSION: Disable GIT_SNAPSHOT for the 4.10.15 release.samba-4.10.15Karolin Seeger2020-04-211-1/+1
| * WHATSNEW: Add release notes for Samba 4.10.15.Karolin Seeger2020-04-211-2/+63
| * CVE-2020-10704 libcli ldap: Check search request lengths.Gary Lockyer2020-04-213-0/+12
| * CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer2020-04-219-10/+72
| * CVE-2020-10704: S4 ldap server: Limit request sizesGary Lockyer2020-04-212-2/+95
| * CVE-2020-10704: smb.conf: Add max ldap request sizesGary Lockyer2020-04-214-0/+44
| * CVE-2020-10704: ldapserver tests: Python 2 comaptibilityGary Lockyer2020-04-211-0/+15
| * CVE-2020-10704: ldapserver tests: Limit search request sizesGary Lockyer2020-04-213-0/+241
| * CVE-2020-10704: lib util asn1: Check parse tree depthGary Lockyer2020-04-212-2/+13
| * CVE-2020-10704: libcli ldap: test recursion depth in ldap_decode_filter_treeGary Lockyer2020-04-216-0/+290
| * CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-04-2114-43/+65
| * CVE-2020-10700: ldb: Bump version up to 1.5.7.ldb-1.5.7Karolin Seeger2020-04-214-1/+286
| * CVE-2020-10700: dsdb: Do not permit the ASQ control for the GUID search in pa...Andrew Bartlett2020-04-212-6/+13
| * CVE-2020-10700: ldb: Always use ldb_next_request() in ASQ moduleAndrew Bartlett2020-04-211-9/+3
| * CVE-2020-10700: dsdb: Add test for ASQ and ASQ in combination with paged_resultsAndrew Bartlett2020-04-213-0/+173
| * VERSION: Bump verison up to 4.10.15...Karolin Seeger2020-04-211-2/+2
* | VERSION: Bump verison up to 4.10.15...Karolin Seeger2020-03-261-2/+2
|/
* VERSION: Disable GIT_SNAPSHOT for the 4.10.14 release.samba-4.10.14Karolin Seeger2020-03-261-1/+1
* WHATSNEW: Add release notes for Samba 4.10.14.Karolin Seeger2020-03-261-2/+70
* ctdb-tcp: Do not stop outbound connection in ctdb_tcp_node_connect()Martin Schwenke2020-03-241-1/+17