summaryrefslogtreecommitdiff
path: root/auth/kerberos/kerberos_pac.c
Commit message (Expand)AuthorAgeFilesLines
* define DBGC_AUTH classkkplein2018-01-081-0/+4
* CVE-2016-2126: auth/kerberos: only allow known checksum types in check_pac_ch...Stefan Metzmacher2016-12-201-0/+22
* auth/kerberos: Do a string comparison in kerberos_decode_pac() not a principa...Andrew Bartlett2015-03-121-11/+12
* auth/kerberos: fix a typo.Günther Deschner2014-03-121-1/+1
* auth/kerberos: Adjust log level for failed PAC signature verificationChristof Schmitt2012-09-201-1/+1
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-061-0/+37
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-121-11/+26
* auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksumAndrew Bartlett2012-01-121-6/+3
* auth/kerberos: Rename memory contexts for greater clarityAndrew Bartlett2011-12-291-34/+34
* auth/kerberos: Make pac_data_out in kerberos_decode_pac() optionalAndrew Bartlett2011-12-291-3/+32
* auth/kerberos Move all the PAC handling functions to auth/kerberosAndrew Bartlett2011-04-271-0/+364