aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-09-26Cleanup gcc warnings of signed vs unsigned arguments to functionsEzra Peisach4-14/+32
2000-09-26 * gss-misc.c: Include <sys/socket.h> for prototype definitionsEzra Peisach4-16/+25
2000-09-26 * krb5.hin: Move prototype for krb5_gen_replay_name()Ezra Peisach3-5/+11
2000-09-26 * an_to_ln.c: Unsigned vs signed int fixesEzra Peisach3-20/+33
2000-09-26* k5-util.h (krb5_setedid): Add prototypeEzra Peisach2-0/+5
2000-09-26 * conv_princ.c (krb5_425_conv_principal): Call profile_free_listEzra Peisach2-5/+15
2000-09-26 * krb5_decode_test.c (decode_run): If the ASN1 decoder returns anEzra Peisach2-0/+9
2000-09-25 * ser_ktf.c (krb5_ktf_keytab_externalize): Do not violate const char *Ezra Peisach3-4/+11
2000-09-25 * cc_file.c ccbase.c, cc_stdio.c, cc_retr.c, cc_memory.c: MoreEzra Peisach6-24/+37
2000-09-25 * descbc.c, k5_md4des.c, k5_md5des.c, t_cksum.c: Cleanup unsignedEzra Peisach6-20/+34
2000-09-25 * t_kerb.c: Add prototypes for test functionsEzra Peisach2-3/+14
2000-09-24 * t_cc.c: Code cleanup. Test more failure modes of the cache libraryEzra Peisach5-10/+142
2000-09-22 * Makefile.in (check-unix): Build and exectute t_ccEzra Peisach3-3/+220
2000-09-22 * accept_sec_context.c (krb5_gss_accept_sec_context): WhenEzra Peisach2-11/+21
2000-09-21 * rc_io.h (struct krb5_rc_iostuff): Internal structure - changeEzra Peisach5-13/+29
2000-09-21* configure.in: Add AC_TYPE_OFF_T for off_t declaraionEzra Peisach2-0/+5
2000-09-20 * kdb_xdr.c (krb5_dbe_free_contents): Clean up signedness warningEzra Peisach6-15/+47
2000-09-20 * dispatch.c (dispatch): inet_ntop() returns const char *Ezra Peisach2-4/+7
2000-09-09* Makefile.in (DEFINES): Define HEIMDAL_FRIENDLY.Ken Raeburn4-3/+21
2000-09-022000-09-01 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2-13/+58
2000-09-01 * Makefile.in(OBJS, SRCS): Add lifetime.{o,c}Tom Yu3-0/+138
2000-09-01 * krb.h: Add prototypes for krb_life_to_time() andTom Yu2-0/+14
2000-08-312000-08-31 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman1-2/+2
2000-08-312000-08-31 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2-2/+23
2000-08-31 * pre.in: Fix some inconsistent spelling in the previous changesTom Yu2-4/+10
2000-08-31 * aclocal.m4 (LIBLINKS): Fix appending of $EXTRA_LIB_TARGETS toTom Yu2-1/+7
2000-08-30* lib.in (EXTRA_CLEAN_TARGETS, EXTRA_CLEAN_LINKS): New variables.Ken Raeburn4-5/+80
2000-08-30* aclocal.m4 (KRB5_LIB_AUX): Fold in values of EXTRA_LIB_TARGETS,Ken Raeburn2-1/+17
2000-08-29* get_creds.c (krb5_get_credentials_core): If the supplied enctype is notKen Raeburn2-7/+25
2000-08-29 * configure.in: Don't generate keytab/db/Makefile, since it isn'tTom Yu3-18/+10
2000-08-29 * post.in: Test for existing Makefile in directory beforeTom Yu2-1/+6
2000-08-29renamed getmode() and setmode() to get_mode() and set_mode() to avoid a colli...Alexandra Ellwood4-6/+13
2000-08-26 * ftpcmd.y: Fix up grammar so that single character token namesTom Yu2-37/+45
2000-08-23* main.c (initialize_realms): For "cannot initialize realm" messages, tell theKen Raeburn3-3/+18
2000-08-23* aclocal.m4 (KRB5_AC_CHECK_INET6): Require "struct sockaddr_storage" for IPv...Ken Raeburn2-0/+6
2000-08-23* libobj.in (clean-libobjs): Combine "rm" commands into oneKen Raeburn2-4/+5
2000-08-22 * secure.h (myaddr): For secure data stream, pass the port numberEzra Peisach4-2/+10
2000-08-22 * v4gssftp.exp: New tests for the krb4 compatible interface to gssftpEzra Peisach2-0/+403
2000-08-22 * default.exp: Create a properly formatted krb.conf file. AlsoEzra Peisach2-0/+8
2000-08-22 * ftpd.c (auth_data): Iterate over all krb4 services instead ofEzra Peisach2-17/+22
2000-08-22 * rd_svc_key.c (krb54_get_service_keyblock): If the keytabEzra Peisach2-1/+19
2000-08-22 * default.exp: Create a properly formatted krb.conf fileEzra Peisach1-2/+2
2000-08-17 * domacro.c: Compiler warning cleanups and fix the overflow fix toEzra Peisach14-352/+562
2000-08-14 * cr_tkt.c (krb_cr_tkt_int): When prototypes were changed to notEzra Peisach1-3/+4
2000-08-11Add AC_PROG_INSTALL to allow the library to be installedEzra Peisach2-0/+5
2000-08-10 * rlogin.exp: Change RLOGIN to KRLOGIN so we do not use theEzra Peisach2-5/+10
2000-08-09 * default.exp: Add an eof clause to avoid breakage if rlogin exitsTom Yu2-0/+11
2000-08-09 * cnv_tkt_skey.c: Fix up static prototypes forTom Yu2-22/+28
2000-08-08 Quoting of lists in mutipass variable assigments is unnecessaryEzra Peisach2-6/+7
2000-08-08* v4standalone.exp: New set of tests for basic V4 functionalityEzra Peisach2-0/+139