Commit 56014e74 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

krb4-fixes for the moved user+password fields within the structs

parent 17227149
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -512,7 +512,7 @@ CURLcode Curl_ftp_connect(struct connectdata *conn)
    /* we may need to issue a KAUTH here to have access to the files
     * do it if user supplied a password
     */
    if(data->state.passwd && *data->state.passwd) {
    if(conn->passwd && *conn->passwd) {
      result = Curl_krb_kauth(conn);
      if(result)
        return result;
+1 −1
Original line number Diff line number Diff line
@@ -363,7 +363,7 @@ CURLcode Curl_krb_kauth(struct connectdata *conn)
  for(; *p && *p != ' ' && *p != '\r' && *p != '\n'; p++);
  *p = 0;

  des_string_to_key (conn->data->state.passwd, &key);
  des_string_to_key (conn->passwd, &key);
  des_key_sched(&key, schedule);
    
  des_pcbc_encrypt((void *)tkt.dat, (void *)tktcopy.dat,