summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* FILE keytabs have been able to handle write operations since krb5 1.7,Greg Hudson2010-10-263-41/+13
* Mark Camellia-CCM code as experimentalGreg Hudson2010-10-261-0/+3
* Add a kg_encrypt_inplace() utility function to the krb5 GSS mech, andGreg Hudson2010-10-266-101/+108
* Make k5-buf.h comments consistent with coding styleGreg Hudson2010-10-261-44/+54
* Set *conf_state on successful return fromGreg Hudson2010-10-261-0/+2
* When we create a temporary memory ccache for use within aGreg Hudson2010-10-255-3/+10
* Use safer output parameter handling inGreg Hudson2010-10-251-2/+4
* In acquire_init_cred in the GSS krb5 mech, don't intern cred->name,Greg Hudson2010-10-251-4/+2
* WhitespaceGreg Hudson2010-10-242-3/+4
* WhitespaceGreg Hudson2010-10-244-72/+61
* Fix adjustment of counterKen Raeburn2010-10-231-1/+1
* Declare xdr_purgekeys_argKen Raeburn2010-10-231-0/+1