summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix seg faulting trace log message for use of fallback realmGreg Hudson2011-02-081-1/+1
* Set JAVADOC_AUTOBRIEF to YES to allow Doxygen interpret the first line of a J...Zhanna Tsitkov2011-02-082-11/+8
* Improve acceptor name flexibilityGreg Hudson2011-02-0719-155/+675
* Add "make doxugen" option to generate doxygen outputZhanna Tsitkov2011-02-072-0/+1670
* Added doxygen comments (mostly from the backup location)Zhanna Tsitkov2011-02-071-119/+3866
* Change flow control in krb5_gss_import_name to better match currentGreg Hudson2011-02-041-95/+60
* Remove an unnecessary statement in acquire_init_cred(). We never setGreg Hudson2011-02-031-7/+1
* kadmin's ktremove can remove wrong entries when removing kvno 0Greg Hudson2011-02-011-1/+2
* Restore KRB5_CALLCONV_WRONG attribute to krb5_auth_con_getrcacheTom Yu2011-01-261-1/+1
* When building PKINIT against OpenSSL 1.0 or later, use the CMS APIs forGreg Hudson2011-01-261-46/+93
* Make principal renaming work in libkadm5srv by converting to explicitGreg Hudson2011-01-256-15/+163
* Make gss_krb5_set_allowable_enctypes work for the acceptorGreg Hudson2011-01-251-0/+9
* Add a trace log event for unrecognized enctypes in a profile enctypeGreg Hudson2011-01-214-7/+14
* Fix edge case in LDAP last_admin_unlock processingGreg Hudson2011-01-211-0/+1
* Where missing, add the argument's names to the function signaturesZhanna Tsitkov2011-01-191-252/+422
* Renamed static function krb5_rd_safe_basic into rd_safe_basic to avoid confus...Zhanna Tsitkov2011-01-181-5/+5
* In t_expire_warn.py, put the hashbang line at the top, instead ofGreg Hudson2011-01-181-1/+2
* Update copyright year in prototype sourcesGreg Hudson2011-01-182-2/+2
* Doxygen style re-formating of the existing commentsZhanna Tsitkov2011-01-131-124/+120
* In krb5_set_realm():Greg Hudson2011-01-121-4/+5
* Don't call memset with a zero lengthKen Raeburn2011-01-121-1/+2
* Asn.1 decode related file rearrangement. It was made based on the following c...Zhanna Tsitkov2011-01-1110-1292/+1560
* Tighten up the error handling in the mechglue's gss_canonicalize_name,Greg Hudson2011-01-101-32/+14
* Fix a couple of cases in the SPNEGO implementation where aGreg Hudson2011-01-101-1/+4
* Don't attempt to serialize a NULL authdata context when serializing aGreg Hudson2010-12-281-2/+4
* Don't use a krb5 context in t_fork, since we don't set up a krb5.confGreg Hudson2010-12-281-2/+5
* Document rdns libdefault settingTom Yu2010-12-201-1/+8
* Eliminate some unused variable warningsGreg Hudson2010-12-204-3/+3
* Remove an unnecessary clause from safe_cksumtype() which served onlyGreg Hudson2010-12-161-1/+1
* Ensure time() is prototyped in g_accept_sec_context.cGreg Hudson2010-12-141-0/+1
* memory leak in changepw.cTom Yu2010-12-141-0/+1
* Fix a regression in the client-side ticket renewal code where KDCGreg Hudson2010-12-143-1/+21
* typo in plugin-related error messageTom Yu2010-12-141-1/+1
* handle MS PACs that lack server checksumTom Yu2010-12-102-1/+32
* Add comment noting that RFC 4121 appears to omit RC4-HMAC from theTom Yu2010-12-072-0/+4
* update dependenciesKen Raeburn2010-12-059-63/+93
* Test for key rollover for TGT, including purging old keysTom Yu2010-12-032-0/+47
* Implement restrict_anonymous_to_tgt realm flagGreg Hudson2010-12-019-7/+71
* Install kadm5_hook_plugin.hSam Hartman2010-11-301-0/+1
* SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson2010-11-3012-81/+82
* Install gssapi_ext.h on Windows. Include gssapi_ext.h in the headerGreg Hudson2010-11-302-1/+3
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-28145-1082/+189
* Supply static ordinals for new symbols in gssapi32.def and krb5_32.def,Greg Hudson2010-11-262-182/+182
* Fix how gssapi.h is rebuilt on Windows; accidentally omitted fromGreg Hudson2010-11-251-0/+4
* Fix Windows buildGreg Hudson2010-11-2582-2050/+2191
* Update krb5_gic_opt_private and related code to reflect the change ofTom Yu2010-11-232-2/+2
* Set svn:eol-style on some Windows files and remove the CRs from theirGreg Hudson2010-11-234-263/+260
* Add missing KRB5_CALLCONV in callback declarationGreg Hudson2010-11-231-4/+4
* Export krb5_tkt_creds_getGreg Hudson2010-11-231-0/+1
* Correct typo in r24526Greg Hudson2010-11-221-1/+1