| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Makefile.in: Install krb524.h and krb524_err.h header file so | Ezra Peisach | 2000-10-03 | 2 | -2/+30 |
| * | * ccache.c, heuristic.c, main.c: Return of krb5_cc_get_name() is | Ezra Peisach | 2000-10-03 | 4 | -13/+18 |
| * | * add_cred.c (krb5_gss_add_cred): krb5_cc_get_type() and | Ezra Peisach | 2000-10-03 | 2 | -1/+7 |
| * | * stdcc.c, stdcc.h (krb5_stdcc_get_name): Declare as returning | Ezra Peisach | 2000-10-03 | 3 | -2/+7 |
| * | * ser_cc.c (krb5_ccache_externalize): Use krb5_cc_get_name instead | Ezra Peisach | 2000-10-03 | 6 | -10/+20 |
| * | * krb5.hin, k5-int.h: krb5_cc_get_name now returns const char * | Ezra Peisach | 2000-10-03 | 3 | -2/+6 |
| * | * krlogin.c (main): Declare main as int | Ezra Peisach | 2000-10-03 | 2 | -2/+6 |
| * | * kadmin.c (kadmin_getpol): Change format strings from %d to %ld | Ezra Peisach | 2000-10-03 | 3 | -12/+19 |
| * | * asn1_get.c (asn1_get_tag_indef): Fix to not deref random garbage | Tom Yu | 2000-09-27 | 2 | -1/+8 |
| * | Cleanup gcc warnings of signed vs unsigned arguments to functions | Ezra Peisach | 2000-09-26 | 4 | -14/+32 |
| * | * gss-misc.c: Include <sys/socket.h> for prototype definitions | Ezra Peisach | 2000-09-26 | 4 | -16/+25 |
| * | * krb5.hin: Move prototype for krb5_gen_replay_name() | Ezra Peisach | 2000-09-26 | 3 | -5/+11 |
| * | * an_to_ln.c: Unsigned vs signed int fixes | Ezra Peisach | 2000-09-26 | 3 | -20/+33 |
| * | * k5-util.h (krb5_setedid): Add prototype | Ezra Peisach | 2000-09-26 | 2 | -0/+5 |
| * | * conv_princ.c (krb5_425_conv_principal): Call profile_free_list | Ezra Peisach | 2000-09-26 | 2 | -5/+15 |
| * | * krb5_decode_test.c (decode_run): If the ASN1 decoder returns an | Ezra Peisach | 2000-09-26 | 2 | -0/+9 |
| * | * ser_ktf.c (krb5_ktf_keytab_externalize): Do not violate const char * | Ezra Peisach | 2000-09-25 | 3 | -4/+11 |
| * | * cc_file.c ccbase.c, cc_stdio.c, cc_retr.c, cc_memory.c: More | Ezra Peisach | 2000-09-25 | 6 | -24/+37 |
| * | * descbc.c, k5_md4des.c, k5_md5des.c, t_cksum.c: Cleanup unsigned | Ezra Peisach | 2000-09-25 | 6 | -20/+34 |
| * | * t_kerb.c: Add prototypes for test functions | Ezra Peisach | 2000-09-25 | 2 | -3/+14 |
| * | * t_cc.c: Code cleanup. Test more failure modes of the cache library | Ezra Peisach | 2000-09-24 | 5 | -10/+142 |
| * | * Makefile.in (check-unix): Build and exectute t_cc | Ezra Peisach | 2000-09-22 | 3 | -3/+220 |
| * | * accept_sec_context.c (krb5_gss_accept_sec_context): When | Ezra Peisach | 2000-09-22 | 2 | -11/+21 |
| * | * rc_io.h (struct krb5_rc_iostuff): Internal structure - change | Ezra Peisach | 2000-09-21 | 5 | -13/+29 |
| * | * configure.in: Add AC_TYPE_OFF_T for off_t declaraion | Ezra Peisach | 2000-09-21 | 2 | -0/+5 |
| * | * kdb_xdr.c (krb5_dbe_free_contents): Clean up signedness warning | Ezra Peisach | 2000-09-20 | 6 | -15/+47 |
| * | * dispatch.c (dispatch): inet_ntop() returns const char * | Ezra Peisach | 2000-09-20 | 2 | -4/+7 |
| * | * Makefile.in (DEFINES): Define HEIMDAL_FRIENDLY. | Ken Raeburn | 2000-09-09 | 4 | -3/+21 |
| * | 2000-09-01 Jeffrey Altman <jaltman@columbia.edu> | Jeffrey Altman | 2000-09-02 | 2 | -13/+58 |
| * | * Makefile.in(OBJS, SRCS): Add lifetime.{o,c} | Tom Yu | 2000-09-01 | 3 | -0/+138 |
| * | * krb.h: Add prototypes for krb_life_to_time() and | Tom Yu | 2000-09-01 | 2 | -0/+14 |
| * | 2000-08-31 Jeffrey Altman <jaltman@columbia.edu> | Jeffrey Altman | 2000-08-31 | 1 | -2/+2 |
| * | 2000-08-31 Jeffrey Altman <jaltman@columbia.edu> | Jeffrey Altman | 2000-08-31 | 2 | -2/+23 |
| * | * pre.in: Fix some inconsistent spelling in the previous changes | Tom Yu | 2000-08-31 | 2 | -4/+10 |
| * | * aclocal.m4 (LIBLINKS): Fix appending of $EXTRA_LIB_TARGETS to | Tom Yu | 2000-08-31 | 2 | -1/+7 |
| * | * lib.in (EXTRA_CLEAN_TARGETS, EXTRA_CLEAN_LINKS): New variables. | Ken Raeburn | 2000-08-30 | 4 | -5/+80 |
| * | * aclocal.m4 (KRB5_LIB_AUX): Fold in values of EXTRA_LIB_TARGETS, | Ken Raeburn | 2000-08-30 | 2 | -1/+17 |
| * | * get_creds.c (krb5_get_credentials_core): If the supplied enctype is not | Ken Raeburn | 2000-08-29 | 2 | -7/+25 |
| * | * configure.in: Don't generate keytab/db/Makefile, since it isn't | Tom Yu | 2000-08-29 | 3 | -18/+10 |
| * | * post.in: Test for existing Makefile in directory before | Tom Yu | 2000-08-29 | 2 | -1/+6 |
| * | renamed getmode() and setmode() to get_mode() and set_mode() to avoid a colli... | Alexandra Ellwood | 2000-08-29 | 4 | -6/+13 |
| * | * ftpcmd.y: Fix up grammar so that single character token names | Tom Yu | 2000-08-26 | 2 | -37/+45 |
| * | * main.c (initialize_realms): For "cannot initialize realm" messages, tell the | Ken Raeburn | 2000-08-23 | 3 | -3/+18 |
| * | * aclocal.m4 (KRB5_AC_CHECK_INET6): Require "struct sockaddr_storage" for IPv... | Ken Raeburn | 2000-08-23 | 2 | -0/+6 |
| * | * libobj.in (clean-libobjs): Combine "rm" commands into one | Ken Raeburn | 2000-08-23 | 2 | -4/+5 |
| * | * secure.h (myaddr): For secure data stream, pass the port number | Ezra Peisach | 2000-08-22 | 4 | -2/+10 |
| * | * v4gssftp.exp: New tests for the krb4 compatible interface to gssftp | Ezra Peisach | 2000-08-22 | 2 | -0/+403 |
| * | * default.exp: Create a properly formatted krb.conf file. Also | Ezra Peisach | 2000-08-22 | 2 | -0/+8 |
| * | * ftpd.c (auth_data): Iterate over all krb4 services instead of | Ezra Peisach | 2000-08-22 | 2 | -17/+22 |
| * | * rd_svc_key.c (krb54_get_service_keyblock): If the keytab | Ezra Peisach | 2000-08-22 | 2 | -1/+19 |