Merge branch 'v4-0-test' into id10ts-registry
[samba.git] / source4 / lib / ldb / ldb_wrap.c
1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 1.3.33
4  * 
5  * This file is not intended to be easily readable and contains a number of 
6  * coding conventions designed to improve portability and efficiency. Do not make
7  * changes to this file unless you know what you are doing--modify the SWIG 
8  * interface file instead. 
9  * ----------------------------------------------------------------------------- */
10
11 #define SWIGPYTHON
12 #define SWIG_PYTHON_NO_BUILD_NONE
13 /* -----------------------------------------------------------------------------
14  *  This section contains generic SWIG labels for method/variable
15  *  declarations/attributes, and other compiler dependent labels.
16  * ----------------------------------------------------------------------------- */
17
18 /* template workaround for compilers that cannot correctly implement the C++ standard */
19 #ifndef SWIGTEMPLATEDISAMBIGUATOR
20 # if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x560)
21 #  define SWIGTEMPLATEDISAMBIGUATOR template
22 # elif defined(__HP_aCC)
23 /* Needed even with `aCC -AA' when `aCC -V' reports HP ANSI C++ B3910B A.03.55 */
24 /* If we find a maximum version that requires this, the test would be __HP_aCC <= 35500 for A.03.55 */
25 #  define SWIGTEMPLATEDISAMBIGUATOR template
26 # else
27 #  define SWIGTEMPLATEDISAMBIGUATOR
28 # endif
29 #endif
30
31 /* inline attribute */
32 #ifndef SWIGINLINE
33 # if defined(__cplusplus) || (defined(__GNUC__) && !defined(__STRICT_ANSI__))
34 #   define SWIGINLINE inline
35 # else
36 #   define SWIGINLINE
37 # endif
38 #endif
39
40 /* attribute recognised by some compilers to avoid 'unused' warnings */
41 #ifndef SWIGUNUSED
42 # if defined(__GNUC__)
43 #   if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
44 #     define SWIGUNUSED __attribute__ ((__unused__)) 
45 #   else
46 #     define SWIGUNUSED
47 #   endif
48 # elif defined(__ICC)
49 #   define SWIGUNUSED __attribute__ ((__unused__)) 
50 # else
51 #   define SWIGUNUSED 
52 # endif
53 #endif
54
55 #ifndef SWIGUNUSEDPARM
56 # ifdef __cplusplus
57 #   define SWIGUNUSEDPARM(p)
58 # else
59 #   define SWIGUNUSEDPARM(p) p SWIGUNUSED 
60 # endif
61 #endif
62
63 /* internal SWIG method */
64 #ifndef SWIGINTERN
65 # define SWIGINTERN static SWIGUNUSED
66 #endif
67
68 /* internal inline SWIG method */
69 #ifndef SWIGINTERNINLINE
70 # define SWIGINTERNINLINE SWIGINTERN SWIGINLINE
71 #endif
72
73 /* exporting methods */
74 #if (__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
75 #  ifndef GCC_HASCLASSVISIBILITY
76 #    define GCC_HASCLASSVISIBILITY
77 #  endif
78 #endif
79
80 #ifndef SWIGEXPORT
81 # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
82 #   if defined(STATIC_LINKED)
83 #     define SWIGEXPORT
84 #   else
85 #     define SWIGEXPORT __declspec(dllexport)
86 #   endif
87 # else
88 #   if defined(__GNUC__) && defined(GCC_HASCLASSVISIBILITY)
89 #     define SWIGEXPORT __attribute__ ((visibility("default")))
90 #   else
91 #     define SWIGEXPORT
92 #   endif
93 # endif
94 #endif
95
96 /* calling conventions for Windows */
97 #ifndef SWIGSTDCALL
98 # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
99 #   define SWIGSTDCALL __stdcall
100 # else
101 #   define SWIGSTDCALL
102 # endif 
103 #endif
104
105 /* Deal with Microsoft's attempt at deprecating C standard runtime functions */
106 #if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
107 # define _CRT_SECURE_NO_DEPRECATE
108 #endif
109
110 /* Deal with Microsoft's attempt at deprecating methods in the standard C++ library */
111 #if !defined(SWIG_NO_SCL_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_SCL_SECURE_NO_DEPRECATE)
112 # define _SCL_SECURE_NO_DEPRECATE
113 #endif
114
115
116
117 /* Python.h has to appear first */
118 #include <Python.h>
119
120 /* -----------------------------------------------------------------------------
121  * swigrun.swg
122  *
123  * This file contains generic CAPI SWIG runtime support for pointer
124  * type checking.
125  * ----------------------------------------------------------------------------- */
126
127 /* This should only be incremented when either the layout of swig_type_info changes,
128    or for whatever reason, the runtime changes incompatibly */
129 #define SWIG_RUNTIME_VERSION "3"
130
131 /* define SWIG_TYPE_TABLE_NAME as "SWIG_TYPE_TABLE" */
132 #ifdef SWIG_TYPE_TABLE
133 # define SWIG_QUOTE_STRING(x) #x
134 # define SWIG_EXPAND_AND_QUOTE_STRING(x) SWIG_QUOTE_STRING(x)
135 # define SWIG_TYPE_TABLE_NAME SWIG_EXPAND_AND_QUOTE_STRING(SWIG_TYPE_TABLE)
136 #else
137 # define SWIG_TYPE_TABLE_NAME
138 #endif
139
140 /*
141   You can use the SWIGRUNTIME and SWIGRUNTIMEINLINE macros for
142   creating a static or dynamic library from the swig runtime code.
143   In 99.9% of the cases, swig just needs to declare them as 'static'.
144   
145   But only do this if is strictly necessary, ie, if you have problems
146   with your compiler or so.
147 */
148
149 #ifndef SWIGRUNTIME
150 # define SWIGRUNTIME SWIGINTERN
151 #endif
152
153 #ifndef SWIGRUNTIMEINLINE
154 # define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE
155 #endif
156
157 /*  Generic buffer size */
158 #ifndef SWIG_BUFFER_SIZE
159 # define SWIG_BUFFER_SIZE 1024
160 #endif
161
162 /* Flags for pointer conversions */
163 #define SWIG_POINTER_DISOWN        0x1
164
165 /* Flags for new pointer objects */
166 #define SWIG_POINTER_OWN           0x1
167
168
169 /* 
170    Flags/methods for returning states.
171    
172    The swig conversion methods, as ConvertPtr, return and integer 
173    that tells if the conversion was successful or not. And if not,
174    an error code can be returned (see swigerrors.swg for the codes).
175    
176    Use the following macros/flags to set or process the returning
177    states.
178    
179    In old swig versions, you usually write code as:
180
181      if (SWIG_ConvertPtr(obj,vptr,ty.flags) != -1) {
182        // success code
183      } else {
184        //fail code
185      }
186
187    Now you can be more explicit as:
188
189     int res = SWIG_ConvertPtr(obj,vptr,ty.flags);
190     if (SWIG_IsOK(res)) {
191       // success code
192     } else {
193       // fail code
194     }
195
196    that seems to be the same, but now you can also do
197
198     Type *ptr;
199     int res = SWIG_ConvertPtr(obj,(void **)(&ptr),ty.flags);
200     if (SWIG_IsOK(res)) {
201       // success code
202       if (SWIG_IsNewObj(res) {
203         ...
204         delete *ptr;
205       } else {
206         ...
207       }
208     } else {
209       // fail code
210     }
211     
212    I.e., now SWIG_ConvertPtr can return new objects and you can
213    identify the case and take care of the deallocation. Of course that
214    requires also to SWIG_ConvertPtr to return new result values, as
215
216       int SWIG_ConvertPtr(obj, ptr,...) {         
217         if (<obj is ok>) {                             
218           if (<need new object>) {                     
219             *ptr = <ptr to new allocated object>; 
220             return SWIG_NEWOBJ;                
221           } else {                                     
222             *ptr = <ptr to old object>;        
223             return SWIG_OLDOBJ;                
224           }                                    
225         } else {                                       
226           return SWIG_BADOBJ;                  
227         }                                              
228       }
229
230    Of course, returning the plain '0(success)/-1(fail)' still works, but you can be
231    more explicit by returning SWIG_BADOBJ, SWIG_ERROR or any of the
232    swig errors code.
233
234    Finally, if the SWIG_CASTRANK_MODE is enabled, the result code
235    allows to return the 'cast rank', for example, if you have this
236
237        int food(double)
238        int fooi(int);
239
240    and you call
241  
242       food(1)   // cast rank '1'  (1 -> 1.0)
243       fooi(1)   // cast rank '0'
244
245    just use the SWIG_AddCast()/SWIG_CheckState()
246
247
248  */
249 #define SWIG_OK                    (0) 
250 #define SWIG_ERROR                 (-1)
251 #define SWIG_IsOK(r)               (r >= 0)
252 #define SWIG_ArgError(r)           ((r != SWIG_ERROR) ? r : SWIG_TypeError)  
253
254 /* The CastRankLimit says how many bits are used for the cast rank */
255 #define SWIG_CASTRANKLIMIT         (1 << 8)
256 /* The NewMask denotes the object was created (using new/malloc) */
257 #define SWIG_NEWOBJMASK            (SWIG_CASTRANKLIMIT  << 1)
258 /* The TmpMask is for in/out typemaps that use temporal objects */
259 #define SWIG_TMPOBJMASK            (SWIG_NEWOBJMASK << 1)
260 /* Simple returning values */
261 #define SWIG_BADOBJ                (SWIG_ERROR)
262 #define SWIG_OLDOBJ                (SWIG_OK)
263 #define SWIG_NEWOBJ                (SWIG_OK | SWIG_NEWOBJMASK)
264 #define SWIG_TMPOBJ                (SWIG_OK | SWIG_TMPOBJMASK)
265 /* Check, add and del mask methods */
266 #define SWIG_AddNewMask(r)         (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
267 #define SWIG_DelNewMask(r)         (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
268 #define SWIG_IsNewObj(r)           (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
269 #define SWIG_AddTmpMask(r)         (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
270 #define SWIG_DelTmpMask(r)         (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
271 #define SWIG_IsTmpObj(r)           (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
272
273
274 /* Cast-Rank Mode */
275 #if defined(SWIG_CASTRANK_MODE)
276 #  ifndef SWIG_TypeRank
277 #    define SWIG_TypeRank             unsigned long
278 #  endif
279 #  ifndef SWIG_MAXCASTRANK            /* Default cast allowed */
280 #    define SWIG_MAXCASTRANK          (2)
281 #  endif
282 #  define SWIG_CASTRANKMASK          ((SWIG_CASTRANKLIMIT) -1)
283 #  define SWIG_CastRank(r)           (r & SWIG_CASTRANKMASK)
284 SWIGINTERNINLINE int SWIG_AddCast(int r) { 
285   return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR) : r;
286 }
287 SWIGINTERNINLINE int SWIG_CheckState(int r) { 
288   return SWIG_IsOK(r) ? SWIG_CastRank(r) + 1 : 0; 
289 }
290 #else /* no cast-rank mode */
291 #  define SWIG_AddCast
292 #  define SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0)
293 #endif
294
295
296
297
298 #include <string.h>
299
300 #ifdef __cplusplus
301 extern "C" {
302 #endif
303
304 typedef void *(*swig_converter_func)(void *);
305 typedef struct swig_type_info *(*swig_dycast_func)(void **);
306
307 /* Structure to store inforomation on one type */
308 typedef struct swig_type_info {
309   const char             *name;                 /* mangled name of this type */
310   const char             *str;                  /* human readable name of this type */
311   swig_dycast_func        dcast;                /* dynamic cast function down a hierarchy */
312   struct swig_cast_info  *cast;                 /* linked list of types that can cast into this type */
313   void                   *clientdata;           /* language specific type data */
314   int                    owndata;               /* flag if the structure owns the clientdata */
315 } swig_type_info;
316
317 /* Structure to store a type and conversion function used for casting */
318 typedef struct swig_cast_info {
319   swig_type_info         *type;                 /* pointer to type that is equivalent to this type */
320   swig_converter_func     converter;            /* function to cast the void pointers */
321   struct swig_cast_info  *next;                 /* pointer to next cast in linked list */
322   struct swig_cast_info  *prev;                 /* pointer to the previous cast */
323 } swig_cast_info;
324
325 /* Structure used to store module information
326  * Each module generates one structure like this, and the runtime collects
327  * all of these structures and stores them in a circularly linked list.*/
328 typedef struct swig_module_info {
329   swig_type_info         **types;               /* Array of pointers to swig_type_info structures that are in this module */
330   size_t                 size;                  /* Number of types in this module */
331   struct swig_module_info *next;                /* Pointer to next element in circularly linked list */
332   swig_type_info         **type_initial;        /* Array of initially generated type structures */
333   swig_cast_info         **cast_initial;        /* Array of initially generated casting structures */
334   void                    *clientdata;          /* Language specific module data */
335 } swig_module_info;
336
337 /* 
338   Compare two type names skipping the space characters, therefore
339   "char*" == "char *" and "Class<int>" == "Class<int >", etc.
340
341   Return 0 when the two name types are equivalent, as in
342   strncmp, but skipping ' '.
343 */
344 SWIGRUNTIME int
345 SWIG_TypeNameComp(const char *f1, const char *l1,
346                   const char *f2, const char *l2) {
347   for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) {
348     while ((*f1 == ' ') && (f1 != l1)) ++f1;
349     while ((*f2 == ' ') && (f2 != l2)) ++f2;
350     if (*f1 != *f2) return (*f1 > *f2) ? 1 : -1;
351   }
352   return (int)((l1 - f1) - (l2 - f2));
353 }
354
355 /*
356   Check type equivalence in a name list like <name1>|<name2>|...
357   Return 0 if not equal, 1 if equal
358 */
359 SWIGRUNTIME int
360 SWIG_TypeEquiv(const char *nb, const char *tb) {
361   int equiv = 0;
362   const char* te = tb + strlen(tb);
363   const char* ne = nb;
364   while (!equiv && *ne) {
365     for (nb = ne; *ne; ++ne) {
366       if (*ne == '|') break;
367     }
368     equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
369     if (*ne) ++ne;
370   }
371   return equiv;
372 }
373
374 /*
375   Check type equivalence in a name list like <name1>|<name2>|...
376   Return 0 if equal, -1 if nb < tb, 1 if nb > tb
377 */
378 SWIGRUNTIME int
379 SWIG_TypeCompare(const char *nb, const char *tb) {
380   int equiv = 0;
381   const char* te = tb + strlen(tb);
382   const char* ne = nb;
383   while (!equiv && *ne) {
384     for (nb = ne; *ne; ++ne) {
385       if (*ne == '|') break;
386     }
387     equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
388     if (*ne) ++ne;
389   }
390   return equiv;
391 }
392
393
394 /* think of this as a c++ template<> or a scheme macro */
395 #define SWIG_TypeCheck_Template(comparison, ty)         \
396   if (ty) {                                             \
397     swig_cast_info *iter = ty->cast;                    \
398     while (iter) {                                      \
399       if (comparison) {                                 \
400         if (iter == ty->cast) return iter;              \
401         /* Move iter to the top of the linked list */   \
402         iter->prev->next = iter->next;                  \
403         if (iter->next)                                 \
404           iter->next->prev = iter->prev;                \
405         iter->next = ty->cast;                          \
406         iter->prev = 0;                                 \
407         if (ty->cast) ty->cast->prev = iter;            \
408         ty->cast = iter;                                \
409         return iter;                                    \
410       }                                                 \
411       iter = iter->next;                                \
412     }                                                   \
413   }                                                     \
414   return 0
415
416 /*
417   Check the typename
418 */
419 SWIGRUNTIME swig_cast_info *
420 SWIG_TypeCheck(const char *c, swig_type_info *ty) {
421   SWIG_TypeCheck_Template(strcmp(iter->type->name, c) == 0, ty);
422 }
423
424 /* Same as previous function, except strcmp is replaced with a pointer comparison */
425 SWIGRUNTIME swig_cast_info *
426 SWIG_TypeCheckStruct(swig_type_info *from, swig_type_info *into) {
427   SWIG_TypeCheck_Template(iter->type == from, into);
428 }
429
430 /*
431   Cast a pointer up an inheritance hierarchy
432 */
433 SWIGRUNTIMEINLINE void *
434 SWIG_TypeCast(swig_cast_info *ty, void *ptr) {
435   return ((!ty) || (!ty->converter)) ? ptr : (*ty->converter)(ptr);
436 }
437
438 /* 
439    Dynamic pointer casting. Down an inheritance hierarchy
440 */
441 SWIGRUNTIME swig_type_info *
442 SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr) {
443   swig_type_info *lastty = ty;
444   if (!ty || !ty->dcast) return ty;
445   while (ty && (ty->dcast)) {
446     ty = (*ty->dcast)(ptr);
447     if (ty) lastty = ty;
448   }
449   return lastty;
450 }
451
452 /*
453   Return the name associated with this type
454 */
455 SWIGRUNTIMEINLINE const char *
456 SWIG_TypeName(const swig_type_info *ty) {
457   return ty->name;
458 }
459
460 /*
461   Return the pretty name associated with this type,
462   that is an unmangled type name in a form presentable to the user.
463 */
464 SWIGRUNTIME const char *
465 SWIG_TypePrettyName(const swig_type_info *type) {
466   /* The "str" field contains the equivalent pretty names of the
467      type, separated by vertical-bar characters.  We choose
468      to print the last name, as it is often (?) the most
469      specific. */
470   if (!type) return NULL;
471   if (type->str != NULL) {
472     const char *last_name = type->str;
473     const char *s;
474     for (s = type->str; *s; s++)
475       if (*s == '|') last_name = s+1;
476     return last_name;
477   }
478   else
479     return type->name;
480 }
481
482 /* 
483    Set the clientdata field for a type
484 */
485 SWIGRUNTIME void
486 SWIG_TypeClientData(swig_type_info *ti, void *clientdata) {
487   swig_cast_info *cast = ti->cast;
488   /* if (ti->clientdata == clientdata) return; */
489   ti->clientdata = clientdata;
490   
491   while (cast) {
492     if (!cast->converter) {
493       swig_type_info *tc = cast->type;
494       if (!tc->clientdata) {
495         SWIG_TypeClientData(tc, clientdata);
496       }
497     }    
498     cast = cast->next;
499   }
500 }
501 SWIGRUNTIME void
502 SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata) {
503   SWIG_TypeClientData(ti, clientdata);
504   ti->owndata = 1;
505 }
506   
507 /*
508   Search for a swig_type_info structure only by mangled name
509   Search is a O(log #types)
510   
511   We start searching at module start, and finish searching when start == end.  
512   Note: if start == end at the beginning of the function, we go all the way around
513   the circular list.
514 */
515 SWIGRUNTIME swig_type_info *
516 SWIG_MangledTypeQueryModule(swig_module_info *start, 
517                             swig_module_info *end, 
518                             const char *name) {
519   swig_module_info *iter = start;
520   do {
521     if (iter->size) {
522       register size_t l = 0;
523       register size_t r = iter->size - 1;
524       do {
525         /* since l+r >= 0, we can (>> 1) instead (/ 2) */
526         register size_t i = (l + r) >> 1; 
527         const char *iname = iter->types[i]->name;
528         if (iname) {
529           register int compare = strcmp(name, iname);
530           if (compare == 0) {       
531             return iter->types[i];
532           } else if (compare < 0) {
533             if (i) {
534               r = i - 1;
535             } else {
536               break;
537             }
538           } else if (compare > 0) {
539             l = i + 1;
540           }
541         } else {
542           break; /* should never happen */
543         }
544       } while (l <= r);
545     }
546     iter = iter->next;
547   } while (iter != end);
548   return 0;
549 }
550
551 /*
552   Search for a swig_type_info structure for either a mangled name or a human readable name.
553   It first searches the mangled names of the types, which is a O(log #types)
554   If a type is not found it then searches the human readable names, which is O(#types).
555   
556   We start searching at module start, and finish searching when start == end.  
557   Note: if start == end at the beginning of the function, we go all the way around
558   the circular list.
559 */
560 SWIGRUNTIME swig_type_info *
561 SWIG_TypeQueryModule(swig_module_info *start, 
562                      swig_module_info *end, 
563                      const char *name) {
564   /* STEP 1: Search the name field using binary search */
565   swig_type_info *ret = SWIG_MangledTypeQueryModule(start, end, name);
566   if (ret) {
567     return ret;
568   } else {
569     /* STEP 2: If the type hasn't been found, do a complete search
570        of the str field (the human readable name) */
571     swig_module_info *iter = start;
572     do {
573       register size_t i = 0;
574       for (; i < iter->size; ++i) {
575         if (iter->types[i]->str && (SWIG_TypeEquiv(iter->types[i]->str, name)))
576           return iter->types[i];
577       }
578       iter = iter->next;
579     } while (iter != end);
580   }
581   
582   /* neither found a match */
583   return 0;
584 }
585
586 /* 
587    Pack binary data into a string
588 */
589 SWIGRUNTIME char *
590 SWIG_PackData(char *c, void *ptr, size_t sz) {
591   static const char hex[17] = "0123456789abcdef";
592   register const unsigned char *u = (unsigned char *) ptr;
593   register const unsigned char *eu =  u + sz;
594   for (; u != eu; ++u) {
595     register unsigned char uu = *u;
596     *(c++) = hex[(uu & 0xf0) >> 4];
597     *(c++) = hex[uu & 0xf];
598   }
599   return c;
600 }
601
602 /* 
603    Unpack binary data from a string
604 */
605 SWIGRUNTIME const char *
606 SWIG_UnpackData(const char *c, void *ptr, size_t sz) {
607   register unsigned char *u = (unsigned char *) ptr;
608   register const unsigned char *eu = u + sz;
609   for (; u != eu; ++u) {
610     register char d = *(c++);
611     register unsigned char uu;
612     if ((d >= '0') && (d <= '9'))
613       uu = ((d - '0') << 4);
614     else if ((d >= 'a') && (d <= 'f'))
615       uu = ((d - ('a'-10)) << 4);
616     else 
617       return (char *) 0;
618     d = *(c++);
619     if ((d >= '0') && (d <= '9'))
620       uu |= (d - '0');
621     else if ((d >= 'a') && (d <= 'f'))
622       uu |= (d - ('a'-10));
623     else 
624       return (char *) 0;
625     *u = uu;
626   }
627   return c;
628 }
629
630 /* 
631    Pack 'void *' into a string buffer.
632 */
633 SWIGRUNTIME char *
634 SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz) {
635   char *r = buff;
636   if ((2*sizeof(void *) + 2) > bsz) return 0;
637   *(r++) = '_';
638   r = SWIG_PackData(r,&ptr,sizeof(void *));
639   if (strlen(name) + 1 > (bsz - (r - buff))) return 0;
640   strcpy(r,name);
641   return buff;
642 }
643
644 SWIGRUNTIME const char *
645 SWIG_UnpackVoidPtr(const char *c, void **ptr, const char *name) {
646   if (*c != '_') {
647     if (strcmp(c,"NULL") == 0) {
648       *ptr = (void *) 0;
649       return name;
650     } else {
651       return 0;
652     }
653   }
654   return SWIG_UnpackData(++c,ptr,sizeof(void *));
655 }
656
657 SWIGRUNTIME char *
658 SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz) {
659   char *r = buff;
660   size_t lname = (name ? strlen(name) : 0);
661   if ((2*sz + 2 + lname) > bsz) return 0;
662   *(r++) = '_';
663   r = SWIG_PackData(r,ptr,sz);
664   if (lname) {
665     strncpy(r,name,lname+1);
666   } else {
667     *r = 0;
668   }
669   return buff;
670 }
671
672 SWIGRUNTIME const char *
673 SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
674   if (*c != '_') {
675     if (strcmp(c,"NULL") == 0) {
676       memset(ptr,0,sz);
677       return name;
678     } else {
679       return 0;
680     }
681   }
682   return SWIG_UnpackData(++c,ptr,sz);
683 }
684
685 #ifdef __cplusplus
686 }
687 #endif
688
689 /*  Errors in SWIG */
690 #define  SWIG_UnknownError         -1 
691 #define  SWIG_IOError              -2 
692 #define  SWIG_RuntimeError         -3 
693 #define  SWIG_IndexError           -4 
694 #define  SWIG_TypeError            -5 
695 #define  SWIG_DivisionByZero       -6 
696 #define  SWIG_OverflowError        -7 
697 #define  SWIG_SyntaxError          -8 
698 #define  SWIG_ValueError           -9 
699 #define  SWIG_SystemError          -10
700 #define  SWIG_AttributeError       -11
701 #define  SWIG_MemoryError          -12 
702 #define  SWIG_NullReferenceError   -13
703
704
705
706
707 /* Add PyOS_snprintf for old Pythons */
708 #if PY_VERSION_HEX < 0x02020000
709 # if defined(_MSC_VER) || defined(__BORLANDC__) || defined(_WATCOM)
710 #  define PyOS_snprintf _snprintf
711 # else
712 #  define PyOS_snprintf snprintf
713 # endif
714 #endif
715
716 /* A crude PyString_FromFormat implementation for old Pythons */
717 #if PY_VERSION_HEX < 0x02020000
718
719 #ifndef SWIG_PYBUFFER_SIZE
720 # define SWIG_PYBUFFER_SIZE 1024
721 #endif
722
723 static PyObject *
724 PyString_FromFormat(const char *fmt, ...) {
725   va_list ap;
726   char buf[SWIG_PYBUFFER_SIZE * 2];
727   int res;
728   va_start(ap, fmt);
729   res = vsnprintf(buf, sizeof(buf), fmt, ap);
730   va_end(ap);
731   return (res < 0 || res >= (int)sizeof(buf)) ? 0 : PyString_FromString(buf);
732 }
733 #endif
734
735 /* Add PyObject_Del for old Pythons */
736 #if PY_VERSION_HEX < 0x01060000
737 # define PyObject_Del(op) PyMem_DEL((op))
738 #endif
739 #ifndef PyObject_DEL
740 # define PyObject_DEL PyObject_Del
741 #endif
742
743 /* A crude PyExc_StopIteration exception for old Pythons */
744 #if PY_VERSION_HEX < 0x02020000
745 # ifndef PyExc_StopIteration
746 #  define PyExc_StopIteration PyExc_RuntimeError
747 # endif
748 # ifndef PyObject_GenericGetAttr
749 #  define PyObject_GenericGetAttr 0
750 # endif
751 #endif
752 /* Py_NotImplemented is defined in 2.1 and up. */
753 #if PY_VERSION_HEX < 0x02010000
754 # ifndef Py_NotImplemented
755 #  define Py_NotImplemented PyExc_RuntimeError
756 # endif
757 #endif
758
759
760 /* A crude PyString_AsStringAndSize implementation for old Pythons */
761 #if PY_VERSION_HEX < 0x02010000
762 # ifndef PyString_AsStringAndSize
763 #  define PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s) : 0;}
764 # endif
765 #endif
766
767 /* PySequence_Size for old Pythons */
768 #if PY_VERSION_HEX < 0x02000000
769 # ifndef PySequence_Size
770 #  define PySequence_Size PySequence_Length
771 # endif
772 #endif
773
774
775 /* PyBool_FromLong for old Pythons */
776 #if PY_VERSION_HEX < 0x02030000
777 static
778 PyObject *PyBool_FromLong(long ok)
779 {
780   PyObject *result = ok ? Py_True : Py_False;
781   Py_INCREF(result);
782   return result;
783 }
784 #endif
785
786 /* Py_ssize_t for old Pythons */
787 /* This code is as recommended by: */
788 /* http://www.python.org/dev/peps/pep-0353/#conversion-guidelines */
789 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN)
790 typedef int Py_ssize_t;
791 # define PY_SSIZE_T_MAX INT_MAX
792 # define PY_SSIZE_T_MIN INT_MIN
793 #endif
794
795 /* -----------------------------------------------------------------------------
796  * error manipulation
797  * ----------------------------------------------------------------------------- */
798
799 SWIGRUNTIME PyObject*
800 SWIG_Python_ErrorType(int code) {
801   PyObject* type = 0;
802   switch(code) {
803   case SWIG_MemoryError:
804     type = PyExc_MemoryError;
805     break;
806   case SWIG_IOError:
807     type = PyExc_IOError;
808     break;
809   case SWIG_RuntimeError:
810     type = PyExc_RuntimeError;
811     break;
812   case SWIG_IndexError:
813     type = PyExc_IndexError;
814     break;
815   case SWIG_TypeError:
816     type = PyExc_TypeError;
817     break;
818   case SWIG_DivisionByZero:
819     type = PyExc_ZeroDivisionError;
820     break;
821   case SWIG_OverflowError:
822     type = PyExc_OverflowError;
823     break;
824   case SWIG_SyntaxError:
825     type = PyExc_SyntaxError;
826     break;
827   case SWIG_ValueError:
828     type = PyExc_ValueError;
829     break;
830   case SWIG_SystemError:
831     type = PyExc_SystemError;
832     break;
833   case SWIG_AttributeError:
834     type = PyExc_AttributeError;
835     break;
836   default:
837     type = PyExc_RuntimeError;
838   }
839   return type;
840 }
841
842
843 SWIGRUNTIME void
844 SWIG_Python_AddErrorMsg(const char* mesg)
845 {
846   PyObject *type = 0;
847   PyObject *value = 0;
848   PyObject *traceback = 0;
849
850   if (PyErr_Occurred()) PyErr_Fetch(&type, &value, &traceback);
851   if (value) {
852     PyObject *old_str = PyObject_Str(value);
853     PyErr_Clear();
854     Py_XINCREF(type);
855     PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg);
856     Py_DECREF(old_str);
857     Py_DECREF(value);
858   } else {
859     PyErr_Format(PyExc_RuntimeError, mesg);
860   }
861 }
862
863
864
865 #if defined(SWIG_PYTHON_NO_THREADS)
866 #  if defined(SWIG_PYTHON_THREADS)
867 #    undef SWIG_PYTHON_THREADS
868 #  endif
869 #endif
870 #if defined(SWIG_PYTHON_THREADS) /* Threading support is enabled */
871 #  if !defined(SWIG_PYTHON_USE_GIL) && !defined(SWIG_PYTHON_NO_USE_GIL)
872 #    if (PY_VERSION_HEX >= 0x02030000) /* For 2.3 or later, use the PyGILState calls */
873 #      define SWIG_PYTHON_USE_GIL
874 #    endif
875 #  endif
876 #  if defined(SWIG_PYTHON_USE_GIL) /* Use PyGILState threads calls */
877 #    ifndef SWIG_PYTHON_INITIALIZE_THREADS
878 #     define SWIG_PYTHON_INITIALIZE_THREADS  PyEval_InitThreads() 
879 #    endif
880 #    ifdef __cplusplus /* C++ code */
881        class SWIG_Python_Thread_Block {
882          bool status;
883          PyGILState_STATE state;
884        public:
885          void end() { if (status) { PyGILState_Release(state); status = false;} }
886          SWIG_Python_Thread_Block() : status(true), state(PyGILState_Ensure()) {}
887          ~SWIG_Python_Thread_Block() { end(); }
888        };
889        class SWIG_Python_Thread_Allow {
890          bool status;
891          PyThreadState *save;
892        public:
893          void end() { if (status) { PyEval_RestoreThread(save); status = false; }}
894          SWIG_Python_Thread_Allow() : status(true), save(PyEval_SaveThread()) {}
895          ~SWIG_Python_Thread_Allow() { end(); }
896        };
897 #      define SWIG_PYTHON_THREAD_BEGIN_BLOCK   SWIG_Python_Thread_Block _swig_thread_block
898 #      define SWIG_PYTHON_THREAD_END_BLOCK     _swig_thread_block.end()
899 #      define SWIG_PYTHON_THREAD_BEGIN_ALLOW   SWIG_Python_Thread_Allow _swig_thread_allow
900 #      define SWIG_PYTHON_THREAD_END_ALLOW     _swig_thread_allow.end()
901 #    else /* C code */
902 #      define SWIG_PYTHON_THREAD_BEGIN_BLOCK   PyGILState_STATE _swig_thread_block = PyGILState_Ensure()
903 #      define SWIG_PYTHON_THREAD_END_BLOCK     PyGILState_Release(_swig_thread_block)
904 #      define SWIG_PYTHON_THREAD_BEGIN_ALLOW   PyThreadState *_swig_thread_allow = PyEval_SaveThread()
905 #      define SWIG_PYTHON_THREAD_END_ALLOW     PyEval_RestoreThread(_swig_thread_allow)
906 #    endif
907 #  else /* Old thread way, not implemented, user must provide it */
908 #    if !defined(SWIG_PYTHON_INITIALIZE_THREADS)
909 #      define SWIG_PYTHON_INITIALIZE_THREADS
910 #    endif
911 #    if !defined(SWIG_PYTHON_THREAD_BEGIN_BLOCK)
912 #      define SWIG_PYTHON_THREAD_BEGIN_BLOCK
913 #    endif
914 #    if !defined(SWIG_PYTHON_THREAD_END_BLOCK)
915 #      define SWIG_PYTHON_THREAD_END_BLOCK
916 #    endif
917 #    if !defined(SWIG_PYTHON_THREAD_BEGIN_ALLOW)
918 #      define SWIG_PYTHON_THREAD_BEGIN_ALLOW
919 #    endif
920 #    if !defined(SWIG_PYTHON_THREAD_END_ALLOW)
921 #      define SWIG_PYTHON_THREAD_END_ALLOW
922 #    endif
923 #  endif
924 #else /* No thread support */
925 #  define SWIG_PYTHON_INITIALIZE_THREADS
926 #  define SWIG_PYTHON_THREAD_BEGIN_BLOCK
927 #  define SWIG_PYTHON_THREAD_END_BLOCK
928 #  define SWIG_PYTHON_THREAD_BEGIN_ALLOW
929 #  define SWIG_PYTHON_THREAD_END_ALLOW
930 #endif
931
932 /* -----------------------------------------------------------------------------
933  * Python API portion that goes into the runtime
934  * ----------------------------------------------------------------------------- */
935
936 #ifdef __cplusplus
937 extern "C" {
938 #if 0
939 } /* cc-mode */
940 #endif
941 #endif
942
943 /* -----------------------------------------------------------------------------
944  * Constant declarations
945  * ----------------------------------------------------------------------------- */
946
947 /* Constant Types */
948 #define SWIG_PY_POINTER 4
949 #define SWIG_PY_BINARY  5
950
951 /* Constant information structure */
952 typedef struct swig_const_info {
953   int type;
954   char *name;
955   long lvalue;
956   double dvalue;
957   void   *pvalue;
958   swig_type_info **ptype;
959 } swig_const_info;
960
961 #ifdef __cplusplus
962 #if 0
963 { /* cc-mode */
964 #endif
965 }
966 #endif
967
968
969 /* -----------------------------------------------------------------------------
970  * See the LICENSE file for information on copyright, usage and redistribution
971  * of SWIG, and the README file for authors - http://www.swig.org/release.html.
972  *
973  * pyrun.swg
974  *
975  * This file contains the runtime support for Python modules
976  * and includes code for managing global variables and pointer
977  * type checking.
978  *
979  * ----------------------------------------------------------------------------- */
980
981 /* Common SWIG API */
982
983 /* for raw pointers */
984 #define SWIG_Python_ConvertPtr(obj, pptr, type, flags)  SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
985 #define SWIG_ConvertPtr(obj, pptr, type, flags)         SWIG_Python_ConvertPtr(obj, pptr, type, flags)
986 #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own)  SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)
987 #define SWIG_NewPointerObj(ptr, type, flags)            SWIG_Python_NewPointerObj(ptr, type, flags)
988 #define SWIG_CheckImplicit(ty)                          SWIG_Python_CheckImplicit(ty) 
989 #define SWIG_AcquirePtr(ptr, src)                       SWIG_Python_AcquirePtr(ptr, src)
990 #define swig_owntype                                    int
991
992 /* for raw packed data */
993 #define SWIG_ConvertPacked(obj, ptr, sz, ty)            SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
994 #define SWIG_NewPackedObj(ptr, sz, type)                SWIG_Python_NewPackedObj(ptr, sz, type)
995
996 /* for class or struct pointers */
997 #define SWIG_ConvertInstance(obj, pptr, type, flags)    SWIG_ConvertPtr(obj, pptr, type, flags)
998 #define SWIG_NewInstanceObj(ptr, type, flags)           SWIG_NewPointerObj(ptr, type, flags)
999
1000 /* for C or C++ function pointers */
1001 #define SWIG_ConvertFunctionPtr(obj, pptr, type)        SWIG_Python_ConvertFunctionPtr(obj, pptr, type)
1002 #define SWIG_NewFunctionPtrObj(ptr, type)               SWIG_Python_NewPointerObj(ptr, type, 0)
1003
1004 /* for C++ member pointers, ie, member methods */
1005 #define SWIG_ConvertMember(obj, ptr, sz, ty)            SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
1006 #define SWIG_NewMemberObj(ptr, sz, type)                SWIG_Python_NewPackedObj(ptr, sz, type)
1007
1008
1009 /* Runtime API */
1010
1011 #define SWIG_GetModule(clientdata)                      SWIG_Python_GetModule()
1012 #define SWIG_SetModule(clientdata, pointer)             SWIG_Python_SetModule(pointer)
1013 #define SWIG_NewClientData(obj)                         PySwigClientData_New(obj)
1014
1015 #define SWIG_SetErrorObj                                SWIG_Python_SetErrorObj                            
1016 #define SWIG_SetErrorMsg                                SWIG_Python_SetErrorMsg                            
1017 #define SWIG_ErrorType(code)                            SWIG_Python_ErrorType(code)                        
1018 #define SWIG_Error(code, msg)                           SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg) 
1019 #define SWIG_fail                                       goto fail                                          
1020
1021
1022 /* Runtime API implementation */
1023
1024 /* Error manipulation */
1025
1026 SWIGINTERN void 
1027 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) {
1028   SWIG_PYTHON_THREAD_BEGIN_BLOCK; 
1029   PyErr_SetObject(errtype, obj);
1030   Py_DECREF(obj);
1031   SWIG_PYTHON_THREAD_END_BLOCK;
1032 }
1033
1034 SWIGINTERN void 
1035 SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) {
1036   SWIG_PYTHON_THREAD_BEGIN_BLOCK;
1037   PyErr_SetString(errtype, (char *) msg);
1038   SWIG_PYTHON_THREAD_END_BLOCK;
1039 }
1040
1041 #define SWIG_Python_Raise(obj, type, desc)  SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)
1042
1043 /* Set a constant value */
1044
1045 SWIGINTERN void
1046 SWIG_Python_SetConstant(PyObject *d, const char *name, PyObject *obj) {   
1047   PyDict_SetItemString(d, (char*) name, obj);
1048   Py_DECREF(obj);                            
1049 }
1050
1051 /* Append a value to the result obj */
1052
1053 SWIGINTERN PyObject*
1054 SWIG_Python_AppendOutput(PyObject* result, PyObject* obj) {
1055 #if !defined(SWIG_PYTHON_OUTPUT_TUPLE)
1056   if (!result) {
1057     result = obj;
1058   } else if (result == Py_None) {
1059     Py_DECREF(result);
1060     result = obj;
1061   } else {
1062     if (!PyList_Check(result)) {
1063       PyObject *o2 = result;
1064       result = PyList_New(1);
1065       PyList_SetItem(result, 0, o2);
1066     }
1067     PyList_Append(result,obj);
1068     Py_DECREF(obj);
1069   }
1070   return result;
1071 #else
1072   PyObject*   o2;
1073   PyObject*   o3;
1074   if (!result) {
1075     result = obj;
1076   } else if (result == Py_None) {
1077     Py_DECREF(result);
1078     result = obj;
1079   } else {
1080     if (!PyTuple_Check(result)) {
1081       o2 = result;
1082       result = PyTuple_New(1);
1083       PyTuple_SET_ITEM(result, 0, o2);
1084     }
1085     o3 = PyTuple_New(1);
1086     PyTuple_SET_ITEM(o3, 0, obj);
1087     o2 = result;
1088     result = PySequence_Concat(o2, o3);
1089     Py_DECREF(o2);
1090     Py_DECREF(o3);
1091   }
1092   return result;
1093 #endif
1094 }
1095
1096 /* Unpack the argument tuple */
1097
1098 SWIGINTERN int
1099 SWIG_Python_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs)
1100 {
1101   if (!args) {
1102     if (!min && !max) {
1103       return 1;
1104     } else {
1105       PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got none", 
1106                    name, (min == max ? "" : "at least "), (int)min);
1107       return 0;
1108     }
1109   }  
1110   if (!PyTuple_Check(args)) {
1111     PyErr_SetString(PyExc_SystemError, "UnpackTuple() argument list is not a tuple");
1112     return 0;
1113   } else {
1114     register Py_ssize_t l = PyTuple_GET_SIZE(args);
1115     if (l < min) {
1116       PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got %d", 
1117                    name, (min == max ? "" : "at least "), (int)min, (int)l);
1118       return 0;
1119     } else if (l > max) {
1120       PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got %d", 
1121                    name, (min == max ? "" : "at most "), (int)max, (int)l);
1122       return 0;
1123     } else {
1124       register int i;
1125       for (i = 0; i < l; ++i) {
1126         objs[i] = PyTuple_GET_ITEM(args, i);
1127       }
1128       for (; l < max; ++l) {
1129         objs[l] = 0;
1130       }
1131       return i + 1;
1132     }    
1133   }
1134 }
1135
1136 /* A functor is a function object with one single object argument */
1137 #if PY_VERSION_HEX >= 0x02020000
1138 #define SWIG_Python_CallFunctor(functor, obj)           PyObject_CallFunctionObjArgs(functor, obj, NULL);
1139 #else
1140 #define SWIG_Python_CallFunctor(functor, obj)           PyObject_CallFunction(functor, "O", obj);
1141 #endif
1142
1143 /*
1144   Helper for static pointer initialization for both C and C++ code, for example
1145   static PyObject *SWIG_STATIC_POINTER(MyVar) = NewSomething(...);
1146 */
1147 #ifdef __cplusplus
1148 #define SWIG_STATIC_POINTER(var)  var
1149 #else
1150 #define SWIG_STATIC_POINTER(var)  var = 0; if (!var) var
1151 #endif
1152
1153 /* -----------------------------------------------------------------------------
1154  * Pointer declarations
1155  * ----------------------------------------------------------------------------- */
1156
1157 /* Flags for new pointer objects */
1158 #define SWIG_POINTER_NOSHADOW       (SWIG_POINTER_OWN      << 1)
1159 #define SWIG_POINTER_NEW            (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)
1160
1161 #define SWIG_POINTER_IMPLICIT_CONV  (SWIG_POINTER_DISOWN   << 1)
1162
1163 #ifdef __cplusplus
1164 extern "C" {
1165 #if 0
1166 } /* cc-mode */
1167 #endif
1168 #endif
1169
1170 /*  How to access Py_None */
1171 #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
1172 #  ifndef SWIG_PYTHON_NO_BUILD_NONE
1173 #    ifndef SWIG_PYTHON_BUILD_NONE
1174 #      define SWIG_PYTHON_BUILD_NONE
1175 #    endif
1176 #  endif
1177 #endif
1178
1179 #ifdef SWIG_PYTHON_BUILD_NONE
1180 #  ifdef Py_None
1181 #   undef Py_None
1182 #   define Py_None SWIG_Py_None()
1183 #  endif
1184 SWIGRUNTIMEINLINE PyObject * 
1185 _SWIG_Py_None(void)
1186 {
1187   PyObject *none = Py_BuildValue((char*)"");
1188   Py_DECREF(none);
1189   return none;
1190 }
1191 SWIGRUNTIME PyObject * 
1192 SWIG_Py_None(void)
1193 {
1194   static PyObject *SWIG_STATIC_POINTER(none) = _SWIG_Py_None();
1195   return none;
1196 }
1197 #endif
1198
1199 /* The python void return value */
1200
1201 SWIGRUNTIMEINLINE PyObject * 
1202 SWIG_Py_Void(void)
1203 {
1204   PyObject *none = Py_None;
1205   Py_INCREF(none);
1206   return none;
1207 }
1208
1209 /* PySwigClientData */
1210
1211 typedef struct {
1212   PyObject *klass;
1213   PyObject *newraw;
1214   PyObject *newargs;
1215   PyObject *destroy;
1216   int delargs;
1217   int implicitconv;
1218 } PySwigClientData;
1219
1220 SWIGRUNTIMEINLINE int 
1221 SWIG_Python_CheckImplicit(swig_type_info *ty)
1222 {
1223   PySwigClientData *data = (PySwigClientData *)ty->clientdata;
1224   return data ? data->implicitconv : 0;
1225 }
1226
1227 SWIGRUNTIMEINLINE PyObject *
1228 SWIG_Python_ExceptionType(swig_type_info *desc) {
1229   PySwigClientData *data = desc ? (PySwigClientData *) desc->clientdata : 0;
1230   PyObject *klass = data ? data->klass : 0;
1231   return (klass ? klass : PyExc_RuntimeError);
1232 }
1233
1234
1235 SWIGRUNTIME PySwigClientData * 
1236 PySwigClientData_New(PyObject* obj)
1237 {
1238   if (!obj) {
1239     return 0;
1240   } else {
1241     PySwigClientData *data = (PySwigClientData *)malloc(sizeof(PySwigClientData));
1242     /* the klass element */
1243     data->klass = obj;
1244     Py_INCREF(data->klass);
1245     /* the newraw method and newargs arguments used to create a new raw instance */
1246     if (PyClass_Check(obj)) {
1247       data->newraw = 0;
1248       data->newargs = obj;
1249       Py_INCREF(obj);
1250     } else {
1251 #if (PY_VERSION_HEX < 0x02020000)
1252       data->newraw = 0;
1253 #else
1254       data->newraw = PyObject_GetAttrString(data->klass, (char *)"__new__");
1255 #endif
1256       if (data->newraw) {
1257         Py_INCREF(data->newraw);
1258         data->newargs = PyTuple_New(1);
1259         PyTuple_SetItem(data->newargs, 0, obj);
1260       } else {
1261         data->newargs = obj;
1262       }
1263       Py_INCREF(data->newargs);
1264     }
1265     /* the destroy method, aka as the C++ delete method */
1266     data->destroy = PyObject_GetAttrString(data->klass, (char *)"__swig_destroy__");
1267     if (PyErr_Occurred()) {
1268       PyErr_Clear();
1269       data->destroy = 0;
1270     }
1271     if (data->destroy) {
1272       int flags;
1273       Py_INCREF(data->destroy);
1274       flags = PyCFunction_GET_FLAGS(data->destroy);
1275 #ifdef METH_O
1276       data->delargs = !(flags & (METH_O));
1277 #else
1278       data->delargs = 0;
1279 #endif
1280     } else {
1281       data->delargs = 0;
1282     }
1283     data->implicitconv = 0;
1284     return data;
1285   }
1286 }
1287
1288 SWIGRUNTIME void 
1289 PySwigClientData_Del(PySwigClientData* data)
1290 {
1291   Py_XDECREF(data->newraw);
1292   Py_XDECREF(data->newargs);
1293   Py_XDECREF(data->destroy);
1294 }
1295
1296 /* =============== PySwigObject =====================*/
1297
1298 typedef struct {
1299   PyObject_HEAD
1300   void *ptr;
1301   swig_type_info *ty;
1302   int own;
1303   PyObject *next;
1304 } PySwigObject;
1305
1306 SWIGRUNTIME PyObject *
1307 PySwigObject_long(PySwigObject *v)
1308 {
1309   return PyLong_FromVoidPtr(v->ptr);
1310 }
1311
1312 SWIGRUNTIME PyObject *
1313 PySwigObject_format(const char* fmt, PySwigObject *v)
1314 {
1315   PyObject *res = NULL;
1316   PyObject *args = PyTuple_New(1);
1317   if (args) {
1318     if (PyTuple_SetItem(args, 0, PySwigObject_long(v)) == 0) {
1319       PyObject *ofmt = PyString_FromString(fmt);
1320       if (ofmt) {
1321         res = PyString_Format(ofmt,args);
1322         Py_DECREF(ofmt);
1323       }
1324       Py_DECREF(args);
1325     }
1326   }
1327   return res;
1328 }
1329
1330 SWIGRUNTIME PyObject *
1331 PySwigObject_oct(PySwigObject *v)
1332 {
1333   return PySwigObject_format("%o",v);
1334 }
1335
1336 SWIGRUNTIME PyObject *
1337 PySwigObject_hex(PySwigObject *v)
1338 {
1339   return PySwigObject_format("%x",v);
1340 }
1341
1342 SWIGRUNTIME PyObject *
1343 #ifdef METH_NOARGS
1344 PySwigObject_repr(PySwigObject *v)
1345 #else
1346 PySwigObject_repr(PySwigObject *v, PyObject *args)
1347 #endif
1348 {
1349   const char *name = SWIG_TypePrettyName(v->ty);
1350   PyObject *hex = PySwigObject_hex(v);    
1351   PyObject *repr = PyString_FromFormat("<Swig Object of type '%s' at 0x%s>", name, PyString_AsString(hex));
1352   Py_DECREF(hex);
1353   if (v->next) {
1354 #ifdef METH_NOARGS
1355     PyObject *nrep = PySwigObject_repr((PySwigObject *)v->next);
1356 #else
1357     PyObject *nrep = PySwigObject_repr((PySwigObject *)v->next, args);
1358 #endif
1359     PyString_ConcatAndDel(&repr,nrep);
1360   }
1361   return repr;  
1362 }
1363
1364 SWIGRUNTIME int
1365 PySwigObject_print(PySwigObject *v, FILE *fp, int SWIGUNUSEDPARM(flags))
1366 {
1367 #ifdef METH_NOARGS
1368   PyObject *repr = PySwigObject_repr(v);
1369 #else
1370   PyObject *repr = PySwigObject_repr(v, NULL);
1371 #endif
1372   if (repr) {
1373     fputs(PyString_AsString(repr), fp);
1374     Py_DECREF(repr);
1375     return 0; 
1376   } else {
1377     return 1; 
1378   }
1379 }
1380
1381 SWIGRUNTIME PyObject *
1382 PySwigObject_str(PySwigObject *v)
1383 {
1384   char result[SWIG_BUFFER_SIZE];
1385   return SWIG_PackVoidPtr(result, v->ptr, v->ty->name, sizeof(result)) ?
1386     PyString_FromString(result) : 0;
1387 }
1388
1389 SWIGRUNTIME int
1390 PySwigObject_compare(PySwigObject *v, PySwigObject *w)
1391 {
1392   void *i = v->ptr;
1393   void *j = w->ptr;
1394   return (i < j) ? -1 : ((i > j) ? 1 : 0);
1395 }
1396
1397 SWIGRUNTIME PyTypeObject* _PySwigObject_type(void);
1398
1399 SWIGRUNTIME PyTypeObject*
1400 PySwigObject_type(void) {
1401   static PyTypeObject *SWIG_STATIC_POINTER(type) = _PySwigObject_type();
1402   return type;
1403 }
1404
1405 SWIGRUNTIMEINLINE int
1406 PySwigObject_Check(PyObject *op) {
1407   return ((op)->ob_type == PySwigObject_type())
1408     || (strcmp((op)->ob_type->tp_name,"PySwigObject") == 0);
1409 }
1410
1411 SWIGRUNTIME PyObject *
1412 PySwigObject_New(void *ptr, swig_type_info *ty, int own);
1413
1414 SWIGRUNTIME void
1415 PySwigObject_dealloc(PyObject *v)
1416 {
1417   PySwigObject *sobj = (PySwigObject *) v;
1418   PyObject *next = sobj->next;
1419   if (sobj->own) {
1420     swig_type_info *ty = sobj->ty;
1421     PySwigClientData *data = ty ? (PySwigClientData *) ty->clientdata : 0;
1422     PyObject *destroy = data ? data->destroy : 0;
1423     if (destroy) {
1424       /* destroy is always a VARARGS method */
1425       PyObject *res;
1426       if (data->delargs) {
1427         /* we need to create a temporal object to carry the destroy operation */
1428         PyObject *tmp = PySwigObject_New(sobj->ptr, ty, 0);
1429         res = SWIG_Python_CallFunctor(destroy, tmp);
1430         Py_DECREF(tmp);
1431       } else {
1432         PyCFunction meth = PyCFunction_GET_FUNCTION(destroy);
1433         PyObject *mself = PyCFunction_GET_SELF(destroy);
1434         res = ((*meth)(mself, v));
1435       }
1436       Py_XDECREF(res);
1437     } else {
1438       const char *name = SWIG_TypePrettyName(ty);
1439 #if !defined(SWIG_PYTHON_SILENT_MEMLEAK)
1440       printf("swig/python detected a memory leak of type '%s', no destructor found.\n", name);
1441 #endif
1442     }
1443   } 
1444   Py_XDECREF(next);
1445   PyObject_DEL(v);
1446 }
1447
1448 SWIGRUNTIME PyObject* 
1449 PySwigObject_append(PyObject* v, PyObject* next)
1450 {
1451   PySwigObject *sobj = (PySwigObject *) v;
1452 #ifndef METH_O
1453   PyObject *tmp = 0;
1454   if (!PyArg_ParseTuple(next,(char *)"O:append", &tmp)) return NULL;
1455   next = tmp;
1456 #endif
1457   if (!PySwigObject_Check(next)) {
1458     return NULL;
1459   }
1460   sobj->next = next;
1461   Py_INCREF(next);
1462   return SWIG_Py_Void();
1463 }
1464
1465 SWIGRUNTIME PyObject* 
1466 #ifdef METH_NOARGS
1467 PySwigObject_next(PyObject* v)
1468 #else
1469 PySwigObject_next(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1470 #endif
1471 {
1472   PySwigObject *sobj = (PySwigObject *) v;
1473   if (sobj->next) {    
1474     Py_INCREF(sobj->next);
1475     return sobj->next;
1476   } else {
1477     return SWIG_Py_Void();
1478   }
1479 }
1480
1481 SWIGINTERN PyObject*
1482 #ifdef METH_NOARGS
1483 PySwigObject_disown(PyObject *v)
1484 #else
1485 PySwigObject_disown(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1486 #endif
1487 {
1488   PySwigObject *sobj = (PySwigObject *)v;
1489   sobj->own = 0;
1490   return SWIG_Py_Void();
1491 }
1492
1493 SWIGINTERN PyObject*
1494 #ifdef METH_NOARGS
1495 PySwigObject_acquire(PyObject *v)
1496 #else
1497 PySwigObject_acquire(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1498 #endif
1499 {
1500   PySwigObject *sobj = (PySwigObject *)v;
1501   sobj->own = SWIG_POINTER_OWN;
1502   return SWIG_Py_Void();
1503 }
1504
1505 SWIGINTERN PyObject*
1506 PySwigObject_own(PyObject *v, PyObject *args)
1507 {
1508   PyObject *val = 0;
1509 #if (PY_VERSION_HEX < 0x02020000)
1510   if (!PyArg_ParseTuple(args,(char *)"|O:own",&val))
1511 #else
1512   if (!PyArg_UnpackTuple(args, (char *)"own", 0, 1, &val)) 
1513 #endif
1514     {
1515       return NULL;
1516     } 
1517   else
1518     {
1519       PySwigObject *sobj = (PySwigObject *)v;
1520       PyObject *obj = PyBool_FromLong(sobj->own);
1521       if (val) {
1522 #ifdef METH_NOARGS
1523         if (PyObject_IsTrue(val)) {
1524           PySwigObject_acquire(v);
1525         } else {
1526           PySwigObject_disown(v);
1527         }
1528 #else
1529         if (PyObject_IsTrue(val)) {
1530           PySwigObject_acquire(v,args);
1531         } else {
1532           PySwigObject_disown(v,args);
1533         }
1534 #endif
1535       } 
1536       return obj;
1537     }
1538 }
1539
1540 #ifdef METH_O
1541 static PyMethodDef
1542 swigobject_methods[] = {
1543   {(char *)"disown",  (PyCFunction)PySwigObject_disown,  METH_NOARGS,  (char *)"releases ownership of the pointer"},
1544   {(char *)"acquire", (PyCFunction)PySwigObject_acquire, METH_NOARGS,  (char *)"aquires ownership of the pointer"},
1545   {(char *)"own",     (PyCFunction)PySwigObject_own,     METH_VARARGS, (char *)"returns/sets ownership of the pointer"},
1546   {(char *)"append",  (PyCFunction)PySwigObject_append,  METH_O,       (char *)"appends another 'this' object"},
1547   {(char *)"next",    (PyCFunction)PySwigObject_next,    METH_NOARGS,  (char *)"returns the next 'this' object"},
1548   {(char *)"__repr__",(PyCFunction)PySwigObject_repr,    METH_NOARGS,  (char *)"returns object representation"},
1549   {0, 0, 0, 0}  
1550 };
1551 #else
1552 static PyMethodDef
1553 swigobject_methods[] = {
1554   {(char *)"disown",  (PyCFunction)PySwigObject_disown,  METH_VARARGS,  (char *)"releases ownership of the pointer"},
1555   {(char *)"acquire", (PyCFunction)PySwigObject_acquire, METH_VARARGS,  (char *)"aquires ownership of the pointer"},
1556   {(char *)"own",     (PyCFunction)PySwigObject_own,     METH_VARARGS,  (char *)"returns/sets ownership of the pointer"},
1557   {(char *)"append",  (PyCFunction)PySwigObject_append,  METH_VARARGS,  (char *)"appends another 'this' object"},
1558   {(char *)"next",    (PyCFunction)PySwigObject_next,    METH_VARARGS,  (char *)"returns the next 'this' object"},
1559   {(char *)"__repr__",(PyCFunction)PySwigObject_repr,   METH_VARARGS,  (char *)"returns object representation"},
1560   {0, 0, 0, 0}  
1561 };
1562 #endif
1563
1564 #if PY_VERSION_HEX < 0x02020000
1565 SWIGINTERN PyObject *
1566 PySwigObject_getattr(PySwigObject *sobj,char *name)
1567 {
1568   return Py_FindMethod(swigobject_methods, (PyObject *)sobj, name);
1569 }
1570 #endif
1571
1572 SWIGRUNTIME PyTypeObject*
1573 _PySwigObject_type(void) {
1574   static char swigobject_doc[] = "Swig object carries a C/C++ instance pointer";
1575   
1576   static PyNumberMethods PySwigObject_as_number = {
1577     (binaryfunc)0, /*nb_add*/
1578     (binaryfunc)0, /*nb_subtract*/
1579     (binaryfunc)0, /*nb_multiply*/
1580     (binaryfunc)0, /*nb_divide*/
1581     (binaryfunc)0, /*nb_remainder*/
1582     (binaryfunc)0, /*nb_divmod*/
1583     (ternaryfunc)0,/*nb_power*/
1584     (unaryfunc)0,  /*nb_negative*/
1585     (unaryfunc)0,  /*nb_positive*/
1586     (unaryfunc)0,  /*nb_absolute*/
1587     (inquiry)0,    /*nb_nonzero*/
1588     0,             /*nb_invert*/
1589     0,             /*nb_lshift*/
1590     0,             /*nb_rshift*/
1591     0,             /*nb_and*/
1592     0,             /*nb_xor*/
1593     0,             /*nb_or*/
1594     (coercion)0,   /*nb_coerce*/
1595     (unaryfunc)PySwigObject_long, /*nb_int*/
1596     (unaryfunc)PySwigObject_long, /*nb_long*/
1597     (unaryfunc)0,                 /*nb_float*/
1598     (unaryfunc)PySwigObject_oct,  /*nb_oct*/
1599     (unaryfunc)PySwigObject_hex,  /*nb_hex*/
1600 #if PY_VERSION_HEX >= 0x02050000 /* 2.5.0 */
1601     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_index */
1602 #elif PY_VERSION_HEX >= 0x02020000 /* 2.2.0 */
1603     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_inplace_true_divide */
1604 #elif PY_VERSION_HEX >= 0x02000000 /* 2.0.0 */
1605     0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_inplace_or */
1606 #endif
1607   };
1608
1609   static PyTypeObject pyswigobject_type;  
1610   static int type_init = 0;
1611   if (!type_init) {
1612     const PyTypeObject tmp
1613       = {
1614         PyObject_HEAD_INIT(NULL)
1615         0,                                  /* ob_size */
1616         (char *)"PySwigObject",             /* tp_name */
1617         sizeof(PySwigObject),               /* tp_basicsize */
1618         0,                                  /* tp_itemsize */
1619         (destructor)PySwigObject_dealloc,   /* tp_dealloc */
1620         (printfunc)PySwigObject_print,      /* tp_print */
1621 #if PY_VERSION_HEX < 0x02020000
1622         (getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
1623 #else
1624         (getattrfunc)0,                     /* tp_getattr */ 
1625 #endif
1626         (setattrfunc)0,                     /* tp_setattr */ 
1627         (cmpfunc)PySwigObject_compare,      /* tp_compare */ 
1628         (reprfunc)PySwigObject_repr,        /* tp_repr */    
1629         &PySwigObject_as_number,            /* tp_as_number */
1630         0,                                  /* tp_as_sequence */
1631         0,                                  /* tp_as_mapping */
1632         (hashfunc)0,                        /* tp_hash */
1633         (ternaryfunc)0,                     /* tp_call */
1634         (reprfunc)PySwigObject_str,         /* tp_str */
1635         PyObject_GenericGetAttr,            /* tp_getattro */
1636         0,                                  /* tp_setattro */
1637         0,                                  /* tp_as_buffer */
1638         Py_TPFLAGS_DEFAULT,                 /* tp_flags */
1639         swigobject_doc,                     /* tp_doc */        
1640         0,                                  /* tp_traverse */
1641         0,                                  /* tp_clear */
1642         0,                                  /* tp_richcompare */
1643         0,                                  /* tp_weaklistoffset */
1644 #if PY_VERSION_HEX >= 0x02020000
1645         0,                                  /* tp_iter */
1646         0,                                  /* tp_iternext */
1647         swigobject_methods,                 /* tp_methods */ 
1648         0,                                  /* tp_members */
1649         0,                                  /* tp_getset */             
1650         0,                                  /* tp_base */               
1651         0,                                  /* tp_dict */               
1652         0,                                  /* tp_descr_get */          
1653         0,                                  /* tp_descr_set */          
1654         0,                                  /* tp_dictoffset */         
1655         0,                                  /* tp_init */               
1656         0,                                  /* tp_alloc */              
1657         0,                                  /* tp_new */                
1658         0,                                  /* tp_free */          
1659         0,                                  /* tp_is_gc */  
1660         0,                                  /* tp_bases */   
1661         0,                                  /* tp_mro */
1662         0,                                  /* tp_cache */   
1663         0,                                  /* tp_subclasses */
1664         0,                                  /* tp_weaklist */
1665 #endif
1666 #if PY_VERSION_HEX >= 0x02030000
1667         0,                                  /* tp_del */
1668 #endif
1669 #ifdef COUNT_ALLOCS
1670         0,0,0,0                             /* tp_alloc -> tp_next */
1671 #endif
1672       };
1673     pyswigobject_type = tmp;
1674     pyswigobject_type.ob_type = &PyType_Type;
1675     type_init = 1;
1676   }
1677   return &pyswigobject_type;
1678 }
1679
1680 SWIGRUNTIME PyObject *
1681 PySwigObject_New(void *ptr, swig_type_info *ty, int own)
1682 {
1683   PySwigObject *sobj = PyObject_NEW(PySwigObject, PySwigObject_type());
1684   if (sobj) {
1685     sobj->ptr  = ptr;
1686     sobj->ty   = ty;
1687     sobj->own  = own;
1688     sobj->next = 0;
1689   }
1690   return (PyObject *)sobj;
1691 }
1692
1693 /* -----------------------------------------------------------------------------
1694  * Implements a simple Swig Packed type, and use it instead of string
1695  * ----------------------------------------------------------------------------- */
1696
1697 typedef struct {
1698   PyObject_HEAD
1699   void *pack;
1700   swig_type_info *ty;
1701   size_t size;
1702 } PySwigPacked;
1703
1704 SWIGRUNTIME int
1705 PySwigPacked_print(PySwigPacked *v, FILE *fp, int SWIGUNUSEDPARM(flags))
1706 {
1707   char result[SWIG_BUFFER_SIZE];
1708   fputs("<Swig Packed ", fp); 
1709   if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) {
1710     fputs("at ", fp); 
1711     fputs(result, fp); 
1712   }
1713   fputs(v->ty->name,fp); 
1714   fputs(">", fp);
1715   return 0; 
1716 }
1717   
1718 SWIGRUNTIME PyObject *
1719 PySwigPacked_repr(PySwigPacked *v)
1720 {
1721   char result[SWIG_BUFFER_SIZE];
1722   if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) {
1723     return PyString_FromFormat("<Swig Packed at %s%s>", result, v->ty->name);
1724   } else {
1725     return PyString_FromFormat("<Swig Packed %s>", v->ty->name);
1726   }  
1727 }
1728
1729 SWIGRUNTIME PyObject *
1730 PySwigPacked_str(PySwigPacked *v)
1731 {
1732   char result[SWIG_BUFFER_SIZE];
1733   if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))){
1734     return PyString_FromFormat("%s%s", result, v->ty->name);
1735   } else {
1736     return PyString_FromString(v->ty->name);
1737   }  
1738 }
1739
1740 SWIGRUNTIME int
1741 PySwigPacked_compare(PySwigPacked *v, PySwigPacked *w)
1742 {
1743   size_t i = v->size;
1744   size_t j = w->size;
1745   int s = (i < j) ? -1 : ((i > j) ? 1 : 0);
1746   return s ? s : strncmp((char *)v->pack, (char *)w->pack, 2*v->size);
1747 }
1748
1749 SWIGRUNTIME PyTypeObject* _PySwigPacked_type(void);
1750
1751 SWIGRUNTIME PyTypeObject*
1752 PySwigPacked_type(void) {
1753   static PyTypeObject *SWIG_STATIC_POINTER(type) = _PySwigPacked_type();
1754   return type;
1755 }
1756
1757 SWIGRUNTIMEINLINE int
1758 PySwigPacked_Check(PyObject *op) {
1759   return ((op)->ob_type == _PySwigPacked_type()) 
1760     || (strcmp((op)->ob_type->tp_name,"PySwigPacked") == 0);
1761 }
1762
1763 SWIGRUNTIME void
1764 PySwigPacked_dealloc(PyObject *v)
1765 {
1766   if (PySwigPacked_Check(v)) {
1767     PySwigPacked *sobj = (PySwigPacked *) v;
1768     free(sobj->pack);
1769   }
1770   PyObject_DEL(v);
1771 }
1772
1773 SWIGRUNTIME PyTypeObject*
1774 _PySwigPacked_type(void) {
1775   static char swigpacked_doc[] = "Swig object carries a C/C++ instance pointer";
1776   static PyTypeObject pyswigpacked_type;
1777   static int type_init = 0;  
1778   if (!type_init) {
1779     const PyTypeObject tmp
1780       = {
1781         PyObject_HEAD_INIT(NULL)
1782         0,                                  /* ob_size */       
1783         (char *)"PySwigPacked",             /* tp_name */       
1784         sizeof(PySwigPacked),               /* tp_basicsize */  
1785         0,                                  /* tp_itemsize */   
1786         (destructor)PySwigPacked_dealloc,   /* tp_dealloc */    
1787         (printfunc)PySwigPacked_print,      /* tp_print */      
1788         (getattrfunc)0,                     /* tp_getattr */    
1789         (setattrfunc)0,                     /* tp_setattr */    
1790         (cmpfunc)PySwigPacked_compare,      /* tp_compare */    
1791         (reprfunc)PySwigPacked_repr,        /* tp_repr */       
1792         0,                                  /* tp_as_number */  
1793         0,                                  /* tp_as_sequence */
1794         0,                                  /* tp_as_mapping */ 
1795         (hashfunc)0,                        /* tp_hash */       
1796         (ternaryfunc)0,                     /* tp_call */       
1797         (reprfunc)PySwigPacked_str,         /* tp_str */        
1798         PyObject_GenericGetAttr,            /* tp_getattro */
1799         0,                                  /* tp_setattro */
1800         0,                                  /* tp_as_buffer */
1801         Py_TPFLAGS_DEFAULT,                 /* tp_flags */
1802         swigpacked_doc,                     /* tp_doc */
1803         0,                                  /* tp_traverse */
1804         0,                                  /* tp_clear */
1805         0,                                  /* tp_richcompare */
1806         0,                                  /* tp_weaklistoffset */
1807 #if PY_VERSION_HEX >= 0x02020000
1808         0,                                  /* tp_iter */
1809         0,                                  /* tp_iternext */
1810         0,                                  /* tp_methods */ 
1811         0,                                  /* tp_members */
1812         0,                                  /* tp_getset */             
1813         0,                                  /* tp_base */               
1814         0,                                  /* tp_dict */               
1815         0,                                  /* tp_descr_get */          
1816         0,                                  /* tp_descr_set */          
1817         0,                                  /* tp_dictoffset */         
1818         0,                                  /* tp_init */               
1819         0,                                  /* tp_alloc */              
1820         0,                                  /* tp_new */                
1821         0,                                  /* tp_free */          
1822         0,                                  /* tp_is_gc */  
1823         0,                                  /* tp_bases */   
1824         0,                                  /* tp_mro */
1825         0,                                  /* tp_cache */   
1826         0,                                  /* tp_subclasses */
1827         0,                                  /* tp_weaklist */
1828 #endif
1829 #if PY_VERSION_HEX >= 0x02030000
1830         0,                                  /* tp_del */
1831 #endif
1832 #ifdef COUNT_ALLOCS
1833         0,0,0,0                             /* tp_alloc -> tp_next */
1834 #endif
1835       };
1836     pyswigpacked_type = tmp;
1837     pyswigpacked_type.ob_type = &PyType_Type;
1838     type_init = 1;
1839   }
1840   return &pyswigpacked_type;
1841 }
1842
1843 SWIGRUNTIME PyObject *
1844 PySwigPacked_New(void *ptr, size_t size, swig_type_info *ty)
1845 {
1846   PySwigPacked *sobj = PyObject_NEW(PySwigPacked, PySwigPacked_type());
1847   if (sobj) {
1848     void *pack = malloc(size);
1849     if (pack) {
1850       memcpy(pack, ptr, size);
1851       sobj->pack = pack;
1852       sobj->ty   = ty;
1853       sobj->size = size;
1854     } else {
1855       PyObject_DEL((PyObject *) sobj);
1856       sobj = 0;
1857     }
1858   }
1859   return (PyObject *) sobj;
1860 }
1861
1862 SWIGRUNTIME swig_type_info *
1863 PySwigPacked_UnpackData(PyObject *obj, void *ptr, size_t size)
1864 {
1865   if (PySwigPacked_Check(obj)) {
1866     PySwigPacked *sobj = (PySwigPacked *)obj;
1867     if (sobj->size != size) return 0;
1868     memcpy(ptr, sobj->pack, size);
1869     return sobj->ty;
1870   } else {
1871     return 0;
1872   }
1873 }
1874
1875 /* -----------------------------------------------------------------------------
1876  * pointers/data manipulation
1877  * ----------------------------------------------------------------------------- */
1878
1879 SWIGRUNTIMEINLINE PyObject *
1880 _SWIG_This(void)
1881 {
1882   return PyString_FromString("this");
1883 }
1884
1885 SWIGRUNTIME PyObject *
1886 SWIG_This(void)
1887 {
1888   static PyObject *SWIG_STATIC_POINTER(swig_this) = _SWIG_This();
1889   return swig_this;
1890 }
1891
1892 /* #define SWIG_PYTHON_SLOW_GETSET_THIS */
1893
1894 SWIGRUNTIME PySwigObject *
1895 SWIG_Python_GetSwigThis(PyObject *pyobj) 
1896 {
1897   if (PySwigObject_Check(pyobj)) {
1898     return (PySwigObject *) pyobj;
1899   } else {
1900     PyObject *obj = 0;
1901 #if (!defined(SWIG_PYTHON_SLOW_GETSET_THIS) && (PY_VERSION_HEX >= 0x02030000))
1902     if (PyInstance_Check(pyobj)) {
1903       obj = _PyInstance_Lookup(pyobj, SWIG_This());      
1904     } else {
1905       PyObject **dictptr = _PyObject_GetDictPtr(pyobj);
1906       if (dictptr != NULL) {
1907         PyObject *dict = *dictptr;
1908         obj = dict ? PyDict_GetItem(dict, SWIG_This()) : 0;
1909       } else {
1910 #ifdef PyWeakref_CheckProxy
1911         if (PyWeakref_CheckProxy(pyobj)) {
1912           PyObject *wobj = PyWeakref_GET_OBJECT(pyobj);
1913           return wobj ? SWIG_Python_GetSwigThis(wobj) : 0;
1914         }
1915 #endif
1916         obj = PyObject_GetAttr(pyobj,SWIG_This());
1917         if (obj) {
1918           Py_DECREF(obj);
1919         } else {
1920           if (PyErr_Occurred()) PyErr_Clear();
1921           return 0;
1922         }
1923       }
1924     }
1925 #else
1926     obj = PyObject_GetAttr(pyobj,SWIG_This());
1927     if (obj) {
1928       Py_DECREF(obj);
1929     } else {
1930       if (PyErr_Occurred()) PyErr_Clear();
1931       return 0;
1932     }
1933 #endif
1934     if (obj && !PySwigObject_Check(obj)) {
1935       /* a PyObject is called 'this', try to get the 'real this'
1936          PySwigObject from it */ 
1937       return SWIG_Python_GetSwigThis(obj);
1938     }
1939     return (PySwigObject *)obj;
1940   }
1941 }
1942
1943 /* Acquire a pointer value */
1944
1945 SWIGRUNTIME int
1946 SWIG_Python_AcquirePtr(PyObject *obj, int own) {
1947   if (own) {
1948     PySwigObject *sobj = SWIG_Python_GetSwigThis(obj);
1949     if (sobj) {
1950       int oldown = sobj->own;
1951       sobj->own = own;
1952       return oldown;
1953     }
1954   }
1955   return 0;
1956 }
1957
1958 /* Convert a pointer value */
1959
1960 SWIGRUNTIME int
1961 SWIG_Python_ConvertPtrAndOwn(PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) {
1962   if (!obj) return SWIG_ERROR;
1963   if (obj == Py_None) {
1964     if (ptr) *ptr = 0;
1965     return SWIG_OK;
1966   } else {
1967     PySwigObject *sobj = SWIG_Python_GetSwigThis(obj);
1968     while (sobj) {
1969       void *vptr = sobj->ptr;
1970       if (ty) {
1971         swig_type_info *to = sobj->ty;
1972         if (to == ty) {
1973           /* no type cast needed */
1974           if (ptr) *ptr = vptr;
1975           break;
1976         } else {
1977           swig_cast_info *tc = SWIG_TypeCheck(to->name,ty);
1978           if (!tc) {
1979             sobj = (PySwigObject *)sobj->next;
1980           } else {
1981             if (ptr) *ptr = SWIG_TypeCast(tc,vptr);
1982             break;
1983           }
1984         }
1985       } else {
1986         if (ptr) *ptr = vptr;
1987         break;
1988       }
1989     }
1990     if (sobj) {
1991       if (own) *own = sobj->own;
1992       if (flags & SWIG_POINTER_DISOWN) {
1993         sobj->own = 0;
1994       }
1995       return SWIG_OK;
1996     } else {
1997       int res = SWIG_ERROR;
1998       if (flags & SWIG_POINTER_IMPLICIT_CONV) {
1999         PySwigClientData *data = ty ? (PySwigClientData *) ty->clientdata : 0;
2000         if (data && !data->implicitconv) {
2001           PyObject *klass = data->klass;
2002           if (klass) {
2003             PyObject *impconv;
2004             data->implicitconv = 1; /* avoid recursion and call 'explicit' constructors*/
2005             impconv = SWIG_Python_CallFunctor(klass, obj);
2006             data->implicitconv = 0;
2007             if (PyErr_Occurred()) {
2008               PyErr_Clear();
2009               impconv = 0;
2010             }
2011             if (impconv) {
2012               PySwigObject *iobj = SWIG_Python_GetSwigThis(impconv);
2013               if (iobj) {
2014                 void *vptr;
2015                 res = SWIG_Python_ConvertPtrAndOwn((PyObject*)iobj, &vptr, ty, 0, 0);
2016                 if (SWIG_IsOK(res)) {
2017                   if (ptr) {
2018                     *ptr = vptr;
2019                     /* transfer the ownership to 'ptr' */
2020                     iobj->own = 0;
2021                     res = SWIG_AddCast(res);
2022                     res = SWIG_AddNewMask(res);
2023                   } else {
2024                     res = SWIG_AddCast(res);                
2025                   }
2026                 }
2027               }
2028               Py_DECREF(impconv);
2029             }
2030           }
2031         }
2032       }
2033       return res;
2034     }
2035   }
2036 }
2037
2038 /* Convert a function ptr value */
2039
2040 SWIGRUNTIME int
2041 SWIG_Python_ConvertFunctionPtr(PyObject *obj, void **ptr, swig_type_info *ty) {
2042   if (!PyCFunction_Check(obj)) {
2043     return SWIG_ConvertPtr(obj, ptr, ty, 0);
2044   } else {
2045     void *vptr = 0;
2046     
2047     /* here we get the method pointer for callbacks */
2048     const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc);
2049     const char *desc = doc ? strstr(doc, "swig_ptr: ") : 0;
2050     if (desc) {
2051       desc = ty ? SWIG_UnpackVoidPtr(desc + 10, &vptr, ty->name) : 0;
2052       if (!desc) return SWIG_ERROR;
2053     }
2054     if (ty) {
2055       swig_cast_info *tc = SWIG_TypeCheck(desc,ty);
2056       if (!tc) return SWIG_ERROR;
2057       *ptr = SWIG_TypeCast(tc,vptr);
2058     } else {
2059       *ptr = vptr;
2060     }
2061     return SWIG_OK;
2062   }
2063 }
2064
2065 /* Convert a packed value value */
2066
2067 SWIGRUNTIME int
2068 SWIG_Python_ConvertPacked(PyObject *obj, void *ptr, size_t sz, swig_type_info *ty) {
2069   swig_type_info *to = PySwigPacked_UnpackData(obj, ptr, sz);
2070   if (!to) return SWIG_ERROR;
2071   if (ty) {
2072     if (to != ty) {
2073       /* check type cast? */
2074       swig_cast_info *tc = SWIG_TypeCheck(to->name,ty);
2075       if (!tc) return SWIG_ERROR;
2076     }
2077   }
2078   return SWIG_OK;
2079 }  
2080
2081 /* -----------------------------------------------------------------------------
2082  * Create a new pointer object
2083  * ----------------------------------------------------------------------------- */
2084
2085 /*
2086   Create a new instance object, whitout calling __init__, and set the
2087   'this' attribute.
2088 */
2089
2090 SWIGRUNTIME PyObject* 
2091 SWIG_Python_NewShadowInstance(PySwigClientData *data, PyObject *swig_this)
2092 {
2093 #if (PY_VERSION_HEX >= 0x02020000)
2094   PyObject *inst = 0;
2095   PyObject *newraw = data->newraw;
2096   if (newraw) {
2097     inst = PyObject_Call(newraw, data->newargs, NULL);
2098     if (inst) {
2099 #if !defined(SWIG_PYTHON_SLOW_GETSET_THIS)
2100       PyObject **dictptr = _PyObject_GetDictPtr(inst);
2101       if (dictptr != NULL) {
2102         PyObject *dict = *dictptr;
2103         if (dict == NULL) {
2104           dict = PyDict_New();
2105           *dictptr = dict;
2106           PyDict_SetItem(dict, SWIG_This(), swig_this);
2107         }
2108       }
2109 #else
2110       PyObject *key = SWIG_This();
2111       PyObject_SetAttr(inst, key, swig_this);
2112 #endif
2113     }
2114   } else {
2115     PyObject *dict = PyDict_New();
2116     PyDict_SetItem(dict, SWIG_This(), swig_this);
2117     inst = PyInstance_NewRaw(data->newargs, dict);
2118     Py_DECREF(dict);
2119   }
2120   return inst;
2121 #else
2122 #if (PY_VERSION_HEX >= 0x02010000)
2123   PyObject *inst;
2124   PyObject *dict = PyDict_New();
2125   PyDict_SetItem(dict, SWIG_This(), swig_this);
2126   inst = PyInstance_NewRaw(data->newargs, dict);
2127   Py_DECREF(dict);
2128   return (PyObject *) inst;
2129 #else
2130   PyInstanceObject *inst = PyObject_NEW(PyInstanceObject, &PyInstance_Type);
2131   if (inst == NULL) {
2132     return NULL;
2133   }
2134   inst->in_class = (PyClassObject *)data->newargs;
2135   Py_INCREF(inst->in_class);
2136   inst->in_dict = PyDict_New();
2137   if (inst->in_dict == NULL) {
2138     Py_DECREF(inst);
2139     return NULL;
2140   }
2141 #ifdef Py_TPFLAGS_HAVE_WEAKREFS
2142   inst->in_weakreflist = NULL;
2143 #endif
2144 #ifdef Py_TPFLAGS_GC
2145   PyObject_GC_Init(inst);
2146 #endif
2147   PyDict_SetItem(inst->in_dict, SWIG_This(), swig_this);
2148   return (PyObject *) inst;
2149 #endif
2150 #endif
2151 }
2152
2153 SWIGRUNTIME void
2154 SWIG_Python_SetSwigThis(PyObject *inst, PyObject *swig_this)
2155 {
2156  PyObject *dict;
2157 #if (PY_VERSION_HEX >= 0x02020000) && !defined(SWIG_PYTHON_SLOW_GETSET_THIS)
2158  PyObject **dictptr = _PyObject_GetDictPtr(inst);
2159  if (dictptr != NULL) {
2160    dict = *dictptr;
2161    if (dict == NULL) {
2162      dict = PyDict_New();
2163      *dictptr = dict;
2164    }
2165    PyDict_SetItem(dict, SWIG_This(), swig_this);
2166    return;
2167  }
2168 #endif
2169  dict = PyObject_GetAttrString(inst, (char*)"__dict__");
2170  PyDict_SetItem(dict, SWIG_This(), swig_this);
2171  Py_DECREF(dict);
2172
2173
2174
2175 SWIGINTERN PyObject *
2176 SWIG_Python_InitShadowInstance(PyObject *args) {
2177   PyObject *obj[2];
2178   if (!SWIG_Python_UnpackTuple(args,(char*)"swiginit", 2, 2, obj)) {
2179     return NULL;
2180   } else {
2181     PySwigObject *sthis = SWIG_Python_GetSwigThis(obj[0]);
2182     if (sthis) {
2183       PySwigObject_append((PyObject*) sthis, obj[1]);
2184     } else {
2185       SWIG_Python_SetSwigThis(obj[0], obj[1]);
2186     }
2187     return SWIG_Py_Void();
2188   }
2189 }
2190
2191 /* Create a new pointer object */
2192
2193 SWIGRUNTIME PyObject *
2194 SWIG_Python_NewPointerObj(void *ptr, swig_type_info *type, int flags) {
2195   if (!ptr) {
2196     return SWIG_Py_Void();
2197   } else {
2198     int own = (flags & SWIG_POINTER_OWN) ? SWIG_POINTER_OWN : 0;
2199     PyObject *robj = PySwigObject_New(ptr, type, own);
2200     PySwigClientData *clientdata = type ? (PySwigClientData *)(type->clientdata) : 0;
2201     if (clientdata && !(flags & SWIG_POINTER_NOSHADOW)) {
2202       PyObject *inst = SWIG_Python_NewShadowInstance(clientdata, robj);
2203       if (inst) {
2204         Py_DECREF(robj);
2205         robj = inst;
2206       }
2207     }
2208     return robj;
2209   }
2210 }
2211
2212 /* Create a new packed object */
2213
2214 SWIGRUNTIMEINLINE PyObject *
2215 SWIG_Python_NewPackedObj(void *ptr, size_t sz, swig_type_info *type) {
2216   return ptr ? PySwigPacked_New((void *) ptr, sz, type) : SWIG_Py_Void();
2217 }
2218
2219 /* -----------------------------------------------------------------------------*
2220  *  Get type list 
2221  * -----------------------------------------------------------------------------*/
2222
2223 #ifdef SWIG_LINK_RUNTIME
2224 void *SWIG_ReturnGlobalTypeList(void *);
2225 #endif
2226
2227 SWIGRUNTIME swig_module_info *
2228 SWIG_Python_GetModule(void) {
2229   static void *type_pointer = (void *)0;
2230   /* first check if module already created */
2231   if (!type_pointer) {
2232 #ifdef SWIG_LINK_RUNTIME
2233     type_pointer = SWIG_ReturnGlobalTypeList((void *)0);
2234 #else
2235     type_pointer = PyCObject_Import((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION,
2236                                     (char*)"type_pointer" SWIG_TYPE_TABLE_NAME);
2237     if (PyErr_Occurred()) {
2238       PyErr_Clear();
2239       type_pointer = (void *)0;
2240     }
2241 #endif
2242   }
2243   return (swig_module_info *) type_pointer;
2244 }
2245
2246 #if PY_MAJOR_VERSION < 2
2247 /* PyModule_AddObject function was introduced in Python 2.0.  The following function
2248    is copied out of Python/modsupport.c in python version 2.3.4 */
2249 SWIGINTERN int
2250 PyModule_AddObject(PyObject *m, char *name, PyObject *o)
2251 {
2252   PyObject *dict;
2253   if (!PyModule_Check(m)) {
2254     PyErr_SetString(PyExc_TypeError,
2255                     "PyModule_AddObject() needs module as first arg");
2256     return SWIG_ERROR;
2257   }
2258   if (!o) {
2259     PyErr_SetString(PyExc_TypeError,
2260                     "PyModule_AddObject() needs non-NULL value");
2261     return SWIG_ERROR;
2262   }
2263   
2264   dict = PyModule_GetDict(m);
2265   if (dict == NULL) {
2266     /* Internal error -- modules must have a dict! */
2267     PyErr_Format(PyExc_SystemError, "module '%s' has no __dict__",
2268                  PyModule_GetName(m));
2269     return SWIG_ERROR;
2270   }
2271   if (PyDict_SetItemString(dict, name, o))
2272     return SWIG_ERROR;
2273   Py_DECREF(o);
2274   return SWIG_OK;
2275 }
2276 #endif
2277
2278 SWIGRUNTIME void
2279 SWIG_Python_DestroyModule(void *vptr)
2280 {
2281   swig_module_info *swig_module = (swig_module_info *) vptr;
2282   swig_type_info **types = swig_module->types;
2283   size_t i;
2284   for (i =0; i < swig_module->size; ++i) {
2285     swig_type_info *ty = types[i];
2286     if (ty->owndata) {
2287       PySwigClientData *data = (PySwigClientData *) ty->clientdata;
2288       if (data) PySwigClientData_Del(data);
2289     }
2290   }
2291   Py_DECREF(SWIG_This());
2292 }
2293
2294 SWIGRUNTIME void
2295 SWIG_Python_SetModule(swig_module_info *swig_module) {
2296   static PyMethodDef swig_empty_runtime_method_table[] = { {NULL, NULL, 0, NULL} };/* Sentinel */
2297
2298   PyObject *module = Py_InitModule((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION,
2299                                    swig_empty_runtime_method_table);
2300   PyObject *pointer = PyCObject_FromVoidPtr((void *) swig_module, SWIG_Python_DestroyModule);
2301   if (pointer && module) {
2302     PyModule_AddObject(module, (char*)"type_pointer" SWIG_TYPE_TABLE_NAME, pointer);
2303   } else {
2304     Py_XDECREF(pointer);
2305   }
2306 }
2307
2308 /* The python cached type query */
2309 SWIGRUNTIME PyObject *
2310 SWIG_Python_TypeCache(void) {
2311   static PyObject *SWIG_STATIC_POINTER(cache) = PyDict_New();
2312   return cache;
2313 }
2314
2315 SWIGRUNTIME swig_type_info *
2316 SWIG_Python_TypeQuery(const char *type)
2317 {
2318   PyObject *cache = SWIG_Python_TypeCache();
2319   PyObject *key = PyString_FromString(type); 
2320   PyObject *obj = PyDict_GetItem(cache, key);
2321   swig_type_info *descriptor;
2322   if (obj) {
2323     descriptor = (swig_type_info *) PyCObject_AsVoidPtr(obj);
2324   } else {
2325     swig_module_info *swig_module = SWIG_Python_GetModule();
2326     descriptor = SWIG_TypeQueryModule(swig_module, swig_module, type);
2327     if (descriptor) {
2328       obj = PyCObject_FromVoidPtr(descriptor, NULL);
2329       PyDict_SetItem(cache, key, obj);
2330       Py_DECREF(obj);
2331     }
2332   }
2333   Py_DECREF(key);
2334   return descriptor;
2335 }
2336
2337 /* 
2338    For backward compatibility only
2339 */
2340 #define SWIG_POINTER_EXCEPTION  0
2341 #define SWIG_arg_fail(arg)      SWIG_Python_ArgFail(arg)
2342 #define SWIG_MustGetPtr(p, type, argnum, flags)  SWIG_Python_MustGetPtr(p, type, argnum, flags)
2343
2344 SWIGRUNTIME int
2345 SWIG_Python_AddErrMesg(const char* mesg, int infront)
2346 {
2347   if (PyErr_Occurred()) {
2348     PyObject *type = 0;
2349     PyObject *value = 0;
2350     PyObject *traceback = 0;
2351     PyErr_Fetch(&type, &value, &traceback);
2352     if (value) {
2353       PyObject *old_str = PyObject_Str(value);
2354       Py_XINCREF(type);
2355       PyErr_Clear();
2356       if (infront) {
2357         PyErr_Format(type, "%s %s", mesg, PyString_AsString(old_str));
2358       } else {
2359         PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg);
2360       }
2361       Py_DECREF(old_str);
2362     }
2363     return 1;
2364   } else {
2365     return 0;
2366   }
2367 }
2368   
2369 SWIGRUNTIME int
2370 SWIG_Python_ArgFail(int argnum)
2371 {
2372   if (PyErr_Occurred()) {
2373     /* add information about failing argument */
2374     char mesg[256];
2375     PyOS_snprintf(mesg, sizeof(mesg), "argument number %d:", argnum);
2376     return SWIG_Python_AddErrMesg(mesg, 1);
2377   } else {
2378     return 0;
2379   }
2380 }
2381
2382 SWIGRUNTIMEINLINE const char *
2383 PySwigObject_GetDesc(PyObject *self)
2384 {
2385   PySwigObject *v = (PySwigObject *)self;
2386   swig_type_info *ty = v ? v->ty : 0;
2387   return ty ? ty->str : (char*)"";
2388 }
2389
2390 SWIGRUNTIME void
2391 SWIG_Python_TypeError(const char *type, PyObject *obj)
2392 {
2393   if (type) {
2394 #if defined(SWIG_COBJECT_TYPES)
2395     if (obj && PySwigObject_Check(obj)) {
2396       const char *otype = (const char *) PySwigObject_GetDesc(obj);
2397       if (otype) {
2398         PyErr_Format(PyExc_TypeError, "a '%s' is expected, 'PySwigObject(%s)' is received",
2399                      type, otype);
2400         return;
2401       }
2402     } else 
2403 #endif      
2404     {
2405       const char *otype = (obj ? obj->ob_type->tp_name : 0); 
2406       if (otype) {
2407         PyObject *str = PyObject_Str(obj);
2408         const char *cstr = str ? PyString_AsString(str) : 0;
2409         if (cstr) {
2410           PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s(%s)' is received",
2411                        type, otype, cstr);
2412         } else {
2413           PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
2414                        type, otype);
2415         }
2416         Py_XDECREF(str);
2417         return;
2418       }
2419     }   
2420     PyErr_Format(PyExc_TypeError, "a '%s' is expected", type);
2421   } else {
2422     PyErr_Format(PyExc_TypeError, "unexpected type is received");
2423   }
2424 }
2425
2426
2427 /* Convert a pointer value, signal an exception on a type mismatch */
2428 SWIGRUNTIME void *
2429 SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int argnum, int flags) {
2430   void *result;
2431   if (SWIG_Python_ConvertPtr(obj, &result, ty, flags) == -1) {
2432     PyErr_Clear();
2433     if (flags & SWIG_POINTER_EXCEPTION) {
2434       SWIG_Python_TypeError(SWIG_TypePrettyName(ty), obj);
2435       SWIG_Python_ArgFail(argnum);
2436     }
2437   }
2438   return result;
2439 }
2440
2441
2442 #ifdef __cplusplus
2443 #if 0
2444 { /* cc-mode */
2445 #endif
2446 }
2447 #endif
2448
2449
2450
2451 #define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0) 
2452
2453 #define SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else 
2454
2455
2456
2457   #define SWIG_exception(code, msg) do { SWIG_Error(code, msg); SWIG_fail;; } while(0) 
2458
2459
2460 /* -------- TYPES TABLE (BEGIN) -------- */
2461
2462 #define SWIGTYPE_p_TALLOC_CTX swig_types[0]
2463 #define SWIGTYPE_p_char swig_types[1]
2464 #define SWIGTYPE_p_f_p_void_enum_ldb_debug_level_p_q_const__char_va_list__void swig_types[2]
2465 #define SWIGTYPE_p_int swig_types[3]
2466 #define SWIGTYPE_p_ldb_context swig_types[4]
2467 #define SWIGTYPE_p_ldb_dn swig_types[5]
2468 #define SWIGTYPE_p_ldb_ldif swig_types[6]
2469 #define SWIGTYPE_p_ldb_message swig_types[7]
2470 #define SWIGTYPE_p_ldb_message_element swig_types[8]
2471 #define SWIGTYPE_p_ldb_module_ops swig_types[9]
2472 #define SWIGTYPE_p_ldb_result swig_types[10]
2473 #define SWIGTYPE_p_ldb_val swig_types[11]
2474 #define SWIGTYPE_p_long_long swig_types[12]
2475 #define SWIGTYPE_p_p_char swig_types[13]
2476 #define SWIGTYPE_p_p_ldb_control swig_types[14]
2477 #define SWIGTYPE_p_p_ldb_result swig_types[15]
2478 #define SWIGTYPE_p_short swig_types[16]
2479 #define SWIGTYPE_p_signed_char swig_types[17]
2480 #define SWIGTYPE_p_unsigned_char swig_types[18]
2481 #define SWIGTYPE_p_unsigned_int swig_types[19]
2482 #define SWIGTYPE_p_unsigned_long swig_types[20]
2483 #define SWIGTYPE_p_unsigned_long_long swig_types[21]
2484 #define SWIGTYPE_p_unsigned_short swig_types[22]
2485 #define SWIGTYPE_p_void swig_types[23]
2486 static swig_type_info *swig_types[25];
2487 static swig_module_info swig_module = {swig_types, 24, 0, 0, 0, 0};
2488 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
2489 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
2490
2491 /* -------- TYPES TABLE (END) -------- */
2492
2493 #if (PY_VERSION_HEX <= 0x02000000)
2494 # if !defined(SWIG_PYTHON_CLASSIC)
2495 #  error "This python version requires swig to be run with the '-classic' option"
2496 # endif
2497 #endif
2498 #if (PY_VERSION_HEX <= 0x02020000)
2499 # error "This python version requires swig to be run with the '-nomodern' option"
2500 #endif
2501 #if (PY_VERSION_HEX <= 0x02020000)
2502 # error "This python version requires swig to be run with the '-nomodernargs' option"
2503 #endif
2504 #ifndef METH_O
2505 # error "This python version requires swig to be run with the '-nofastunpack' option"
2506 #endif
2507 #ifdef SWIG_TypeQuery
2508 # undef SWIG_TypeQuery
2509 #endif
2510 #define SWIG_TypeQuery SWIG_Python_TypeQuery
2511
2512 /*-----------------------------------------------
2513               @(target):= _ldb.so
2514   ------------------------------------------------*/
2515 #define SWIG_init    init_ldb
2516
2517 #define SWIG_name    "_ldb"
2518
2519 #define SWIGVERSION 0x010333 
2520 #define SWIG_VERSION SWIGVERSION
2521
2522
2523 #define SWIG_as_voidptr(a) (void *)((const void *)(a)) 
2524 #define SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a)) 
2525
2526
2527
2528 #include <stdint.h>
2529 #include <stdbool.h>
2530 #include "talloc.h"
2531 #include "ldb.h"
2532 #include "ldb_errors.h"
2533 #include "ldb_private.h"
2534
2535 typedef struct ldb_message ldb_msg;
2536 typedef struct ldb_context ldb;
2537 typedef struct ldb_dn ldb_dn;
2538 typedef struct ldb_ldif ldb_ldif;
2539 typedef struct ldb_message_element ldb_msg_element;
2540 typedef int ldb_error;
2541
2542
2543
2544   #define SWIG_From_long   PyInt_FromLong 
2545
2546
2547 SWIGINTERNINLINE PyObject *
2548 SWIG_From_int  (int value)
2549 {    
2550   return SWIG_From_long  (value);
2551 }
2552
2553
2554 PyObject *ldb_val_to_py_object(struct ldb_context *ldb_ctx, 
2555                                struct ldb_message_element *el, 
2556                                struct ldb_val *val)
2557 {
2558         const struct ldb_schema_attribute *a;
2559         struct ldb_val new_val;
2560         TALLOC_CTX *mem_ctx = talloc_new(NULL);
2561         PyObject *ret;
2562         
2563         new_val = *val;
2564         
2565         if (ldb_ctx != NULL) {        
2566                 a = ldb_schema_attribute_by_name(ldb_ctx, el->name);
2567         
2568                 if (a != NULL) {
2569                         if (a->syntax->ldif_write_fn(ldb_ctx, mem_ctx, val, &new_val) != 0) {
2570                                 talloc_free(mem_ctx);
2571                                 return NULL;
2572                         }
2573                 }
2574         } 
2575         
2576         ret = PyString_FromStringAndSize((const char *)new_val.data, new_val.length);
2577         
2578         talloc_free(mem_ctx);
2579         
2580         return ret;
2581 }
2582
2583
2584
2585 SWIGINTERN swig_type_info*
2586 SWIG_pchar_descriptor(void)
2587 {
2588   static int init = 0;
2589   static swig_type_info* info = 0;
2590   if (!init) {
2591     info = SWIG_TypeQuery("_p_char");
2592     init = 1;
2593   }
2594   return info;
2595 }
2596
2597
2598 SWIGINTERN int
2599 SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc)
2600 {
2601   if (PyString_Check(obj)) {
2602     char *cstr; Py_ssize_t len;
2603     PyString_AsStringAndSize(obj, &cstr, &len);
2604     if (cptr)  {
2605       if (alloc) {
2606         /* 
2607            In python the user should not be able to modify the inner
2608            string representation. To warranty that, if you define
2609            SWIG_PYTHON_SAFE_CSTRINGS, a new/copy of the python string
2610            buffer is always returned.
2611
2612            The default behavior is just to return the pointer value,
2613            so, be careful.
2614         */ 
2615 #if defined(SWIG_PYTHON_SAFE_CSTRINGS)
2616         if (*alloc != SWIG_OLDOBJ) 
2617 #else
2618         if (*alloc == SWIG_NEWOBJ) 
2619 #endif
2620           {
2621             *cptr = (char *)memcpy((char *)malloc((len + 1)*sizeof(char)), cstr, sizeof(char)*(len + 1));
2622             *alloc = SWIG_NEWOBJ;
2623           }
2624         else {
2625           *cptr = cstr;
2626           *alloc = SWIG_OLDOBJ;
2627         }
2628       } else {
2629         *cptr = PyString_AsString(obj);
2630       }
2631     }
2632     if (psize) *psize = len + 1;
2633     return SWIG_OK;
2634   } else {
2635     swig_type_info* pchar_descriptor = SWIG_pchar_descriptor();
2636     if (pchar_descriptor) {
2637       void* vptr = 0;
2638       if (SWIG_ConvertPtr(obj, &vptr, pchar_descriptor, 0) == SWIG_OK) {
2639         if (cptr) *cptr = (char *) vptr;
2640         if (psize) *psize = vptr ? (strlen((char *)vptr) + 1) : 0;
2641         if (alloc) *alloc = SWIG_OLDOBJ;
2642         return SWIG_OK;
2643       }
2644     }
2645   }
2646   return SWIG_TypeError;
2647 }
2648
2649
2650
2651
2652 SWIGINTERN ldb_dn *new_ldb_dn(ldb *ldb_ctx,char const *str){
2653             ldb_dn *ret = ldb_dn_new(ldb_ctx, ldb_ctx, str);
2654             /* ldb_dn_new() doesn't accept NULL as memory context, so 
2655                we do it this way... */
2656             talloc_steal(NULL, ret);
2657
2658             if (ret == NULL)
2659                 SWIG_exception(SWIG_ValueError, 
2660                                 "unable to parse dn string");
2661 fail:
2662             return ret;
2663         }
2664 SWIGINTERN void delete_ldb_dn(ldb_dn *self){ talloc_free(self); }
2665
2666 SWIGINTERNINLINE PyObject*
2667   SWIG_From_bool  (bool value)
2668 {
2669   return PyBool_FromLong(value ? 1 : 0);
2670 }
2671
2672
2673 SWIGINTERNINLINE PyObject *
2674 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
2675 {
2676   if (carray) {
2677     if (size > INT_MAX) {
2678       swig_type_info* pchar_descriptor = SWIG_pchar_descriptor();
2679       return pchar_descriptor ? 
2680         SWIG_NewPointerObj((char *)(carray), pchar_descriptor, 0) : SWIG_Py_Void();
2681     } else {
2682       return PyString_FromStringAndSize(carray, (int)(size));
2683     }
2684   } else {
2685     return SWIG_Py_Void();
2686   }
2687 }
2688
2689
2690 SWIGINTERNINLINE PyObject * 
2691 SWIG_FromCharPtr(const char *cptr)
2692
2693   return SWIG_FromCharPtrAndSize(cptr, (cptr ? strlen(cptr) : 0));
2694 }
2695
2696 SWIGINTERN ldb_dn *ldb_dn_parent(ldb_dn *self){ return ldb_dn_get_parent(NULL, self); }
2697 SWIGINTERN char const *ldb_dn_canonical_str(ldb_dn *self){
2698             return ldb_dn_canonical_string(self, self);
2699         }
2700 SWIGINTERN char const *ldb_dn_canonical_ex_str(ldb_dn *self){
2701             return ldb_dn_canonical_ex_string(self, self);
2702         }
2703 SWIGINTERN ldb_dn *ldb_dn___add__(ldb_dn *self,ldb_dn *other){
2704             ldb_dn *ret = ldb_dn_copy(NULL, self);
2705             ldb_dn_add_child(ret, other);
2706             return ret;
2707         }
2708
2709 int ldb_dn_from_pyobject(TALLOC_CTX *mem_ctx, PyObject *object, 
2710                          struct ldb_context *ldb_ctx, ldb_dn **dn)
2711 {
2712     int ret;
2713     struct ldb_dn *odn;
2714     if (ldb_ctx != NULL && PyString_Check(object)) {
2715         *dn = ldb_dn_new(mem_ctx, ldb_ctx, PyString_AsString(object));
2716         return 0;
2717     }
2718     ret = SWIG_ConvertPtr(object, (void **)&odn, SWIGTYPE_p_ldb_dn, 
2719                            SWIG_POINTER_EXCEPTION);
2720     *dn = ldb_dn_copy(mem_ctx, odn);
2721     return ret;
2722 }
2723
2724 ldb_msg_element *ldb_msg_element_from_pyobject(TALLOC_CTX *mem_ctx,
2725                                                PyObject *set_obj, int flags,
2726                                                const char *attr_name)
2727 {
2728     struct ldb_message_element *me = talloc(mem_ctx, struct ldb_message_element);
2729     me->name = attr_name;
2730     me->flags = flags;
2731     if (PyString_Check(set_obj)) {
2732         me->num_values = 1;
2733         me->values = talloc_array(me, struct ldb_val, me->num_values);
2734         me->values[0].length = PyString_Size(set_obj);
2735         me->values[0].data = (uint8_t *)talloc_strdup(me->values, 
2736                                            PyString_AsString(set_obj));
2737     } else if (PySequence_Check(set_obj)) {
2738         int i;
2739         me->num_values = PySequence_Size(set_obj);
2740         me->values = talloc_array(me, struct ldb_val, me->num_values);
2741         for (i = 0; i < me->num_values; i++) {
2742             PyObject *obj = PySequence_GetItem(set_obj, i);
2743             me->values[i].length = PyString_Size(obj);
2744             me->values[i].data = (uint8_t *)PyString_AsString(obj);
2745         }
2746     } else {
2747         talloc_free(me);
2748         me = NULL;
2749     }
2750
2751     return me;
2752 }
2753
2754 PyObject *ldb_msg_element_to_set(struct ldb_context *ldb_ctx, 
2755                                  ldb_msg_element *me)
2756 {
2757     int i;
2758     PyObject *result;
2759
2760     /* Python << 2.5 doesn't have PySet_New and PySet_Add. */
2761     result = PyList_New(me->num_values);
2762
2763     for (i = 0; i < me->num_values; i++) {
2764         PyList_SetItem(result, i,
2765             ldb_val_to_py_object(ldb_ctx, me, &me->values[i]));
2766     }
2767
2768     return result;
2769 }
2770
2771
2772 SWIGINTERN PyObject *ldb_msg_element___iter__(ldb_msg_element *self){
2773             return PyObject_GetIter(ldb_msg_element_to_set(NULL, self));
2774         }
2775 SWIGINTERN PyObject *ldb_msg_element___set__(ldb_msg_element *self){
2776             return ldb_msg_element_to_set(NULL, self);
2777         }
2778
2779 #include <limits.h>
2780 #if !defined(SWIG_NO_LLONG_MAX)
2781 # if !defined(LLONG_MAX) && defined(__GNUC__) && defined (__LONG_LONG_MAX__)
2782 #   define LLONG_MAX __LONG_LONG_MAX__
2783 #   define LLONG_MIN (-LLONG_MAX - 1LL)
2784 #   define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
2785 # endif
2786 #endif
2787
2788
2789 SWIGINTERN int
2790 SWIG_AsVal_double (PyObject *obj, double *val)
2791 {
2792   int res = SWIG_TypeError;
2793   if (PyFloat_Check(obj)) {
2794     if (val) *val = PyFloat_AsDouble(obj);
2795     return SWIG_OK;
2796   } else if (PyInt_Check(obj)) {
2797     if (val) *val = PyInt_AsLong(obj);
2798     return SWIG_OK;
2799   } else if (PyLong_Check(obj)) {
2800     double v = PyLong_AsDouble(obj);
2801     if (!PyErr_Occurred()) {
2802       if (val) *val = v;
2803       return SWIG_OK;
2804     } else {
2805       PyErr_Clear();
2806     }
2807   }
2808 #ifdef SWIG_PYTHON_CAST_MODE
2809   {
2810     int dispatch = 0;
2811     double d = PyFloat_AsDouble(obj);
2812     if (!PyErr_Occurred()) {
2813       if (val) *val = d;
2814       return SWIG_AddCast(SWIG_OK);
2815     } else {
2816       PyErr_Clear();
2817     }
2818     if (!dispatch) {
2819       long v = PyLong_AsLong(obj);
2820       if (!PyErr_Occurred()) {
2821         if (val) *val = v;
2822         return SWIG_AddCast(SWIG_AddCast(SWIG_OK));
2823       } else {
2824         PyErr_Clear();
2825       }
2826     }
2827   }
2828 #endif
2829   return res;
2830 }
2831
2832
2833 #include <float.h>
2834
2835
2836 #include <math.h>
2837
2838
2839 SWIGINTERNINLINE int
2840 SWIG_CanCastAsInteger(double *d, double min, double max) {
2841   double x = *d;
2842   if ((min <= x && x <= max)) {
2843    double fx = floor(x);
2844    double cx = ceil(x);
2845    double rd =  ((x - fx) < 0.5) ? fx : cx; /* simple rint */
2846    if ((errno == EDOM) || (errno == ERANGE)) {
2847      errno = 0;
2848    } else {
2849      double summ, reps, diff;
2850      if (rd < x) {
2851        diff = x - rd;
2852      } else if (rd > x) {
2853        diff = rd - x;
2854      } else {
2855        return 1;
2856      }
2857      summ = rd + x;
2858      reps = diff/summ;
2859      if (reps < 8*DBL_EPSILON) {
2860        *d = rd;
2861        return 1;
2862      }
2863    }
2864   }
2865   return 0;
2866 }
2867
2868
2869 SWIGINTERN int
2870 SWIG_AsVal_long (PyObject *obj, long* val)
2871 {
2872   if (PyInt_Check(obj)) {
2873     if (val) *val = PyInt_AsLong(obj);
2874     return SWIG_OK;
2875   } else if (PyLong_Check(obj)) {
2876     long v = PyLong_AsLong(obj);
2877     if (!PyErr_Occurred()) {
2878       if (val) *val = v;
2879       return SWIG_OK;
2880     } else {
2881       PyErr_Clear();
2882     }
2883   }
2884 #ifdef SWIG_PYTHON_CAST_MODE
2885   {
2886     int dispatch = 0;
2887     long v = PyInt_AsLong(obj);
2888     if (!PyErr_Occurred()) {
2889       if (val) *val = v;
2890       return SWIG_AddCast(SWIG_OK);
2891     } else {
2892       PyErr_Clear();
2893     }
2894     if (!dispatch) {
2895       double d;
2896       int res = SWIG_AddCast(SWIG_AsVal_double (obj,&d));
2897       if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, LONG_MIN, LONG_MAX)) {
2898         if (val) *val = (long)(d);
2899         return res;
2900       }
2901     }
2902   }
2903 #endif
2904   return SWIG_TypeError;
2905 }
2906
2907
2908 SWIGINTERN int
2909 SWIG_AsVal_int (PyObject * obj, int *val)
2910 {
2911   long v;
2912   int res = SWIG_AsVal_long (obj, &v);
2913   if (SWIG_IsOK(res)) {
2914     if ((v < INT_MIN || v > INT_MAX)) {
2915       return SWIG_OverflowError;
2916     } else {
2917       if (val) *val = (int)(v);
2918     }
2919   }  
2920   return res;
2921 }
2922
2923 SWIGINTERN ldb_msg_element *new_ldb_msg_element(PyObject *set_obj,int flags,char const *name){
2924             return ldb_msg_element_from_pyobject(NULL, set_obj, flags, name);
2925         }
2926 SWIGINTERN int ldb_msg_element___len__(ldb_msg_element *self){
2927             return self->num_values;
2928         }
2929 SWIGINTERN PyObject *ldb_msg_element_get(ldb_msg_element *self,int i){
2930             if (i < 0 || i >= self->num_values)
2931                 return Py_None;
2932
2933             return ldb_val_to_py_object(NULL, self, &self->values[i]);
2934         }
2935 SWIGINTERN void delete_ldb_msg_element(ldb_msg_element *self){ talloc_free(self); }
2936
2937     PyObject *ldb_msg_list_elements(ldb_msg *msg)
2938     {
2939         int i;
2940         PyObject *obj = PyList_New(msg->num_elements);
2941         for (i = 0; i < msg->num_elements; i++)
2942             PyList_SetItem(obj, i, PyString_FromString(msg->elements[i].name));
2943         return obj;
2944     }
2945
2946 SWIGINTERN ldb_msg *new_ldb_msg(ldb_dn *dn){ 
2947             ldb_msg *ret = ldb_msg_new(NULL); 
2948             ret->dn = talloc_reference(ret, dn);
2949             return ret;
2950         }
2951 SWIGINTERN void delete_ldb_msg(ldb_msg *self){ talloc_free(self); }
2952 SWIGINTERN void ldb_msg___setitem____SWIG_0(ldb_msg *self,char const *attr_name,ldb_msg_element *val){
2953             struct ldb_message_element *el;
2954             
2955             ldb_msg_remove_attr(self, attr_name);
2956
2957             el = talloc(self, struct ldb_message_element);
2958             el->name = talloc_strdup(el, attr_name);
2959             el->num_values = val->num_values;
2960             el->values = talloc_reference(el, val->values);
2961
2962             ldb_msg_add(self, el, val->flags);
2963         }
2964 SWIGINTERN void ldb_msg___setitem____SWIG_1(ldb_msg *self,char const *attr_name,PyObject *val){
2965             struct ldb_message_element *el = ldb_msg_element_from_pyobject(NULL,
2966                                                 val, 0, attr_name);
2967             talloc_steal(self, el);
2968             ldb_msg_remove_attr(self, attr_name);
2969             ldb_msg_add(self, el, el->flags);
2970         }
2971 SWIGINTERN unsigned int ldb_msg___len__(ldb_msg *self){ return self->num_elements; }
2972
2973 SWIGINTERNINLINE PyObject* 
2974 SWIG_From_unsigned_SS_long  (unsigned long value)
2975 {
2976   return (value > LONG_MAX) ?
2977     PyLong_FromUnsignedLong(value) : PyInt_FromLong((long)(value)); 
2978 }
2979
2980
2981 SWIGINTERNINLINE PyObject *
2982 SWIG_From_unsigned_SS_int  (unsigned int value)
2983 {    
2984   return SWIG_From_unsigned_SS_long  (value);
2985 }
2986
2987 SWIGINTERN PyObject *ldb_msg_keys(ldb_msg *self){
2988             return ldb_msg_list_elements(self);
2989         }
2990 SWIGINTERN PyObject *ldb_msg___iter__(ldb_msg *self){
2991             return PyObject_GetIter(ldb_msg_list_elements(self));
2992         }
2993
2994 static void py_ldb_debug(void *context, enum ldb_debug_level level, const char *fmt, va_list ap)
2995 {
2996     char *text;
2997     PyObject *fn = context;
2998
2999     vasprintf(&text, fmt, ap);
3000     PyObject_CallFunction(fn, (char *)"(i,s)", level, text);
3001     free(text);
3002 }
3003
3004
3005     static PyObject *ldb_ldif_to_pyobject(ldb_ldif *ldif)
3006     {
3007         if (ldif == NULL) {
3008             return Py_None;
3009         } else {
3010             return Py_BuildValue((char *)"(iO)", ldif->changetype, 
3011                    SWIG_NewPointerObj(ldif->msg, SWIGTYPE_p_ldb_message, 0));
3012         }
3013     }
3014
3015
3016 PyObject *PyExc_LdbError;
3017
3018 SWIGINTERN ldb *new_ldb(){ return ldb_init(NULL); }
3019
3020 SWIGINTERN int
3021 SWIG_AsVal_unsigned_SS_long (PyObject *obj, unsigned long *val) 
3022 {
3023   if (PyInt_Check(obj)) {
3024     long v = PyInt_AsLong(obj);
3025     if (v >= 0) {
3026       if (val) *val = v;
3027       return SWIG_OK;
3028     } else {
3029       return SWIG_OverflowError;
3030     }
3031   } else if (PyLong_Check(obj)) {
3032     unsigned long v = PyLong_AsUnsignedLong(obj);
3033     if (!PyErr_Occurred()) {
3034       if (val) *val = v;
3035       return SWIG_OK;
3036     } else {
3037       PyErr_Clear();
3038     }
3039   }
3040 #ifdef SWIG_PYTHON_CAST_MODE
3041   {
3042     int dispatch = 0;
3043     unsigned long v = PyLong_AsUnsignedLong(obj);
3044     if (!PyErr_Occurred()) {
3045       if (val) *val = v;
3046       return SWIG_AddCast(SWIG_OK);
3047     } else {
3048       PyErr_Clear();
3049     }
3050     if (!dispatch) {
3051       double d;
3052       int res = SWIG_AddCast(SWIG_AsVal_double (obj,&d));
3053       if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, 0, ULONG_MAX)) {
3054         if (val) *val = (unsigned long)(d);
3055         return res;
3056       }
3057     }
3058   }
3059 #endif
3060   return SWIG_TypeError;
3061 }
3062
3063
3064 SWIGINTERN int
3065 SWIG_AsVal_unsigned_SS_int (PyObject * obj, unsigned int *val)
3066 {
3067   unsigned long v;
3068   int res = SWIG_AsVal_unsigned_SS_long (obj, &v);
3069   if (SWIG_IsOK(res)) {
3070     if ((v > UINT_MAX)) {
3071       return SWIG_OverflowError;
3072     } else {
3073       if (val) *val = (unsigned int)(v);
3074     }
3075   }  
3076   return res;
3077 }
3078
3079 SWIGINTERN void delete_ldb(ldb *self){ talloc_free(self); }
3080 SWIGINTERN ldb_error ldb_search_ex(ldb *self,TALLOC_CTX *mem_ctx,ldb_dn *base,enum ldb_scope scope,char const *expression,char const *const *attrs,struct ldb_control **controls,struct ldb_result **OUT){
3081             int ret;
3082             struct ldb_result *res;
3083             struct ldb_request *req;
3084             res = talloc_zero(mem_ctx, struct ldb_result);
3085             if (!res) {
3086                 return 1;
3087             }
3088
3089             ret = ldb_build_search_req(&req, self, mem_ctx,
3090                            base?base:ldb_get_default_basedn(self),
3091                            scope,
3092                            expression,
3093                            attrs,
3094                            controls,
3095                            res,
3096                            ldb_search_default_callback);
3097
3098             if (ret != 0) {
3099                 talloc_free(res);
3100                 return ret;
3101             }
3102
3103             ldb_set_timeout(self, req, 0); /* use default timeout */
3104                 
3105             ret = ldb_request(self, req);
3106                 
3107             if (ret == 0) {
3108                 ret = ldb_wait(req->handle, LDB_WAIT_ALL);
3109             }
3110
3111             talloc_free(req);
3112
3113             *OUT = res;
3114             return ret;
3115         }
3116 SWIGINTERN PyObject *ldb_schema_format_value(ldb *self,char const *element_name,PyObject *val){
3117                 const struct ldb_schema_attribute *a;
3118                 struct ldb_val old_val;
3119                 struct ldb_val new_val;
3120                 TALLOC_CTX *mem_ctx = talloc_new(NULL);
3121                 PyObject *ret;
3122                 
3123                 old_val.data = PyString_AsString(val);
3124                 old_val.length = PyString_Size(val);
3125                 
3126                 a = ldb_schema_attribute_by_name(self, element_name);
3127         
3128                 if (a == NULL) {
3129                         return Py_None;
3130                 }
3131                 
3132                 if (a->syntax->ldif_write_fn(self, mem_ctx, &old_val, &new_val) != 0) {
3133                         talloc_free(mem_ctx);
3134                         return Py_None;
3135                  }
3136         
3137                 ret = PyString_FromStringAndSize((const char *)new_val.data, new_val.length);
3138                 
3139                 talloc_free(mem_ctx);
3140                 
3141                 return ret;
3142         }
3143 SWIGINTERN ldb_error ldb___contains__(ldb *self,ldb_dn *dn,struct ldb_result **result_as_bool){
3144             return ldb_search(self, dn, LDB_SCOPE_BASE, NULL, NULL, 
3145                              result_as_bool);
3146         }
3147 SWIGINTERN PyObject *ldb_parse_ldif(ldb *self,char const *s){
3148             PyObject *list = PyList_New(0);
3149             struct ldb_ldif *ldif;
3150             while ((ldif = ldb_ldif_read_string(self, &s)) != NULL) {
3151                 PyList_Append(list, ldb_ldif_to_pyobject(ldif));
3152             }
3153             return PyObject_GetIter(list);
3154         }
3155
3156 static char *timestring(time_t t)
3157 {
3158     char *tresult = ldb_timestring(NULL, t);
3159     char *result = strdup(tresult);
3160     talloc_free(tresult);
3161     return result; 
3162 }
3163
3164 #ifdef __cplusplus
3165 extern "C" {
3166 #endif
3167 SWIGINTERN PyObject *_wrap_ldb_val_to_py_object(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3168   PyObject *resultobj = 0;
3169   struct ldb_context *arg1 = (struct ldb_context *) 0 ;
3170   struct ldb_message_element *arg2 = (struct ldb_message_element *) 0 ;
3171   struct ldb_val *arg3 = (struct ldb_val *) 0 ;
3172   PyObject *result = 0 ;
3173   void *argp1 = 0 ;
3174   int res1 = 0 ;
3175   void *argp2 = 0 ;
3176   int res2 = 0 ;
3177   void *argp3 = 0 ;
3178   int res3 = 0 ;
3179   PyObject * obj0 = 0 ;
3180   PyObject * obj1 = 0 ;
3181   PyObject * obj2 = 0 ;
3182   char *  kwnames[] = {
3183     (char *) "ldb_ctx",(char *) "el",(char *) "val", NULL 
3184   };
3185   
3186   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ldb_val_to_py_object",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
3187   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
3188   if (!SWIG_IsOK(res1)) {
3189     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ldb_val_to_py_object" "', argument " "1"" of type '" "struct ldb_context *""'"); 
3190   }
3191   arg1 = (struct ldb_context *)(argp1);
3192   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_ldb_message_element, 0 |  0 );
3193   if (!SWIG_IsOK(res2)) {
3194     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ldb_val_to_py_object" "', argument " "2"" of type '" "struct ldb_message_element *""'"); 
3195   }
3196   arg2 = (struct ldb_message_element *)(argp2);
3197   res3 = SWIG_ConvertPtr(obj2, &argp3,SWIGTYPE_p_ldb_val, 0 |  0 );
3198   if (!SWIG_IsOK(res3)) {
3199     SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "ldb_val_to_py_object" "', argument " "3"" of type '" "struct ldb_val *""'"); 
3200   }
3201   arg3 = (struct ldb_val *)(argp3);
3202   if (arg1 == NULL)
3203   SWIG_exception(SWIG_ValueError, 
3204     "ldb context must be non-NULL");
3205   result = (PyObject *)ldb_val_to_py_object(arg1,arg2,arg3);
3206   resultobj = result;
3207   return resultobj;
3208 fail:
3209   return NULL;
3210 }
3211
3212
3213 SWIGINTERN PyObject *_wrap_new_Dn(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3214   PyObject *resultobj = 0;
3215   ldb *arg1 = (ldb *) 0 ;
3216   char *arg2 = (char *) 0 ;
3217   ldb_dn *result = 0 ;
3218   void *argp1 = 0 ;
3219   int res1 = 0 ;
3220   int res2 ;
3221   char *buf2 = 0 ;
3222   int alloc2 = 0 ;
3223   PyObject * obj0 = 0 ;
3224   PyObject * obj1 = 0 ;
3225   char *  kwnames[] = {
3226     (char *) "ldb_ctx",(char *) "str", NULL 
3227   };
3228   
3229   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:new_Dn",kwnames,&obj0,&obj1)) SWIG_fail;
3230   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
3231   if (!SWIG_IsOK(res1)) {
3232     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Dn" "', argument " "1"" of type '" "ldb *""'"); 
3233   }
3234   arg1 = (ldb *)(argp1);
3235   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3236   if (!SWIG_IsOK(res2)) {
3237     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Dn" "', argument " "2"" of type '" "char const *""'");
3238   }
3239   arg2 = (char *)(buf2);
3240   if (arg1 == NULL)
3241   SWIG_exception(SWIG_ValueError, 
3242     "ldb context must be non-NULL");
3243   result = (ldb_dn *)new_ldb_dn(arg1,(char const *)arg2);
3244   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, SWIG_POINTER_NEW |  0 );
3245   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3246   return resultobj;
3247 fail:
3248   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3249   return NULL;
3250 }
3251
3252
3253 SWIGINTERN PyObject *_wrap_delete_Dn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3254   PyObject *resultobj = 0;
3255   ldb_dn *arg1 = (ldb_dn *) 0 ;
3256   void *argp1 = 0 ;
3257   int res1 = 0 ;
3258   PyObject *swig_obj[1] ;
3259   
3260   if (!args) SWIG_fail;
3261   swig_obj[0] = args;
3262   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, SWIG_POINTER_DISOWN |  0 );
3263   if (!SWIG_IsOK(res1)) {
3264     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Dn" "', argument " "1"" of type '" "ldb_dn *""'"); 
3265   }
3266   arg1 = (ldb_dn *)(argp1);
3267   delete_ldb_dn(arg1);
3268   
3269   resultobj = SWIG_Py_Void();
3270   return resultobj;
3271 fail:
3272   return NULL;
3273 }
3274
3275
3276 SWIGINTERN PyObject *_wrap_Dn_validate(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3277   PyObject *resultobj = 0;
3278   ldb_dn *arg1 = (ldb_dn *) 0 ;
3279   bool result;
3280   void *argp1 = 0 ;
3281   int res1 = 0 ;
3282   PyObject *swig_obj[1] ;
3283   
3284   if (!args) SWIG_fail;
3285   swig_obj[0] = args;
3286   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3287   if (!SWIG_IsOK(res1)) {
3288     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_validate" "', argument " "1"" of type '" "ldb_dn *""'"); 
3289   }
3290   arg1 = (ldb_dn *)(argp1);
3291   result = (bool)ldb_dn_validate(arg1);
3292   resultobj = SWIG_From_bool((bool)(result));
3293   return resultobj;
3294 fail:
3295   return NULL;
3296 }
3297
3298
3299 SWIGINTERN PyObject *_wrap_Dn_get_casefold(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3300   PyObject *resultobj = 0;
3301   ldb_dn *arg1 = (ldb_dn *) 0 ;
3302   char *result = 0 ;
3303   void *argp1 = 0 ;
3304   int res1 = 0 ;
3305   PyObject *swig_obj[1] ;
3306   
3307   if (!args) SWIG_fail;
3308   swig_obj[0] = args;
3309   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3310   if (!SWIG_IsOK(res1)) {
3311     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_get_casefold" "', argument " "1"" of type '" "ldb_dn *""'"); 
3312   }
3313   arg1 = (ldb_dn *)(argp1);
3314   result = (char *)ldb_dn_get_casefold(arg1);
3315   resultobj = SWIG_FromCharPtr((const char *)result);
3316   return resultobj;
3317 fail:
3318   return NULL;
3319 }
3320
3321
3322 SWIGINTERN PyObject *_wrap_Dn___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3323   PyObject *resultobj = 0;
3324   ldb_dn *arg1 = (ldb_dn *) 0 ;
3325   char *result = 0 ;
3326   void *argp1 = 0 ;
3327   int res1 = 0 ;
3328   PyObject *swig_obj[1] ;
3329   
3330   if (!args) SWIG_fail;
3331   swig_obj[0] = args;
3332   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3333   if (!SWIG_IsOK(res1)) {
3334     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn___str__" "', argument " "1"" of type '" "ldb_dn *""'"); 
3335   }
3336   arg1 = (ldb_dn *)(argp1);
3337   result = (char *)ldb_dn_get_linearized(arg1);
3338   resultobj = SWIG_FromCharPtr((const char *)result);
3339   return resultobj;
3340 fail:
3341   return NULL;
3342 }
3343
3344
3345 SWIGINTERN PyObject *_wrap_Dn_parent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3346   PyObject *resultobj = 0;
3347   ldb_dn *arg1 = (ldb_dn *) 0 ;
3348   ldb_dn *result = 0 ;
3349   void *argp1 = 0 ;
3350   int res1 = 0 ;
3351   PyObject *swig_obj[1] ;
3352   
3353   if (!args) SWIG_fail;
3354   swig_obj[0] = args;
3355   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3356   if (!SWIG_IsOK(res1)) {
3357     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_parent" "', argument " "1"" of type '" "ldb_dn *""'"); 
3358   }
3359   arg1 = (ldb_dn *)(argp1);
3360   result = (ldb_dn *)ldb_dn_parent(arg1);
3361   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, 0 |  0 );
3362   return resultobj;
3363 fail:
3364   return NULL;
3365 }
3366
3367
3368 SWIGINTERN PyObject *_wrap_Dn___cmp__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3369   PyObject *resultobj = 0;
3370   ldb_dn *arg1 = (ldb_dn *) 0 ;
3371   ldb_dn *arg2 = (ldb_dn *) 0 ;
3372   int result;
3373   void *argp1 = 0 ;
3374   int res1 = 0 ;
3375   void *argp2 = 0 ;
3376   int res2 = 0 ;
3377   PyObject * obj0 = 0 ;
3378   PyObject * obj1 = 0 ;
3379   char *  kwnames[] = {
3380     (char *) "self",(char *) "other", NULL 
3381   };
3382   
3383   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Dn___cmp__",kwnames,&obj0,&obj1)) SWIG_fail;
3384   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3385   if (!SWIG_IsOK(res1)) {
3386     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn___cmp__" "', argument " "1"" of type '" "ldb_dn *""'"); 
3387   }
3388   arg1 = (ldb_dn *)(argp1);
3389   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_ldb_dn, 0 |  0 );
3390   if (!SWIG_IsOK(res2)) {
3391     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Dn___cmp__" "', argument " "2"" of type '" "ldb_dn *""'"); 
3392   }
3393   arg2 = (ldb_dn *)(argp2);
3394   result = (int)ldb_dn_compare(arg1,arg2);
3395   resultobj = SWIG_From_int((int)(result));
3396   return resultobj;
3397 fail:
3398   return NULL;
3399 }
3400
3401
3402 SWIGINTERN PyObject *_wrap_Dn_is_valid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3403   PyObject *resultobj = 0;
3404   ldb_dn *arg1 = (ldb_dn *) 0 ;
3405   bool result;
3406   void *argp1 = 0 ;
3407   int res1 = 0 ;
3408   PyObject *swig_obj[1] ;
3409   
3410   if (!args) SWIG_fail;
3411   swig_obj[0] = args;
3412   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3413   if (!SWIG_IsOK(res1)) {
3414     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_is_valid" "', argument " "1"" of type '" "ldb_dn *""'"); 
3415   }
3416   arg1 = (ldb_dn *)(argp1);
3417   result = (bool)ldb_dn_is_valid(arg1);
3418   resultobj = SWIG_From_bool((bool)(result));
3419   return resultobj;
3420 fail:
3421   return NULL;
3422 }
3423
3424
3425 SWIGINTERN PyObject *_wrap_Dn_is_special(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3426   PyObject *resultobj = 0;
3427   ldb_dn *arg1 = (ldb_dn *) 0 ;
3428   bool result;
3429   void *argp1 = 0 ;
3430   int res1 = 0 ;
3431   PyObject *swig_obj[1] ;
3432   
3433   if (!args) SWIG_fail;
3434   swig_obj[0] = args;
3435   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3436   if (!SWIG_IsOK(res1)) {
3437     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_is_special" "', argument " "1"" of type '" "ldb_dn *""'"); 
3438   }
3439   arg1 = (ldb_dn *)(argp1);
3440   result = (bool)ldb_dn_is_special(arg1);
3441   resultobj = SWIG_From_bool((bool)(result));
3442   return resultobj;
3443 fail:
3444   return NULL;
3445 }
3446
3447
3448 SWIGINTERN PyObject *_wrap_Dn_is_null(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3449   PyObject *resultobj = 0;
3450   ldb_dn *arg1 = (ldb_dn *) 0 ;
3451   bool result;
3452   void *argp1 = 0 ;
3453   int res1 = 0 ;
3454   PyObject *swig_obj[1] ;
3455   
3456   if (!args) SWIG_fail;
3457   swig_obj[0] = args;
3458   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3459   if (!SWIG_IsOK(res1)) {
3460     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_is_null" "', argument " "1"" of type '" "ldb_dn *""'"); 
3461   }
3462   arg1 = (ldb_dn *)(argp1);
3463   result = (bool)ldb_dn_is_null(arg1);
3464   resultobj = SWIG_From_bool((bool)(result));
3465   return resultobj;
3466 fail:
3467   return NULL;
3468 }
3469
3470
3471 SWIGINTERN PyObject *_wrap_Dn_check_special(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3472   PyObject *resultobj = 0;
3473   ldb_dn *arg1 = (ldb_dn *) 0 ;
3474   char *arg2 = (char *) 0 ;
3475   bool result;
3476   void *argp1 = 0 ;
3477   int res1 = 0 ;
3478   int res2 ;
3479   char *buf2 = 0 ;
3480   int alloc2 = 0 ;
3481   PyObject * obj0 = 0 ;
3482   PyObject * obj1 = 0 ;
3483   char *  kwnames[] = {
3484     (char *) "self",(char *) "name", NULL 
3485   };
3486   
3487   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Dn_check_special",kwnames,&obj0,&obj1)) SWIG_fail;
3488   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3489   if (!SWIG_IsOK(res1)) {
3490     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_check_special" "', argument " "1"" of type '" "ldb_dn *""'"); 
3491   }
3492   arg1 = (ldb_dn *)(argp1);
3493   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3494   if (!SWIG_IsOK(res2)) {
3495     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Dn_check_special" "', argument " "2"" of type '" "char const *""'");
3496   }
3497   arg2 = (char *)(buf2);
3498   result = (bool)ldb_dn_check_special(arg1,(char const *)arg2);
3499   resultobj = SWIG_From_bool((bool)(result));
3500   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3501   return resultobj;
3502 fail:
3503   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3504   return NULL;
3505 }
3506
3507
3508 SWIGINTERN PyObject *_wrap_Dn___len__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3509   PyObject *resultobj = 0;
3510   ldb_dn *arg1 = (ldb_dn *) 0 ;
3511   int result;
3512   void *argp1 = 0 ;
3513   int res1 = 0 ;
3514   PyObject *swig_obj[1] ;
3515   
3516   if (!args) SWIG_fail;
3517   swig_obj[0] = args;
3518   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3519   if (!SWIG_IsOK(res1)) {
3520     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn___len__" "', argument " "1"" of type '" "ldb_dn *""'"); 
3521   }
3522   arg1 = (ldb_dn *)(argp1);
3523   result = (int)ldb_dn_get_comp_num(arg1);
3524   resultobj = SWIG_From_int((int)(result));
3525   return resultobj;
3526 fail:
3527   return NULL;
3528 }
3529
3530
3531 SWIGINTERN PyObject *_wrap_Dn_add_child(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3532   PyObject *resultobj = 0;
3533   ldb_dn *arg1 = (ldb_dn *) 0 ;
3534   ldb_dn *arg2 = (ldb_dn *) 0 ;
3535   bool result;
3536   void *argp1 = 0 ;
3537   int res1 = 0 ;
3538   void *argp2 = 0 ;
3539   int res2 = 0 ;
3540   PyObject * obj0 = 0 ;
3541   PyObject * obj1 = 0 ;
3542   char *  kwnames[] = {
3543     (char *) "self",(char *) "child", NULL 
3544   };
3545   
3546   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Dn_add_child",kwnames,&obj0,&obj1)) SWIG_fail;
3547   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3548   if (!SWIG_IsOK(res1)) {
3549     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_add_child" "', argument " "1"" of type '" "ldb_dn *""'"); 
3550   }
3551   arg1 = (ldb_dn *)(argp1);
3552   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_ldb_dn, 0 |  0 );
3553   if (!SWIG_IsOK(res2)) {
3554     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Dn_add_child" "', argument " "2"" of type '" "ldb_dn *""'"); 
3555   }
3556   arg2 = (ldb_dn *)(argp2);
3557   result = (bool)ldb_dn_add_child(arg1,arg2);
3558   resultobj = SWIG_From_bool((bool)(result));
3559   return resultobj;
3560 fail:
3561   return NULL;
3562 }
3563
3564
3565 SWIGINTERN PyObject *_wrap_Dn_add_base(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3566   PyObject *resultobj = 0;
3567   ldb_dn *arg1 = (ldb_dn *) 0 ;
3568   ldb_dn *arg2 = (ldb_dn *) 0 ;
3569   bool result;
3570   void *argp1 = 0 ;
3571   int res1 = 0 ;
3572   void *argp2 = 0 ;
3573   int res2 = 0 ;
3574   PyObject * obj0 = 0 ;
3575   PyObject * obj1 = 0 ;
3576   char *  kwnames[] = {
3577     (char *) "self",(char *) "base", NULL 
3578   };
3579   
3580   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Dn_add_base",kwnames,&obj0,&obj1)) SWIG_fail;
3581   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3582   if (!SWIG_IsOK(res1)) {
3583     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_add_base" "', argument " "1"" of type '" "ldb_dn *""'"); 
3584   }
3585   arg1 = (ldb_dn *)(argp1);
3586   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_ldb_dn, 0 |  0 );
3587   if (!SWIG_IsOK(res2)) {
3588     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Dn_add_base" "', argument " "2"" of type '" "ldb_dn *""'"); 
3589   }
3590   arg2 = (ldb_dn *)(argp2);
3591   result = (bool)ldb_dn_add_base(arg1,arg2);
3592   resultobj = SWIG_From_bool((bool)(result));
3593   return resultobj;
3594 fail:
3595   return NULL;
3596 }
3597
3598
3599 SWIGINTERN PyObject *_wrap_Dn_canonical_str(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3600   PyObject *resultobj = 0;
3601   ldb_dn *arg1 = (ldb_dn *) 0 ;
3602   char *result = 0 ;
3603   void *argp1 = 0 ;
3604   int res1 = 0 ;
3605   PyObject *swig_obj[1] ;
3606   
3607   if (!args) SWIG_fail;
3608   swig_obj[0] = args;
3609   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3610   if (!SWIG_IsOK(res1)) {
3611     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_canonical_str" "', argument " "1"" of type '" "ldb_dn *""'"); 
3612   }
3613   arg1 = (ldb_dn *)(argp1);
3614   result = (char *)ldb_dn_canonical_str(arg1);
3615   resultobj = SWIG_FromCharPtr((const char *)result);
3616   return resultobj;
3617 fail:
3618   return NULL;
3619 }
3620
3621
3622 SWIGINTERN PyObject *_wrap_Dn_canonical_ex_str(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3623   PyObject *resultobj = 0;
3624   ldb_dn *arg1 = (ldb_dn *) 0 ;
3625   char *result = 0 ;
3626   void *argp1 = 0 ;
3627   int res1 = 0 ;
3628   PyObject *swig_obj[1] ;
3629   
3630   if (!args) SWIG_fail;
3631   swig_obj[0] = args;
3632   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3633   if (!SWIG_IsOK(res1)) {
3634     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_canonical_ex_str" "', argument " "1"" of type '" "ldb_dn *""'"); 
3635   }
3636   arg1 = (ldb_dn *)(argp1);
3637   result = (char *)ldb_dn_canonical_ex_str(arg1);
3638   resultobj = SWIG_FromCharPtr((const char *)result);
3639   return resultobj;
3640 fail:
3641   return NULL;
3642 }
3643
3644
3645 SWIGINTERN PyObject *_wrap_Dn___add__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3646   PyObject *resultobj = 0;
3647   ldb_dn *arg1 = (ldb_dn *) 0 ;
3648   ldb_dn *arg2 = (ldb_dn *) 0 ;
3649   ldb_dn *result = 0 ;
3650   void *argp1 = 0 ;
3651   int res1 = 0 ;
3652   void *argp2 = 0 ;
3653   int res2 = 0 ;
3654   PyObject * obj0 = 0 ;
3655   PyObject * obj1 = 0 ;
3656   char *  kwnames[] = {
3657     (char *) "self",(char *) "other", NULL 
3658   };
3659   
3660   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Dn___add__",kwnames,&obj0,&obj1)) SWIG_fail;
3661   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3662   if (!SWIG_IsOK(res1)) {
3663     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn___add__" "', argument " "1"" of type '" "ldb_dn *""'"); 
3664   }
3665   arg1 = (ldb_dn *)(argp1);
3666   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_ldb_dn, 0 |  0 );
3667   if (!SWIG_IsOK(res2)) {
3668     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Dn___add__" "', argument " "2"" of type '" "ldb_dn *""'"); 
3669   }
3670   arg2 = (ldb_dn *)(argp2);
3671   result = (ldb_dn *)ldb_dn___add__(arg1,arg2);
3672   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, 0 |  0 );
3673   return resultobj;
3674 fail:
3675   return NULL;
3676 }
3677
3678
3679 SWIGINTERN PyObject *Dn_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3680   PyObject *obj;
3681   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
3682   SWIG_TypeNewClientData(SWIGTYPE_p_ldb_dn, SWIG_NewClientData(obj));
3683   return SWIG_Py_Void();
3684 }
3685
3686 SWIGINTERN PyObject *Dn_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3687   return SWIG_Python_InitShadowInstance(args);
3688 }
3689
3690 SWIGINTERN PyObject *_wrap_ldb_msg_element___iter__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3691   PyObject *resultobj = 0;
3692   ldb_msg_element *arg1 = (ldb_msg_element *) 0 ;
3693   PyObject *result = 0 ;
3694   void *argp1 = 0 ;
3695   int res1 = 0 ;
3696   PyObject *swig_obj[1] ;
3697   
3698   if (!args) SWIG_fail;
3699   swig_obj[0] = args;
3700   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message_element, 0 |  0 );
3701   if (!SWIG_IsOK(res1)) {
3702     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ldb_msg_element___iter__" "', argument " "1"" of type '" "ldb_msg_element *""'"); 
3703   }
3704   arg1 = (ldb_msg_element *)(argp1);
3705   result = (PyObject *)ldb_msg_element___iter__(arg1);
3706   resultobj = result;
3707   return resultobj;
3708 fail:
3709   return NULL;
3710 }
3711
3712
3713 SWIGINTERN PyObject *_wrap_ldb_msg_element___set__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3714   PyObject *resultobj = 0;
3715   ldb_msg_element *arg1 = (ldb_msg_element *) 0 ;
3716   PyObject *result = 0 ;
3717   void *argp1 = 0 ;
3718   int res1 = 0 ;
3719   PyObject *swig_obj[1] ;
3720   
3721   if (!args) SWIG_fail;
3722   swig_obj[0] = args;
3723   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message_element, 0 |  0 );
3724   if (!SWIG_IsOK(res1)) {
3725     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ldb_msg_element___set__" "', argument " "1"" of type '" "ldb_msg_element *""'"); 
3726   }
3727   arg1 = (ldb_msg_element *)(argp1);
3728   result = (PyObject *)ldb_msg_element___set__(arg1);
3729   resultobj = result;
3730   return resultobj;
3731 fail:
3732   return NULL;
3733 }
3734
3735
3736 SWIGINTERN PyObject *_wrap_new_MessageElement(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3737   PyObject *resultobj = 0;
3738   PyObject *arg1 = (PyObject *) 0 ;
3739   int arg2 = (int) 0 ;
3740   char *arg3 = (char *) NULL ;
3741   ldb_msg_element *result = 0 ;
3742   int val2 ;
3743   int ecode2 = 0 ;
3744   int res3 ;
3745   char *buf3 = 0 ;
3746   int alloc3 = 0 ;
3747   PyObject * obj0 = 0 ;
3748   PyObject * obj1 = 0 ;
3749   PyObject * obj2 = 0 ;
3750   char *  kwnames[] = {
3751     (char *) "set_obj",(char *) "flags",(char *) "name", NULL 
3752   };
3753   
3754   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OO:new_MessageElement",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
3755   arg1 = obj0;
3756   if (obj1) {
3757     ecode2 = SWIG_AsVal_int(obj1, &val2);
3758     if (!SWIG_IsOK(ecode2)) {
3759       SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_MessageElement" "', argument " "2"" of type '" "int""'");
3760     } 
3761     arg2 = (int)(val2);
3762   }
3763   if (obj2) {
3764     res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL, &alloc3);
3765     if (!SWIG_IsOK(res3)) {
3766       SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_MessageElement" "', argument " "3"" of type '" "char const *""'");
3767     }
3768     arg3 = (char *)(buf3);
3769   }
3770   result = (ldb_msg_element *)new_ldb_msg_element(arg1,arg2,(char const *)arg3);
3771   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_message_element, SWIG_POINTER_OWN |  0 );
3772   if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3773   return resultobj;
3774 fail:
3775   if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3776   return NULL;
3777 }
3778
3779
3780 SWIGINTERN PyObject *_wrap_ldb_msg_element___len__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3781   PyObject *resultobj = 0;
3782   ldb_msg_element *arg1 = (ldb_msg_element *) 0 ;
3783   int result;
3784   void *argp1 = 0 ;
3785   int res1 = 0 ;
3786   PyObject *swig_obj[1] ;
3787   
3788   if (!args) SWIG_fail;
3789   swig_obj[0] = args;
3790   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message_element, 0 |  0 );
3791   if (!SWIG_IsOK(res1)) {
3792     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ldb_msg_element___len__" "', argument " "1"" of type '" "ldb_msg_element *""'"); 
3793   }
3794   arg1 = (ldb_msg_element *)(argp1);
3795   result = (int)ldb_msg_element___len__(arg1);
3796   resultobj = SWIG_From_int((int)(result));
3797   return resultobj;
3798 fail:
3799   return NULL;
3800 }
3801
3802
3803 SWIGINTERN PyObject *_wrap_ldb_msg_element_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3804   PyObject *resultobj = 0;
3805   ldb_msg_element *arg1 = (ldb_msg_element *) 0 ;
3806   int arg2 ;
3807   PyObject *result = 0 ;
3808   void *argp1 = 0 ;
3809   int res1 = 0 ;
3810   int val2 ;
3811   int ecode2 = 0 ;
3812   PyObject * obj0 = 0 ;
3813   PyObject * obj1 = 0 ;
3814   char *  kwnames[] = {
3815     (char *) "self",(char *) "i", NULL 
3816   };
3817   
3818   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ldb_msg_element_get",kwnames,&obj0,&obj1)) SWIG_fail;
3819   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_message_element, 0 |  0 );
3820   if (!SWIG_IsOK(res1)) {
3821     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ldb_msg_element_get" "', argument " "1"" of type '" "ldb_msg_element *""'"); 
3822   }
3823   arg1 = (ldb_msg_element *)(argp1);
3824   ecode2 = SWIG_AsVal_int(obj1, &val2);
3825   if (!SWIG_IsOK(ecode2)) {
3826     SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "ldb_msg_element_get" "', argument " "2"" of type '" "int""'");
3827   } 
3828   arg2 = (int)(val2);
3829   result = (PyObject *)ldb_msg_element_get(arg1,arg2);
3830   resultobj = result;
3831   return resultobj;
3832 fail:
3833   return NULL;
3834 }
3835
3836
3837 SWIGINTERN PyObject *_wrap_delete_ldb_msg_element(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3838   PyObject *resultobj = 0;
3839   ldb_msg_element *arg1 = (ldb_msg_element *) 0 ;
3840   void *argp1 = 0 ;
3841   int res1 = 0 ;
3842   PyObject *swig_obj[1] ;
3843   
3844   if (!args) SWIG_fail;
3845   swig_obj[0] = args;
3846   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message_element, SWIG_POINTER_DISOWN |  0 );
3847   if (!SWIG_IsOK(res1)) {
3848     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ldb_msg_element" "', argument " "1"" of type '" "ldb_msg_element *""'"); 
3849   }
3850   arg1 = (ldb_msg_element *)(argp1);
3851   delete_ldb_msg_element(arg1);
3852   
3853   resultobj = SWIG_Py_Void();
3854   return resultobj;
3855 fail:
3856   return NULL;
3857 }
3858
3859
3860 SWIGINTERN PyObject *_wrap_ldb_msg_element___cmp__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3861   PyObject *resultobj = 0;
3862   ldb_msg_element *arg1 = (ldb_msg_element *) 0 ;
3863   ldb_msg_element *arg2 = (ldb_msg_element *) 0 ;
3864   int result;
3865   void *argp1 = 0 ;
3866   int res1 = 0 ;
3867   void *argp2 = 0 ;
3868   int res2 = 0 ;
3869   PyObject * obj0 = 0 ;
3870   PyObject * obj1 = 0 ;
3871   char *  kwnames[] = {
3872     (char *) "self",(char *)"arg2", NULL 
3873   };
3874   
3875   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ldb_msg_element___cmp__",kwnames,&obj0,&obj1)) SWIG_fail;
3876   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_message_element, 0 |  0 );
3877   if (!SWIG_IsOK(res1)) {
3878     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ldb_msg_element___cmp__" "', argument " "1"" of type '" "ldb_msg_element *""'"); 
3879   }
3880   arg1 = (ldb_msg_element *)(argp1);
3881   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_ldb_message_element, 0 |  0 );
3882   if (!SWIG_IsOK(res2)) {
3883     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ldb_msg_element___cmp__" "', argument " "2"" of type '" "ldb_msg_element *""'"); 
3884   }
3885   arg2 = (ldb_msg_element *)(argp2);
3886   result = (int)ldb_msg_element_compare(arg1,arg2);
3887   resultobj = SWIG_From_int((int)(result));
3888   return resultobj;
3889 fail:
3890   return NULL;
3891 }
3892
3893
3894 SWIGINTERN PyObject *ldb_msg_element_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3895   PyObject *obj;
3896   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
3897   SWIG_TypeNewClientData(SWIGTYPE_p_ldb_message_element, SWIG_NewClientData(obj));
3898   return SWIG_Py_Void();
3899 }
3900
3901 SWIGINTERN PyObject *_wrap_ldb_msg_list_elements(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3902   PyObject *resultobj = 0;
3903   ldb_msg *arg1 = (ldb_msg *) 0 ;
3904   PyObject *result = 0 ;
3905   void *argp1 = 0 ;
3906   int res1 = 0 ;
3907   PyObject * obj0 = 0 ;
3908   char *  kwnames[] = {
3909     (char *) "msg", NULL 
3910   };
3911   
3912   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ldb_msg_list_elements",kwnames,&obj0)) SWIG_fail;
3913   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
3914   if (!SWIG_IsOK(res1)) {
3915     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ldb_msg_list_elements" "', argument " "1"" of type '" "ldb_msg *""'"); 
3916   }
3917   arg1 = (ldb_msg *)(argp1);
3918   if (arg1 == NULL)
3919   SWIG_exception(SWIG_ValueError, 
3920     "Message can not be None");
3921   result = (PyObject *)ldb_msg_list_elements(arg1);
3922   resultobj = result;
3923   return resultobj;
3924 fail:
3925   return NULL;
3926 }
3927
3928
3929 SWIGINTERN PyObject *_wrap_Message_dn_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3930   PyObject *resultobj = 0;
3931   ldb_msg *arg1 = (ldb_msg *) 0 ;
3932   ldb_dn *arg2 = (ldb_dn *) 0 ;
3933   void *argp1 = 0 ;
3934   int res1 = 0 ;
3935   void *argp2 = 0 ;
3936   int res2 = 0 ;
3937   PyObject *swig_obj[2] ;
3938   
3939   if (!SWIG_Python_UnpackTuple(args,"Message_dn_set",2,2,swig_obj)) SWIG_fail;
3940   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
3941   if (!SWIG_IsOK(res1)) {
3942     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message_dn_set" "', argument " "1"" of type '" "ldb_msg *""'"); 
3943   }
3944   arg1 = (ldb_msg *)(argp1);
3945   res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_ldb_dn, SWIG_POINTER_DISOWN |  0 );
3946   if (!SWIG_IsOK(res2)) {
3947     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Message_dn_set" "', argument " "2"" of type '" "ldb_dn *""'"); 
3948   }
3949   arg2 = (ldb_dn *)(argp2);
3950   if (arg1 == NULL)
3951   SWIG_exception(SWIG_ValueError, 
3952     "Message can not be None");
3953   if (arg1) (arg1)->dn = arg2;
3954   
3955   resultobj = SWIG_Py_Void();
3956   return resultobj;
3957 fail:
3958   return NULL;
3959 }
3960
3961
3962 SWIGINTERN PyObject *_wrap_Message_dn_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3963   PyObject *resultobj = 0;
3964   ldb_msg *arg1 = (ldb_msg *) 0 ;
3965   ldb_dn *result = 0 ;
3966   void *argp1 = 0 ;
3967   int res1 = 0 ;
3968   PyObject *swig_obj[1] ;
3969   
3970   if (!args) SWIG_fail;
3971   swig_obj[0] = args;
3972   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
3973   if (!SWIG_IsOK(res1)) {
3974     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message_dn_get" "', argument " "1"" of type '" "ldb_msg *""'"); 
3975   }
3976   arg1 = (ldb_msg *)(argp1);
3977   if (arg1 == NULL)
3978   SWIG_exception(SWIG_ValueError, 
3979     "Message can not be None");
3980   result = (ldb_dn *) ((arg1)->dn);
3981   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, 0 |  0 );
3982   return resultobj;
3983 fail:
3984   return NULL;
3985 }
3986
3987
3988 SWIGINTERN PyObject *_wrap_new_Message(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3989   PyObject *resultobj = 0;
3990   ldb_dn *arg1 = (ldb_dn *) NULL ;
3991   ldb_msg *result = 0 ;
3992   void *argp1 = 0 ;
3993   int res1 = 0 ;
3994   PyObject * obj0 = 0 ;
3995   char *  kwnames[] = {
3996     (char *) "dn", NULL 
3997   };
3998   
3999   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:new_Message",kwnames,&obj0)) SWIG_fail;
4000   if (obj0) {
4001     res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
4002     if (!SWIG_IsOK(res1)) {
4003       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Message" "', argument " "1"" of type '" "ldb_dn *""'"); 
4004     }
4005     arg1 = (ldb_dn *)(argp1);
4006   }
4007   result = (ldb_msg *)new_ldb_msg(arg1);
4008   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_message, SWIG_POINTER_NEW |  0 );
4009   return resultobj;
4010 fail:
4011   return NULL;
4012 }
4013
4014
4015 SWIGINTERN PyObject *_wrap_delete_Message(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4016   PyObject *resultobj = 0;
4017   ldb_msg *arg1 = (ldb_msg *) 0 ;
4018   void *argp1 = 0 ;
4019   int res1 = 0 ;
4020   PyObject *swig_obj[1] ;
4021   
4022   if (!args) SWIG_fail;
4023   swig_obj[0] = args;
4024   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, SWIG_POINTER_DISOWN |  0 );
4025   if (!SWIG_IsOK(res1)) {
4026     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Message" "', argument " "1"" of type '" "ldb_msg *""'"); 
4027   }
4028   arg1 = (ldb_msg *)(argp1);
4029   if (arg1 == NULL)
4030   SWIG_exception(SWIG_ValueError, 
4031     "Message can not be None");
4032   delete_ldb_msg(arg1);
4033   
4034   resultobj = SWIG_Py_Void();
4035   return resultobj;
4036 fail:
4037   return NULL;
4038 }
4039
4040
4041 SWIGINTERN PyObject *_wrap_Message___getitem__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4042   PyObject *resultobj = 0;
4043   ldb_msg *arg1 = (ldb_msg *) 0 ;
4044   char *arg2 = (char *) 0 ;
4045   ldb_msg_element *result = 0 ;
4046   void *argp1 = 0 ;
4047   int res1 = 0 ;
4048   int res2 ;
4049   char *buf2 = 0 ;
4050   int alloc2 = 0 ;
4051   PyObject * obj0 = 0 ;
4052   PyObject * obj1 = 0 ;
4053   char *  kwnames[] = {
4054     (char *) "self",(char *) "name", NULL 
4055   };
4056   
4057   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Message___getitem__",kwnames,&obj0,&obj1)) SWIG_fail;
4058   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
4059   if (!SWIG_IsOK(res1)) {
4060     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message___getitem__" "', argument " "1"" of type '" "ldb_msg *""'"); 
4061   }
4062   arg1 = (ldb_msg *)(argp1);
4063   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
4064   if (!SWIG_IsOK(res2)) {
4065     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Message___getitem__" "', argument " "2"" of type '" "char const *""'");
4066   }
4067   arg2 = (char *)(buf2);
4068   if (arg1 == NULL)
4069   SWIG_exception(SWIG_ValueError, 
4070     "Message can not be None");
4071   result = (ldb_msg_element *)ldb_msg_find_element(arg1,(char const *)arg2);
4072   {
4073     if (result == NULL)
4074     PyErr_SetString(PyExc_KeyError, "no such element");
4075     else
4076     resultobj = SWIG_NewPointerObj(result, SWIGTYPE_p_ldb_message_element, 0);
4077   }
4078   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4079   return resultobj;
4080 fail:
4081   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4082   return NULL;
4083 }
4084
4085
4086 SWIGINTERN PyObject *_wrap_Message___setitem____SWIG_0(PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj) {
4087   PyObject *resultobj = 0;
4088   ldb_msg *arg1 = (ldb_msg *) 0 ;
4089   char *arg2 = (char *) 0 ;
4090   ldb_msg_element *arg3 = (ldb_msg_element *) 0 ;
4091   void *argp1 = 0 ;
4092   int res1 = 0 ;
4093   int res2 ;
4094   char *buf2 = 0 ;
4095   int alloc2 = 0 ;
4096   void *argp3 = 0 ;
4097   int res3 = 0 ;
4098   
4099   if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
4100   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
4101   if (!SWIG_IsOK(res1)) {
4102     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message___setitem__" "', argument " "1"" of type '" "ldb_msg *""'"); 
4103   }
4104   arg1 = (ldb_msg *)(argp1);
4105   res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
4106   if (!SWIG_IsOK(res2)) {
4107     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Message___setitem__" "', argument " "2"" of type '" "char const *""'");
4108   }
4109   arg2 = (char *)(buf2);
4110   res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_ldb_message_element, 0 |  0 );
4111   if (!SWIG_IsOK(res3)) {
4112     SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Message___setitem__" "', argument " "3"" of type '" "ldb_msg_element *""'"); 
4113   }
4114   arg3 = (ldb_msg_element *)(argp3);
4115   if (arg1 == NULL)
4116   SWIG_exception(SWIG_ValueError, 
4117     "Message can not be None");
4118   ldb_msg___setitem____SWIG_0(arg1,(char const *)arg2,arg3);
4119   resultobj = SWIG_Py_Void();
4120   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4121   return resultobj;
4122 fail:
4123   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4124   return NULL;
4125 }
4126
4127
4128 SWIGINTERN PyObject *_wrap_Message___setitem____SWIG_1(PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj) {
4129   PyObject *resultobj = 0;
4130   ldb_msg *arg1 = (ldb_msg *) 0 ;
4131   char *arg2 = (char *) 0 ;
4132   PyObject *arg3 = (PyObject *) 0 ;
4133   void *argp1 = 0 ;
4134   int res1 = 0 ;
4135   int res2 ;
4136   char *buf2 = 0 ;
4137   int alloc2 = 0 ;
4138   
4139   if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
4140   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
4141   if (!SWIG_IsOK(res1)) {
4142     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message___setitem__" "', argument " "1"" of type '" "ldb_msg *""'"); 
4143   }
4144   arg1 = (ldb_msg *)(argp1);
4145   res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
4146   if (!SWIG_IsOK(res2)) {
4147     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Message___setitem__" "', argument " "2"" of type '" "char const *""'");
4148   }
4149   arg2 = (char *)(buf2);
4150   arg3 = swig_obj[2];
4151   if (arg1 == NULL)
4152   SWIG_exception(SWIG_ValueError, 
4153     "Message can not be None");
4154   ldb_msg___setitem____SWIG_1(arg1,(char const *)arg2,arg3);
4155   resultobj = SWIG_Py_Void();
4156   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4157   return resultobj;
4158 fail:
4159   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4160   return NULL;
4161 }
4162
4163
4164 SWIGINTERN PyObject *_wrap_Message___setitem__(PyObject *self, PyObject *args) {
4165   int argc;
4166   PyObject *argv[4];
4167   
4168   if (!(argc = SWIG_Python_UnpackTuple(args,"Message___setitem__",0,3,argv))) SWIG_fail;
4169   --argc;
4170   if (argc == 3) {
4171     int _v = 0;
4172     {
4173       void *vptr = 0;
4174       int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_ldb_message_element, 0);
4175       _v = SWIG_CheckState(res);
4176     }
4177     if (!_v) goto check_1;
4178     return _wrap_Message___setitem____SWIG_0(self, argc, argv);
4179   }
4180 check_1:
4181   
4182   if (argc == 3) {
4183     return _wrap_Message___setitem____SWIG_1(self, argc, argv);
4184   }
4185   
4186 fail:
4187   SWIG_SetErrorMsg(PyExc_NotImplementedError,"Wrong number of arguments for overloaded function 'Message___setitem__'.\n  Possible C/C++ prototypes are:\n""    __setitem__(ldb_msg *,char const *,ldb_msg_element *)\n""    __setitem__(ldb_msg *,char const *,PyObject *)\n");
4188   return NULL;
4189 }
4190
4191
4192 SWIGINTERN PyObject *_wrap_Message___len__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4193   PyObject *resultobj = 0;
4194   ldb_msg *arg1 = (ldb_msg *) 0 ;
4195   unsigned int result;
4196   void *argp1 = 0 ;
4197   int res1 = 0 ;
4198   PyObject *swig_obj[1] ;
4199   
4200   if (!args) SWIG_fail;
4201   swig_obj[0] = args;
4202   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
4203   if (!SWIG_IsOK(res1)) {
4204     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message___len__" "', argument " "1"" of type '" "ldb_msg *""'"); 
4205   }
4206   arg1 = (ldb_msg *)(argp1);
4207   if (arg1 == NULL)
4208   SWIG_exception(SWIG_ValueError, 
4209     "Message can not be None");
4210   result = (unsigned int)ldb_msg___len__(arg1);
4211   resultobj = SWIG_From_unsigned_SS_int((unsigned int)(result));
4212   return resultobj;
4213 fail:
4214   return NULL;
4215 }
4216
4217
4218 SWIGINTERN PyObject *_wrap_Message_keys(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4219   PyObject *resultobj = 0;
4220   ldb_msg *arg1 = (ldb_msg *) 0 ;
4221   PyObject *result = 0 ;
4222   void *argp1 = 0 ;
4223   int res1 = 0 ;
4224   PyObject *swig_obj[1] ;
4225   
4226   if (!args) SWIG_fail;
4227   swig_obj[0] = args;
4228   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
4229   if (!SWIG_IsOK(res1)) {
4230     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message_keys" "', argument " "1"" of type '" "ldb_msg *""'"); 
4231   }
4232   arg1 = (ldb_msg *)(argp1);
4233   if (arg1 == NULL)
4234   SWIG_exception(SWIG_ValueError, 
4235     "Message can not be None");
4236   result = (PyObject *)ldb_msg_keys(arg1);
4237   resultobj = result;
4238   return resultobj;
4239 fail:
4240   return NULL;
4241 }
4242
4243
4244 SWIGINTERN PyObject *_wrap_Message___iter__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4245   PyObject *resultobj = 0;
4246   ldb_msg *arg1 = (ldb_msg *) 0 ;
4247   PyObject *result = 0 ;
4248   void *argp1 = 0 ;
4249   int res1 = 0 ;
4250   PyObject *swig_obj[1] ;
4251   
4252   if (!args) SWIG_fail;
4253   swig_obj[0] = args;
4254   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
4255   if (!SWIG_IsOK(res1)) {
4256     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message___iter__" "', argument " "1"" of type '" "ldb_msg *""'"); 
4257   }
4258   arg1 = (ldb_msg *)(argp1);
4259   if (arg1 == NULL)
4260   SWIG_exception(SWIG_ValueError, 
4261     "Message can not be None");
4262   result = (PyObject *)ldb_msg___iter__(arg1);
4263   resultobj = result;
4264   return resultobj;
4265 fail:
4266   return NULL;
4267 }
4268
4269
4270 SWIGINTERN PyObject *_wrap_Message___delitem__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4271   PyObject *resultobj = 0;
4272   ldb_msg *arg1 = (ldb_msg *) 0 ;
4273   char *arg2 = (char *) 0 ;
4274   void *argp1 = 0 ;
4275   int res1 = 0 ;
4276   int res2 ;
4277   char *buf2 = 0 ;
4278   int alloc2 = 0 ;
4279   PyObject * obj0 = 0 ;
4280   PyObject * obj1 = 0 ;
4281   char *  kwnames[] = {
4282     (char *) "self",(char *) "name", NULL 
4283   };
4284   
4285   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Message___delitem__",kwnames,&obj0,&obj1)) SWIG_fail;
4286   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
4287   if (!SWIG_IsOK(res1)) {
4288     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message___delitem__" "', argument " "1"" of type '" "ldb_msg *""'"); 
4289   }
4290   arg1 = (ldb_msg *)(argp1);
4291   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
4292   if (!SWIG_IsOK(res2)) {
4293     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Message___delitem__" "', argument " "2"" of type '" "char const *""'");
4294   }
4295   arg2 = (char *)(buf2);
4296   if (arg1 == NULL)
4297   SWIG_exception(SWIG_ValueError, 
4298     "Message can not be None");
4299   ldb_msg_remove_attr(arg1,(char const *)arg2);
4300   resultobj = SWIG_Py_Void();
4301   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4302   return resultobj;
4303 fail:
4304   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4305   return NULL;
4306 }
4307
4308
4309 SWIGINTERN PyObject *Message_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4310   PyObject *obj;
4311   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
4312   SWIG_TypeNewClientData(SWIGTYPE_p_ldb_message, SWIG_NewClientData(obj));
4313   return SWIG_Py_Void();
4314 }
4315
4316 SWIGINTERN PyObject *Message_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4317   return SWIG_Python_InitShadowInstance(args);
4318 }
4319
4320 SWIGINTERN PyObject *_wrap_ldb_ldif_to_pyobject(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4321   PyObject *resultobj = 0;
4322   ldb_ldif *arg1 = (ldb_ldif *) 0 ;
4323   PyObject *result = 0 ;
4324   void *argp1 = 0 ;
4325   int res1 = 0 ;
4326   PyObject * obj0 = 0 ;
4327   char *  kwnames[] = {
4328     (char *) "ldif", NULL 
4329   };
4330   
4331   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ldb_ldif_to_pyobject",kwnames,&obj0)) SWIG_fail;
4332   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_ldif, 0 |  0 );
4333   if (!SWIG_IsOK(res1)) {
4334     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ldb_ldif_to_pyobject" "', argument " "1"" of type '" "ldb_ldif *""'"); 
4335   }
4336   arg1 = (ldb_ldif *)(argp1);
4337   result = (PyObject *)ldb_ldif_to_pyobject(arg1);
4338   resultobj = result;
4339   return resultobj;
4340 fail:
4341   return NULL;
4342 }
4343
4344
4345 SWIGINTERN PyObject *_wrap_new_Ldb(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4346   PyObject *resultobj = 0;
4347   ldb *result = 0 ;
4348   
4349   if (!SWIG_Python_UnpackTuple(args,"new_Ldb",0,0,0)) SWIG_fail;
4350   result = (ldb *)new_ldb();
4351   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_context, SWIG_POINTER_NEW |  0 );
4352   return resultobj;
4353 fail:
4354   return NULL;
4355 }
4356
4357
4358 SWIGINTERN PyObject *_wrap_Ldb_connect(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4359   PyObject *resultobj = 0;
4360   ldb *arg1 = (ldb *) 0 ;
4361   char *arg2 = (char *) 0 ;
4362   unsigned int arg3 = (unsigned int) 0 ;
4363   char **arg4 = (char **) (char **)NULL ;
4364   ldb_error result;
4365   void *argp1 = 0 ;
4366   int res1 = 0 ;
4367   int res2 ;
4368   char *buf2 = 0 ;
4369   int alloc2 = 0 ;
4370   unsigned int val3 ;
4371   int ecode3 = 0 ;
4372   void *argp4 = 0 ;
4373   int res4 = 0 ;
4374   PyObject * obj0 = 0 ;
4375   PyObject * obj1 = 0 ;
4376   PyObject * obj2 = 0 ;
4377   PyObject * obj3 = 0 ;
4378   char *  kwnames[] = {
4379     (char *) "self",(char *) "url",(char *) "flags",(char *) "options", NULL 
4380   };
4381   
4382   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OO:Ldb_connect",kwnames,&obj0,&obj1,&obj2,&obj3)) SWIG_fail;
4383   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4384   if (!SWIG_IsOK(res1)) {
4385     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_connect" "', argument " "1"" of type '" "ldb *""'"); 
4386   }
4387   arg1 = (ldb *)(argp1);
4388   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
4389   if (!SWIG_IsOK(res2)) {
4390     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_connect" "', argument " "2"" of type '" "char const *""'");
4391   }
4392   arg2 = (char *)(buf2);
4393   if (obj2) {
4394     ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
4395     if (!SWIG_IsOK(ecode3)) {
4396       SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "Ldb_connect" "', argument " "3"" of type '" "unsigned int""'");
4397     } 
4398     arg3 = (unsigned int)(val3);
4399   }
4400   if (obj3) {
4401     res4 = SWIG_ConvertPtr(obj3, &argp4,SWIGTYPE_p_p_char, 0 |  0 );
4402     if (!SWIG_IsOK(res4)) {
4403       SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "Ldb_connect" "', argument " "4"" of type '" "char const *[]""'"); 
4404     } 
4405     arg4 = (char **)(argp4);
4406   }
4407   if (arg1 == NULL)
4408   SWIG_exception(SWIG_ValueError, 
4409     "ldb context must be non-NULL");
4410   result = ldb_connect(arg1,(char const *)arg2,arg3,(char const *(*))arg4);
4411   if (result != 0) {
4412     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4413     SWIG_fail;
4414   }
4415   resultobj = Py_None;
4416   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4417   return resultobj;
4418 fail:
4419   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4420   return NULL;
4421 }
4422
4423
4424 SWIGINTERN PyObject *_wrap_delete_Ldb(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4425   PyObject *resultobj = 0;
4426   ldb *arg1 = (ldb *) 0 ;
4427   void *argp1 = 0 ;
4428   int res1 = 0 ;
4429   PyObject *swig_obj[1] ;
4430   
4431   if (!args) SWIG_fail;
4432   swig_obj[0] = args;
4433   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, SWIG_POINTER_DISOWN |  0 );
4434   if (!SWIG_IsOK(res1)) {
4435     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ldb" "', argument " "1"" of type '" "ldb *""'"); 
4436   }
4437   arg1 = (ldb *)(argp1);
4438   if (arg1 == NULL)
4439   SWIG_exception(SWIG_ValueError, 
4440     "ldb context must be non-NULL");
4441   delete_ldb(arg1);
4442   
4443   resultobj = SWIG_Py_Void();
4444   return resultobj;
4445 fail:
4446   return NULL;
4447 }
4448
4449
4450 SWIGINTERN PyObject *_wrap_Ldb_search_ex(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4451   PyObject *resultobj = 0;
4452   ldb *arg1 = (ldb *) 0 ;
4453   TALLOC_CTX *arg2 = (TALLOC_CTX *) 0 ;
4454   ldb_dn *arg3 = (ldb_dn *) NULL ;
4455   enum ldb_scope arg4 = (enum ldb_scope) LDB_SCOPE_DEFAULT ;
4456   char *arg5 = (char *) NULL ;
4457   char **arg6 = (char **) NULL ;
4458   struct ldb_control **arg7 = (struct ldb_control **) NULL ;
4459   struct ldb_result **arg8 = (struct ldb_result **) 0 ;
4460   ldb_error result;
4461   void *argp1 = 0 ;
4462   int res1 = 0 ;
4463   int val4 ;
4464   int ecode4 = 0 ;
4465   int res5 ;
4466   char *buf5 = 0 ;
4467   int alloc5 = 0 ;
4468   void *argp7 = 0 ;
4469   int res7 = 0 ;
4470   struct ldb_result *temp_ldb_result8 ;
4471   int i8 ;
4472   PyObject * obj0 = 0 ;
4473   PyObject * obj1 = 0 ;
4474   PyObject * obj2 = 0 ;
4475   PyObject * obj3 = 0 ;
4476   PyObject * obj4 = 0 ;
4477   PyObject * obj5 = 0 ;
4478   char *  kwnames[] = {
4479     (char *) "self",(char *) "base",(char *) "scope",(char *) "expression",(char *) "attrs",(char *) "controls", NULL 
4480   };
4481   
4482   arg2 = NULL;
4483   arg8 = &temp_ldb_result8;
4484   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:Ldb_search_ex",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) SWIG_fail;
4485   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4486   if (!SWIG_IsOK(res1)) {
4487     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_search_ex" "', argument " "1"" of type '" "ldb *""'"); 
4488   }
4489   arg1 = (ldb *)(argp1);
4490   if (obj1) {
4491     if (ldb_dn_from_pyobject(NULL, obj1, arg1, &arg3) != 0) {
4492       SWIG_fail;
4493     }
4494   }
4495   if (obj2) {
4496     ecode4 = SWIG_AsVal_int(obj2, &val4);
4497     if (!SWIG_IsOK(ecode4)) {
4498       SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "Ldb_search_ex" "', argument " "4"" of type '" "enum ldb_scope""'");
4499     } 
4500     arg4 = (enum ldb_scope)(val4);
4501   }
4502   if (obj3) {
4503     res5 = SWIG_AsCharPtrAndSize(obj3, &buf5, NULL, &alloc5);
4504     if (!SWIG_IsOK(res5)) {
4505       SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "Ldb_search_ex" "', argument " "5"" of type '" "char const *""'");
4506     }
4507     arg5 = (char *)(buf5);
4508   }
4509   if (obj4) {
4510     if (obj4 == Py_None) {
4511       arg6 = NULL;
4512     } else if (PySequence_Check(obj4)) {
4513       int i;
4514       arg6 = talloc_array(NULL, char *, PySequence_Size(obj4)+1);
4515       for(i = 0; i < PySequence_Size(obj4); i++)
4516       arg6[i] = PyString_AsString(PySequence_GetItem(obj4, i));
4517       arg6[i] = NULL;
4518     } else {
4519       SWIG_exception(SWIG_TypeError, "expected sequence");
4520     }
4521   }
4522   if (obj5) {
4523     res7 = SWIG_ConvertPtr(obj5, &argp7,SWIGTYPE_p_p_ldb_control, 0 |  0 );
4524     if (!SWIG_IsOK(res7)) {
4525       SWIG_exception_fail(SWIG_ArgError(res7), "in method '" "Ldb_search_ex" "', argument " "7"" of type '" "struct ldb_control **""'"); 
4526     }
4527     arg7 = (struct ldb_control **)(argp7);
4528   }
4529   if (arg1 == NULL)
4530   SWIG_exception(SWIG_ValueError, 
4531     "ldb context must be non-NULL");
4532   result = ldb_search_ex(arg1,arg2,arg3,arg4,(char const *)arg5,(char const *const *)arg6,arg7,arg8);
4533   if (result != 0) {
4534     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4535     SWIG_fail;
4536   }
4537   resultobj = Py_None;
4538   resultobj = PyList_New((*arg8)->count);
4539   for (i8 = 0; i8 < (*arg8)->count; i8++) {
4540     PyList_SetItem(resultobj, i8, 
4541       SWIG_NewPointerObj((*arg8)->msgs[i8], SWIGTYPE_p_ldb_message, 0)
4542       );
4543   }
4544   talloc_free(arg3);
4545   if (alloc5 == SWIG_NEWOBJ) free((char*)buf5);
4546   talloc_free(arg6);
4547   return resultobj;
4548 fail:
4549   talloc_free(arg3);
4550   if (alloc5 == SWIG_NEWOBJ) free((char*)buf5);
4551   talloc_free(arg6);
4552   return NULL;
4553 }
4554
4555
4556 SWIGINTERN PyObject *_wrap_Ldb_delete(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4557   PyObject *resultobj = 0;
4558   ldb *arg1 = (ldb *) 0 ;
4559   ldb_dn *arg2 = (ldb_dn *) 0 ;
4560   ldb_error result;
4561   void *argp1 = 0 ;
4562   int res1 = 0 ;
4563   PyObject * obj0 = 0 ;
4564   PyObject * obj1 = 0 ;
4565   char *  kwnames[] = {
4566     (char *) "self",(char *) "dn", NULL 
4567   };
4568   
4569   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_delete",kwnames,&obj0,&obj1)) SWIG_fail;
4570   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4571   if (!SWIG_IsOK(res1)) {
4572     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_delete" "', argument " "1"" of type '" "ldb *""'"); 
4573   }
4574   arg1 = (ldb *)(argp1);
4575   if (ldb_dn_from_pyobject(NULL, obj1, arg1, &arg2) != 0) {
4576     SWIG_fail;
4577   }
4578   if (arg1 == NULL)
4579   SWIG_exception(SWIG_ValueError, 
4580     "ldb context must be non-NULL");
4581   result = ldb_delete(arg1,arg2);
4582   if (result != 0) {
4583     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4584     SWIG_fail;
4585   }
4586   resultobj = Py_None;
4587   talloc_free(arg2);
4588   return resultobj;
4589 fail:
4590   talloc_free(arg2);
4591   return NULL;
4592 }
4593
4594
4595 SWIGINTERN PyObject *_wrap_Ldb_rename(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4596   PyObject *resultobj = 0;
4597   ldb *arg1 = (ldb *) 0 ;
4598   ldb_dn *arg2 = (ldb_dn *) 0 ;
4599   ldb_dn *arg3 = (ldb_dn *) 0 ;
4600   ldb_error result;
4601   void *argp1 = 0 ;
4602   int res1 = 0 ;
4603   PyObject * obj0 = 0 ;
4604   PyObject * obj1 = 0 ;
4605   PyObject * obj2 = 0 ;
4606   char *  kwnames[] = {
4607     (char *) "self",(char *) "olddn",(char *) "newdn", NULL 
4608   };
4609   
4610   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Ldb_rename",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
4611   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4612   if (!SWIG_IsOK(res1)) {
4613     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_rename" "', argument " "1"" of type '" "ldb *""'"); 
4614   }
4615   arg1 = (ldb *)(argp1);
4616   if (ldb_dn_from_pyobject(NULL, obj1, arg1, &arg2) != 0) {
4617     SWIG_fail;
4618   }
4619   if (ldb_dn_from_pyobject(NULL, obj2, arg1, &arg3) != 0) {
4620     SWIG_fail;
4621   }
4622   if (arg1 == NULL)
4623   SWIG_exception(SWIG_ValueError, 
4624     "ldb context must be non-NULL");
4625   result = ldb_rename(arg1,arg2,arg3);
4626   if (result != 0) {
4627     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4628     SWIG_fail;
4629   }
4630   resultobj = Py_None;
4631   talloc_free(arg2);
4632   talloc_free(arg3);
4633   return resultobj;
4634 fail:
4635   talloc_free(arg2);
4636   talloc_free(arg3);
4637   return NULL;
4638 }
4639
4640
4641 SWIGINTERN PyObject *_wrap_Ldb_parse_control_strings(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4642   PyObject *resultobj = 0;
4643   ldb *arg1 = (ldb *) 0 ;
4644   TALLOC_CTX *arg2 = (TALLOC_CTX *) 0 ;
4645   char **arg3 = (char **) 0 ;
4646   struct ldb_control **result = 0 ;
4647   void *argp1 = 0 ;
4648   int res1 = 0 ;
4649   PyObject * obj0 = 0 ;
4650   PyObject * obj1 = 0 ;
4651   char *  kwnames[] = {
4652     (char *) "self",(char *) "control_strings", NULL 
4653   };
4654   
4655   arg2 = NULL;
4656   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_parse_control_strings",kwnames,&obj0,&obj1)) SWIG_fail;
4657   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4658   if (!SWIG_IsOK(res1)) {
4659     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_parse_control_strings" "', argument " "1"" of type '" "ldb *""'"); 
4660   }
4661   arg1 = (ldb *)(argp1);
4662   if (obj1 == Py_None) {
4663     arg3 = NULL;
4664   } else if (PySequence_Check(obj1)) {
4665     int i;
4666     arg3 = talloc_array(NULL, char *, PySequence_Size(obj1)+1);
4667     for(i = 0; i < PySequence_Size(obj1); i++)
4668     arg3[i] = PyString_AsString(PySequence_GetItem(obj1, i));
4669     arg3[i] = NULL;
4670   } else {
4671     SWIG_exception(SWIG_TypeError, "expected sequence");
4672   }
4673   if (arg1 == NULL)
4674   SWIG_exception(SWIG_ValueError, 
4675     "ldb context must be non-NULL");
4676   result = (struct ldb_control **)ldb_parse_control_strings(arg1,arg2,(char const *const *)arg3);
4677   if (result == NULL) {
4678     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(s)", ldb_errstring(arg1)));
4679     SWIG_fail;
4680   }
4681   resultobj = SWIG_NewPointerObj(result, SWIGTYPE_p_p_ldb_control, 0);
4682   talloc_free(arg3);
4683   return resultobj;
4684 fail:
4685   talloc_free(arg3);
4686   return NULL;
4687 }
4688
4689
4690 SWIGINTERN PyObject *_wrap_Ldb_add(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4691   PyObject *resultobj = 0;
4692   ldb *arg1 = (ldb *) 0 ;
4693   ldb_msg *arg2 = (ldb_msg *) 0 ;
4694   ldb_error result;
4695   void *argp1 = 0 ;
4696   int res1 = 0 ;
4697   PyObject * obj0 = 0 ;
4698   PyObject * obj1 = 0 ;
4699   char *  kwnames[] = {
4700     (char *) "self",(char *) "add_msg", NULL 
4701   };
4702   
4703   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_add",kwnames,&obj0,&obj1)) SWIG_fail;
4704   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4705   if (!SWIG_IsOK(res1)) {
4706     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_add" "', argument " "1"" of type '" "ldb *""'"); 
4707   }
4708   arg1 = (ldb *)(argp1);
4709   {
4710     int dict_pos, msg_pos;
4711     PyObject *key, *value;
4712     ldb_msg_element *msgel;
4713     
4714     if (PyDict_Check(obj1)) {
4715       arg2 = ldb_msg_new(NULL);
4716       arg2->elements = talloc_zero_array(arg2, struct ldb_message_element, PyDict_Size(obj1));
4717       msg_pos = dict_pos = 0;
4718       while (PyDict_Next(obj1, &dict_pos, &key, &value)) {
4719         if (!strcmp(PyString_AsString(key), "dn")) {
4720           /* using argp0 (magic SWIG value) here is a hack */
4721           if (ldb_dn_from_pyobject(arg2, value, argp1, &arg2->dn) != 0) {
4722             SWIG_exception(SWIG_TypeError, "unable to import dn object");
4723           }
4724         } else {
4725           msgel = ldb_msg_element_from_pyobject(arg2->elements, value, 0, PyString_AsString(key));
4726           if (msgel == NULL) {
4727             SWIG_exception(SWIG_TypeError, "unable to import element");
4728           }
4729           memcpy(&arg2->elements[msg_pos], msgel, sizeof(*msgel));
4730           msg_pos++;
4731         }
4732       }
4733       
4734       if (arg2->dn == NULL) {
4735         SWIG_exception(SWIG_TypeError, "no dn set");
4736       }
4737       
4738       arg2->num_elements = msg_pos;
4739     } else {
4740       if (SWIG_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_ldb_message, 0) != 0) {
4741         SWIG_exception(SWIG_TypeError, "unable to convert ldb message");
4742       }
4743     }
4744   }
4745   if (arg1 == NULL)
4746   SWIG_exception(SWIG_ValueError, 
4747     "ldb context must be non-NULL");
4748   if (arg2 == NULL)
4749   SWIG_exception(SWIG_ValueError, 
4750     "Message can not be None");
4751   result = ldb_add(arg1,arg2);
4752   if (result != 0) {
4753     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4754     SWIG_fail;
4755   }
4756   resultobj = Py_None;
4757   return resultobj;
4758 fail:
4759   return NULL;
4760 }
4761
4762
4763 SWIGINTERN PyObject *_wrap_Ldb_modify(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4764   PyObject *resultobj = 0;
4765   ldb *arg1 = (ldb *) 0 ;
4766   ldb_msg *arg2 = (ldb_msg *) 0 ;
4767   ldb_error result;
4768   void *argp1 = 0 ;
4769   int res1 = 0 ;
4770   void *argp2 = 0 ;
4771   int res2 = 0 ;
4772   PyObject * obj0 = 0 ;
4773   PyObject * obj1 = 0 ;
4774   char *  kwnames[] = {
4775     (char *) "self",(char *) "message", NULL 
4776   };
4777   
4778   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_modify",kwnames,&obj0,&obj1)) SWIG_fail;
4779   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4780   if (!SWIG_IsOK(res1)) {
4781     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_modify" "', argument " "1"" of type '" "ldb *""'"); 
4782   }
4783   arg1 = (ldb *)(argp1);
4784   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_ldb_message, 0 |  0 );
4785   if (!SWIG_IsOK(res2)) {
4786     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_modify" "', argument " "2"" of type '" "ldb_msg *""'"); 
4787   }
4788   arg2 = (ldb_msg *)(argp2);
4789   if (arg1 == NULL)
4790   SWIG_exception(SWIG_ValueError, 
4791     "ldb context must be non-NULL");
4792   if (arg2 == NULL)
4793   SWIG_exception(SWIG_ValueError, 
4794     "Message can not be None");
4795   result = ldb_modify(arg1,arg2);
4796   if (result != 0) {
4797     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4798     SWIG_fail;
4799   }
4800   resultobj = Py_None;
4801   return resultobj;
4802 fail:
4803   return NULL;
4804 }
4805
4806
4807 SWIGINTERN PyObject *_wrap_Ldb_get_config_basedn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4808   PyObject *resultobj = 0;
4809   ldb *arg1 = (ldb *) 0 ;
4810   ldb_dn *result = 0 ;
4811   void *argp1 = 0 ;
4812   int res1 = 0 ;
4813   PyObject *swig_obj[1] ;
4814   
4815   if (!args) SWIG_fail;
4816   swig_obj[0] = args;
4817   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4818   if (!SWIG_IsOK(res1)) {
4819     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_get_config_basedn" "', argument " "1"" of type '" "ldb *""'"); 
4820   }
4821   arg1 = (ldb *)(argp1);
4822   if (arg1 == NULL)
4823   SWIG_exception(SWIG_ValueError, 
4824     "ldb context must be non-NULL");
4825   result = (ldb_dn *)ldb_get_config_basedn(arg1);
4826   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, 0 |  0 );
4827   return resultobj;
4828 fail:
4829   return NULL;
4830 }
4831
4832
4833 SWIGINTERN PyObject *_wrap_Ldb_get_root_basedn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4834   PyObject *resultobj = 0;
4835   ldb *arg1 = (ldb *) 0 ;
4836   ldb_dn *result = 0 ;
4837   void *argp1 = 0 ;
4838   int res1 = 0 ;
4839   PyObject *swig_obj[1] ;
4840   
4841   if (!args) SWIG_fail;
4842   swig_obj[0] = args;
4843   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4844   if (!SWIG_IsOK(res1)) {
4845     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_get_root_basedn" "', argument " "1"" of type '" "ldb *""'"); 
4846   }
4847   arg1 = (ldb *)(argp1);
4848   if (arg1 == NULL)
4849   SWIG_exception(SWIG_ValueError, 
4850     "ldb context must be non-NULL");
4851   result = (ldb_dn *)ldb_get_root_basedn(arg1);
4852   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, 0 |  0 );
4853   return resultobj;
4854 fail:
4855   return NULL;
4856 }
4857
4858
4859 SWIGINTERN PyObject *_wrap_Ldb_get_schema_basedn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4860   PyObject *resultobj = 0;
4861   ldb *arg1 = (ldb *) 0 ;
4862   ldb_dn *result = 0 ;
4863   void *argp1 = 0 ;
4864   int res1 = 0 ;
4865   PyObject *swig_obj[1] ;
4866   
4867   if (!args) SWIG_fail;
4868   swig_obj[0] = args;
4869   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4870   if (!SWIG_IsOK(res1)) {
4871     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_get_schema_basedn" "', argument " "1"" of type '" "ldb *""'"); 
4872   }
4873   arg1 = (ldb *)(argp1);
4874   if (arg1 == NULL)
4875   SWIG_exception(SWIG_ValueError, 
4876     "ldb context must be non-NULL");
4877   result = (ldb_dn *)ldb_get_schema_basedn(arg1);
4878   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, 0 |  0 );
4879   return resultobj;
4880 fail:
4881   return NULL;
4882 }
4883
4884
4885 SWIGINTERN PyObject *_wrap_Ldb_get_default_basedn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4886   PyObject *resultobj = 0;
4887   ldb *arg1 = (ldb *) 0 ;
4888   ldb_dn *result = 0 ;
4889   void *argp1 = 0 ;
4890   int res1 = 0 ;
4891   PyObject *swig_obj[1] ;
4892   
4893   if (!args) SWIG_fail;
4894   swig_obj[0] = args;
4895   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4896   if (!SWIG_IsOK(res1)) {
4897     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_get_default_basedn" "', argument " "1"" of type '" "ldb *""'"); 
4898   }
4899   arg1 = (ldb *)(argp1);
4900   if (arg1 == NULL)
4901   SWIG_exception(SWIG_ValueError, 
4902     "ldb context must be non-NULL");
4903   result = (ldb_dn *)ldb_get_default_basedn(arg1);
4904   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, 0 |  0 );
4905   return resultobj;
4906 fail:
4907   return NULL;
4908 }
4909
4910
4911 SWIGINTERN PyObject *_wrap_Ldb_schema_format_value(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4912   PyObject *resultobj = 0;
4913   ldb *arg1 = (ldb *) 0 ;
4914   char *arg2 = (char *) 0 ;
4915   PyObject *arg3 = (PyObject *) 0 ;
4916   PyObject *result = 0 ;
4917   void *argp1 = 0 ;
4918   int res1 = 0 ;
4919   int res2 ;
4920   char *buf2 = 0 ;
4921   int alloc2 = 0 ;
4922   PyObject * obj0 = 0 ;
4923   PyObject * obj1 = 0 ;
4924   PyObject * obj2 = 0 ;
4925   char *  kwnames[] = {
4926     (char *) "self",(char *) "element_name",(char *) "val", NULL 
4927   };
4928   
4929   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Ldb_schema_format_value",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
4930   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4931   if (!SWIG_IsOK(res1)) {
4932     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_schema_format_value" "', argument " "1"" of type '" "ldb *""'"); 
4933   }
4934   arg1 = (ldb *)(argp1);
4935   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
4936   if (!SWIG_IsOK(res2)) {
4937     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_schema_format_value" "', argument " "2"" of type '" "char const *""'");
4938   }
4939   arg2 = (char *)(buf2);
4940   arg3 = obj2;
4941   if (arg1 == NULL)
4942   SWIG_exception(SWIG_ValueError, 
4943     "ldb context must be non-NULL");
4944   result = (PyObject *)ldb_schema_format_value(arg1,(char const *)arg2,arg3);
4945   resultobj = result;
4946   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4947   return resultobj;
4948 fail:
4949   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4950   return NULL;
4951 }
4952
4953
4954 SWIGINTERN PyObject *_wrap_Ldb_errstring(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4955   PyObject *resultobj = 0;
4956   ldb *arg1 = (ldb *) 0 ;
4957   char *result = 0 ;
4958   void *argp1 = 0 ;
4959   int res1 = 0 ;
4960   PyObject *swig_obj[1] ;
4961   
4962   if (!args) SWIG_fail;
4963   swig_obj[0] = args;
4964   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4965   if (!SWIG_IsOK(res1)) {
4966     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_errstring" "', argument " "1"" of type '" "ldb *""'"); 
4967   }
4968   arg1 = (ldb *)(argp1);
4969   if (arg1 == NULL)
4970   SWIG_exception(SWIG_ValueError, 
4971     "ldb context must be non-NULL");
4972   result = (char *)ldb_errstring(arg1);
4973   resultobj = SWIG_FromCharPtr((const char *)result);
4974   return resultobj;
4975 fail:
4976   return NULL;
4977 }
4978
4979
4980 SWIGINTERN PyObject *_wrap_Ldb_set_create_perms(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4981   PyObject *resultobj = 0;
4982   ldb *arg1 = (ldb *) 0 ;
4983   unsigned int arg2 ;
4984   void *argp1 = 0 ;
4985   int res1 = 0 ;
4986   unsigned int val2 ;
4987   int ecode2 = 0 ;
4988   PyObject * obj0 = 0 ;
4989   PyObject * obj1 = 0 ;
4990   char *  kwnames[] = {
4991     (char *) "self",(char *) "perms", NULL 
4992   };
4993   
4994   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_set_create_perms",kwnames,&obj0,&obj1)) SWIG_fail;
4995   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4996   if (!SWIG_IsOK(res1)) {
4997     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_set_create_perms" "', argument " "1"" of type '" "ldb *""'"); 
4998   }
4999   arg1 = (ldb *)(argp1);
5000   ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
5001   if (!SWIG_IsOK(ecode2)) {
5002     SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ldb_set_create_perms" "', argument " "2"" of type '" "unsigned int""'");
5003   } 
5004   arg2 = (unsigned int)(val2);
5005   if (arg1 == NULL)
5006   SWIG_exception(SWIG_ValueError, 
5007     "ldb context must be non-NULL");
5008   ldb_set_create_perms(arg1,arg2);
5009   resultobj = SWIG_Py_Void();
5010   return resultobj;
5011 fail:
5012   return NULL;
5013 }
5014
5015
5016 SWIGINTERN PyObject *_wrap_Ldb_set_modules_dir(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5017   PyObject *resultobj = 0;
5018   ldb *arg1 = (ldb *) 0 ;
5019   char *arg2 = (char *) 0 ;
5020   void *argp1 = 0 ;
5021   int res1 = 0 ;
5022   int res2 ;
5023   char *buf2 = 0 ;
5024   int alloc2 = 0 ;
5025   PyObject * obj0 = 0 ;
5026   PyObject * obj1 = 0 ;
5027   char *  kwnames[] = {
5028     (char *) "self",(char *) "path", NULL 
5029   };
5030   
5031   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_set_modules_dir",kwnames,&obj0,&obj1)) SWIG_fail;
5032   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5033   if (!SWIG_IsOK(res1)) {
5034     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_set_modules_dir" "', argument " "1"" of type '" "ldb *""'"); 
5035   }
5036   arg1 = (ldb *)(argp1);
5037   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
5038   if (!SWIG_IsOK(res2)) {
5039     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_set_modules_dir" "', argument " "2"" of type '" "char const *""'");
5040   }
5041   arg2 = (char *)(buf2);
5042   if (arg1 == NULL)
5043   SWIG_exception(SWIG_ValueError, 
5044     "ldb context must be non-NULL");
5045   ldb_set_modules_dir(arg1,(char const *)arg2);
5046   resultobj = SWIG_Py_Void();
5047   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
5048   return resultobj;
5049 fail:
5050   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
5051   return NULL;
5052 }
5053
5054
5055 SWIGINTERN PyObject *_wrap_Ldb_set_debug(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5056   PyObject *resultobj = 0;
5057   ldb *arg1 = (ldb *) 0 ;
5058   void (*arg2)(void *,enum ldb_debug_level,char const *,va_list) = (void (*)(void *,enum ldb_debug_level,char const *,va_list)) 0 ;
5059   void *arg3 = (void *) 0 ;
5060   ldb_error result;
5061   void *argp1 = 0 ;
5062   int res1 = 0 ;
5063   PyObject * obj0 = 0 ;
5064   PyObject * obj1 = 0 ;
5065   char *  kwnames[] = {
5066     (char *) "self",(char *) "debug", NULL 
5067   };
5068   
5069   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_set_debug",kwnames,&obj0,&obj1)) SWIG_fail;
5070   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5071   if (!SWIG_IsOK(res1)) {
5072     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_set_debug" "', argument " "1"" of type '" "ldb *""'"); 
5073   }
5074   arg1 = (ldb *)(argp1);
5075   arg2 = py_ldb_debug;
5076   /* FIXME: Should be decreased somewhere as well. Perhaps register a 
5077          destructor and tie it to the ldb context ? */
5078   Py_INCREF(obj1);
5079   arg3 = obj1;
5080   if (arg1 == NULL)
5081   SWIG_exception(SWIG_ValueError, 
5082     "ldb context must be non-NULL");
5083   result = ldb_set_debug(arg1,arg2,arg3);
5084   if (result != 0) {
5085     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
5086     SWIG_fail;
5087   }
5088   resultobj = Py_None;
5089   return resultobj;
5090 fail:
5091   return NULL;
5092 }
5093
5094
5095 SWIGINTERN PyObject *_wrap_Ldb_set_opaque(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5096   PyObject *resultobj = 0;
5097   ldb *arg1 = (ldb *) 0 ;
5098   char *arg2 = (char *) 0 ;
5099   void *arg3 = (void *) 0 ;
5100   ldb_error result;
5101   void *argp1 = 0 ;
5102   int res1 = 0 ;
5103   int res2 ;
5104   char *buf2 = 0 ;
5105   int alloc2 = 0 ;
5106   int res3 ;
5107   PyObject * obj0 = 0 ;
5108   PyObject * obj1 = 0 ;
5109   PyObject * obj2 = 0 ;
5110   char *  kwnames[] = {
5111     (char *) "self",(char *) "name",(char *) "value", NULL 
5112   };
5113   
5114   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Ldb_set_opaque",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
5115   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5116   if (!SWIG_IsOK(res1)) {
5117     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_set_opaque" "', argument " "1"" of type '" "ldb *""'"); 
5118   }
5119   arg1 = (ldb *)(argp1);
5120   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
5121   if (!SWIG_IsOK(res2)) {
5122     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_set_opaque" "', argument " "2"" of type '" "char const *""'");
5123   }
5124   arg2 = (char *)(buf2);
5125   res3 = SWIG_ConvertPtr(obj2,SWIG_as_voidptrptr(&arg3), 0, 0);
5126   if (!SWIG_IsOK(res3)) {
5127     SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ldb_set_opaque" "', argument " "3"" of type '" "void *""'"); 
5128   }
5129   if (arg1 == NULL)
5130   SWIG_exception(SWIG_ValueError, 
5131     "ldb context must be non-NULL");
5132   result = ldb_set_opaque(arg1,(char const *)arg2,arg3);
5133   if (result != 0) {
5134     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
5135     SWIG_fail;
5136   }
5137   resultobj = Py_None;
5138   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
5139   return resultobj;
5140 fail:
5141   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
5142   return NULL;
5143 }
5144
5145
5146 SWIGINTERN PyObject *_wrap_Ldb_get_opaque(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5147   PyObject *resultobj = 0;
5148   ldb *arg1 = (ldb *) 0 ;
5149   char *arg2 = (char *) 0 ;
5150   void *result = 0 ;
5151   void *argp1 = 0 ;
5152   int res1 = 0 ;
5153   int res2 ;
5154   char *buf2 = 0 ;
5155   int alloc2 = 0 ;
5156   PyObject * obj0 = 0 ;
5157   PyObject * obj1 = 0 ;
5158   char *  kwnames[] = {
5159     (char *) "self",(char *) "name", NULL 
5160   };
5161   
5162   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_get_opaque",kwnames,&obj0,&obj1)) SWIG_fail;
5163   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5164   if (!SWIG_IsOK(res1)) {
5165     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_get_opaque" "', argument " "1"" of type '" "ldb *""'"); 
5166   }
5167   arg1 = (ldb *)(argp1);
5168   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
5169   if (!SWIG_IsOK(res2)) {
5170     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_get_opaque" "', argument " "2"" of type '" "char const *""'");
5171   }
5172   arg2 = (char *)(buf2);
5173   if (arg1 == NULL)
5174   SWIG_exception(SWIG_ValueError, 
5175     "ldb context must be non-NULL");
5176   result = (void *)ldb_get_opaque(arg1,(char const *)arg2);
5177   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 |  0 );
5178   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
5179   return resultobj;
5180 fail:
5181   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
5182   return NULL;
5183 }
5184
5185
5186 SWIGINTERN PyObject *_wrap_Ldb_transaction_start(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5187   PyObject *resultobj = 0;
5188   ldb *arg1 = (ldb *) 0 ;
5189   ldb_error result;
5190   void *argp1 = 0 ;
5191   int res1 = 0 ;
5192   PyObject *swig_obj[1] ;
5193   
5194   if (!args) SWIG_fail;
5195   swig_obj[0] = args;
5196   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5197   if (!SWIG_IsOK(res1)) {
5198     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_transaction_start" "', argument " "1"" of type '" "ldb *""'"); 
5199   }
5200   arg1 = (ldb *)(argp1);
5201   if (arg1 == NULL)
5202   SWIG_exception(SWIG_ValueError, 
5203     "ldb context must be non-NULL");
5204   result = ldb_transaction_start(arg1);
5205   if (result != 0) {
5206     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
5207     SWIG_fail;
5208   }
5209   resultobj = Py_None;
5210   return resultobj;
5211 fail:
5212   return NULL;
5213 }
5214
5215
5216 SWIGINTERN PyObject *_wrap_Ldb_transaction_commit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5217   PyObject *resultobj = 0;
5218   ldb *arg1 = (ldb *) 0 ;
5219   ldb_error result;
5220   void *argp1 = 0 ;
5221   int res1 = 0 ;
5222   PyObject *swig_obj[1] ;
5223   
5224   if (!args) SWIG_fail;
5225   swig_obj[0] = args;
5226   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5227   if (!SWIG_IsOK(res1)) {
5228     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_transaction_commit" "', argument " "1"" of type '" "ldb *""'"); 
5229   }
5230   arg1 = (ldb *)(argp1);
5231   if (arg1 == NULL)
5232   SWIG_exception(SWIG_ValueError, 
5233     "ldb context must be non-NULL");
5234   result = ldb_transaction_commit(arg1);
5235   if (result != 0) {
5236     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
5237     SWIG_fail;
5238   }
5239   resultobj = Py_None;
5240   return resultobj;
5241 fail:
5242   return NULL;
5243 }
5244
5245
5246 SWIGINTERN PyObject *_wrap_Ldb_transaction_cancel(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5247   PyObject *resultobj = 0;
5248   ldb *arg1 = (ldb *) 0 ;
5249   ldb_error result;
5250   void *argp1 = 0 ;
5251   int res1 = 0 ;
5252   PyObject *swig_obj[1] ;
5253   
5254   if (!args) SWIG_fail;
5255   swig_obj[0] = args;
5256   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5257   if (!SWIG_IsOK(res1)) {
5258     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_transaction_cancel" "', argument " "1"" of type '" "ldb *""'"); 
5259   }
5260   arg1 = (ldb *)(argp1);
5261   if (arg1 == NULL)
5262   SWIG_exception(SWIG_ValueError, 
5263     "ldb context must be non-NULL");
5264   result = ldb_transaction_cancel(arg1);
5265   if (result != 0) {
5266     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
5267     SWIG_fail;
5268   }
5269   resultobj = Py_None;
5270   return resultobj;
5271 fail:
5272   return NULL;
5273 }
5274
5275
5276 SWIGINTERN PyObject *_wrap_Ldb_schema_attribute_remove(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5277   PyObject *resultobj = 0;
5278   ldb *arg1 = (ldb *) 0 ;
5279   char *arg2 = (char *) 0 ;
5280   void *argp1 = 0 ;
5281   int res1 = 0 ;
5282   int res2 ;
5283   char *buf2 = 0 ;
5284   int alloc2 = 0 ;
5285   PyObject * obj0 = 0 ;
5286   PyObject * obj1 = 0 ;
5287   char *  kwnames[] = {
5288     (char *) "self",(char *) "name", NULL 
5289   };
5290   
5291   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_schema_attribute_remove",kwnames,&obj0,&obj1)) SWIG_fail;
5292   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5293   if (!SWIG_IsOK(res1)) {
5294     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_schema_attribute_remove" "', argument " "1"" of type '" "ldb *""'"); 
5295   }
5296   arg1 = (ldb *)(argp1);
5297   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
5298   if (!SWIG_IsOK(res2)) {
5299     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_schema_attribute_remove" "', argument " "2"" of type '" "char const *""'");
5300   }
5301   arg2 = (char *)(buf2);
5302   if (arg1 == NULL)
5303   SWIG_exception(SWIG_ValueError, 
5304     "ldb context must be non-NULL");
5305   ldb_schema_attribute_remove(arg1,(char const *)arg2);
5306   resultobj = SWIG_Py_Void();
5307   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
5308   return resultobj;
5309 fail:
5310   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
5311   return NULL;
5312 }
5313
5314
5315 SWIGINTERN PyObject *_wrap_Ldb_schema_attribute_add(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5316   PyObject *resultobj = 0;
5317   ldb *arg1 = (ldb *) 0 ;
5318   char *arg2 = (char *) 0 ;
5319   unsigned int arg3 ;
5320   char *arg4 = (char *) 0 ;
5321   ldb_error result;
5322   void *argp1 = 0 ;
5323   int res1 = 0 ;
5324   int res2 ;
5325   char *buf2 = 0 ;
5326   int alloc2 = 0 ;
5327   unsigned int val3 ;
5328   int ecode3 = 0 ;
5329   int res4 ;
5330   char *buf4 = 0 ;
5331   int alloc4 = 0 ;
5332   PyObject * obj0 = 0 ;
5333   PyObject * obj1 = 0 ;
5334   PyObject * obj2 = 0 ;
5335   PyObject * obj3 = 0 ;
5336   char *  kwnames[] = {
5337     (char *) "self",(char *) "attribute",(char *) "flags",(char *) "syntax", NULL 
5338   };
5339   
5340   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:Ldb_schema_attribute_add",kwnames,&obj0,&obj1,&obj2,&obj3)) SWIG_fail;
5341   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5342   if (!SWIG_IsOK(res1)) {
5343     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_schema_attribute_add" "', argument " "1"" of type '" "ldb *""'"); 
5344   }
5345   arg1 = (ldb *)(argp1);
5346   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
5347   if (!SWIG_IsOK(res2)) {
5348     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_schema_attribute_add" "', argument " "2"" of type '" "char const *""'");
5349   }
5350   arg2 = (char *)(buf2);
5351   ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
5352   if (!SWIG_IsOK(ecode3)) {
5353     SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "Ldb_schema_attribute_add" "', argument " "3"" of type '" "unsigned int""'");
5354   } 
5355   arg3 = (unsigned int)(val3);
5356   res4 = SWIG_AsCharPtrAndSize(obj3, &buf4, NULL, &alloc4);
5357   if (!SWIG_IsOK(res4)) {
5358     SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "Ldb_schema_attribute_add" "', argument " "4"" of type '" "char const *""'");
5359   }
5360   arg4 = (char *)(buf4);
5361   if (arg1 == NULL)
5362   SWIG_exception(SWIG_ValueError, 
5363     "ldb context must be non-NULL");
5364   result = ldb_schema_attribute_add(arg1,(char const *)arg2,arg3,(char const *)arg4);
5365   if (result != 0) {
5366     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
5367     SWIG_fail;
5368   }
5369   resultobj = Py_None;
5370   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
5371   if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
5372   return resultobj;
5373 fail:
5374   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
5375   if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
5376   return NULL;
5377 }
5378
5379
5380 SWIGINTERN PyObject *_wrap_Ldb_setup_wellknown_attributes(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5381   PyObject *resultobj = 0;
5382   ldb *arg1 = (ldb *) 0 ;
5383   ldb_error result;
5384   void *argp1 = 0 ;
5385   int res1 = 0 ;
5386   PyObject *swig_obj[1] ;
5387   
5388   if (!args) SWIG_fail;
5389   swig_obj[0] = args;
5390   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5391   if (!SWIG_IsOK(res1)) {
5392     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_setup_wellknown_attributes" "', argument " "1"" of type '" "ldb *""'"); 
5393   }
5394   arg1 = (ldb *)(argp1);
5395   if (arg1 == NULL)
5396   SWIG_exception(SWIG_ValueError, 
5397     "ldb context must be non-NULL");
5398   result = ldb_setup_wellknown_attributes(arg1);
5399   if (result != 0) {
5400     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
5401     SWIG_fail;
5402   }
5403   resultobj = Py_None;
5404   return resultobj;
5405 fail:
5406   return NULL;
5407 }
5408
5409
5410 SWIGINTERN PyObject *_wrap_Ldb___contains__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5411   PyObject *resultobj = 0;
5412   ldb *arg1 = (ldb *) 0 ;
5413   ldb_dn *arg2 = (ldb_dn *) 0 ;
5414   struct ldb_result **arg3 = (struct ldb_result **) 0 ;
5415   ldb_error result;
5416   void *argp1 = 0 ;
5417   int res1 = 0 ;
5418   struct ldb_result *tmp3 ;
5419   PyObject * obj0 = 0 ;
5420   PyObject * obj1 = 0 ;
5421   char *  kwnames[] = {
5422     (char *) "self",(char *) "dn", NULL 
5423   };
5424   
5425   arg3 = &tmp3;
5426   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb___contains__",kwnames,&obj0,&obj1)) SWIG_fail;
5427   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5428   if (!SWIG_IsOK(res1)) {
5429     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb___contains__" "', argument " "1"" of type '" "ldb *""'"); 
5430   }
5431   arg1 = (ldb *)(argp1);
5432   if (ldb_dn_from_pyobject(NULL, obj1, arg1, &arg2) != 0) {
5433     SWIG_fail;
5434   }
5435   if (arg1 == NULL)
5436   SWIG_exception(SWIG_ValueError, 
5437     "ldb context must be non-NULL");
5438   result = ldb___contains__(arg1,arg2,arg3);
5439   if (result != 0) {
5440     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
5441     SWIG_fail;
5442   }
5443   resultobj = Py_None;
5444   resultobj = ((*arg3)->count > 0)?Py_True:Py_False;
5445   talloc_free(arg2);
5446   talloc_free(*arg3);
5447   return resultobj;
5448 fail:
5449   talloc_free(arg2);
5450   talloc_free(*arg3);
5451   return NULL;
5452 }
5453
5454
5455 SWIGINTERN PyObject *_wrap_Ldb_parse_ldif(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5456   PyObject *resultobj = 0;
5457   ldb *arg1 = (ldb *) 0 ;
5458   char *arg2 = (char *) 0 ;
5459   PyObject *result = 0 ;
5460   void *argp1 = 0 ;
5461   int res1 = 0 ;
5462   int res2 ;
5463   char *buf2 = 0 ;
5464   int alloc2 = 0 ;
5465   PyObject * obj0 = 0 ;
5466   PyObject * obj1 = 0 ;
5467   char *  kwnames[] = {
5468     (char *) "self",(char *) "s", NULL 
5469   };
5470   
5471   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_parse_ldif",kwnames,&obj0,&obj1)) SWIG_fail;
5472   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5473   if (!SWIG_IsOK(res1)) {
5474     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_parse_ldif" "', argument " "1"" of type '" "ldb *""'"); 
5475   }
5476   arg1 = (ldb *)(argp1);
5477   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
5478   if (!SWIG_IsOK(res2)) {
5479     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_parse_ldif" "', argument " "2"" of type '" "char const *""'");
5480   }
5481   arg2 = (char *)(buf2);
5482   if (arg1 == NULL)
5483   SWIG_exception(SWIG_ValueError, 
5484     "ldb context must be non-NULL");
5485   result = (PyObject *)ldb_parse_ldif(arg1,(char const *)arg2);
5486   resultobj = result;
5487   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
5488   return resultobj;
5489 fail:
5490   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
5491   return NULL;
5492 }
5493
5494
5495 SWIGINTERN PyObject *Ldb_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5496   PyObject *obj;
5497   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
5498   SWIG_TypeNewClientData(SWIGTYPE_p_ldb_context, SWIG_NewClientData(obj));
5499   return SWIG_Py_Void();
5500 }
5501
5502 SWIGINTERN PyObject *Ldb_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5503   return SWIG_Python_InitShadowInstance(args);
5504 }
5505
5506 SWIGINTERN PyObject *_wrap_valid_attr_name(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5507   PyObject *resultobj = 0;
5508   char *arg1 = (char *) 0 ;
5509   int result;
5510   int res1 ;
5511   char *buf1 = 0 ;
5512   int alloc1 = 0 ;
5513   PyObject * obj0 = 0 ;
5514   char *  kwnames[] = {
5515     (char *) "s", NULL 
5516   };
5517   
5518   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:valid_attr_name",kwnames,&obj0)) SWIG_fail;
5519   res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL, &alloc1);
5520   if (!SWIG_IsOK(res1)) {
5521     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "valid_attr_name" "', argument " "1"" of type '" "char const *""'");
5522   }
5523   arg1 = (char *)(buf1);
5524   result = (int)ldb_valid_attr_name((char const *)arg1);
5525   resultobj = SWIG_From_int((int)(result));
5526   if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
5527   return resultobj;
5528 fail:
5529   if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
5530   return NULL;
5531 }
5532
5533
5534 SWIGINTERN PyObject *_wrap_timestring(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5535   PyObject *resultobj = 0;
5536   time_t arg1 ;
5537   char *result = 0 ;
5538   unsigned long val1 ;
5539   int ecode1 = 0 ;
5540   PyObject * obj0 = 0 ;
5541   char *  kwnames[] = {
5542     (char *) "t", NULL 
5543   };
5544   
5545   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:timestring",kwnames,&obj0)) SWIG_fail;
5546   ecode1 = SWIG_AsVal_unsigned_SS_long(obj0, &val1);
5547   if (!SWIG_IsOK(ecode1)) {
5548     SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "timestring" "', argument " "1"" of type '" "time_t""'");
5549   } 
5550   arg1 = (time_t)(val1);
5551   result = (char *)timestring(arg1);
5552   resultobj = SWIG_FromCharPtr((const char *)result);
5553   return resultobj;
5554 fail:
5555   return NULL;
5556 }
5557
5558
5559 SWIGINTERN PyObject *_wrap_string_to_time(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5560   PyObject *resultobj = 0;
5561   char *arg1 = (char *) 0 ;
5562   time_t result;
5563   int res1 ;
5564   char *buf1 = 0 ;
5565   int alloc1 = 0 ;
5566   PyObject * obj0 = 0 ;
5567   char *  kwnames[] = {
5568     (char *) "s", NULL 
5569   };
5570   
5571   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:string_to_time",kwnames,&obj0)) SWIG_fail;
5572   res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL, &alloc1);
5573   if (!SWIG_IsOK(res1)) {
5574     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "string_to_time" "', argument " "1"" of type '" "char const *""'");
5575   }
5576   arg1 = (char *)(buf1);
5577   result = (time_t)ldb_string_to_time((char const *)arg1);
5578   resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result));
5579   if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
5580   return resultobj;
5581 fail:
5582   if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
5583   return NULL;
5584 }
5585
5586
5587 SWIGINTERN PyObject *_wrap_register_module(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5588   PyObject *resultobj = 0;
5589   struct ldb_module_ops *arg1 = (struct ldb_module_ops *) 0 ;
5590   ldb_error result;
5591   PyObject * obj0 = 0 ;
5592   char *  kwnames[] = {
5593     (char *)"arg1", NULL 
5594   };
5595   
5596   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:register_module",kwnames,&obj0)) SWIG_fail;
5597   arg1 = talloc_zero(talloc_autofree_context(), struct ldb_module_ops);
5598   
5599   arg1->name = (char *)PyObject_GetAttrString(obj0, (char *)"name");
5600   result = ldb_register_module((struct ldb_module_ops const *)arg1);
5601   if (result != 0) {
5602     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
5603     SWIG_fail;
5604   }
5605   resultobj = Py_None;
5606   return resultobj;
5607 fail:
5608   return NULL;
5609 }
5610
5611
5612 static PyMethodDef SwigMethods[] = {
5613          { (char *)"ldb_val_to_py_object", (PyCFunction) _wrap_ldb_val_to_py_object, METH_VARARGS | METH_KEYWORDS, NULL},
5614          { (char *)"new_Dn", (PyCFunction) _wrap_new_Dn, METH_VARARGS | METH_KEYWORDS, NULL},
5615          { (char *)"delete_Dn", (PyCFunction)_wrap_delete_Dn, METH_O, NULL},
5616          { (char *)"Dn_validate", (PyCFunction)_wrap_Dn_validate, METH_O, NULL},
5617          { (char *)"Dn_get_casefold", (PyCFunction)_wrap_Dn_get_casefold, METH_O, NULL},
5618          { (char *)"Dn___str__", (PyCFunction)_wrap_Dn___str__, METH_O, NULL},
5619          { (char *)"Dn_parent", (PyCFunction)_wrap_Dn_parent, METH_O, NULL},
5620          { (char *)"Dn___cmp__", (PyCFunction) _wrap_Dn___cmp__, METH_VARARGS | METH_KEYWORDS, NULL},
5621          { (char *)"Dn_is_valid", (PyCFunction)_wrap_Dn_is_valid, METH_O, NULL},
5622          { (char *)"Dn_is_special", (PyCFunction)_wrap_Dn_is_special, METH_O, NULL},
5623          { (char *)"Dn_is_null", (PyCFunction)_wrap_Dn_is_null, METH_O, NULL},
5624          { (char *)"Dn_check_special", (PyCFunction) _wrap_Dn_check_special, METH_VARARGS | METH_KEYWORDS, NULL},
5625          { (char *)"Dn___len__", (PyCFunction)_wrap_Dn___len__, METH_O, NULL},
5626          { (char *)"Dn_add_child", (PyCFunction) _wrap_Dn_add_child, METH_VARARGS | METH_KEYWORDS, NULL},
5627          { (char *)"Dn_add_base", (PyCFunction) _wrap_Dn_add_base, METH_VARARGS | METH_KEYWORDS, NULL},
5628          { (char *)"Dn_canonical_str", (PyCFunction)_wrap_Dn_canonical_str, METH_O, NULL},
5629          { (char *)"Dn_canonical_ex_str", (PyCFunction)_wrap_Dn_canonical_ex_str, METH_O, NULL},
5630          { (char *)"Dn___add__", (PyCFunction) _wrap_Dn___add__, METH_VARARGS | METH_KEYWORDS, NULL},
5631          { (char *)"Dn_swigregister", Dn_swigregister, METH_VARARGS, NULL},
5632          { (char *)"Dn_swiginit", Dn_swiginit, METH_VARARGS, NULL},
5633          { (char *)"ldb_msg_element___iter__", (PyCFunction)_wrap_ldb_msg_element___iter__, METH_O, NULL},
5634          { (char *)"ldb_msg_element___set__", (PyCFunction)_wrap_ldb_msg_element___set__, METH_O, NULL},
5635          { (char *)"new_MessageElement", (PyCFunction) _wrap_new_MessageElement, METH_VARARGS | METH_KEYWORDS, NULL},
5636          { (char *)"ldb_msg_element___len__", (PyCFunction)_wrap_ldb_msg_element___len__, METH_O, NULL},
5637          { (char *)"ldb_msg_element_get", (PyCFunction) _wrap_ldb_msg_element_get, METH_VARARGS | METH_KEYWORDS, NULL},
5638          { (char *)"delete_ldb_msg_element", (PyCFunction)_wrap_delete_ldb_msg_element, METH_O, NULL},
5639          { (char *)"ldb_msg_element___cmp__", (PyCFunction) _wrap_ldb_msg_element___cmp__, METH_VARARGS | METH_KEYWORDS, NULL},
5640          { (char *)"ldb_msg_element_swigregister", ldb_msg_element_swigregister, METH_VARARGS, NULL},
5641          { (char *)"ldb_msg_list_elements", (PyCFunction) _wrap_ldb_msg_list_elements, METH_VARARGS | METH_KEYWORDS, NULL},
5642          { (char *)"Message_dn_set", _wrap_Message_dn_set, METH_VARARGS, NULL},
5643          { (char *)"Message_dn_get", (PyCFunction)_wrap_Message_dn_get, METH_O, NULL},
5644          { (char *)"new_Message", (PyCFunction) _wrap_new_Message, METH_VARARGS | METH_KEYWORDS, NULL},
5645          { (char *)"delete_Message", (PyCFunction)_wrap_delete_Message, METH_O, NULL},
5646          { (char *)"Message___getitem__", (PyCFunction) _wrap_Message___getitem__, METH_VARARGS | METH_KEYWORDS, NULL},
5647          { (char *)"Message___setitem__", _wrap_Message___setitem__, METH_VARARGS, NULL},
5648          { (char *)"Message___len__", (PyCFunction)_wrap_Message___len__, METH_O, NULL},
5649          { (char *)"Message_keys", (PyCFunction)_wrap_Message_keys, METH_O, NULL},
5650          { (char *)"Message___iter__", (PyCFunction)_wrap_Message___iter__, METH_O, NULL},
5651          { (char *)"Message___delitem__", (PyCFunction) _wrap_Message___delitem__, METH_VARARGS | METH_KEYWORDS, NULL},
5652          { (char *)"Message_swigregister", Message_swigregister, METH_VARARGS, NULL},
5653          { (char *)"Message_swiginit", Message_swiginit, METH_VARARGS, NULL},
5654          { (char *)"ldb_ldif_to_pyobject", (PyCFunction) _wrap_ldb_ldif_to_pyobject, METH_VARARGS | METH_KEYWORDS, NULL},
5655          { (char *)"new_Ldb", (PyCFunction)_wrap_new_Ldb, METH_NOARGS, NULL},
5656          { (char *)"Ldb_connect", (PyCFunction) _wrap_Ldb_connect, METH_VARARGS | METH_KEYWORDS, NULL},
5657          { (char *)"delete_Ldb", (PyCFunction)_wrap_delete_Ldb, METH_O, NULL},
5658          { (char *)"Ldb_search_ex", (PyCFunction) _wrap_Ldb_search_ex, METH_VARARGS | METH_KEYWORDS, NULL},
5659          { (char *)"Ldb_delete", (PyCFunction) _wrap_Ldb_delete, METH_VARARGS | METH_KEYWORDS, NULL},
5660          { (char *)"Ldb_rename", (PyCFunction) _wrap_Ldb_rename, METH_VARARGS | METH_KEYWORDS, NULL},
5661          { (char *)"Ldb_parse_control_strings", (PyCFunction) _wrap_Ldb_parse_control_strings, METH_VARARGS | METH_KEYWORDS, NULL},
5662          { (char *)"Ldb_add", (PyCFunction) _wrap_Ldb_add, METH_VARARGS | METH_KEYWORDS, NULL},
5663          { (char *)"Ldb_modify", (PyCFunction) _wrap_Ldb_modify, METH_VARARGS | METH_KEYWORDS, NULL},
5664          { (char *)"Ldb_get_config_basedn", (PyCFunction)_wrap_Ldb_get_config_basedn, METH_O, NULL},
5665          { (char *)"Ldb_get_root_basedn", (PyCFunction)_wrap_Ldb_get_root_basedn, METH_O, NULL},
5666          { (char *)"Ldb_get_schema_basedn", (PyCFunction)_wrap_Ldb_get_schema_basedn, METH_O, NULL},
5667          { (char *)"Ldb_get_default_basedn", (PyCFunction)_wrap_Ldb_get_default_basedn, METH_O, NULL},
5668          { (char *)"Ldb_schema_format_value", (PyCFunction) _wrap_Ldb_schema_format_value, METH_VARARGS | METH_KEYWORDS, NULL},
5669          { (char *)"Ldb_errstring", (PyCFunction)_wrap_Ldb_errstring, METH_O, NULL},
5670          { (char *)"Ldb_set_create_perms", (PyCFunction) _wrap_Ldb_set_create_perms, METH_VARARGS | METH_KEYWORDS, NULL},
5671          { (char *)"Ldb_set_modules_dir", (PyCFunction) _wrap_Ldb_set_modules_dir, METH_VARARGS | METH_KEYWORDS, NULL},
5672          { (char *)"Ldb_set_debug", (PyCFunction) _wrap_Ldb_set_debug, METH_VARARGS | METH_KEYWORDS, NULL},
5673          { (char *)"Ldb_set_opaque", (PyCFunction) _wrap_Ldb_set_opaque, METH_VARARGS | METH_KEYWORDS, NULL},
5674          { (char *)"Ldb_get_opaque", (PyCFunction) _wrap_Ldb_get_opaque, METH_VARARGS | METH_KEYWORDS, NULL},
5675          { (char *)"Ldb_transaction_start", (PyCFunction)_wrap_Ldb_transaction_start, METH_O, NULL},
5676          { (char *)"Ldb_transaction_commit", (PyCFunction)_wrap_Ldb_transaction_commit, METH_O, NULL},
5677          { (char *)"Ldb_transaction_cancel", (PyCFunction)_wrap_Ldb_transaction_cancel, METH_O, NULL},
5678          { (char *)"Ldb_schema_attribute_remove", (PyCFunction) _wrap_Ldb_schema_attribute_remove, METH_VARARGS | METH_KEYWORDS, NULL},
5679          { (char *)"Ldb_schema_attribute_add", (PyCFunction) _wrap_Ldb_schema_attribute_add, METH_VARARGS | METH_KEYWORDS, NULL},
5680          { (char *)"Ldb_setup_wellknown_attributes", (PyCFunction)_wrap_Ldb_setup_wellknown_attributes, METH_O, NULL},
5681          { (char *)"Ldb___contains__", (PyCFunction) _wrap_Ldb___contains__, METH_VARARGS | METH_KEYWORDS, NULL},
5682          { (char *)"Ldb_parse_ldif", (PyCFunction) _wrap_Ldb_parse_ldif, METH_VARARGS | METH_KEYWORDS, NULL},
5683          { (char *)"Ldb_swigregister", Ldb_swigregister, METH_VARARGS, NULL},
5684          { (char *)"Ldb_swiginit", Ldb_swiginit, METH_VARARGS, NULL},
5685          { (char *)"valid_attr_name", (PyCFunction) _wrap_valid_attr_name, METH_VARARGS | METH_KEYWORDS, NULL},
5686          { (char *)"timestring", (PyCFunction) _wrap_timestring, METH_VARARGS | METH_KEYWORDS, NULL},
5687          { (char *)"string_to_time", (PyCFunction) _wrap_string_to_time, METH_VARARGS | METH_KEYWORDS, NULL},
5688          { (char *)"register_module", (PyCFunction) _wrap_register_module, METH_VARARGS | METH_KEYWORDS, NULL},
5689          { NULL, NULL, 0, NULL }
5690 };
5691
5692
5693 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
5694
5695 static swig_type_info _swigt__p_TALLOC_CTX = {"_p_TALLOC_CTX", "TALLOC_CTX *", 0, 0, (void*)0, 0};
5696 static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0};
5697 static swig_type_info _swigt__p_f_p_void_enum_ldb_debug_level_p_q_const__char_va_list__void = {"_p_f_p_void_enum_ldb_debug_level_p_q_const__char_va_list__void", "void (*)(void *,enum ldb_debug_level,char const *,va_list)", 0, 0, (void*)0, 0};
5698 static swig_type_info _swigt__p_int = {"_p_int", "intptr_t *|int *|int_least32_t *|int_fast32_t *|int32_t *|int_fast16_t *", 0, 0, (void*)0, 0};
5699 static swig_type_info _swigt__p_ldb_context = {"_p_ldb_context", "struct ldb_context *|ldb *", 0, 0, (void*)0, 0};
5700 static swig_type_info _swigt__p_ldb_dn = {"_p_ldb_dn", "struct ldb_dn *|ldb_dn *", 0, 0, (void*)0, 0};
5701 static swig_type_info _swigt__p_ldb_ldif = {"_p_ldb_ldif", "struct ldb_ldif *|ldb_ldif *", 0, 0, (void*)0, 0};
5702 static swig_type_info _swigt__p_ldb_message = {"_p_ldb_message", "ldb_msg *|struct ldb_message *", 0, 0, (void*)0, 0};
5703 static swig_type_info _swigt__p_ldb_message_element = {"_p_ldb_message_element", "struct ldb_message_element *|ldb_msg_element *", 0, 0, (void*)0, 0};
5704 static swig_type_info _swigt__p_ldb_module_ops = {"_p_ldb_module_ops", "struct ldb_module_ops *", 0, 0, (void*)0, 0};
5705 static swig_type_info _swigt__p_ldb_result = {"_p_ldb_result", "struct ldb_result *", 0, 0, (void*)0, 0};
5706 static swig_type_info _swigt__p_ldb_val = {"_p_ldb_val", "struct ldb_val *", 0, 0, (void*)0, 0};
5707 static swig_type_info _swigt__p_long_long = {"_p_long_long", "int_least64_t *|int_fast64_t *|int64_t *|long long *|intmax_t *", 0, 0, (void*)0, 0};
5708 static swig_type_info _swigt__p_p_char = {"_p_p_char", "char **", 0, 0, (void*)0, 0};
5709 static swig_type_info _swigt__p_p_ldb_control = {"_p_p_ldb_control", "struct ldb_control **", 0, 0, (void*)0, 0};
5710 static swig_type_info _swigt__p_p_ldb_result = {"_p_p_ldb_result", "struct ldb_result **", 0, 0, (void*)0, 0};
5711 static swig_type_info _swigt__p_short = {"_p_short", "short *|int_least16_t *|int16_t *", 0, 0, (void*)0, 0};
5712 static swig_type_info _swigt__p_signed_char = {"_p_signed_char", "signed char *|int_least8_t *|int_fast8_t *|int8_t *", 0, 0, (void*)0, 0};
5713 static swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "unsigned char *|uint_least8_t *|uint_fast8_t *|uint8_t *", 0, 0, (void*)0, 0};
5714 static swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "uintptr_t *|uint_least32_t *|uint_fast32_t *|uint32_t *|unsigned int *|uint_fast16_t *", 0, 0, (void*)0, 0};
5715 static swig_type_info _swigt__p_unsigned_long = {"_p_unsigned_long", "unsigned long *|time_t *", 0, 0, (void*)0, 0};
5716 static swig_type_info _swigt__p_unsigned_long_long = {"_p_unsigned_long_long", "uint_least64_t *|uint_fast64_t *|uint64_t *|unsigned long long *|uintmax_t *", 0, 0, (void*)0, 0};
5717 static swig_type_info _swigt__p_unsigned_short = {"_p_unsigned_short", "unsigned short *|uint_least16_t *|uint16_t *", 0, 0, (void*)0, 0};
5718 static swig_type_info _swigt__p_void = {"_p_void", "void *", 0, 0, (void*)0, 0};
5719
5720 static swig_type_info *swig_type_initial[] = {
5721   &_swigt__p_TALLOC_CTX,
5722   &_swigt__p_char,
5723   &_swigt__p_f_p_void_enum_ldb_debug_level_p_q_const__char_va_list__void,
5724   &_swigt__p_int,
5725   &_swigt__p_ldb_context,
5726   &_swigt__p_ldb_dn,
5727   &_swigt__p_ldb_ldif,
5728   &_swigt__p_ldb_message,
5729   &_swigt__p_ldb_message_element,
5730   &_swigt__p_ldb_module_ops,
5731   &_swigt__p_ldb_result,
5732   &_swigt__p_ldb_val,
5733   &_swigt__p_long_long,
5734   &_swigt__p_p_char,
5735   &_swigt__p_p_ldb_control,
5736   &_swigt__p_p_ldb_result,
5737   &_swigt__p_short,
5738   &_swigt__p_signed_char,
5739   &_swigt__p_unsigned_char,
5740   &_swigt__p_unsigned_int,
5741   &_swigt__p_unsigned_long,
5742   &_swigt__p_unsigned_long_long,
5743   &_swigt__p_unsigned_short,
5744   &_swigt__p_void,
5745 };
5746
5747 static swig_cast_info _swigc__p_TALLOC_CTX[] = {  {&_swigt__p_TALLOC_CTX, 0, 0, 0},{0, 0, 0, 0}};
5748 static swig_cast_info _swigc__p_char[] = {  {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}};
5749 static swig_cast_info _swigc__p_f_p_void_enum_ldb_debug_level_p_q_const__char_va_list__void[] = {  {&_swigt__p_f_p_void_enum_ldb_debug_level_p_q_const__char_va_list__void, 0, 0, 0},{0, 0, 0, 0}};
5750 static swig_cast_info _swigc__p_int[] = {  {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}};
5751 static swig_cast_info _swigc__p_ldb_context[] = {  {&_swigt__p_ldb_context, 0, 0, 0},{0, 0, 0, 0}};
5752 static swig_cast_info _swigc__p_ldb_dn[] = {  {&_swigt__p_ldb_dn, 0, 0, 0},{0, 0, 0, 0}};
5753 static swig_cast_info _swigc__p_ldb_ldif[] = {  {&_swigt__p_ldb_ldif, 0, 0, 0},{0, 0, 0, 0}};
5754 static swig_cast_info _swigc__p_ldb_message[] = {  {&_swigt__p_ldb_message, 0, 0, 0},{0, 0, 0, 0}};
5755 static swig_cast_info _swigc__p_ldb_message_element[] = {  {&_swigt__p_ldb_message_element, 0, 0, 0},{0, 0, 0, 0}};
5756 static swig_cast_info _swigc__p_ldb_module_ops[] = {  {&_swigt__p_ldb_module_ops, 0, 0, 0},{0, 0, 0, 0}};
5757 static swig_cast_info _swigc__p_ldb_result[] = {  {&_swigt__p_ldb_result, 0, 0, 0},{0, 0, 0, 0}};
5758 static swig_cast_info _swigc__p_ldb_val[] = {  {&_swigt__p_ldb_val, 0, 0, 0},{0, 0, 0, 0}};
5759 static swig_cast_info _swigc__p_long_long[] = {  {&_swigt__p_long_long, 0, 0, 0},{0, 0, 0, 0}};
5760 static swig_cast_info _swigc__p_p_char[] = {  {&_swigt__p_p_char, 0, 0, 0},{0, 0, 0, 0}};
5761 static swig_cast_info _swigc__p_p_ldb_control[] = {  {&_swigt__p_p_ldb_control, 0, 0, 0},{0, 0, 0, 0}};
5762 static swig_cast_info _swigc__p_p_ldb_result[] = {  {&_swigt__p_p_ldb_result, 0, 0, 0},{0, 0, 0, 0}};
5763 static swig_cast_info _swigc__p_short[] = {  {&_swigt__p_short, 0, 0, 0},{0, 0, 0, 0}};
5764 static swig_cast_info _swigc__p_signed_char[] = {  {&_swigt__p_signed_char, 0, 0, 0},{0, 0, 0, 0}};
5765 static swig_cast_info _swigc__p_unsigned_char[] = {  {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}};
5766 static swig_cast_info _swigc__p_unsigned_int[] = {  {&_swigt__p_unsigned_int, 0, 0, 0},{0, 0, 0, 0}};
5767 static swig_cast_info _swigc__p_unsigned_long[] = {  {&_swigt__p_unsigned_long, 0, 0, 0},{0, 0, 0, 0}};
5768 static swig_cast_info _swigc__p_unsigned_long_long[] = {  {&_swigt__p_unsigned_long_long, 0, 0, 0},{0, 0, 0, 0}};
5769 static swig_cast_info _swigc__p_unsigned_short[] = {  {&_swigt__p_unsigned_short, 0, 0, 0},{0, 0, 0, 0}};
5770 static swig_cast_info _swigc__p_void[] = {  {&_swigt__p_void, 0, 0, 0},{0, 0, 0, 0}};
5771
5772 static swig_cast_info *swig_cast_initial[] = {
5773   _swigc__p_TALLOC_CTX,
5774   _swigc__p_char,
5775   _swigc__p_f_p_void_enum_ldb_debug_level_p_q_const__char_va_list__void,
5776   _swigc__p_int,
5777   _swigc__p_ldb_context,
5778   _swigc__p_ldb_dn,
5779   _swigc__p_ldb_ldif,
5780   _swigc__p_ldb_message,
5781   _swigc__p_ldb_message_element,
5782   _swigc__p_ldb_module_ops,
5783   _swigc__p_ldb_result,
5784   _swigc__p_ldb_val,
5785   _swigc__p_long_long,
5786   _swigc__p_p_char,
5787   _swigc__p_p_ldb_control,
5788   _swigc__p_p_ldb_result,
5789   _swigc__p_short,
5790   _swigc__p_signed_char,
5791   _swigc__p_unsigned_char,
5792   _swigc__p_unsigned_int,
5793   _swigc__p_unsigned_long,
5794   _swigc__p_unsigned_long_long,
5795   _swigc__p_unsigned_short,
5796   _swigc__p_void,
5797 };
5798
5799
5800 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
5801
5802 static swig_const_info swig_const_table[] = {
5803 {0, 0, 0, 0.0, 0, 0}};
5804
5805 #ifdef __cplusplus
5806 }
5807 #endif
5808 /* -----------------------------------------------------------------------------
5809  * Type initialization:
5810  * This problem is tough by the requirement that no dynamic 
5811  * memory is used. Also, since swig_type_info structures store pointers to 
5812  * swig_cast_info structures and swig_cast_info structures store pointers back
5813  * to swig_type_info structures, we need some lookup code at initialization. 
5814  * The idea is that swig generates all the structures that are needed. 
5815  * The runtime then collects these partially filled structures. 
5816  * The SWIG_InitializeModule function takes these initial arrays out of 
5817  * swig_module, and does all the lookup, filling in the swig_module.types
5818  * array with the correct data and linking the correct swig_cast_info
5819  * structures together.
5820  *
5821  * The generated swig_type_info structures are assigned staticly to an initial 
5822  * array. We just loop through that array, and handle each type individually.
5823  * First we lookup if this type has been already loaded, and if so, use the
5824  * loaded structure instead of the generated one. Then we have to fill in the
5825  * cast linked list. The cast data is initially stored in something like a
5826  * two-dimensional array. Each row corresponds to a type (there are the same
5827  * number of rows as there are in the swig_type_initial array). Each entry in
5828  * a column is one of the swig_cast_info structures for that type.
5829  * The cast_initial array is actually an array of arrays, because each row has
5830  * a variable number of columns. So to actually build the cast linked list,
5831  * we find the array of casts associated with the type, and loop through it 
5832  * adding the casts to the list. The one last trick we need to do is making
5833  * sure the type pointer in the swig_cast_info struct is correct.
5834  *
5835  * First off, we lookup the cast->type name to see if it is already loaded. 
5836  * There are three cases to handle:
5837  *  1) If the cast->type has already been loaded AND the type we are adding
5838  *     casting info to has not been loaded (it is in this module), THEN we
5839  *     replace the cast->type pointer with the type pointer that has already
5840  *     been loaded.
5841  *  2) If BOTH types (the one we are adding casting info to, and the 
5842  *     cast->type) are loaded, THEN the cast info has already been loaded by
5843  *     the previous module so we just ignore it.
5844  *  3) Finally, if cast->type has not already been loaded, then we add that
5845  *     swig_cast_info to the linked list (because the cast->type) pointer will
5846  *     be correct.
5847  * ----------------------------------------------------------------------------- */
5848
5849 #ifdef __cplusplus
5850 extern "C" {
5851 #if 0
5852 } /* c-mode */
5853 #endif
5854 #endif
5855
5856 #if 0
5857 #define SWIGRUNTIME_DEBUG
5858 #endif
5859
5860
5861 SWIGRUNTIME void
5862 SWIG_InitializeModule(void *clientdata) {
5863   size_t i;
5864   swig_module_info *module_head, *iter;
5865   int found;
5866   
5867   clientdata = clientdata;
5868   
5869   /* check to see if the circular list has been setup, if not, set it up */
5870   if (swig_module.next==0) {
5871     /* Initialize the swig_module */
5872     swig_module.type_initial = swig_type_initial;
5873     swig_module.cast_initial = swig_cast_initial;
5874     swig_module.next = &swig_module;
5875   }
5876   
5877   /* Try and load any already created modules */
5878   module_head = SWIG_GetModule(clientdata);
5879   if (!module_head) {
5880     /* This is the first module loaded for this interpreter */
5881     /* so set the swig module into the interpreter */
5882     SWIG_SetModule(clientdata, &swig_module);
5883     module_head = &swig_module;
5884   } else {
5885     /* the interpreter has loaded a SWIG module, but has it loaded this one? */
5886     found=0;
5887     iter=module_head;
5888     do {
5889       if (iter==&swig_module) {
5890         found=1;
5891         break;
5892       }
5893       iter=iter->next;
5894     } while (iter!= module_head);
5895     
5896     /* if the is found in the list, then all is done and we may leave */
5897     if (found) return;
5898     /* otherwise we must add out module into the list */
5899     swig_module.next = module_head->next;
5900     module_head->next = &swig_module;
5901   }
5902   
5903   /* Now work on filling in swig_module.types */
5904 #ifdef SWIGRUNTIME_DEBUG
5905   printf("SWIG_InitializeModule: size %d\n", swig_module.size);
5906 #endif
5907   for (i = 0; i < swig_module.size; ++i) {
5908     swig_type_info *type = 0;
5909     swig_type_info *ret;
5910     swig_cast_info *cast;
5911     
5912 #ifdef SWIGRUNTIME_DEBUG
5913     printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
5914 #endif
5915     
5916     /* if there is another module already loaded */
5917     if (swig_module.next != &swig_module) {
5918       type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->name);
5919     }
5920     if (type) {
5921       /* Overwrite clientdata field */
5922 #ifdef SWIGRUNTIME_DEBUG
5923       printf("SWIG_InitializeModule: found type %s\n", type->name);
5924 #endif
5925       if (swig_module.type_initial[i]->clientdata) {
5926         type->clientdata = swig_module.type_initial[i]->clientdata;
5927 #ifdef SWIGRUNTIME_DEBUG
5928         printf("SWIG_InitializeModule: found and overwrite type %s \n", type->name);
5929 #endif
5930       }
5931     } else {
5932       type = swig_module.type_initial[i];
5933     }
5934     
5935     /* Insert casting types */
5936     cast = swig_module.cast_initial[i];
5937     while (cast->type) {
5938       /* Don't need to add information already in the list */
5939       ret = 0;
5940 #ifdef SWIGRUNTIME_DEBUG
5941       printf("SWIG_InitializeModule: look cast %s\n", cast->type->name);
5942 #endif
5943       if (swig_module.next != &swig_module) {
5944         ret = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, cast->type->name);
5945 #ifdef SWIGRUNTIME_DEBUG
5946         if (ret) printf("SWIG_InitializeModule: found cast %s\n", ret->name);
5947 #endif
5948       }
5949       if (ret) {
5950         if (type == swig_module.type_initial[i]) {
5951 #ifdef SWIGRUNTIME_DEBUG
5952           printf("SWIG_InitializeModule: skip old type %s\n", ret->name);
5953 #endif
5954           cast->type = ret;
5955           ret = 0;
5956         } else {
5957           /* Check for casting already in the list */
5958           swig_cast_info *ocast = SWIG_TypeCheck(ret->name, type);
5959 #ifdef SWIGRUNTIME_DEBUG
5960           if (ocast) printf("SWIG_InitializeModule: skip old cast %s\n", ret->name);
5961 #endif
5962           if (!ocast) ret = 0;
5963         }
5964       }
5965       
5966       if (!ret) {
5967 #ifdef SWIGRUNTIME_DEBUG
5968         printf("SWIG_InitializeModule: adding cast %s\n", cast->type->name);
5969 #endif
5970         if (type->cast) {
5971           type->cast->prev = cast;
5972           cast->next = type->cast;
5973         }
5974         type->cast = cast;
5975       }
5976       cast++;
5977     }
5978     /* Set entry in modules->types array equal to the type */
5979     swig_module.types[i] = type;
5980   }
5981   swig_module.types[i] = 0;
5982   
5983 #ifdef SWIGRUNTIME_DEBUG
5984   printf("**** SWIG_InitializeModule: Cast List ******\n");
5985   for (i = 0; i < swig_module.size; ++i) {
5986     int j = 0;
5987     swig_cast_info *cast = swig_module.cast_initial[i];
5988     printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
5989     while (cast->type) {
5990       printf("SWIG_InitializeModule: cast type %s\n", cast->type->name);
5991       cast++;
5992       ++j;
5993     }
5994     printf("---- Total casts: %d\n",j);
5995   }
5996   printf("**** SWIG_InitializeModule: Cast List ******\n");
5997 #endif
5998 }
5999
6000 /* This function will propagate the clientdata field of type to
6001 * any new swig_type_info structures that have been added into the list
6002 * of equivalent types.  It is like calling
6003 * SWIG_TypeClientData(type, clientdata) a second time.
6004 */
6005 SWIGRUNTIME void
6006 SWIG_PropagateClientData(void) {
6007   size_t i;
6008   swig_cast_info *equiv;
6009   static int init_run = 0;
6010   
6011   if (init_run) return;
6012   init_run = 1;
6013   
6014   for (i = 0; i < swig_module.size; i++) {
6015     if (swig_module.types[i]->clientdata) {
6016       equiv = swig_module.types[i]->cast;
6017       while (equiv) {
6018         if (!equiv->converter) {
6019           if (equiv->type && !equiv->type->clientdata)
6020           SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata);
6021         }
6022         equiv = equiv->next;
6023       }
6024     }
6025   }
6026 }
6027
6028 #ifdef __cplusplus
6029 #if 0
6030 {
6031   /* c-mode */
6032 #endif
6033 }
6034 #endif
6035
6036
6037
6038 #ifdef __cplusplus
6039 extern "C" {
6040 #endif
6041   
6042   /* Python-specific SWIG API */
6043 #define SWIG_newvarlink()                             SWIG_Python_newvarlink()
6044 #define SWIG_addvarlink(p, name, get_attr, set_attr)  SWIG_Python_addvarlink(p, name, get_attr, set_attr)
6045 #define SWIG_InstallConstants(d, constants)           SWIG_Python_InstallConstants(d, constants)
6046   
6047   /* -----------------------------------------------------------------------------
6048    * global variable support code.
6049    * ----------------------------------------------------------------------------- */
6050   
6051   typedef struct swig_globalvar {
6052     char       *name;                  /* Name of global variable */
6053     PyObject *(*get_attr)(void);       /* Return the current value */
6054     int       (*set_attr)(PyObject *); /* Set the value */
6055     struct swig_globalvar *next;
6056   } swig_globalvar;
6057   
6058   typedef struct swig_varlinkobject {
6059     PyObject_HEAD
6060     swig_globalvar *vars;
6061   } swig_varlinkobject;
6062   
6063   SWIGINTERN PyObject *
6064   swig_varlink_repr(swig_varlinkobject *SWIGUNUSEDPARM(v)) {
6065     return PyString_FromString("<Swig global variables>");
6066   }
6067   
6068   SWIGINTERN PyObject *
6069   swig_varlink_str(swig_varlinkobject *v) {
6070     PyObject *str = PyString_FromString("(");
6071     swig_globalvar  *var;
6072     for (var = v->vars; var; var=var->next) {
6073       PyString_ConcatAndDel(&str,PyString_FromString(var->name));
6074       if (var->next) PyString_ConcatAndDel(&str,PyString_FromString(", "));
6075     }
6076     PyString_ConcatAndDel(&str,PyString_FromString(")"));
6077     return str;
6078   }
6079   
6080   SWIGINTERN int
6081   swig_varlink_print(swig_varlinkobject *v, FILE *fp, int SWIGUNUSEDPARM(flags)) {
6082     PyObject *str = swig_varlink_str(v);
6083     fprintf(fp,"Swig global variables ");
6084     fprintf(fp,"%s\n", PyString_AsString(str));
6085     Py_DECREF(str);
6086     return 0;
6087   }
6088   
6089   SWIGINTERN void
6090   swig_varlink_dealloc(swig_varlinkobject *v) {
6091     swig_globalvar *var = v->vars;
6092     while (var) {
6093       swig_globalvar *n = var->next;
6094       free(var->name);
6095       free(var);
6096       var = n;
6097     }
6098   }
6099   
6100   SWIGINTERN PyObject *
6101   swig_varlink_getattr(swig_varlinkobject *v, char *n) {
6102     PyObject *res = NULL;
6103     swig_globalvar *var = v->vars;
6104     while (var) {
6105       if (strcmp(var->name,n) == 0) {
6106         res = (*var->get_attr)();
6107         break;
6108       }
6109       var = var->next;
6110     }
6111     if (res == NULL && !PyErr_Occurred()) {
6112       PyErr_SetString(PyExc_NameError,"Unknown C global variable");
6113     }
6114     return res;
6115   }
6116   
6117   SWIGINTERN int
6118   swig_varlink_setattr(swig_varlinkobject *v, char *n, PyObject *p) {
6119     int res = 1;
6120     swig_globalvar *var = v->vars;
6121     while (var) {
6122       if (strcmp(var->name,n) == 0) {
6123         res = (*var->set_attr)(p);
6124         break;
6125       }
6126       var = var->next;
6127     }
6128     if (res == 1 && !PyErr_Occurred()) {
6129       PyErr_SetString(PyExc_NameError,"Unknown C global variable");
6130     }
6131     return res;
6132   }
6133   
6134   SWIGINTERN PyTypeObject*
6135   swig_varlink_type(void) {
6136     static char varlink__doc__[] = "Swig var link object";
6137     static PyTypeObject varlink_type;
6138     static int type_init = 0;  
6139     if (!type_init) {
6140       const PyTypeObject tmp
6141       = {
6142         PyObject_HEAD_INIT(NULL)
6143         0,                                  /* Number of items in variable part (ob_size) */
6144         (char *)"swigvarlink",              /* Type name (tp_name) */
6145         sizeof(swig_varlinkobject),         /* Basic size (tp_basicsize) */
6146         0,                                  /* Itemsize (tp_itemsize) */
6147         (destructor) swig_varlink_dealloc,   /* Deallocator (tp_dealloc) */ 
6148         (printfunc) swig_varlink_print,     /* Print (tp_print) */
6149         (getattrfunc) swig_varlink_getattr, /* get attr (tp_getattr) */
6150         (setattrfunc) swig_varlink_setattr, /* Set attr (tp_setattr) */
6151         0,                                  /* tp_compare */
6152         (reprfunc) swig_varlink_repr,       /* tp_repr */
6153         0,                                  /* tp_as_number */
6154         0,                                  /* tp_as_sequence */
6155         0,                                  /* tp_as_mapping */
6156         0,                                  /* tp_hash */
6157         0,                                  /* tp_call */
6158         (reprfunc)swig_varlink_str,        /* tp_str */
6159         0,                                  /* tp_getattro */
6160         0,                                  /* tp_setattro */
6161         0,                                  /* tp_as_buffer */
6162         0,                                  /* tp_flags */
6163         varlink__doc__,                     /* tp_doc */
6164         0,                                  /* tp_traverse */
6165         0,                                  /* tp_clear */
6166         0,                                  /* tp_richcompare */
6167         0,                                  /* tp_weaklistoffset */
6168 #if PY_VERSION_HEX >= 0x02020000
6169         0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* tp_iter -> tp_weaklist */
6170 #endif
6171 #if PY_VERSION_HEX >= 0x02030000
6172         0,                                  /* tp_del */
6173 #endif
6174 #ifdef COUNT_ALLOCS
6175         0,0,0,0                             /* tp_alloc -> tp_next */
6176 #endif
6177       };
6178       varlink_type = tmp;
6179       varlink_type.ob_type = &PyType_Type;
6180       type_init = 1;
6181     }
6182     return &varlink_type;
6183   }
6184   
6185   /* Create a variable linking object for use later */
6186   SWIGINTERN PyObject *
6187   SWIG_Python_newvarlink(void) {
6188     swig_varlinkobject *result = PyObject_NEW(swig_varlinkobject, swig_varlink_type());
6189     if (result) {
6190       result->vars = 0;
6191     }
6192     return ((PyObject*) result);
6193   }
6194   
6195   SWIGINTERN void 
6196   SWIG_Python_addvarlink(PyObject *p, char *name, PyObject *(*get_attr)(void), int (*set_attr)(PyObject *p)) {
6197     swig_varlinkobject *v = (swig_varlinkobject *) p;
6198     swig_globalvar *gv = (swig_globalvar *) malloc(sizeof(swig_globalvar));
6199     if (gv) {
6200       size_t size = strlen(name)+1;
6201       gv->name = (char *)malloc(size);
6202       if (gv->name) {
6203         strncpy(gv->name,name,size);
6204         gv->get_attr = get_attr;
6205         gv->set_attr = set_attr;
6206         gv->next = v->vars;
6207       }
6208     }
6209     v->vars = gv;
6210   }
6211   
6212   SWIGINTERN PyObject *
6213   SWIG_globals(void) {
6214     static PyObject *_SWIG_globals = 0; 
6215     if (!_SWIG_globals) _SWIG_globals = SWIG_newvarlink();  
6216     return _SWIG_globals;
6217   }
6218   
6219   /* -----------------------------------------------------------------------------
6220    * constants/methods manipulation
6221    * ----------------------------------------------------------------------------- */
6222   
6223   /* Install Constants */
6224   SWIGINTERN void
6225   SWIG_Python_InstallConstants(PyObject *d, swig_const_info constants[]) {
6226     PyObject *obj = 0;
6227     size_t i;
6228     for (i = 0; constants[i].type; ++i) {
6229       switch(constants[i].type) {
6230       case SWIG_PY_POINTER:
6231         obj = SWIG_NewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0);
6232         break;
6233       case SWIG_PY_BINARY:
6234         obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
6235         break;
6236       default:
6237         obj = 0;
6238         break;
6239       }
6240       if (obj) {
6241         PyDict_SetItemString(d, constants[i].name, obj);
6242         Py_DECREF(obj);
6243       }
6244     }
6245   }
6246   
6247   /* -----------------------------------------------------------------------------*/
6248   /* Fix SwigMethods to carry the callback ptrs when needed */
6249   /* -----------------------------------------------------------------------------*/
6250   
6251   SWIGINTERN void
6252   SWIG_Python_FixMethods(PyMethodDef *methods,
6253     swig_const_info *const_table,
6254     swig_type_info **types,
6255     swig_type_info **types_initial) {
6256     size_t i;
6257     for (i = 0; methods[i].ml_name; ++i) {
6258       const char *c = methods[i].ml_doc;
6259       if (c && (c = strstr(c, "swig_ptr: "))) {
6260         int j;
6261         swig_const_info *ci = 0;
6262         const char *name = c + 10;
6263         for (j = 0; const_table[j].type; ++j) {
6264           if (strncmp(const_table[j].name, name, 
6265               strlen(const_table[j].name)) == 0) {
6266             ci = &(const_table[j]);
6267             break;
6268           }
6269         }
6270         if (ci) {
6271           size_t shift = (ci->ptype) - types;
6272           swig_type_info *ty = types_initial[shift];
6273           size_t ldoc = (c - methods[i].ml_doc);
6274           size_t lptr = strlen(ty->name)+2*sizeof(void*)+2;
6275           char *ndoc = (char*)malloc(ldoc + lptr + 10);
6276           if (ndoc) {
6277             char *buff = ndoc;
6278             void *ptr = (ci->type == SWIG_PY_POINTER) ? ci->pvalue : 0;
6279             if (ptr) {
6280               strncpy(buff, methods[i].ml_doc, ldoc);
6281               buff += ldoc;
6282               strncpy(buff, "swig_ptr: ", 10);
6283               buff += 10;
6284               SWIG_PackVoidPtr(buff, ptr, ty->name, lptr);
6285               methods[i].ml_doc = ndoc;
6286             }
6287           }
6288         }
6289       }
6290     }
6291   } 
6292   
6293 #ifdef __cplusplus
6294 }
6295 #endif
6296
6297 /* -----------------------------------------------------------------------------*
6298  *  Partial Init method
6299  * -----------------------------------------------------------------------------*/
6300
6301 #ifdef __cplusplus
6302 extern "C"
6303 #endif
6304 SWIGEXPORT void SWIG_init(void) {
6305   PyObject *m, *d;
6306   
6307   /* Fix SwigMethods to carry the callback ptrs when needed */
6308   SWIG_Python_FixMethods(SwigMethods, swig_const_table, swig_types, swig_type_initial);
6309   
6310   m = Py_InitModule((char *) SWIG_name, SwigMethods);
6311   d = PyModule_GetDict(m);
6312   
6313   SWIG_InitializeModule(0);
6314   SWIG_InstallConstants(d,swig_const_table);
6315   
6316   
6317   SWIG_Python_SetConstant(d, "SCOPE_DEFAULT",SWIG_From_int((int)(LDB_SCOPE_DEFAULT)));
6318   SWIG_Python_SetConstant(d, "SCOPE_BASE",SWIG_From_int((int)(LDB_SCOPE_BASE)));
6319   SWIG_Python_SetConstant(d, "SCOPE_ONELEVEL",SWIG_From_int((int)(LDB_SCOPE_ONELEVEL)));
6320   SWIG_Python_SetConstant(d, "SCOPE_SUBTREE",SWIG_From_int((int)(LDB_SCOPE_SUBTREE)));
6321   SWIG_Python_SetConstant(d, "CHANGETYPE_NONE",SWIG_From_int((int)(LDB_CHANGETYPE_NONE)));
6322   SWIG_Python_SetConstant(d, "CHANGETYPE_ADD",SWIG_From_int((int)(LDB_CHANGETYPE_ADD)));
6323   SWIG_Python_SetConstant(d, "CHANGETYPE_DELETE",SWIG_From_int((int)(LDB_CHANGETYPE_DELETE)));
6324   SWIG_Python_SetConstant(d, "CHANGETYPE_MODIFY",SWIG_From_int((int)(LDB_CHANGETYPE_MODIFY)));
6325   
6326   PyExc_LdbError = PyErr_NewException((char *)"_ldb.LdbError", NULL, NULL);
6327   PyDict_SetItemString(d, "LdbError", PyExc_LdbError);
6328   
6329   SWIG_Python_SetConstant(d, "LDB_ERR_OPERATIONS_ERROR",SWIG_From_int((int)(1)));
6330   SWIG_Python_SetConstant(d, "LDB_ERR_PROTOCOL_ERROR",SWIG_From_int((int)(2)));
6331   SWIG_Python_SetConstant(d, "LDB_ERR_TIME_LIMIT_EXCEEDED",SWIG_From_int((int)(3)));
6332   SWIG_Python_SetConstant(d, "LDB_ERR_SIZE_LIMIT_EXCEEDED",SWIG_From_int((int)(4)));
6333   SWIG_Python_SetConstant(d, "LDB_ERR_COMPARE_FALSE",SWIG_From_int((int)(5)));
6334   SWIG_Python_SetConstant(d, "LDB_ERR_COMPARE_TRUE",SWIG_From_int((int)(6)));
6335   SWIG_Python_SetConstant(d, "LDB_ERR_AUTH_METHOD_NOT_SUPPORTED",SWIG_From_int((int)(7)));
6336   SWIG_Python_SetConstant(d, "LDB_ERR_STRONG_AUTH_REQUIRED",SWIG_From_int((int)(8)));
6337   SWIG_Python_SetConstant(d, "LDB_ERR_REFERRAL",SWIG_From_int((int)(10)));
6338   SWIG_Python_SetConstant(d, "LDB_ERR_ADMIN_LIMIT_EXCEEDED",SWIG_From_int((int)(11)));
6339   SWIG_Python_SetConstant(d, "LDB_ERR_UNSUPPORTED_CRITICAL_EXTENSION",SWIG_From_int((int)(12)));
6340   SWIG_Python_SetConstant(d, "LDB_ERR_CONFIDENTIALITY_REQUIRED",SWIG_From_int((int)(13)));
6341   SWIG_Python_SetConstant(d, "LDB_ERR_SASL_BIND_IN_PROGRESS",SWIG_From_int((int)(14)));
6342   SWIG_Python_SetConstant(d, "LDB_ERR_NO_SUCH_ATTRIBUTE",SWIG_From_int((int)(16)));
6343   SWIG_Python_SetConstant(d, "LDB_ERR_UNDEFINED_ATTRIBUTE_TYPE",SWIG_From_int((int)(17)));
6344   SWIG_Python_SetConstant(d, "LDB_ERR_INAPPROPRIATE_MATCHING",SWIG_From_int((int)(18)));
6345   SWIG_Python_SetConstant(d, "LDB_ERR_CONSTRAINT_VIOLATION",SWIG_From_int((int)(19)));
6346   SWIG_Python_SetConstant(d, "LDB_ERR_ATTRIBUTE_OR_VALUE_EXISTS",SWIG_From_int((int)(20)));
6347   SWIG_Python_SetConstant(d, "LDB_ERR_INVALID_ATTRIBUTE_SYNTAX",SWIG_From_int((int)(21)));
6348   SWIG_Python_SetConstant(d, "LDB_ERR_NO_SUCH_OBJECT",SWIG_From_int((int)(32)));
6349   SWIG_Python_SetConstant(d, "LDB_ERR_ALIAS_PROBLEM",SWIG_From_int((int)(33)));
6350   SWIG_Python_SetConstant(d, "LDB_ERR_INVALID_DN_SYNTAX",SWIG_From_int((int)(34)));
6351   SWIG_Python_SetConstant(d, "LDB_ERR_ALIAS_DEREFERENCING_PROBLEM",SWIG_From_int((int)(36)));
6352   SWIG_Python_SetConstant(d, "LDB_ERR_INAPPROPRIATE_AUTHENTICATION",SWIG_From_int((int)(48)));
6353   SWIG_Python_SetConstant(d, "LDB_ERR_INVALID_CREDENTIALS",SWIG_From_int((int)(49)));
6354   SWIG_Python_SetConstant(d, "LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS",SWIG_From_int((int)(50)));
6355   SWIG_Python_SetConstant(d, "LDB_ERR_BUSY",SWIG_From_int((int)(51)));
6356   SWIG_Python_SetConstant(d, "LDB_ERR_UNAVAILABLE",SWIG_From_int((int)(52)));
6357   SWIG_Python_SetConstant(d, "LDB_ERR_UNWILLING_TO_PERFORM",SWIG_From_int((int)(53)));
6358   SWIG_Python_SetConstant(d, "LDB_ERR_LOOP_DETECT",SWIG_From_int((int)(54)));
6359   SWIG_Python_SetConstant(d, "LDB_ERR_NAMING_VIOLATION",SWIG_From_int((int)(64)));
6360   SWIG_Python_SetConstant(d, "LDB_ERR_OBJECT_CLASS_VIOLATION",SWIG_From_int((int)(65)));
6361   SWIG_Python_SetConstant(d, "LDB_ERR_NOT_ALLOWED_ON_NON_LEAF",SWIG_From_int((int)(66)));
6362   SWIG_Python_SetConstant(d, "LDB_ERR_NOT_ALLOWED_ON_RDN",SWIG_From_int((int)(67)));
6363   SWIG_Python_SetConstant(d, "LDB_ERR_ENTRY_ALREADY_EXISTS",SWIG_From_int((int)(68)));
6364   SWIG_Python_SetConstant(d, "LDB_ERR_OBJECT_CLASS_MODS_PROHIBITED",SWIG_From_int((int)(69)));
6365   SWIG_Python_SetConstant(d, "LDB_ERR_AFFECTS_MULTIPLE_DSAS",SWIG_From_int((int)(71)));
6366   SWIG_Python_SetConstant(d, "LDB_ERR_OTHER",SWIG_From_int((int)(80)));
6367 }
6368