| Commit message (Expand) | Author | Age | Files | Lines |
* | add ##WIN32## prefix to last change, so unix build works | Ken Raeburn | 2001-09-28 | 2 | -9/+15 |
* | Add KRB524_STATIC_HACK for Windows build so that we can generate a | Danilo Almeida | 2001-09-28 | 2 | -5/+26 |
* | * Makefile.in (../include/krb524_err.h): Force build of "includes" | Ken Raeburn | 2001-09-02 | 2 | -0/+3 |
* | dependencies | Ken Raeburn | 2001-09-01 | 2 | -9/+49 |
* | * cnv_tkt_skey.c (HOST_BYTE_ORDER): When casting const int * to | Ezra Peisach | 2001-08-08 | 2 | -1/+6 |
* | * conv_creds.c: Nuke prototype in file | Ezra Peisach | 2001-06-26 | 3 | -7/+10 |
* | * configure.in: Test need for daemon prototype | Ezra Peisach | 2001-06-21 | 3 | -0/+13 |
* | Fix small stylistic typo | Ezra Peisach | 2001-06-20 | 1 | -1/+1 |
* | * krb524d.c: Include <krb5/adm_proto.h> for krb5_log_init() | Ezra Peisach | 2001-06-20 | 2 | -1/+3 |
* | * krb524d.c: Include <krb5/adm_proto.h> for krb5_log_init() | Ezra Peisach | 2001-06-20 | 2 | -0/+6 |
* | * krb524d.c: Call krb5_klog_init before the first point where the | Mitchell Berger | 2001-06-20 | 2 | -7/+12 |
* | Use a "struct addrlist" instead of separate count and pointer-to-pointer values | Ken Raeburn | 2001-06-20 | 2 | -21/+26 |
* | * test.c (print_key): Pass in des_cblock* instead of char *. | Ezra Peisach | 2001-06-06 | 2 | -5/+14 |
* | * configure.in: Check for unistd.h. | Ken Raeburn | 2001-06-05 | 3 | -1/+6 |
* | * krb524d.c: Include stdarg.h. | Ken Raeburn | 2001-06-05 | 2 | -24/+49 |
* | * k524init.c: Inculde unistd.h for getopt() prototype | Ezra Peisach | 2001-06-04 | 4 | -5/+14 |
* | * sendmsg.c (krb524_sendto_kdc): Do fallback if KRB5_REALM_UNKNOWN is returned, | Ken Raeburn | 2001-05-08 | 2 | -1/+6 |
* | back out accidental check-in | Ken Raeburn | 2001-04-26 | 3 | -28/+6 |
* | * conv_creds.c (broken, krb524_convert_creds_plain): Unused code deleted | Ken Raeburn | 2001-04-26 | 5 | -60/+31 |
* | use new internal interface for locating servers | Ken Raeburn | 2001-04-26 | 2 | -15/+31 |
* | Allow des-mdX keys as well as des-crc (patch from assar). | Ken Raeburn | 2001-04-14 | 6 | -31/+100 |
* | make prototypes unconditional | Ken Raeburn | 2001-04-10 | 5 | -30/+35 |
* | * krb524d.c: Provide prototypes for local functions | Ezra Peisach | 2001-03-12 | 3 | -5/+28 |
* | * cnv_tkt_skey.c (krb524_convert_tkt_skey): Avoid double-free; | Tom Yu | 2001-02-05 | 2 | -1/+5 |
* | * encode.c, krb524.h: encode_v4tkt() and decode_v4tkt() now take | Ezra Peisach | 2000-10-17 | 5 | -10/+21 |
* | * conv_creds.c (krb524_convert_creds_plain): Use time_to_life() | Tom Yu | 2000-10-07 | 3 | -41/+33 |
* | * krb524d.c (do_connection): Do not assume that sizeof(int) == 4 | Ezra Peisach | 2000-10-06 | 6 | -17/+38 |
* | * Makefile.in: Install krb524.h and krb524_err.h header file so | Ezra Peisach | 2000-10-03 | 2 | -2/+30 |
* | * cnv_tkt_skey.c: Fix up static prototypes for | Tom Yu | 2000-08-09 | 2 | -22/+28 |
* | * Makefile.in: Fix build so we don't try to build an extra lib. | Danilo Almeida | 2000-07-20 | 2 | -7/+16 |
* | * Makefile.in: Make krb524 library and k524init program build on | Danilo Almeida | 2000-07-20 | 12 | -54/+392 |
* | * getcred.c (main): Use correct parameters for krb5_cc_default() | Danilo Almeida | 2000-07-19 | 2 | -1/+6 |
* | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
* | log tritan's changes | Tom Yu | 1999-10-26 | 1 | -0/+7 |
* | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 1 | -2/+2 |
* | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
* | * krb524d.c (do_connection): Convert to using new symbol for | Tom Yu | 1999-08-19 | 3 | -2/+10 |
* | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-12-05 | 2 | -0/+7 |
* | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 3 | -27/+88 |
* | Fork into the background by default, also add a -nofork command line option | Geoffrey King | 1998-07-24 | 2 | -3/+14 |
* | Remove the variable use_other_realm, is not actually necessary for the | Geoffrey King | 1998-07-19 | 2 | -5/+8 |
* | * krb524d.c (main): Accept a -r command line option to specify | Geoffrey King | 1998-07-17 | 2 | -6/+22 |
* | * cnv_tkt_skey.c (krb524_convert_tkt_skey): Handle null address | Tom Yu | 1998-06-17 | 3 | -23/+26 |
* | POSIX states that getopt returns -1 when it is done parsing options, | Theodore Tso | 1998-05-06 | 2 | -1/+6 |
* | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 2 | -2/+6 |
* | * sendmsg.c: Explicitly include k5-int.h in order to get proper | Tom Yu | 1998-02-13 | 2 | -5/+8 |
* | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 2 | -0/+6 |
* | * cnv_tkt_skey.c: | Tom Yu | 1997-12-12 | 9 | -10/+13 |
* | * configure.in: Add AC_PROG_INSTALL as we do install here | Ezra Peisach | 1997-08-18 | 2 | -0/+5 |
* | * convt_tkt.c: Delete; it's not needed anymore | Tom Yu | 1997-08-12 | 7 | -209/+258 |