aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2001-06-18* configure.in: Check for regex.hEzra Peisach2-1/+5
2001-06-18 * acconfig.h: Add HAVE_REGCOMPEzra Peisach3-15/+36
2001-06-18 * pre.in (KADM_COMM_DEPLIBS): Depend on GSSRPC_DEPLIBS and notEzra Peisach2-2/+7
2001-06-18 * main.c (main): Cast arguments to print_status to be consitantEzra Peisach2-1/+6
2001-06-18 * loginpaths.h: If _PATH_DEFPATH is defined, undefine LPATH andEzra Peisach2-0/+11
2001-06-18 * auth_gssapi.c (auth_gssapi_create): Cast const gss_OID toEzra Peisach3-1/+14
2001-06-18 * accept_sec_context.c acquire_cred.c import_sec_context.cEzra Peisach6-9/+15
2001-06-18 * client_init.c (_kadm5_init_any): Add casts to (gss_OID) in callsEzra Peisach2-3/+8
2001-06-18 * g_pw_in_tkt.c: Include krb5.h so that des_read_password()Ezra Peisach8-1/+27
2001-06-18 * logger.c (klog_vsyslog): If krb5_klog_init() is not called, doEzra Peisach2-1/+21
2001-06-17v4krb524d.exp: New tests for the krb524d and k524init programsEzra Peisach2-0/+167
2001-06-17 * default.exp: Add an entry for krb524_server for the localhostEzra Peisach2-0/+6
2001-06-16* fwd_tgt.c (krb5_fwd_tgt_creds): Copy enctype for new creds from tgtKen Raeburn2-0/+6
2001-06-16updatedKen Raeburn1-861/+221
2001-06-16getsyms: Fix quoting around find command looking for configure.in files; sort...Ken Raeburn2-1/+6
2001-06-15 * ftpcmd.y, ftpd.c: Cast argument to isspace()/isdigit() to intEzra Peisach4-9/+16
2001-06-15 * cmds.c, domacro.c: Cast arguments to isspace() and isdigit()Ezra Peisach4-18/+25
2001-06-15update profile section name in comments to reflect reality and other docsKen Raeburn1-3/+3
2001-06-12 * resolve.c (main): Make error message note that misconfigurationTom Yu2-2/+19
2001-06-12 * destest.c: main returns int instead of void. Add "const" toEzra Peisach3-18/+28
2001-06-12 * t_mddriver.c: Cleanup assignments in conditionals w/o parentheses.Ezra Peisach2-33/+38
2001-06-12 * Makefile.in (t_walk_rtree, t_kerb): Do not link against kdb librariesEzra Peisach5-11/+27
2001-06-12 * sn2princ.c, hst_realm.c, an_to_ln.c: Cast argument toEzra Peisach5-10/+18
2001-06-12 * asn1_k_decode.c (asn1_decode_predicted_sam_response): UseEzra Peisach2-2/+8
2001-06-11 * test_profile.c: Include <string.h> for strcmp() prototypeEzra Peisach2-1/+4
2001-06-11 * pty-int.h: Provide revoke() prototype if system headers lackingEzra Peisach4-4/+32
2001-06-11 * argv_parse.c (argv_parse): Cast argument to isspace() as int.Ezra Peisach3-5/+11
2001-06-11 * configure.in (SETENVOBJ): If setenv is not present on system,Ezra Peisach10-11/+45
2001-06-11 * compat_recv.c: Include k5-util.h to ensure new prototypes agreeEzra Peisach2-0/+6
2001-06-11 * k5-util.h: Add prototypes for krb5_compat_recvauth_version() andEzra Peisach4-3/+32
2001-06-11 * sendauth.c (krb_sendauth): Add KRB5_DLLIMP/KRB5_CALLCONV definitionsEzra Peisach2-5/+12
2001-06-11 * krb.h: Add prototype for krb_sendauth()Ezra Peisach2-0/+13
2001-06-11 * Makefile.in (MLIBS): Do not link against libgen.a for testEzra Peisach2-1/+6
2001-06-11 * setenv.c: Add prototype for _findenv to avoid inconsistancy ofEzra Peisach7-1023/+1001
2001-06-11 * str_conv.c: If strptime() is present on system without aEzra Peisach2-1/+6
2001-06-11 * configure.in: Test for strptime() prototype. Debian linux hasEzra Peisach2-0/+6
2001-06-11 * configure.in: Check for system provided getutmp() prototypeEzra Peisach3-1/+26
2001-06-11 * aclocal.m4 (KRB5_NEED_PROTO): Determines if the OS provides aEzra Peisach2-0/+28
2001-06-11 * kinit.c (k4_begin): Cleanup assignment in conditional warningEzra Peisach2-2/+7
2001-06-11 * kadm_supp.c: Include string.h for strncpy() prototypeEzra Peisach2-0/+6
2001-06-11 * krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait.h> forEzra Peisach3-3/+14
2001-06-08 * krb.h: Add "internal" prototypes cr_err_reply(), create_ciph(),Ezra Peisach2-0/+31
2001-06-08 * cr_tkt.c (krb_create_ticket): Get rid of last argument (k5key)Ezra Peisach2-1/+6
2001-06-08 * configure.in: Test for existance of arpa/inet.hEzra Peisach2-1/+5
2001-06-08 * dumpv4.c: Pass C_Block * to des_read_password() as per prototypeEzra Peisach7-4/+23
2001-06-08 * ovsec_kadmd.c (main): Make format string to sprintf specify thatEzra Peisach3-1/+13
2001-06-08 kdm_ser_wrap.c: Argument to quad_cksum is C_Block * - not C_Block.Ezra Peisach2-1/+8
2001-06-08 * kdc_preauth.c: Include adm_proto.h for krb5_klog_syslog()Ezra Peisach4-1/+18
2001-06-08 * v4gssftp.exp: During test, set KRB5CCNAME to a non-existantEzra Peisach2-0/+31
2001-06-08 * client.c: Include unistd.h for getopt() prototypeEzra Peisach4-95/+25