summaryrefslogtreecommitdiff
path: root/source4/heimdal/kdc/kerberos5.c
Commit message (Expand)AuthorAgeFilesLines
* heimdal: Pass extra information to hdb_auth_status() to log success and failuresAndrew Bartlett2017-03-291-4/+35
* heimdal: Add initializer for stack pointersAndrew Bartlett2017-03-271-2/+2
* HEIMDAL:kdc: add krb5plugin_windc_pac_pk_generate() hookStefan Metzmacher2016-07-221-2/+8
* HEIMDAL:kdc: reset e_text after successful pre-auth verificationStefan Metzmacher2016-07-221-0/+2
* kerberos: Return enc data on PREAUTH_FAILEDGarming Sam2016-07-051-79/+99
* s4/heimdal: allow SPNs in AS-REQRalph Boehme2016-04-251-3/+3
* heimdal:kdc: add support for HDB_ERR_WRONG_REALMStefan Metzmacher2015-07-081-1/+25
* heimdal:kdc: remove KRB5_PADATA_CLIENT_CANONICALIZED handlingStefan Metzmacher2015-03-121-52/+0
* 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
* s4:heimdal: import lorikeet-heimdal-201107241840 (commit 0fdf11fa3cdb47df9f53...Stefan Metzmacher2011-07-261-1/+1
* s4:heimdal: import lorikeet-heimdal-201107150856 (commit 48936803fae4a2fb362c...Stefan Metzmacher2011-07-151-98/+138
* heimdal Pass F_CANON down to the hdb layer for servers in AS-REP as wellAndrew Bartlett2011-02-171-2/+1
* heimdal Return HDB_ERR_NOT_FOUND_HERE to the callerAndrew Bartlett2010-11-121-3/+9
* s4:heimdal: import lorikeet-heimdal-201010022046 (commit 1bea031b9404b14114b0...Andrew Bartlett2010-10-031-2/+2
* s4:heimdal: import lorikeet-heimdal-201009250123 (commit 42cabfb5b683dbcb97d5...Matthieu Patou2010-10-031-1/+1
* heimdal Add support for extracting a particular KVNO from the databaseAndrew Bartlett2010-09-291-2/+3
* s4:heimdal: import lorikeet-heimdal-201003262338 (commit f4e0dc17709829235f05...Andrew Bartlett2010-03-271-2/+6
* s4:heimdal: import lorikeet-heimdal-201001120029 (commit a5e675fed7c5db8a7370...Andrew Bartlett2010-03-271-89/+79
* s4:heimdal: import lorikeet-heimdal-200911122202 (commit 9291fd2d101f3eecec55...Andrew Bartlett2009-11-131-23/+34
* s4:heimdal: import lorikeet-heimdal-200909210500 (commit 290db8d23647a27c39b9...Andrew Bartlett2009-11-131-0/+1
* s4:heimdal: import lorikeet-heimdal-200908050050 (commit 8714779fa7376fd9f776...Andrew Bartlett2009-08-051-10/+4
* s4:kerberos Add support for user principal names in certificatesAndrew Bartlett2009-07-281-0/+1
* s4:heimdal: import lorikeet-heimdal-200907152325 (commit 2bef9cd5378c01e9c2a7...Andrew Bartlett2009-07-161-2/+22
* s4:heimdal Allow KRB5_NT_ENTERPRISE names in all DB lookupsAndrew Bartlett2009-06-301-22/+6
* s4:kdc Allow a password change when the password is expiredAndrew Bartlett2009-06-181-14/+8
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-121-189/+189
* s4: import lorikeet-heimdal-200810271034Stefan Metzmacher2008-10-281-170/+170
* heimdal: import heimdal's trunk svn rev 23697 + lorikeet-heimdal patchesStefan Metzmacher2008-08-261-2/+21
* heimdal: update to lorikeet-heimdal rev 801Stefan Metzmacher2008-08-011-7/+7
* Merge branch 'v4-0-logon' of git://git.id10ts.net/samba into 4-0-localAndrew Bartlett2008-03-191-1/+1
|\
| * heimdal: Add parameter to windc_plugin to allow extended return codes.Andrew Kroeger2008-03-131-1/+1
* | Merge lorikeet-heimdal -r 787 into Samba4 tree.Andrew Bartlett2008-03-191-15/+26
|/
* r24614: Merge with current lorikeet-heimdal. This brings us one step closerAndrew Bartlett2007-10-101-48/+92
* r23456: Update Samba4 to current lorikeet-heimdal.Andrew Bartlett2007-10-101-49/+149
* r21448: return the same error codes as a windows KDCStefan Metzmacher2007-10-101-3/+3
* r21447: make handling of replying e_data more genericStefan Metzmacher2007-10-101-18/+12
* r21439: fix compiler warningsStefan Metzmacher2007-10-101-6/+6
* r21436: Choose the TGT session key enctype also by checking what enctypesStefan Metzmacher2007-10-101-4/+20
* r20640: Commit part 2/2Andrew Bartlett2007-10-101-70/+203
* r19681: Update to current lorikeet-heimdal. I'm looking at using the realmAndrew Bartlett2007-10-101-2/+1
* r19633: Merge to lorikeet-heimdal, removing krb5_rd_req_return_keyblock in fa...Andrew Bartlett2007-10-101-6/+7
* r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett2007-10-101-1191/+146
* r18826: Allow 'enterprise' principal names to log in.Andrew Bartlett2007-10-101-7/+7
* r15481: Update heimdal/ to match current lorikeet-heimdal.Andrew Bartlett2007-10-101-40/+47
* r15192: Update Samba4 to use current lorikeet-heimdal.Andrew Bartlett2007-10-101-23/+74
* r14711: let windows clients retry after getting ERR_SKEWStefan Metzmacher2007-10-101-1/+8
* r14198: Update Samba4 to current lorikeet-heimdal.Andrew Bartlett2007-10-101-2/+1
* r12269: Update to current lorikeet-heimdal. This changed the way the hdbAndrew Bartlett2007-10-101-65/+70