r4009: Fix from Timur Bakeyev <timur@com.bat.ru> for bugid #2100,
[tprouty/samba.git] / source / lib / smbldap.c
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...
2003-09-10 Jeremy AllisonFix a nasty mess, and also bug #296. passdb/pdb_ldap...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-13 Gerald Carter2 fixes
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-23 Gerald Carterconvert snprintf() calls using pstrings & fstrings
2003-07-17 Volker LendeckeDisconnect an idle LDAP connection after 150 seconds.
2003-07-16 Gerald Carterading new files from 3.0
2003-07-15 Volker LendeckeFix memleak
2003-07-11 Gerald Cartermoving more code around.
2003-07-07 Gerald Carterand so it begins....
2003-07-05 Andrew BartlettFixes to our LDAP/vampire codepaths:
2003-07-04 Andrew BartlettThis patch cleans up some of our ldap code, for better...
2003-06-25 Andrew BartlettPatch to move functions directly from pdb_ldap.c into...
2003-06-21 Andrew BartlettThis patch works towards to goal of common code shared...
2003-06-06 Gerald Carter* break out more common code used between pdb_ldap...
2003-06-05 Gerald Carterworking draft of the idmap_ldap code.