summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* * asn1_encode.c (asn1_encode_generaltime): Fix memcpy argument to actuallyKen Raeburn2004-06-113-12/+24
* 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-082-10/+4
* * 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-042-1/+5
* OopsKen Raeburn2004-06-042-1/+9
* * kuserok.c (krb5_kuserok): Handle draft POSIX versions of getpwnam_rKen Raeburn2004-06-042-2/+20
* 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
* Add prototypes for library init and fini functions. Makefile dependenciesEzra Peisach2004-05-2815-6/+129
* * cc_mslsa.c: GetMSTGT(). Add krb5_contextJeffrey Altman2004-05-262-32/+26
* * cc_mslsa.c: GetMSTGT() Initialize pTicketRequest to NULL to preventJeffrey Altman2004-05-262-1/+6
* * conv_creds.c (krb5int_encode_v4tkt): Unsigned vs signed warning fixEzra Peisach2004-05-252-1/+6
* krb5_rc_io_open_internal might try to invoke with negative argumentEzra Peisach2004-05-242-1/+7
* * t_ser.c (ser_keytab_test): Cleanup memory leak of forgetting toEzra Peisach2004-05-243-6/+13
* * t_cc.c (cc_test): Clean up memory leaks in testsEzra Peisach2004-05-242-0/+15
* The memory allocated by ConstructTicketRequest is not LSA memoryJeffrey Altman2004-05-152-2/+3
* 2004-05-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-05-152-13/+20
* * send_tgs.c: krb5_send_tgs() was broken in the case of a KRB_ERRORJeffrey Altman2004-05-132-0/+9
* Patch from Matt Crawford to allow matching on realm in cross-realmSam Hartman2004-05-072-4/+11
* * libkrb5.exports: Export krb5int_foreach_localaddr for nowKen Raeburn2004-05-062-0/+5
* Rename header file foreachaddr.c to foreachaddr.h, now that it isn'tKen Raeburn2004-05-053-3/+4
* * localaddr.c: Incorporate foreach_localaddr implementation. Export it asKen Raeburn2004-05-052-1/+792
* * rc_dfl.c (krb5_rc_dfl_expunge_locked): Declare before useKen Raeburn2004-05-032-0/+7
* Use the new mutex in the replay cache structureKen Raeburn2004-05-013-17/+103
* update dependenciesKen Raeburn2004-04-248-558/+667
* Handle the somewhat common fixed case of time value 0 more efficientlyKen Raeburn2004-04-243-16/+36
* * conv_creds.c (krb524_init_ets, krb524_convert_creds_kdc): Add forward decla...Ken Raeburn2004-04-242-1/+12
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-2410-27/+153
* Delete a couple of symbols that are only defined when krb4 is enabled,Ken Raeburn2004-04-231-2/+0
* update dependenciesKen Raeburn2004-04-231-1/+2
* 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-222-0/+750
* 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
* 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
* Delay load the ADVAPI32.DLL and SECUR32.DLL libraries within KRB5_32.DLLJeffrey Altman2004-03-312-8/+97
* Remove t_file.c as it is mostly redundant, does not build and cannotSam Hartman2004-03-264-229/+7