summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* fix salt length for afs caseKen Raeburn2001-06-212-10/+18
* delete log entry for change i forgot to check inKen Raeburn2001-06-211-2/+0
* * rc_dfl.c, rc_io.c: More compliance with coding standards: useDanilo Almeida2001-06-203-425/+406
* * acquire_cred.c (acquire_init_cred): Include "k5-int.h" forEzra Peisach2001-06-202-0/+6
* * server_internal.h: Add prototype for kdb_iter_entry()Ezra Peisach2001-06-202-1/+7
* * kname_parse.c (k_isrealm, k_isname, k_isrealm): AddEzra Peisach2001-06-207-16/+22
* * t_std_conf.c (test_locate_kdc): Update to new krb5_locate_kdcEzra Peisach2001-06-202-6/+10
* * Makefile.in (check-unix): Add $(RUN_SETUP) before invocation ofEzra Peisach2001-06-202-1/+6
* Fixed several typos in commentsMitchell Berger2001-06-205-13/+13
* New implementation of transited-realm checking, with some test cases. The testKen Raeburn2001-06-205-79/+494
* * api.0/init.exp: Silly typo fixedMitchell Berger2001-06-203-2/+8
* * server_dict.c: Silly typo fixedMitchell Berger2001-06-202-1/+5
* Use a "struct addrlist" instead of separate count and pointer-to-pointer valuesKen Raeburn2001-06-206-86/+87
* pmap_prot2.c (xdr_pmaplist): Ensure variable set before useEzra Peisach2001-06-192-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
* * 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
* * fwd_tgt.c (krb5_fwd_tgt_creds): Copy enctype for new creds from tgtKen Raeburn2001-06-162-0/+6
* update profile section name in comments to reflect reality and other docsKen Raeburn2001-06-151-3/+3
* * 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
* * compat_recv.c: Include k5-util.h to ensure new prototypes agreeEzra Peisach2001-06-112-0/+6
* * sendauth.c (krb_sendauth): Add KRB5_DLLIMP/KRB5_CALLCONV definitionsEzra Peisach2001-06-112-5/+12
* * 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
* * cr_tkt.c (krb_create_ticket): Get rid of last argument (k5key)Ezra Peisach2001-06-082-1/+6
* * 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
* * server.c (log_badauth_display_status_1): Do not assume thatEzra Peisach2001-06-072-6/+12
* * vfy_increds.c (krb5_verify_init_creds): Get rid of a variableEzra Peisach2001-06-072-5/+9
* * ktdefname.c (krb5_kt_default_name): Get rid of a variable thatEzra Peisach2001-06-072-5/+9
* * ser_sctx.c (kg_oid_internalize): Do away with local variableEzra Peisach2001-06-072-3/+7
* * server.c (log_badauth_display_status_1): Need value element ofEzra Peisach2001-06-052-3/+6
* * client.c (main): Missing arguments to printf fixedEzra Peisach2001-06-052-2/+10
* * clnt_perror.c (clnt_spcreateerror): Enumerate missing cases inEzra Peisach2001-06-0530-12/+172
* * logger.c (krb5_klog_init): Cleanup assignments inEzra Peisach2001-06-044-13/+36
* * svr_principal.c: Cleanup assignments in conditionalsEzra Peisach2001-06-042-109/+135
* * gss_libinit.c: Include gssapiP_krb5.h for kg_release_defcred()Ezra Peisach2001-06-042-0/+6
* * accept_sec_context.c (krb5_gss_accept_sec_context): CleanupEzra Peisach2001-06-043-6/+14