summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* * svc_auth_gss.c (svcauth_gss_import_name): Unused function deletedKen Raeburn2006-11-021-26/+0
* * g_pw_in_tkt.c (passwd_to_key): Unused function deletedKen Raeburn2006-11-021-48/+6
* * prng.c (init_error): Unused variable deletedKen Raeburn2006-11-021-1/+0
* Modify the preath plugin interface so that a plugin's context isKevin Coffman2006-11-014-150/+153
* make dependKen Raeburn2006-11-013-7/+9
* * conv_princ.c (krb5_425_conv_principal): Fix silly typo in arrays' sizes inKen Raeburn2006-10-311-2/+4
* latest Novell ldap patches and kdb5_util dump support for ldapWill Fiveash2006-10-301-7/+18
* don't confuse profile iterator in 425 princ conversionKen Raeburn2006-10-281-5/+5
* fix invalid access found by valgrindKevin Coffman2006-10-231-1/+1
* Avoid segfault in krb5_do_preauth_tryagainKevin Coffman2006-10-231-1/+1
* Delete src/lib/ccapi.Sam Hartman2006-10-2160-14200/+0
* enabling LDAP mix-in support for kdb5_util loadWill Fiveash2006-10-211-0/+3
* Declare krb5_mcc_get_flags static - it is not exported or used outside of fileEzra Peisach2006-10-181-5/+5
* Unsigned/signed warning fixEzra Peisach2006-10-181-1/+1
* Include gss_libinit.h for gssint_initialize_library() prototypeEzra Peisach2006-10-165-1/+5
* Include string.h for memcmp prototypeEzra Peisach2006-10-161-0/+1
* Include time.h for time() prototypeEzra Peisach2006-10-161-0/+1
* Tag krb5_rc_dfl_init_locked as static - not used outside fileEzra Peisach2006-10-161-1/+1
* Cleanup unused variable warning during make checkEzra Peisach2006-10-151-1/+0
* Remove all unused variable warnings from treeEzra Peisach2006-10-155-6/+9
* Clear req_st buffer before filling it inKen Raeburn2006-10-151-0/+4
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-1312-35/+35
* Add prototype for krb5int_debug_fprint to os-proto.h. Include os-proto.h inEzra Peisach2006-10-132-2/+3
* Patch to split client plugin from server pluginSam Hartman2006-10-131-20/+16
* Another patch from Will Fiveash, to make "kdb5_util load <dumpfile>"Ken Raeburn2006-10-121-4/+4
* Check for allocation failure. Caught by Will FiveashKen Raeburn2006-10-101-2/+3
* Initialize buffer before calling res_ninitRuss Allbery2006-10-081-0/+1
* Initialize accessor fields at compile time, under C99 and GCCKen Raeburn2006-10-071-30/+49
* Move ASN.1 routines for KDB LDAP plugin into main krb5 library,Ken Raeburn2006-10-073-0/+480
* Use const pointers for error messages.Ken Raeburn2006-10-071-2/+40
* * src/lib/krb5/ccache/t_cccursor.c: Bugfixes from Ezra to clean upTom Yu2006-10-061-1/+32
* update export listsTom Yu2006-10-062-0/+6
* make dependTom Yu2006-10-0633-827/+1019
* cursor for iterating over ccachesTom Yu2006-10-059-3/+798
* Patch from Kevin Coffman:Ken Raeburn2006-10-051-44/+35
* fix dependence on config.status to use correct dirKen Raeburn2006-10-051-1/+1
* array before test for pointing at entry with the principal. AvoidsEzra Peisach2006-10-041-4/+8
* The keyring code introduced in r18638 also included tests of the KEYRING:Ezra Peisach2006-10-041-1/+37
* Preauthentication Plugin FrameworkSam Hartman2006-10-036-91/+750
* Merge Kevin Coffman's keyring ccache branch for Linux, with some modifications:Ken Raeburn2006-10-025-4/+2119
* Nuke old Saber-related stuffKen Raeburn2006-10-021-294/+0
* Update expected results for krb5_get_host_realm with referral patchesKen Raeburn2006-09-301-2/+2
* (get_errmsg): Check for errcode_2_string and release_errcode_stringKen Raeburn2006-09-291-1/+4
* Set the canonicalize flag in TGS requests and accept cross-realm referral tic...Sam Hartman2006-09-2110-120/+608
* Bad loop logic in krb5_mcc_generate_newAlexandra Ellwood2006-09-191-10/+8
* * kdb5.c (kdb_load_library): Make error message a little more accurate.Ken Raeburn2006-09-161-29/+47
* Move RPC header files to include/gssrpc, which we copy to them atKen Raeburn2006-09-1622-3333/+469
* whitespaceKen Raeburn2006-09-131-38/+30
* Make database plugin responsible for releasing the error-message string, soKen Raeburn2006-09-061-0/+1
* whitespaceKen Raeburn2006-09-061-111/+113