| Commit message (Expand) | Author | Age | Files | Lines |
| * | * prof_init.c: Cleanup internal type warnings in calls to profile_init | Ezra Peisach | 2000-07-24 | 5 | -8/+23 |
| * | * et_c.awk: Actually define NOARGS as needed. Add prototype for | Ezra Peisach | 2000-07-24 | 2 | -0/+9 |
| * | * default.exp: Add code to handle setting of PASS to constrain | Tom Yu | 2000-07-23 | 2 | -9/+24 |
| * | * accessor.c: Add NEED_SOCKETS in order to get prototype for | Tom Yu | 2000-07-23 | 2 | -0/+6 |
| * | * krlogin.c (writer): Improved bandwith efficiency by reading | Peter Litwack | 2000-07-21 | 2 | -68/+162 |
| * | * krb.h: For get_pw_tkt() and unix_time_gmt_unixsec() add required | Ezra Peisach | 2000-07-21 | 2 | -2/+9 |
| * | * g_pw_tkt.c, unix_time.c: Add KRB5_DLLIMP/KRB5_CALLCONV defintion | Ezra Peisach | 2000-07-21 | 3 | -1/+20 |
| * | * Makefile.in: Fix build so we don't try to build an extra lib. | Danilo Almeida | 2000-07-20 | 2 | -7/+16 |
| * | * win-pre.in: Add KRB4_INCLUDES definition | Danilo Almeida | 2000-07-20 | 2 | -0/+6 |
| * | * Makefile.in: Compile .et file for krb524 | Danilo Almeida | 2000-07-20 | 2 | -1/+12 |
| * | * krb5_32.def: Add krb5_cc_* functions | Danilo Almeida | 2000-07-20 | 2 | -0/+17 |
| * | * memcache.c: Add krb_in_tkt() function to initialize ticket for a | Danilo Almeida | 2000-07-20 | 2 | -0/+16 |
| * | * cc_file.c, cc_stdio.c: Remove unused krb5_[fs]cc_default_name() | Danilo Almeida | 2000-07-20 | 4 | -22/+37 |
| * | * stdcc.h: Include k5-int.h to get krb5_ccache definition | Danilo Almeida | 2000-07-20 | 2 | -0/+5 |
| * | * krb5.hin: Fix calling convention for krb5_cc_get_type | Danilo Almeida | 2000-07-20 | 2 | -1/+5 |
| * | * Makefile.in: Change ${CC} and ${OBJS} to $(CC) and $(OBJS) so | Danilo Almeida | 2000-07-20 | 2 | -1/+6 |
| * | * Makefile.in: Make krb524 library and k524init program build on | Danilo Almeida | 2000-07-20 | 12 | -54/+392 |
| * | * Makefile.in: Remove references to now defunct directories | Danilo Almeida | 2000-07-19 | 2 | -11/+6 |
| * | * cc_memory.c (mcc_head): Combine static declaration and initialization | Ken Raeburn | 2000-07-19 | 2 | -3/+6 |
| * | Add ms2mit and krb524 Makefile creation to Windows build preparation | Danilo Almeida | 2000-07-19 | 2 | -2/+6 |
| * | * getcred.c (main): Use correct parameters for krb5_cc_default() | Danilo Almeida | 2000-07-19 | 2 | -1/+6 |
| * | Add ms2mit utility | Danilo Almeida | 2000-07-19 | 2 | -0/+410 |
| * | Add ms2mit | Danilo Almeida | 2000-07-19 | 2 | -2/+9 |
| * | * krb4_32.def: Add krb_in_tkt. | Danilo Almeida | 2000-07-19 | 3 | -0/+8 |
| * | Add krb5int_accessor() to access internal krb5 functions from outside | Danilo Almeida | 2000-07-19 | 3 | -0/+65 |
| * | * k5-int.h: Add krb5int_accessor() and related definitions. | Danilo Almeida | 2000-07-19 | 2 | -0/+34 |
| * | krb.h: Add krb_in_tkt() prototype | Danilo Almeida | 2000-07-19 | 2 | -0/+6 |
| * | * in_tkt.c: Add krb_in_tkt() function to initialize ticket for a | Danilo Almeida | 2000-07-19 | 2 | -0/+16 |
| * | * locate_kdc.c, hst_realm.c, def_realm.c, changepw.c: Include | Ezra Peisach | 2000-07-18 | 7 | -1/+20 |
| * | * vfy_increds.c: include int-proto.h for krb5_libdefault_boolean | Ezra Peisach | 2000-07-18 | 7 | -2/+35 |
| * | * k5-int.h: Move prototypes for krb5 only internal functions | Ezra Peisach | 2000-07-18 | 2 | -8/+7 |
| * | * krcp.c: Provide format attribute for error() for versions of gcc | Ezra Peisach | 2000-07-18 | 3 | -2/+18 |
| * | * cc_memory.c (mcc_head): Now static | Ken Raeburn | 2000-07-14 | 2 | -2/+3 |
| * | missed a stray #endif | Ken Raeburn | 2000-07-14 | 1 | -2/+0 |
| * | merge duplicate copyright notices; eliminate #if 0 code | Ken Raeburn | 2000-07-14 | 2 | -1664/+40 |
| * | Eliminate duplicated copyright messages, and most "former file foo.c" markers | Ken Raeburn | 2000-07-14 | 1 | -948/+30 |
| * | keep scc.h too | Ken Raeburn | 2000-07-14 | 2 | -1/+102 |
| * | Delete subdirectories we aren't compiling any more. | Ken Raeburn | 2000-07-14 | 83 | -8403/+105 |
| * | log for ccache changes | Ken Raeburn | 2000-07-14 | 1 | -0/+7 |
| * | fix typo in comment | Ken Raeburn | 2000-07-14 | 1 | -1/+1 |
| * | Collapse ccache implementations file, stdio, memory into single files. | Ken Raeburn | 2000-07-14 | 9 | -36/+7588 |
| * | * krb5.hin (krb5_cc_*): Replace macro definitions with function declarations. | Ken Raeburn | 2000-07-14 | 3 | -51/+102 |
| * | * aclocal.m4 (KRB5_LIB_PARAMS): Moved bulk of the work into config/shlib.conf. | Ken Raeburn | 2000-07-14 | 2 | -256/+18 |
| * | * shlib.conf: New file, taken from KRB5_LIB_PARAMS in ../aclocal.m4 | Ken Raeburn | 2000-07-14 | 2 | -0/+259 |
| * | * dump.c: Various message char arrays turned into macros, to permit gcc to | Ken Raeburn | 2000-07-05 | 2 | -64/+69 |
| * | * rsh.exp: Drain buffers on klist test to avoid wedging rsh on | Tom Yu | 2000-07-05 | 2 | -2/+9 |
| * | * test/dbtest.c: Cleanup gcc -Wall complaints with printf format | Ezra Peisach | 2000-07-04 | 2 | -12/+20 |
| * | * encrypt_key.c, kdb_cpw.c, kdb_xdr.c: Add parenthesis about | Ezra Peisach | 2000-07-04 | 4 | -22/+24 |
| * | * gssapi.exp: Rework significantly to deal with HP/UX lossage that | Tom Yu | 2000-07-04 | 2 | -381/+105 |
| * | * cr_tkt.c: Frob prototypes so they don't involve narrow types | Tom Yu | 2000-07-04 | 2 | -8/+12 |