summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_ad.c
Commit message (Expand)AuthorAgeFilesLines
* idmap_ad: Add "deny ous" and "allow ous" optionsVolker Lendecke2023-03-291-1/+177
* idmap: Initialize struct idmap_ad_contextVolker Lendecke2023-03-291-1/+1
* s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner2022-12-161-0/+1
* winbind: Save lines with talloc_asprintf_addbuf()Volker Lendecke2022-12-141-9/+2
* winbind: Create local krb5.conf for idmap backend adVolker Lendecke2022-05-311-0/+19
* winbind: Remove an unused includeVolker Lendecke2021-08-241-1/+0
* winbindd/idmap: apply const to struct idmap_methods pointersStefan Metzmacher2020-10-231-1/+1
* idmap_ad: Honor "client ldap sasl wrapping" config settingChristof Schmitt2020-09-101-1/+26
* Fix clang 9 format-nonliteral warningGary Lockyer2020-08-311-4/+5
* idmap_ad: Pass tldap debug messages on to DEBUG()Stefan Metzmacher2020-08-211-0/+36
* s3:winbind:idmap_ad - make failure to get attrnames for schema mode fatalAndrew2020-07-021-0/+8
* winbindd: Use dom_sid_str_bufVolker Lendecke2018-12-201-2/+3
* idmap: Use dom_sid_str_bufVolker Lendecke2018-11-091-1/+3
* idmap: Use dom_sid_str_bufVolker Lendecke2018-11-091-2/+5
* libsmb: Give namequery.c its own headerVolker Lendecke2018-04-111-0/+1
* winbind: make sure we don't contact trusted domains via LDAP as AD DCStefan Metzmacher2018-02-231-0/+11
* idmap_ad: Retry query_user exactly once if we get TLDAP_SERVER_DOWNDustin L. Howett via samba-technical2017-07-121-1/+18
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* idmap_ad: Use idmap_config_boolVolker Lendecke2017-03-201-14/+4
* idmap_ad: Use idmap_config_const_stringVolker Lendecke2017-03-201-2/+3
* s3:idmap_ad: make use of pdb_get_trust_credentials() to get the machine accou...Stefan Metzmacher2017-02-241-23/+13
* idmap_ad: Restore querying SFU nss infoVolker Lendecke2017-01-021-0/+110
* idmap_ad: Fix retrieving credentials from clustered secrets.tdbChristof Schmitt2016-09-291-1/+10
* winbind: Base idmap_ad on tldapVolker Lendecke2016-04-151-405/+654
* idmap_ad: Separate out the nss functionsVolker Lendecke2016-04-151-420/+5
* idmap_ad: Fix a copy&paste errorVolker Lendecke2016-02-161-1/+2
* winbind: Fix a type errorVolker Lendecke2016-02-161-4/+13
* s3:winbindd/idmap_*: make function prototypes available via static_decl_idmap;Stefan Metzmacher2015-08-201-0/+1
* Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe2015-04-291-2/+2
* 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