summaryrefslogtreecommitdiff
path: root/source4/kdc
AgeCommit message (Expand)AuthorFilesLines
2019-02-20kdc hdb: Generate and pass logon IDGary Lockyer1-2/+4
2019-02-20librpc idl: netlogon netr_identity_info logon_id to 64 bitGary Lockyer1-2/+1
2019-01-19s4:kdc: Fix size type for num_bind in kdc-heimdalAndreas Schneider1-1/+1
2018-12-20s4: Add kerberos tracingSwen Schillig2-4/+6
2018-11-28krb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_realm()Volker Lendecke3-43/+27
2018-11-28CVE-2018-16853: fix crash in expired passowrd caseIsaac Boukris1-3/+4
2018-11-28CVE-2018-16853: Do not segfault if client is not setAndreas Schneider1-0/+16
2018-11-28CVE-2018-16853: The ticket in check_policy_as can actually be a TGSIsaac Boukris1-2/+6
2018-11-28CVE-2018-16841 heimdal: Fix segfault on PKINIT with mis-matching principalAndrew Bartlett1-3/+3
2018-11-23source4 smbd prefork: restart on non zero exit codeGary Lockyer1-1/+2
2018-11-09s4-kdc: restore MIT KDC backendPhilipp Gesang2-17/+20
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 Lockyer2-26/+31
2018-11-01source4 smbd: Make the service_details structure constant.Gary Lockyer2-2/+2
2018-09-05kdc: Improve code clarity with extra bracketsAndrew Bartlett1-1/+1
2018-06-25auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett1-0/+3
2018-05-24kdc: Fix CID 1435720 Unchecked return valueVolker Lendecke1-2/+10
2018-05-12Fix spelling s/fowarding/forwarding/Mathieu Parent1-1/+1
2018-05-10samdb: Add remote address to connectGary Lockyer5-6/+20
2018-03-19s4:kdc: make sure we expand group memberships of the local domainStefan Metzmacher1-0/+11
2018-03-19s4:kdc: pass krbtgt and server to samba_kdc_update_pac_blob()Stefan Metzmacher4-1/+16
2018-03-19s4:kdc: remember is_krbtgt, is_rodc and is_trust samba_kdc_entryStefan Metzmacher2-1/+8
2018-02-28s4:kdc: disable support for CROSS_ORGANIZATION domainsStefan Metzmacher1-0/+9
2018-02-28s4:kdc: only support LSA_TRUST_TYPE_UPLEVEL domains in samba_kdc_trust_messag...Stefan Metzmacher1-0/+10
2018-02-28s4:kdc: make use of dsdb_trust_parse_tdo_info() in samba_kdc_trust_message2en...Stefan Metzmacher1-10/+19
2018-01-19mit-kdb: support MIT Kerberos 1.16 KDB API changesAlexander Bokovoy3-15/+42
2017-12-06s4:kdc: only map SDB_ERR_NOT_FOUND_HERE to HDB_ERR_NOT_FOUND_HEREStefan Metzmacher1-6/+18
2017-11-20gpo: Apply kerberos settingsDavid Mulder1-1/+2
2017-10-27s4:kdc: Pass down the task to get access to model_ops for kpasswd serverAndreas Schneider1-3/+2
2017-10-19source4/smbd: Do not overstamp the process model with "single"Gary Lockyer2-19/+6
2017-10-19 source4/smbd: refactor the process model for preforkGary Lockyer3-3/+35
2017-07-24mit-kdb: Fix NULL pointer check after mallocAndreas Schneider1-1/+1
2017-06-01mit_samba: Fix the MIT KDC build with the latest changesAndreas Schneider1-1/+4
2017-05-30netlogon: Implement SendToSam along with its winbind forwardingGarming Sam1-1/+29
2017-05-30kdc: Send bad password via NETLOGON in RODCGarming Sam2-8/+73
2017-05-30hdb: Dupe a copy of repl secrets into the KDCGarming Sam2-2/+52
2017-05-26python: Create the kdc.conf in the Samba private directoryAndreas Schneider1-5/+11
2017-05-21s4:kdc: make use of gensec_update() in kpasswd_process()Stefan Metzmacher1-6/+14
2017-05-11s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison2-2/+2
2017-04-30mit_samba: Fix principal lookup for cross domain referralAndreas Schneider1-6/+70
2017-04-29mit-samba: Remove obsolete mit_samba_update_pac_data()Andreas Schneider2-79/+0
2017-04-29s4-kdc: Use mit_samba_reget_pac() in ks_verify_pac()Andreas Schneider1-23/+27
2017-04-29s4-kdc: Implement mit_samba_reget_pac()Andreas Schneider2-0/+393
2017-04-29s4-pac-glue: Do not add an empty PAC_TYPE_LOGON_NAME with MITAndreas Schneider1-3/+10
2017-04-29mit-samba: Remove unused mit_samba_get_pac_data()Andreas Schneider2-39/+0
2017-04-29s4-kdc: Use mit_samba_get_pac() in ks_get_pac()Andreas Schneider1-22/+8
2017-04-29s4-kdc: Implement mit_samba_get_pac()Andreas Schneider2-0/+74
2017-04-29s4-kdc: Fix logging with the KDB driverAndreas Schneider1-1/+1