1ldb_add: int (struct ldb_context *, const struct ldb_message *)
2ldb_any_comparison: int (struct ldb_context *, void *, ldb_attr_handler_t, const struct ldb_val *, const struct ldb_val *)
3ldb_asprintf_errstring: void (struct ldb_context *, const char *, ...)
4ldb_attr_casefold: char *(TALLOC_CTX *, const char *)
5ldb_attr_dn: int (const char *)
6ldb_attr_in_list: int (const char * const *, const char *)
7ldb_attr_list_copy: const char **(TALLOC_CTX *, const char * const *)
8ldb_attr_list_copy_add: const char **(TALLOC_CTX *, const char * const *, const char *)
9ldb_base64_decode: int (char *)
10ldb_base64_encode: char *(TALLOC_CTX *, const char *, int)
11ldb_binary_decode: struct ldb_val (TALLOC_CTX *, const char *)
12ldb_binary_encode: char *(TALLOC_CTX *, struct ldb_val)
13ldb_binary_encode_string: char *(TALLOC_CTX *, const char *)
14ldb_build_add_req: int (struct ldb_request **, struct ldb_context *, TALLOC_CTX *, const struct ldb_message *, struct ldb_control **, void *, ldb_request_callback_t, struct ldb_request *)
15ldb_build_del_req: int (struct ldb_request **, struct ldb_context *, TALLOC_CTX *, struct ldb_dn *, struct ldb_control **, void *, ldb_request_callback_t, struct ldb_request *)
16ldb_build_extended_req: int (struct ldb_request **, struct ldb_context *, TALLOC_CTX *, const char *, void *, struct ldb_control **, void *, ldb_request_callback_t, struct ldb_request *)
17ldb_build_mod_req: int (struct ldb_request **, struct ldb_context *, TALLOC_CTX *, const struct ldb_message *, struct ldb_control **, void *, ldb_request_callback_t, struct ldb_request *)
18ldb_build_rename_req: int (struct ldb_request **, struct ldb_context *, TALLOC_CTX *, struct ldb_dn *, struct ldb_dn *, struct ldb_control **, void *, ldb_request_callback_t, struct ldb_request *)
19ldb_build_search_req: int (struct ldb_request **, struct ldb_context *, TALLOC_CTX *, struct ldb_dn *, enum ldb_scope, const char *, const char * const *, struct ldb_control **, void *, ldb_request_callback_t, struct ldb_request *)
20ldb_build_search_req_ex: int (struct ldb_request **, struct ldb_context *, TALLOC_CTX *, struct ldb_dn *, enum ldb_scope, struct ldb_parse_tree *, const char * const *, struct ldb_control **, void *, ldb_request_callback_t, struct ldb_request *)
21ldb_casefold: char *(struct ldb_context *, TALLOC_CTX *, const char *, size_t)
22ldb_casefold_default: char *(void *, TALLOC_CTX *, const char *, size_t)
23ldb_check_critical_controls: int (struct ldb_control **)
24ldb_comparison_binary: int (struct ldb_context *, void *, const struct ldb_val *, const struct ldb_val *)
25ldb_comparison_fold: int (struct ldb_context *, void *, const struct ldb_val *, const struct ldb_val *)
26ldb_connect: int (struct ldb_context *, const char *, unsigned int, const char **)
27ldb_control_to_string: char *(TALLOC_CTX *, const struct ldb_control *)
28ldb_controls_except_specified: struct ldb_control **(struct ldb_control **, TALLOC_CTX *, struct ldb_control *)
29ldb_debug: void (struct ldb_context *, enum ldb_debug_level, const char *, ...)
30ldb_debug_add: void (struct ldb_context *, const char *, ...)
31ldb_debug_end: void (struct ldb_context *, enum ldb_debug_level)
32ldb_debug_set: void (struct ldb_context *, enum ldb_debug_level, const char *, ...)
33ldb_delete: int (struct ldb_context *, struct ldb_dn *)
34ldb_dn_add_base: bool (struct ldb_dn *, struct ldb_dn *)
35ldb_dn_add_base_fmt: bool (struct ldb_dn *, const char *, ...)
36ldb_dn_add_child: bool (struct ldb_dn *, struct ldb_dn *)
37ldb_dn_add_child_fmt: bool (struct ldb_dn *, const char *, ...)
38ldb_dn_alloc_casefold: char *(TALLOC_CTX *, struct ldb_dn *)
39ldb_dn_alloc_linearized: char *(TALLOC_CTX *, struct ldb_dn *)
40ldb_dn_canonical_ex_string: char *(TALLOC_CTX *, struct ldb_dn *)
41ldb_dn_canonical_string: char *(TALLOC_CTX *, struct ldb_dn *)
42ldb_dn_check_local: bool (struct ldb_module *, struct ldb_dn *)
43ldb_dn_check_special: bool (struct ldb_dn *, const char *)
44ldb_dn_compare: int (struct ldb_dn *, struct ldb_dn *)
45ldb_dn_compare_base: int (struct ldb_dn *, struct ldb_dn *)
46ldb_dn_copy: struct ldb_dn *(TALLOC_CTX *, struct ldb_dn *)
47ldb_dn_escape_value: char *(TALLOC_CTX *, struct ldb_val)
48ldb_dn_extended_add_syntax: int (struct ldb_context *, unsigned int, const struct ldb_dn_extended_syntax *)
49ldb_dn_extended_filter: void (struct ldb_dn *, const char * const *)
50ldb_dn_extended_syntax_by_name: const struct ldb_dn_extended_syntax *(struct ldb_context *, const char *)
51ldb_dn_from_ldb_val: struct ldb_dn *(TALLOC_CTX *, struct ldb_context *, const struct ldb_val *)
52ldb_dn_get_casefold: const char *(struct ldb_dn *)
53ldb_dn_get_comp_num: int (struct ldb_dn *)
54ldb_dn_get_component_name: const char *(struct ldb_dn *, unsigned int)
55ldb_dn_get_component_val: const struct ldb_val *(struct ldb_dn *, unsigned int)
56ldb_dn_get_extended_comp_num: int (struct ldb_dn *)
57ldb_dn_get_extended_component: const struct ldb_val *(struct ldb_dn *, const char *)
58ldb_dn_get_extended_linearized: char *(TALLOC_CTX *, struct ldb_dn *, int)
59ldb_dn_get_linearized: const char *(struct ldb_dn *)
60ldb_dn_get_parent: struct ldb_dn *(TALLOC_CTX *, struct ldb_dn *)
61ldb_dn_get_rdn_name: const char *(struct ldb_dn *)
62ldb_dn_get_rdn_val: const struct ldb_val *(struct ldb_dn *)
63ldb_dn_has_extended: bool (struct ldb_dn *)
64ldb_dn_is_null: bool (struct ldb_dn *)
65ldb_dn_is_special: bool (struct ldb_dn *)
66ldb_dn_is_valid: bool (struct ldb_dn *)
67ldb_dn_map_local: struct ldb_dn *(struct ldb_module *, void *, struct ldb_dn *)
68ldb_dn_map_rebase_remote: struct ldb_dn *(struct ldb_module *, void *, struct ldb_dn *)
69ldb_dn_map_remote: struct ldb_dn *(struct ldb_module *, void *, struct ldb_dn *)
70ldb_dn_minimise: bool (struct ldb_dn *)
71ldb_dn_new: struct ldb_dn *(TALLOC_CTX *, struct ldb_context *, const char *)
72ldb_dn_new_fmt: struct ldb_dn *(TALLOC_CTX *, struct ldb_context *, const char *, ...)
73ldb_dn_remove_base_components: bool (struct ldb_dn *, unsigned int)
74ldb_dn_remove_child_components: bool (struct ldb_dn *, unsigned int)
75ldb_dn_remove_extended_components: void (struct ldb_dn *)
76ldb_dn_replace_components: bool (struct ldb_dn *, struct ldb_dn *)
77ldb_dn_set_component: int (struct ldb_dn *, int, const char *, const struct ldb_val)
78ldb_dn_set_extended_component: int (struct ldb_dn *, const char *, const struct ldb_val *)
79ldb_dn_update_components: int (struct ldb_dn *, const struct ldb_dn *)
80ldb_dn_validate: bool (struct ldb_dn *)
81ldb_dump_results: void (struct ldb_context *, struct ldb_result *, FILE *)
82ldb_error_at: int (struct ldb_context *, int, const char *, const char *, int)
83ldb_errstring: const char *(struct ldb_context *)
84ldb_extended: int (struct ldb_context *, const char *, void *, struct ldb_result **)
85ldb_extended_default_callback: int (struct ldb_request *, struct ldb_reply *)
86ldb_filter_from_tree: char *(TALLOC_CTX *, const struct ldb_parse_tree *)
87ldb_get_config_basedn: struct ldb_dn *(struct ldb_context *)
88ldb_get_create_perms: unsigned int (struct ldb_context *)
89ldb_get_default_basedn: struct ldb_dn *(struct ldb_context *)
90ldb_get_event_context: struct tevent_context *(struct ldb_context *)
91ldb_get_flags: unsigned int (struct ldb_context *)
92ldb_get_opaque: void *(struct ldb_context *, const char *)
93ldb_get_root_basedn: struct ldb_dn *(struct ldb_context *)
94ldb_get_schema_basedn: struct ldb_dn *(struct ldb_context *)
95ldb_global_init: int (void)
96ldb_handle_new: struct ldb_handle *(TALLOC_CTX *, struct ldb_context *)
97ldb_handler_copy: int (struct ldb_context *, void *, const struct ldb_val *, struct ldb_val *)
98ldb_handler_fold: int (struct ldb_context *, void *, const struct ldb_val *, struct ldb_val *)
99ldb_init: struct ldb_context *(TALLOC_CTX *, struct tevent_context *)
100ldb_ldif_message_string: char *(struct ldb_context *, TALLOC_CTX *, enum ldb_changetype, const struct ldb_message *)
101ldb_ldif_parse_modrdn: int (struct ldb_context *, const struct ldb_ldif *, TALLOC_CTX *, struct ldb_dn **, struct ldb_dn **, bool *, struct ldb_dn **, struct ldb_dn **)
102ldb_ldif_read: struct ldb_ldif *(struct ldb_context *, int (*)(void *), void *)
103ldb_ldif_read_file: struct ldb_ldif *(struct ldb_context *, FILE *)
104ldb_ldif_read_file_state: struct ldb_ldif *(struct ldb_context *, struct ldif_read_file_state *)
105ldb_ldif_read_free: void (struct ldb_context *, struct ldb_ldif *)
106ldb_ldif_read_string: struct ldb_ldif *(struct ldb_context *, const char **)
107ldb_ldif_write: int (struct ldb_context *, int (*)(void *, const char *, ...), void *, const struct ldb_ldif *)
108ldb_ldif_write_file: int (struct ldb_context *, FILE *, const struct ldb_ldif *)
109ldb_ldif_write_string: char *(struct ldb_context *, TALLOC_CTX *, const struct ldb_ldif *)
110ldb_load_modules: int (struct ldb_context *, const char **)
111ldb_map_add: int (struct ldb_module *, struct ldb_request *)
112ldb_map_delete: int (struct ldb_module *, struct ldb_request *)
113ldb_map_init: int (struct ldb_module *, const struct ldb_map_attribute *, const struct ldb_map_objectclass *, const char * const *, const char *, const char *)
114ldb_map_modify: int (struct ldb_module *, struct ldb_request *)
115ldb_map_rename: int (struct ldb_module *, struct ldb_request *)
116ldb_map_search: int (struct ldb_module *, struct ldb_request *)
117ldb_match_msg: int (struct ldb_context *, const struct ldb_message *, const struct ldb_parse_tree *, struct ldb_dn *, enum ldb_scope)
118ldb_match_msg_error: int (struct ldb_context *, const struct ldb_message *, const struct ldb_parse_tree *, struct ldb_dn *, enum ldb_scope, bool *)
119ldb_match_msg_objectclass: int (const struct ldb_message *, const char *)
120ldb_mod_register_control: int (struct ldb_module *, const char *)
121ldb_modify: int (struct ldb_context *, const struct ldb_message *)
122ldb_modify_default_callback: int (struct ldb_request *, struct ldb_reply *)
123ldb_module_call_chain: char *(struct ldb_request *, TALLOC_CTX *)
124ldb_module_connect_backend: int (struct ldb_context *, const char *, const char **, struct ldb_module **)
125ldb_module_done: int (struct ldb_request *, struct ldb_control **, struct ldb_extended *, int)
126ldb_module_flags: uint32_t (struct ldb_context *)
127ldb_module_get_ctx: struct ldb_context *(struct ldb_module *)
128ldb_module_get_name: const char *(struct ldb_module *)
129ldb_module_get_ops: const struct ldb_module_ops *(struct ldb_module *)
130ldb_module_get_private: void *(struct ldb_module *)
131ldb_module_init_chain: int (struct ldb_context *, struct ldb_module *)
132ldb_module_load_list: int (struct ldb_context *, const char **, struct ldb_module *, struct ldb_module **)
133ldb_module_new: struct ldb_module *(TALLOC_CTX *, struct ldb_context *, const char *, const struct ldb_module_ops *)
134ldb_module_next: struct ldb_module *(struct ldb_module *)
135ldb_module_popt_options: struct poptOption **(struct ldb_context *)
136ldb_module_send_entry: int (struct ldb_request *, struct ldb_message *, struct ldb_control **)
137ldb_module_send_referral: int (struct ldb_request *, char *)
138ldb_module_set_next: void (struct ldb_module *, struct ldb_module *)
139ldb_module_set_private: void (struct ldb_module *, void *)
140ldb_modules_hook: int (struct ldb_context *, enum ldb_module_hook_type)
141ldb_modules_list_from_string: const char **(struct ldb_context *, TALLOC_CTX *, const char *)
142ldb_modules_load: int (const char *, const char *)
143ldb_msg_add: int (struct ldb_message *, const struct ldb_message_element *, int)
144ldb_msg_add_empty: int (struct ldb_message *, const char *, int, struct ldb_message_element **)
145ldb_msg_add_fmt: int (struct ldb_message *, const char *, const char *, ...)
146ldb_msg_add_linearized_dn: int (struct ldb_message *, const char *, struct ldb_dn *)
147ldb_msg_add_steal_string: int (struct ldb_message *, const char *, char *)
148ldb_msg_add_steal_value: int (struct ldb_message *, const char *, struct ldb_val *)
149ldb_msg_add_string: int (struct ldb_message *, const char *, const char *)
150ldb_msg_add_value: int (struct ldb_message *, const char *, const struct ldb_val *, struct ldb_message_element **)
151ldb_msg_canonicalize: struct ldb_message *(struct ldb_context *, const struct ldb_message *)
152ldb_msg_check_string_attribute: int (const struct ldb_message *, const char *, const char *)
153ldb_msg_copy: struct ldb_message *(TALLOC_CTX *, const struct ldb_message *)
154ldb_msg_copy_attr: int (struct ldb_message *, const char *, const char *)
155ldb_msg_copy_shallow: struct ldb_message *(TALLOC_CTX *, const struct ldb_message *)
156ldb_msg_diff: struct ldb_message *(struct ldb_context *, struct ldb_message *, struct ldb_message *)
157ldb_msg_difference: int (struct ldb_context *, TALLOC_CTX *, struct ldb_message *, struct ldb_message *, struct ldb_message **)
158ldb_msg_element_compare: int (struct ldb_message_element *, struct ldb_message_element *)
159ldb_msg_element_compare_name: int (struct ldb_message_element *, struct ldb_message_element *)
160ldb_msg_element_equal_ordered: bool (const struct ldb_message_element *, const struct ldb_message_element *)
161ldb_msg_find_attr_as_bool: int (const struct ldb_message *, const char *, int)
162ldb_msg_find_attr_as_dn: struct ldb_dn *(struct ldb_context *, TALLOC_CTX *, const struct ldb_message *, const char *)
163ldb_msg_find_attr_as_double: double (const struct ldb_message *, const char *, double)
164ldb_msg_find_attr_as_int: int (const struct ldb_message *, const char *, int)
165ldb_msg_find_attr_as_int64: int64_t (const struct ldb_message *, const char *, int64_t)
166ldb_msg_find_attr_as_string: const char *(const struct ldb_message *, const char *, const char *)
167ldb_msg_find_attr_as_uint: unsigned int (const struct ldb_message *, const char *, unsigned int)
168ldb_msg_find_attr_as_uint64: uint64_t (const struct ldb_message *, const char *, uint64_t)
169ldb_msg_find_element: struct ldb_message_element *(const struct ldb_message *, const char *)
170ldb_msg_find_ldb_val: const struct ldb_val *(const struct ldb_message *, const char *)
171ldb_msg_find_val: struct ldb_val *(const struct ldb_message_element *, struct ldb_val *)
172ldb_msg_new: struct ldb_message *(TALLOC_CTX *)
173ldb_msg_normalize: int (struct ldb_context *, TALLOC_CTX *, const struct ldb_message *, struct ldb_message **)
174ldb_msg_remove_attr: void (struct ldb_message *, const char *)
175ldb_msg_remove_element: void (struct ldb_message *, struct ldb_message_element *)
176ldb_msg_rename_attr: int (struct ldb_message *, const char *, const char *)
177ldb_msg_sanity_check: int (struct ldb_context *, const struct ldb_message *)
178ldb_msg_sort_elements: void (struct ldb_message *)
179ldb_next_del_trans: int (struct ldb_module *)
180ldb_next_end_trans: int (struct ldb_module *)
181ldb_next_init: int (struct ldb_module *)
182ldb_next_prepare_commit: int (struct ldb_module *)
183ldb_next_remote_request: int (struct ldb_module *, struct ldb_request *)
184ldb_next_request: int (struct ldb_module *, struct ldb_request *)
185ldb_next_start_trans: int (struct ldb_module *)
186ldb_op_default_callback: int (struct ldb_request *, struct ldb_reply *)
187ldb_options_find: const char *(struct ldb_context *, const char **, const char *)
188ldb_parse_control_from_string: struct ldb_control *(struct ldb_context *, TALLOC_CTX *, const char *)
189ldb_parse_control_strings: struct ldb_control **(struct ldb_context *, TALLOC_CTX *, const char **)
190ldb_parse_tree: struct ldb_parse_tree *(TALLOC_CTX *, const char *)
191ldb_parse_tree_attr_replace: void (struct ldb_parse_tree *, const char *, const char *)
192ldb_parse_tree_copy_shallow: struct ldb_parse_tree *(TALLOC_CTX *, const struct ldb_parse_tree *)
193ldb_parse_tree_walk: int (struct ldb_parse_tree *, int (*)(struct ldb_parse_tree *, void *), void *)
194ldb_qsort: void (void * const, size_t, size_t, void *, ldb_qsort_cmp_fn_t)
195ldb_register_backend: int (const char *, ldb_connect_fn, bool)
196ldb_register_hook: int (ldb_hook_fn)
197ldb_register_module: int (const struct ldb_module_ops *)
198ldb_rename: int (struct ldb_context *, struct ldb_dn *, struct ldb_dn *)
199ldb_reply_add_control: int (struct ldb_reply *, const char *, bool, void *)
200ldb_reply_get_control: struct ldb_control *(struct ldb_reply *, const char *)
201ldb_req_get_custom_flags: uint32_t (struct ldb_request *)
202ldb_req_is_untrusted: bool (struct ldb_request *)
203ldb_req_location: const char *(struct ldb_request *)
204ldb_req_mark_trusted: void (struct ldb_request *)
205ldb_req_mark_untrusted: void (struct ldb_request *)
206ldb_req_set_custom_flags: void (struct ldb_request *, uint32_t)
207ldb_req_set_location: void (struct ldb_request *, const char *)
208ldb_request: int (struct ldb_context *, struct ldb_request *)
209ldb_request_add_control: int (struct ldb_request *, const char *, bool, void *)
210ldb_request_done: int (struct ldb_request *, int)
211ldb_request_get_control: struct ldb_control *(struct ldb_request *, const char *)
212ldb_request_get_status: int (struct ldb_request *)
213ldb_request_replace_control: int (struct ldb_request *, const char *, bool, void *)
214ldb_request_set_state: void (struct ldb_request *, int)
215ldb_reset_err_string: void (struct ldb_context *)
216ldb_save_controls: int (struct ldb_control *, struct ldb_request *, struct ldb_control ***)
217ldb_schema_attribute_add: int (struct ldb_context *, const char *, unsigned int, const char *)
218ldb_schema_attribute_add_with_syntax: int (struct ldb_context *, const char *, unsigned int, const struct ldb_schema_syntax *)
219ldb_schema_attribute_by_name: const struct ldb_schema_attribute *(struct ldb_context *, const char *)
220ldb_schema_attribute_remove: void (struct ldb_context *, const char *)
221ldb_schema_attribute_set_override_handler: void (struct ldb_context *, ldb_attribute_handler_override_fn_t, void *)
222ldb_search: int (struct ldb_context *, TALLOC_CTX *, struct ldb_result **, struct ldb_dn *, enum ldb_scope, const char * const *, const char *, ...)
223ldb_search_default_callback: int (struct ldb_request *, struct ldb_reply *)
224ldb_sequence_number: int (struct ldb_context *, enum ldb_sequence_type, uint64_t *)
225ldb_set_create_perms: void (struct ldb_context *, unsigned int)
226ldb_set_debug: int (struct ldb_context *, void (*)(void *, enum ldb_debug_level, const char *, va_list), void *)
227ldb_set_debug_stderr: int (struct ldb_context *)
228ldb_set_default_dns: void (struct ldb_context *)
229ldb_set_errstring: void (struct ldb_context *, const char *)
230ldb_set_event_context: void (struct ldb_context *, struct tevent_context *)
231ldb_set_flags: void (struct ldb_context *, unsigned int)
232ldb_set_modules_dir: void (struct ldb_context *, const char *)
233ldb_set_opaque: int (struct ldb_context *, const char *, void *)
234ldb_set_timeout: int (struct ldb_context *, struct ldb_request *, int)
235ldb_set_timeout_from_prev_req: int (struct ldb_context *, struct ldb_request *, struct ldb_request *)
236ldb_set_utf8_default: void (struct ldb_context *)
237ldb_set_utf8_fns: void (struct ldb_context *, void *, char *(*)(void *, void *, const char *, size_t))
238ldb_setup_wellknown_attributes: int (struct ldb_context *)
239ldb_should_b64_encode: int (struct ldb_context *, const struct ldb_val *)
240ldb_standard_syntax_by_name: const struct ldb_schema_syntax *(struct ldb_context *, const char *)
241ldb_strerror: const char *(int)
242ldb_string_to_time: time_t (const char *)
243ldb_string_utc_to_time: time_t (const char *)
244ldb_timestring: char *(TALLOC_CTX *, time_t)
245ldb_timestring_utc: char *(TALLOC_CTX *, time_t)
246ldb_transaction_cancel: int (struct ldb_context *)
247ldb_transaction_cancel_noerr: int (struct ldb_context *)
248ldb_transaction_commit: int (struct ldb_context *)
249ldb_transaction_prepare_commit: int (struct ldb_context *)
250ldb_transaction_start: int (struct ldb_context *)
251ldb_val_dup: struct ldb_val (TALLOC_CTX *, const struct ldb_val *)
252ldb_val_equal_exact: int (const struct ldb_val *, const struct ldb_val *)
253ldb_val_map_local: struct ldb_val (struct ldb_module *, void *, const struct ldb_map_attribute *, const struct ldb_val *)
254ldb_val_map_remote: struct ldb_val (struct ldb_module *, void *, const struct ldb_map_attribute *, const struct ldb_val *)
255ldb_val_string_cmp: int (const struct ldb_val *, const char *)
256ldb_val_to_time: int (const struct ldb_val *, time_t *)
257ldb_valid_attr_name: int (const char *)
258ldb_vdebug: void (struct ldb_context *, enum ldb_debug_level, const char *, va_list)
259ldb_wait: int (struct ldb_handle *, enum ldb_wait_type)
260