summaryrefslogtreecommitdiff
path: root/source4/kdc
Commit message (Expand)AuthorAgeFilesLines
* auth auth_log: csbuild unused parm unix_usernameGary Lockyer2019-06-131-2/+1
* kdc hdb: Generate and pass logon IDGary Lockyer2019-02-201-2/+4
* librpc idl: netlogon netr_identity_info logon_id to 64 bitGary Lockyer2019-02-201-2/+1
* s4:kdc: Fix size type for num_bind in kdc-heimdalAndreas Schneider2019-01-191-1/+1
* s4: Add kerberos tracingSwen Schillig2018-12-202-4/+6
* krb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_realm()Volker Lendecke2018-11-283-43/+27
* CVE-2018-16853: fix crash in expired passowrd caseIsaac Boukris2018-11-281-3/+4
* CVE-2018-16853: Do not segfault if client is not setAndreas Schneider2018-11-281-0/+16
* CVE-2018-16853: The ticket in check_policy_as can actually be a TGSIsaac Boukris2018-11-281-2/+6
* CVE-2018-16841 heimdal: Fix segfault on PKINIT with mis-matching principalAndrew Bartlett2018-11-281-3/+3
* source4 smbd prefork: restart on non zero exit codeGary Lockyer2018-11-231-1/+2
* s4-kdc: restore MIT KDC backendPhilipp Gesang2018-11-092-17/+20
* source4 smbd: pass instance number to post_forkGary Lockyer2018-11-071-1/+1
* kdc: Update debug callsGary Lockyer2018-11-011-7/+8
* source4 smbd kdc: allow the kdc to run in preforkGary Lockyer2018-11-011-40/+49
* source4 smdb: Add a post fork hook to the service APIGary Lockyer2018-11-012-26/+31
* source4 smbd: Make the service_details structure constant.Gary Lockyer2018-11-012-2/+2
* kdc: Improve code clarity with extra bracketsAndrew Bartlett2018-09-051-1/+1
* auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2018-06-251-0/+3
* kdc: Fix CID 1435720 Unchecked return valueVolker Lendecke2018-05-241-2/+10
* Fix spelling s/fowarding/forwarding/Mathieu Parent2018-05-121-1/+1
* samdb: Add remote address to connectGary Lockyer2018-05-105-6/+20
* s4:kdc: make sure we expand group memberships of the local domainStefan Metzmacher2018-03-191-0/+11
* s4:kdc: pass krbtgt and server to samba_kdc_update_pac_blob()Stefan Metzmacher2018-03-194-1/+16
* s4:kdc: remember is_krbtgt, is_rodc and is_trust samba_kdc_entryStefan Metzmacher2018-03-192-1/+8
* s4:kdc: disable support for CROSS_ORGANIZATION domainsStefan Metzmacher2018-02-281-0/+9
* s4:kdc: only support LSA_TRUST_TYPE_UPLEVEL domains in samba_kdc_trust_messag...Stefan Metzmacher2018-02-281-0/+10
* s4:kdc: make use of dsdb_trust_parse_tdo_info() in samba_kdc_trust_message2en...Stefan Metzmacher2018-02-281-10/+19
* mit-kdb: support MIT Kerberos 1.16 KDB API changesAlexander Bokovoy2018-01-193-15/+42
* s4:kdc: only map SDB_ERR_NOT_FOUND_HERE to HDB_ERR_NOT_FOUND_HEREStefan Metzmacher2017-12-061-6/+18
* gpo: Apply kerberos settingsDavid Mulder2017-11-201-1/+2
* s4:kdc: Pass down the task to get access to model_ops for kpasswd serverAndreas Schneider2017-10-271-3/+2
* source4/smbd: Do not overstamp the process model with "single"Gary Lockyer2017-10-192-19/+6
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-193-3/+35
* mit-kdb: Fix NULL pointer check after mallocAndreas Schneider2017-07-241-1/+1
* mit_samba: Fix the MIT KDC build with the latest changesAndreas Schneider2017-06-011-1/+4
* netlogon: Implement SendToSam along with its winbind forwardingGarming Sam2017-05-301-1/+29
* kdc: Send bad password via NETLOGON in RODCGarming Sam2017-05-302-8/+73
* hdb: Dupe a copy of repl secrets into the KDCGarming Sam2017-05-302-2/+52
* python: Create the kdc.conf in the Samba private directoryAndreas Schneider2017-05-261-5/+11
* s4:kdc: make use of gensec_update() in kpasswd_process()Stefan Metzmacher2017-05-211-6/+14
* s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison2017-05-112-2/+2
* mit_samba: Fix principal lookup for cross domain referralAndreas Schneider2017-04-301-6/+70
* mit-samba: Remove obsolete mit_samba_update_pac_data()Andreas Schneider2017-04-292-79/+0
* s4-kdc: Use mit_samba_reget_pac() in ks_verify_pac()Andreas Schneider2017-04-291-23/+27
* s4-kdc: Implement mit_samba_reget_pac()Andreas Schneider2017-04-292-0/+393
* s4-pac-glue: Do not add an empty PAC_TYPE_LOGON_NAME with MITAndreas Schneider2017-04-291-3/+10
* mit-samba: Remove unused mit_samba_get_pac_data()Andreas Schneider2017-04-292-39/+0
* s4-kdc: Use mit_samba_get_pac() in ks_get_pac()Andreas Schneider2017-04-291-22/+8
* s4-kdc: Implement mit_samba_get_pac()Andreas Schneider2017-04-292-0/+74