summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2011-03-22s3:idmap: make sure that the id mapping system is initialized for first accessMichael Adam1-0/+4
2011-03-22s3:idmap: remove (now) unneeded function parse_idmap_module()Michael Adam1-38/+0
2011-03-22s3:idmap: simply call idmap_init_named_domain for "*" in idmap_init_default_d...Michael Adam1-41/+14
2011-03-22s3:idmap: remove passdb argument from idmap_init_domain()Michael Adam1-5/+3
2011-03-22s3:idmap: remove the params argument from the init functionMichael Adam11-28/+20
2011-03-22s3:idmap: remove special treatment of domain "*" from idmap_ldap_init.Michael Adam1-9/+5
2011-03-22s3:idmap: remove use of params from idmap_ldap_init - it is not used any moreMichael Adam1-13/+7
2011-03-22s3:idmap: remove the special treatment of the default domain "*" from idmap_i...Michael Adam1-65/+23
2011-03-22s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell1-10/+1
2011-03-21s3: Fix Coverity ID 1048, CHECKED_RETURNVolker Lendecke1-6/+1
2011-03-19s3-build: use HAVE_ADS define in some more places.Günther Deschner1-1/+1
2011-03-18s3:autorid make sure we set the mapping status correct on early exitChristian Ambach1-0/+1
2011-03-18idmap-autorid: Slightly simplify idmap_autorid_get_domainrangeVolker Lendecke1-8/+3
2011-03-18idmap-autorid: Slightly simplify idmap_autorid_get_domainrangeVolker Lendecke1-2/+1
2011-03-18idmap-autorid: Remove an unused variableVolker Lendecke1-11/+0
2011-03-18idmap-autorid: Use talloc_tos() in idmap_autorid_id_to_sidVolker Lendecke1-5/+6
2011-03-18idmap-autorid: Remove an else branchVolker Lendecke1-10/+11
2011-03-18idmap-autorid: Remove an unused variableVolker Lendecke1-11/+0
2011-03-18idmap-autorid: Remove an unused parameterVolker Lendecke1-3/+2
2011-03-18idmap-autorid: Use talloc_tos() in idmap_autorid_sids_to_unixidsVolker Lendecke1-8/+12
2011-03-18idmap-autorid: Not necessary to talloc domaincfgVolker Lendecke1-14/+8
2011-03-18idmap-autorid: Not necessary to talloc domainsidVolker Lendecke1-9/+8
2011-03-18s3: Cope with 192.168.1.1/24 in smbcontrol ip-droppedVolker Lendecke1-4/+32
2011-03-16s3: Fix Coverity ID 2144, DEADCODEVolker Lendecke1-1/+1
2011-03-16s3: Fix Coverity ID 2100, BAD_SIZEOFVolker Lendecke1-1/+1
2011-03-16s3-build: stop including ldap and lber headers everywhere in the code.Günther Deschner1-0/+1
2011-03-13s3: Enhance error messages in idmap_tdb2_init_hwmVolker Lendecke1-8/+9
2011-03-11s3:idmap_ldap: fix a few typos in a commentMichael Adam1-3/+4
2011-03-10s3: sid->domain_sid in winbindd_samr sam_rids_to_namesVolker Lendecke1-8/+8
2011-03-10s3: Fix paranoia check in sam_rids_to_namesVolker Lendecke1-4/+2
2011-03-08s3: Use talloc_tos() in idmap_nss_sids_to_unixidsVolker Lendecke1-11/+4
2011-03-08s3: "dom_name" is not needed in idmap_nss_sids_to_unixidsVolker Lendecke1-2/+1
2011-03-08s3: "ctx" is not needed in idmap_nss_unixids_to_sidsVolker Lendecke1-10/+0
2011-03-08s3-winbind: Fixed the accept() for new_connection.Andreas Schneider1-5/+7
2011-03-08s3-idmap: fix the build of idmap_tdb2.Günther Deschner1-11/+1
2011-03-07s3: state->ev is not needed in winbindd_lookupsidVolker Lendecke1-2/+0
2011-03-06s3: Remove close_fn from idmap_methodsVolker Lendecke10-95/+0
2011-03-06s3-idmap-hash: Make "hashed_domains" properly tallocedVolker Lendecke1-7/+7
2011-03-06s3: Replace idmap_ad_close by a destructorVolker Lendecke1-11/+12
2011-03-06s3-idmap-ad: Make ad_schema properly tallocedVolker Lendecke1-4/+2
2011-03-06s3-idmap-tdb: private_data is a talloc child of domVolker Lendecke1-7/+0
2011-03-06s3-idmap-ldap: private_data is a talloc child of domVolker Lendecke1-10/+0
2011-03-06s3-idmap-rid: private_data is a talloc child of domVolker Lendecke1-1/+0
2011-03-06s3: Remove an unnecessary if-statementVolker Lendecke1-3/+1
2011-03-06s3: Remove an obsolete commentVolker Lendecke1-5/+0
2011-03-06s3: Remove some unused codeVolker Lendecke1-21/+0
2011-03-06s3: Remove unused args from nss_get_info_cachedVolker Lendecke3-7/+4
2011-03-06s3: Remove unused args from nss_get_infoVolker Lendecke2-2/+1
2011-03-06s3: Remove unused args from get_nss_infoVolker Lendecke5-9/+1
2011-03-05s3: Fix uninitialized variablesVolker Lendecke1-1/+2