| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * recvauth.c (krb_recvauth): Initialize cp and tmp_buf. Check length of data | Ken Raeburn | 2004-07-14 | 2 | -3/+11 |
| * | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 3 | -2/+7 |
| * | Purge make targets and variables (and a few files) relating to the old, | Ken Raeburn | 2004-06-17 | 2 | -1/+4 |
| * | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 2 | -1/+5 |
| * | updated dependencies | Ken Raeburn | 2004-04-24 | 1 | -17/+21 |
| * | Add files containing the export lists used on UNIX, in each directory | Ken Raeburn | 2004-04-22 | 2 | -0/+169 |
| * | As discussed on the krbdev mailing list, krb5_get_init_creds_password() | Jeffrey Altman | 2004-02-27 | 2 | -1/+7 |
| * | Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1 | Sam Hartman | 2004-02-24 | 2 | -2/+5 |
| * | ignore some more generated files | Ken Raeburn | 2004-02-24 | 1 | -0/+1 |
| * | make depend | Ken Raeburn | 2003-12-15 | 1 | -15/+19 |
| * | Note that krb4 expiration needs to be more conservative than krb5 | Sam Hartman | 2003-12-11 | 2 | -0/+18 |
| * | krb_check_auth clears the return value for the schedule parameter with a mems... | Alexandra Ellwood | 2003-08-15 | 2 | -1/+6 |
| * | configure.in: Don't assume all darwin boxes are powerpc. (eg: OpenDarwin/x86) | Alexandra Ellwood | 2003-08-06 | 2 | -1/+6 |
| * | Check for NULL realm argument and n not equal to 1. Fill in realm with an em... | Alexandra Ellwood | 2003-07-11 | 2 | -0/+14 |
| * | RealmsConfig-glue.c: Don't fail when krb5.conf is valid and krb.conf isn't. ... | Alexandra Ellwood | 2003-07-11 | 2 | -2/+8 |
| * | Rewrote krb_get_lrealm to correctly handle the v4 realms section in the profi... | Alexandra Ellwood | 2003-07-11 | 2 | -66/+101 |
| * | This time, use the correct # of arguments for strcpy | Alexandra Ellwood | 2003-07-08 | 1 | -1/+1 |
| * | krb_prof_get_nth() no longer assumes that its retlen argument is correct (cal... | Alexandra Ellwood | 2003-07-07 | 2 | -1/+9 |
| * | Darwin libkrb4/err_txt.o needs dependency on krb_err.c | Tom Yu | 2003-06-11 | 3 | -1/+16 |
| * | fix bug: would return krb.conf entries plus dns info | Ken Raeburn | 2003-06-09 | 2 | -0/+9 |
| * | Checkpoint some working code. | Ken Raeburn | 2003-06-07 | 2 | -4/+77 |
| * | * g_cnffile.c (krb__get_srvtabname): Make retname be a static | Tom Yu | 2003-06-06 | 2 | -7/+12 |
| * | * password_to_key.c (mit_passwd_to_key, afs_passwd_to_key): Delete | Tom Yu | 2003-06-05 | 2 | -2/+7 |
| * | * RealmsConfig-glue.c (get_krbhst_default): Deleted. | Ken Raeburn | 2003-06-03 | 2 | -19/+5 |
| * | Yet more double colon password prompts | Sam Hartman | 2003-06-03 | 3 | -3/+8 |
| * | Save a copy of the ciphertext from the kdc rather than trying to | Sam Hartman | 2003-06-03 | 2 | -0/+9 |
| * | * change_password.c (krb_change_password): Explicitly zero the | Tom Yu | 2003-06-03 | 3 | -4/+15 |
| * | Big step towards integrating libkrb524 into libkrb5: | Ken Raeburn | 2003-05-24 | 3 | -99/+21 |
| * | make-depend updates | Ken Raeburn | 2003-05-24 | 1 | -2/+1 |
| * | * Makefile.in: Add setting of KRB_ERR on Windows | Tom Yu | 2003-05-12 | 2 | -0/+5 |
| * | Don't #include compile_et .c files | Sam Hartman | 2003-05-12 | 4 | -12/+18 |
| * | * kadm_stream.c: Fixed vts_long() and vts_short() so they return a pointer to... | Alexandra Ellwood | 2003-05-01 | 2 | -3/+15 |
| * | * g_ad_tkt.c: Added support for login library to get_ad_tkt. Support is copi... | Alexandra Ellwood | 2003-04-14 | 2 | -0/+16 |
| * | * CCache-glue.c: Added prototypes for deprecated functions. Made internal fun... | Alexandra Ellwood | 2003-03-06 | 13 | -145/+94 |
| * | * password_to_key.c (mit_passwd_to_key, afs_passwd_to_key): Comment out pragmas | Ken Raeburn | 2003-03-05 | 2 | -0/+7 |
| * | Reduce local configure script's work by removing static defines and header and | Ken Raeburn | 2003-03-05 | 18 | -29/+48 |
| * | * g_cnffile.c (krb__get_srvtabname): Keep strdup()ed string in a | Tom Yu | 2003-03-03 | 2 | -1/+11 |
| * | Ignore krb_err_txt.c | Ken Raeburn | 2003-02-28 | 1 | -0/+1 |
| * | * Makefile.in (clean-unix): Remove krb_err_txt.c on clean. Update | Ezra Peisach | 2003-02-28 | 3 | -3/+15 |
| * | * 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 |
| * | * 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 |
| * | * CCache-glue.c (krb_in_tkt): Rename from in_tkt(). | Tom Yu | 2003-02-11 | 2 | -2/+19 |
| * | * 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 | 3 | -12/+33 |
| * | Fix lots of things to compile on Unix. Fix some typos | Tom Yu | 2003-02-11 | 9 | -55/+144 |
| * | Note: these checkins are partial progress for Tom Yu. They probably don't bui... | Alexandra Ellwood | 2003-02-10 | 9 | -142/+186 |
| * | Fix ABI divergence between Unix and Mac krb4 libraries in declaration | Tom Yu | 2003-02-07 | 4 | -5/+92 |
| * | comment | Tom Yu | 2003-02-05 | 2 | -2/+11 |