~ubuntu-branches/ubuntu/maverick/curl/maverick

« back to all changes in this revision

Viewing changes to lib/http_ntlm.c

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-26 18:58:51 UTC
  • mfrom: (3.3.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090526185851-t1gun9nboi5kbd9u
Tags: 7.19.5-1ubuntu1
* Merge from Debian unstable (LP: #380281), remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* Fixes LP: #379477

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
 * KIND, either express or implied.
20
20
 *
21
 
 * $Id: http_ntlm.c,v 1.79 2009-02-27 08:53:10 bagder Exp $
 
21
 * $Id: http_ntlm.c,v 1.81 2009-04-21 11:46:17 yangtse Exp $
22
22
 ***************************************************************************/
23
23
#include "setup.h"
24
24
 
59
59
#include "curl_base64.h"
60
60
#include "http_ntlm.h"
61
61
#include "url.h"
62
 
#include "memory.h"
 
62
#include "curl_memory.h"
63
63
 
64
64
#define _MPRINTF_REPLACE /* use our functions only */
65
65
#include <curl/mprintf.h>
303
303
        fprintf(stderr, "\n****\n");
304
304
        fprintf(stderr, "**** Header %s\n ", header);
305
305
      });
306
 
 
 
306
#endif
307
307
      free(buffer);
308
 
#endif
309
308
    }
310
309
    else {
311
310
      if(ntlm->state >= NTLMSTATE_TYPE1)