summaryrefslogtreecommitdiff
path: root/source4/kdc/kdc-proxy.c
AgeCommit message (Collapse)AuthorFilesLines
2024-06-10kdc: Remove confusing duplicate open of sam.ldb to find RODC statusAndrew Bartlett1-1/+7
Instead, make this query after we open the DB in common with the MIT code. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jo Sutton <josutton@catalyst.net.nz>
2023-10-25libcli/util: add struct tstream_context to tstream_read_pdu_blob_full_fn_tRalph Boehme1-1/+1
Add struct tstream_context to tstream_read_pdu_blob_full_fn_t and update all callers of tstream_read_pdu_blob_send() to use the correct callback. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-08-08s4:kdc: Use newer debugging macrosJoseph Sutton1-5/+5
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2022-09-12s4:kdc: Set Kerberos debug class for all KDC filesAndreas Schneider1-0/+2
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Sep 12 03:27:55 UTC 2022 on sn-devel-184
2020-11-27s4: rename source4/smbd/ to source4/samba/Ralph Boehme1-1/+1
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Fri Nov 27 10:07:18 UTC 2020 on sn-devel-184
2018-05-24kdc: Fix CID 1435720 Unchecked return valueVolker Lendecke1-2/+10
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2016-06-18s4-kdc: Create a kdc-proxy.h header fileAndreas Schneider1-1/+1
This makes the it Kerberos implmentation independent. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2016-06-18s4-kdc: Rename proxy-heimdal.c to kdc-proxy.cAndreas Schneider1-0/+586
The plan is to have a KDC-SERVER subsystem later. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>