summaryrefslogtreecommitdiff
path: root/source3/lib/smbldap.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-17s3:lib: Fix a typo in MACROPavel Filipenský1-4/+4
2023-10-25s3:lib: Fix code spellingJoseph Sutton1-1/+1
2023-10-13s3:lib: Rearrange preprocessor directives to avoid structurally dead code (CI...Joseph Sutton1-2/+1
2023-07-13s3:lib: Fix code spellingAndreas Schneider1-2/+2
2022-08-26s3:lib: Fix trailing whitespaces in smbldap.cPavel Filipenský1-48/+48
2022-08-26s3: Zero memory of idmap_fetch_secret() usersPavel Filipenský1-1/+1
2020-07-13Decouple ldap-ssl-ads from ldap-ssl optionIsaac Boukris1-6/+13
2019-11-27smbdotconf: mark "ldap suffix" with constant="1"Ralph Boehme1-1/+1
2019-03-12lib: Remove "struct sid_parse_ret" againVolker Lendecke1-2/+2
2019-03-12lib: Make sid_parse return the parsed lengthVolker Lendecke1-2/+2
2018-01-02smbldap: don't try start tls on ldaps:// connectionsBjoern Jacke1-1/+7
2017-07-04smbldap: expose bind callback via API and increase smbldap ABI versionAlexander Bokovoy1-6/+10
2017-04-20smbldap: Privatize struct smbldap_stateVolker Lendecke1-0/+26
2017-04-20smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke1-0/+6
2017-04-20smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke1-0/+4
2017-04-20smbldap: Introduce "smbldap_get_ldap"Volker Lendecke1-25/+39
2017-02-22Correct "doesnt" typos.Chris Lamb1-1/+1
2016-05-29s3: lib: ldap: Use struct sockaddr_storage to cope with IPv6.Jeremy Allison1-1/+1
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-08-26lib: Make sid_parse take a uint8_tVolker Lendecke1-1/+1
2014-04-16lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach1-1/+1
2013-02-19s3:lib: s/struct timed_event/struct tevent_timerStefan Metzmacher1-2/+2
2012-09-07s3-smbldap: use smbldap_ prefix for all functionsAlexander Bokovoy1-7/+7
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-0/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+2
2012-07-03s3-passdb: Remove obsolte ldapsam_compat support.Andreas Schneider1-6/+0
2012-05-24s3-smbldap: Add API for external callback to perform LDAP bind in smbldapAlexander Bokovoy1-1/+19
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-2/+2
2011-11-16s3-smbldap: remove dependency to secrets subsystem.Günther Deschner1-17/+4
2011-11-16s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.Günther Deschner1-0/+3
2011-11-16s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner1-220/+0
2011-10-28s3-smbldap: use tevent_context in smbldap.Günther Deschner1-9/+10
2011-08-20Ensure we never wait past absolute entime to do a get_cached_ldap_connect().Jeremy Allison1-8/+15
2011-08-19Remove the tortured logic in another_ldap_try() and turn it intoJeremy Allison1-58/+70
2011-08-19Factor out the ldap_get_option calls into a function.Jeremy Allison1-20/+14
2011-08-19Simplify the logic on the another_ldap_try() loops by breakingJeremy Allison1-95/+105
2011-08-19Move the alarm setup/teardown out of another_ldap_try() and into separateJeremy Allison1-48/+43
2011-08-19Allow the timeout pointer to ldap_search_ext_s() to be NULL if lp_ldap_timeou...Jeremy Allison1-4/+8
2011-08-19Make it clear the time here is an absolute endtime. Don't set the alarm if th...Jeremy Allison1-15/+35
2011-08-19Always remove the alarm before changing the handler, not the other way around.Jeremy Allison1-1/+1
2011-08-19Remove old_handler as alarms can't be nested. Use SIG_IGN instead.Jeremy Allison1-4/+2
2011-08-19Change got_alarm from bool to the correct type of SIG_ATOMIC_T.Jeremy Allison1-3/+3
2011-08-05s3/ldap: delay the ldap search alarm termination a bitBjörn Jacke1-2/+13
2011-07-01s3:smbldap: make smbldap_connect_system self containedGregor Beck1-6/+11
2011-07-01s3:smbldap: add a destructor to smbldap_state, just in caseGregor Beck1-0/+7
2011-07-01s3:smbldap: let smbldap_free_struct do what it claims toGregor Beck1-2/+1
2011-07-01s3:smbldap: free the idle event scheduled in smbldap_open in smbldap_closeGregor Beck1-1/+2
2011-07-01s3:smbldap: use smbldap_state as memory context for idle eventGregor Beck1-2/+2
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1