summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Delete a couple of symbols that are only defined when krb4 is enabled,Ken Raeburn2004-04-231-2/+0
* update dependenciesKen Raeburn2004-04-234-96/+136
* add newline at end of fileKen Raeburn2004-04-231-1/+1
* Add files containing the export lists used on UNIX, in each directoryKen Raeburn2004-04-2218-0/+1922
* krb5_get_in_tkt ignores lifetimeSam Hartman2004-04-163-5/+17
* Fix memory leak when not sending to master KDC inSam Hartman2004-04-152-0/+9
* Since we must reserve the single letter prefixes on all platformsJeffrey Altman2004-04-134-8/+12
* Treat keytab and ccache names without prefixes as type FILE:Jeffrey Altman2004-04-134-17/+50
* * ccbase.c: the krb5_cc_resolve() function pointer ccresolverJeffrey Altman2004-04-132-3/+11
* * k5unseal.c: gss_krb5int_unseal_token_v3() takes a pointer toJeffrey Altman2004-04-133-2/+10
* ktbase.c - restore the thread safety changes which were accidentlyJeffrey Altman2004-04-082-16/+44
* On Windows, a single letter followed by colon is used to identifyJeffrey Altman2004-04-082-36/+27
* * cc_mslsa.c:Jeffrey Altman2004-04-062-0/+20
* * lib/helpers.exp (expect_kadm_ok): Check for "ERROR" messages and report themKen Raeburn2004-04-032-0/+6
* * svc_auth_gssapi.c (destroy_client): Don't call purify_watch_n even if PURIFYKen Raeburn2004-04-032-1/+6
* * t_kdb.c (add_principal): Delete unused argument 'rseed'.Ken Raeburn2004-04-032-10/+9
* * keytab.c (krb5_ktkdb_get_entry): Don't use local variable "context" untilKen Raeburn2004-04-032-1/+8
* * string2key.c: Replaced with a new implementation.Ken Raeburn2004-04-032-199/+205
* Delay load the ADVAPI32.DLL and SECUR32.DLL libraries within KRB5_32.DLLJeffrey Altman2004-03-314-10/+106
* Remove t_file.c as it is mostly redundant, does not build and cannotSam Hartman2004-03-264-229/+7
* krb5_fcc_generate_new should use mkstempSam Hartman2004-03-262-2/+12
* * pbkdf2.c (hmac1): Make a local copy of the supplied keyblock structure, inKen Raeburn2004-03-222-0/+8
* * sendto_kdc.c (get_so_error): New function.Ken Raeburn2004-03-222-21/+36
* * sendto_kdc.c (krb5int_sendto): Initialize select_state.end_timeKen Raeburn2004-03-222-0/+5
* * t_crc.c (timetest): Free 'block' before returning.Ken Raeburn2004-03-222-1/+7
* * rel_cred.c (krb5_gss_release_cred): Create and destroy a local krb5 context.Ken Raeburn2004-03-214-8/+34
* log for export/import_name changes I accidentally checked in with another changeKen Raeburn2004-03-191-0/+2
* back out a change I didn't mean to check inKen Raeburn2004-03-191-0/+3
* acquire_cred.c: revert previous change, it breaks the test suiteKen Raeburn2004-03-195-30/+29
* * acquire_cred.c (krb5_gss_acquire_cred): Create and destroy a local krb5Ken Raeburn2004-03-199-22/+92
* Return ERROR_FCC_NOFILE when the principal cannot be determined duringJeffrey Altman2004-03-192-0/+8
* * cc_mslsa.c:Jeffrey Altman2004-03-194-2/+53
* krb5_sendto_kdc passing improper argument to krb5_locate_kdcEzra Peisach2004-03-182-1/+6
* * derive.c (krb5_random2key): Don't compile.Ken Raeburn2004-03-183-0/+12
* * prng.c (krb5int_prng_cleanup): Renamed from prng_cleanup.Ken Raeburn2004-03-183-2/+10
* * k5seal.c (kg_seal): Extract the krb5 context from the security contextKen Raeburn2004-03-1517-96/+109
* * gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Add a krb5 context object.Ken Raeburn2004-03-155-22/+72
* * gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Delete fields init_token andKen Raeburn2004-03-143-65/+11
* Add a mutex to protect the set manipulationsKen Raeburn2004-03-143-21/+87
* Make the set type separate from the set-element (linked list node) typeKen Raeburn2004-03-146-29/+50
* * gssapiP_generic.h (struct _g_set_elt, g_set_elt): Renamed from non-_eltKen Raeburn2004-03-144-21/+27
* Fix missing case for get_init_creds API changeKen Hornstein2004-03-092-1/+7
* Missing prototype for gss_krb5int_unseal_token_v3Ezra Peisach2004-03-082-0/+12
* Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2004-03-082-1/+5
* make dependKen Raeburn2004-03-063-3/+5
* For keytab, ccache, and rcache type registries, use const more, andKen Raeburn2004-03-066-21/+101
* * lock_file.c (krb5_lock_file): Initialize flock data on entry, but don'tKen Raeburn2004-03-062-4/+6
* Use more const data in the keytab type registryKen Raeburn2004-03-062-6/+14
* * configure.in: Don't check for --enable-athena and don't define ATHENA_DES3_...Ken Raeburn2004-03-042-6/+5
* fix typoKen Raeburn2004-03-031-1/+1