summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-202-1/+15
* 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
* update acknowledgmentsTom Yu2010-12-151-0/+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
* Correct typo in admin documentation for restrict_anonymous_to_tgtGreg Hudson2010-12-011-2/+2
* Implement restrict_anonymous_to_tgt realm flagGreg Hudson2010-12-0110-8/+85
* 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
* update acknowledgmentsTom Yu2010-11-231-0/+4
* 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
* getdate.y: declare yyparseSam Hartman2010-11-221-0/+1
* Suppress building camellia-gen in "make check" for now (it has a buildGreg Hudson2010-11-211-1/+2
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-2043-1552/+2486
* Read KDC profile settings in kpropdGreg Hudson2010-11-161-1/+3
* Handle referral realm in kprop client principalGreg Hudson2010-11-161-3/+17
* Fix a typo in install.texinfoGreg Hudson2010-11-161-1/+1
* The iprop dejagnu test had some deceptive commented-out debugging codeGreg Hudson2010-11-161-0/+1
* Correct a minor error in the k5test documentationGreg Hudson2010-11-151-1/+1
* Include <openssl/des.h> in the OpenSSL back end's weak_key.c for theGreg Hudson2010-11-091-0/+1
* After a failed kdb5_util load, make a subsequent load operation workGreg Hudson2010-11-064-665/+507
* Further kdb_db2 code cleanup: make gen_dbsuffix return aGreg Hudson2010-11-042-55/+30
* Remove a stray spawn_shell in the iprop dejagnu testsGreg Hudson2010-11-041-1/+0
* Simplify kdb_db2's open_db() a little further, avoiding a suspiciousGreg Hudson2010-11-031-7/+11
* Avoid running off the end of the spares array in db2's page_to_oaddr()Greg Hudson2010-11-031-1/+1
* Use size_t to hold set counts in net-server.cGreg Hudson2010-11-031-9/+9
* Clean up the DB2 KDB module code a bit, making it more conformant withGreg Hudson2010-11-021-141/+96
* krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson2010-11-016-53/+22
* Don't fail out from krb5_get_credentials() if we can't store a ticketGreg Hudson2010-10-271-10/+4