PyCFunction 322 lib/tdb/pytdb.c { "transaction_cancel", (PyCFunction)obj_transaction_cancel, METH_NOARGS, PyCFunction 325 lib/tdb/pytdb.c { "transaction_commit", (PyCFunction)obj_transaction_commit, METH_NOARGS, PyCFunction 328 lib/tdb/pytdb.c { "transaction_recover", (PyCFunction)obj_transaction_recover, METH_NOARGS, PyCFunction 331 lib/tdb/pytdb.c { "transaction_start", (PyCFunction)obj_transaction_start, METH_NOARGS, PyCFunction 334 lib/tdb/pytdb.c { "reopen", (PyCFunction)obj_reopen, METH_NOARGS, "Reopen this file." }, PyCFunction 335 lib/tdb/pytdb.c { "lock_all", (PyCFunction)obj_lockall, METH_NOARGS, NULL }, PyCFunction 336 lib/tdb/pytdb.c { "unlock_all", (PyCFunction)obj_unlockall, METH_NOARGS, NULL }, PyCFunction 337 lib/tdb/pytdb.c { "read_lock_all", (PyCFunction)obj_lockall_read, METH_NOARGS, NULL }, PyCFunction 338 lib/tdb/pytdb.c { "read_unlock_all", (PyCFunction)obj_unlockall_read, METH_NOARGS, NULL }, PyCFunction 339 lib/tdb/pytdb.c { "close", (PyCFunction)obj_close, METH_NOARGS, NULL }, PyCFunction 340 lib/tdb/pytdb.c { "get", (PyCFunction)obj_get, METH_VARARGS, "S.fetch(key) -> value\n" PyCFunction 342 lib/tdb/pytdb.c { "append", (PyCFunction)obj_append, METH_VARARGS, "S.append(key, value) -> None\n" PyCFunction 344 lib/tdb/pytdb.c { "firstkey", (PyCFunction)obj_firstkey, METH_NOARGS, "S.firstkey() -> data\n" PyCFunction 346 lib/tdb/pytdb.c { "nextkey", (PyCFunction)obj_nextkey, METH_NOARGS, "S.nextkey(key) -> data\n" PyCFunction 348 lib/tdb/pytdb.c { "delete", (PyCFunction)obj_delete, METH_VARARGS, "S.delete(key) -> None\n" PyCFunction 350 lib/tdb/pytdb.c { "has_key", (PyCFunction)obj_has_key, METH_VARARGS, "S.has_key(key) -> None\n" PyCFunction 352 lib/tdb/pytdb.c { "store", (PyCFunction)obj_store, METH_VARARGS, "S.store(key, data, flag=REPLACE) -> None" PyCFunction 354 lib/tdb/pytdb.c { "iterkeys", (PyCFunction)tdb_object_iter, METH_NOARGS, "S.iterkeys() -> iterator" }, PyCFunction 355 lib/tdb/pytdb.c { "clear", (PyCFunction)obj_clear, METH_NOARGS, "S.clear() -> None\n" PyCFunction 480 lib/tdb/pytdb.c { "open", (PyCFunction)py_tdb_open, METH_VARARGS|METH_KEYWORDS, "open(name, hash_size=0, tdb_flags=TDB_DEFAULT, flags=O_RDWR, mode=0600)\n" PyCFunction 373 libcli/nbt/pynbt.c { "query_name", (PyCFunction)py_nbt_name_query, METH_VARARGS|METH_KEYWORDS, PyCFunction 376 libcli/nbt/pynbt.c { "register_name", (PyCFunction)py_nbt_name_register, METH_VARARGS|METH_KEYWORDS, PyCFunction 379 libcli/nbt/pynbt.c { "release_name", (PyCFunction)py_nbt_name_release, METH_VARARGS|METH_KEYWORDS, "S.release_name(name, address, dest, nb_flags=0, broadcast=true, timeout=0, retries=3) -> (reply_from, name, reply_addr, rcode)\n" PyCFunction 381 libcli/nbt/pynbt.c { "refresh_name", (PyCFunction)py_nbt_name_refresh, METH_VARARGS|METH_KEYWORDS, "S.refresh_name(name, address, dest, nb_flags=0, broadcast=True, ttl=0, timeout=0, retries=0) -> (reply_from, name, reply_addr, rcode)\n" PyCFunction 383 libcli/nbt/pynbt.c { "name_status", (PyCFunction)py_nbt_name_status, METH_VARARGS|METH_KEYWORDS, PyCFunction 232 source4/auth/credentials/pycredentials.c { "get_username", (PyCFunction)py_creds_get_username, METH_NOARGS, PyCFunction 234 source4/auth/credentials/pycredentials.c { "set_username", (PyCFunction)py_creds_set_username, METH_VARARGS, PyCFunction 237 source4/auth/credentials/pycredentials.c { "get_password", (PyCFunction)py_creds_get_password, METH_NOARGS, PyCFunction 240 source4/auth/credentials/pycredentials.c { "set_password", (PyCFunction)py_creds_set_password, METH_VARARGS, PyCFunction 243 source4/auth/credentials/pycredentials.c { "get_domain", (PyCFunction)py_creds_get_domain, METH_NOARGS, PyCFunction 246 source4/auth/credentials/pycredentials.c { "set_domain", (PyCFunction)py_creds_set_domain, METH_VARARGS, PyCFunction 249 source4/auth/credentials/pycredentials.c { "get_realm", (PyCFunction)py_creds_get_realm, METH_NOARGS, PyCFunction 252 source4/auth/credentials/pycredentials.c { "set_realm", (PyCFunction)py_creds_set_realm, METH_VARARGS, PyCFunction 255 source4/auth/credentials/pycredentials.c { "get_bind_dn", (PyCFunction)py_creds_get_bind_dn, METH_NOARGS, PyCFunction 258 source4/auth/credentials/pycredentials.c { "set_bind_dn", (PyCFunction)py_creds_set_bind_dn, METH_VARARGS, PyCFunction 261 source4/auth/credentials/pycredentials.c { "is_anonymous", (PyCFunction)py_creds_is_anonymous, METH_NOARGS, PyCFunction 263 source4/auth/credentials/pycredentials.c { "set_anonymous", (PyCFunction)py_creds_set_anonymous, METH_NOARGS, PyCFunction 266 source4/auth/credentials/pycredentials.c { "get_workstation", (PyCFunction)py_creds_get_workstation, METH_NOARGS, PyCFunction 268 source4/auth/credentials/pycredentials.c { "set_workstation", (PyCFunction)py_creds_set_workstation, METH_VARARGS, PyCFunction 270 source4/auth/credentials/pycredentials.c { "authentication_requested", (PyCFunction)py_creds_authentication_requested, METH_NOARGS, PyCFunction 272 source4/auth/credentials/pycredentials.c { "wrong_password", (PyCFunction)py_creds_wrong_password, METH_NOARGS, PyCFunction 275 source4/auth/credentials/pycredentials.c { "set_cmdline_callbacks", (PyCFunction)py_creds_set_cmdline_callbacks, METH_NOARGS, PyCFunction 278 source4/auth/credentials/pycredentials.c { "parse_string", (PyCFunction)py_creds_parse_string, METH_VARARGS, PyCFunction 281 source4/auth/credentials/pycredentials.c { "get_nt_hash", (PyCFunction)py_creds_get_nt_hash, METH_NOARGS, PyCFunction 283 source4/auth/credentials/pycredentials.c { "set_kerberos_state", (PyCFunction)py_creds_set_kerberos_state, METH_VARARGS, PyCFunction 285 source4/auth/credentials/pycredentials.c { "guess", (PyCFunction)py_creds_guess, METH_VARARGS, NULL }, PyCFunction 286 source4/auth/credentials/pycredentials.c { "set_machine_account", (PyCFunction)py_creds_set_machine_account, METH_VARARGS, NULL }, PyCFunction 74 source4/auth/pyauth.c { "system_session", (PyCFunction)py_system_session, METH_VARARGS, NULL }, PyCFunction 75 source4/auth/pyauth.c { "system_session_anonymous", (PyCFunction)py_system_session_anon, METH_VARARGS, NULL }, PyCFunction 67 source4/lib/com/pycom.c { "get_class_object", (PyCFunction)py_get_class_object, METH_VARARGS, "S.get_class_object(clsid, iid) -> instance" }, PyCFunction 239 source4/lib/ldb/pyldb.c { "validate", (PyCFunction)py_ldb_dn_validate, METH_NOARGS, PyCFunction 242 source4/lib/ldb/pyldb.c { "is_valid", (PyCFunction)py_ldb_dn_is_valid, METH_NOARGS, PyCFunction 244 source4/lib/ldb/pyldb.c { "is_special", (PyCFunction)py_ldb_dn_is_special, METH_NOARGS, PyCFunction 247 source4/lib/ldb/pyldb.c { "is_null", (PyCFunction)py_ldb_dn_is_null, METH_NOARGS, PyCFunction 249 source4/lib/ldb/pyldb.c { "get_casefold", (PyCFunction)py_ldb_dn_get_casefold, METH_NOARGS, PyCFunction 251 source4/lib/ldb/pyldb.c { "get_linearized", (PyCFunction)py_ldb_dn_get_linearized, METH_NOARGS, PyCFunction 253 source4/lib/ldb/pyldb.c { "canonical_str", (PyCFunction)py_ldb_dn_canonical_str, METH_NOARGS, PyCFunction 256 source4/lib/ldb/pyldb.c { "canonical_ex_str", (PyCFunction)py_ldb_dn_canonical_ex_str, METH_NOARGS, PyCFunction 259 source4/lib/ldb/pyldb.c { "check_special", (PyCFunction)py_ldb_dn_is_special, METH_VARARGS, PyCFunction 261 source4/lib/ldb/pyldb.c { "parent", (PyCFunction)py_ldb_dn_get_parent, METH_NOARGS, PyCFunction 264 source4/lib/ldb/pyldb.c { "add_child", (PyCFunction)py_ldb_dn_add_child, METH_VARARGS, PyCFunction 267 source4/lib/ldb/pyldb.c { "add_base", (PyCFunction)py_ldb_dn_add_base, METH_VARARGS, PyCFunction 270 source4/lib/ldb/pyldb.c { "check_special", (PyCFunction)py_ldb_dn_check_special, METH_VARARGS, PyCFunction 922 source4/lib/ldb/pyldb.c { "set_debug", (PyCFunction)py_ldb_set_debug, METH_VARARGS, PyCFunction 926 source4/lib/ldb/pyldb.c { "set_create_perms", (PyCFunction)py_ldb_set_create_perms, METH_VARARGS, PyCFunction 929 source4/lib/ldb/pyldb.c { "set_modules_dir", (PyCFunction)py_ldb_set_modules_dir, METH_VARARGS, PyCFunction 932 source4/lib/ldb/pyldb.c { "transaction_start", (PyCFunction)py_ldb_transaction_start, METH_NOARGS, PyCFunction 935 source4/lib/ldb/pyldb.c { "transaction_commit", (PyCFunction)py_ldb_transaction_commit, METH_NOARGS, PyCFunction 938 source4/lib/ldb/pyldb.c { "transaction_cancel", (PyCFunction)py_ldb_transaction_cancel, METH_NOARGS, PyCFunction 941 source4/lib/ldb/pyldb.c { "setup_wellknown_attributes", (PyCFunction)py_ldb_setup_wellknown_attributes, METH_NOARGS, PyCFunction 943 source4/lib/ldb/pyldb.c { "get_root_basedn", (PyCFunction)py_ldb_get_root_basedn, METH_NOARGS, PyCFunction 945 source4/lib/ldb/pyldb.c { "get_schema_basedn", (PyCFunction)py_ldb_get_schema_basedn, METH_NOARGS, PyCFunction 947 source4/lib/ldb/pyldb.c { "get_default_basedn", (PyCFunction)py_ldb_get_default_basedn, METH_NOARGS, PyCFunction 949 source4/lib/ldb/pyldb.c { "get_config_basedn", (PyCFunction)py_ldb_get_config_basedn, METH_NOARGS, PyCFunction 951 source4/lib/ldb/pyldb.c { "connect", (PyCFunction)py_ldb_connect, METH_VARARGS|METH_KEYWORDS, PyCFunction 954 source4/lib/ldb/pyldb.c { "modify", (PyCFunction)py_ldb_modify, METH_VARARGS, PyCFunction 957 source4/lib/ldb/pyldb.c { "add", (PyCFunction)py_ldb_add, METH_VARARGS, PyCFunction 960 source4/lib/ldb/pyldb.c { "delete", (PyCFunction)py_ldb_delete, METH_VARARGS, PyCFunction 963 source4/lib/ldb/pyldb.c { "rename", (PyCFunction)py_ldb_rename, METH_VARARGS, PyCFunction 966 source4/lib/ldb/pyldb.c { "search", (PyCFunction)py_ldb_search, METH_VARARGS|METH_KEYWORDS, PyCFunction 977 source4/lib/ldb/pyldb.c { "schema_attribute_remove", (PyCFunction)py_ldb_schema_attribute_remove, METH_VARARGS, PyCFunction 979 source4/lib/ldb/pyldb.c { "schema_attribute_add", (PyCFunction)py_ldb_schema_attribute_add, METH_VARARGS, PyCFunction 981 source4/lib/ldb/pyldb.c { "schema_format_value", (PyCFunction)py_ldb_schema_format_value, METH_VARARGS, PyCFunction 983 source4/lib/ldb/pyldb.c { "parse_ldif", (PyCFunction)py_ldb_parse_ldif, METH_VARARGS, PyCFunction 986 source4/lib/ldb/pyldb.c { "get_opaque", (PyCFunction)py_ldb_get_opaque, METH_VARARGS, PyCFunction 991 source4/lib/ldb/pyldb.c { "set_opaque", (PyCFunction)py_ldb_set_opaque, METH_VARARGS, PyCFunction 995 source4/lib/ldb/pyldb.c { "modules", (PyCFunction)py_ldb_modules, METH_NOARGS, PyCFunction 1232 source4/lib/ldb/pyldb.c { "search", (PyCFunction)py_ldb_module_search, METH_VARARGS|METH_KEYWORDS, NULL }, PyCFunction 1233 source4/lib/ldb/pyldb.c { "add", (PyCFunction)py_ldb_module_add, METH_VARARGS, NULL }, PyCFunction 1234 source4/lib/ldb/pyldb.c { "modify", (PyCFunction)py_ldb_module_modify, METH_VARARGS, NULL }, PyCFunction 1235 source4/lib/ldb/pyldb.c { "rename", (PyCFunction)py_ldb_module_rename, METH_VARARGS, NULL }, PyCFunction 1236 source4/lib/ldb/pyldb.c { "delete", (PyCFunction)py_ldb_module_delete, METH_VARARGS, NULL }, PyCFunction 1237 source4/lib/ldb/pyldb.c { "start_transaction", (PyCFunction)py_ldb_module_start_transaction, METH_NOARGS, NULL }, PyCFunction 1238 source4/lib/ldb/pyldb.c { "end_transaction", (PyCFunction)py_ldb_module_end_transaction, METH_NOARGS, NULL }, PyCFunction 1239 source4/lib/ldb/pyldb.c { "del_transaction", (PyCFunction)py_ldb_module_del_transaction, METH_NOARGS, NULL }, PyCFunction 1328 source4/lib/ldb/pyldb.c { "get", (PyCFunction)py_ldb_msg_element_get, METH_VARARGS, NULL }, PyCFunction 1566 source4/lib/ldb/pyldb.c { "keys", (PyCFunction)py_ldb_msg_keys, METH_NOARGS, NULL }, PyCFunction 1567 source4/lib/ldb/pyldb.c { "remove", (PyCFunction)py_ldb_msg_remove_attr, METH_VARARGS, NULL }, PyCFunction 1568 source4/lib/ldb/pyldb.c { "get", (PyCFunction)py_ldb_msg_get, METH_VARARGS, NULL }, PyCFunction 1569 source4/lib/ldb/pyldb.c { "items", (PyCFunction)py_ldb_msg_items, METH_NOARGS, NULL }, PyCFunction 2074 source4/lib/ldb/pyldb.c { "open", (PyCFunction)py_ldb_new, METH_VARARGS|METH_KEYWORDS, PyCFunction 263 source4/lib/messaging/pymessaging.c { "send", (PyCFunction)py_messaging_send, METH_VARARGS|METH_KEYWORDS, PyCFunction 265 source4/lib/messaging/pymessaging.c { "register", (PyCFunction)py_messaging_register, METH_VARARGS|METH_KEYWORDS, PyCFunction 267 source4/lib/messaging/pymessaging.c { "deregister", (PyCFunction)py_messaging_deregister, METH_VARARGS|METH_KEYWORDS, PyCFunction 269 source4/lib/messaging/pymessaging.c { "add_name", (PyCFunction)py_messaging_add_name, METH_VARARGS|METH_KEYWORDS, "S.add_name(name) -> None\nListen on another name" }, PyCFunction 270 source4/lib/messaging/pymessaging.c { "remove_name", (PyCFunction)py_messaging_remove_name, METH_VARARGS|METH_KEYWORDS, "S.remove_name(name) -> None\nStop listening on a name" }, PyCFunction 422 source4/lib/messaging/pymessaging.c { "__len__", (PyCFunction)irpc_result_len, METH_NOARGS, PyCFunction 237 source4/lib/registry/pyregistry.c { "flush", (PyCFunction)py_hive_key_flush, METH_NOARGS, "S.flush() -> None\n" PyCFunction 399 source4/lib/registry/pyregistry.c { "open_samba", (PyCFunction)py_open_samba, METH_VARARGS|METH_KEYWORDS, "open_samba() -> reg" }, PyCFunction 402 source4/lib/registry/pyregistry.c { "open_ldb", (PyCFunction)py_open_ldb_file, METH_VARARGS|METH_KEYWORDS, "open_ldb(location, session_info=None, credentials=None, loadparm_context=None) -> key" }, PyCFunction 1439 source4/lib/wmi/wmi_wrap.c PyCFunction meth = PyCFunction_GET_FUNCTION(destroy); PyCFunction 1551 source4/lib/wmi/wmi_wrap.c {(char *)"disown", (PyCFunction)PySwigObject_disown, METH_NOARGS, (char *)"releases ownership of the pointer"}, PyCFunction 1552 source4/lib/wmi/wmi_wrap.c {(char *)"acquire", (PyCFunction)PySwigObject_acquire, METH_NOARGS, (char *)"aquires ownership of the pointer"}, PyCFunction 1553 source4/lib/wmi/wmi_wrap.c {(char *)"own", (PyCFunction)PySwigObject_own, METH_VARARGS, (char *)"returns/sets ownership of the pointer"}, PyCFunction 1554 source4/lib/wmi/wmi_wrap.c {(char *)"append", (PyCFunction)PySwigObject_append, METH_O, (char *)"appends another 'this' object"}, PyCFunction 1555 source4/lib/wmi/wmi_wrap.c {(char *)"next", (PyCFunction)PySwigObject_next, METH_NOARGS, (char *)"returns the next 'this' object"}, PyCFunction 1556 source4/lib/wmi/wmi_wrap.c {(char *)"__repr__",(PyCFunction)PySwigObject_repr, METH_NOARGS, (char *)"returns object representation"}, PyCFunction 1562 source4/lib/wmi/wmi_wrap.c {(char *)"disown", (PyCFunction)PySwigObject_disown, METH_VARARGS, (char *)"releases ownership of the pointer"}, PyCFunction 1563 source4/lib/wmi/wmi_wrap.c {(char *)"acquire", (PyCFunction)PySwigObject_acquire, METH_VARARGS, (char *)"aquires ownership of the pointer"}, PyCFunction 1564 source4/lib/wmi/wmi_wrap.c {(char *)"own", (PyCFunction)PySwigObject_own, METH_VARARGS, (char *)"returns/sets ownership of the pointer"}, PyCFunction 1565 source4/lib/wmi/wmi_wrap.c {(char *)"append", (PyCFunction)PySwigObject_append, METH_VARARGS, (char *)"appends another 'this' object"}, PyCFunction 1566 source4/lib/wmi/wmi_wrap.c {(char *)"next", (PyCFunction)PySwigObject_next, METH_VARARGS, (char *)"returns the next 'this' object"}, PyCFunction 1567 source4/lib/wmi/wmi_wrap.c {(char *)"__repr__",(PyCFunction)PySwigObject_repr, METH_VARARGS, (char *)"returns object representation"}, PyCFunction 3660 source4/lib/wmi/wmi_wrap.c { (char *)"WBEM_ConnectServer", (PyCFunction) _wrap_WBEM_ConnectServer, METH_VARARGS | METH_KEYWORDS, NULL}, PyCFunction 3661 source4/lib/wmi/wmi_wrap.c { (char *)"IUnknown_Release", (PyCFunction)_wrap_IUnknown_Release, METH_O, NULL}, PyCFunction 3662 source4/lib/wmi/wmi_wrap.c { (char *)"new_IUnknown", (PyCFunction)_wrap_new_IUnknown, METH_NOARGS, NULL}, PyCFunction 3663 source4/lib/wmi/wmi_wrap.c { (char *)"delete_IUnknown", (PyCFunction)_wrap_delete_IUnknown, METH_O, NULL}, PyCFunction 3666 source4/lib/wmi/wmi_wrap.c { (char *)"IWbemServices_ExecQuery", (PyCFunction) _wrap_IWbemServices_ExecQuery, METH_VARARGS | METH_KEYWORDS, NULL}, PyCFunction 3667 source4/lib/wmi/wmi_wrap.c { (char *)"IWbemServices_ExecNotificationQuery", (PyCFunction) _wrap_IWbemServices_ExecNotificationQuery, METH_VARARGS | METH_KEYWORDS, NULL}, PyCFunction 3668 source4/lib/wmi/wmi_wrap.c { (char *)"IWbemServices_CreateInstanceEnum", (PyCFunction) _wrap_IWbemServices_CreateInstanceEnum, METH_VARARGS | METH_KEYWORDS, NULL}, PyCFunction 3669 source4/lib/wmi/wmi_wrap.c { (char *)"new_IWbemServices", (PyCFunction)_wrap_new_IWbemServices, METH_NOARGS, NULL}, PyCFunction 3670 source4/lib/wmi/wmi_wrap.c { (char *)"delete_IWbemServices", (PyCFunction)_wrap_delete_IWbemServices, METH_O, NULL}, PyCFunction 3673 source4/lib/wmi/wmi_wrap.c { (char *)"IEnumWbemClassObject_Reset", (PyCFunction)_wrap_IEnumWbemClassObject_Reset, METH_O, NULL}, PyCFunction 3674 source4/lib/wmi/wmi_wrap.c { (char *)"new_IEnumWbemClassObject", (PyCFunction)_wrap_new_IEnumWbemClassObject, METH_NOARGS, NULL}, PyCFunction 3675 source4/lib/wmi/wmi_wrap.c { (char *)"delete_IEnumWbemClassObject", (PyCFunction)_wrap_delete_IEnumWbemClassObject, METH_O, NULL}, PyCFunction 3678 source4/lib/wmi/wmi_wrap.c { (char *)"IEnumWbemClassObject_SmartNext", (PyCFunction) _wrap_IEnumWbemClassObject_SmartNext, METH_VARARGS | METH_KEYWORDS, NULL}, PyCFunction 81 source4/libnet/py_net.c {"Join", (PyCFunction)py_net_join, METH_VARARGS|METH_KEYWORDS, py_net_join_doc}, PyCFunction 207 source4/librpc/ndr/py_security.c { "sacl_add", (PyCFunction)py_descriptor_sacl_add, METH_VARARGS, PyCFunction 210 source4/librpc/ndr/py_security.c { "dacl_add", (PyCFunction)py_descriptor_dacl_add, METH_VARARGS, PyCFunction 212 source4/librpc/ndr/py_security.c { "dacl_del", (PyCFunction)py_descriptor_dacl_del, METH_VARARGS, PyCFunction 214 source4/librpc/ndr/py_security.c { "sacl_del", (PyCFunction)py_descriptor_sacl_del, METH_VARARGS, PyCFunction 216 source4/librpc/ndr/py_security.c { "from_sddl", (PyCFunction)py_descriptor_from_sddl, METH_VARARGS|METH_CLASS, PyCFunction 218 source4/librpc/ndr/py_security.c { "as_sddl", (PyCFunction)py_descriptor_as_sddl, METH_O, PyCFunction 314 source4/librpc/ndr/py_security.c { "is_sid", (PyCFunction)py_token_is_sid, METH_VARARGS, PyCFunction 317 source4/librpc/ndr/py_security.c { "has_sid", (PyCFunction)py_token_has_sid, METH_VARARGS, PyCFunction 319 source4/librpc/ndr/py_security.c { "is_anonymous", (PyCFunction)py_token_is_anonymous, METH_NOARGS, PyCFunction 322 source4/librpc/ndr/py_security.c { "is_system", (PyCFunction)py_token_is_system, METH_NOARGS, PyCFunction 324 source4/librpc/ndr/py_security.c { "has_builtin_administrators", (PyCFunction)py_token_has_builtin_administrators, METH_NOARGS, PyCFunction 326 source4/librpc/ndr/py_security.c { "has_nt_authenticated_users", (PyCFunction)py_token_has_nt_authenticated_users, METH_NOARGS, PyCFunction 328 source4/librpc/ndr/py_security.c { "has_privilege", (PyCFunction)py_token_has_privilege, METH_VARARGS, PyCFunction 330 source4/librpc/ndr/py_security.c { "set_privilege", (PyCFunction)py_token_set_privilege, METH_VARARGS, PyCFunction 378 source4/librpc/ndr/py_security.c { "random_sid", (PyCFunction)py_random_sid, METH_NOARGS, NULL }, PyCFunction 379 source4/librpc/ndr/py_security.c { "privilege_id", (PyCFunction)py_privilege_id, METH_VARARGS, NULL }, PyCFunction 380 source4/librpc/ndr/py_security.c { "privilege_name", (PyCFunction)py_privilege_name, METH_VARARGS, NULL }, PyCFunction 367 source4/librpc/rpc/pyrpc.c { "request", (PyCFunction)py_iface_request, METH_VARARGS|METH_KEYWORDS, "S.request(opnum, data, object=None) -> data\nMake a raw request" }, PyCFunction 368 source4/librpc/rpc/pyrpc.c { "alter_context", (PyCFunction)py_iface_alter_context, METH_VARARGS|METH_KEYWORDS, "S.alter_context(syntax)\nChange to a different interface" }, PyCFunction 236 source4/param/pyparam.c { "load", (PyCFunction)py_lp_ctx_load, METH_VARARGS, PyCFunction 239 source4/param/pyparam.c { "load_default", (PyCFunction)py_lp_ctx_load_default, METH_NOARGS, PyCFunction 242 source4/param/pyparam.c { "is_myname", (PyCFunction)py_lp_ctx_is_myname, METH_VARARGS, PyCFunction 245 source4/param/pyparam.c { "is_mydomain", (PyCFunction)py_lp_ctx_is_mydomain, METH_VARARGS, PyCFunction 248 source4/param/pyparam.c { "get", (PyCFunction)py_lp_ctx_get, METH_VARARGS, PyCFunction 251 source4/param/pyparam.c { "set", (PyCFunction)py_lp_ctx_set, METH_VARARGS, PyCFunction 254 source4/param/pyparam.c { "private_path", (PyCFunction)py_lp_ctx_private_path, METH_VARARGS, PyCFunction 367 source4/param/pyparam.c { "default_path", (PyCFunction)py_default_path, METH_NOARGS, PyCFunction 234 source4/scripting/python/pyglue.c { "generate_random_str", (PyCFunction)py_generate_random_str, METH_VARARGS, PyCFunction 237 source4/scripting/python/pyglue.c { "unix2nttime", (PyCFunction)py_unix2nttime, METH_VARARGS, PyCFunction 239 source4/scripting/python/pyglue.c { "ldb_set_credentials", (PyCFunction)py_ldb_set_credentials, METH_VARARGS, PyCFunction 242 source4/scripting/python/pyglue.c { "ldb_set_session_info", (PyCFunction)py_ldb_set_session_info, METH_VARARGS, PyCFunction 245 source4/scripting/python/pyglue.c { "ldb_set_loadparm", (PyCFunction)py_ldb_set_loadparm, METH_VARARGS, PyCFunction 248 source4/scripting/python/pyglue.c { "samdb_set_domain_sid", (PyCFunction)py_samdb_set_domain_sid, METH_VARARGS, PyCFunction 251 source4/scripting/python/pyglue.c { "ldb_register_samba_handlers", (PyCFunction)py_ldb_register_samba_handlers, METH_VARARGS, PyCFunction 254 source4/scripting/python/pyglue.c { "dsdb_set_ntds_invocation_id", (PyCFunction)py_dsdb_set_ntds_invocation_id, METH_VARARGS, PyCFunction 256 source4/scripting/python/pyglue.c { "dsdb_set_global_schema", (PyCFunction)py_dsdb_set_global_schema, METH_VARARGS, PyCFunction 258 source4/scripting/python/pyglue.c { "dsdb_attach_schema_from_ldif_file", (PyCFunction)py_dsdb_attach_schema_from_ldif_file, METH_VARARGS, PyCFunction 49 source4/scripting/python/uuidmodule.c { "uuid4", (PyCFunction)uuid_random, METH_VARARGS, NULL}, PyCFunction 101 source4/web_server/wsgi.c { "start_response", (PyCFunction)start_response, METH_VARARGS|METH_KEYWORDS, NULL }, PyCFunction 157 source4/web_server/wsgi.c { "flush", (PyCFunction)py_error_flush, METH_VARARGS|METH_KEYWORDS, NULL }, PyCFunction 158 source4/web_server/wsgi.c { "write", (PyCFunction)py_error_write, METH_VARARGS|METH_KEYWORDS, NULL }, PyCFunction 159 source4/web_server/wsgi.c { "writelines", (PyCFunction)py_error_writelines, METH_VARARGS|METH_KEYWORDS, NULL }, PyCFunction 230 source4/web_server/wsgi.c { "read", (PyCFunction)py_input_read, METH_VARARGS|METH_KEYWORDS, NULL }, PyCFunction 231 source4/web_server/wsgi.c { "readline", (PyCFunction)py_input_readline, METH_NOARGS, NULL }, PyCFunction 232 source4/web_server/wsgi.c { "readlines", (PyCFunction)py_input_readlines, METH_VARARGS|METH_KEYWORDS, NULL }, PyCFunction 233 source4/web_server/wsgi.c { "__iter__", (PyCFunction)py_input___iter__, METH_NOARGS, NULL },