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