| Commit message (Expand) | Author | Age | Files | Lines |
* | Thanks, similar patch applied | Tom Yu | 2003-02-25 | 2 | -6/+52 |
* | Handle NULL result_string->data returned from error in | Tom Yu | 2003-02-25 | 6 | -4/+21 |
* | * in_tkt.c: Include k5-util.h. | Ken Raeburn | 2003-02-25 | 3 | -27/+11 |
* | * change_password.c (krb_change_password): Use int, not KRB_INT32, for krb4 | Ken Raeburn | 2003-02-25 | 2 | -1/+9 |
* | * gssapi_krb5.c (kg_get_defcred): Revert previous; it's probably | Tom Yu | 2003-02-24 | 3 | -32/+34 |
* | Fix typo pointed out by jenselby in doc pass | Sam Hartman | 2003-02-24 | 1 | -1/+1 |
* | This should fix things, but I don't have an easy way to test | Tom Yu | 2003-02-21 | 2 | -15/+37 |
* | Fri Feb 21 16:30:00 2003 Alexandra Ellwood <lxs@mit.edu> * Removed Mac OS 9 f... | Alexandra Ellwood | 2003-02-21 | 5 | -128/+3 |
* | Fri Feb 21 16:30:00 2003 Alexandra Ellwood <lxs@mit.edu> * Removed Mac OS 9 f... | Alexandra Ellwood | 2003-02-21 | 32 | -2943/+3 |
* | default for noaddresses was wrong | Jen Selby | 2003-02-21 | 1 | -1/+1 |
* | Fix typo that caused infinite loop in previous patch | Sam Hartman | 2003-02-21 | 2 | -1/+6 |
* | Added a few more tags in libdefaults | Jen Selby | 2003-02-20 | 2 | -1/+32 |
* | * krb5.hin (krb5_princ_component): Return NULL if going off the end of the array | Ken Raeburn | 2003-02-20 | 2 | -1/+7 |
* | * configure.in: Check for sys/select.h and time.h | Ken Raeburn | 2003-02-20 | 2 | -1/+5 |
* | The client sorts the enctype list returned by etype_info ordering | Sam Hartman | 2003-02-15 | 4 | -2/+103 |
* | * Makefile.in (ETOUT): Replace $(S) with "/" | Ken Raeburn | 2003-02-14 | 2 | -1/+5 |
* | * Makefile.in ($(GSSAPI_KRB5_HDR)): Use $(S) to avoid problems on | Tom Yu | 2003-02-14 | 2 | -1/+6 |
* | Fix double free of AS key | Sam Hartman | 2003-02-13 | 2 | -1/+6 |
* | * Makefile.in (krb_err.h, kadm_err.h): Rebuild by going to lib/krb4 and | Ken Raeburn | 2003-02-13 | 2 | -10/+11 |
* | Oops, add $(GSSAPI_KRB5_HDR) to all-unix | Tom Yu | 2003-02-13 | 2 | -2/+3 |
* | More tweaks to deal with parallel builds | Tom Yu | 2003-02-13 | 4 | -28/+32 |
* | * post.in (.dtmp): Use -DDEPEND to allow source files to exclude | Tom Yu | 2003-02-12 | 2 | -1/+6 |
* | * Makefile.in: Update dependencies. | Tom Yu | 2003-02-12 | 4 | -28/+78 |
* | * CCache-glue.c: Delete in_tkt() | Tom Yu | 2003-02-12 | 4 | -12/+9 |
* | Support credentials encrypted in the session key rather than | Sam Hartman | 2003-02-11 | 2 | -4/+25 |
* | * CCache-glue.c (krb_in_tkt): Rename from in_tkt(). | Tom Yu | 2003-02-11 | 2 | -2/+19 |
* | Fix recursion-forcing rules to be more friendly to parallel builds | Tom Yu | 2003-02-11 | 4 | -2/+24 |
* | * Makefile.in: Another attempt... turns our that the "copy" | Tom Yu | 2003-02-11 | 2 | -8/+15 |
* | Fix some things to avoid spurious rebuilds of header files | Tom Yu | 2003-02-11 | 4 | -13/+28 |
* | * Makefile.in (K4LIBS): Revert previous | Tom Yu | 2003-02-11 | 3 | -1/+7 |
* | * password_to_key.c (krb5_passwd_to_key): Replace snprintf() call | Tom Yu | 2003-02-11 | 3 | -7/+39 |
* | Various fixes to Windows build of krb4 library. Fix up KRB5_CALLCONV | Tom Yu | 2003-02-11 | 7 | -16/+46 |
* | Fix lots of things to compile on Unix. Fix some typos | Tom Yu | 2003-02-11 | 13 | -61/+192 |
* | Note: these checkins are partial progress for Tom Yu. They probably don't bui... | Alexandra Ellwood | 2003-02-10 | 9 | -142/+186 |
* | Have g_token_size return unsigned int for signed/unsigned cleanup | Ezra Peisach | 2003-02-09 | 5 | -4/+13 |
* | * prompter.c (krb5_prompter_posix): Kill echo before printing | Tom Yu | 2003-02-08 | 2 | -6/+10 |
* | Thanks; equivalent patch applied | Tom Yu | 2003-02-08 | 2 | -0/+5 |
* | Change comments to remove the note that we're going to redesign key | Tom Yu | 2003-02-08 | 4 | -5/+12 |
* | * Makefile.in (all-unix): Remove kerberosIV/krb_err.h, as it was | Tom Yu | 2003-02-07 | 2 | -3/+11 |
* | * Makefile.in (install): Fix typo in k5srvutil.M install rule | Tom Yu | 2003-02-07 | 2 | -1/+5 |
* | Fix ABI divergence between Unix and Mac krb4 libraries in declaration | Tom Yu | 2003-02-07 | 8 | -6/+114 |
* | * prompter.c (krb5_prompter_posix, setup_tty, restore_tty): Fix to | Tom Yu | 2003-02-07 | 2 | -12/+22 |
* | Add AES copyright and license | Ken Raeburn | 2003-02-07 | 1 | -0/+27 |
* | Add Yarrow, AES licenses | Ken Raeburn | 2003-02-07 | 1 | -0/+74 |
* | Sorry, forgot this ChangeLog on the last commit | Ken Hornstein | 2003-02-06 | 1 | -0/+5 |
* | * locate_kdc.c (translate_ai_error): Handle EAI_ADDRFAMILY like EAI_NONAME. | Ken Raeburn | 2003-02-06 | 2 | -7/+11 |
* | Add k5srvutil | Sam Hartman | 2003-02-06 | 4 | -0/+181 |
* | This is the integration of "fakeka" (a program to emulate a kaserver) | Ken Hornstein | 2003-02-06 | 3 | -1/+1411 |
* | * Makefile.in (std_rqs.c): Depend on ct_c.sed and ct_c.awk | Ken Raeburn | 2003-02-06 | 2 | -1/+5 |
* | * login.c (main): Don't zero out terminal window size | Tom Yu | 2003-02-05 | 2 | -6/+4 |