summaryrefslogtreecommitdiff
path: root/source4/heimdal
Commit message (Expand)AuthorAgeFilesLines
...
* heimdal:lib/gssapi/krb5: split out a arcfour_mic_cksum_iov() functionStefan Metzmacher2015-06-241-10/+73
* heimdal:lib/gssapi/krb5: add const to arcfour_mic_key()Stefan Metzmacher2015-06-241-1/+1
* heimdal:lib/gssapi/krb5: clear temporary buffer with cleartext data.Stefan Metzmacher2015-06-241-0/+1
* heimdal:lib/gssapi/krb5: fix indentation in _gk_wrap_iov()Stefan Metzmacher2015-06-241-7/+7
* heimdal:lib/gssapi/krb5: make _gssapi_verify_pad() more robustStefan Metzmacher2015-06-241-0/+3
* heimdal: fix endless loop for specific KDC error codeUri Simchoni2015-06-172-1/+18
* heimdal:lib/krb5: verify_logonname() to handle multi component principalStefan Metzmacher2015-05-201-14/+20
* heimdal: Fix the O3 developer buildVolker Lendecke2015-05-071-1/+1
* heimdal: Fix CID 240793 Uninitialized scalar variableVolker Lendecke2015-05-071-2/+1
* heimdal: Fix a warningVolker Lendecke2015-03-301-1/+1
* heimdal: Fix a warningVolker Lendecke2015-03-301-1/+1
* heimdal:lib/krb5: let build_logon_name() use KRB5_PRINCIPAL_UNPARSE_DISPLAYStefan Metzmacher2015-03-121-1/+3
* heimdal:lib/krb5: allow enterprise principals in verify_logonname()Stefan Metzmacher2015-03-121-1/+3
* heimdal:krb5.asn1: remove KRB5_PADATA_CLIENT_CANONICALIZED handlingStefan Metzmacher2015-03-121-11/+0
* heimdal:kdc: remove KRB5_PADATA_CLIENT_CANONICALIZED handlingStefan Metzmacher2015-03-121-52/+0
* heimdal:lib/krb5: remove KRB5_PADATA_CLIENT_CANONICALIZED handlingStefan Metzmacher2015-03-121-81/+0
* heimdal: Fix CID 1273430 Double freeVolker Lendecke2015-03-061-1/+0
* Fix the O3 developer buildVolker Lendecke2015-03-031-5/+6
* heimdal: Fix the developer O3 buildVolker Lendecke2015-02-251-1/+1
* heimdal: Ensure that HDB_ERR_NOT_FOUND_HERE, critical for the RODC, is not ov...Andrew Bartlett2015-01-231-4/+19
* heimdal: Really bug in KDC handling of enterprise princsNicolas Williams2015-01-231-3/+2
* heimdal: Fix bug in KDC handling of enterprise principalsNicolas Williams2015-01-231-35/+38
* s4-heimdal: fix krb5_get_init_creds_opt_set_process_last_req().Günther Deschner2014-08-081-1/+1
* heimdal: Only indicate successful authentication after successful authzAndrew Bartlett2014-04-021-4/+4
* heimdal: Match windows and return KRB5KDC_ERR_CLIENT_REVOKED when the account...Andrew Bartlett2014-04-021-1/+1
* heimdal: Do not attempt password authentication for locked out accountsAndrew Bartlett2014-04-021-0/+8
* heimdal: Use krb5_free_default_realm() for free()Santosh Kumar Pradhan2014-02-211-3/+3
* heimdal: Fix a format error on FreeBSD10Volker Lendecke2014-01-241-1/+1
* heimdal: Fix CID 745516 Use after freeVolker Lendecke2013-11-141-1/+3
* heimdal: Fix CID 240779 Allocation size mismatchVolker Lendecke2013-11-131-2/+2
* heimdal: Fix CID 241943 Uninitialized pointer readVolker Lendecke2013-11-131-1/+2
* heimdal: Fix 241482 Resource leakVolker Lendecke2013-11-111-2/+4
* heimdal: fixed -Werror=format error in com_errAndrew Tridgell2012-08-021-1/+1
* s4/heimdal: fix make-proto.pl with perl 5.16Björn Jacke2012-07-041-3/+2
* heimdal:lib/wind: include <stdlib.h> at the endStefan Metzmacher2012-06-173-3/+3
* heimdal:lib/wind: make sure errorlist_table.c includes config.h as first headerStefan Metzmacher2012-06-161-1/+1
* heimdal:lib/krb5: don't name a struct 'token'Stefan Metzmacher2012-06-161-1/+1
* heimdal:lib/hdb: <config.h> needs to be the first headerStefan Metzmacher2012-06-151-2/+2
* s4:heimdal: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* heimdal:lib/asn1: try to fix the build on IRIXStefan Metzmacher2012-06-101-2/+6
* heimdal: Fix the build on FreeBSDVolker Lendecke2012-03-011-1/+1
* s4-heimdal: Remove the execute flag of cfx.c.Andreas Schneider2012-02-231-0/+0
* heimdal: Re-run lexyacc.sh to remove #line statementsAndrew Bartlett2012-02-107-327/+0
* heimdal: Re-run lexyacc.shAndrew Bartlett2012-02-1010-6378/+2423
* Revert "make paranoia check less paranoid" - check that key types strictly matchAndrew Bartlett2012-01-121-1/+1
* make hmac-md5 the keyed checksum type for arcfour-hmac-md5Andrew Bartlett2012-01-121-1/+1
* use ETYPE_DES3_CBC_SHA1 for the verify step in verify_mic_des3Andrew Bartlett2012-01-121-0/+8
* heimdal: remove checking of KDC PAC signature, delegate to wdc pluginAndrew Bartlett2012-01-121-12/+2
* HEIMDAL: Supply krb5_context to _krb5_internal_hmac to allow loggingAndrew Bartlett2011-12-121-6/+6
* HEIMDAL:lib/krb5: add utf8 support to build_logon_name() for the PACStefan Metzmacher2011-11-161-18/+49