1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/winbindd
Björn Baumbach fae7e5d771 lib-util: rename memdup to smb_memdup and fix all callers
Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Volker Lendecke <vl@samba.org>
2014-04-16 20:39:08 +02:00
..
idmap_hash Rename module init functions from samba_init_module 2014-04-02 08:50:03 +02:00
idmap_ad.c Rename module init functions from samba_init_module 2014-04-02 08:50:03 +02:00
idmap_autorid_tdb.c autorid: split idmap_autorid_db_open and idmap_autorid_init_hwms out of idmap_autorid_db_init 2014-04-03 00:26:28 +02:00
idmap_autorid.c autorid: use the db argument in the initialize traverse action. 2014-04-03 08:36:55 +02:00
idmap_ldap.c s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuse 2013-03-09 06:30:22 +01:00
idmap_nss.c
idmap_passdb.c s3-passdb: Change pdb_sid_to_id() to return struct unixid 2012-05-02 12:45:29 +02:00
idmap_proto.h s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuse 2013-03-09 06:30:22 +01:00
idmap_rfc2307.c s3-winbindd: Add new module idmap_rfc2307 2013-03-09 06:30:22 +01:00
idmap_rid.c Rename module init functions from samba_init_module 2014-04-02 08:50:03 +02:00
idmap_rw.c
idmap_rw.h
idmap_tdb2.c Rename module init functions from samba_init_module 2014-04-02 08:50:03 +02:00
idmap_tdb_common.c s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if" 2012-09-20 05:20:38 +02:00
idmap_tdb_common.h s3:winbindd add idmap_tdb_common file to store common code of TDB idmap backends 2012-05-01 09:32:11 +02:00
idmap_tdb.c dbwrap: add a dbwrap_flags argument to db_open() 2014-02-07 16:06:06 +01:00
idmap_util.c idmap: Store negative cache entries if the backend fails 2013-05-03 14:48:35 +02:00
idmap.c s3:idmap: fix a debug message and lower its level 2013-03-08 03:16:54 +01:00
nss_info_template.c
nss_info.c s3-winbind: Fix idmap initialization debug message. 2012-07-23 18:19:00 +02:00
wb_dsgetdcname.c
wb_fill_pwent.c winbind3: Simplify fillup_pw_field 2014-02-05 13:47:52 +01:00
wb_getgrsid.c winbind: Fix an incompatible pointer type warning 2013-02-08 15:27:50 +01:00
wb_getpwsid.c winbind3: Fix a comment typo 2014-02-05 11:29:25 +13:00
wb_gettoken.c
wb_gid2sid.c
wb_group_members.c s3:winbindd fix a compiler warning 2013-12-12 14:21:28 -08:00
wb_lookupname.c
wb_lookupsid.c
wb_lookupsids.c s3:winbindd: avoid directly asking a trusted domain in wb_lookupsids*() 2014-02-21 15:59:28 +01:00
wb_lookupuseraliases.c
wb_lookupusergroups.c
wb_next_grent.c s3: rename sid_check_is_domain() to sid_check_is_our_sam() 2012-07-12 16:43:51 +02:00
wb_next_pwent.c s3: rename sid_check_is_domain() to sid_check_is_our_sam() 2012-07-12 16:43:51 +02:00
wb_ping.c
wb_query_user_list.c
wb_queryuser.c
wb_seqnum.c
wb_seqnums.c
wb_sids2xids.c s3:winbindd: use struct unixid instead of uint64 in Sids2Xids parent<->child 2012-12-03 08:48:22 +01:00
wb_uid2sid.c
winbindd_ads.c winbindd: Avoid using deallocated memory 2014-02-20 11:41:51 -08:00
winbindd_allocate_gid.c
winbindd_allocate_uid.c
winbindd_async.c
winbindd_cache.c lib-util: rename memdup to smb_memdup and fix all callers 2014-04-16 20:39:08 +02:00
winbindd_ccache_access.c auth/gensec: remove tevent_context argument from gensec_update() 2014-03-27 00:36:32 +01:00
winbindd_change_machine_acct.c
winbindd_check_machine_acct.c
winbindd_cm.c s3-kerberos: remove unused kdc_name from create_local_private_krb5_conf_for_domain(). 2014-03-07 18:43:57 +01:00
winbindd_cred_cache.c s3:winbindd: s/event_add_timed/tevent_add_timer 2013-02-19 23:48:02 +01:00
winbindd_creds.c Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache access." 2012-11-09 16:41:05 +01:00
winbindd_domain.c
winbindd_dsgetdcname.c winbindd: Use the right flags in dsgetdcname 2014-02-14 21:59:22 +01:00
winbindd_dual_ndr.c s3:winbindd: let wbint handles return NT_STATUS_CONNECTION_DISCONNECTED 2011-09-14 18:03:18 +02:00
winbindd_dual_srv.c s3:winbindd: fix _wbint_LookupSids() on error 2014-02-21 15:59:28 +01:00
winbindd_dual.c s3-winbind: separate child response sock write 2014-01-20 14:23:09 +01:00
winbindd_endgrent.c
winbindd_endpwent.c
winbindd_getdcname.c
winbindd_getgrent.c
winbindd_getgrgid.c
winbindd_getgrnam.c s3:winbindd:getgrnam: also produce a group struct for a user with ID_TYPE_BOTH 2013-01-29 21:56:58 +01:00
winbindd_getgroups.c s3:winbind: add a warning DEBUG message when skipping a sid from the mapped GID list 2013-07-29 14:42:27 +02:00
winbindd_getpwent.c
winbindd_getpwnam.c
winbindd_getpwsid.c
winbindd_getpwuid.c
winbindd_getsidaliases.c
winbindd_getuserdomgroups.c
winbindd_getusersids.c
winbindd_gid_to_sid.c
winbindd_group.c s3-winbind: DON'T PANIC if we couldn't find the domain. 2012-09-04 18:16:06 +02:00
winbindd_idmap.c
winbindd_list_groups.c
winbindd_list_users.c
winbindd_locator.c
winbindd_lookupname.c
winbindd_lookuprids.c s3: explicitly pass domain_sid to wbint_LookupRids() (bug #7841) 2011-06-27 18:21:30 +02:00
winbindd_lookupsid.c
winbindd_lookupsids.c
winbindd_misc.c log winbind version (when requested) in winbindd log 2014-01-22 21:57:04 +01:00
winbindd_msrpc.c CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked. 2013-12-09 09:00:41 +01:00
winbindd_ndr.c
winbindd_pam_auth_crap.c winbind: Extend wbcAuthenticateUserEx to provide PAC 2012-09-20 19:49:32 -07:00
winbindd_pam_auth.c
winbindd_pam_chauthtok.c
winbindd_pam_chng_pswd_auth_crap.c
winbindd_pam_logoff.c libreplace: Add getpeereid implementation. 2012-03-24 16:00:36 +01:00
winbindd_pam.c s3-auth: Finally change make_user_info_*() use a parent talloc context 2014-04-02 11:05:46 +02:00
winbindd_ping_dc.c s3-winbind: Return the DC name from DC_PING 2012-08-15 11:44:42 +10:00
winbindd_proto.h s3:winbindd: avoid argv related const warnings 2014-04-02 09:03:43 +02:00
winbindd_reconnect.c
winbindd_rpc.c winbindd: Ensure we do not look at rid_array before checking if it was returned 2014-04-02 11:05:46 +02:00
winbindd_rpc.h
winbindd_samr.c samr: don't block the sam sid or the builtin domain sid in sid_to_name 2014-02-25 09:17:07 +01:00
winbindd_setgrent.c
winbindd_setpwent.c
winbindd_show_sequence.c
winbindd_sid_to_gid.c s3:winbindd: use wb_sids2xids instead of wb_sid2gid in winbindd_sid_to_gid 2012-12-03 08:48:22 +01:00
winbindd_sid_to_uid.c s3:winbindd: use wb_sids2xids instead of wb_sid2uid in winbindd_sid_to_uid 2012-12-03 08:48:21 +01:00
winbindd_sids_to_xids.c s3:winbindd: factor winbindd_sids_to_xids into external and internal part 2012-12-03 08:48:21 +01:00
winbindd_uid_to_sid.c
winbindd_util.c s3: winbindd: Move calling setup_domain_child() into add_trusted_domain(). 2014-01-08 20:46:55 +01:00
winbindd_wins_byip.c
winbindd_wins_byname.c s3: Fix winbindd_wins_byname 2011-06-25 15:40:15 +02:00
winbindd.c s3:winbindd: avoid argv related const warnings 2014-04-02 09:03:43 +02:00
winbindd.h s3:winbindd: make use of rpccli_{create,setup}_netlogon_creds() 2014-01-07 12:47:09 +01:00
wscript_build idmap_autorid: extract common code to separate file 2013-10-01 11:27:26 +00:00