~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

Viewing changes to swig/Lasso-wsf-sa.i

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- Mode: c; c-basic-offset: 8 -*-
2
2
 *
3
 
 * $Id: Lasso-wsf-sa.i,v 1.1 2005/08/29 12:54:28 nclapies Exp $
 
3
 * $Id: Lasso-wsf-sa.i,v 1.2 2006/12/28 10:26:12 fpeters Exp $
4
4
 *
5
5
 * SWIG bindings for Lasso Library
6
6
 *
53
53
#define SASL_TRYAGAIN   -8   /* transient failure (e.g., weak key) */
54
54
#define SASL_BADMAC     -9   /* integrity check failed */
55
55
#define SASL_NOTINIT    -12  /* SASL library not initialized */
56
 
                             /* -- client only codes -- */
 
56
                             /* -- client only codes -- */
57
57
#define SASL_INTERACT    2   /* needs user interaction */
58
58
#define SASL_BADSERV    -10  /* server failed mutual authentication step */
59
59
#define SASL_WRONGMECH  -11  /* mechanism doesn't support requested feature */
60
 
                             /* -- server only codes -- */
 
60
                             /* -- server only codes -- */
61
61
#define SASL_BADAUTH    -13  /* authentication failure */
62
62
#define SASL_NOAUTHZ    -14  /* authorization failure */
63
63
#define SASL_TOOWEAK    -15  /* mechanism too weak for this user */