summaryrefslogtreecommitdiff
path: root/source3/lib/smbldap.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove "struct sid_parse_ret" againVolker Lendecke2019-03-121-2/+2
* lib: Make sid_parse return the parsed lengthVolker Lendecke2019-03-121-2/+2
* smbldap: don't try start tls on ldaps:// connectionsBjoern Jacke2018-01-021-1/+7
* smbldap: expose bind callback via API and increase smbldap ABI versionAlexander Bokovoy2017-07-041-6/+10
* smbldap: Privatize struct smbldap_stateVolker Lendecke2017-04-201-0/+26
* smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke2017-04-201-0/+6
* smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke2017-04-201-0/+4
* smbldap: Introduce "smbldap_get_ldap"Volker Lendecke2017-04-201-25/+39
* Correct "doesnt" typos.Chris Lamb2017-02-221-1/+1
* s3: lib: ldap: Use struct sockaddr_storage to cope with IPv6.Jeremy Allison2016-05-291-1/+1
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* lib: Make sid_parse take a uint8_tVolker Lendecke2015-08-261-1/+1
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-161-1/+1
* s3:lib: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-2/+2
* s3-smbldap: use smbldap_ prefix for all functionsAlexander Bokovoy2012-09-071-7/+7
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+2
* s3-passdb: Remove obsolte ldapsam_compat support.Andreas Schneider2012-07-031-6/+0
* s3-smbldap: Add API for external callback to perform LDAP bind in smbldapAlexander Bokovoy2012-05-241-1/+19
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-2/+2
* s3-smbldap: remove dependency to secrets subsystem.Günther Deschner2011-11-161-17/+4
* s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.Günther Deschner2011-11-161-0/+3
* s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner2011-11-161-220/+0
* s3-smbldap: use tevent_context in smbldap.Günther Deschner2011-10-281-9/+10
* Ensure we never wait past absolute entime to do a get_cached_ldap_connect().Jeremy Allison2011-08-201-8/+15
* Remove the tortured logic in another_ldap_try() and turn it intoJeremy Allison2011-08-191-58/+70
* Factor out the ldap_get_option calls into a function.Jeremy Allison2011-08-191-20/+14
* Simplify the logic on the another_ldap_try() loops by breakingJeremy Allison2011-08-191-95/+105
* Move the alarm setup/teardown out of another_ldap_try() and into separateJeremy Allison2011-08-191-48/+43
* Allow the timeout pointer to ldap_search_ext_s() to be NULL if lp_ldap_timeou...Jeremy Allison2011-08-191-4/+8
* Make it clear the time here is an absolute endtime. Don't set the alarm if th...Jeremy Allison2011-08-191-15/+35
* Always remove the alarm before changing the handler, not the other way around.Jeremy Allison2011-08-191-1/+1
* Remove old_handler as alarms can't be nested. Use SIG_IGN instead.Jeremy Allison2011-08-191-4/+2
* Change got_alarm from bool to the correct type of SIG_ATOMIC_T.Jeremy Allison2011-08-191-3/+3
* s3/ldap: delay the ldap search alarm termination a bitBjörn Jacke2011-08-051-2/+13
* s3:smbldap: make smbldap_connect_system self containedGregor Beck2011-07-011-6/+11
* s3:smbldap: add a destructor to smbldap_state, just in caseGregor Beck2011-07-011-0/+7
* s3:smbldap: let smbldap_free_struct do what it claims toGregor Beck2011-07-011-2/+1
* s3:smbldap: free the idle event scheduled in smbldap_open in smbldap_closeGregor Beck2011-07-011-1/+2
* s3:smbldap: use smbldap_state as memory context for idle eventGregor Beck2011-07-011-2/+2
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-2/+2
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-2/+2
* More const fixes for compiler warnings from the waf build.Jeremy Allison2011-05-051-1/+1
* s3-smbldap: make octet_strings/DATA_BLOBs const.Sumit Bose2011-04-061-4/+4
* s3-smbldap: support storing octet_strings/DATA_BLOBs.Günther Deschner2011-04-061-21/+91
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-1/+2