| Commit message (Expand) | Author | Age | Files | Lines |
| * | * domacro.c: Compiler warning cleanups and fix the overflow fix to | Ezra Peisach | 2000-08-17 | 14 | -352/+562 |
| * | * cr_tkt.c (krb_cr_tkt_int): When prototypes were changed to not | Ezra Peisach | 2000-08-14 | 1 | -3/+4 |
| * | Add AC_PROG_INSTALL to allow the library to be installed | Ezra Peisach | 2000-08-11 | 2 | -0/+5 |
| * | * rlogin.exp: Change RLOGIN to KRLOGIN so we do not use the | Ezra Peisach | 2000-08-10 | 2 | -5/+10 |
| * | * default.exp: Add an eof clause to avoid breakage if rlogin exits | Tom Yu | 2000-08-09 | 2 | -0/+11 |
| * | * cnv_tkt_skey.c: Fix up static prototypes for | Tom Yu | 2000-08-09 | 2 | -22/+28 |
| * | Quoting of lists in mutipass variable assigments is unnecessary | Ezra Peisach | 2000-08-08 | 2 | -6/+7 |
| * | * v4standalone.exp: New set of tests for basic V4 functionality | Ezra Peisach | 2000-08-08 | 2 | -0/+139 |
| * | * default.exp: Create krb.conf and krb.realms files for v4 | Ezra Peisach | 2000-08-08 | 2 | -1/+91 |
| * | * Makefile.in (KRB4_RUNTESTFLAGS): Set from configure.in and pass | Ezra Peisach | 2000-08-08 | 2 | -1/+7 |
| * | * configure.in: Define KRB4_DEJAGNU_TEST depending on if krb4 | Ezra Peisach | 2000-08-08 | 2 | -0/+12 |
| * | * krlogin.c (read_wrapper): Copy from the current point and not | Ezra Peisach | 2000-08-08 | 2 | -2/+7 |
| * | * default.exp: Protect Quote quotation marks in multipass variable | Ezra Peisach | 2000-08-07 | 2 | -12/+17 |
| * | * reference_encode.out, trval_reference.out: Test encoding of | Ezra Peisach | 2000-08-07 | 4 | -8/+26 |
| * | * asn1_k_decode.c (asn1_decode_last_req_entry): Decode the lr_type | Ezra Peisach | 2000-08-07 | 3 | -1/+24 |
| * | * krb5.hin: lr_type element of krb5_last_req_entry needs to be a | Ezra Peisach | 2000-08-07 | 2 | -1/+6 |
| * | * aclocal.m4 (CHECK_SIGPROCMASK): Check for posix sigprocmask | Ezra Peisach | 2000-08-07 | 2 | -5/+9 |
| * | * ss_internal.h: Only use fake sigmask, sigblock and sigsetmask if | Ezra Peisach | 2000-08-07 | 2 | -1/+9 |
| * | * Makefile.in (SRCS, OBJS, STLIBOBJS): Remove util_canonhost. | Ken Raeburn | 2000-08-04 | 3 | -6/+6 |
| * | * listen.c (ss_quit): Now returns void. Fix type of argument ARGV to fit | Ken Raeburn | 2000-08-04 | 3 | -6/+14 |
| * | * kprop.c, kpropd.c: Compiler warning fixes including: not | Ezra Peisach | 2000-08-03 | 4 | -144/+197 |
| * | * klist.c: Compiler warning cleanups by declaring functions as | Ezra Peisach | 2000-08-02 | 2 | -18/+21 |
| * | * krb.h: Add prototypes for tf_init(), tf_get_pname(), | Ezra Peisach | 2000-08-02 | 2 | -0/+18 |
| * | * tf_util.c (tf_init): Add KRB5_DLLIMP/KRB5_CALLCONV definitions | Ezra Peisach | 2000-08-02 | 2 | -7/+12 |
| * | * requests.c (DECLARE): Fix prototype for dispatch functions to | Ezra Peisach | 2000-08-02 | 5 | -9/+53 |
| * | * kdestroy.c (main): Clean up compiler warnings | Ezra Peisach | 2000-08-02 | 2 | -2/+7 |
| * | * kvno.c (main): Compiler warning fixes - declare usage as static, and | Ezra Peisach | 2000-08-02 | 2 | -8/+20 |
| * | * krb5.conf: Test with a space after ']' and '{' | Ezra Peisach | 2000-08-02 | 3 | -3/+14 |
| * | Add missing krb5_cc_store_cred() | Danilo Almeida | 2000-07-30 | 2 | -0/+5 |
| * | kpasswd.c (main): Warnings cleanup | Ezra Peisach | 2000-07-29 | 2 | -16/+18 |
| * | * sserver.c (main): Include unistd.h if present (for close | Ezra Peisach | 2000-07-29 | 2 | -15/+29 |
| * | * sclient.c: Include unistd.h if present (for close prototype). | Ezra Peisach | 2000-07-29 | 2 | -16/+28 |
| * | * utility.c: Add casts on types being sent to internal functions | Ezra Peisach | 2000-07-29 | 5 | -22/+39 |
| * | kdb5_mkdums.c: Remove unused quit() and compiler warning cleanup | Ezra Peisach | 2000-07-28 | 2 | -13/+6 |
| * | * kdc5_hammer.c: Move global (to file) enctype into main to prevent | Ezra Peisach | 2000-07-28 | 2 | -10/+7 |
| * | * kdb5_verify.c (check_princ): Compiler warning cleanup. Get rid | Ezra Peisach | 2000-07-28 | 2 | -14/+8 |
| * | t_imp_name.c: Profide full prototypes for internal functions | Ezra Peisach | 2000-07-28 | 2 | -4/+8 |
| * | * 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 |