From Alexander Bokovoy
[ira/wip.git] / source3 / lib / smbldap.c
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.
2004-01-25 Andrew Bartlett(merge from 3.0)
2004-01-25 Andrew BartlettFix removal of attributes in LDAP - we would not actual...
2004-01-06 Gerald Carterisolate ldap debug messages to the common smbldap_XXX...
2004-01-06 Gerald Carterisolate ldap debug messages to the common smbldap_XXX...
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
2003-12-31 Andrew Bartlettauth/auth_util.c:
2003-12-26 Andrew BartlettBased on patch by Petri Asikainen <paca@sci.fi> fix...
2003-12-25 Andrew Bartlett(merge from 3.0)
2003-12-25 Andrew Bartlettldap rebind sleep -> ldap replication sleep
2003-12-25 Volker LendeckeThis is metze's LDAP rebind sleep patch:
2003-12-25 Volker LendeckeThis is metze's LDAP rebind sleep patch:
2003-12-25 Volker LendeckeFix our parsing of the LDAP url. We get around it as...
2003-12-25 Volker LendeckeFix our parsing of the LDAP url. We get around it as...
2003-12-04 Gerald Cartersupport munged dial for ldapsam; patch from Aurélien...
2003-12-04 Gerald Cartersupport munged dial for ldapsam; patch from Aurélien...
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-15 Simo SorceSplit smbldap in a core file and a utility file
2003-10-29 Jeremy AllisonFixes to check for wraps which could cause coredumps.
2003-10-29 Jeremy AllisonFixes to check for wraps which could cause coredumps.
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-09-15 Tim PotterThis ldap_value_free() looks like it was part of Jeremy...
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-15 Tim PotterI think this is a bugfix that somehow was dropped from...
2003-09-10 Jeremy AllisonStill on my mb rampage. Ensure smbldap_make_mod() corre...
next