summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_ad.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-25winbindd: Avoid casts in idmap_ad_unixids_to_sids()Volker Lendecke1-4/+4
2026-02-25winbindd: Avoid a few NULL checks in idmap_ad_unixids_to_sids()Volker Lendecke1-34/+23
2025-08-13idmap_ad: add and use ldap_timeout and fix LDAP server failoverRalph Boehme1-9/+24
2024-11-11tldap_tls: Remove tldap_[gs]et_starttls_needed()Volker Lendecke1-1/+18
2024-11-11tldap_tls: Move creation of tls_params out of tldap_tls_connect()Volker Lendecke1-1/+15
2024-06-04s3:winbind: Fix idmap_ad creating an invalid local krb5.confAndreas Schneider1-2/+9
2024-05-14s3:winbindd: make use of winbindd_get_trust_credentials() in idmap_ad.cStefan Metzmacher1-6/+14
2024-04-23s3:idmap_ad: add support for ADS_AUTH_SASL_{STARTTLS,LDAPS}Stefan Metzmacher1-25/+39
2024-04-23s3:tldap: simplify tldap_gensec_bind.hStefan Metzmacher1-1/+2
2023-03-29idmap_ad: Add "deny ous" and "allow ous" optionsVolker Lendecke1-1/+177
2023-03-29idmap: Initialize struct idmap_ad_contextVolker Lendecke1-1/+1
2022-12-16s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner1-0/+1
2022-12-14winbind: Save lines with talloc_asprintf_addbuf()Volker Lendecke1-9/+2
2022-05-31winbind: Create local krb5.conf for idmap backend adVolker Lendecke1-0/+19
2021-08-24winbind: Remove an unused includeVolker Lendecke1-1/+0
2020-10-23winbindd/idmap: apply const to struct idmap_methods pointersStefan Metzmacher1-1/+1
2020-09-10idmap_ad: Honor "client ldap sasl wrapping" config settingChristof Schmitt1-1/+26
2020-08-31Fix clang 9 format-nonliteral warningGary Lockyer1-4/+5
2020-08-21idmap_ad: Pass tldap debug messages on to DEBUG()Stefan Metzmacher1-0/+36
2020-07-02s3:winbind:idmap_ad - make failure to get attrnames for schema mode fatalAndrew1-0/+8
2018-12-20winbindd: Use dom_sid_str_bufVolker Lendecke1-2/+3
2018-11-09idmap: Use dom_sid_str_bufVolker Lendecke1-1/+3
2018-11-09idmap: Use dom_sid_str_bufVolker Lendecke1-2/+5
2018-04-11libsmb: Give namequery.c its own headerVolker Lendecke1-0/+1
2018-02-23winbind: make sure we don't contact trusted domains via LDAP as AD DCStefan Metzmacher1-0/+11
2017-07-12idmap_ad: Retry query_user exactly once if we get TLDAP_SERVER_DOWNDustin L. Howett via samba-technical1-1/+18
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2017-03-20idmap_ad: Use idmap_config_boolVolker Lendecke1-14/+4
2017-03-20idmap_ad: Use idmap_config_const_stringVolker Lendecke1-2/+3
2017-02-24s3:idmap_ad: make use of pdb_get_trust_credentials() to get the machine accou...Stefan Metzmacher1-23/+13
2017-01-02idmap_ad: Restore querying SFU nss infoVolker Lendecke1-0/+110
2016-09-29idmap_ad: Fix retrieving credentials from clustered secrets.tdbChristof Schmitt1-1/+10
2016-04-15winbind: Base idmap_ad on tldapVolker Lendecke1-405/+654
2016-04-15idmap_ad: Separate out the nss functionsVolker Lendecke1-420/+5
2016-02-16idmap_ad: Fix a copy&paste errorVolker Lendecke1-1/+2
2016-02-16winbind: Fix a type errorVolker Lendecke1-4/+13
2015-08-20s3:winbindd/idmap_*: make function prototypes available via static_decl_idmap;Stefan Metzmacher1-0/+1
2015-04-29Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe1-2/+2
2014-04-02Rename module init functions from samba_init_moduleChristof Schmitt1-1/+1
2013-08-29s3-winbindd: remove unneded include of secrets.h from idmap_ad.cGünther Deschner1-1/+0
2013-05-14winbind/idmap_ad: be verbose about the user that we fail to mapBjörn Jacke1-2/+3
2013-03-09s3-winbindd: Move connection to AD server from idmap_adChristof Schmitt1-45/+4
2013-03-09s3-winbindd: Use common helper function for connecting to ADSChristof Schmitt1-36/+5
2013-03-09s3-winbindd: Move code for verifying ADS connection to common helper functionChristof Schmitt1-24/+2
2013-03-09s3-winbindd: Move common code for LDAP id mapping to idmap_utilsChristof Schmitt1-39/+4
2012-02-06s3-winbind: Remove unused bool "local"Christof Schmitt1-5/+2
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij1-1/+1
2011-11-14s3-modules: remove the last "init_module" traces.Günther Deschner1-2/+0
2011-10-28lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett1-1/+1
2011-10-21s3:winbindd/idmap make idmap modules loadable againChristian Ambach1-1/+1