mirror of
https://github.com/samba-team/samba.git
synced 2025-11-08 16:23:49 +03:00
swig: regenerate _wrap.c files
metze
This commit is contained in:
@@ -2950,7 +2950,7 @@ SWIGINTERN PyObject *_wrap_Registry(PyObject *SWIGUNUSEDPARM(self), PyObject *ar
|
|||||||
}
|
}
|
||||||
result = reg_open_local(arg1,arg2,arg3,arg4);
|
result = reg_open_local(arg1,arg2,arg3,arg4);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3001,7 +3001,7 @@ SWIGINTERN PyObject *_wrap_reg_get_predefined_key_by_name(PyObject *SWIGUNUSEDPA
|
|||||||
arg3 = (struct registry_key **)(argp3);
|
arg3 = (struct registry_key **)(argp3);
|
||||||
result = reg_get_predefined_key_by_name(arg1,(char const *)arg2,arg3);
|
result = reg_get_predefined_key_by_name(arg1,(char const *)arg2,arg3);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3044,7 +3044,7 @@ SWIGINTERN PyObject *_wrap_reg_key_del_abs(PyObject *SWIGUNUSEDPARM(self), PyObj
|
|||||||
arg2 = (char *)(buf2);
|
arg2 = (char *)(buf2);
|
||||||
result = reg_key_del_abs(arg1,(char const *)arg2);
|
result = reg_key_del_abs(arg1,(char const *)arg2);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3095,7 +3095,7 @@ SWIGINTERN PyObject *_wrap_reg_get_predefined_key(PyObject *SWIGUNUSEDPARM(self)
|
|||||||
arg3 = (struct registry_key **)(argp3);
|
arg3 = (struct registry_key **)(argp3);
|
||||||
result = reg_get_predefined_key(arg1,arg2,arg3);
|
result = reg_get_predefined_key(arg1,arg2,arg3);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3136,7 +3136,7 @@ SWIGINTERN PyObject *_wrap_reg_diff_apply(PyObject *SWIGUNUSEDPARM(self), PyObje
|
|||||||
arg2 = (char *)(buf2);
|
arg2 = (char *)(buf2);
|
||||||
result = reg_diff_apply(arg1,(char const *)arg2);
|
result = reg_diff_apply(arg1,(char const *)arg2);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3194,7 +3194,7 @@ SWIGINTERN PyObject *_wrap_reg_generate_diff(PyObject *SWIGUNUSEDPARM(self), PyO
|
|||||||
}
|
}
|
||||||
result = reg_generate_diff(arg1,arg2,(struct reg_diff_callbacks const *)arg3,arg4);
|
result = reg_generate_diff(arg1,arg2,(struct reg_diff_callbacks const *)arg3,arg4);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3260,7 +3260,7 @@ SWIGINTERN PyObject *_wrap_reg_mount_hive__SWIG_0(PyObject *SWIGUNUSEDPARM(self)
|
|||||||
}
|
}
|
||||||
result = reg_mount_hive(arg1,arg2,arg3,(char const **)arg4);
|
result = reg_mount_hive(arg1,arg2,arg3,(char const **)arg4);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3373,7 +3373,7 @@ SWIGINTERN PyObject *_wrap_reg_mount_hive__SWIG_1(PyObject *SWIGUNUSEDPARM(self)
|
|||||||
arg3 = (char *)(buf3);
|
arg3 = (char *)(buf3);
|
||||||
result = reg_mount_hive__SWIG_1(arg1,arg2,(char const *)arg3);
|
result = reg_mount_hive__SWIG_1(arg1,arg2,(char const *)arg3);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3524,7 +3524,7 @@ SWIGINTERN PyObject *_wrap_hive_key(PyObject *SWIGUNUSEDPARM(self), PyObject *ar
|
|||||||
}
|
}
|
||||||
result = reg_open_hive(arg1,(char const *)arg2,arg3,arg4,arg5,arg6);
|
result = reg_open_hive(arg1,(char const *)arg2,arg3,arg4,arg5,arg6);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3601,7 +3601,7 @@ SWIGINTERN PyObject *_wrap_open_ldb(PyObject *SWIGUNUSEDPARM(self), PyObject *ar
|
|||||||
}
|
}
|
||||||
result = reg_open_ldb_file(arg1,(char const *)arg2,arg3,arg4,arg5,arg6);
|
result = reg_open_ldb_file(arg1,(char const *)arg2,arg3,arg4,arg5,arg6);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3642,7 +3642,7 @@ SWIGINTERN PyObject *_wrap_create_dir(PyObject *SWIGUNUSEDPARM(self), PyObject *
|
|||||||
arg2 = (char *)(buf2);
|
arg2 = (char *)(buf2);
|
||||||
result = reg_create_directory(arg1,(char const *)arg2,arg3);
|
result = reg_create_directory(arg1,(char const *)arg2,arg3);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3683,7 +3683,7 @@ SWIGINTERN PyObject *_wrap_open_dir(PyObject *SWIGUNUSEDPARM(self), PyObject *ar
|
|||||||
arg2 = (char *)(buf2);
|
arg2 = (char *)(buf2);
|
||||||
result = reg_open_directory(arg1,(char const *)arg2,arg3);
|
result = reg_open_directory(arg1,(char const *)arg2,arg3);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3750,7 +3750,7 @@ SWIGINTERN PyObject *_wrap_open_samba(PyObject *SWIGUNUSEDPARM(self), PyObject *
|
|||||||
}
|
}
|
||||||
result = reg_open_samba(arg1,arg2,arg3,arg4,arg5);
|
result = reg_open_samba(arg1,arg2,arg3,arg4,arg5);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
|
|||||||
@@ -3116,7 +3116,7 @@ SWIGINTERN PyObject *_wrap_security_descriptor_sacl_add(PyObject *SWIGUNUSEDPARM
|
|||||||
arg2 = (struct security_ace *)(argp2);
|
arg2 = (struct security_ace *)(argp2);
|
||||||
result = security_descriptor_sacl_add(arg1,(struct security_ace const *)arg2);
|
result = security_descriptor_sacl_add(arg1,(struct security_ace const *)arg2);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3156,7 +3156,7 @@ SWIGINTERN PyObject *_wrap_security_descriptor_dacl_add(PyObject *SWIGUNUSEDPARM
|
|||||||
arg2 = (struct security_ace *)(argp2);
|
arg2 = (struct security_ace *)(argp2);
|
||||||
result = security_descriptor_dacl_add(arg1,(struct security_ace const *)arg2);
|
result = security_descriptor_dacl_add(arg1,(struct security_ace const *)arg2);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3196,7 +3196,7 @@ SWIGINTERN PyObject *_wrap_security_descriptor_dacl_del(PyObject *SWIGUNUSEDPARM
|
|||||||
arg2 = (struct dom_sid *)(argp2);
|
arg2 = (struct dom_sid *)(argp2);
|
||||||
result = security_descriptor_dacl_del(arg1,(struct dom_sid const *)arg2);
|
result = security_descriptor_dacl_del(arg1,(struct dom_sid const *)arg2);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3236,7 +3236,7 @@ SWIGINTERN PyObject *_wrap_security_descriptor_sacl_del(PyObject *SWIGUNUSEDPARM
|
|||||||
arg2 = (struct dom_sid *)(argp2);
|
arg2 = (struct dom_sid *)(argp2);
|
||||||
result = security_descriptor_sacl_del(arg1,(struct dom_sid const *)arg2);
|
result = security_descriptor_sacl_del(arg1,(struct dom_sid const *)arg2);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
|
|||||||
@@ -4065,7 +4065,7 @@ SWIGINTERN PyObject *_wrap_do_nbt_name_query(PyObject *SWIGUNUSEDPARM(self), PyO
|
|||||||
arg3 = (struct nbt_name_query *)(argp3);
|
arg3 = (struct nbt_name_query *)(argp3);
|
||||||
result = do_nbt_name_query(arg1,arg2,arg3);
|
result = do_nbt_name_query(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
|
|||||||
@@ -2679,7 +2679,7 @@ SWIGINTERN PyObject *_wrap_libnet_samsync_ldb(PyObject *SWIGUNUSEDPARM(self), Py
|
|||||||
arg3 = (struct libnet_samsync_ldb *)(argp3);
|
arg3 = (struct libnet_samsync_ldb *)(argp3);
|
||||||
result = libnet_samsync_ldb(arg1,arg2,arg3);
|
result = libnet_samsync_ldb(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -2721,7 +2721,7 @@ SWIGINTERN PyObject *_wrap_libnet_DomainList(PyObject *SWIGUNUSEDPARM(self), PyO
|
|||||||
arg3 = (struct libnet_DomainList *)(argp3);
|
arg3 = (struct libnet_DomainList *)(argp3);
|
||||||
result = libnet_DomainList(arg1,arg2,arg3);
|
result = libnet_DomainList(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -2763,7 +2763,7 @@ SWIGINTERN PyObject *_wrap_libnet_DomainClose(PyObject *SWIGUNUSEDPARM(self), Py
|
|||||||
arg3 = (struct libnet_DomainClose *)(argp3);
|
arg3 = (struct libnet_DomainClose *)(argp3);
|
||||||
result = libnet_DomainClose(arg1,arg2,arg3);
|
result = libnet_DomainClose(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -2805,7 +2805,7 @@ SWIGINTERN PyObject *_wrap_libnet_DomainOpen(PyObject *SWIGUNUSEDPARM(self), PyO
|
|||||||
arg3 = (struct libnet_DomainOpen *)(argp3);
|
arg3 = (struct libnet_DomainOpen *)(argp3);
|
||||||
result = libnet_DomainOpen(arg1,arg2,arg3);
|
result = libnet_DomainOpen(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -2847,7 +2847,7 @@ SWIGINTERN PyObject *_wrap_libnet_LookupName(PyObject *SWIGUNUSEDPARM(self), PyO
|
|||||||
arg3 = (struct libnet_LookupName *)(argp3);
|
arg3 = (struct libnet_LookupName *)(argp3);
|
||||||
result = libnet_LookupName(arg1,arg2,arg3);
|
result = libnet_LookupName(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -2889,7 +2889,7 @@ SWIGINTERN PyObject *_wrap_libnet_LookupDCs(PyObject *SWIGUNUSEDPARM(self), PyOb
|
|||||||
arg3 = (struct libnet_LookupDCs *)(argp3);
|
arg3 = (struct libnet_LookupDCs *)(argp3);
|
||||||
result = libnet_LookupDCs(arg1,arg2,arg3);
|
result = libnet_LookupDCs(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -2931,7 +2931,7 @@ SWIGINTERN PyObject *_wrap_libnet_LookupHost(PyObject *SWIGUNUSEDPARM(self), PyO
|
|||||||
arg3 = (struct libnet_Lookup *)(argp3);
|
arg3 = (struct libnet_Lookup *)(argp3);
|
||||||
result = libnet_LookupHost(arg1,arg2,arg3);
|
result = libnet_LookupHost(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -2973,7 +2973,7 @@ SWIGINTERN PyObject *_wrap_libnet_Lookup(PyObject *SWIGUNUSEDPARM(self), PyObjec
|
|||||||
arg3 = (struct libnet_Lookup *)(argp3);
|
arg3 = (struct libnet_Lookup *)(argp3);
|
||||||
result = libnet_Lookup(arg1,arg2,arg3);
|
result = libnet_Lookup(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3015,7 +3015,7 @@ SWIGINTERN PyObject *_wrap_libnet_ListShares(PyObject *SWIGUNUSEDPARM(self), PyO
|
|||||||
arg3 = (struct libnet_ListShares *)(argp3);
|
arg3 = (struct libnet_ListShares *)(argp3);
|
||||||
result = libnet_ListShares(arg1,arg2,arg3);
|
result = libnet_ListShares(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3057,7 +3057,7 @@ SWIGINTERN PyObject *_wrap_libnet_AddShare(PyObject *SWIGUNUSEDPARM(self), PyObj
|
|||||||
arg3 = (struct libnet_AddShare *)(argp3);
|
arg3 = (struct libnet_AddShare *)(argp3);
|
||||||
result = libnet_AddShare(arg1,arg2,arg3);
|
result = libnet_AddShare(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3099,7 +3099,7 @@ SWIGINTERN PyObject *_wrap_libnet_DelShare(PyObject *SWIGUNUSEDPARM(self), PyObj
|
|||||||
arg3 = (struct libnet_DelShare *)(argp3);
|
arg3 = (struct libnet_DelShare *)(argp3);
|
||||||
result = libnet_DelShare(arg1,arg2,arg3);
|
result = libnet_DelShare(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3141,7 +3141,7 @@ SWIGINTERN PyObject *_wrap_libnet_GroupList(PyObject *SWIGUNUSEDPARM(self), PyOb
|
|||||||
arg3 = (struct libnet_GroupList *)(argp3);
|
arg3 = (struct libnet_GroupList *)(argp3);
|
||||||
result = libnet_GroupList(arg1,arg2,arg3);
|
result = libnet_GroupList(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3183,7 +3183,7 @@ SWIGINTERN PyObject *_wrap_libnet_GroupInfo(PyObject *SWIGUNUSEDPARM(self), PyOb
|
|||||||
arg3 = (struct libnet_GroupInfo *)(argp3);
|
arg3 = (struct libnet_GroupInfo *)(argp3);
|
||||||
result = libnet_GroupInfo(arg1,arg2,arg3);
|
result = libnet_GroupInfo(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3225,7 +3225,7 @@ SWIGINTERN PyObject *_wrap_libnet_UserList(PyObject *SWIGUNUSEDPARM(self), PyObj
|
|||||||
arg3 = (struct libnet_UserList *)(argp3);
|
arg3 = (struct libnet_UserList *)(argp3);
|
||||||
result = libnet_UserList(arg1,arg2,arg3);
|
result = libnet_UserList(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3267,7 +3267,7 @@ SWIGINTERN PyObject *_wrap_libnet_UserInfo(PyObject *SWIGUNUSEDPARM(self), PyObj
|
|||||||
arg3 = (struct libnet_UserInfo *)(argp3);
|
arg3 = (struct libnet_UserInfo *)(argp3);
|
||||||
result = libnet_UserInfo(arg1,arg2,arg3);
|
result = libnet_UserInfo(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3309,7 +3309,7 @@ SWIGINTERN PyObject *_wrap_libnet_ModifyUser(PyObject *SWIGUNUSEDPARM(self), PyO
|
|||||||
arg3 = (struct libnet_ModifyUser *)(argp3);
|
arg3 = (struct libnet_ModifyUser *)(argp3);
|
||||||
result = libnet_ModifyUser(arg1,arg2,arg3);
|
result = libnet_ModifyUser(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3351,7 +3351,7 @@ SWIGINTERN PyObject *_wrap_libnet_DeleteUser(PyObject *SWIGUNUSEDPARM(self), PyO
|
|||||||
arg3 = (struct libnet_DeleteUser *)(argp3);
|
arg3 = (struct libnet_DeleteUser *)(argp3);
|
||||||
result = libnet_DeleteUser(arg1,arg2,arg3);
|
result = libnet_DeleteUser(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3393,7 +3393,7 @@ SWIGINTERN PyObject *_wrap_libnet_CreateUser(PyObject *SWIGUNUSEDPARM(self), PyO
|
|||||||
arg3 = (struct libnet_CreateUser *)(argp3);
|
arg3 = (struct libnet_CreateUser *)(argp3);
|
||||||
result = libnet_CreateUser(arg1,arg2,arg3);
|
result = libnet_CreateUser(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3435,7 +3435,7 @@ SWIGINTERN PyObject *_wrap_libnet_SamDump_keytab(PyObject *SWIGUNUSEDPARM(self),
|
|||||||
arg3 = (struct libnet_SamDump_keytab *)(argp3);
|
arg3 = (struct libnet_SamDump_keytab *)(argp3);
|
||||||
result = libnet_SamDump_keytab(arg1,arg2,arg3);
|
result = libnet_SamDump_keytab(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3477,7 +3477,7 @@ SWIGINTERN PyObject *_wrap_libnet_SamDump(PyObject *SWIGUNUSEDPARM(self), PyObje
|
|||||||
arg3 = (struct libnet_SamDump *)(argp3);
|
arg3 = (struct libnet_SamDump *)(argp3);
|
||||||
result = libnet_SamDump(arg1,arg2,arg3);
|
result = libnet_SamDump(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3519,7 +3519,7 @@ SWIGINTERN PyObject *_wrap_libnet_SamSync_netlogon(PyObject *SWIGUNUSEDPARM(self
|
|||||||
arg3 = (struct libnet_SamSync *)(argp3);
|
arg3 = (struct libnet_SamSync *)(argp3);
|
||||||
result = libnet_SamSync_netlogon(arg1,arg2,arg3);
|
result = libnet_SamSync_netlogon(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3561,7 +3561,7 @@ SWIGINTERN PyObject *_wrap_libnet_UnbecomeDC(PyObject *SWIGUNUSEDPARM(self), PyO
|
|||||||
arg3 = (struct libnet_UnbecomeDC *)(argp3);
|
arg3 = (struct libnet_UnbecomeDC *)(argp3);
|
||||||
result = libnet_UnbecomeDC(arg1,arg2,arg3);
|
result = libnet_UnbecomeDC(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3603,7 +3603,7 @@ SWIGINTERN PyObject *_wrap_libnet_BecomeDC(PyObject *SWIGUNUSEDPARM(self), PyObj
|
|||||||
arg3 = (struct libnet_BecomeDC *)(argp3);
|
arg3 = (struct libnet_BecomeDC *)(argp3);
|
||||||
result = libnet_BecomeDC(arg1,arg2,arg3);
|
result = libnet_BecomeDC(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3652,7 +3652,7 @@ SWIGINTERN PyObject *_wrap_libnet_JoinSite(PyObject *SWIGUNUSEDPARM(self), PyObj
|
|||||||
arg3 = (struct libnet_JoinDomain *)(argp3);
|
arg3 = (struct libnet_JoinDomain *)(argp3);
|
||||||
result = libnet_JoinSite(arg1,arg2,arg3);
|
result = libnet_JoinSite(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3694,7 +3694,7 @@ SWIGINTERN PyObject *_wrap_libnet_JoinDomain(PyObject *SWIGUNUSEDPARM(self), PyO
|
|||||||
arg3 = (struct libnet_JoinDomain *)(argp3);
|
arg3 = (struct libnet_JoinDomain *)(argp3);
|
||||||
result = libnet_JoinDomain(arg1,arg2,arg3);
|
result = libnet_JoinDomain(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3736,7 +3736,7 @@ SWIGINTERN PyObject *_wrap_libnet_Join(PyObject *SWIGUNUSEDPARM(self), PyObject
|
|||||||
arg3 = (struct libnet_Join *)(argp3);
|
arg3 = (struct libnet_Join *)(argp3);
|
||||||
result = libnet_Join(arg1,arg2,arg3);
|
result = libnet_Join(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3778,7 +3778,7 @@ SWIGINTERN PyObject *_wrap_libnet_RpcConnect(PyObject *SWIGUNUSEDPARM(self), PyO
|
|||||||
arg3 = (struct libnet_RpcConnect *)(argp3);
|
arg3 = (struct libnet_RpcConnect *)(argp3);
|
||||||
result = libnet_RpcConnect(arg1,arg2,arg3);
|
result = libnet_RpcConnect(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3820,7 +3820,7 @@ SWIGINTERN PyObject *_wrap_libnet_RemoteTOD(PyObject *SWIGUNUSEDPARM(self), PyOb
|
|||||||
arg3 = (union libnet_RemoteTOD *)(argp3);
|
arg3 = (union libnet_RemoteTOD *)(argp3);
|
||||||
result = libnet_RemoteTOD(arg1,arg2,arg3);
|
result = libnet_RemoteTOD(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3862,7 +3862,7 @@ SWIGINTERN PyObject *_wrap_libnet_ChangePassword(PyObject *SWIGUNUSEDPARM(self),
|
|||||||
arg3 = (union libnet_ChangePassword *)(argp3);
|
arg3 = (union libnet_ChangePassword *)(argp3);
|
||||||
result = libnet_ChangePassword(arg1,arg2,arg3);
|
result = libnet_ChangePassword(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
@@ -3904,7 +3904,7 @@ SWIGINTERN PyObject *_wrap_libnet_SetPassword(PyObject *SWIGUNUSEDPARM(self), Py
|
|||||||
arg3 = (union libnet_SetPassword *)(argp3);
|
arg3 = (union libnet_SetPassword *)(argp3);
|
||||||
result = libnet_SetPassword(arg1,arg2,arg3);
|
result = libnet_SetPassword(arg1,arg2,arg3);
|
||||||
if (NT_STATUS_IS_ERR(result)) {
|
if (NT_STATUS_IS_ERR(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
|
|||||||
@@ -3027,7 +3027,7 @@ SWIGINTERN PyObject *_wrap_dsdb_attach_schema_from_ldif_file(PyObject *SWIGUNUSE
|
|||||||
"ldb context must be non-NULL");
|
"ldb context must be non-NULL");
|
||||||
result = dsdb_attach_schema_from_ldif_file(arg1,(char const *)arg2,(char const *)arg3);
|
result = dsdb_attach_schema_from_ldif_file(arg1,(char const *)arg2,(char const *)arg3);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
|
PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
|
||||||
PyErr_SetObject(PyExc_RuntimeError, obj);
|
PyErr_SetObject(PyExc_RuntimeError, obj);
|
||||||
SWIG_fail;
|
SWIG_fail;
|
||||||
} else if (resultobj == NULL) {
|
} else if (resultobj == NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user