summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * tcl_kadm5.c: Cleanup assignments in conditionalsEzra Peisach2001-06-083-12/+21
* Include unistd.h (if present) for getopt() prototypeEzra Peisach2001-06-086-0/+21
* * main.c: Include unistd.h (if present) for getopt() prototypeEzra Peisach2001-06-082-0/+8
* * krb5-config.in (CC_LINK): Use ' vs " to prevent bash expansion ofEzra Peisach2001-06-082-2/+8
* * gssftp.exp: Invocation of ftpd changed to use -U /dev/null andMitchell Berger2001-06-083-8/+28
* * pathnames.h: _PATH_FTPUSERS renamed to _PATH_FTPUSERS_DEFAULTMitchell Berger2001-06-084-5/+34
* * krb5.hin: Get rid of extraneous krb5_const before integerEzra Peisach2001-06-072-7/+15
* * server.c (log_badauth_display_status_1): Do not assume thatEzra Peisach2001-06-072-6/+12
* * kerberos_v4.c: Get rid of file wide static krb5_error_code. CastEzra Peisach2001-06-072-2/+7
* * acl_files.c, admin_server.c, kadm_funcs.c, kadm_ser_wrap.c:Ezra Peisach2001-06-079-32/+186
* * request_tbl.c (ss_add_request_table): Do not cast argument toEzra Peisach2001-06-072-1/+6
* * 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
* * authenc.c (telnet_gets): Cleanup assignment in conditionalEzra Peisach2001-06-0710-41/+164
* * ext.h: Remove unused prototype for start_slave() and replaceEzra Peisach2001-06-076-14/+44
* * auth-proto.h: Add prototype for kerberos5_cleanup()Ezra Peisach2001-06-073-1/+22
* * k5-int.h: Remove AS_REP_105_SAM_COMPAT definition. Not used inEzra Peisach2001-06-072-17/+8
* Makefile.in ($(srcdir)/krb5/autoconf.h.in): New target; rebuild using autoheaderKen Raeburn2001-06-062-1/+8
* aclocal.m4 (CONFIG_RULES): Set and substitute AUTOHEADER and AUTOHEADERFLAGSKen Raeburn2001-06-062-0/+11
* * pre.in (AUTOHEADER, AUTOHEADERFLAGS): New variablesKen Raeburn2001-06-062-0/+6
* * auth-proto.h: Add prototypes for getauthmask(), auth_enable,Ezra Peisach2001-06-0616-47/+130
* Fix up small typo in lat set of commitsEzra Peisach2001-06-061-1/+2
* * test.c (print_key): Pass in des_cblock* instead of char *.Ezra Peisach2001-06-062-5/+14
* * v4gssftp.exp: Allow for "decrypt integrity check failed" errorEzra Peisach2001-06-062-0/+6
* * ftpcmd.y: Include "ftpd_var.h" and remove prototype for reply()Ezra Peisach2001-06-065-50/+242
* * configure.in: Check for unistd.h.Ken Raeburn2001-06-053-1/+6
* * krb524d.c: Include stdarg.h.Ken Raeburn2001-06-052-24/+49
* client.c, server.c: Cleanup assignments in conditionalsEzra Peisach2001-06-053-202/+224
* * authorization.c, heuristic.c, krb_auth_su.c, main.c, setenv.c:Ezra Peisach2001-06-056-67/+111
* * 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
* * misc.c, schpw.c: Cleanup assignments in conditionalsEzra Peisach2001-06-043-32/+55
* * kadm5_create.c: Add prototype for staticEzra Peisach2001-06-045-35/+55
* * k524init.c: Inculde unistd.h for getopt() prototypeEzra Peisach2001-06-044-5/+14
* * kdc_util.c (add_to_transited): Add braces to provide unambiguousEzra Peisach2001-06-044-34/+45
* * krlogin.c: Always provide prototype for setsignal and not ifEzra Peisach2001-06-042-5/+8
* * 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
* * init_ctx.c (get_profile_etype_list): Zero out multiple separator charactersKen Raeburn2001-06-022-2/+8
* * login.c: Add braces around initializers. Cleanup assignments inEzra Peisach2001-06-0111-78/+135
* * g_krbrlm.c: Remove unused static variable krb_confEzra Peisach2001-06-0119-23/+91
* * des.c (des_ecb_encrypt): Do not use a variable named "encrypt".Ezra Peisach2001-05-314-9/+15
* * des.h: Do not use "encrypt" as an argumentEzra Peisach2001-05-312-1/+5
* * k5_md4des.c (k5_md4des_verify): Get rid of local variable thatEzra Peisach2001-05-313-4/+8
* * des.c (k5_des_docrypt): Do not use a variable named "encrypt"Ezra Peisach2001-05-313-4/+9
* * f_cbc.c (mit_des_cbc_encrypt): Do not use a variable named "encrypt".Ezra Peisach2001-05-313-6/+9