summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * Makefile.in (SLIBS, SDEF, S_GLUE, COMERR_GLUE, PROF_GLUE, SGLUE): NewKen Raeburn2004-06-183-31/+125
* * Makefile.in (OBJFILEDEP, OBJFILELIST) [DOS]: Include locally built objectKen Raeburn2004-06-182-2/+11
* * Makefile.in (OBJFILELIST, OBJFILEDEP) [DOS]: Depend on locally built objectsKen Raeburn2004-06-182-2/+17
* oops, forgot somethingTom Yu2004-06-172-3/+6
* * ser_sctx.c (kg_ctx_size, kg_ctx_externalize): Adjust for newTom Yu2004-06-172-1/+10
* * libgssrpc.exports: UpdateTom Yu2004-06-172-31/+57
* * util_validate.c (g_save): Call gssint_initialize_libraryKen Raeburn2004-06-172-0/+10
* Purge make targets and variables (and a few files) relating to the old,Ken Raeburn2004-06-1724-28/+49
* more rpc namespace cleanupTom Yu2004-06-163-12/+38
* make dependTom Yu2004-06-165-350/+453
* This commit merges the RPCSEC_GSS integration branch onto the trunk.Tom Yu2004-06-1671-1135/+3682
* ok, let's try this again..Tom Yu2004-06-164-4/+21
* * Makefile.in (LOCALINCLUDES): Add $srcdir/osKen Raeburn2004-06-162-1/+3
* * krb5_libinit.c: Include os-proto.hKen Raeburn2004-06-162-2/+3
* * Makefile.in (SHLIB_RDIRS): SetKen Raeburn2004-06-162-0/+3
* * krb5_libinit.c (krb5int_lib_init): Initialize krb5int_us_time_mutexKen Raeburn2004-06-152-0/+6
* Localize the OS-specific bits of retrieving the current time a bit more.Ken Raeburn2004-06-153-44/+78
* don't leak rcaches in accept_sec_contextTom Yu2004-06-151-1/+5
* * libkrb5.exports: Drop krb5_init_ets, krb5_free_ets, krb5_kt_default_vno, andKen Raeburn2004-06-152-4/+5
* * exports.crypto, exports.des425, exports.kdb5, exports.krb5: Unused files de...Ken Raeburn2004-06-155-383/+5
* * rc_io.c (dir, dirlen): Top-level variables deleted.Ken Raeburn2004-06-152-10/+19
* * kt_file.c (krb5_kt_default_vno): Replaced variable with macroKen Raeburn2004-06-152-1/+5
* * Makefile.in (SHLIB_EXPLIBS): Add $(LIBS)Ken Raeburn2004-06-152-1/+5
* * Makefile.in (SHLIB_DIRS, SHLIB_EXPLIBS, SHLIB_EXPDEPLIBS): Set to depend onKen Raeburn2004-06-153-2/+12
* * init_sec_context.c (krb5_gss_init_sec_context): Fix pointerTom Yu2004-06-142-1/+7
* * Makefile.in (gssapi_krb5.h): Add Windows version of generation ruleKen Raeburn2004-06-112-0/+11
* * asn1_encode.c (asn1_encode_generaltime): Fix memcpy argument to actuallyKen Raeburn2004-06-113-12/+24
* * Makefile.in (krb5/gssapi_krb5.h): Depend on recursion ruleKen Raeburn2004-06-102-1/+5
* Install gssapi_krb5.h from build dir not srcdirSam Hartman2004-06-102-1/+4
* If channel bindings are supplied to server require them to be matchedSam Hartman2004-06-092-15/+11
* ugh. revert last changeKen Raeburn2004-06-092-6/+1
* * sendto_kdc.c (krb5int_sendtokdc_debug_handler) [!DEBUG]: Define as a macro,Ken Raeburn2004-06-092-1/+6
* Run make dependSam Hartman2004-06-084-11/+17
* Patch from kwc@citi.umich.edu to supportSam Hartman2004-06-0815-116/+803
* * yarrow.c (yarrow_str_error): Now constKen Raeburn2004-06-042-1/+5
* * asn1_encode.c (asn1_encode_generaltime): Use gmtime_r if availableKen Raeburn2004-06-042-3/+16
* * str_conv.c (krb5_string_to_timestamp): Use localtime_r if available.Ken Raeburn2004-06-042-2/+21
* * parse.c (krb5_parse_name): Use assert and abort, not exitKen Raeburn2004-06-042-5/+6
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-0420-10/+50
* OopsKen Raeburn2004-06-042-1/+9
* * kuserok.c (krb5_kuserok): Handle draft POSIX versions of getpwnam_rKen Raeburn2004-06-042-2/+20
* * prng.c (init_once): Variable deleted.Ken Raeburn2004-06-022-9/+13
* * disp_com_err_status.c (init_et): Variable deleted.Ken Raeburn2004-06-022-5/+7
* * gss_libinit.c (gssint_lib_init): Initialize error tables here.Ken Raeburn2004-06-022-28/+18
* Oops. Add and remove k524 error table tooKen Raeburn2004-06-022-1/+4
* Add/remove error tables in library initialization/termination, not per context.Ken Raeburn2004-06-026-23/+28
* * srv_rcache.c (krb5_get_server_rcache): Use krb5_rc_resolve_full instead ofKen Raeburn2004-06-022-13/+13
* Move definitions of struct krb5_rc_st, struct _krb5_rc_ops, krb5_rc_ops, andKen Raeburn2004-06-026-1/+49
* fix missing braces in an_to_ln.c security patchTom Yu2004-06-022-1/+7
* fix buffer overflow in an_to_ln.cTom Yu2004-06-012-4/+48