summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap_ad.c
Commit message (Expand)AuthorAgeFilesLines
* Rename module init functions from samba_init_moduleChristof Schmitt2014-04-021-1/+1
* s3-winbindd: remove unneded include of secrets.h from idmap_ad.cGünther Deschner2013-08-291-1/+0
* winbind/idmap_ad: be verbose about the user that we fail to mapBjörn Jacke2013-05-141-2/+3
* s3-winbindd: Move connection to AD server from idmap_adChristof Schmitt2013-03-091-45/+4
* s3-winbindd: Use common helper function for connecting to ADSChristof Schmitt2013-03-091-36/+5
* s3-winbindd: Move code for verifying ADS connection to common helper functionChristof Schmitt2013-03-091-24/+2
* s3-winbindd: Move common code for LDAP id mapping to idmap_utilsChristof Schmitt2013-03-091-39/+4
* s3-winbind: Remove unused bool "local"Christof Schmitt2012-02-061-5/+2
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-1/+1
* s3-modules: remove the last "init_module" traces.Günther Deschner2011-11-141-2/+0
* lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett2011-10-281-1/+1
* s3:winbindd/idmap make idmap modules loadable againChristian Ambach2011-10-211-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-3/+3
* s3:idmap: remove the params argument from the init functionMichael Adam2011-03-221-2/+1
* s3: Remove close_fn from idmap_methodsVolker Lendecke2011-03-061-23/+0
* s3: Replace idmap_ad_close by a destructorVolker Lendecke2011-03-061-11/+12
* s3-idmap-ad: Make ad_schema properly tallocedVolker Lendecke2011-03-061-4/+2
* s3: Remove some unused codeVolker Lendecke2011-03-061-21/+0
* s3: Remove unused args from get_nss_infoVolker Lendecke2011-03-061-2/+0
* s3: Fix a typoVolker Lendecke2011-02-271-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-271-8/+8
* s3: Fix a debug messageVolker Lendecke2011-02-271-2/+3
* s3:winbindd/idmap_ad.c: update my CMichael Adam2011-01-031-1/+1
* s3: Fix bug 7832Volker Lendecke2010-11-301-0/+2
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3: Replace sid_binstring and sid_guidstring with PIDL-based alternativesAndrew Bartlett2010-09-201-2/+3
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-1/+2
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-261-0/+1
* s3:idmap_ad: untangle two assignments from checksMichael Adam2010-08-141-2/+4
* s3:idmap_ad: remove unused filter_low_id and filter_high_id from idmap_ad_con...Michael Adam2010-08-141-14/+0
* s3:idmap_ad: use range from idmap_domain in idmap_ad_sids_to_unixids()Michael Adam2010-08-141-4/+2
* s3:idmap_ad: use range from idmap_domain in idmap_ad_unixids_to_sids()Michael Adam2010-08-141-4/+2
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* s3-nss_info: only include nss_info.h where needed.Günther Deschner2010-07-011-0/+1
* s3-libads: move ldap posix schema defines to their own header file.Günther Deschner2010-07-011-0/+1
* s3-libads: only include libds flags where needed.Günther Deschner2010-07-011-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-4/+4
* Add some const to winbind_userinfoVolker Lendecke2009-08-031-3/+3
* Make sid_binstring & friends take a talloc contextVolker Lendecke2009-05-281-4/+4
* More fix to initialize idmap statusesBo Yang2009-03-021-0/+10
* s3: Fix 'ctx' might be used unitialized warningsTim Prouty2008-12-011-2/+2
* s3:winbindd/idmap_ad: add entry debug message to nss_ad_get_info()Michael Adam2008-12-011-0/+3
* s3:winbindd/idmap_ad: add support for trusted domains to idmap_ad (bug #3661)Michael Adam2008-12-011-126/+221
* s3:winbindd/idmap_ad: refactor core of nss_{sfu|sfu20|rfc2307}_init to common...Michael Adam2008-12-011-34/+48
* s3:winbindd/idmap_ad: rename ctx to mem_ctx in nss_ad_get_info()Michael Adam2008-12-011-8/+8
* s3:winbindd/nss_info: change nss_map_{to|from}_alias to take nss_domain_entryMichael Adam2008-12-011-3/+3
* Revert "UNFINISHED - s3:idmap_ad: multi-domain"Michael Adam2008-11-251-83/+69
* UNFINISHED - s3:idmap_ad: multi-domainMichael Adam2008-11-251-69/+83
* Fix a valgrind error in idmap_ad_sids_to_unixids()Volker Lendecke2008-10-201-0/+2