~ubuntu-branches/ubuntu/edgy/curl/edgy

« back to all changes in this revision

Viewing changes to lib/krb4.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060629150424-pn00qumt9sml8p4m
Tags: 7.15.4-1ubuntu1
Synchronize to Debian. Only change left: Removal of stunnel and
libdb4.2-dev build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* This source code was modified by Martin Hedenfalk <mhe@stacken.kth.se> for
2
 
 * use in Curl. His latest changes were done 2000-09-18.
 
2
 * use in Curl. Martin's latest changes were done 2000-09-18.
3
3
 *
4
 
 * It has since been patched away like a madman by Daniel Stenberg
5
 
 * <daniel@haxx.se> to make it better applied to curl conditions, and to make
6
 
 * it not use globals, pollute name space and more. This source code awaits a
7
 
 * rewrite to work around the paragraph 2 in the BSD licenses as explained
8
 
 * below.
 
4
 * It has since been patched away like a madman by Daniel Stenberg to make it
 
5
 * better applied to curl conditions, and to make it not use globals, pollute
 
6
 * name space and more.
9
7
 *
10
8
 * Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H�gskolan
11
9
 * (Royal Institute of Technology, Stockholm, Sweden).
 
10
 * Copyright (c) 2004 - 2006 Daniel Stenberg
12
11
 * All rights reserved.
13
12
 *
14
13
 * Redistribution and use in source and binary forms, with or without
36
35
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
37
36
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
38
37
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
39
 
 * SUCH DAMAGE.  */
 
38
 * SUCH DAMAGE.
 
39
 *
 
40
 * $Id: krb4.c,v 1.44 2006/01/26 10:39:25 bagder Exp $
 
41
 */
40
42
 
41
43
#include "setup.h"
42
44