MailCore now builds on Leopard
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
syntax: glob
|
||||
build
|
||||
OpenSourceProjects/libetpan-0.49
|
||||
OpenSourceProjects/include/libetpan
|
||||
.DS_Store
|
||||
*.pyc
|
||||
*.mode1v3
|
||||
*.pbxuser
|
||||
@@ -169,6 +169,8 @@
|
||||
F88CA0CF0BF7A7B00055AC29 /* CTSMTP.m in Sources */ = {isa = PBXBuildFile; fileRef = F88CA0CD0BF7A7B00055AC29 /* CTSMTP.m */; };
|
||||
F88CA0D40BF7AC0B0055AC29 /* CTESMTP.h in Headers */ = {isa = PBXBuildFile; fileRef = F88CA0D20BF7AC0B0055AC29 /* CTESMTP.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
F88CA0D50BF7AC0B0055AC29 /* CTESMTP.m in Sources */ = {isa = PBXBuildFile; fileRef = F88CA0D30BF7AC0B0055AC29 /* CTESMTP.m */; };
|
||||
F8A70EEF0C4059E100D1D694 /* JRLog.h in Headers */ = {isa = PBXBuildFile; fileRef = F8A70EED0C4059E100D1D694 /* JRLog.h */; };
|
||||
F8A70EF00C4059E100D1D694 /* JRLog.m in Sources */ = {isa = PBXBuildFile; fileRef = F8A70EEE0C4059E100D1D694 /* JRLog.m */; };
|
||||
F8D31A3209C524EA00468234 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F8D31A3109C524EA00468234 /* main.m */; };
|
||||
F8D31A8609C52A9400468234 /* MailCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DC2EF5B0486A6940098B216 /* MailCore.framework */; };
|
||||
F8DCD3990C13E18100B10F94 /* acl_types.h in Headers */ = {isa = PBXBuildFile; fileRef = F8DCD3970C13E18100B10F94 /* acl_types.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
@@ -379,6 +381,8 @@
|
||||
F88CA0CD0BF7A7B00055AC29 /* CTSMTP.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CTSMTP.m; path = Source/CTSMTP.m; sourceTree = "<group>"; };
|
||||
F88CA0D20BF7AC0B0055AC29 /* CTESMTP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CTESMTP.h; path = Source/CTESMTP.h; sourceTree = "<group>"; };
|
||||
F88CA0D30BF7AC0B0055AC29 /* CTESMTP.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CTESMTP.m; path = Source/CTESMTP.m; sourceTree = "<group>"; };
|
||||
F8A70EED0C4059E100D1D694 /* JRLog.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = JRLog.h; path = Source/JRLog.h; sourceTree = "<group>"; };
|
||||
F8A70EEE0C4059E100D1D694 /* JRLog.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = JRLog.m; path = Source/JRLog.m; sourceTree = "<group>"; };
|
||||
F8D31A2909C5247100468234 /* TestShell */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = TestShell; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
F8D31A3109C524EA00468234 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
F8DCD3970C13E18100B10F94 /* acl_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = acl_types.h; path = OpenSourceProjects/include/libetpan/acl_types.h; sourceTree = SOURCE_ROOT; };
|
||||
@@ -533,6 +537,8 @@
|
||||
32C88DFF0371C24200C91783 /* Other Sources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F8A70EED0C4059E100D1D694 /* JRLog.h */,
|
||||
F8A70EEE0C4059E100D1D694 /* JRLog.m */,
|
||||
F80BDF490A774369003B344E /* libetpan */,
|
||||
F81B88710A74AAD800143DF6 /* MailCore_Prefix.pch */,
|
||||
F8D31A3109C524EA00468234 /* main.m */,
|
||||
@@ -840,6 +846,7 @@
|
||||
F81A8AE20C03FC3B002F780A /* CTMIME_TextPart.h in Headers */,
|
||||
F81A8AE40C03FC3B002F780A /* CTMIME.h in Headers */,
|
||||
F8245A6D0C041C8C005E08A8 /* CTMIMEFactory.h in Headers */,
|
||||
F8A70EEF0C4059E100D1D694 /* JRLog.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -1003,6 +1010,7 @@
|
||||
F81A8AE30C03FC3B002F780A /* CTMIME_TextPart.m in Sources */,
|
||||
F81A8AE50C03FC3B002F780A /* CTMIME.m in Sources */,
|
||||
F8245A700C041C91005E08A8 /* CTMIMEFactory.m in Sources */,
|
||||
F8A70EF00C4059E100D1D694 /* JRLog.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -1113,7 +1121,7 @@
|
||||
HEADER_SEARCH_PATHS = "";
|
||||
LIBRARY_SEARCH_PATHS = "";
|
||||
PREBINDING = NO;
|
||||
SDKROOT = "";
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@@ -1132,7 +1140,7 @@
|
||||
HEADER_SEARCH_PATHS = "";
|
||||
LIBRARY_SEARCH_PATHS = "";
|
||||
PREBINDING = NO;
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
||||
@@ -1,59 +0,0 @@
|
||||
/* hmac-md5.h -- HMAC_MD5 functions
|
||||
*/
|
||||
|
||||
#ifndef HMAC_MD5_H
|
||||
#define HMAC_MD5_H 1
|
||||
|
||||
#define HMAC_MD5_SIZE 16
|
||||
|
||||
/* intermediate MD5 context */
|
||||
typedef struct HMAC_MD5_CTX_s {
|
||||
MD5_CTX ictx, octx;
|
||||
} HMAC_MD5_CTX;
|
||||
|
||||
/* intermediate HMAC state
|
||||
* values stored in network byte order (Big Endian)
|
||||
*/
|
||||
typedef struct HMAC_MD5_STATE_s {
|
||||
UINT4 istate[4];
|
||||
UINT4 ostate[4];
|
||||
} HMAC_MD5_STATE;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* One step hmac computation
|
||||
*
|
||||
* digest may be same as text or key
|
||||
*/
|
||||
void _sasl_hmac_md5(const unsigned char *text, int text_len,
|
||||
const unsigned char *key, int key_len,
|
||||
unsigned char digest[HMAC_MD5_SIZE]);
|
||||
|
||||
/* create context from key
|
||||
*/
|
||||
void _sasl_hmac_md5_init(HMAC_MD5_CTX *hmac,
|
||||
const unsigned char *key, int key_len);
|
||||
|
||||
/* precalculate intermediate state from key
|
||||
*/
|
||||
void _sasl_hmac_md5_precalc(HMAC_MD5_STATE *hmac,
|
||||
const unsigned char *key, int key_len);
|
||||
|
||||
/* initialize context from intermediate state
|
||||
*/
|
||||
void _sasl_hmac_md5_import(HMAC_MD5_CTX *hmac, HMAC_MD5_STATE *state);
|
||||
|
||||
#define _sasl_hmac_md5_update(hmac, text, text_len) _sasl_MD5Update(&(hmac)->ictx, (text), (text_len))
|
||||
|
||||
/* finish hmac from intermediate result. Intermediate result is zeroed.
|
||||
*/
|
||||
void _sasl_hmac_md5_final(unsigned char digest[HMAC_MD5_SIZE],
|
||||
HMAC_MD5_CTX *hmac);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* HMAC_MD5_H */
|
||||
@@ -1,43 +0,0 @@
|
||||
/* MD5.H - header file for MD5C.C
|
||||
*/
|
||||
|
||||
/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
|
||||
rights reserved.
|
||||
|
||||
License to copy and use this software is granted provided that it
|
||||
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
|
||||
Algorithm" in all material mentioning or referencing this software
|
||||
or this function.
|
||||
|
||||
License is also granted to make and use derivative works provided
|
||||
that such works are identified as "derived from the RSA Data
|
||||
Security, Inc. MD5 Message-Digest Algorithm" in all material
|
||||
mentioning or referencing the derived work.
|
||||
|
||||
RSA Data Security, Inc. makes no representations concerning either
|
||||
the merchantability of this software or the suitability of this
|
||||
software for any particular purpose. It is provided "as is"
|
||||
without express or implied warranty of any kind.
|
||||
These notices must be retained in any copies of any part of this
|
||||
documentation and/or software.
|
||||
*/
|
||||
|
||||
/* MD5 context. */
|
||||
typedef struct {
|
||||
UINT4 state[4]; /* state (ABCD) */
|
||||
UINT4 count[2]; /* number of bits, modulo 2^64 (lsb first) */
|
||||
unsigned char buffer[64]; /* input buffer */
|
||||
} MD5_CTX;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void _sasl_MD5Init PROTO_LIST ((MD5_CTX *));
|
||||
void _sasl_MD5Update PROTO_LIST
|
||||
((MD5_CTX *, const unsigned char *, unsigned int));
|
||||
void _sasl_MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -1,38 +0,0 @@
|
||||
/* GLOBAL.H - RSAREF types and constants
|
||||
*/
|
||||
#ifndef MD5GLOBAL_H
|
||||
#define MD5GLOBAL_H
|
||||
|
||||
/* PROTOTYPES should be set to one if and only if the compiler supports
|
||||
function argument prototyping.
|
||||
The following makes PROTOTYPES default to 0 if it has not already
|
||||
been defined with C compiler flags.
|
||||
*/
|
||||
#ifndef PROTOTYPES
|
||||
#define PROTOTYPES 0
|
||||
#endif
|
||||
|
||||
/* POINTER defines a generic pointer type */
|
||||
typedef unsigned char *POINTER;
|
||||
|
||||
typedef signed char INT1; /* 8 bits */
|
||||
typedef short INT2; /* 16 bits */
|
||||
typedef int INT4; /* 32 bits */
|
||||
/* There is no 64 bit type */
|
||||
typedef unsigned char UINT1; /* 8 bits */
|
||||
typedef unsigned short UINT2; /* 16 bits */
|
||||
typedef unsigned int UINT4; /* 32 bits */
|
||||
/* There is no 64 bit type */
|
||||
|
||||
/* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
|
||||
If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
|
||||
returns an empty list.
|
||||
*/
|
||||
#if PROTOTYPES
|
||||
#define PROTO_LIST(list) list
|
||||
#else
|
||||
#define PROTO_LIST(list) ()
|
||||
#endif
|
||||
|
||||
#endif /* MD5GLOBAL_H */
|
||||
|
||||
@@ -1,187 +0,0 @@
|
||||
/* prop.h -- property request/response management routines
|
||||
*
|
||||
* Author: Chris Newman
|
||||
* Removal of implementation-specific details by: Rob Siemborski
|
||||
*
|
||||
* This is intended to be used to create a list of properties to request,
|
||||
* and _then_ request values for all properties. Any change to the request
|
||||
* list will discard any existing values. This assumption allows a very
|
||||
* efficient and simple memory model. This was designed for SASL API auxiliary
|
||||
* property support, but would be fine for other contexts where this property
|
||||
* model is appropriate.
|
||||
*
|
||||
* The "struct propctx" is allocated by prop_new and is a fixed size structure.
|
||||
* If a prop_init() call were added, it would be reasonable to embed a "struct
|
||||
* propctx" in another structure. prop_new also allocates a pool of memory
|
||||
* (in the vbase field) which will be used for an array of "struct propval"
|
||||
* to list all the requested properties.
|
||||
*
|
||||
* Properties may be multi-valued.
|
||||
*/
|
||||
|
||||
#ifndef PROP_H
|
||||
#define PROP_H 1
|
||||
|
||||
/* The following ifdef block is the standard way of creating macros
|
||||
* which make exporting from a DLL simpler. All files within this DLL
|
||||
* are compiled with the LIBSASL_EXPORTS symbol defined on the command
|
||||
* line. this symbol should not be defined on any project that uses
|
||||
* this DLL. This way any other project whose source files include
|
||||
* this file see LIBSASL_API functions as being imported from a DLL,
|
||||
* wheras this DLL sees symbols defined with this macro as being
|
||||
* exported. */
|
||||
/* Under Unix, life is simpler: we just need to mark library functions
|
||||
* as extern. (Technically, we don't even have to do that.) */
|
||||
#ifdef WIN32
|
||||
# ifdef LIBSASL_EXPORTS
|
||||
# define LIBSASL_API __declspec(dllexport)
|
||||
# else /* LIBSASL_EXPORTS */
|
||||
# define LIBSASL_API __declspec(dllimport)
|
||||
# endif /* LIBSASL_EXPORTS */
|
||||
#else /* WIN32 */
|
||||
# define LIBSASL_API extern
|
||||
#endif /* WIN32 */
|
||||
|
||||
/* Same as above, but used during a variable declaration. Only Unix definition
|
||||
* is different, as we can't assign an initial value to an extern variable */
|
||||
#ifdef WIN32
|
||||
# ifdef LIBSASL_EXPORTS
|
||||
# define LIBSASL_VAR __declspec(dllexport)
|
||||
# else /* LIBSASL_EXPORTS */
|
||||
# define LIBSASL_VAR __declspec(dllimport)
|
||||
# endif /* LIBSASL_EXPORTS */
|
||||
#else /* WIN32 */
|
||||
# define LIBSASL_VAR
|
||||
#endif /* WIN32 */
|
||||
|
||||
/* the resulting structure for property values
|
||||
*/
|
||||
struct propval {
|
||||
const char *name; /* name of property; NULL = end of list */
|
||||
/* same pointer used in request will be used here */
|
||||
const char **values; /* list of strings, values == NULL if property not
|
||||
* found, *values == NULL if property found with
|
||||
* no values */
|
||||
unsigned nvalues; /* total number of value strings */
|
||||
unsigned valsize; /* total size in characters of all value strings */
|
||||
};
|
||||
|
||||
/*
|
||||
* private internal structure
|
||||
*/
|
||||
#define PROP_DEFAULT 4 /* default number of propvals to assume */
|
||||
struct propctx;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* create a property context
|
||||
* estimate -- an estimate of the storage needed for requests & responses
|
||||
* 0 will use module default
|
||||
* returns a new property context on success and NULL on any error
|
||||
*/
|
||||
LIBSASL_API struct propctx *prop_new(unsigned estimate);
|
||||
|
||||
/* create new propctx which duplicates the contents of an existing propctx
|
||||
* returns SASL_OK on success
|
||||
* possible other return values include: SASL_NOMEM, SASL_BADPARAM
|
||||
*/
|
||||
LIBSASL_API int prop_dup(struct propctx *src_ctx, struct propctx **dst_ctx);
|
||||
|
||||
/* Add property names to request
|
||||
* ctx -- context from prop_new()
|
||||
* names -- list of property names; must persist until context freed
|
||||
* or requests cleared (This extends to other contexts that
|
||||
* are dup'ed from this one, and their children, etc)
|
||||
*
|
||||
* NOTE: may clear values from context as side-effect
|
||||
* returns SASL_OK on success
|
||||
* possible other return values include: SASL_NOMEM, SASL_BADPARAM
|
||||
*/
|
||||
LIBSASL_API int prop_request(struct propctx *ctx, const char **names);
|
||||
|
||||
/* return array of struct propval from the context
|
||||
* return value persists until next call to
|
||||
* prop_request, prop_clear or prop_dispose on context
|
||||
*
|
||||
* returns NULL on error
|
||||
*/
|
||||
LIBSASL_API const struct propval *prop_get(struct propctx *ctx);
|
||||
|
||||
/* Fill in an array of struct propval based on a list of property names
|
||||
* return value persists until next call to
|
||||
* prop_request, prop_clear or prop_dispose on context
|
||||
* returns number of matching properties which were found (values != NULL)
|
||||
* if a name requested here was never requested by a prop_request, then
|
||||
* the name field of the associated vals entry will be set to NULL
|
||||
*
|
||||
* The vals array MUST be atleast as long as the names array.
|
||||
*
|
||||
* returns # of matching properties on success
|
||||
* possible other return values include: SASL_BADPARAM
|
||||
*/
|
||||
LIBSASL_API int prop_getnames(struct propctx *ctx, const char **names,
|
||||
struct propval *vals);
|
||||
|
||||
/* clear values and optionally requests from property context
|
||||
* ctx -- property context
|
||||
* requests -- 0 = don't clear requests, 1 = clear requests
|
||||
*/
|
||||
LIBSASL_API void prop_clear(struct propctx *ctx, int requests);
|
||||
|
||||
/* erase the value of a property
|
||||
*/
|
||||
LIBSASL_API void prop_erase(struct propctx *ctx, const char *name);
|
||||
|
||||
/* dispose of property context
|
||||
* ctx -- is disposed and set to NULL; noop if ctx or *ctx is NULL
|
||||
*/
|
||||
LIBSASL_API void prop_dispose(struct propctx **ctx);
|
||||
|
||||
|
||||
/****fetcher interfaces****/
|
||||
|
||||
/* format the requested property names into a string
|
||||
* ctx -- context from prop_new()/prop_request()
|
||||
* sep -- separator between property names (unused if none requested)
|
||||
* seplen -- length of separator, if < 0 then strlen(sep) will be used
|
||||
* outbuf -- output buffer
|
||||
* outmax -- maximum length of output buffer including NUL terminator
|
||||
* outlen -- set to length of output string excluding NUL terminator
|
||||
* returns SASL_OK on success
|
||||
* returns SASL_BADPARAM or amount of additional space needed on failure
|
||||
*/
|
||||
LIBSASL_API int prop_format(struct propctx *ctx, const char *sep, int seplen,
|
||||
char *outbuf, unsigned outmax, unsigned *outlen);
|
||||
|
||||
/* add a property value to the context
|
||||
* ctx -- context from prop_new()/prop_request()
|
||||
* name -- name of property to which value will be added
|
||||
* if NULL, add to the same name as previous prop_set/setvals call
|
||||
* value -- a value for the property; will be copied into context
|
||||
* if NULL, remove existing values
|
||||
* vallen -- length of value, if <= 0 then strlen(value) will be used
|
||||
* returns SASL_OK on success
|
||||
* possible error return values include: SASL_BADPARAM, SASL_NOMEM
|
||||
*/
|
||||
LIBSASL_API int prop_set(struct propctx *ctx, const char *name,
|
||||
const char *value, int vallen);
|
||||
|
||||
/* set the values for a property
|
||||
* ctx -- context from prop_new()/prop_request()
|
||||
* name -- name of property to which value will be added
|
||||
* if NULL, add to the same name as previous prop_set/setvals call
|
||||
* values -- array of values, ending in NULL. Each value is a NUL terminated
|
||||
* string
|
||||
* returns SASL_OK on success
|
||||
* possible error return values include: SASL_BADPARAM, SASL_NOMEM
|
||||
*/
|
||||
LIBSASL_API int prop_setvals(struct propctx *ctx, const char *name,
|
||||
const char **values);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PROP_H */
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,953 +0,0 @@
|
||||
/* saslplug.h -- API for SASL plug-ins
|
||||
*/
|
||||
|
||||
#ifndef SASLPLUG_H
|
||||
#define SASLPLUG_H 1
|
||||
|
||||
#ifndef MD5GLOBAL_H
|
||||
#include "md5global.h"
|
||||
#endif
|
||||
#ifndef MD5_H
|
||||
#include "md5.h"
|
||||
#endif
|
||||
#ifndef HMAC_MD5_H
|
||||
#include "hmac-md5.h"
|
||||
#endif
|
||||
#ifndef PROP_H
|
||||
#include "prop.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* callback to lookup a sasl_callback_t for a connection
|
||||
* input:
|
||||
* conn -- the connection to lookup a callback for
|
||||
* callbacknum -- the number of the callback
|
||||
* output:
|
||||
* pproc -- pointer to the callback function (set to NULL on failure)
|
||||
* pcontext -- pointer to the callback context (set to NULL on failure)
|
||||
* returns:
|
||||
* SASL_OK -- no error
|
||||
* SASL_FAIL -- unable to find a callback of the requested type
|
||||
* SASL_INTERACT -- caller must use interaction to get data
|
||||
*/
|
||||
typedef int sasl_getcallback_t(sasl_conn_t *conn,
|
||||
unsigned long callbackid,
|
||||
int (**pproc)(),
|
||||
void **pcontext);
|
||||
|
||||
/* The sasl_utils structure will remain backwards compatible unless
|
||||
* the SASL_*_PLUG_VERSION is changed incompatibly
|
||||
* higher SASL_UTILS_VERSION numbers indicate more functions are available
|
||||
*/
|
||||
#define SASL_UTILS_VERSION 4
|
||||
|
||||
/* utility function set for plug-ins
|
||||
*/
|
||||
typedef struct sasl_utils {
|
||||
int version;
|
||||
|
||||
/* contexts */
|
||||
sasl_conn_t *conn;
|
||||
sasl_rand_t *rpool;
|
||||
void *getopt_context;
|
||||
|
||||
/* option function */
|
||||
sasl_getopt_t *getopt;
|
||||
|
||||
/* allocation functions: */
|
||||
sasl_malloc_t *malloc;
|
||||
sasl_calloc_t *calloc;
|
||||
sasl_realloc_t *realloc;
|
||||
sasl_free_t *free;
|
||||
|
||||
/* mutex functions: */
|
||||
sasl_mutex_alloc_t *mutex_alloc;
|
||||
sasl_mutex_lock_t *mutex_lock;
|
||||
sasl_mutex_unlock_t *mutex_unlock;
|
||||
sasl_mutex_free_t *mutex_free;
|
||||
|
||||
/* MD5 hash and HMAC functions */
|
||||
void (*MD5Init)(MD5_CTX *);
|
||||
void (*MD5Update)(MD5_CTX *, const unsigned char *text, unsigned int len);
|
||||
void (*MD5Final)(unsigned char [16], MD5_CTX *);
|
||||
void (*hmac_md5)(const unsigned char *text, int text_len,
|
||||
const unsigned char *key, int key_len,
|
||||
unsigned char [16]);
|
||||
void (*hmac_md5_init)(HMAC_MD5_CTX *, const unsigned char *key, int len);
|
||||
/* hmac_md5_update() is just a call to MD5Update on inner context */
|
||||
void (*hmac_md5_final)(unsigned char [16], HMAC_MD5_CTX *);
|
||||
void (*hmac_md5_precalc)(HMAC_MD5_STATE *,
|
||||
const unsigned char *key, int len);
|
||||
void (*hmac_md5_import)(HMAC_MD5_CTX *, HMAC_MD5_STATE *);
|
||||
|
||||
/* mechanism utility functions (same as above): */
|
||||
int (*mkchal)(sasl_conn_t *conn, char *buf, unsigned maxlen,
|
||||
unsigned hostflag);
|
||||
int (*utf8verify)(const char *str, unsigned len);
|
||||
void (*rand)(sasl_rand_t *rpool, char *buf, unsigned len);
|
||||
void (*churn)(sasl_rand_t *rpool, const char *data, unsigned len);
|
||||
|
||||
/* This allows recursive calls to the sasl_checkpass() routine from
|
||||
* within a SASL plug-in. This MUST NOT be used in the PLAIN mechanism
|
||||
* as sasl_checkpass MAY be a front-end for the PLAIN mechanism.
|
||||
* This is intended for use by the non-standard LOGIN mechanism and
|
||||
* potentially by a future mechanism which uses public-key technology to
|
||||
* set up a lightweight encryption layer just for sending a password.
|
||||
*/
|
||||
int (*checkpass)(sasl_conn_t *conn,
|
||||
const char *user, unsigned userlen,
|
||||
const char *pass, unsigned passlen);
|
||||
|
||||
/* Access to base64 encode/decode routines */
|
||||
int (*decode64)(const char *in, unsigned inlen,
|
||||
char *out, unsigned outmax, unsigned *outlen);
|
||||
int (*encode64)(const char *in, unsigned inlen,
|
||||
char *out, unsigned outmax, unsigned *outlen);
|
||||
|
||||
/* erase a buffer */
|
||||
void (*erasebuffer)(char *buf, unsigned len);
|
||||
|
||||
/* callback to sasl_getprop() and sasl_setprop() */
|
||||
int (*getprop)(sasl_conn_t *conn, int propnum, const void **pvalue);
|
||||
int (*setprop)(sasl_conn_t *conn, int propnum, const void *value);
|
||||
|
||||
/* callback function */
|
||||
sasl_getcallback_t *getcallback;
|
||||
|
||||
/* format a message and then pass it to the SASL_CB_LOG callback
|
||||
*
|
||||
* use syslog()-style formatting (printf with %m as a human readable text
|
||||
* (strerror()) for the error specified as the parameter).
|
||||
* The implementation may use a fixed size buffer not smaller
|
||||
* than 512 octets if it securely truncates the message.
|
||||
*
|
||||
* level is a SASL_LOG_* level (see sasl.h)
|
||||
*/
|
||||
void (*log)(sasl_conn_t *conn, int level, const char *fmt, ...);
|
||||
|
||||
/* callback to sasl_seterror() */
|
||||
void (*seterror)(sasl_conn_t *conn, unsigned flags, const char *fmt, ...);
|
||||
|
||||
/* spare function pointer */
|
||||
int *(*spare_fptr)();
|
||||
|
||||
/* auxiliary property utilities */
|
||||
struct propctx *(*prop_new)(unsigned estimate);
|
||||
int (*prop_dup)(struct propctx *src_ctx, struct propctx **dst_ctx);
|
||||
int (*prop_request)(struct propctx *ctx, const char **names);
|
||||
const struct propval *(*prop_get)(struct propctx *ctx);
|
||||
int (*prop_getnames)(struct propctx *ctx, const char **names,
|
||||
struct propval *vals);
|
||||
void (*prop_clear)(struct propctx *ctx, int requests);
|
||||
void (*prop_dispose)(struct propctx **ctx);
|
||||
int (*prop_format)(struct propctx *ctx, const char *sep, int seplen,
|
||||
char *outbuf, unsigned outmax, unsigned *outlen);
|
||||
int (*prop_set)(struct propctx *ctx, const char *name,
|
||||
const char *value, int vallen);
|
||||
int (*prop_setvals)(struct propctx *ctx, const char *name,
|
||||
const char **values);
|
||||
void (*prop_erase)(struct propctx *ctx, const char *name);
|
||||
int (*auxprop_store)(sasl_conn_t *conn,
|
||||
struct propctx *ctx, const char *user);
|
||||
|
||||
/* for additions which don't require a version upgrade; set to 0 */
|
||||
int (*spare_fptr1)();
|
||||
int (*spare_fptr2)();
|
||||
} sasl_utils_t;
|
||||
|
||||
/*
|
||||
* output parameters from SASL API
|
||||
*
|
||||
* created / destroyed by the glue code, though probably filled in
|
||||
* by a combination of the plugin, the glue code, and the canon_user callback.
|
||||
*
|
||||
*/
|
||||
typedef struct sasl_out_params {
|
||||
unsigned doneflag; /* exchange complete */
|
||||
|
||||
const char *user; /* canonicalized user name */
|
||||
const char *authid; /* canonicalized authentication id */
|
||||
|
||||
unsigned ulen; /* length of canonicalized user name */
|
||||
unsigned alen; /* length of canonicalized authid */
|
||||
|
||||
/* security layer information */
|
||||
unsigned maxoutbuf; /* Maximum buffer size, which will
|
||||
produce buffer no bigger than the
|
||||
negotiated SASL maximum buffer size */
|
||||
sasl_ssf_t mech_ssf; /* Should be set non-zero if negotiation of a
|
||||
* security layer was *attempted*, even if
|
||||
* the negotiation failed */
|
||||
void *encode_context;
|
||||
int (*encode)(void *context, const struct iovec *invec, unsigned numiov,
|
||||
const char **output, unsigned *outputlen);
|
||||
void *decode_context;
|
||||
int (*decode)(void *context, const char *input, unsigned inputlen,
|
||||
const char **output, unsigned *outputlen);
|
||||
|
||||
/* Pointer to delegated (client's) credentials, if supported by
|
||||
the SASL mechanism */
|
||||
void *client_creds;
|
||||
|
||||
/* for additions which don't require a version upgrade; set to 0 */
|
||||
void *spare_ptr2;
|
||||
void *spare_ptr3;
|
||||
void *spare_ptr4;
|
||||
int (*spare_fptr1)();
|
||||
int (*spare_fptr2)();
|
||||
int spare_int1;
|
||||
int spare_int2;
|
||||
int spare_int3;
|
||||
int spare_int4;
|
||||
|
||||
/* set to 0 initially, this allows a plugin with extended parameters
|
||||
* to work with an older framework by updating version as parameters
|
||||
* are added.
|
||||
*/
|
||||
int param_version;
|
||||
} sasl_out_params_t;
|
||||
|
||||
|
||||
|
||||
/* Used by both client and server side plugins */
|
||||
typedef enum {
|
||||
SASL_INFO_LIST_START = 0,
|
||||
SASL_INFO_LIST_MECH,
|
||||
SASL_INFO_LIST_END
|
||||
} sasl_info_callback_stage_t;
|
||||
|
||||
|
||||
|
||||
/******************************
|
||||
* Client Mechanism Functions *
|
||||
******************************/
|
||||
|
||||
/*
|
||||
* input parameters to client SASL plugin
|
||||
*
|
||||
* created / destroyed by the glue code
|
||||
*
|
||||
*/
|
||||
typedef struct sasl_client_params {
|
||||
const char *service; /* service name */
|
||||
const char *serverFQDN; /* server fully qualified domain name */
|
||||
const char *clientFQDN; /* client's fully qualified domain name */
|
||||
const sasl_utils_t *utils; /* SASL API utility routines --
|
||||
* for a particular sasl_conn_t,
|
||||
* MUST remain valid until mech_free is
|
||||
* called */
|
||||
const sasl_callback_t *prompt_supp; /* client callback list */
|
||||
const char *iplocalport; /* server IP domain literal & port */
|
||||
const char *ipremoteport; /* client IP domain literal & port */
|
||||
|
||||
unsigned servicelen; /* length of service */
|
||||
unsigned slen; /* length of serverFQDN */
|
||||
unsigned clen; /* length of clientFQDN */
|
||||
unsigned iploclen; /* length of iplocalport */
|
||||
unsigned ipremlen; /* length of ipremoteport */
|
||||
|
||||
/* application's security requirements & info */
|
||||
sasl_security_properties_t props;
|
||||
sasl_ssf_t external_ssf; /* external SSF active */
|
||||
|
||||
/* for additions which don't require a version upgrade; set to 0 */
|
||||
void *spare_ptr1;
|
||||
void *spare_ptr2;
|
||||
void *spare_ptr3;
|
||||
void *spare_ptr4;
|
||||
|
||||
/* Canonicalize a user name from on-wire to internal format
|
||||
* added rjs3 2001-05-23
|
||||
* Must be called once user name aquired if canon_user is non-NULL.
|
||||
* conn connection context
|
||||
* in user name from wire protocol (need not be NUL terminated)
|
||||
* len length of user name from wire protocol (0 = strlen(user))
|
||||
* flags for SASL_CU_* flags
|
||||
* oparams the user, authid, ulen, alen, fields are
|
||||
* set appropriately after canonicalization/copying and
|
||||
* authorization of arguments
|
||||
*
|
||||
* responsible for setting user, ulen, authid, and alen in the oparams
|
||||
* structure
|
||||
*
|
||||
* default behavior is to strip leading and trailing whitespace, as
|
||||
* well as allocating space for and copying the parameters.
|
||||
*
|
||||
* results:
|
||||
* SASL_OK -- success
|
||||
* SASL_NOMEM -- out of memory
|
||||
* SASL_BADPARAM -- invalid conn
|
||||
* SASL_BADPROT -- invalid user/authid
|
||||
*/
|
||||
int (*canon_user)(sasl_conn_t *conn,
|
||||
const char *in, unsigned len,
|
||||
unsigned flags,
|
||||
sasl_out_params_t *oparams);
|
||||
|
||||
int (*spare_fptr1)();
|
||||
|
||||
int spare_int1;
|
||||
int spare_int2;
|
||||
int spare_int3;
|
||||
|
||||
/* flags field as passed to sasl_client_new */
|
||||
unsigned flags;
|
||||
|
||||
/* set to 0 initially, this allows a plugin with extended parameters
|
||||
* to work with an older framework by updating version as parameters
|
||||
* are added.
|
||||
*/
|
||||
int param_version;
|
||||
} sasl_client_params_t;
|
||||
|
||||
/* features shared between client and server */
|
||||
/* These allow the glue code to handle client-first and server-last issues */
|
||||
|
||||
/* This indicates that the mechanism prefers to do client-send-first
|
||||
* if the protocol allows it. */
|
||||
#define SASL_FEAT_WANT_CLIENT_FIRST 0x0002
|
||||
|
||||
/* This feature is deprecated, instead, plugins should set *serverout to
|
||||
* non-NULL and return SASL_OK intelligently to allow flexible use of
|
||||
* server-last semantics */
|
||||
/* #define SASL_FEAT_WANT_SERVER_LAST 0x0004 */
|
||||
|
||||
/* This feature is deprecated, instead plugins should correctly set
|
||||
* SASL_FEAT_SERVER_FIRST as needed */
|
||||
/* #define SASL_FEAT_INTERNAL_CLIENT_FIRST 0x0008 */
|
||||
|
||||
/* This indicates that the plugin is server-first only.
|
||||
* Not defining either of SASL_FEAT_SERVER_FIRST or
|
||||
* SASL_FEAT_WANT_CLIENT_FIRST indicates that the mechanism will take care
|
||||
* of the client-first situation internally.
|
||||
*/
|
||||
#define SASL_FEAT_SERVER_FIRST 0x0010
|
||||
|
||||
/* This plugin allows proxying */
|
||||
#define SASL_FEAT_ALLOWS_PROXY 0x0020
|
||||
|
||||
/* client plug-in features */
|
||||
#define SASL_FEAT_NEEDSERVERFQDN 0x0001
|
||||
|
||||
/* a C object for a client mechanism
|
||||
*/
|
||||
typedef struct sasl_client_plug {
|
||||
/* mechanism name */
|
||||
const char *mech_name;
|
||||
|
||||
/* best mech additional security layer strength factor */
|
||||
sasl_ssf_t max_ssf;
|
||||
|
||||
/* best security flags, as defined in sasl_security_properties_t */
|
||||
unsigned security_flags;
|
||||
|
||||
/* features of plugin */
|
||||
unsigned features;
|
||||
|
||||
/* required prompt ids, NULL = user/pass only */
|
||||
const unsigned long *required_prompts;
|
||||
|
||||
/* global state for mechanism */
|
||||
void *glob_context;
|
||||
|
||||
/* create context for mechanism, using params supplied
|
||||
* glob_context -- from above
|
||||
* params -- params from sasl_client_new
|
||||
* conn_context -- context for one connection
|
||||
* returns:
|
||||
* SASL_OK -- success
|
||||
* SASL_NOMEM -- not enough memory
|
||||
* SASL_WRONGMECH -- mech doesn't support security params
|
||||
*/
|
||||
int (*mech_new)(void *glob_context,
|
||||
sasl_client_params_t *cparams,
|
||||
void **conn_context);
|
||||
|
||||
/* perform one step of exchange. NULL is passed for serverin on
|
||||
* first step.
|
||||
* returns:
|
||||
* SASL_OK -- success
|
||||
* SASL_INTERACT -- user interaction needed to fill in prompts
|
||||
* SASL_BADPROT -- server protocol incorrect/cancelled
|
||||
* SASL_BADSERV -- server failed mutual auth
|
||||
*/
|
||||
int (*mech_step)(void *conn_context,
|
||||
sasl_client_params_t *cparams,
|
||||
const char *serverin,
|
||||
unsigned serverinlen,
|
||||
sasl_interact_t **prompt_need,
|
||||
const char **clientout,
|
||||
unsigned *clientoutlen,
|
||||
sasl_out_params_t *oparams);
|
||||
|
||||
/* dispose of connection context from mech_new
|
||||
*/
|
||||
void (*mech_dispose)(void *conn_context, const sasl_utils_t *utils);
|
||||
|
||||
/* free all global space used by mechanism
|
||||
* mech_dispose must be called on all mechanisms first
|
||||
*/
|
||||
void (*mech_free)(void *glob_context, const sasl_utils_t *utils);
|
||||
|
||||
/* perform precalculations during a network round-trip
|
||||
* or idle period. conn_context may be NULL
|
||||
* returns 1 if action taken, 0 if no action taken
|
||||
*/
|
||||
int (*idle)(void *glob_context,
|
||||
void *conn_context,
|
||||
sasl_client_params_t *cparams);
|
||||
|
||||
/* for additions which don't require a version upgrade; set to 0 */
|
||||
int (*spare_fptr1)();
|
||||
int (*spare_fptr2)();
|
||||
} sasl_client_plug_t;
|
||||
|
||||
#define SASL_CLIENT_PLUG_VERSION 4
|
||||
|
||||
/* plug-in entry point:
|
||||
* utils -- utility callback functions
|
||||
* max_version -- highest client plug version supported
|
||||
* returns:
|
||||
* out_version -- client plug version of result
|
||||
* pluglist -- list of mechanism plug-ins
|
||||
* plugcount -- number of mechanism plug-ins
|
||||
* results:
|
||||
* SASL_OK -- success
|
||||
* SASL_NOMEM -- failure
|
||||
* SASL_BADVERS -- max_version too small
|
||||
* SASL_BADPARAM -- bad config string
|
||||
* ...
|
||||
*/
|
||||
typedef int sasl_client_plug_init_t(const sasl_utils_t *utils,
|
||||
int max_version,
|
||||
int *out_version,
|
||||
sasl_client_plug_t **pluglist,
|
||||
int *plugcount);
|
||||
|
||||
|
||||
/* add a client plug-in
|
||||
*/
|
||||
LIBSASL_API int sasl_client_add_plugin(const char *plugname,
|
||||
sasl_client_plug_init_t *cplugfunc);
|
||||
|
||||
typedef struct client_sasl_mechanism
|
||||
{
|
||||
int version;
|
||||
|
||||
char *plugname;
|
||||
const sasl_client_plug_t *plug;
|
||||
} client_sasl_mechanism_t;
|
||||
|
||||
typedef void sasl_client_info_callback_t (client_sasl_mechanism_t *m,
|
||||
sasl_info_callback_stage_t stage,
|
||||
void *rock);
|
||||
|
||||
/* Dump information about available client plugins */
|
||||
LIBSASL_API int sasl_client_plugin_info (const char *mech_list,
|
||||
sasl_client_info_callback_t *info_cb,
|
||||
void *info_cb_rock);
|
||||
|
||||
|
||||
/********************
|
||||
* Server Functions *
|
||||
********************/
|
||||
|
||||
/* log message formatting routine */
|
||||
typedef void sasl_logmsg_p(sasl_conn_t *conn, const char *fmt, ...);
|
||||
|
||||
/*
|
||||
* input parameters to server SASL plugin
|
||||
*
|
||||
* created / destroyed by the glue code
|
||||
*
|
||||
*/
|
||||
typedef struct sasl_server_params {
|
||||
const char *service; /* NULL = default service for user_exists
|
||||
and setpass */
|
||||
const char *appname; /* name of calling application */
|
||||
const char *serverFQDN; /* server default fully qualified domain name
|
||||
* (e.g., gethostname) */
|
||||
const char *user_realm; /* realm for user (NULL = client supplied) */
|
||||
const char *iplocalport; /* server IP domain literal & port */
|
||||
const char *ipremoteport; /* client IP domain literal & port */
|
||||
|
||||
unsigned servicelen; /* length of service */
|
||||
unsigned applen; /* length of appname */
|
||||
unsigned slen; /* length of serverFQDN */
|
||||
unsigned urlen; /* length of user_realm */
|
||||
unsigned iploclen; /* length of iplocalport */
|
||||
unsigned ipremlen; /* length of ipremoteport */
|
||||
|
||||
/* This indicates the level of logging desired. See SASL_LOG_*
|
||||
* in sasl.h
|
||||
*
|
||||
* Plug-ins can ignore this and just pass their desired level to
|
||||
* the log callback. This is primarily used to eliminate logging which
|
||||
* might be a performance problem (e.g., full protocol trace) and
|
||||
* to select between SASL_LOG_TRACE and SASL_LOG_PASS alternatives
|
||||
*/
|
||||
int log_level;
|
||||
|
||||
const sasl_utils_t *utils; /* SASL API utility routines --
|
||||
* for a particular sasl_conn_t,
|
||||
* MUST remain valid until mech_free is
|
||||
* called */
|
||||
const sasl_callback_t *callbacks; /* Callbacks from application */
|
||||
|
||||
/* application's security requirements */
|
||||
sasl_security_properties_t props;
|
||||
sasl_ssf_t external_ssf; /* external SSF active */
|
||||
|
||||
/* Pointer to the function which takes the plaintext passphrase and
|
||||
* transitions a user to non-plaintext mechanisms via setpass calls.
|
||||
* (NULL = auto transition not enabled/supported)
|
||||
*
|
||||
* If passlen is 0, it defaults to strlen(pass).
|
||||
* returns 0 if no entry added, 1 if entry added
|
||||
*/
|
||||
int (*transition)(sasl_conn_t *conn, const char *pass, unsigned passlen);
|
||||
|
||||
/* Canonicalize a user name from on-wire to internal format
|
||||
* added cjn 1999-09-21
|
||||
* Must be called once user name acquired if canon_user is non-NULL.
|
||||
* conn connection context
|
||||
* user user name from wire protocol (need not be NUL terminated)
|
||||
* ulen length of user name from wire protocol (0 = strlen(user))
|
||||
* flags for SASL_CU_* flags
|
||||
* oparams the user, authid, ulen, alen, fields are
|
||||
* set appropriately after canonicalization/copying and
|
||||
* authorization of arguments
|
||||
*
|
||||
* responsible for setting user, ulen, authid, and alen in the oparams
|
||||
* structure
|
||||
*
|
||||
* default behavior is to strip leading and trailing whitespace, as
|
||||
* well as allocating space for and copying the parameters.
|
||||
*
|
||||
* results:
|
||||
* SASL_OK -- success
|
||||
* SASL_NOMEM -- out of memory
|
||||
* SASL_BADPARAM -- invalid conn
|
||||
* SASL_BADPROT -- invalid user/authid
|
||||
*/
|
||||
int (*canon_user)(sasl_conn_t *conn,
|
||||
const char *user, unsigned ulen,
|
||||
unsigned flags,
|
||||
sasl_out_params_t *oparams);
|
||||
|
||||
/* auxiliary property context (see definitions in prop.h)
|
||||
* added cjn 2000-01-30
|
||||
*
|
||||
* NOTE: these properties are the ones associated with the
|
||||
* canonicalized "user" (user to login as / authorization id), not
|
||||
* the "authid" (user whose credentials are used / authentication id)
|
||||
* Prefix the property name with a "*" if a property associated with
|
||||
* the "authid" is interesting.
|
||||
*/
|
||||
struct propctx *propctx;
|
||||
|
||||
/* for additions which don't require a version upgrade; set to 0 */
|
||||
void *spare_ptr1;
|
||||
void *spare_ptr2;
|
||||
void *spare_ptr3;
|
||||
void *spare_ptr4;
|
||||
int (*spare_fptr1)();
|
||||
int (*spare_fptr2)();
|
||||
int spare_int1;
|
||||
int spare_int2;
|
||||
int spare_int3;
|
||||
|
||||
/* flags field as passed to sasl_server_new */
|
||||
unsigned flags;
|
||||
|
||||
/* set to 0 initially, this allows a plugin with extended parameters
|
||||
* to work with an older framework by updating version as parameters
|
||||
* are added.
|
||||
*/
|
||||
int param_version;
|
||||
} sasl_server_params_t;
|
||||
|
||||
/* logging levels (more levels may be added later, if necessary):
|
||||
*/
|
||||
#define SASL_LOG_NONE 0 /* don't log anything */
|
||||
#define SASL_LOG_ERR 1 /* log unusual errors (default) */
|
||||
#define SASL_LOG_FAIL 2 /* log all authentication failures */
|
||||
#define SASL_LOG_WARN 3 /* log non-fatal warnings */
|
||||
#define SASL_LOG_NOTE 4 /* more verbose than LOG_WARN */
|
||||
#define SASL_LOG_DEBUG 5 /* more verbose than LOG_NOTE */
|
||||
#define SASL_LOG_TRACE 6 /* traces of internal protocols */
|
||||
#define SASL_LOG_PASS 7 /* traces of internal protocols, including
|
||||
* passwords */
|
||||
|
||||
/* additional flags for setpass() function below:
|
||||
*/
|
||||
/* SASL_SET_CREATE create user if pass non-NULL */
|
||||
/* SASL_SET_DISABLE disable user */
|
||||
#define SASL_SET_REMOVE SASL_SET_CREATE /* remove user if pass is NULL */
|
||||
|
||||
/* features for server plug-in
|
||||
*/
|
||||
#define SASL_FEAT_SERVICE 0x0200 /* service-specific passwords supported */
|
||||
#define SASL_FEAT_GETSECRET 0x0400 /* sasl_server_{get,put}secret_t callbacks
|
||||
* required by plug-in */
|
||||
|
||||
/* a C object for a server mechanism
|
||||
*/
|
||||
typedef struct sasl_server_plug {
|
||||
/* mechanism name */
|
||||
const char *mech_name;
|
||||
|
||||
/* best mech additional security layer strength factor */
|
||||
sasl_ssf_t max_ssf;
|
||||
|
||||
/* best security flags, as defined in sasl_security_properties_t */
|
||||
unsigned security_flags;
|
||||
|
||||
/* features of plugin */
|
||||
unsigned features;
|
||||
|
||||
/* global state for mechanism */
|
||||
void *glob_context;
|
||||
|
||||
/* create a new mechanism handler
|
||||
* glob_context -- global context
|
||||
* sparams -- server config params
|
||||
* challenge -- server challenge from previous instance or NULL
|
||||
* challen -- length of challenge from previous instance or 0
|
||||
* out:
|
||||
* conn_context -- connection context
|
||||
* errinfo -- error information
|
||||
*
|
||||
* returns:
|
||||
* SASL_OK -- successfully created mech instance
|
||||
* SASL_* -- any other server error code
|
||||
*/
|
||||
int (*mech_new)(void *glob_context,
|
||||
sasl_server_params_t *sparams,
|
||||
const char *challenge,
|
||||
unsigned challen,
|
||||
void **conn_context);
|
||||
|
||||
/* perform one step in exchange
|
||||
*
|
||||
* returns:
|
||||
* SASL_OK -- success, all done
|
||||
* SASL_CONTINUE -- success, one more round trip
|
||||
* SASL_* -- any other server error code
|
||||
*/
|
||||
int (*mech_step)(void *conn_context,
|
||||
sasl_server_params_t *sparams,
|
||||
const char *clientin,
|
||||
unsigned clientinlen,
|
||||
const char **serverout,
|
||||
unsigned *serveroutlen,
|
||||
sasl_out_params_t *oparams);
|
||||
|
||||
/* dispose of a connection state
|
||||
*/
|
||||
void (*mech_dispose)(void *conn_context, const sasl_utils_t *utils);
|
||||
|
||||
/* free global state for mechanism
|
||||
* mech_dispose must be called on all mechanisms first
|
||||
*/
|
||||
void (*mech_free)(void *glob_context, const sasl_utils_t *utils);
|
||||
|
||||
/* set a password (optional)
|
||||
* glob_context -- global context
|
||||
* sparams -- service, middleware utilities, etc. props ignored
|
||||
* user -- user name
|
||||
* pass -- password/passphrase (NULL = disable/remove/delete)
|
||||
* passlen -- length of password/passphrase
|
||||
* oldpass -- old password/passphrase (NULL = transition)
|
||||
* oldpasslen -- length of password/passphrase
|
||||
* flags -- see above
|
||||
*
|
||||
* returns:
|
||||
* SASL_NOCHANGE -- no change was needed
|
||||
* SASL_NOUSER -- no entry for user
|
||||
* SASL_NOVERIFY -- no mechanism compatible entry for user
|
||||
* SASL_PWLOCK -- password locked
|
||||
* SASL_DIABLED -- account disabled
|
||||
* etc.
|
||||
*/
|
||||
int (*setpass)(void *glob_context,
|
||||
sasl_server_params_t *sparams,
|
||||
const char *user,
|
||||
const char *pass, unsigned passlen,
|
||||
const char *oldpass, unsigned oldpasslen,
|
||||
unsigned flags);
|
||||
|
||||
/* query which mechanisms are available for user
|
||||
* glob_context -- context
|
||||
* sparams -- service, middleware utilities, etc. props ignored
|
||||
* user -- NUL terminated user name
|
||||
* maxmech -- max number of strings in mechlist (0 = no output)
|
||||
* output:
|
||||
* mechlist -- an array of C string pointers, filled in with
|
||||
* mechanism names available to the user
|
||||
*
|
||||
* returns:
|
||||
* SASL_OK -- success
|
||||
* SASL_NOMEM -- not enough memory
|
||||
* SASL_FAIL -- lower level failure
|
||||
* SASL_DISABLED -- account disabled
|
||||
* SASL_NOUSER -- user not found
|
||||
* SASL_BUFOVER -- maxmech is too small
|
||||
* SASL_NOVERIFY -- user found, but no mechanisms available
|
||||
*/
|
||||
int (*user_query)(void *glob_context,
|
||||
sasl_server_params_t *sparams,
|
||||
const char *user,
|
||||
int maxmech,
|
||||
const char **mechlist);
|
||||
|
||||
/* perform precalculations during a network round-trip
|
||||
* or idle period. conn_context may be NULL (optional)
|
||||
* returns 1 if action taken, 0 if no action taken
|
||||
*/
|
||||
int (*idle)(void *glob_context,
|
||||
void *conn_context,
|
||||
sasl_server_params_t *sparams);
|
||||
|
||||
/* check if mechanism is available
|
||||
* optional--if NULL, mechanism is available based on ENABLE= in config
|
||||
*
|
||||
* If this routine sets conn_context to a non-NULL value, then the call
|
||||
* to mech_new will be skipped. This should not be done unless
|
||||
* there's a significant performance benefit, since it can cause
|
||||
* additional memory allocation in SASL core code to keep track of
|
||||
* contexts potentially for multiple mechanisms.
|
||||
*
|
||||
* This is called by the first call to sasl_listmech() for a
|
||||
* given connection context, thus for a given protocol it may
|
||||
* never be called. Note that if mech_avail returns SASL_NOMECH,
|
||||
* then that mechanism is considered disabled for the remainder
|
||||
* of the session. If mech_avail returns SASL_NOTDONE, then a
|
||||
* future call to mech_avail may still return either SASL_OK
|
||||
* or SASL_NOMECH.
|
||||
*
|
||||
* returns SASL_OK on success,
|
||||
* SASL_NOTDONE if mech is not available now, but may be later
|
||||
* (e.g. EXTERNAL w/o auth_id)
|
||||
* SASL_NOMECH if mech disabled
|
||||
*/
|
||||
int (*mech_avail)(void *glob_context,
|
||||
sasl_server_params_t *sparams,
|
||||
void **conn_context);
|
||||
|
||||
/* for additions which don't require a version upgrade; set to 0 */
|
||||
int (*spare_fptr2)();
|
||||
} sasl_server_plug_t;
|
||||
|
||||
#define SASL_SERVER_PLUG_VERSION 4
|
||||
|
||||
/* plug-in entry point:
|
||||
* utils -- utility callback functions
|
||||
* plugname -- name of plug-in (may be NULL)
|
||||
* max_version -- highest server plug version supported
|
||||
* returns:
|
||||
* out_version -- server plug-in version of result
|
||||
* pluglist -- list of mechanism plug-ins
|
||||
* plugcount -- number of mechanism plug-ins
|
||||
* results:
|
||||
* SASL_OK -- success
|
||||
* SASL_NOMEM -- failure
|
||||
* SASL_BADVERS -- max_version too small
|
||||
* SASL_BADPARAM -- bad config string
|
||||
* ...
|
||||
*/
|
||||
typedef int sasl_server_plug_init_t(const sasl_utils_t *utils,
|
||||
int max_version,
|
||||
int *out_version,
|
||||
sasl_server_plug_t **pluglist,
|
||||
int *plugcount);
|
||||
|
||||
/*
|
||||
* add a server plug-in
|
||||
*/
|
||||
LIBSASL_API int sasl_server_add_plugin(const char *plugname,
|
||||
sasl_server_plug_init_t *splugfunc);
|
||||
|
||||
|
||||
typedef struct server_sasl_mechanism
|
||||
{
|
||||
int version;
|
||||
int condition; /* set to SASL_NOUSER if no available users;
|
||||
set to SASL_CONTINUE if delayed plugin loading */
|
||||
char *plugname; /* for AUTHSOURCE tracking */
|
||||
const sasl_server_plug_t *plug;
|
||||
char *f; /* where should i load the mechanism from? */
|
||||
} server_sasl_mechanism_t;
|
||||
|
||||
typedef void sasl_server_info_callback_t (server_sasl_mechanism_t *m,
|
||||
sasl_info_callback_stage_t stage,
|
||||
void *rock);
|
||||
|
||||
|
||||
/* Dump information about available server plugins (separate functions are
|
||||
used for canon and auxprop plugins) */
|
||||
LIBSASL_API int sasl_server_plugin_info (const char *mech_list,
|
||||
sasl_server_info_callback_t *info_cb,
|
||||
void *info_cb_rock);
|
||||
|
||||
|
||||
/*********************************************************
|
||||
* user canonicalization plug-in -- added cjn 1999-09-29 *
|
||||
*********************************************************/
|
||||
|
||||
typedef struct sasl_canonuser {
|
||||
/* optional features of plugin (set to 0) */
|
||||
int features;
|
||||
|
||||
/* spare integer (set to 0) */
|
||||
int spare_int1;
|
||||
|
||||
/* global state for plugin */
|
||||
void *glob_context;
|
||||
|
||||
/* name of plugin */
|
||||
char *name;
|
||||
|
||||
/* free global state for plugin */
|
||||
void (*canon_user_free)(void *glob_context, const sasl_utils_t *utils);
|
||||
|
||||
/* canonicalize a username
|
||||
* glob_context -- global context from this structure
|
||||
* sparams -- server params, note user_realm&propctx elements
|
||||
* user -- user to login as (may not be NUL terminated)
|
||||
* len -- length of user name (0 = strlen(user))
|
||||
* flags -- for SASL_CU_* flags
|
||||
* out -- buffer to copy user name
|
||||
* out_max -- max length of user name
|
||||
* out_len -- set to length of user name
|
||||
*
|
||||
* note that the output buffers MAY be the same as the input buffers.
|
||||
*
|
||||
* returns
|
||||
* SASL_OK on success
|
||||
* SASL_BADPROT username contains invalid character
|
||||
*/
|
||||
int (*canon_user_server)(void *glob_context,
|
||||
sasl_server_params_t *sparams,
|
||||
const char *user, unsigned len,
|
||||
unsigned flags,
|
||||
char *out,
|
||||
unsigned out_umax, unsigned *out_ulen);
|
||||
|
||||
int (*canon_user_client)(void *glob_context,
|
||||
sasl_client_params_t *cparams,
|
||||
const char *user, unsigned len,
|
||||
unsigned flags,
|
||||
char *out,
|
||||
unsigned out_max, unsigned *out_len);
|
||||
|
||||
/* for additions which don't require a version upgrade; set to 0 */
|
||||
int (*spare_fptr1)();
|
||||
int (*spare_fptr2)();
|
||||
int (*spare_fptr3)();
|
||||
} sasl_canonuser_plug_t;
|
||||
|
||||
#define SASL_CANONUSER_PLUG_VERSION 5
|
||||
|
||||
/* default name for canonuser plug-in entry point is "sasl_canonuser_init"
|
||||
* similar to sasl_server_plug_init model, except only returns one
|
||||
* sasl_canonuser_plug_t structure;
|
||||
*/
|
||||
typedef int sasl_canonuser_init_t(const sasl_utils_t *utils,
|
||||
int max_version,
|
||||
int *out_version,
|
||||
sasl_canonuser_plug_t **plug,
|
||||
const char *plugname);
|
||||
|
||||
/* add a canonuser plugin
|
||||
*/
|
||||
LIBSASL_API int sasl_canonuser_add_plugin(const char *plugname,
|
||||
sasl_canonuser_init_t *canonuserfunc);
|
||||
|
||||
/******************************************************
|
||||
* auxiliary property plug-in -- added cjn 1999-09-29 *
|
||||
******************************************************/
|
||||
|
||||
typedef struct sasl_auxprop_plug {
|
||||
/* optional features of plugin (none defined yet, set to 0) */
|
||||
int features;
|
||||
|
||||
/* spare integer, must be set to 0 */
|
||||
int spare_int1;
|
||||
|
||||
/* global state for plugin */
|
||||
void *glob_context;
|
||||
|
||||
/* free global state for plugin (OPTIONAL) */
|
||||
void (*auxprop_free)(void *glob_context, const sasl_utils_t *utils);
|
||||
|
||||
/* fill in fields of an auxiliary property context
|
||||
* last element in array has id of SASL_AUX_END
|
||||
* elements with non-0 len should be ignored.
|
||||
*/
|
||||
void (*auxprop_lookup)(void *glob_context,
|
||||
sasl_server_params_t *sparams,
|
||||
unsigned flags,
|
||||
const char *user, unsigned ulen);
|
||||
|
||||
/* name of the auxprop plugin */
|
||||
char *name;
|
||||
|
||||
/* store the fields/values of an auxiliary property context (OPTIONAL)
|
||||
*
|
||||
* if ctx is NULL, just check if storing properties is enabled
|
||||
*
|
||||
* returns
|
||||
* SASL_OK on success
|
||||
* SASL_FAIL on failure
|
||||
*/
|
||||
int (*auxprop_store)(void *glob_context,
|
||||
sasl_server_params_t *sparams,
|
||||
struct propctx *ctx,
|
||||
const char *user, unsigned ulen);
|
||||
} sasl_auxprop_plug_t;
|
||||
|
||||
/* auxprop lookup flags */
|
||||
#define SASL_AUXPROP_OVERRIDE 0x01 /* if clear, ignore auxiliary properties
|
||||
* with non-zero len field. If set,
|
||||
* override value of those properties */
|
||||
#define SASL_AUXPROP_AUTHZID 0x02 /* if clear, we are looking up the
|
||||
* authid flags (prefixed with *), otherwise
|
||||
* we are looking up the authzid flags
|
||||
* (no prefix) */
|
||||
|
||||
#define SASL_AUXPROP_PLUG_VERSION 4
|
||||
|
||||
/* default name for auxprop plug-in entry point is "sasl_auxprop_init"
|
||||
* similar to sasl_server_plug_init model, except only returns one
|
||||
* sasl_auxprop_plug_t structure;
|
||||
*/
|
||||
typedef int sasl_auxprop_init_t(const sasl_utils_t *utils,
|
||||
int max_version,
|
||||
int *out_version,
|
||||
sasl_auxprop_plug_t **plug,
|
||||
const char *plugname);
|
||||
|
||||
/* add an auxiliary property plug-in
|
||||
*/
|
||||
LIBSASL_API int sasl_auxprop_add_plugin(const char *plugname,
|
||||
sasl_auxprop_init_t *auxpropfunc);
|
||||
|
||||
typedef void auxprop_info_callback_t (sasl_auxprop_plug_t *m,
|
||||
sasl_info_callback_stage_t stage,
|
||||
void *rock);
|
||||
|
||||
/* Dump information about available auxprop plugins (separate functions are
|
||||
used for canon and server authentication plugins) */
|
||||
LIBSASL_API int auxprop_plugin_info (const char *mech_list,
|
||||
auxprop_info_callback_t *info_cb,
|
||||
void *info_cb_rock);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* SASLPLUG_H */
|
||||
@@ -1,92 +0,0 @@
|
||||
/* saslutil.h -- various utility functions in SASL library
|
||||
*/
|
||||
|
||||
#ifndef SASLUTIL_H
|
||||
#define SASLUTIL_H 1
|
||||
|
||||
#ifndef SASL_H
|
||||
#include "sasl.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* base64 decode
|
||||
* in -- input data
|
||||
* inlen -- length of input data
|
||||
* out -- output data (may be same as in, must have enough space)
|
||||
* outmax -- max size of output buffer
|
||||
* result:
|
||||
* outlen -- actual output length
|
||||
*
|
||||
* returns SASL_BADPROT on bad base64,
|
||||
* SASL_BUFOVER if result won't fit
|
||||
* SASL_OK on success
|
||||
*/
|
||||
LIBSASL_API int sasl_decode64(const char *in, unsigned inlen,
|
||||
char *out, unsigned outmax, unsigned *outlen);
|
||||
|
||||
/* base64 encode
|
||||
* in -- input data
|
||||
* inlen -- input data length
|
||||
* out -- output buffer (will be NUL terminated)
|
||||
* outmax -- max size of output buffer
|
||||
* result:
|
||||
* outlen -- gets actual length of output buffer (optional)
|
||||
*
|
||||
* Returns SASL_OK on success, SASL_BUFOVER if result won't fit
|
||||
*/
|
||||
LIBSASL_API int sasl_encode64(const char *in, unsigned inlen,
|
||||
char *out, unsigned outmax, unsigned *outlen);
|
||||
|
||||
/* make a challenge string (NUL terminated)
|
||||
* buf -- buffer for result
|
||||
* maxlen -- max length of result
|
||||
* hostflag -- 0 = don't include hostname, 1 = include hostname
|
||||
* returns final length or 0 if not enough space
|
||||
*/
|
||||
LIBSASL_API int sasl_mkchal(sasl_conn_t *conn, char *buf,
|
||||
unsigned maxlen, unsigned hostflag);
|
||||
|
||||
/* verify a string is valid UTF-8
|
||||
* if len == 0, strlen(str) will be used.
|
||||
* returns SASL_BADPROT on error, SASL_OK on success
|
||||
*/
|
||||
LIBSASL_API int sasl_utf8verify(const char *str, unsigned len);
|
||||
|
||||
/* create random pool seeded with OS-based params */
|
||||
LIBSASL_API int sasl_randcreate(sasl_rand_t **rpool);
|
||||
|
||||
/* free random pool from randcreate */
|
||||
LIBSASL_API void sasl_randfree(sasl_rand_t **rpool);
|
||||
|
||||
/* seed random number generator */
|
||||
LIBSASL_API void sasl_randseed(sasl_rand_t *rpool, const char *seed,
|
||||
unsigned len);
|
||||
|
||||
/* generate random octets */
|
||||
LIBSASL_API void sasl_rand(sasl_rand_t *rpool, char *buf, unsigned len);
|
||||
|
||||
/* churn data into random number generator */
|
||||
LIBSASL_API void sasl_churn(sasl_rand_t *rpool, const char *data,
|
||||
unsigned len);
|
||||
|
||||
/* erase a security sensitive buffer or password.
|
||||
* Implementation may use recovery-resistant erase logic.
|
||||
*/
|
||||
LIBSASL_API void sasl_erasebuffer(char *pass, unsigned len);
|
||||
|
||||
#ifdef WIN32
|
||||
/* Just in case a different DLL defines this as well */
|
||||
#if defined(NEED_GETOPT)
|
||||
LIBSASL_API int getopt(int argc, char **argv, char *optstring);
|
||||
#endif
|
||||
LIBSASL_API char * getpass(const char *prompt);
|
||||
#endif /* WIN32 */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* SASLUTIL_H */
|
||||
@@ -10,13 +10,13 @@ if __name__ == "__main__":
|
||||
projectpath = projectutils.expandArchive(os.path.abspath("OpenSourceProjects/"),"libetpan")
|
||||
os.chdir(projectpath)
|
||||
print "Building libetpan i386"
|
||||
os.system('env CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -I`pwd`/../include/" ./configure --disable-dependency-tracking --host i386')
|
||||
os.system('env CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386" ./configure --disable-dependency-tracking --host i386')
|
||||
os.system('make')
|
||||
os.system('mkdir i386')
|
||||
os.system('mv src/.libs/*.a i386')
|
||||
print "Building libetpan PPC"
|
||||
os.system('make clean')
|
||||
os.system('env CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -I`pwd`/../include/" ./configure --disable-dependency-tracking --host ppc')
|
||||
os.system('env CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch ppc" ./configure --disable-dependency-tracking --host ppc')
|
||||
os.system('make')
|
||||
os.system('mkdir ppc')
|
||||
os.system('mv src/.libs/*.a ppc')
|
||||
|
||||
Reference in New Issue
Block a user