summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* handle irix high-numbered error codesKen Raeburn2001-06-203-7/+24
* Use a "struct addrlist" instead of separate count and pointer-to-pointer valuesKen Raeburn2001-06-2010-116/+136
* * kdc_util.c (ktypes2str): New function; construct a stringTom Yu2001-06-195-10/+124
* * ftpcmd.y: Cleanup potential ambiguity between comparsion andEzra Peisach2001-06-192-1/+6
* pmap_prot2.c (xdr_pmaplist): Ensure variable set before useEzra Peisach2001-06-192-1/+5
* * utility.c (printsub): Ensure variable set before useEzra Peisach2001-06-192-1/+5
* telnet.c (telrcv): Ensure variable set before useEzra Peisach2001-06-192-1/+5
* * encrypt.c (encrypt_is): Cast arguments to printf to match formatEzra Peisach2001-06-182-2/+7
* * dump.c (name_matches): Cleanup warning of assignments inEzra Peisach2001-06-182-4/+9
* * utility.c (printdata): Cast argument to isprint() to intEzra Peisach2001-06-182-1/+5
* * commands.c: Cast argument to isspace() to intEzra Peisach2001-06-183-6/+12
* * genget.c (LOWER): Cast argument to isupper()/tolower() to intEzra Peisach2001-06-182-1/+5
* * gss-client.c (parse_oid): Cast argument to isdigit() to intEzra Peisach2001-06-183-11/+9
* * krcp.c (sink): Cast argument to isdigit() to intEzra Peisach2001-06-182-2/+6
* * sim_client.c (main): Cast argument to isupper()/tolower() to intEzra Peisach2001-06-182-2/+6
* * kpropd.c (authorized_principal): Cast argument to ispace() to intEzra Peisach2001-06-182-2/+6
* * kadm_funcs.c: Cast argument to isalnum()/isdigit() to intEzra Peisach2001-06-183-7/+13
* * ktutil_funcs.c (ktutil_add): Cast argument to isxdigit() to intEzra Peisach2001-06-182-1/+5
* * getdate.y: Cast argument to isalpha()/isspace()/isdigit() to intEzra Peisach2001-06-182-8/+13
* * network.c (setup_network): Cast argument to isspace() to intEzra Peisach2001-06-182-1/+5
* * server_misc.c (passwd_check): cast argument toEzra Peisach2001-06-183-6/+14
* * alt_prof.c (krb5_read_realm_params): Cast argument to isspace()Ezra Peisach2001-06-183-6/+13
* * kparse.c (strutol): Cast argument to isupper()/tolower() to int.Ezra Peisach2001-06-183-3/+4
* * kparse.c (strutol): Cast argument to isupper()/tolower() to intEzra Peisach2001-06-182-1/+5
* * dump.c: Include regex.h if exists and if HAVE_REGCOMPEzra Peisach2001-06-182-1/+6
* * configure.in: Check for regex.hEzra Peisach2001-06-182-1/+5
* * acconfig.h: Add HAVE_REGCOMPEzra Peisach2001-06-183-15/+36
* * pre.in (KADM_COMM_DEPLIBS): Depend on GSSRPC_DEPLIBS and notEzra Peisach2001-06-182-2/+7
* * 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