summaryrefslogtreecommitdiff
path: root/source4/kdc
AgeCommit message (Expand)AuthorFilesLines
2021-07-01s4:kdc: prefer newer enctypes for preauth responsesStefan Metzmacher1-1/+1
2021-06-29s4:kpasswd: Check return code of cli_credentials_set_conf()Andreas Schneider1-1/+4
2021-02-03s4:kdc:mit: Fix heap-use-after-freeAndreas Schneider1-2/+8
2020-11-27s4: rename source4/smbd/ to source4/samba/Ralph Boehme8-9/+9
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2020-08-07kdc: Remind us that these values need to match other valuesAndrew Bartlett1-0/+2
2020-07-28kdc:db-glue: ignore KRB5_PROG_ETYPE_NOSUPP also for Primary:KerberosStefan Metzmacher1-6/+12
2020-06-12db-glue.c: set forwardable flag on cross-realm tgt ticketsIsaac Boukris2-5/+3
2020-03-10mit-kdc: Explicitly reject S4U requestsIsaac Boukris1-0/+5
2020-03-10Sign and verify PAC with ticket principal instead of canon principalIsaac Boukris1-10/+2
2020-03-10Adapt sign_authdata in our KDB module for krb5 v1.18Isaac Boukris3-1/+49
2019-12-17mit-kdb: Fix license on header fileSimo Sorce1-26/+19
2019-12-10CVE-2019-14870: mit-kdc: enforce delegation_not_allowed flagIsaac Boukris2-11/+11
2019-11-19kdc/db-glue: do not fetch single DES keys from dbIsaac Boukris1-2/+2
2019-10-21s4:kdc: fix the principal names in samba_kdc_update_delegation_info_blobStefan Metzmacher1-3/+3
2019-06-13auth auth_log: csbuild unused parm unix_usernameGary Lockyer1-2/+1
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