summaryrefslogtreecommitdiff
path: root/kdc/krb5tgs.c
Commit message (Expand)AuthorAge
* Misc fixes (coverity)Nicolas Williams2016-11-20
* kdc: tgs_build_reply remove unused variableJeffrey Altman2016-11-19
* krb5tgs: let TGS_REQ with NULL caddr returns an addessless ticketMatthieu Hautreux2016-11-08
* Further polish and docs for hierarchical capathsViktor Dukhovni2016-08-10
* Implement hierarchical referralsViktor Dukhovni2016-08-08
* tgs_build_reply: fix signed-unsigned mismatchUri Simchoni2016-05-08
* Fix memory leakViktor Dukhovni2016-02-26
* kdc: add support for HDB_ERR_WRONG_REALMStefan Metzmacher2015-07-31
* kdc: generic support for 3part servicePrincipalNamesStefan Metzmacher2015-07-31
* kdc: base _kdc_fast_mk_error() on krb5_mk_error_ext()Stefan Metzmacher2015-07-31
* heimdal: remove checking of KDC PAC signature, delegate to wdc pluginAndrew Bartlett2015-06-17
* Check _kdc_db_fetch return value before dereference entry pointerSamuel Cabrero2014-07-18
* heimdal: handle referrals for 3 part DRSUAPI SPNsAndrew Tridgell2014-03-24
* Fix never valid error condition in KDCNicolas Williams2013-11-26
* tgs_make_reply: fix temp weak enctype exceptionRagnar Sundblad2013-07-30
* Add -Wshadow and deal with the warnings.Roland C. Dowdeswell2012-02-21
* Rename and fix as/tgs-use-strongest-key config parametersNicolas Williams2011-11-25
* Make this work with kvno 0 and no kvnoNicolas Williams2011-11-15
* Fix bug in key rollover code in TGS, make check-kdc test what we canNicolas Williams2011-11-15
* Initial patch for dealing with AD x-realm key rolloverNicolas Williams2011-11-15
* Fix enctype selection issues for PAC and other authz-data signaturesNicolas Williams2011-11-09
* merge errorLove Hörnquist Åstrand2011-10-28
* merge support for FAST in as-req codepathLove Hörnquist Åstrand2011-10-28
|\
| * encode fast state in the fast cookieLove Hörnquist Åstrand2011-07-24
| * dont pass req buffer to _kdc_encode_replyLove Hornquist Astrand2011-07-24
| * log if we have FAST PA or notLove Hornquist Astrand2011-07-24
| * make AS work with FASTLove Hornquist Astrand2011-07-24
| * break out mk_errorLove Hornquist Astrand2011-07-24
| * more fast bitsLove Hornquist Astrand2011-07-24
* | Fix check-desNicolas Williams2011-10-12
* | Fix TGS ticket enc-part key selectionNicolas Williams2011-10-11
* | indentLove Hornquist Astrand2011-09-09
* | heimdal: Try to handle the PAC checking when we are in a cross-realm environmentAndrew Bartlett2011-09-09
* | Always to CANON for tgsLove Hörnquist Åstrand2011-07-30
* | kdc: fix comparision between krb5uint32 and (unsigned int)Stefan Metzmacher2011-07-30
* | kdc: Build ticket with the canonical server nameAndrew Bartlett2011-07-30
* | kdc: pass down HDB_F_FOR_AS_REQ and HDB_F_FOR_TGS_REQ to the hdb layerStefan Metzmacher2011-07-30
* | kdc: only pass HDB_F_CANON if the client specified b->kdc_options.canonicalizeStefan Metzmacher2011-07-30
|/
* kdc: pass down the delegated_proxy_principal to the verify_pac() functionStefan Metzmacher2011-07-23
* kdc: don't allow self delegation if a backend check_constrained_delegation() ...Stefan Metzmacher2011-07-23
* kdc: pass down the server hdb_entry_ex to check_constrained_delegation()Stefan Metzmacher2011-07-23
* kdc: use the correct client realm in the EncTicketPartStefan Metzmacher2011-07-23
* make tests pass againLove Hörnquist Åstrand2011-06-19
* kdc: check and regenerate the PAC in the s4u2proxy caseStefan Metzmacher2011-06-19
* kdc: pass the correct principal name for the resulting service ticketStefan Metzmacher2011-06-19
* kdc: let check_PAC() to verify the incoming server and krbtgt cheksumsStefan Metzmacher2011-06-19
* Initial patch to add as-use-strongest-session-key and same for tgs krb5.conf ...Nicolas Williams2011-06-14
* remove trailing whitespaceLove Hornquist Astrand2011-05-21
* avoid uninit variable and unreachable code warningsJeffrey Altman2011-05-17
* Warning fixes from Christos ZoulasLove Hornquist Astrand2011-04-29