lib-util: rename memdup to smb_memdup and fix all callers
[nivanova/samba-autobuild/.git] / source3 / lib / smbldap.c
2014-04-16 Björn Baumbachlib-util: rename memdup to smb_memdup and fix all callers
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-02-19 Stefan Metzmachers3:lib: s/struct timed_event/struct tevent_timer
2012-09-07 Alexander Bokovoys3-smbldap: use smbldap_ prefix for all functions
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-03 Andreas Schneiders3-passdb: Remove obsolte ldapsam_compat support.
2012-05-24 Alexander Bokovoys3-smbldap: Add API for external callback to perform...
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2011-11-16 Günther Deschners3-smbldap: remove dependency to secrets subsystem.
2011-11-16 Günther Deschners3-smbldap: extend smbldap_init() with binddn/bindsecre...
2011-11-16 Günther Deschners3-passdb: split out passdb/pdb_ldap_schema.c
2011-10-28 Günther Deschners3-smbldap: use tevent_context in smbldap.
2011-08-20 Jeremy AllisonEnsure we never wait past absolute entime to do a get_c...
2011-08-20 Jeremy AllisonRemove the tortured logic in another_ldap_try() and...
2011-08-20 Jeremy AllisonFactor out the ldap_get_option calls into a function.
2011-08-20 Jeremy AllisonSimplify the logic on the another_ldap_try() loops...
2011-08-20 Jeremy AllisonMove the alarm setup/teardown out of another_ldap_try...
2011-08-20 Jeremy AllisonAllow the timeout pointer to ldap_search_ext_s() to...
2011-08-20 Jeremy AllisonMake it clear the time here is an absolute endtime...
2011-08-20 Jeremy AllisonAlways remove the alarm before changing the handler...
2011-08-20 Jeremy AllisonRemove old_handler as alarms can't be nested. Use SIG_I...
2011-08-20 Jeremy AllisonChange got_alarm from bool to the correct type of SIG_A...
2011-08-05 Björn Jackes3/ldap: delay the ldap search alarm termination a bit
2011-07-01 Gregor Becks3:smbldap: make smbldap_connect_system self contained
2011-07-01 Gregor Becks3:smbldap: add a destructor to smbldap_state, just...
2011-07-01 Gregor Becks3:smbldap: let smbldap_free_struct do what it claims to
2011-07-01 Gregor Becks3:smbldap: free the idle event scheduled in smbldap_op...
2011-07-01 Gregor Becks3:smbldap: use smbldap_state as memory context for...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-05-05 Jeremy AllisonMore const fixes for compiler warnings from the waf...
2011-04-06 Sumit Boses3-smbldap: make octet_strings/DATA_BLOBs const.
2011-04-06 Günther Deschners3-smbldap: support storing octet_strings/DATA_BLOBs.
2011-03-30 Jeremy AllisonFix convert_string() to take a *converted_size arg...
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-08 Jeremy AllisonFix warnings caused by double ";;" at the end of the...
2010-09-08 Björn Jackes3/ldap: use monotonic clock for timeouts in smbldap
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-08-04 Günther Deschners3: avoid global include of ads.h.
2010-06-28 Volker Lendeckes3: Make some routines static in smbldap
2010-02-23 Andreas Schneiders3-lib: Remove obsolete signal type cast.
2010-01-14 Stefan Metzmachers3:smbldap: add smbldap_talloc_first_attribute()
2009-12-10 Björn Jackes3: add LDAP Alias Dereferencing support
2009-10-26 Karolin Seegers3: Rename new parameter "ldap ref follow" to "ldap...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-15 Jeremy AllisonFix valgrind memory leak in bug #6814 - Fixes for probl...
2009-10-12 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-10-12 Jan Engelhardts3/smbldap: add option to disable following LDAP refs
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-06 Karolin Seegers3/smbldap: Fix typo in debug message.
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-31 Volker LendeckeFix some nonempty blank lines
2009-05-29 Volker LendeckeAdd smbldap_talloc_single_blob()
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Volker LendeckeAdd smbldap_pull_sid
2009-05-12 Volker LendeckeFix bug 6157
2009-04-14 Andrew BartlettConvert Samba3 to use the common lib/util/charset API
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-07 Andrew Bartletts3:smbldap convert the easy cases to push_utf8_talloc()
2009-04-06 Andrew Bartletts3:smbldap Remove smbldap_get_dn
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Stefan Metzmachers3:events: change event_add_timed() prototype to match...
2008-10-21 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jeremy AllisonRemove the requirement for ldap call made as root....
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijUse {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-18 Karolin Seegersmbldap: Fix typo in debug message.
2008-06-03 Günther Deschnerbuild: fix build warning.
2008-06-03 Björn JackeAdd ldap connection timeout for OpenLDAP and Netscape...
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Tim ProutyCleanup size_t return values in callers of convert_stri...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-08 Karolin SeegerFix some typos.
2007-11-15 Jeremy AllisonRemove smbldap_get_single_pstring() and all pstrings
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Simo Sorcer23411: We were missing displayName and that was preven...
2007-10-10 Volker Lendecker21785: Avoid an unnecessary gettimeofday() call
2007-10-10 Volker Lendecker21784: Replace smb_register_idle_event() with event_ad...
2007-10-10 Volker Lendecker21264: LDAP_OPT_ERROR_NUMBER seems more portable than...
2007-10-10 Volker Lendecker21263: getpeername() returning -1 is not a reliable...
2007-10-10 Volker Lendecker20215: Next step trying to fix the Solaris build.
2007-10-10 Simo Sorcer20116: Start merging in the work done to create the...
next