summaryrefslogtreecommitdiff
path: root/source4/kdc/kdc-heimdal.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-10kdc: Use a consistent, stable time throughout the Heimdal KDCAndrew Bartlett1-1/+12
2024-06-10kdc: Remove confusing duplicate open of sam.ldb to find RODC statusAndrew Bartlett1-23/+11
2024-04-21s4:kdc: Remove unnecessary castJo Sutton1-2/+1
2023-08-14s4:kdc: Correctly report length of KDC packetJoseph Sutton1-1/+1
2023-08-14s4:kdc: Use portable format specifierJoseph Sutton1-2/+2
2023-06-21s4:kdc: Replace FAST cookie with dummy stringJoseph Sutton1-0/+29
2022-12-13CVE-2022-37966 s4:kdc: use the strongest possible keysStefan Metzmacher1-15/+8
2022-09-12s4:kdc: Set Kerberos debug class for all KDC filesAndreas Schneider1-0/+3
2022-07-27CVE-2022-32744 s4:kdc: Rename keytab_name -> kpasswd_keytab_nameJoseph Sutton1-2/+2
2022-07-27CVE-2022-32744 s4:kdc: Don't allow HDB keytab iterationJoseph Sutton1-2/+2
2022-03-11s4:kdc: make use of the 'kdc enable fast' optionStefan Metzmacher1-0/+7
2022-03-01s4:kdc: Adapt to hdb_entry_ex removalJoseph Sutton1-3/+3
2022-03-01s4:kdc: Rename windc to kdc pluginJoseph Sutton1-7/+7
2022-03-01s4:kdc: Add referral policy callbackJoseph Sutton1-2/+0
2022-01-19s4:kdc: Set require_pac and no-ENC_TS in FAST for new Heimdal importAndrew Bartlett1-0/+18
2022-01-19s4:kdc/heimdal: Always include the salt in the PA-ETYPE-INFO[2]Andrew Bartlett1-0/+2
2022-01-19s4:kdc: cope with upstream rename of configuration parameters.Gary Lockyer1-2/+2
2022-01-19s4:kdc: Move calls using the samba4 name to be right after each otherAndrew Bartlett1-6/+6
2022-01-19s4:kdc: Adapt KDC to new Heimdal to load samba4 HDB plugin for keytabAndrew Bartlett1-2/+2
2021-11-09CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy1-0/+1
2021-07-01s4:kdc: prefer newer enctypes for preauth responsesStefan Metzmacher1-1/+1
2020-11-27s4: rename source4/smbd/ to source4/samba/Ralph Boehme1-1/+1
2019-01-19s4:kdc: Fix size type for num_bind in kdc-heimdalAndreas Schneider1-1/+1
2018-11-23source4 smbd prefork: restart on non zero exit codeGary Lockyer1-1/+2
2018-11-07source4 smbd: pass instance number to post_forkGary Lockyer1-1/+1
2018-11-01kdc: Update debug callsGary Lockyer1-7/+8
2018-11-01source4 smbd kdc: allow the kdc to run in preforkGary Lockyer1-40/+49
2018-11-01source4 smdb: Add a post fork hook to the service APIGary Lockyer1-23/+27
2018-11-01source4 smbd: Make the service_details structure constant.Gary Lockyer1-1/+1
2018-05-10samdb: Add remote address to connectGary Lockyer1-2/+6
2017-10-19source4/smbd: Do not overstamp the process model with "single"Gary Lockyer1-13/+6
2017-10-19 source4/smbd: refactor the process model for preforkGary Lockyer1-1/+16
2017-05-11s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2017-03-29heimdal: Pass extra information to hdb_auth_status() to log success and failuresAndrew Bartlett1-0/+1
2017-03-10s4:kdc: disable principal based autodetected referral detectionStefan Metzmacher1-0/+2
2016-09-13s4-kdc: Switch to the new kpasswd service implementationAndreas Schneider1-2/+11
2016-06-19s4-kdc: Move KDC packet handling functions to kdc-server.cAndreas Schneider1-587/+0
2016-06-18s4-kdc: Create a kdc-proxy.h header fileAndreas Schneider1-0/+1
2016-06-18s4-kdc: Move KDC socket structs to krb5-server.hAndreas Schneider1-14/+0
2016-06-18s4-kdc: Move kdc_process_fn_t declaration to kdc-server.hAndreas Schneider1-8/+0
2016-06-18s4-kdc: Move definitions to kdc-server.hAndreas Schneider1-0/+1
2016-06-18s4-kdc: Use better and simpler names for the kdc_process_ret enumAndreas Schneider1-25/+25
2016-06-18s4-kdc: Put the heimdal kdc config into a private data pointerAndreas Schneider1-14/+24
2016-06-18s4-kdc: Use smb_krb5_mk_error() in kdc implemenationAndreas Schneider1-4/+7
2016-06-18s4-kdc: Rename heimdal KDC filesAndreas Schneider1-0/+1054