| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * cc_mslsa.c: Enforce acceptable enctypes by checking against | Jeffrey Altman | 2004-06-19 | 2 | -56/+121 |
| * | * Makefile.in (OBJFILEDEP, OBJFILELIST) [DOS]: Include locally built object | Ken Raeburn | 2004-06-18 | 2 | -2/+11 |
| * | Purge make targets and variables (and a few files) relating to the old, | Ken Raeburn | 2004-06-17 | 6 | -6/+12 |
| * | make depend | Tom Yu | 2004-06-16 | 1 | -1/+2 |
| * | * Makefile.in (LOCALINCLUDES): Add $srcdir/os | Ken Raeburn | 2004-06-16 | 2 | -1/+3 |
| * | * krb5_libinit.c: Include os-proto.h | Ken Raeburn | 2004-06-16 | 2 | -2/+3 |
| * | * krb5_libinit.c (krb5int_lib_init): Initialize krb5int_us_time_mutex | Ken Raeburn | 2004-06-15 | 2 | -0/+6 |
| * | Localize the OS-specific bits of retrieving the current time a bit more. | Ken Raeburn | 2004-06-15 | 3 | -44/+78 |
| * | * libkrb5.exports: Drop krb5_init_ets, krb5_free_ets, krb5_kt_default_vno, and | Ken Raeburn | 2004-06-15 | 2 | -4/+5 |
| * | * rc_io.c (dir, dirlen): Top-level variables deleted. | Ken Raeburn | 2004-06-15 | 2 | -10/+19 |
| * | * kt_file.c (krb5_kt_default_vno): Replaced variable with macro | Ken Raeburn | 2004-06-15 | 2 | -1/+5 |
| * | * asn1_encode.c (asn1_encode_generaltime): Fix memcpy argument to actually | Ken Raeburn | 2004-06-11 | 3 | -12/+24 |
| * | ugh. revert last change | Ken Raeburn | 2004-06-09 | 2 | -6/+1 |
| * | * sendto_kdc.c (krb5int_sendtokdc_debug_handler) [!DEBUG]: Define as a macro, | Ken Raeburn | 2004-06-09 | 2 | -1/+6 |
| * | Run make depend | Sam Hartman | 2004-06-08 | 2 | -10/+4 |
| * | * asn1_encode.c (asn1_encode_generaltime): Use gmtime_r if available | Ken Raeburn | 2004-06-04 | 2 | -3/+16 |
| * | * str_conv.c (krb5_string_to_timestamp): Use localtime_r if available. | Ken Raeburn | 2004-06-04 | 2 | -2/+21 |
| * | * parse.c (krb5_parse_name): Use assert and abort, not exit | Ken Raeburn | 2004-06-04 | 2 | -5/+6 |
| * | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 2 | -1/+5 |
| * | Oops | Ken Raeburn | 2004-06-04 | 2 | -1/+9 |
| * | * kuserok.c (krb5_kuserok): Handle draft POSIX versions of getpwnam_r | Ken Raeburn | 2004-06-04 | 2 | -2/+20 |
| * | Oops. Add and remove k524 error table too | Ken Raeburn | 2004-06-02 | 2 | -1/+4 |
| * | Add/remove error tables in library initialization/termination, not per context. | Ken Raeburn | 2004-06-02 | 6 | -23/+28 |
| * | * srv_rcache.c (krb5_get_server_rcache): Use krb5_rc_resolve_full instead of | Ken Raeburn | 2004-06-02 | 2 | -13/+13 |
| * | Move definitions of struct krb5_rc_st, struct _krb5_rc_ops, krb5_rc_ops, and | Ken Raeburn | 2004-06-02 | 6 | -1/+49 |
| * | fix missing braces in an_to_ln.c security patch | Tom Yu | 2004-06-02 | 2 | -1/+7 |
| * | fix buffer overflow in an_to_ln.c | Tom Yu | 2004-06-01 | 2 | -4/+48 |
| * | Add prototypes for library init and fini functions. Makefile dependencies | Ezra Peisach | 2004-05-28 | 15 | -6/+129 |
| * | * cc_mslsa.c: GetMSTGT(). Add krb5_context | Jeffrey Altman | 2004-05-26 | 2 | -32/+26 |
| * | * cc_mslsa.c: GetMSTGT() Initialize pTicketRequest to NULL to prevent | Jeffrey Altman | 2004-05-26 | 2 | -1/+6 |
| * | * conv_creds.c (krb5int_encode_v4tkt): Unsigned vs signed warning fix | Ezra Peisach | 2004-05-25 | 2 | -1/+6 |
| * | krb5_rc_io_open_internal might try to invoke with negative argument | Ezra Peisach | 2004-05-24 | 2 | -1/+7 |
| * | * t_ser.c (ser_keytab_test): Cleanup memory leak of forgetting to | Ezra Peisach | 2004-05-24 | 3 | -6/+13 |
| * | * t_cc.c (cc_test): Clean up memory leaks in tests | Ezra Peisach | 2004-05-24 | 2 | -0/+15 |
| * | The memory allocated by ConstructTicketRequest is not LSA memory | Jeffrey Altman | 2004-05-15 | 2 | -2/+3 |
| * | 2004-05-15 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-05-15 | 2 | -13/+20 |
| * | * send_tgs.c: krb5_send_tgs() was broken in the case of a KRB_ERROR | Jeffrey Altman | 2004-05-13 | 2 | -0/+9 |
| * | Patch from Matt Crawford to allow matching on realm in cross-realm | Sam Hartman | 2004-05-07 | 2 | -4/+11 |
| * | * libkrb5.exports: Export krb5int_foreach_localaddr for now | Ken Raeburn | 2004-05-06 | 2 | -0/+5 |
| * | Rename header file foreachaddr.c to foreachaddr.h, now that it isn't | Ken Raeburn | 2004-05-05 | 3 | -3/+4 |
| * | * localaddr.c: Incorporate foreach_localaddr implementation. Export it as | Ken Raeburn | 2004-05-05 | 2 | -1/+792 |
| * | * rc_dfl.c (krb5_rc_dfl_expunge_locked): Declare before use | Ken Raeburn | 2004-05-03 | 2 | -0/+7 |
| * | Use the new mutex in the replay cache structure | Ken Raeburn | 2004-05-01 | 3 | -17/+103 |
| * | update dependencies | Ken Raeburn | 2004-04-24 | 8 | -558/+667 |
| * | Handle the somewhat common fixed case of time value 0 more efficiently | Ken Raeburn | 2004-04-24 | 3 | -16/+36 |
| * | * conv_creds.c (krb524_init_ets, krb524_convert_creds_kdc): Add forward decla... | Ken Raeburn | 2004-04-24 | 2 | -1/+12 |
| * | Added support for library initialization and finalization, and verification | Ken Raeburn | 2004-04-24 | 10 | -27/+153 |
| * | Delete a couple of symbols that are only defined when krb4 is enabled, | Ken Raeburn | 2004-04-23 | 1 | -2/+0 |
| * | update dependencies | Ken Raeburn | 2004-04-23 | 1 | -1/+2 |
| * | add newline at end of file | Ken Raeburn | 2004-04-23 | 1 | -1/+1 |