Do queueing in wbclient.c
[ira/wip.git] / source3 / lib / smbldap.c
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...
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Volker Lendecker17924: Get rid of warnings now that talloc is merged.
2007-10-10 Volker Lendecker17334: Some C++ warnings
2007-10-10 Jeremy Allisonr16687: Fix bugs #3901, #3902, #3903 reported by jason...
2007-10-10 Günther Deschnerr16122: As we use 'inetOrgPerson' as structural objectc...
2007-10-10 Jeremy Allisonr15995: Make smbldap obey config tests. Patch from...
2007-10-10 Günther Deschnerr15633: Minor smbldap/pdb_ldap cleanup
2007-10-10 Jeremy Allisonr14462: Fix warning. ber_tag_t is an unsigned int for
2007-10-10 Jeremy Allisonr14345: Fix Coverity #71. We don't currently propagate...
2007-10-10 Günther Deschnerr14060: Only set the last rebind timestamp when we...
2007-10-10 Volker Lendecker13693: More Solaris/LDAP fixes from Bjoern <bjoern...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Günther Deschnerr12714: Fix segfault in pdb_nds.c.
2007-10-10 Günther Deschnerr11876: When we are using START_TLS to secure the LDAP...
2007-10-10 Günther Deschnerr11874: Merge LDAP connection setup in lib/smbldap...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Günther Deschnerr9953: get rid of compiler warning.
2007-10-10 Jeremy Allisonr8892: Fix #2942 - missing value in debug ! Doh !
2007-10-10 Jeremy Allisonr8757: Add debug messages so we can see what attributes...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Volker Lendecker6351: This is quite a large and intrusive patch, but...
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Derrell Lipmanr6127: Eliminated all compiler warnings pertaining...
2007-10-10 Gerald Carterr5565: fix breakage on gcc 2.96
2007-10-10 Günther Deschnerr5556: Fix the build on AIX.
2007-10-10 Günther Deschnerr5522: Better handling of LDAP over IPC connections...
2007-10-10 Volker Lendecker5428: Apply some const. LDAP attribs should now be...
2007-10-10 Günther Deschnerr5349: After talking with Jerry, reverted the addition...
2007-10-10 Günther Deschnerr4989: Display failed LDAP-server-uri.
2007-10-10 Günther Deschnerr4925: Migrate Account Policies to passdb (esp. replica...
2007-10-10 Günther Deschnerr4840: * Add more generic root-dse inspection function...
2007-10-10 Gerald Carterr4736: small set of merges from rtunk to minimize the...
2007-10-10 Günther Deschnerr4289: Close LDAP-Connection before retrying to open...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Volker Lendecker3563: During a typical logon a modern workstation...
2007-10-10 Volker Lendecker2729: Fix ldapsam_compat homeDrive. Thanks to jason...
2007-10-10 Volker Lendecker2444: Based on jmcd's patch, implement special lists...
2007-10-10 Volker Lendecker2258: Attempt to fix Bug 1715. Not sure if all of...
2007-10-10 Jeremy Allisonr1810: Patch from Richard Renard <rrenard@idealx.com...
2007-10-10 Volker Lendecker1588: This is one of the more pathetic patches I ever...
2007-10-10 Jeremy Allisonr1392: Added password history code to tdbsam backend...
2007-10-10 Jeremy Allisonr1388: Adding password history code for ldap backend...
2007-10-10 Jeremy Allisonr1325: Always use GetTimeOfDay() (wrapper). Ensure...
2007-10-10 Jeremy Allisonr1317: Patch from Joe Meadows "Joe Meadows" <jameadows...
2007-10-10 Gerald Carterr116: volker's patch for local group and group nesting
2007-10-10 Jim McDonoughr53: Remove modifyTimestamp from list of our attributes...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-19 Simo Sorceadd privileges support to ldapsam too
2004-03-18 Jim McDonoughmerge from 3.0...LDAP password lockout support
2004-03-18 Jim McDonoughPassword lockout for LDAP backend. Caches autolock...
2004-03-11 Jeremy AllisonRestore the contract on all convert_stringXX() interfac...
2004-03-11 Jeremy AllisonRestore the contract on all convert_stringXX() interfac...
2004-03-11 Jim McDonoughMerge from 3.0. Fix munged dial in pdb_ldap
2004-03-11 Jim McDonoughGet MungedDial actually working with full TS strings...
2004-03-07 Tim PotterFix typo.
2004-03-07 Tim PotterFix typo.
2004-02-23 Jim McDonoughJanitor for tpot...bugzilla #1098, msleep already exist...
2004-02-23 Jim McDonoughAdd bad password count/time attributes
2004-02-23 Jim McDonoughAdd bad password count/time attributes
2004-02-20 Tim PotterAIX has already has a function called msleep(). Bugzil...
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew BartlettAnother static function.
next