| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * default.exp (setup_root_shell): Also recognize "nection reset by | Ezra Peisach | 2001-08-06 | 2 | -1/+8 |
* | * ftpd.M: Update the usage line and option descriptions to be in sync | Mitchell Berger | 2001-08-03 | 2 | -19/+32 |
* | * k5-int.h (ss2sin6): New gcc-specific function and alternative macro. | Ken Raeburn | 2001-08-03 | 2 | -2/+14 |
* | * ftpd.c (main): Convert to do option parsing with getopt() rather | Mitchell Berger | 2001-08-03 | 2 | -71/+48 |
* | * authenc.c (net_write): Rewrite in terms of netwrite() | Tom Yu | 2001-08-02 | 9 | -447/+433 |
* | implement libdefaults/extra_addresses | Ken Raeburn | 2001-08-02 | 2 | -40/+177 |
* | * klist.c: Include k5-int.h and fake-addrinfo.h. | Ken Raeburn | 2001-08-02 | 2 | -34/+59 |
* | * hostaddr.c (krb5_os_hostaddr): Only retry non-numeric lookup after numeric | Ken Raeburn | 2001-08-02 | 2 | -1/+6 |
* | * fake-addrinfo.h (AI_NUMERICHOST): Define as zero if not already defined | Ken Raeburn | 2001-08-01 | 2 | -0/+9 |
* | * configure.in: Include stdlib.h in test for swab declaration | Ken Raeburn | 2001-08-01 | 2 | -0/+6 |
* | krb5_check_transited_list now takes pointers to const | Ken Raeburn | 2001-07-31 | 4 | -4/+14 |
* | * svr_principal.c (check_pw_reuse): Change argument for | Ezra Peisach | 2001-07-31 | 2 | -1/+6 |
* | * read_passwd.c: Create local variable that takes the "int" | Ezra Peisach | 2001-07-31 | 2 | -4/+10 |
* | * genaddrs.c: Use GETPEERNAME_ARG2_TYPE, GETPEERNAME_ARG3_TYPE | Ezra Peisach | 2001-07-31 | 3 | -7/+38 |
* | * get_in_tkt.c: Cast to unsigned krb5_error error value to | Ezra Peisach | 2001-07-31 | 2 | -2/+9 |
* | * aclocal.m4: Fix typo in last change. Do not get rid of | Ezra Peisach | 2001-07-31 | 2 | -4/+9 |
* | * sendauth.c (krb5_sendauth): Instead of casting second argument | Ezra Peisach | 2001-07-30 | 2 | -3/+22 |
* | * configure.in: Add KRB5_GETSOCKNAME_ARGS and KRB5_GETPEERNAME_ARGS | Ezra Peisach | 2001-07-30 | 2 | -0/+6 |
* | Checked in correct change without extraneous debugging code | Ezra Peisach | 2001-07-30 | 1 | -1/+0 |
* | * aclocal.m4: Add functions KRB5_GETSOCKNAME_ARGS and | Ezra Peisach | 2001-07-30 | 2 | -0/+89 |
* | * ftp.c: Declare mech_type in struct gss_trials gss_OID to be | Ezra Peisach | 2001-07-30 | 2 | -1/+6 |
* | Unmark gss_mech_krb5 variable as an import | Danilo Almeida | 2001-07-28 | 2 | -1/+5 |
* | Do no export gss_mech_krb5 | Danilo Almeida | 2001-07-28 | 2 | -4/+4 |
* | Remove local Win32-specific definition of gss_mech_krb5. | Danilo Almeida | 2001-07-28 | 2 | -25/+10 |
* | Export gss_mech_krb5 as DATA. Mark all exported variables as DATA | Danilo Almeida | 2001-07-27 | 2 | -4/+13 |
* | Mark gss_mech_krb5 variable as an import | Danilo Almeida | 2001-07-27 | 2 | -1/+5 |
* | * gen_port.c (krb5_gen_portaddr): Add const to cast of | Ezra Peisach | 2001-07-27 | 2 | -1/+6 |
* | * xdr_reference.c (xdr_reference): Remove cast in argument to memset | Ezra Peisach | 2001-07-27 | 12 | -11/+45 |
* | * kdb_xdr.c (krb5_dbe_update_mod_princ_data, | Ezra Peisach | 2001-07-27 | 3 | -4/+14 |
* | * adb_xdr.c (xdr_krb5_key_data): Use xdr_krb5_ui_2 instead of | Ezra Peisach | 2001-07-25 | 2 | -2/+7 |
* | * kadm_rpc_xdr.c: Add xdr_krb5_ui_2. | Ezra Peisach | 2001-07-25 | 3 | -57/+33 |
* | * kdb.h: For structs krb5_tl_data (tl_data_length), krb5_key_data | Ezra Peisach | 2001-07-25 | 2 | -78/+12 |
* | * import_sec_context.c (krb5_gss_import_sec_context): Get rid of | Ezra Peisach | 2001-07-25 | 3 | -5/+8 |
* | * auth_gssapi.c (auth_gssapi_create): Change calling convention | Ezra Peisach | 2001-07-25 | 4 | -7/+19 |
* | * rc_dfl.c (krb5_rc_io_fetch): Once length element read from | Ezra Peisach | 2001-07-25 | 2 | -5/+16 |
* | * sn2princ.c: Do not cast away const char * in call to strdup | Ezra Peisach | 2001-07-25 | 2 | -1/+5 |
* | * in_tkt_sky.c (krb5_get_in_tkt_with_skey): Change cast from | Ezra Peisach | 2001-07-25 | 4 | -3/+16 |
* | * asn1_k_encode.c: (asn1_encode_predicted_sam_response): Use | Ezra Peisach | 2001-07-25 | 2 | -1/+7 |
* | 2001-07-24 Jeffrey Altman <jaltman@columbia.edu> | Jeffrey Altman | 2001-07-24 | 2 | -14/+22 |
* | 2001-07024 Jeffrey Altman <jaltman@columbia.edu> | Jeffrey Altman | 2001-07-24 | 2 | -1/+6 |
* | * configure.in: Add check for getev() to avoid problems when | Tom Yu | 2001-07-24 | 2 | -1/+6 |
* | * getpass.c: Remove duplicate definitions of sig_t, my_sig_t; | Tom Yu | 2001-07-24 | 3 | -5/+8 |
* | * Makefile.in: Build gssftp client on Win32 | Danilo Almeida | 2001-07-24 | 2 | -2/+15 |
* | * win-pre.in, win-post.in: Move rule-printing code to win-post.in | Danilo Almeida | 2001-07-24 | 3 | -4/+10 |
* | * Makefile.in, cmds.c, ftp.c, ftp_var.h, getpass.c, glob.c, | Danilo Almeida | 2001-07-24 | 11 | -197/+629 |
* | * setenv.c: Include stdlib.h, provide prototypes for setenv and | Ezra Peisach | 2001-07-23 | 2 | -2/+14 |
* | * setenv.c (setenv): Include stdlib.h for malloc prototypes | Ezra Peisach | 2001-07-23 | 2 | -1/+5 |
* | * sys_term.c (startslave): Get rid of extra argument in call to | Ezra Peisach | 2001-07-23 | 2 | -1/+6 |
* | * enc_des.c (fb64_start): Remove variable set but never used | Ezra Peisach | 2001-07-23 | 2 | -3/+5 |
* | * t_imp_name.c (display_status_1): Remove variable that was set | Ezra Peisach | 2001-07-23 | 2 | -2/+7 |