summaryrefslogtreecommitdiffstats
path: root/source3/lib/smbldap.c
Commit message (Expand)AuthorAgeFilesLines
* r1810: Patch from Richard Renard <rrenard@idealx.com> to storeJeremy Allison2007-10-101-0/+1
* r1588: This is one of the more pathetic patches I ever checked in. Many hours ofVolker Lendecke2007-10-101-95/+72
* r1392: Added password history code to tdbsam backend. Not yet tested (ie. mayJeremy Allison2007-10-101-1/+1
* r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison2007-10-101-13/+11
* r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replicationJeremy Allison2007-10-101-12/+11
* r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> toJeremy Allison2007-10-101-1/+1
* r116: volker's patch for local group and group nestingGerald Carter2007-10-101-0/+2
* r53: Remove modifyTimestamp from list of our attributes. We just check it forJim McDonough2007-10-101-1/+0
* Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough2004-03-181-0/+2
* Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison2004-03-111-1/+1
* Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim McDonough2004-03-111-4/+13
* Fix typo.Tim Potter2004-03-071-1/+1
* Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2004-02-231-2/+2
* Add bad password count/time attributesJim McDonough2004-02-231-0/+2
* Another static function.Andrew Bartlett2004-02-081-1/+1
* Fix removal of attributes in LDAP - we would not actually remove the oldAndrew Bartlett2004-01-251-16/+16
* isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter2004-01-061-4/+9
* auth/auth_util.c:Andrew Bartlett2003-12-311-1/+1
* Based on patch by Petri Asikainen <paca@sci.fi> fix bug #387 and #330.Andrew Bartlett2003-12-261-14/+15
* ldap rebind sleep -> ldap replication sleepAndrew Bartlett2003-12-251-1/+1
* This is metze's LDAP rebind sleep patch:Volker Lendecke2003-12-251-0/+28
* Fix our parsing of the LDAP url. We get around it as all decent systems seemVolker Lendecke2003-12-251-1/+1
* support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter2003-12-041-0/+1
* Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-291-0/+1
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-2/+2
* This ldap_value_free() looks like it was part of Jeremy's recent rampageTim Potter2003-09-151-2/+0
* I think this is a bugfix that somehow was dropped from the 3.0 tree.Tim Potter2003-09-151-0/+2
* Still on my mb rampage. Ensure smbldap_make_mod() correctly detects oldJeremy Allison2003-09-101-15/+13
* Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison2003-09-101-0/+20
* 2 fixesGerald Carter2003-08-131-0/+27
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-2/+2
* Disconnect an idle LDAP connection after 150 seconds.Volker Lendecke2003-07-171-1/+43
* Fix memleakVolker Lendecke2003-07-151-1/+3
* moving more code around.Gerald Carter2003-07-111-0/+148
* and so it begins....Gerald Carter2003-07-071-1/+1
* Fixes to our LDAP/vampire codepaths:Andrew Bartlett2003-07-051-0/+4
* This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-041-1/+37
* Patch to move functions directly from pdb_ldap.c into lib/smbldap.cAndrew Bartlett2003-06-251-4/+729
* This patch works towards to goal of common code shared between idmap_ldapAndrew Bartlett2003-06-211-1/+2
* * break out more common code used between pdb_ldap and idmap_ldapGerald Carter2003-06-061-6/+93
* working draft of the idmap_ldap code.Gerald Carter2003-06-051-0/+259