summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Make use of strtoul() unconditional in locate_kdcNalin Dahyabhai2014-03-201-4/+0
* Don't check kpasswd reply addressNalin Dahyabhai2014-03-201-21/+0
* Always stat profile files after reopening themWill Fiveash2014-03-201-0/+1
* Try compatible keys in rd_req_dec "any" pathNalin Dahyabhai2014-03-191-1/+7
* Fix returning KDB_NOENTRY in find_alternate_tgs()Nalin Dahyabhai2014-03-181-1/+1
* Improve PKINIT client memory managementGreg Hudson2014-03-183-103/+54
* Fix unlikely double free in PKINIT client codeGreg Hudson2014-03-181-2/+1
* Rewrite GSS sequence state tracking codeGreg Hudson2014-03-187-277/+190
* Improve internal API for GSS sequence numbersGreg Hudson2014-03-1813-95/+103
* Add tests for GSSAPI sequence number processingGreg Hudson2014-03-183-0/+204
* Fix GSS krb5 initial sequence number gap handlingTomas Kuthan2014-03-181-0/+15
* Don't leak the per-request preauth contextNalin Dahyabhai2014-03-131-0/+1
* Fix memory leak in krb5_verify_init_credsNalin Dahyabhai2014-03-131-3/+3
* Initialize err variable in krb5_sendto_kdcNalin Dahyabhai2014-03-131-0/+1
* Fix clean-unix rule for gssapi_krb5.hTomas Kuthan2014-03-081-2/+2
* Modernize gic options code styleGreg Hudson2014-03-051-48/+33
* Improve extended gic option supportGreg Hudson2014-03-0511-551/+316
* Add tests for gic_pwd password changeGreg Hudson2014-03-032-0/+38
* Use preauth options when changing passwordGreg Hudson2014-03-031-12/+51
* Check for malloc failure in process_chpw_requestGreg Hudson2014-03-031-2/+3
* Conditionalize use of LDAP_OPT_DEBUG_LEVELGreg Hudson2014-02-281-0/+2
* Fix install rule for gssapi_krb5.hGreg Hudson2014-02-281-1/+1
* Fix two omissions in stdint.h changesGreg Hudson2014-02-262-4/+4
* In kdb5_util dump, only lock DB for iprop dumpsGreg Hudson2014-02-261-10/+12
* Eliminate internal fixed-width type wrappersGreg Hudson2014-02-2627-138/+120
* Stop generating gssapi_krb5.hGreg Hudson2014-02-265-56/+50
* Get rid of builtin AES uitypes.hGreg Hudson2014-02-2611-749/+612
* Assume <stdint.h> and fixed-width typesGreg Hudson2014-02-2611-209/+15
* Minimize race conditions in t_iprop.pyGreg Hudson2014-02-262-36/+77
* Avoid duplicate "/etc/krb5.conf" in profile pathTom Yu2014-02-263-3/+14
* Test iprop slave ulog managementGreg Hudson2014-02-201-98/+238
* Implement kpropd -AGreg Hudson2014-02-201-0/+8
* Implement kadmind -proponlyGreg Hudson2014-02-201-15/+22
* Maintain complete ulog on iprop slavesGreg Hudson2014-02-201-75/+73
* Simplify ulog_mapGreg Hudson2014-02-2010-123/+61
* Lock around more ulog operationsGreg Hudson2014-02-208-67/+150
* Factor out ulog serial number status checkGreg Hudson2014-02-204-54/+78
* Simplify iprop update locking and avoid deadlockGreg Hudson2014-02-203-140/+37
* Use system dictionary for db2 tests againGreg Hudson2014-02-191-4/+13
* Use TAILQ macros instead of CIRCLEQ in libdb2Greg Hudson2014-02-192-27/+24
* Make KDC "status" statements more homogeneousZhanna Tsitkov2014-02-193-21/+35
* Support referrals from Windows Server 2003Nate Rosenblum2014-02-181-3/+32
* Generate dependencies for t_stringattrGreg Hudson2014-02-122-1/+12
* Don't use system dictionary files for DB2 testsGreg Hudson2014-02-111-8/+0
* Fix SAM-2 preauth when password argument is usedGreg Hudson2014-02-111-2/+3
* Correctly get default realm in kdb5.cGreg Hudson2014-02-112-15/+13
* Move OTP sockets to KDC_RUN_DIRNathaniel McCallum2014-02-067-1/+15
* Test SPNEGO acceptor response to MS krb5 mech OIDGreg Hudson2014-02-051-4/+60
* Properly reflect MS krb5 mech in SPNEGO acceptorGreg Hudson2014-02-051-4/+4
* Don't get KDB lock in ulog_get_entriesGreg Hudson2014-02-051-12/+0