| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * ftpcmd.y, ftpd.c: Cast argument to isspace()/isdigit() to int | Ezra Peisach | 2001-06-15 | 4 | -9/+16 |
* | * cmds.c, domacro.c: Cast arguments to isspace() and isdigit() | Ezra Peisach | 2001-06-15 | 4 | -18/+25 |
* | update profile section name in comments to reflect reality and other docs | Ken Raeburn | 2001-06-15 | 1 | -3/+3 |
* | * resolve.c (main): Make error message note that misconfiguration | Tom Yu | 2001-06-12 | 2 | -2/+19 |
* | * destest.c: main returns int instead of void. Add "const" to | Ezra Peisach | 2001-06-12 | 3 | -18/+28 |
* | * t_mddriver.c: Cleanup assignments in conditionals w/o parentheses. | Ezra Peisach | 2001-06-12 | 2 | -33/+38 |
* | * Makefile.in (t_walk_rtree, t_kerb): Do not link against kdb libraries | Ezra Peisach | 2001-06-12 | 5 | -11/+27 |
* | * sn2princ.c, hst_realm.c, an_to_ln.c: Cast argument to | Ezra Peisach | 2001-06-12 | 5 | -10/+18 |
* | * asn1_k_decode.c (asn1_decode_predicted_sam_response): Use | Ezra Peisach | 2001-06-12 | 2 | -2/+8 |
* | * test_profile.c: Include <string.h> for strcmp() prototype | Ezra Peisach | 2001-06-11 | 2 | -1/+4 |
* | * pty-int.h: Provide revoke() prototype if system headers lacking | Ezra Peisach | 2001-06-11 | 4 | -4/+32 |
* | * argv_parse.c (argv_parse): Cast argument to isspace() as int. | Ezra Peisach | 2001-06-11 | 3 | -5/+11 |
* | * configure.in (SETENVOBJ): If setenv is not present on system, | Ezra Peisach | 2001-06-11 | 10 | -11/+45 |
* | * compat_recv.c: Include k5-util.h to ensure new prototypes agree | Ezra Peisach | 2001-06-11 | 2 | -0/+6 |
* | * k5-util.h: Add prototypes for krb5_compat_recvauth_version() and | Ezra Peisach | 2001-06-11 | 4 | -3/+32 |
* | * sendauth.c (krb_sendauth): Add KRB5_DLLIMP/KRB5_CALLCONV definitions | Ezra Peisach | 2001-06-11 | 2 | -5/+12 |
* | * krb.h: Add prototype for krb_sendauth() | Ezra Peisach | 2001-06-11 | 2 | -0/+13 |
* | * Makefile.in (MLIBS): Do not link against libgen.a for test | Ezra Peisach | 2001-06-11 | 2 | -1/+6 |
* | * setenv.c: Add prototype for _findenv to avoid inconsistancy of | Ezra Peisach | 2001-06-11 | 7 | -1023/+1001 |
* | * str_conv.c: If strptime() is present on system without a | Ezra Peisach | 2001-06-11 | 2 | -1/+6 |
* | * configure.in: Test for strptime() prototype. Debian linux has | Ezra Peisach | 2001-06-11 | 2 | -0/+6 |
* | * configure.in: Check for system provided getutmp() prototype | Ezra Peisach | 2001-06-11 | 3 | -1/+26 |
* | * aclocal.m4 (KRB5_NEED_PROTO): Determines if the OS provides a | Ezra Peisach | 2001-06-11 | 2 | -0/+28 |
* | * kinit.c (k4_begin): Cleanup assignment in conditional warning | Ezra Peisach | 2001-06-11 | 2 | -2/+7 |
* | * kadm_supp.c: Include string.h for strncpy() prototype | Ezra Peisach | 2001-06-11 | 2 | -0/+6 |
* | * krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait.h> for | Ezra Peisach | 2001-06-11 | 3 | -3/+14 |
* | * krb.h: Add "internal" prototypes cr_err_reply(), create_ciph(), | Ezra Peisach | 2001-06-08 | 2 | -0/+31 |
* | * cr_tkt.c (krb_create_ticket): Get rid of last argument (k5key) | Ezra Peisach | 2001-06-08 | 2 | -1/+6 |
* | * configure.in: Test for existance of arpa/inet.h | Ezra Peisach | 2001-06-08 | 2 | -1/+5 |
* | * dumpv4.c: Pass C_Block * to des_read_password() as per prototype | Ezra Peisach | 2001-06-08 | 7 | -4/+23 |
* | * ovsec_kadmd.c (main): Make format string to sprintf specify that | Ezra Peisach | 2001-06-08 | 3 | -1/+13 |
* | kdm_ser_wrap.c: Argument to quad_cksum is C_Block * - not C_Block. | Ezra Peisach | 2001-06-08 | 2 | -1/+8 |
* | * kdc_preauth.c: Include adm_proto.h for krb5_klog_syslog() | Ezra Peisach | 2001-06-08 | 4 | -1/+18 |
* | * v4gssftp.exp: During test, set KRB5CCNAME to a non-existant | Ezra Peisach | 2001-06-08 | 2 | -0/+31 |
* | * client.c: Include unistd.h for getopt() prototype | Ezra Peisach | 2001-06-08 | 4 | -95/+25 |
* | * auth_gssapi.h: Rename prototypes from _svcauth_set_log_XXX_func to | Ezra Peisach | 2001-06-08 | 2 | -3/+8 |
* | * ad_print.c (ad_print): Cast arguments to printf() to longs to | Ezra Peisach | 2001-06-08 | 3 | -1/+7 |
* | * svr_principal.c (check_pw_reuse): Cleanup assignment in conditional | Ezra Peisach | 2001-06-08 | 2 | -4/+9 |
* | * tcl_kadm5.c: Cleanup assignments in conditionals | Ezra Peisach | 2001-06-08 | 3 | -12/+21 |
* | Include unistd.h (if present) for getopt() prototype | Ezra Peisach | 2001-06-08 | 6 | -0/+21 |
* | * main.c: Include unistd.h (if present) for getopt() prototype | Ezra Peisach | 2001-06-08 | 2 | -0/+8 |
* | * krb5-config.in (CC_LINK): Use ' vs " to prevent bash expansion of | Ezra Peisach | 2001-06-08 | 2 | -2/+8 |
* | * gssftp.exp: Invocation of ftpd changed to use -U /dev/null and | Mitchell Berger | 2001-06-08 | 3 | -8/+28 |
* | * pathnames.h: _PATH_FTPUSERS renamed to _PATH_FTPUSERS_DEFAULT | Mitchell Berger | 2001-06-08 | 4 | -5/+34 |
* | * krb5.hin: Get rid of extraneous krb5_const before integer | Ezra Peisach | 2001-06-07 | 2 | -7/+15 |
* | * server.c (log_badauth_display_status_1): Do not assume that | Ezra Peisach | 2001-06-07 | 2 | -6/+12 |
* | * kerberos_v4.c: Get rid of file wide static krb5_error_code. Cast | Ezra Peisach | 2001-06-07 | 2 | -2/+7 |
* | * acl_files.c, admin_server.c, kadm_funcs.c, kadm_ser_wrap.c: | Ezra Peisach | 2001-06-07 | 9 | -32/+186 |
* | * request_tbl.c (ss_add_request_table): Do not cast argument to | Ezra Peisach | 2001-06-07 | 2 | -1/+6 |
* | * vfy_increds.c (krb5_verify_init_creds): Get rid of a variable | Ezra Peisach | 2001-06-07 | 2 | -5/+9 |