..
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
More fix to initialize idmap statuses
2009-03-02 15:51:55 -08: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_tdb: use idmap_rw_new_mapping in idmap_tdb_new_mapping
2010-08-14 02:10:57 +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
s3:winbind: Move fillup_pw_field() as static to wb_fill_pwent.c
2009-10-17 17:13:02 +02:00
wb_getgrsid.c
s3: Move a lp_winbind_trusted_domains_only() check to wb_getgrsid()
2009-12-28 23:20:02 +01:00
wb_getpwsid.c
s3:winbind: use wb_fill_pwent in wb_getpwsid
2009-10-04 00:14:01 +02:00
wb_gettoken.c
s3: Check for lp_winbind_trusted_domains_only in wb_gettoken()
2009-12-28 23:35:07 +01:00
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: use dcerpc_wbint_* functions instead of rpccli_wbint_*
2010-08-16 14:30:21 +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
s3:winbind: The get[gr|pw]end functions need access to the client state
2009-08-16 13:28:14 +02:00
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
s3:winbind: simplify wb_seqnums_done a bit
2009-08-29 19:42:26 +02:00
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
s3-winbind: Fix Bug #7568 : Make sure cm_connect_lsa_tcp does not reset the secure channel.
2010-08-09 16:36:22 +02: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
s3:winbind: Convert the getgrent functions to the new API
2009-08-29 19:42:27 +02:00
winbindd_endpwent.c
s3:winbind: Convert the GETPWENT routines to the new API
2009-08-29 19:42:26 +02:00
winbindd_getdcname.c
s3:winbind: Convert the GETDCNAME routines to the new API
2009-08-29 19:42:26 +02:00
winbindd_getgrent.c
s3:winbind: Convert the getgrent functions to the new API
2009-08-29 19:42:27 +02:00
winbindd_getgrgid.c
s3:winbind: Add some missing error checks
2009-08-29 19:42:27 +02:00
winbindd_getgrnam.c
s3: Move a lp_winbind_trusted_domains_only() check to wb_getgrsid()
2009-12-28 23:20:02 +01:00
winbindd_getgroups.c
s3: Check for lp_winbind_trusted_domains_only in wb_gettoken()
2009-12-28 23:35:07 +01:00
winbindd_getpwent.c
s3:winbind: Fix a typo
2009-08-29 19:42:27 +02:00
winbindd_getpwnam.c
s3:winbind: The get[gr|pw]end functions need access to the client state
2009-08-16 13:28:14 +02:00
winbindd_getpwsid.c
s3:winbind: The get[gr|pw]end functions need access to the client state
2009-08-16 13:28:14 +02:00
winbindd_getpwuid.c
s3:winbind: The get[gr|pw]end functions need access to the client state
2009-08-16 13:28:14 +02:00
winbindd_getsidaliases.c
s3: Add some debug to GETSIDALIASES
2010-04-19 14:27:18 +02:00
winbindd_getuserdomgroups.c
s3:winbind: The get[gr|pw]end functions need access to the client state
2009-08-16 13:28:14 +02:00
winbindd_getusersids.c
s3:winbind: Convert WINBINDD_GETUSERSIDS to the new API
2009-08-27 15:04:09 +02:00
winbindd_gid_to_sid.c
s3:winbind: The get[gr|pw]end functions need access to the client state
2009-08-16 13:28:14 +02:00
winbindd_group.c
s3: Remove unused get_sam_group_entries
2009-12-21 16:27:19 +01:00
winbindd_idmap.c
s3: Remove some unused dual functions
2009-12-21 16:27:19 +01:00
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
s3:winbind: Fix bug 5626
2009-08-30 11:13:18 +02:00
winbindd_lookupname.c
s3:winbind: Fix a typo
2009-08-27 15:04:09 +02:00
winbindd_lookuprids.c
s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_*
2010-08-16 14:30:21 +02:00
winbindd_lookupsid.c
s3:winbind: Fix a typo
2009-08-29 10:44:13 +02:00
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: Lift the smbd_messaging_context from rpc_pipe_open_internal
2010-08-08 16:03:15 +02:00
winbindd_setgrent.c
s3:winbind: Convert the getgrent functions to the new API
2009-08-29 19:42:27 +02:00
winbindd_setpwent.c
s3:winbind: Convert the GETPWENT routines to the new API
2009-08-29 19:42:26 +02:00
winbindd_show_sequence.c
s3:winbind: The get[gr|pw]end functions need access to the client state
2009-08-16 13:28:14 +02:00
winbindd_sid_to_gid.c
s3:winbind: The get[gr|pw]end functions need access to the client state
2009-08-16 13:28:14 +02:00
winbindd_sid_to_uid.c
s3:winbind: The get[gr|pw]end functions need access to the client state
2009-08-16 13:28:14 +02:00
winbindd_uid_to_sid.c
s3:winbind: The get[gr|pw]end functions need access to the client state
2009-08-16 13:28:14 +02:00
winbindd_util.c
s3-secrets: only include secrets.h when needed.
2010-08-05 10:12:25 +02:00
winbindd_wins.c
Make winbindd_cli_state->response a pointer instead of a struct member
2009-06-14 22:22:10 +02:00
winbindd.c
s3:winbind: remove the method REMOVE_MAPPING from winbind's API
2010-08-14 02:10:34 +02:00
winbindd.h
s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr code
2010-08-16 14:30:21 +02:00