1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/winbindd
Volker Lendecke c2ea100777 lib: Pass mem_ctx to state_path()
Fix a confusing API: Many places TALLOC_FREE the path where it's not
clear you have to do it.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
2018-08-17 11:30:11 +02:00
..
idmap_hash idmap_hash: Align integer types 2018-06-19 08:59:11 +02:00
idmap_ad_nss.c idmap: Fix CID 1363261 Resource leak 2018-04-07 02:11:20 +02:00
idmap_ad.c libsmb: Give namequery.c its own header 2018-04-11 01:06:39 +02:00
idmap_autorid_tdb.c
idmap_autorid.c lib: Pass mem_ctx to state_path() 2018-08-17 11:30:11 +02:00
idmap_ldap.c
idmap_nss.c
idmap_passdb.c
idmap_proto.h
idmap_rfc2307.c
idmap_rid.c
idmap_rw.c
idmap_rw.h
idmap_script.c
idmap_tdb2.c
idmap_tdb_common.c idmap: Make pointer initialization explicit 2018-07-26 22:44:24 +02:00
idmap_tdb_common.h
idmap_tdb.c lib: Pass mem_ctx to state_path() 2018-08-17 11:30:11 +02:00
idmap_util.c
idmap.c
nss_info_template.c
nss_info.c s3:winbind: Fix memory leak in nss_init() 2018-08-13 19:46:08 +02:00
wb_dsgetdcname.c winbind: add locator_child_handle() and use it instead of child->binding_handle 2018-02-23 04:09:18 +01:00
wb_getgrsid.c
wb_getpwsid.c s3:winbind: Fix regression introduced with bso #12851 2018-06-21 01:03:52 +02:00
wb_gettoken.c
wb_group_members.c
wb_lookupname.c winbind: Pass upn unmodified to lookup names 2018-05-11 09:07:36 +02:00
wb_lookupsid.c
wb_lookupsids.c winbindd: make use of talloc_zero_array() in wb_lookupsids*() 2018-02-21 14:19:17 +01:00
wb_lookupuseraliases.c
wb_lookupusergroups.c
wb_next_grent.c
wb_next_pwent.c
wb_query_group_list.c
wb_query_user_list.c s3-winbindd: use fill_domain_username_talloc() in winbind. 2018-05-17 17:30:08 +02:00
wb_queryuser.c
wb_seqnum.c
wb_seqnums.c winbindd: Use talloc_zero_array for consistency with other winbindd_domain allocators 2018-03-24 07:21:37 +01:00
wb_sids2xids.c winbind: add idmap_child_handle() and use it instead of child->binding_handle 2018-02-23 04:09:18 +01:00
wb_xids2sids.c winbind: Pass upn unmodified to lookup names 2018-05-11 09:07:36 +02:00
winbindd_ads.c libsmb: Give namequery.c its own header 2018-04-11 01:06:39 +02:00
winbindd_ads.h
winbindd_allocate_gid.c winbind: add idmap_child_handle() and use it instead of child->binding_handle 2018-02-23 04:09:18 +01:00
winbindd_allocate_uid.c winbind: add idmap_child_handle() and use it instead of child->binding_handle 2018-02-23 04:09:18 +01:00
winbindd_async.c
winbindd_cache.c lib: Pass mem_ctx to state_path() 2018-08-17 11:30:11 +02:00
winbindd_ccache_access.c winbindd: winbindd_ccache_save() -> bool_dispatch_table 2018-05-17 08:44:19 +02:00
winbindd_change_machine_acct.c
winbindd_check_machine_acct.c
winbindd_cm.c s3:winbind: Check if we have an open file descriptor 2018-05-17 17:30:08 +02:00
winbindd_cred_cache.c
winbindd_creds.c winbind: Fix UPN handling in parse_domain_user() 2018-05-11 09:07:37 +02:00
winbindd_domain_info.c winbindd: Make DOMAIN_INFO a proper async request 2018-05-17 08:44:19 +02:00
winbindd_domain.c
winbindd_dsgetdcname.c winbind: add locator_child_handle() and use it instead of child->binding_handle 2018-02-23 04:09:18 +01:00
winbindd_dual_ndr.c winbind: Maintain a binding handle per domain and always go via wb_domain_request_send() 2018-02-23 04:09:18 +01:00
winbindd_dual_srv.c libsmb: Give dsgetdcname.c its own header 2018-04-11 01:06:39 +02:00
winbindd_dual.c source3: initilize_password_db after a fork. 2018-04-06 02:08:45 +02:00
winbindd_endgrent.c
winbindd_endpwent.c
winbindd_getdcname.c
winbindd_getgrent.c winbind: cleanup winbindd_cli_state->grent_state if winbindd_getgrent_recv() returns an error 2018-02-23 04:09:18 +01:00
winbindd_getgrgid.c
winbindd_getgrnam.c winbind: Fix UPN handling in parse_domain_user() 2018-05-11 09:07:37 +02:00
winbindd_getgroups.c winbind: Fix UPN handling in parse_domain_user() 2018-05-11 09:07:37 +02:00
winbindd_getpwent.c winbind: cleanup winbindd_cli_state->pwent_state if winbindd_getpwent_recv() returns an error 2018-02-23 04:09:18 +01:00
winbindd_getpwnam.c winbind: Fix UPN handling in parse_domain_user() 2018-05-11 09:07:37 +02:00
winbindd_getpwsid.c
winbindd_getpwuid.c
winbindd_getsidaliases.c
winbindd_getuserdomgroups.c
winbindd_getusersids.c
winbindd_gpupdate.c samba-gpupdate: Change machine option to target 2018-07-04 13:23:09 +02:00
winbindd_group.c s3-winbindd: use fill_domain_username_talloc() in winbind. 2018-05-17 17:30:08 +02:00
winbindd_idmap.c winbind: add idmap_child_handle() and use it instead of child->binding_handle 2018-02-23 04:09:18 +01:00
winbindd_irpc.c winbind: Pass upn unmodified to lookup names 2018-05-11 09:07:36 +02:00
winbindd_list_groups.c s3-winbindd: use fill_domain_username_talloc() in winbind. 2018-05-17 17:30:08 +02:00
winbindd_list_users.c
winbindd_locator.c winbind: add locator_child_handle() and use it instead of child->binding_handle 2018-02-23 04:09:18 +01:00
winbindd_lookupname.c winbind: Pass upn unmodified to lookup names 2018-05-11 09:07:36 +02:00
winbindd_lookuprids.c
winbindd_lookupsid.c
winbindd_lookupsids.c
winbindd_misc.c winbind: Align integer types 2018-07-24 20:36:50 +02:00
winbindd_msrpc.c winbindd: don't force using LSA_LOOKUP_NAMES_ALL for non workstation trusts. 2018-02-10 08:35:16 +01:00
winbindd_ndr.c winbind: Remove the "winbindd_children" global 2018-03-01 09:53:46 +01:00
winbindd_pam_auth_crap.c winbindd: WBFLAG_PAM_AUTH_PAC should call add_trusted_domain_from_auth() is the result is trusted 2018-02-10 13:08:50 +01:00
winbindd_pam_auth.c winbind: Fix UPN handling in canonicalize_username() 2018-05-11 12:02:37 +02:00
winbindd_pam_chauthtok.c winbind: Fix UPN handling in canonicalize_username() 2018-05-11 12:02:37 +02:00
winbindd_pam_chng_pswd_auth_crap.c
winbindd_pam_logoff.c winbind: Fix UPN handling in canonicalize_username() 2018-05-11 12:02:37 +02:00
winbindd_pam.c s3-winbindd: use fill_domain_username_talloc() in winbind. 2018-05-17 17:30:08 +02:00
winbindd_ping_dc.c winbindd: Fix winbindd_ping_dc_recv 2018-06-16 01:06:36 +02:00
winbindd_proto.h s3-winbindd: remove unused fill_domain_username() 2018-05-17 17:30:09 +02:00
winbindd_reconnect_ads.c winbindd: add and use ldap_reconnect_need_retry() in winbindd_reconnect_ads.c 2018-03-15 15:46:09 +01:00
winbindd_reconnect.c winbindd: call dcerpc_binding_handle_is_connected() from reset_cm_connection_on_error() 2018-03-15 15:46:09 +01:00
winbindd_rpc.c
winbindd_rpc.h
winbindd_samr.c winbindd: Do re-connect if the RPC call fails in the passdb case 2018-03-24 02:31:15 +01:00
winbindd_setgrent.c winbind: call lp_winbind_enum_{users,groups}() already in set{pw,gr}ent() 2018-02-23 04:09:18 +01:00
winbindd_setpwent.c winbind: call lp_winbind_enum_{users,groups}() already in set{pw,gr}ent() 2018-02-23 04:09:18 +01:00
winbindd_show_sequence.c
winbindd_sids_to_xids.c
winbindd_util.c s3:winbind: Do not lookup local system accounts in AD 2018-07-04 23:55:56 +02:00
winbindd_wins_byip.c libsmb: Give namequery.c its own header 2018-04-11 01:06:39 +02:00
winbindd_wins_byname.c libsmb: Give namequery.c its own header 2018-04-11 01:06:39 +02:00
winbindd_xids_to_sids.c
winbindd.c lib: Pass mem_ctx to state_path() 2018-08-17 11:30:11 +02:00
winbindd.h winbind: Remove an unused struct declaration 2018-04-24 04:44:30 +02:00
wscript_build winbindd: Make DOMAIN_INFO a proper async request 2018-05-17 08:44:19 +02:00