1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/winbindd
2010-08-26 00:20:28 +02:00
..
idmap_adex s3:idmap: remove the set_mapping method from the idmap API 2010-08-14 02:10:36 +02:00
idmap_hash s3: avoid global include of ads.h. 2010-08-05 00:32:02 +02:00
idmap_ad.c s3:idmap_ad: untangle two assignments from checks 2010-08-14 02:10:56 +02:00
idmap_ldap.c s3:idmap_ldap: use idmap_rw_new_mapping in idmap_ldap_new_mapping 2010-08-14 02:10:57 +02:00
idmap_nss.c s3-build: only include nsswitch header where needed. 2010-08-26 00:20:28 +02:00
idmap_passdb.c
idmap_rid.c s3:idmap_rid: remove a comment that does not apply in that place. 2010-08-14 02:10:55 +02:00
idmap_rw.c s3:idmap: add abstract idmap_rw new_mapping mechanism without registering backends 2010-08-14 02:10:56 +02:00
idmap_rw.h s3:idmap: add abstract idmap_rw new_mapping mechanism without registering backends 2010-08-14 02:10:56 +02:00
idmap_tdb2.c s3:idmap_tdb2: use idmap_rw_new_mapping in idmap_tdb2_new_mapping 2010-08-14 02:10:57 +02:00
idmap_tdb.c s3-idmap: fix uninitialized variable in idmap_tdb_sids_to_unixids_action(). 2010-08-19 14:08:06 +02:00
idmap_util.c s3:idmap: add idmap_unix_id_is_in_range() for checking an id against an idmap range 2010-08-14 02:10:42 +02:00
idmap.c s3:idmap: fix sid_to_unixid for builtin and own domain. 2010-08-14 02:10:57 +02:00
nss_info_template.c s3: avoid global include of ads.h. 2010-08-05 00:32:02 +02:00
nss_info.c s3: avoid global include of ads.h. 2010-08-05 00:32:02 +02:00
wb_dsgetdcname.c s3:winbindd: don't ignore 'result' in wb_dsgetdcname_done() 2010-08-17 12:46:53 +02:00
wb_fill_pwent.c
wb_getgrsid.c
wb_getpwsid.c
wb_gettoken.c
wb_gid2sid.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
wb_group_members.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
wb_lookupname.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
wb_lookupsid.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
wb_lookupuseraliases.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
wb_lookupusergroups.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
wb_next_grent.c s3:winbindd: fix error handling in wb_next_grent_fetch_done() 2010-08-20 14:23:41 +02:00
wb_next_pwent.c s3: Fix but 7145 -- duplicate sam and unix accounts 2010-02-28 14:40:25 +01:00
wb_ping.c
wb_query_user_list.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
wb_queryuser.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
wb_seqnum.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
wb_seqnums.c
wb_sid2gid.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
wb_sid2uid.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
wb_uid2sid.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
winbindd_ads.c s3-secrets: only include secrets.h when needed. 2010-08-05 10:12:25 +02:00
winbindd_allocate_gid.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
winbindd_allocate_uid.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
winbindd_async.c s3:dom_sid Global replace of DOM_SID with struct dom_sid 2010-05-21 10:39:59 +02:00
winbindd_cache.c s3: avoid global include of ads.h. 2010-08-05 00:32:02 +02:00
winbindd_ccache_access.c s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it. 2010-07-19 14:19:47 +10:00
winbindd_change_machine_acct.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
winbindd_check_machine_acct.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
winbindd_cm.c Final part of fix for bug #7636 - winbind internal error, backtrace. 2010-08-23 16:53:45 -07:00
winbindd_cred_cache.c s3: avoid global include of ads.h. 2010-08-05 00:32:02 +02:00
winbindd_creds.c s3:dom_sid Global replace of DOM_SID with struct dom_sid 2010-05-21 10:39:59 +02:00
winbindd_domain.c s3: Move the in-memory ccache to the parent 2010-04-19 14:27:24 +02:00
winbindd_dsgetdcname.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
winbindd_dual_ndr.c s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr code 2010-08-16 14:30:21 +02:00
winbindd_dual_srv.c s3:winbind: remove the method REMOVE_MAPPING from winbind's API 2010-08-14 02:10:34 +02:00
winbindd_dual.c s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr code 2010-08-16 14:30:21 +02:00
winbindd_endgrent.c
winbindd_endpwent.c
winbindd_getdcname.c
winbindd_getgrent.c
winbindd_getgrgid.c
winbindd_getgrnam.c
winbindd_getgroups.c
winbindd_getpwent.c
winbindd_getpwnam.c
winbindd_getpwsid.c
winbindd_getpwuid.c
winbindd_getsidaliases.c s3: Add some debug to GETSIDALIASES 2010-04-19 14:27:18 +02:00
winbindd_getuserdomgroups.c
winbindd_getusersids.c
winbindd_gid_to_sid.c
winbindd_group.c
winbindd_idmap.c
winbindd_list_groups.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
winbindd_list_users.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
winbindd_locator.c
winbindd_lookupname.c
winbindd_lookuprids.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
winbindd_lookupsid.c
winbindd_misc.c winbindd: Fill in num_entries where available 2010-04-19 14:27:18 +02:00
winbindd_msrpc.c s3-winbind: Set status before we leave in some msrpc functions. 2010-07-13 19:17:41 +02:00
winbindd_ndr.c s3-build: only use ndr_security.h where needed. 2010-05-31 11:32:37 +02:00
winbindd_pam_auth_crap.c s3: Convert WINBINDD_PAM_AUTH_CRAP to the new async API 2010-04-19 14:27:19 +02:00
winbindd_pam_auth.c Fix bug #7589 - ntlm_auth fails to use cached credentials. 2010-07-29 12:44:00 -07:00
winbindd_pam_chauthtok.c s3: Move the in-memory ccache to the parent 2010-04-19 14:27:24 +02:00
winbindd_pam_chng_pswd_auth_crap.c s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async API 2010-04-23 23:41:04 +02:00
winbindd_pam_logoff.c s3: Move the in-memory ccache to the parent 2010-04-19 14:27:24 +02:00
winbindd_pam.c s3:auth Change winbindd -> auth interface to more standard structures 2010-08-14 11:58:13 +10:00
winbindd_ping_dc.c s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_* 2010-08-16 14:30:21 +02:00
winbindd_proto.h s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr code 2010-08-16 14:30:21 +02:00
winbindd_reconnect.c s3:dom_sid Global replace of DOM_SID with struct dom_sid 2010-05-21 10:39:59 +02:00
winbindd_rpc.c s3-winbind: Handle aliases in rpc_lookup_groupmem(). 2010-07-06 18:38:14 +02:00
winbindd_rpc.h s3-winbind: Added a common rpc_trusted_domains function. 2010-07-05 15:59:14 +02:00
winbindd_samr.c s3: Add "client_id" to pipes_struct 2010-08-18 11:18:23 +02:00
winbindd_setgrent.c
winbindd_setpwent.c
winbindd_show_sequence.c
winbindd_sid_to_gid.c
winbindd_sid_to_uid.c
winbindd_uid_to_sid.c
winbindd_util.c s3-secrets: only include secrets.h when needed. 2010-08-05 10:12:25 +02:00
winbindd_wins.c
winbindd.c s3-build: only include nsswitch header where needed. 2010-08-26 00:20:28 +02:00
winbindd.h s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr code 2010-08-16 14:30:21 +02:00