summaryrefslogtreecommitdiff
path: root/source4/client/http_test.c
AgeCommit message (Collapse)AuthorFilesLines
2026-01-15s4:client:http_test fix Non-boolean returnedGary Lockyer1-1/+1
fix cppcheck source4/client/http_test.c:85:3: style: Non-boolean value returned from function returning bool [returnNonBoolInBooleanFunction] BUG: https://bugzilla.samba.org/show_bug.cgi?id=15924 Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Anoop C S <anoopcs@samba.org>
2024-04-23s4:lib/tls: add support for ↵Stefan Metzmacher1-0/+4
gnutls_certificate_set_x509_{system_trust,trust_dir}() Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2024-03-27Add simple http_client for use in black box tests (in following commits)Noel Power1-0/+401
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15611 Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>