summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix rare duplicate time issue On systems with imprecise clocksSam Hartman2011-08-091-5/+18
* Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman2011-08-0943-269/+365
* Added functions to export tables krb5_32:Sam Hartman2011-08-092-0/+4
* Add 'const' to fix mismatched parameter warningsSam Hartman2011-08-092-2/+2
* Compile fix for WIN32 implementation of k5_get_os_entropy: declare HCRYPTPROV...Sam Hartman2011-08-091-1/+1
* Updated OBJS and SRCS in lib/crypto/krb/Makefile.inSam Hartman2011-08-091-2/+17
* Removed references to deleted subdirectories from FILES and WINMAKEFILES listsSam Hartman2011-08-091-26/+0
* Fixed typo in des OBJS: des_keys.c. -> des_keysSam Hartman2011-08-091-1/+1
* In last-resort fallback va_copy change 'memcmp' to 'memcpy'Sam Hartman2011-08-091-1/+1
* Fix name of krb5_init_context_profile in krb5_32.defGreg Hudson2011-08-091-1/+1
* Fix accidental KDC use of replay cacheGreg Hudson2011-08-081-0/+4
* Use portable path functions when loading pluginsGreg Hudson2011-08-072-38/+21
* Add internal APIs for portable path manipulationGreg Hudson2011-08-075-2/+395
* Document some variables in the right sectionGreg Hudson2011-08-021-17/+17
* Option to add API documentation to the Sphinx doc treeZhanna Tsitkov2011-08-011-2/+2
* Minor comment correctionZhanna Tsitkov2011-08-011-2/+2
* Fix profile test module on SolarisGreg Hudson2011-07-271-1/+5
* Update test vtable functions to match proper function prototypes.Ezra Peisach2011-07-271-1/+3
* Legacy checksum APIs usually failGreg Hudson2011-07-261-9/+35
* Ensure profile_iterator always sets output paramsGreg Hudson2011-07-261-4/+4
* Document klist -V in the man pageGreg Hudson2011-07-261-0/+3
* Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson2011-07-264-10/+2
* For GCC compiles, use an attribute to suppress the variable set butEzra Peisach2011-07-264-22/+34
* Remove t_vfyincreds on make cleanEzra Peisach2011-07-261-2/+3
* Remove declaration of static function that no longer existsEzra Peisach2011-07-251-3/+0
* Better x-ref for simple macro's in doxygen commentsZhanna Tsitkov2011-07-251-159/+178
* PAC_CLIENT_INFO principal names do not contain a realm, so parse themGreg Hudson2011-07-251-1/+2
* Added documentation for the encrypt/decrypt API functionsZhanna Tsitkov2011-07-251-26/+204
* In rare circumstances, such as checksum errors, some network stacksGreg Hudson2011-07-251-5/+4
* Never return profile on error opening fileGreg Hudson2011-07-251-1/+6
* Fix a premature free in ss_listen()Greg Hudson2011-07-251-1/+1
* Rewrite set_results() in prof_get.cGreg Hudson2011-07-251-19/+22
* Restore accessor behavior on null profilesGreg Hudson2011-07-251-0/+8
* Simplify KDC realm initialization slightlyGreg Hudson2011-07-251-3/+1
* Fix build without KRB5_DNS_LOOKUPGreg Hudson2011-07-252-3/+3
* Clean up a number of variables set but not used warningsEzra Peisach2011-07-245-14/+4
* Clean up the lock in gss_krb5int_import_credGreg Hudson2011-07-231-12/+15
* Don't include <editline/history.h>Greg Hudson2011-07-221-1/+0
* Rename "ivec" to "cipher_state" in encrypt/decryptGreg Hudson2011-07-222-8/+8
* Fix gss_set_cred_option cred creation with no nameGreg Hudson2011-07-221-6/+8
* Fix configure logic when libedit isn't presentGreg Hudson2011-07-221-1/+2
* Add libedit/readline support to ssGreg Hudson2011-07-224-21/+79
* Better workaround for profile test moduleGreg Hudson2011-07-211-3/+1
* Set SHLIB_RDIRS in profile test module buildGreg Hudson2011-07-211-0/+3
* Fix dependencies of test_load in profile libraryGreg Hudson2011-07-211-1/+1
* Fix profile_abandon() management lib_handle lockGreg Hudson2011-07-211-1/+4
* Fix name initialization in gss_krb5int_import_credGreg Hudson2011-07-201-0/+6
* Fix memory leak of accprinc in kg_accept_krb5()Greg Hudson2011-07-201-2/+4
* Document loadable profile modulesGreg Hudson2011-07-201-0/+12
* Add krb5_init_context_profile APIGreg Hudson2011-07-206-22/+53