summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3566: Completely replace the queryuseraliases call. The previous implementat...Volker Lendecke1-38/+40
2007-10-10r2923: Fix some obvious copy/paste leftover debug-messages.Günther Deschner1-8/+8
2007-10-10r2819: Make 'password history'-behaviour in ldapsam more consistent.Günther Deschner1-0/+3
2007-10-10r2752: Fix the paranoia-check to ensure the ldap-attribute and theGünther Deschner1-1/+1
2007-10-10r2619: Only issue the ldap extended password change operation if the ldap serverVolker Lendecke1-0/+75
2007-10-10r2479: Stop attribute "modifyTimestamp" from being deleted.Jeremy Allison1-0/+5
2007-10-10r2444: Based on jmcd's patch, implement special lists for the ldap user attri...Volker Lendecke1-6/+27
2007-10-10r2374: Fix from Vince Brimhall vbrimhall@novell.com forJeremy Allison1-1/+6
2007-10-10r1810: Patch from Richard Renard <rrenard@idealx.com> to storeJeremy Allison1-2/+21
2007-10-10r1733: Fix hashed password history for LDAP backends.Jeremy Allison1-10/+26
2007-10-10r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison1-8/+64
2007-10-10r1108: Index: pdb_ldap.cVolker Lendecke1-0/+15
2007-10-10r910: Fix for bug #1385 found by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison1-3/+7
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-2/+286
2007-10-10r53: Remove modifyTimestamp from list of our attributes. We just check it forJim McDonough1-5/+4
2004-03-31Remove some unused codeVolker Lendecke1-22/+0
2004-03-25Use timegm, or our already existing replacement instead of timezone, asJim McDonough1-1/+1
2004-03-19Fix gcc warnings. Fix mkproto with new type.Jeremy Allison1-10/+11
2004-03-18Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough1-1/+120
2004-03-11Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim McDonough1-35/+35
2004-02-25I *hate* global variables...Andrew Bartlett1-1/+8
2004-02-12Try to remove the last vestiges of unknown_3...Jim McDonough1-2/+0
2004-02-04Fix const warningAndrew Bartlett1-2/+2
2004-01-30If we are setting the NT or LM password to NULL, remove the attributeAndrew Bartlett1-17/+31
2004-01-06isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter1-3/+0
2003-12-26Check the return value of string_to_sid in a few more places. (ButAndrew Bartlett1-2/+10
2003-12-26Show the error message for failure to set the ldap password.Andrew Bartlett1-2/+8
2003-12-04support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter1-3/+15
2003-11-14fix more memory leaks in the LDAP backend code; patches from metzeGerald Carter1-22/+38
2003-10-31Patch from Aurélien Degrémont <adegremont@idealx.com>. "entry" is dependentJeremy Allison1-2/+4
2003-10-30If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide...Jeremy Allison1-1/+1
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-1/+1
2003-10-02Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will beVolker Lendecke1-1/+1
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-1/+19
2003-09-11remove getpwnam() calls from init_sam_from_xxx().Gerald Carter1-32/+22
2003-09-10Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison1-250/+219
2003-08-27remove 'ldap trust ids' since there was no way for it to work nowGerald Carter1-0/+5
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-3/+2
2003-08-06fix bug #208; have to get the gid of the user's primary group for %GGerald Carter1-1/+10
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-14/+14
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-12/+12
2003-07-18Fix two memleaks in pdb_ldap.c.Volker Lendecke1-1/+4
2003-07-16Fix memleakVolker Lendecke1-1/+4
2003-07-16typoVolker Lendecke1-1/+1
2003-07-15Fix memleaksVolker Lendecke1-1/+6
2003-07-11moving more code around.Gerald Carter1-478/+11
2003-07-07and so it begins....Gerald Carter1-2/+8
2003-07-06Fix ldapsam_getsampwsid to correctly only say 'no such user' when indeed thereAndrew Bartlett1-13/+13
2003-07-05Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett1-7/+9
2003-07-05Fixes to our LDAP/vampire codepaths:Andrew Bartlett1-11/+27