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