diff options
| -rw-r--r-- | source4/auth/auth.py | 2 | ||||
| -rw-r--r-- | source4/auth/auth_wrap.c | 14 | ||||
| -rw-r--r-- | source4/auth/credentials/credentials.py | 2 | ||||
| -rw-r--r-- | source4/auth/credentials/credentials_wrap.c | 47 | ||||
| -rw-r--r-- | source4/lib/events/events.i | 2 | ||||
| -rw-r--r-- | source4/lib/events/events.py | 2 | ||||
| -rw-r--r-- | source4/lib/events/events_wrap.c | 17 | ||||
| -rw-r--r-- | source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c | 4 | ||||
| -rw-r--r-- | source4/lib/registry/registry.i | 2 | ||||
| -rw-r--r-- | source4/libcli/security/security.i | 8 | ||||
| -rw-r--r-- | source4/libcli/security/security.py | 5 | ||||
| -rw-r--r-- | source4/libcli/security/security_wrap.c | 62 | ||||
| -rw-r--r-- | source4/libcli/security/tests/bindings.py | 4 | ||||
| -rw-r--r-- | source4/libcli/swig/libcli_smb.i | 2 | ||||
| -rw-r--r-- | source4/libcli/swig/libcli_smb.py | 2 | ||||
| -rw-r--r-- | source4/libcli/swig/libcli_smb_wrap.c | 14 | ||||
| -rw-r--r-- | source4/param/param.py | 2 | ||||
| -rw-r--r-- | source4/param/param_wrap.c | 100 | ||||
| -rw-r--r-- | source4/scripting/python/config.m4 | 2 | ||||
| -rw-r--r-- | source4/scripting/python/misc.i | 2 | 
20 files changed, 168 insertions, 127 deletions
diff --git a/source4/auth/auth.py b/source4/auth/auth.py index 226175a75b..1e5d68804b 100644 --- a/source4/auth/auth.py +++ b/source4/auth/auth.py @@ -1,5 +1,5 @@  # This file was automatically generated by SWIG (http://www.swig.org). -# Version 1.3.35 +# Version 1.3.36  #  # Don't modify this file, modify the SWIG interface instead. diff --git a/source4/auth/auth_wrap.c b/source4/auth/auth_wrap.c index dea76ef87d..c514821c72 100644 --- a/source4/auth/auth_wrap.c +++ b/source4/auth/auth_wrap.c @@ -1,6 +1,6 @@  /* ----------------------------------------------------------------------------   * This file was automatically generated by SWIG (http://www.swig.org). - * Version 1.3.35 + * Version 1.3.36   *    * This file is not intended to be easily readable and contains a number of    * coding conventions designed to improve portability and efficiency. Do not make @@ -52,6 +52,12 @@  # endif  #endif +#ifndef SWIG_MSC_UNSUPPRESS_4505 +# if defined(_MSC_VER) +#   pragma warning(disable : 4505) /* unreferenced local function has been removed */ +# endif  +#endif +  #ifndef SWIGUNUSEDPARM  # ifdef __cplusplus  #   define SWIGUNUSEDPARM(p) @@ -2523,7 +2529,7 @@ static swig_module_info swig_module = {swig_types, 16, 0, 0, 0, 0};  #define SWIG_name    "_auth" -#define SWIGVERSION 0x010335  +#define SWIGVERSION 0x010336   #define SWIG_VERSION SWIGVERSION @@ -2548,13 +2554,13 @@ SWIGINTERN PyObject *_wrap_system_session(PyObject *SWIGUNUSEDPARM(self), PyObje    PyObject *resultobj = 0;    TALLOC_CTX *arg1 = (TALLOC_CTX *) 0 ;    struct loadparm_context *arg2 = (struct loadparm_context *) 0 ; -  struct auth_session_info *result = 0 ;    void *argp2 = 0 ;    int res2 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "lp_ctx", NULL     }; +  struct auth_session_info *result = 0 ;    arg2 = loadparm_init(NULL);    arg1 = NULL; @@ -2578,13 +2584,13 @@ SWIGINTERN PyObject *_wrap_system_session_anon(PyObject *SWIGUNUSEDPARM(self), P    PyObject *resultobj = 0;    TALLOC_CTX *arg1 = (TALLOC_CTX *) 0 ;    struct loadparm_context *arg2 = (struct loadparm_context *) 0 ; -  struct auth_session_info *result = 0 ;    void *argp2 = 0 ;    int res2 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "lp_ctx", NULL     }; +  struct auth_session_info *result = 0 ;    arg2 = loadparm_init(NULL);    arg1 = NULL; diff --git a/source4/auth/credentials/credentials.py b/source4/auth/credentials/credentials.py index 2cd56c3599..fe21dd2ba2 100644 --- a/source4/auth/credentials/credentials.py +++ b/source4/auth/credentials/credentials.py @@ -1,5 +1,5 @@  # This file was automatically generated by SWIG (http://www.swig.org). -# Version 1.3.35 +# Version 1.3.36  #  # Don't modify this file, modify the SWIG interface instead. diff --git a/source4/auth/credentials/credentials_wrap.c b/source4/auth/credentials/credentials_wrap.c index 81ba426e45..260451d0fc 100644 --- a/source4/auth/credentials/credentials_wrap.c +++ b/source4/auth/credentials/credentials_wrap.c @@ -1,6 +1,6 @@  /* ----------------------------------------------------------------------------   * This file was automatically generated by SWIG (http://www.swig.org). - * Version 1.3.35 + * Version 1.3.36   *    * This file is not intended to be easily readable and contains a number of    * coding conventions designed to improve portability and efficiency. Do not make @@ -52,6 +52,12 @@  # endif  #endif +#ifndef SWIG_MSC_UNSUPPRESS_4505 +# if defined(_MSC_VER) +#   pragma warning(disable : 4505) /* unreferenced local function has been removed */ +# endif  +#endif +  #ifndef SWIGUNUSEDPARM  # ifdef __cplusplus  #   define SWIGUNUSEDPARM(p) @@ -2524,7 +2530,7 @@ static swig_module_info swig_module = {swig_types, 17, 0, 0, 0, 0};  #define SWIG_name    "_credentials" -#define SWIGVERSION 0x010335  +#define SWIGVERSION 0x010336   #define SWIG_VERSION SWIGVERSION @@ -2839,13 +2845,13 @@ fail:  SWIGINTERN PyObject *_wrap_Credentials_get_username(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    cli_credentials *arg1 = (cli_credentials *) 0 ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  char *result = 0 ;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Credentials_get_username",kwnames,&obj0)) SWIG_fail; @@ -2869,7 +2875,6 @@ SWIGINTERN PyObject *_wrap_Credentials_set_username(PyObject *SWIGUNUSEDPARM(sel    cli_credentials *arg1 = (cli_credentials *) 0 ;    char *arg2 = (char *) 0 ;    enum credentials_obtained arg3 = (enum credentials_obtained) CRED_SPECIFIED ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -2883,6 +2888,7 @@ SWIGINTERN PyObject *_wrap_Credentials_set_username(PyObject *SWIGUNUSEDPARM(sel    char *  kwnames[] = {      (char *) "self",(char *) "value",(char *) "obtained", NULL     }; +  bool result;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:Credentials_set_username",kwnames,&obj0,&obj1,&obj2)) SWIG_fail; @@ -2920,13 +2926,13 @@ fail:  SWIGINTERN PyObject *_wrap_Credentials_get_password(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    cli_credentials *arg1 = (cli_credentials *) 0 ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  char *result = 0 ;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Credentials_get_password",kwnames,&obj0)) SWIG_fail; @@ -2950,7 +2956,6 @@ SWIGINTERN PyObject *_wrap_Credentials_set_password(PyObject *SWIGUNUSEDPARM(sel    cli_credentials *arg1 = (cli_credentials *) 0 ;    char *arg2 = (char *) 0 ;    enum credentials_obtained arg3 = (enum credentials_obtained) CRED_SPECIFIED ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -2964,6 +2969,7 @@ SWIGINTERN PyObject *_wrap_Credentials_set_password(PyObject *SWIGUNUSEDPARM(sel    char *  kwnames[] = {      (char *) "self",(char *) "val",(char *) "obtained", NULL     }; +  bool result;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:Credentials_set_password",kwnames,&obj0,&obj1,&obj2)) SWIG_fail; @@ -3001,13 +3007,13 @@ fail:  SWIGINTERN PyObject *_wrap_Credentials_get_domain(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    cli_credentials *arg1 = (cli_credentials *) 0 ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  char *result = 0 ;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Credentials_get_domain",kwnames,&obj0)) SWIG_fail; @@ -3031,7 +3037,6 @@ SWIGINTERN PyObject *_wrap_Credentials_set_domain(PyObject *SWIGUNUSEDPARM(self)    cli_credentials *arg1 = (cli_credentials *) 0 ;    char *arg2 = (char *) 0 ;    enum credentials_obtained arg3 = (enum credentials_obtained) CRED_SPECIFIED ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3045,6 +3050,7 @@ SWIGINTERN PyObject *_wrap_Credentials_set_domain(PyObject *SWIGUNUSEDPARM(self)    char *  kwnames[] = {      (char *) "self",(char *) "val",(char *) "obtained", NULL     }; +  bool result;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:Credentials_set_domain",kwnames,&obj0,&obj1,&obj2)) SWIG_fail; @@ -3082,13 +3088,13 @@ fail:  SWIGINTERN PyObject *_wrap_Credentials_get_realm(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    cli_credentials *arg1 = (cli_credentials *) 0 ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  char *result = 0 ;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Credentials_get_realm",kwnames,&obj0)) SWIG_fail; @@ -3112,7 +3118,6 @@ SWIGINTERN PyObject *_wrap_Credentials_set_realm(PyObject *SWIGUNUSEDPARM(self),    cli_credentials *arg1 = (cli_credentials *) 0 ;    char *arg2 = (char *) 0 ;    enum credentials_obtained arg3 = (enum credentials_obtained) CRED_SPECIFIED ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3126,6 +3131,7 @@ SWIGINTERN PyObject *_wrap_Credentials_set_realm(PyObject *SWIGUNUSEDPARM(self),    char *  kwnames[] = {      (char *) "self",(char *) "val",(char *) "obtained", NULL     }; +  bool result;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:Credentials_set_realm",kwnames,&obj0,&obj1,&obj2)) SWIG_fail; @@ -3253,13 +3259,13 @@ fail:  SWIGINTERN PyObject *_wrap_Credentials_get_bind_dn(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    cli_credentials *arg1 = (cli_credentials *) 0 ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  char *result = 0 ;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Credentials_get_bind_dn",kwnames,&obj0)) SWIG_fail; @@ -3282,7 +3288,6 @@ SWIGINTERN PyObject *_wrap_Credentials_set_bind_dn(PyObject *SWIGUNUSEDPARM(self    PyObject *resultobj = 0;    cli_credentials *arg1 = (cli_credentials *) 0 ;    char *arg2 = (char *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3293,6 +3298,7 @@ SWIGINTERN PyObject *_wrap_Credentials_set_bind_dn(PyObject *SWIGUNUSEDPARM(self    char *  kwnames[] = {      (char *) "self",(char *) "bind_dn", NULL     }; +  bool result;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:Credentials_set_bind_dn",kwnames,&obj0,&obj1)) SWIG_fail; @@ -3350,13 +3356,13 @@ fail:  SWIGINTERN PyObject *_wrap_Credentials_get_workstation(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    cli_credentials *arg1 = (cli_credentials *) 0 ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  char *result = 0 ;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Credentials_get_workstation",kwnames,&obj0)) SWIG_fail; @@ -3380,7 +3386,6 @@ SWIGINTERN PyObject *_wrap_Credentials_set_workstation(PyObject *SWIGUNUSEDPARM(    cli_credentials *arg1 = (cli_credentials *) 0 ;    char *arg2 = (char *) 0 ;    enum credentials_obtained arg3 = (enum credentials_obtained) CRED_SPECIFIED ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3394,6 +3399,7 @@ SWIGINTERN PyObject *_wrap_Credentials_set_workstation(PyObject *SWIGUNUSEDPARM(    char *  kwnames[] = {      (char *) "self",(char *) "workstation",(char *) "obtained", NULL     }; +  bool result;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:Credentials_set_workstation",kwnames,&obj0,&obj1,&obj2)) SWIG_fail; @@ -3432,7 +3438,6 @@ SWIGINTERN PyObject *_wrap_Credentials_set_machine_account(PyObject *SWIGUNUSEDP    PyObject *resultobj = 0;    cli_credentials *arg1 = (cli_credentials *) 0 ;    struct loadparm_context *arg2 = (struct loadparm_context *) 0 ; -  NTSTATUS result;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -3442,6 +3447,7 @@ SWIGINTERN PyObject *_wrap_Credentials_set_machine_account(PyObject *SWIGUNUSEDP    char *  kwnames[] = {      (char *) "self",(char *) "lp_ctx", NULL     }; +  NTSTATUS result;    arg1 = NULL;    arg2 = loadparm_init(NULL); @@ -3510,13 +3516,13 @@ fail:  SWIGINTERN PyObject *_wrap_Credentials_is_anonymous(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    cli_credentials *arg1 = (cli_credentials *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  bool result;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Credentials_is_anonymous",kwnames,&obj0)) SWIG_fail; @@ -3539,13 +3545,13 @@ SWIGINTERN PyObject *_wrap_Credentials_get_nt_hash(PyObject *SWIGUNUSEDPARM(self    PyObject *resultobj = 0;    cli_credentials *arg1 = (cli_credentials *) 0 ;    TALLOC_CTX *arg2 = (TALLOC_CTX *) 0 ; -  struct samr_Password *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  struct samr_Password *result = 0 ;    arg1 = NULL;    arg2 = NULL; @@ -3568,13 +3574,13 @@ fail:  SWIGINTERN PyObject *_wrap_Credentials_authentication_requested(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    cli_credentials *arg1 = (cli_credentials *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  bool result;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Credentials_authentication_requested",kwnames,&obj0)) SWIG_fail; @@ -3596,13 +3602,13 @@ fail:  SWIGINTERN PyObject *_wrap_Credentials_wrong_password(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    cli_credentials *arg1 = (cli_credentials *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  bool result;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Credentials_wrong_password",kwnames,&obj0)) SWIG_fail; @@ -3624,13 +3630,13 @@ fail:  SWIGINTERN PyObject *_wrap_Credentials_set_cmdline_callbacks(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    cli_credentials *arg1 = (cli_credentials *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  bool result;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:Credentials_set_cmdline_callbacks",kwnames,&obj0)) SWIG_fail; @@ -3669,7 +3675,6 @@ SWIGINTERN PyObject *_wrap_delete_Credentials(PyObject *SWIGUNUSEDPARM(self), Py      arg1 = (cli_credentials *)(argp1);    }    delete_cli_credentials(arg1); -      resultobj = SWIG_Py_Void();    return resultobj;  fail: diff --git a/source4/lib/events/events.i b/source4/lib/events/events.i index 5f790aeac5..8a0d9c4b6f 100644 --- a/source4/lib/events/events.i +++ b/source4/lib/events/events.i @@ -18,7 +18,7 @@  %module(docstring="Event management.",package="samba.events") events; -%import "../talloc/talloc.i"; +%import "../../../lib/talloc/talloc.i";  %{  #include "events.h" diff --git a/source4/lib/events/events.py b/source4/lib/events/events.py index f217c29d78..c15ea8b9e5 100644 --- a/source4/lib/events/events.py +++ b/source4/lib/events/events.py @@ -1,5 +1,5 @@  # This file was automatically generated by SWIG (http://www.swig.org). -# Version 1.3.33 +# Version 1.3.36  #  # Don't modify this file, modify the SWIG interface instead. diff --git a/source4/lib/events/events_wrap.c b/source4/lib/events/events_wrap.c index ccaeab7ad6..335652101b 100644 --- a/source4/lib/events/events_wrap.c +++ b/source4/lib/events/events_wrap.c @@ -1,6 +1,6 @@  /* ----------------------------------------------------------------------------   * This file was automatically generated by SWIG (http://www.swig.org). - * Version 1.3.35 + * Version 1.3.36   *    * This file is not intended to be easily readable and contains a number of    * coding conventions designed to improve portability and efficiency. Do not make @@ -52,6 +52,12 @@  # endif  #endif +#ifndef SWIG_MSC_UNSUPPRESS_4505 +# if defined(_MSC_VER) +#   pragma warning(disable : 4505) /* unreferenced local function has been removed */ +# endif  +#endif +  #ifndef SWIGUNUSEDPARM  # ifdef __cplusplus  #   define SWIGUNUSEDPARM(p) @@ -2511,7 +2517,7 @@ static swig_module_info swig_module = {swig_types, 4, 0, 0, 0, 0};  #define SWIG_name    "_events" -#define SWIGVERSION 0x010335  +#define SWIGVERSION 0x010336   #define SWIG_VERSION SWIGVERSION @@ -2623,10 +2629,10 @@ fail:  SWIGINTERN PyObject *_wrap_event_loop_once(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {    PyObject *resultobj = 0;    event *arg1 = (event *) 0 ; -  int result;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject *swig_obj[1] ; +  int result;    if (!args) SWIG_fail;    swig_obj[0] = args; @@ -2646,10 +2652,10 @@ fail:  SWIGINTERN PyObject *_wrap_event_loop_wait(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {    PyObject *resultobj = 0;    event *arg1 = (event *) 0 ; -  int result;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject *swig_obj[1] ; +  int result;    if (!args) SWIG_fail;    swig_obj[0] = args; @@ -2681,7 +2687,6 @@ SWIGINTERN PyObject *_wrap_delete_event(PyObject *SWIGUNUSEDPARM(self), PyObject    }    arg1 = (event *)(argp1);    delete_event(arg1); -      resultobj = SWIG_Py_Void();    return resultobj;  fail: @@ -2704,7 +2709,6 @@ SWIGINTERN PyObject *_wrap_event_context_init_byname(PyObject *SWIGUNUSEDPARM(se    PyObject *resultobj = 0;    TALLOC_CTX *arg1 = (TALLOC_CTX *) 0 ;    char *arg2 = (char *) 0 ; -  struct event_context *result = 0 ;    int res2 ;    char *buf2 = 0 ;    int alloc2 = 0 ; @@ -2712,6 +2716,7 @@ SWIGINTERN PyObject *_wrap_event_context_init_byname(PyObject *SWIGUNUSEDPARM(se    char *  kwnames[] = {      (char *) "name", NULL     }; +  struct event_context *result = 0 ;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:event_context_init_byname",kwnames,&obj0)) SWIG_fail; diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c b/source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c index 654574cd2f..4fea43c8c8 100644 --- a/source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c +++ b/source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c @@ -64,6 +64,10 @@ static void ltdb_log_fn(struct tdb_context *tdb, enum tdb_debug_level level, con  	struct ldb_context *ldb = talloc_get_type(tdb_get_logging_private(tdb), struct ldb_context);  	enum ldb_debug_level ldb_level;  	char *message;  + +	if (ldb == NULL) +		return; +  	va_start(ap, fmt);  	message = talloc_vasprintf(ldb, fmt, ap);  	va_end(ap); diff --git a/source4/lib/registry/registry.i b/source4/lib/registry/registry.i index c55197c3d0..fe3a81d889 100644 --- a/source4/lib/registry/registry.i +++ b/source4/lib/registry/registry.i @@ -43,7 +43,7 @@ typedef struct hive_key hive_key;  }  %import "stdint.i" -%import "../../lib/talloc/talloc.i" +%import "../../../lib/talloc/talloc.i"  %import "../../auth/credentials/credentials.i"  %import "../../param/param.i"  %import "../events/events.i" diff --git a/source4/libcli/security/security.i b/source4/libcli/security/security.i index 1d964cc3d5..6ba106bb5f 100644 --- a/source4/libcli/security/security.i +++ b/source4/libcli/security/security.i @@ -27,8 +27,8 @@ typedef struct security_token security_token;  typedef struct security_descriptor security_descriptor;  %} -%import "../../lib/talloc/talloc.i" -%import "../util/errors.i" +%import "../lib/talloc/talloc.i" +%include "../util/errors.i"  %import "stdint.i"  enum sec_privilege { @@ -117,6 +117,10 @@ typedef struct dom_sid {  #endif          bool equal(const struct dom_sid *other);      } +%pythoncode { +    def __repr__(self): +        return "Sid(%r)" % str(self) +}  } dom_sid;  %feature("docstring") random_sid "random_sid() -> sid\n" \ diff --git a/source4/libcli/security/security.py b/source4/libcli/security/security.py index 065c7a19e4..c310dde56b 100644 --- a/source4/libcli/security/security.py +++ b/source4/libcli/security/security.py @@ -1,5 +1,5 @@  # This file was automatically generated by SWIG (http://www.swig.org). -# Version 1.3.35 +# Version 1.3.36  #  # Don't modify this file, modify the SWIG interface instead. @@ -149,6 +149,9 @@ class Sid(object):      __repr__ = _swig_repr      def __init__(self, *args, **kwargs):           _security.Sid_swiginit(self,_security.new_Sid(*args, **kwargs)) +    def __repr__(self): +        return "Sid(%r)" % str(self) +      __swig_destroy__ = _security.delete_Sid  Sid.__str__ = new_instancemethod(_security.Sid___str__,None,Sid)  Sid.__eq__ = new_instancemethod(_security.Sid___eq__,None,Sid) diff --git a/source4/libcli/security/security_wrap.c b/source4/libcli/security/security_wrap.c index a10626c043..b7d66b5aec 100644 --- a/source4/libcli/security/security_wrap.c +++ b/source4/libcli/security/security_wrap.c @@ -1,6 +1,6 @@  /* ----------------------------------------------------------------------------   * This file was automatically generated by SWIG (http://www.swig.org). - * Version 1.3.35 + * Version 1.3.36   *    * This file is not intended to be easily readable and contains a number of    * coding conventions designed to improve portability and efficiency. Do not make @@ -52,6 +52,12 @@  # endif  #endif +#ifndef SWIG_MSC_UNSUPPRESS_4505 +# if defined(_MSC_VER) +#   pragma warning(disable : 4505) /* unreferenced local function has been removed */ +# endif  +#endif +  #ifndef SWIGUNUSEDPARM  # ifdef __cplusplus  #   define SWIGUNUSEDPARM(p) @@ -2521,7 +2527,7 @@ static swig_module_info swig_module = {swig_types, 14, 0, 0, 0, 0};  #define SWIG_name    "_security" -#define SWIGVERSION 0x010335  +#define SWIGVERSION 0x010336   #define SWIG_VERSION SWIGVERSION @@ -2537,6 +2543,9 @@ typedef struct security_token security_token;  typedef struct security_descriptor security_descriptor; +#include "libcli/util/pyerrors.h" + +    #define SWIG_From_long   PyInt_FromLong  @@ -2834,7 +2843,6 @@ SWIGINTERN PyObject *_wrap_SecurityToken_is_sid(PyObject *SWIGUNUSEDPARM(self),    PyObject *resultobj = 0;    security_token *arg1 = (security_token *) 0 ;    struct dom_sid *arg2 = (struct dom_sid *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -2844,6 +2852,7 @@ SWIGINTERN PyObject *_wrap_SecurityToken_is_sid(PyObject *SWIGUNUSEDPARM(self),    char *  kwnames[] = {      (char *) "self",(char *) "sid", NULL     }; +  bool result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SecurityToken_is_sid",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_security_token, 0 |  0 ); @@ -2867,10 +2876,10 @@ fail:  SWIGINTERN PyObject *_wrap_SecurityToken_is_system(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {    PyObject *resultobj = 0;    security_token *arg1 = (security_token *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject *swig_obj[1] ; +  bool result;    if (!args) SWIG_fail;    swig_obj[0] = args; @@ -2890,10 +2899,10 @@ fail:  SWIGINTERN PyObject *_wrap_SecurityToken_is_anonymous(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {    PyObject *resultobj = 0;    security_token *arg1 = (security_token *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject *swig_obj[1] ; +  bool result;    if (!args) SWIG_fail;    swig_obj[0] = args; @@ -2914,7 +2923,6 @@ SWIGINTERN PyObject *_wrap_SecurityToken_has_sid(PyObject *SWIGUNUSEDPARM(self),    PyObject *resultobj = 0;    security_token *arg1 = (security_token *) 0 ;    struct dom_sid *arg2 = (struct dom_sid *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -2924,6 +2932,7 @@ SWIGINTERN PyObject *_wrap_SecurityToken_has_sid(PyObject *SWIGUNUSEDPARM(self),    char *  kwnames[] = {      (char *) "self",(char *) "sid", NULL     }; +  bool result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SecurityToken_has_sid",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_security_token, 0 |  0 ); @@ -2947,10 +2956,10 @@ fail:  SWIGINTERN PyObject *_wrap_SecurityToken_has_builtin_administrators(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {    PyObject *resultobj = 0;    security_token *arg1 = (security_token *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject *swig_obj[1] ; +  bool result;    if (!args) SWIG_fail;    swig_obj[0] = args; @@ -2970,10 +2979,10 @@ fail:  SWIGINTERN PyObject *_wrap_SecurityToken_has_nt_authenticated_users(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {    PyObject *resultobj = 0;    security_token *arg1 = (security_token *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject *swig_obj[1] ; +  bool result;    if (!args) SWIG_fail;    swig_obj[0] = args; @@ -2994,7 +3003,6 @@ SWIGINTERN PyObject *_wrap_SecurityToken_has_privilege(PyObject *SWIGUNUSEDPARM(    PyObject *resultobj = 0;    security_token *arg1 = (security_token *) 0 ;    enum sec_privilege arg2 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    int val2 ; @@ -3004,6 +3012,7 @@ SWIGINTERN PyObject *_wrap_SecurityToken_has_privilege(PyObject *SWIGUNUSEDPARM(    char *  kwnames[] = {      (char *) "self",(char *) "privilege", NULL     }; +  bool result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SecurityToken_has_privilege",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_security_token, 0 |  0 ); @@ -3072,7 +3081,6 @@ SWIGINTERN PyObject *_wrap_delete_SecurityToken(PyObject *SWIGUNUSEDPARM(self),    }    arg1 = (security_token *)(argp1);    delete_security_token(arg1); -      resultobj = SWIG_Py_Void();    return resultobj;  fail: @@ -3110,7 +3118,6 @@ SWIGINTERN PyObject *_wrap_security_descriptor_sacl_add(PyObject *SWIGUNUSEDPARM    PyObject *resultobj = 0;    security_descriptor *arg1 = (security_descriptor *) 0 ;    struct security_ace *arg2 = (struct security_ace *) 0 ; -  NTSTATUS result;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -3120,6 +3127,7 @@ SWIGINTERN PyObject *_wrap_security_descriptor_sacl_add(PyObject *SWIGUNUSEDPARM    char *  kwnames[] = {      (char *) "self",(char *) "ace", NULL     }; +  NTSTATUS result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:security_descriptor_sacl_add",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_security_descriptor, 0 |  0 ); @@ -3134,8 +3142,7 @@ SWIGINTERN PyObject *_wrap_security_descriptor_sacl_add(PyObject *SWIGUNUSEDPARM    arg2 = (struct security_ace *)(argp2);    result = security_descriptor_sacl_add(arg1,(struct security_ace const *)arg2);    if (NT_STATUS_IS_ERR(result)) { -    PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result)); -    PyErr_SetObject(PyExc_RuntimeError, obj); +    PyErr_SetNTSTATUS(result);      SWIG_fail;    } else if (resultobj == NULL) {      resultobj = Py_None; @@ -3150,7 +3157,6 @@ SWIGINTERN PyObject *_wrap_security_descriptor_dacl_add(PyObject *SWIGUNUSEDPARM    PyObject *resultobj = 0;    security_descriptor *arg1 = (security_descriptor *) 0 ;    struct security_ace *arg2 = (struct security_ace *) 0 ; -  NTSTATUS result;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -3160,6 +3166,7 @@ SWIGINTERN PyObject *_wrap_security_descriptor_dacl_add(PyObject *SWIGUNUSEDPARM    char *  kwnames[] = {      (char *) "self",(char *) "ace", NULL     }; +  NTSTATUS result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:security_descriptor_dacl_add",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_security_descriptor, 0 |  0 ); @@ -3174,8 +3181,7 @@ SWIGINTERN PyObject *_wrap_security_descriptor_dacl_add(PyObject *SWIGUNUSEDPARM    arg2 = (struct security_ace *)(argp2);    result = security_descriptor_dacl_add(arg1,(struct security_ace const *)arg2);    if (NT_STATUS_IS_ERR(result)) { -    PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result)); -    PyErr_SetObject(PyExc_RuntimeError, obj); +    PyErr_SetNTSTATUS(result);      SWIG_fail;    } else if (resultobj == NULL) {      resultobj = Py_None; @@ -3190,7 +3196,6 @@ SWIGINTERN PyObject *_wrap_security_descriptor_dacl_del(PyObject *SWIGUNUSEDPARM    PyObject *resultobj = 0;    security_descriptor *arg1 = (security_descriptor *) 0 ;    struct dom_sid *arg2 = (struct dom_sid *) 0 ; -  NTSTATUS result;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -3200,6 +3205,7 @@ SWIGINTERN PyObject *_wrap_security_descriptor_dacl_del(PyObject *SWIGUNUSEDPARM    char *  kwnames[] = {      (char *) "self",(char *) "trustee", NULL     }; +  NTSTATUS result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:security_descriptor_dacl_del",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_security_descriptor, 0 |  0 ); @@ -3214,8 +3220,7 @@ SWIGINTERN PyObject *_wrap_security_descriptor_dacl_del(PyObject *SWIGUNUSEDPARM    arg2 = (struct dom_sid *)(argp2);    result = security_descriptor_dacl_del(arg1,(struct dom_sid const *)arg2);    if (NT_STATUS_IS_ERR(result)) { -    PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result)); -    PyErr_SetObject(PyExc_RuntimeError, obj); +    PyErr_SetNTSTATUS(result);      SWIG_fail;    } else if (resultobj == NULL) {      resultobj = Py_None; @@ -3230,7 +3235,6 @@ SWIGINTERN PyObject *_wrap_security_descriptor_sacl_del(PyObject *SWIGUNUSEDPARM    PyObject *resultobj = 0;    security_descriptor *arg1 = (security_descriptor *) 0 ;    struct dom_sid *arg2 = (struct dom_sid *) 0 ; -  NTSTATUS result;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -3240,6 +3244,7 @@ SWIGINTERN PyObject *_wrap_security_descriptor_sacl_del(PyObject *SWIGUNUSEDPARM    char *  kwnames[] = {      (char *) "self",(char *) "trustee", NULL     }; +  NTSTATUS result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:security_descriptor_sacl_del",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_security_descriptor, 0 |  0 ); @@ -3254,8 +3259,7 @@ SWIGINTERN PyObject *_wrap_security_descriptor_sacl_del(PyObject *SWIGUNUSEDPARM    arg2 = (struct dom_sid *)(argp2);    result = security_descriptor_sacl_del(arg1,(struct dom_sid const *)arg2);    if (NT_STATUS_IS_ERR(result)) { -    PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result)); -    PyErr_SetObject(PyExc_RuntimeError, obj); +    PyErr_SetNTSTATUS(result);      SWIG_fail;    } else if (resultobj == NULL) {      resultobj = Py_None; @@ -3270,7 +3274,6 @@ SWIGINTERN PyObject *_wrap_security_descriptor___eq__(PyObject *SWIGUNUSEDPARM(s    PyObject *resultobj = 0;    security_descriptor *arg1 = (security_descriptor *) 0 ;    struct security_descriptor *arg2 = (struct security_descriptor *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -3280,6 +3283,7 @@ SWIGINTERN PyObject *_wrap_security_descriptor___eq__(PyObject *SWIGUNUSEDPARM(s    char *  kwnames[] = {      (char *) "self",(char *) "other", NULL     }; +  bool result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:security_descriptor___eq__",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_security_descriptor, 0 |  0 ); @@ -3315,7 +3319,6 @@ SWIGINTERN PyObject *_wrap_delete_security_descriptor(PyObject *SWIGUNUSEDPARM(s    }    arg1 = (security_descriptor *)(argp1);    delete_security_descriptor(arg1); -      resultobj = SWIG_Py_Void();    return resultobj;  fail: @@ -3338,7 +3341,6 @@ SWIGINTERN PyObject *_wrap_new_Sid(PyObject *SWIGUNUSEDPARM(self), PyObject *arg    PyObject *resultobj = 0;    TALLOC_CTX *arg1 = (TALLOC_CTX *) 0 ;    char *arg2 = (char *) 0 ; -  dom_sid *result = 0 ;    int res2 ;    char *buf2 = 0 ;    int alloc2 = 0 ; @@ -3346,6 +3348,7 @@ SWIGINTERN PyObject *_wrap_new_Sid(PyObject *SWIGUNUSEDPARM(self), PyObject *arg    char *  kwnames[] = {      (char *) "text", NULL     }; +  dom_sid *result = 0 ;    arg1 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:new_Sid",kwnames,&obj0)) SWIG_fail; @@ -3368,10 +3371,10 @@ SWIGINTERN PyObject *_wrap_Sid___str__(PyObject *SWIGUNUSEDPARM(self), PyObject    PyObject *resultobj = 0;    dom_sid *arg1 = (dom_sid *) 0 ;    TALLOC_CTX *arg2 = (TALLOC_CTX *) 0 ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject *swig_obj[1] ; +  char *result = 0 ;    arg2 = NULL;    if (!args) SWIG_fail; @@ -3393,7 +3396,6 @@ SWIGINTERN PyObject *_wrap_Sid___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *    PyObject *resultobj = 0;    dom_sid *arg1 = (dom_sid *) 0 ;    struct dom_sid *arg2 = (struct dom_sid *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -3403,6 +3405,7 @@ SWIGINTERN PyObject *_wrap_Sid___eq__(PyObject *SWIGUNUSEDPARM(self), PyObject *    char *  kwnames[] = {      (char *) "self",(char *) "other", NULL     }; +  bool result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Sid___eq__",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_dom_sid, 0 |  0 ); @@ -3438,7 +3441,6 @@ SWIGINTERN PyObject *_wrap_delete_Sid(PyObject *SWIGUNUSEDPARM(self), PyObject *    }    arg1 = (dom_sid *)(argp1);    delete_dom_sid(arg1); -      resultobj = SWIG_Py_Void();    return resultobj;  fail: @@ -3475,13 +3477,13 @@ fail:  SWIGINTERN PyObject *_wrap_privilege_name(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    enum sec_privilege arg1 ; -  char *result = 0 ;    int val1 ;    int ecode1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "privilege", NULL     }; +  char *result = 0 ;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:privilege_name",kwnames,&obj0)) SWIG_fail;    ecode1 = SWIG_AsVal_int(obj0, &val1); @@ -3500,7 +3502,6 @@ fail:  SWIGINTERN PyObject *_wrap_privilege_id(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    char *arg1 = (char *) 0 ; -  enum sec_privilege result;    int res1 ;    char *buf1 = 0 ;    int alloc1 = 0 ; @@ -3508,6 +3509,7 @@ SWIGINTERN PyObject *_wrap_privilege_id(PyObject *SWIGUNUSEDPARM(self), PyObject    char *  kwnames[] = {      (char *) "name", NULL     }; +  enum sec_privilege result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:privilege_id",kwnames,&obj0)) SWIG_fail;    res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL, &alloc1); diff --git a/source4/libcli/security/tests/bindings.py b/source4/libcli/security/tests/bindings.py index 82ce7aeba8..b539de833d 100644 --- a/source4/libcli/security/tests/bindings.py +++ b/source4/libcli/security/tests/bindings.py @@ -65,6 +65,10 @@ class DomSidTests(unittest.TestCase):          sid = security.random_sid()          self.assertTrue(str(sid).startswith("S-1-5-21-")) +    def test_repr(self): +        sid = security.random_sid() +        self.assertTrue(repr(sid).startswith("Sid('S-1-5-21-")) +  class PrivilegeTests(unittest.TestCase):      def test_privilege_name(self): diff --git a/source4/libcli/swig/libcli_smb.i b/source4/libcli/swig/libcli_smb.i index 4125bcf5a9..0162b7b66a 100644 --- a/source4/libcli/swig/libcli_smb.i +++ b/source4/libcli/swig/libcli_smb.i @@ -1,6 +1,6 @@  %module libcli_smb -%import "../../lib/talloc/talloc.i" +%import "../../../lib/talloc/talloc.i"  %import "../../lib/events/events.i"  %{ diff --git a/source4/libcli/swig/libcli_smb.py b/source4/libcli/swig/libcli_smb.py index 6e4fe036c7..4662618fd3 100644 --- a/source4/libcli/swig/libcli_smb.py +++ b/source4/libcli/swig/libcli_smb.py @@ -1,5 +1,5 @@  # This file was automatically generated by SWIG (http://www.swig.org). -# Version 1.3.35 +# Version 1.3.36  #  # Don't modify this file, modify the SWIG interface instead. diff --git a/source4/libcli/swig/libcli_smb_wrap.c b/source4/libcli/swig/libcli_smb_wrap.c index a3ea079b83..99bbdc7f96 100644 --- a/source4/libcli/swig/libcli_smb_wrap.c +++ b/source4/libcli/swig/libcli_smb_wrap.c @@ -1,6 +1,6 @@  /* ----------------------------------------------------------------------------   * This file was automatically generated by SWIG (http://www.swig.org). - * Version 1.3.35 + * Version 1.3.36   *    * This file is not intended to be easily readable and contains a number of    * coding conventions designed to improve portability and efficiency. Do not make @@ -52,6 +52,12 @@  # endif  #endif +#ifndef SWIG_MSC_UNSUPPRESS_4505 +# if defined(_MSC_VER) +#   pragma warning(disable : 4505) /* unreferenced local function has been removed */ +# endif  +#endif +  #ifndef SWIGUNUSEDPARM  # ifdef __cplusplus  #   define SWIGUNUSEDPARM(p) @@ -2513,7 +2519,7 @@ static swig_module_info swig_module = {swig_types, 6, 0, 0, 0, 0};  #define SWIG_name    "_libcli_smb" -#define SWIGVERSION 0x010335  +#define SWIGVERSION 0x010336   #define SWIG_VERSION SWIGVERSION @@ -2603,7 +2609,6 @@ SWIGINTERN PyObject *_wrap_smbcli_sock_connect_byname(PyObject *SWIGUNUSEDPARM(s    TALLOC_CTX *arg3 = (TALLOC_CTX *) 0 ;    struct resolve_context *arg4 = (struct resolve_context *) 0 ;    struct event_context *arg5 = (struct event_context *) 0 ; -  struct smbcli_socket *result = 0 ;    int res1 ;    char *buf1 = 0 ;    int alloc1 = 0 ; @@ -2620,8 +2625,9 @@ SWIGINTERN PyObject *_wrap_smbcli_sock_connect_byname(PyObject *SWIGUNUSEDPARM(s    char *  kwnames[] = {      (char *) "host",(char *) "ports",(char *) "resolve_ctx",(char *) "event_ctx", NULL     }; +  struct smbcli_socket *result = 0 ; -  arg5 = s4_event_context_init(NULL); +  arg5 = event_context_init(NULL);    arg3 = NULL;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:smbcli_sock_connect_byname",kwnames,&obj0,&obj1,&obj2,&obj3)) SWIG_fail;    res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL, &alloc1); diff --git a/source4/param/param.py b/source4/param/param.py index 46c75cef97..4117db6f28 100644 --- a/source4/param/param.py +++ b/source4/param/param.py @@ -1,5 +1,5 @@  # This file was automatically generated by SWIG (http://www.swig.org). -# Version 1.3.35 +# Version 1.3.36  #  # Don't modify this file, modify the SWIG interface instead. diff --git a/source4/param/param_wrap.c b/source4/param/param_wrap.c index 48fd752f0e..eef7a06605 100644 --- a/source4/param/param_wrap.c +++ b/source4/param/param_wrap.c @@ -1,6 +1,6 @@  /* ----------------------------------------------------------------------------   * This file was automatically generated by SWIG (http://www.swig.org). - * Version 1.3.35 + * Version 1.3.36   *    * This file is not intended to be easily readable and contains a number of    * coding conventions designed to improve portability and efficiency. Do not make @@ -52,6 +52,12 @@  # endif  #endif +#ifndef SWIG_MSC_UNSUPPRESS_4505 +# if defined(_MSC_VER) +#   pragma warning(disable : 4505) /* unreferenced local function has been removed */ +# endif  +#endif +  #ifndef SWIGUNUSEDPARM  # ifdef __cplusplus  #   define SWIGUNUSEDPARM(p) @@ -2479,7 +2485,7 @@ SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int argnum, int flags)  #define SWIGTYPE_p_int swig_types[2]  #define SWIGTYPE_p_loadparm_context swig_types[3]  #define SWIGTYPE_p_loadparm_service swig_types[4] -#define SWIGTYPE_p_long swig_types[5] +#define SWIGTYPE_p_long_long swig_types[5]  #define SWIGTYPE_p_param_context swig_types[6]  #define SWIGTYPE_p_param_opt swig_types[7]  #define SWIGTYPE_p_param_section swig_types[8] @@ -2487,7 +2493,7 @@ SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int argnum, int flags)  #define SWIGTYPE_p_signed_char swig_types[10]  #define SWIGTYPE_p_unsigned_char swig_types[11]  #define SWIGTYPE_p_unsigned_int swig_types[12] -#define SWIGTYPE_p_unsigned_long swig_types[13] +#define SWIGTYPE_p_unsigned_long_long swig_types[13]  #define SWIGTYPE_p_unsigned_short swig_types[14]  static swig_type_info *swig_types[16];  static swig_module_info swig_module = {swig_types, 15, 0, 0, 0, 0}; @@ -2522,7 +2528,7 @@ static swig_module_info swig_module = {swig_types, 15, 0, 0, 0, 0};  #define SWIG_name    "_param" -#define SWIGVERSION 0x010335  +#define SWIGVERSION 0x010336   #define SWIG_VERSION SWIGVERSION @@ -2830,13 +2836,13 @@ fail:  SWIGINTERN PyObject *_wrap_LoadParm_default_service(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    loadparm_context *arg1 = (loadparm_context *) 0 ; -  struct loadparm_service *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  struct loadparm_service *result = 0 ;    arg1 = loadparm_init(NULL);    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:LoadParm_default_service",kwnames,&obj0)) SWIG_fail; @@ -2859,7 +2865,6 @@ SWIGINTERN PyObject *_wrap_LoadParm_load(PyObject *SWIGUNUSEDPARM(self), PyObjec    PyObject *resultobj = 0;    loadparm_context *arg1 = (loadparm_context *) 0 ;    char *arg2 = (char *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -2870,6 +2875,7 @@ SWIGINTERN PyObject *_wrap_LoadParm_load(PyObject *SWIGUNUSEDPARM(self), PyObjec    char *  kwnames[] = {      (char *) "self",(char *) "filename", NULL     }; +  bool result;    arg1 = loadparm_init(NULL);    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:LoadParm_load",kwnames,&obj0,&obj1)) SWIG_fail; @@ -2900,13 +2906,13 @@ fail:  SWIGINTERN PyObject *_wrap_LoadParm_load_default(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    loadparm_context *arg1 = (loadparm_context *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  bool result;    arg1 = loadparm_init(NULL);    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:LoadParm_load_default",kwnames,&obj0)) SWIG_fail; @@ -2928,13 +2934,13 @@ fail:  SWIGINTERN PyObject *_wrap_LoadParm___len__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    loadparm_context *arg1 = (loadparm_context *) 0 ; -  int result;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  int result;    arg1 = loadparm_init(NULL);    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:LoadParm___len__",kwnames,&obj0)) SWIG_fail; @@ -2957,7 +2963,6 @@ SWIGINTERN PyObject *_wrap_LoadParm___getitem__(PyObject *SWIGUNUSEDPARM(self),    PyObject *resultobj = 0;    loadparm_context *arg1 = (loadparm_context *) 0 ;    char *arg2 = (char *) 0 ; -  struct loadparm_service *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -2968,6 +2973,7 @@ SWIGINTERN PyObject *_wrap_LoadParm___getitem__(PyObject *SWIGUNUSEDPARM(self),    char *  kwnames[] = {      (char *) "self",(char *) "name", NULL     }; +  struct loadparm_service *result = 0 ;    arg1 = loadparm_init(NULL);    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:LoadParm___getitem__",kwnames,&obj0,&obj1)) SWIG_fail; @@ -2998,13 +3004,13 @@ fail:  SWIGINTERN PyObject *_wrap_LoadParm_configfile(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {    PyObject *resultobj = 0;    loadparm_context *arg1 = (loadparm_context *) 0 ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject * obj0 = 0 ;    char *  kwnames[] = {      (char *) "self", NULL     }; +  char *result = 0 ;    arg1 = loadparm_init(NULL);    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:LoadParm_configfile",kwnames,&obj0)) SWIG_fail; @@ -3027,7 +3033,6 @@ SWIGINTERN PyObject *_wrap_LoadParm_is_mydomain(PyObject *SWIGUNUSEDPARM(self),    PyObject *resultobj = 0;    loadparm_context *arg1 = (loadparm_context *) 0 ;    char *arg2 = (char *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3038,6 +3043,7 @@ SWIGINTERN PyObject *_wrap_LoadParm_is_mydomain(PyObject *SWIGUNUSEDPARM(self),    char *  kwnames[] = {      (char *) "self",(char *) "domain", NULL     }; +  bool result;    arg1 = loadparm_init(NULL);    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:LoadParm_is_mydomain",kwnames,&obj0,&obj1)) SWIG_fail; @@ -3069,7 +3075,6 @@ SWIGINTERN PyObject *_wrap_LoadParm_is_myname(PyObject *SWIGUNUSEDPARM(self), Py    PyObject *resultobj = 0;    loadparm_context *arg1 = (loadparm_context *) 0 ;    char *arg2 = (char *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3080,6 +3085,7 @@ SWIGINTERN PyObject *_wrap_LoadParm_is_myname(PyObject *SWIGUNUSEDPARM(self), Py    char *  kwnames[] = {      (char *) "self",(char *) "name", NULL     }; +  bool result;    arg1 = loadparm_init(NULL);    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:LoadParm_is_myname",kwnames,&obj0,&obj1)) SWIG_fail; @@ -3111,7 +3117,6 @@ SWIGINTERN PyObject *_wrap_LoadParm_use(PyObject *SWIGUNUSEDPARM(self), PyObject    PyObject *resultobj = 0;    loadparm_context *arg1 = (loadparm_context *) 0 ;    struct param_context *arg2 = (struct param_context *) 0 ; -  int result;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -3121,6 +3126,7 @@ SWIGINTERN PyObject *_wrap_LoadParm_use(PyObject *SWIGUNUSEDPARM(self), PyObject    char *  kwnames[] = {      (char *) "self",(char *) "param_ctx", NULL     }; +  int result;    arg1 = loadparm_init(NULL);    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:LoadParm_use",kwnames,&obj0,&obj1)) SWIG_fail; @@ -3151,7 +3157,6 @@ SWIGINTERN PyObject *_wrap_LoadParm_set(PyObject *SWIGUNUSEDPARM(self), PyObject    loadparm_context *arg1 = (loadparm_context *) 0 ;    char *arg2 = (char *) 0 ;    char *arg3 = (char *) 0 ; -  bool result;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3166,6 +3171,7 @@ SWIGINTERN PyObject *_wrap_LoadParm_set(PyObject *SWIGUNUSEDPARM(self), PyObject    char *  kwnames[] = {      (char *) "self",(char *) "parm_name",(char *) "parm_value", NULL     }; +  bool result;    arg1 = loadparm_init(NULL);    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:LoadParm_set",kwnames,&obj0,&obj1,&obj2)) SWIG_fail; @@ -3207,7 +3213,6 @@ SWIGINTERN PyObject *_wrap_LoadParm_get(PyObject *SWIGUNUSEDPARM(self), PyObject    loadparm_context *arg1 = (loadparm_context *) 0 ;    char *arg2 = (char *) 0 ;    char *arg3 = (char *) 0 ; -  PyObject *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3222,6 +3227,7 @@ SWIGINTERN PyObject *_wrap_LoadParm_get(PyObject *SWIGUNUSEDPARM(self), PyObject    char *  kwnames[] = {      (char *) "self",(char *) "param_name",(char *) "service_name", NULL     }; +  PyObject *result = 0 ;    arg1 = loadparm_init(NULL);    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:LoadParm_get",kwnames,&obj0,&obj1,&obj2)) SWIG_fail; @@ -3278,7 +3284,6 @@ SWIGINTERN PyObject *_wrap_delete_LoadParm(PyObject *SWIGUNUSEDPARM(self), PyObj      arg1 = (loadparm_context *)(argp1);    }    delete_loadparm_context(arg1); -      resultobj = SWIG_Py_Void();    return resultobj;  fail: @@ -3301,7 +3306,6 @@ SWIGINTERN PyObject *_wrap_loadparm_service_volume_label(PyObject *SWIGUNUSEDPAR    PyObject *resultobj = 0;    loadparm_service *arg1 = (loadparm_service *) 0 ;    struct loadparm_service *arg2 = (struct loadparm_service *) 0 ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -3311,6 +3315,7 @@ SWIGINTERN PyObject *_wrap_loadparm_service_volume_label(PyObject *SWIGUNUSEDPAR    char *  kwnames[] = {      (char *) "self",(char *) "sDefault", NULL     }; +  char *result = 0 ;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:loadparm_service_volume_label",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_service, 0 |  0 ); @@ -3335,7 +3340,6 @@ SWIGINTERN PyObject *_wrap_loadparm_service_printername(PyObject *SWIGUNUSEDPARM    PyObject *resultobj = 0;    loadparm_service *arg1 = (loadparm_service *) 0 ;    struct loadparm_service *arg2 = (struct loadparm_service *) 0 ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -3345,6 +3349,7 @@ SWIGINTERN PyObject *_wrap_loadparm_service_printername(PyObject *SWIGUNUSEDPARM    char *  kwnames[] = {      (char *) "self",(char *) "sDefault", NULL     }; +  char *result = 0 ;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:loadparm_service_printername",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_service, 0 |  0 ); @@ -3369,7 +3374,6 @@ SWIGINTERN PyObject *_wrap_loadparm_service_maxprintjobs(PyObject *SWIGUNUSEDPAR    PyObject *resultobj = 0;    loadparm_service *arg1 = (loadparm_service *) 0 ;    struct loadparm_service *arg2 = (struct loadparm_service *) 0 ; -  int result;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -3379,6 +3383,7 @@ SWIGINTERN PyObject *_wrap_loadparm_service_maxprintjobs(PyObject *SWIGUNUSEDPAR    char *  kwnames[] = {      (char *) "self",(char *) "sDefault", NULL     }; +  int result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:loadparm_service_maxprintjobs",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_service, 0 |  0 ); @@ -3425,7 +3430,6 @@ SWIGINTERN PyObject *_wrap_ParamFile_get_section(PyObject *SWIGUNUSEDPARM(self),    PyObject *resultobj = 0;    param *arg1 = (param *) 0 ;    char *arg2 = (char *) 0 ; -  struct param_section *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3436,6 +3440,7 @@ SWIGINTERN PyObject *_wrap_ParamFile_get_section(PyObject *SWIGUNUSEDPARM(self),    char *  kwnames[] = {      (char *) "self",(char *) "name", NULL     }; +  struct param_section *result = 0 ;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ParamFile_get_section",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 |  0 ); @@ -3462,7 +3467,6 @@ SWIGINTERN PyObject *_wrap_ParamFile_add_section(PyObject *SWIGUNUSEDPARM(self),    PyObject *resultobj = 0;    param *arg1 = (param *) 0 ;    char *arg2 = (char *) 0 ; -  struct param_section *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3473,6 +3477,7 @@ SWIGINTERN PyObject *_wrap_ParamFile_add_section(PyObject *SWIGUNUSEDPARM(self),    char *  kwnames[] = {      (char *) "self",(char *) "name", NULL     }; +  struct param_section *result = 0 ;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ParamFile_add_section",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 |  0 ); @@ -3500,7 +3505,6 @@ SWIGINTERN PyObject *_wrap_ParamFile_get(PyObject *SWIGUNUSEDPARM(self), PyObjec    param *arg1 = (param *) 0 ;    char *arg2 = (char *) 0 ;    char *arg3 = (char *) "global" ; -  struct param_opt *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3515,6 +3519,7 @@ SWIGINTERN PyObject *_wrap_ParamFile_get(PyObject *SWIGUNUSEDPARM(self), PyObjec    char *  kwnames[] = {      (char *) "self",(char *) "name",(char *) "section_name", NULL     }; +  struct param_opt *result = 0 ;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ParamFile_get",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 |  0 ); @@ -3551,7 +3556,6 @@ SWIGINTERN PyObject *_wrap_ParamFile_get_string(PyObject *SWIGUNUSEDPARM(self),    param *arg1 = (param *) 0 ;    char *arg2 = (char *) 0 ;    char *arg3 = (char *) "global" ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3566,6 +3570,7 @@ SWIGINTERN PyObject *_wrap_ParamFile_get_string(PyObject *SWIGUNUSEDPARM(self),    char *  kwnames[] = {      (char *) "self",(char *) "name",(char *) "section_name", NULL     }; +  char *result = 0 ;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ParamFile_get_string",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 |  0 ); @@ -3603,7 +3608,6 @@ SWIGINTERN PyObject *_wrap_ParamFile_set_string(PyObject *SWIGUNUSEDPARM(self),    char *arg2 = (char *) 0 ;    char *arg3 = (char *) 0 ;    char *arg4 = (char *) "global" ; -  int result;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3622,6 +3626,7 @@ SWIGINTERN PyObject *_wrap_ParamFile_set_string(PyObject *SWIGUNUSEDPARM(self),    char *  kwnames[] = {      (char *) "self",(char *) "param",(char *) "value",(char *) "section", NULL     }; +  int result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:ParamFile_set_string",kwnames,&obj0,&obj1,&obj2,&obj3)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 |  0 ); @@ -3666,7 +3671,6 @@ SWIGINTERN PyObject *_wrap_ParamFile_set(PyObject *SWIGUNUSEDPARM(self), PyObjec    char *arg2 = (char *) 0 ;    PyObject *arg3 = (PyObject *) 0 ;    char *arg4 = (char *) "global" ; -  int result;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3682,6 +3686,7 @@ SWIGINTERN PyObject *_wrap_ParamFile_set(PyObject *SWIGUNUSEDPARM(self), PyObjec    char *  kwnames[] = {      (char *) "self",(char *) "parameter",(char *) "ob",(char *) "section_name", NULL     }; +  int result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:ParamFile_set",kwnames,&obj0,&obj1,&obj2,&obj3)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 |  0 ); @@ -3717,10 +3722,10 @@ fail:  SWIGINTERN PyObject *_wrap_ParamFile_first_section(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {    PyObject *resultobj = 0;    param *arg1 = (param *) 0 ; -  struct param_section *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject *swig_obj[1] ; +  struct param_section *result = 0 ;    if (!args) SWIG_fail;    swig_obj[0] = args; @@ -3741,7 +3746,6 @@ SWIGINTERN PyObject *_wrap_ParamFile_next_section(PyObject *SWIGUNUSEDPARM(self)    PyObject *resultobj = 0;    param *arg1 = (param *) 0 ;    struct param_section *arg2 = (struct param_section *) 0 ; -  struct param_section *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -3751,6 +3755,7 @@ SWIGINTERN PyObject *_wrap_ParamFile_next_section(PyObject *SWIGUNUSEDPARM(self)    char *  kwnames[] = {      (char *) "self",(char *) "s", NULL     }; +  struct param_section *result = 0 ;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ParamFile_next_section",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 |  0 ); @@ -3775,7 +3780,6 @@ SWIGINTERN PyObject *_wrap_ParamFile_read(PyObject *SWIGUNUSEDPARM(self), PyObje    PyObject *resultobj = 0;    param *arg1 = (param *) 0 ;    char *arg2 = (char *) 0 ; -  int result;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3786,6 +3790,7 @@ SWIGINTERN PyObject *_wrap_ParamFile_read(PyObject *SWIGUNUSEDPARM(self), PyObje    char *  kwnames[] = {      (char *) "self",(char *) "fn", NULL     }; +  int result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ParamFile_read",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 |  0 ); @@ -3812,7 +3817,6 @@ SWIGINTERN PyObject *_wrap_ParamFile_write(PyObject *SWIGUNUSEDPARM(self), PyObj    PyObject *resultobj = 0;    param *arg1 = (param *) 0 ;    char *arg2 = (char *) 0 ; -  int result;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -3823,6 +3827,7 @@ SWIGINTERN PyObject *_wrap_ParamFile_write(PyObject *SWIGUNUSEDPARM(self), PyObj    char *  kwnames[] = {      (char *) "self",(char *) "fn", NULL     }; +  int result;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ParamFile_write",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 |  0 ); @@ -3860,7 +3865,6 @@ SWIGINTERN PyObject *_wrap_delete_ParamFile(PyObject *SWIGUNUSEDPARM(self), PyOb    }    arg1 = (param *)(argp1);    delete_param(arg1); -      resultobj = SWIG_Py_Void();    return resultobj;  fail: @@ -3882,10 +3886,10 @@ SWIGINTERN PyObject *ParamFile_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject  SWIGINTERN PyObject *_wrap_param_opt_key_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {    PyObject *resultobj = 0;    param_opt *arg1 = (param_opt *) 0 ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject *swig_obj[1] ; +  char *result = 0 ;    if (!args) SWIG_fail;    swig_obj[0] = args; @@ -3905,10 +3909,10 @@ fail:  SWIGINTERN PyObject *_wrap_param_opt_value_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {    PyObject *resultobj = 0;    param_opt *arg1 = (param_opt *) 0 ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject *swig_obj[1] ; +  char *result = 0 ;    if (!args) SWIG_fail;    swig_obj[0] = args; @@ -3928,10 +3932,10 @@ fail:  SWIGINTERN PyObject *_wrap_param_opt___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {    PyObject *resultobj = 0;    param_opt *arg1 = (param_opt *) 0 ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject *swig_obj[1] ; +  char *result = 0 ;    if (!args) SWIG_fail;    swig_obj[0] = args; @@ -3963,7 +3967,6 @@ SWIGINTERN PyObject *_wrap_delete_param_opt(PyObject *SWIGUNUSEDPARM(self), PyOb    }    arg1 = (param_opt *)(argp1);    delete_param_opt(arg1); -      resultobj = SWIG_Py_Void();    return resultobj;  fail: @@ -3981,10 +3984,10 @@ SWIGINTERN PyObject *param_opt_swigregister(PyObject *SWIGUNUSEDPARM(self), PyOb  SWIGINTERN PyObject *_wrap_param_section_name_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {    PyObject *resultobj = 0;    param_section *arg1 = (param_section *) 0 ; -  char *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject *swig_obj[1] ; +  char *result = 0 ;    if (!args) SWIG_fail;    swig_obj[0] = args; @@ -4005,7 +4008,6 @@ SWIGINTERN PyObject *_wrap_param_section_get(PyObject *SWIGUNUSEDPARM(self), PyO    PyObject *resultobj = 0;    param_section *arg1 = (param_section *) 0 ;    char *arg2 = (char *) 0 ; -  struct param_opt *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    int res2 ; @@ -4016,6 +4018,7 @@ SWIGINTERN PyObject *_wrap_param_section_get(PyObject *SWIGUNUSEDPARM(self), PyO    char *  kwnames[] = {      (char *) "self",(char *) "name", NULL     }; +  struct param_opt *result = 0 ;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:param_section_get",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_section, 0 |  0 ); @@ -4041,10 +4044,10 @@ fail:  SWIGINTERN PyObject *_wrap_param_section_first_parameter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {    PyObject *resultobj = 0;    param_section *arg1 = (param_section *) 0 ; -  struct param_opt *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    PyObject *swig_obj[1] ; +  struct param_opt *result = 0 ;    if (!args) SWIG_fail;    swig_obj[0] = args; @@ -4065,7 +4068,6 @@ SWIGINTERN PyObject *_wrap_param_section_next_parameter(PyObject *SWIGUNUSEDPARM    PyObject *resultobj = 0;    param_section *arg1 = (param_section *) 0 ;    struct param_opt *arg2 = (struct param_opt *) 0 ; -  struct param_opt *result = 0 ;    void *argp1 = 0 ;    int res1 = 0 ;    void *argp2 = 0 ; @@ -4075,6 +4077,7 @@ SWIGINTERN PyObject *_wrap_param_section_next_parameter(PyObject *SWIGUNUSEDPARM    char *  kwnames[] = {      (char *) "self",(char *) "s", NULL     }; +  struct param_opt *result = 0 ;    if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:param_section_next_parameter",kwnames,&obj0,&obj1)) SWIG_fail;    res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_section, 0 |  0 ); @@ -4123,7 +4126,6 @@ SWIGINTERN PyObject *_wrap_delete_param_section(PyObject *SWIGUNUSEDPARM(self),    }    arg1 = (param_section *)(argp1);    free((char *) arg1); -      resultobj = SWIG_Py_Void();    return resultobj;  fail: @@ -4250,18 +4252,18 @@ static PyMethodDef SwigMethods[] = {  static swig_type_info _swigt__p_TALLOC_CTX = {"_p_TALLOC_CTX", "TALLOC_CTX *", 0, 0, (void*)0, 0};  static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0}; -static swig_type_info _swigt__p_int = {"_p_int", "int *|int_least32_t *|int32_t *", 0, 0, (void*)0, 0}; +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};  static swig_type_info _swigt__p_loadparm_context = {"_p_loadparm_context", "struct loadparm_context *|loadparm_context *", 0, 0, (void*)0, 0};  static swig_type_info _swigt__p_loadparm_service = {"_p_loadparm_service", "struct loadparm_service *|loadparm_service *", 0, 0, (void*)0, 0}; -static swig_type_info _swigt__p_long = {"_p_long", "intptr_t *|int_least64_t *|int_fast32_t *|int_fast64_t *|int64_t *|long *|int_fast16_t *|intmax_t *", 0, 0, (void*)0, 0}; +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};  static swig_type_info _swigt__p_param_context = {"_p_param_context", "struct param_context *|param *", 0, 0, (void*)0, 0};  static swig_type_info _swigt__p_param_opt = {"_p_param_opt", "struct param_opt *|param_opt *", 0, 0, (void*)0, 0};  static swig_type_info _swigt__p_param_section = {"_p_param_section", "struct param_section *|param_section *", 0, 0, (void*)0, 0};  static swig_type_info _swigt__p_short = {"_p_short", "short *|int_least16_t *|int16_t *", 0, 0, (void*)0, 0};  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};  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}; -static swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "uint_least32_t *|uint32_t *|unsigned int *", 0, 0, (void*)0, 0}; -static swig_type_info _swigt__p_unsigned_long = {"_p_unsigned_long", "uintptr_t *|uint_least64_t *|uint_fast32_t *|uint_fast64_t *|uint64_t *|unsigned long *|uint_fast16_t *|uintmax_t *", 0, 0, (void*)0, 0}; +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}; +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};  static swig_type_info _swigt__p_unsigned_short = {"_p_unsigned_short", "unsigned short *|uint_least16_t *|uint16_t *", 0, 0, (void*)0, 0};  static swig_type_info *swig_type_initial[] = { @@ -4270,7 +4272,7 @@ static swig_type_info *swig_type_initial[] = {    &_swigt__p_int,    &_swigt__p_loadparm_context,    &_swigt__p_loadparm_service, -  &_swigt__p_long, +  &_swigt__p_long_long,    &_swigt__p_param_context,    &_swigt__p_param_opt,    &_swigt__p_param_section, @@ -4278,7 +4280,7 @@ static swig_type_info *swig_type_initial[] = {    &_swigt__p_signed_char,    &_swigt__p_unsigned_char,    &_swigt__p_unsigned_int, -  &_swigt__p_unsigned_long, +  &_swigt__p_unsigned_long_long,    &_swigt__p_unsigned_short,  }; @@ -4287,7 +4289,7 @@ static swig_cast_info _swigc__p_char[] = {  {&_swigt__p_char, 0, 0, 0},{0, 0, 0,  static swig_cast_info _swigc__p_int[] = {  {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}};  static swig_cast_info _swigc__p_loadparm_context[] = {  {&_swigt__p_loadparm_context, 0, 0, 0},{0, 0, 0, 0}};  static swig_cast_info _swigc__p_loadparm_service[] = {  {&_swigt__p_loadparm_service, 0, 0, 0},{0, 0, 0, 0}}; -static swig_cast_info _swigc__p_long[] = {  {&_swigt__p_long, 0, 0, 0},{0, 0, 0, 0}}; +static swig_cast_info _swigc__p_long_long[] = {  {&_swigt__p_long_long, 0, 0, 0},{0, 0, 0, 0}};  static swig_cast_info _swigc__p_param_context[] = {  {&_swigt__p_param_context, 0, 0, 0},{0, 0, 0, 0}};  static swig_cast_info _swigc__p_param_opt[] = {  {&_swigt__p_param_opt, 0, 0, 0},{0, 0, 0, 0}};  static swig_cast_info _swigc__p_param_section[] = {  {&_swigt__p_param_section, 0, 0, 0},{0, 0, 0, 0}}; @@ -4295,7 +4297,7 @@ static swig_cast_info _swigc__p_short[] = {  {&_swigt__p_short, 0, 0, 0},{0, 0,  static swig_cast_info _swigc__p_signed_char[] = {  {&_swigt__p_signed_char, 0, 0, 0},{0, 0, 0, 0}};  static swig_cast_info _swigc__p_unsigned_char[] = {  {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}};  static swig_cast_info _swigc__p_unsigned_int[] = {  {&_swigt__p_unsigned_int, 0, 0, 0},{0, 0, 0, 0}}; -static swig_cast_info _swigc__p_unsigned_long[] = {  {&_swigt__p_unsigned_long, 0, 0, 0},{0, 0, 0, 0}}; +static swig_cast_info _swigc__p_unsigned_long_long[] = {  {&_swigt__p_unsigned_long_long, 0, 0, 0},{0, 0, 0, 0}};  static swig_cast_info _swigc__p_unsigned_short[] = {  {&_swigt__p_unsigned_short, 0, 0, 0},{0, 0, 0, 0}};  static swig_cast_info *swig_cast_initial[] = { @@ -4304,7 +4306,7 @@ static swig_cast_info *swig_cast_initial[] = {    _swigc__p_int,    _swigc__p_loadparm_context,    _swigc__p_loadparm_service, -  _swigc__p_long, +  _swigc__p_long_long,    _swigc__p_param_context,    _swigc__p_param_opt,    _swigc__p_param_section, @@ -4312,7 +4314,7 @@ static swig_cast_info *swig_cast_initial[] = {    _swigc__p_signed_char,    _swigc__p_unsigned_char,    _swigc__p_unsigned_int, -  _swigc__p_unsigned_long, +  _swigc__p_unsigned_long_long,    _swigc__p_unsigned_short,  }; diff --git a/source4/scripting/python/config.m4 b/source4/scripting/python/config.m4 index aaf32c5e4e..843c3f7873 100644 --- a/source4/scripting/python/config.m4 +++ b/source4/scripting/python/config.m4 @@ -5,7 +5,7 @@ AC_ARG_VAR([PYTHON_VERSION],[The installed Python  	will be appended to the Python interpreter  	canonical name.]) -AC_PROG_SWIG(1.3.35) +AC_PROG_SWIG(1.3.36)  AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]])  if test -z "$PYTHON"; then diff --git a/source4/scripting/python/misc.i b/source4/scripting/python/misc.i index 81be7d5c16..f40e88c6cd 100644 --- a/source4/scripting/python/misc.i +++ b/source4/scripting/python/misc.i @@ -31,7 +31,7 @@  %import "stdint.i"  %include "exception.i" -%import "../../lib/talloc/talloc.i" +%import "../../../lib/talloc/talloc.i"  %import "../../lib/ldb/ldb.i"  %import "../../auth/credentials/credentials.i"  %import "../../param/param.i"  | 
