summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
...
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2007-10-101-252/+3
* r5166: From James Peach - remove minor C99-isms.Jeremy Allison2007-10-101-6/+12
* r4994: Patch from abartlet:Günther Deschner2007-10-101-13/+26
* r4926: Use LDAP_SCOPE_ONELEVEL instead of OpenLDAP's LDAP_SCOPE_ONE-scope.Günther Deschner2007-10-101-2/+2
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2007-10-101-3/+245
* r4860: fix silly limitation in ldapsam and tdbsam. Expand variables in the p...Gerald Carter2007-10-101-6/+11
* r4851: Preleminary fix for ldapsam_enum_group_memberships whenGünther Deschner2007-10-101-3/+3
* r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner2007-10-101-8/+23
* r4840: * Add more generic root-dse inspection function to check for givenGünther Deschner2007-10-101-58/+1
* r4736: small set of merges from rtunk to minimize the diffsGerald Carter2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-5/+5
* r3883: Fix error return -- thanks to rsharpeVolker Lendecke2007-10-101-1/+1
* r3871: Fix memleakVolker Lendecke2007-10-101-1/+3
* r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke2007-10-101-0/+108
* r3628: A typo and a compile-warning.Günther Deschner2007-10-101-1/+1
* r3566: Completely replace the queryuseraliases call. The previous implementat...Volker Lendecke2007-10-101-38/+40
* r2923: Fix some obvious copy/paste leftover debug-messages.Günther Deschner2007-10-101-8/+8
* r2819: Make 'password history'-behaviour in ldapsam more consistent.Günther Deschner2007-10-101-0/+3
* r2752: Fix the paranoia-check to ensure the ldap-attribute and theGünther Deschner2007-10-101-1/+1
* r2619: Only issue the ldap extended password change operation if the ldap serverVolker Lendecke2007-10-101-0/+75
* r2479: Stop attribute "modifyTimestamp" from being deleted.Jeremy Allison2007-10-101-0/+5
* r2444: Based on jmcd's patch, implement special lists for the ldap user attri...Volker Lendecke2007-10-101-6/+27
* r2374: Fix from Vince Brimhall vbrimhall@novell.com forJeremy Allison2007-10-101-1/+6
* r1810: Patch from Richard Renard <rrenard@idealx.com> to storeJeremy Allison2007-10-101-2/+21
* r1733: Fix hashed password history for LDAP backends.Jeremy Allison2007-10-101-10/+26
* r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison2007-10-101-8/+64
* r1108: Index: pdb_ldap.cVolker Lendecke2007-10-101-0/+15
* r910: Fix for bug #1385 found by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison2007-10-101-3/+7
* r116: volker's patch for local group and group nestingGerald Carter2007-10-101-2/+286
* r53: Remove modifyTimestamp from list of our attributes. We just check it forJim McDonough2007-10-101-5/+4
* Remove some unused codeVolker Lendecke2004-03-311-22/+0
* Use timegm, or our already existing replacement instead of timezone, asJim McDonough2004-03-251-1/+1
* Fix gcc warnings. Fix mkproto with new type.Jeremy Allison2004-03-191-10/+11
* Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough2004-03-181-1/+120
* Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim McDonough2004-03-111-35/+35
* I *hate* global variables...Andrew Bartlett2004-02-251-1/+8
* Try to remove the last vestiges of unknown_3...Jim McDonough2004-02-121-2/+0
* Fix const warningAndrew Bartlett2004-02-041-2/+2
* If we are setting the NT or LM password to NULL, remove the attributeAndrew Bartlett2004-01-301-17/+31
* isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter2004-01-061-3/+0
* Check the return value of string_to_sid in a few more places. (ButAndrew Bartlett2003-12-261-2/+10
* Show the error message for failure to set the ldap password.Andrew Bartlett2003-12-261-2/+8
* support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter2003-12-041-3/+15
* fix more memory leaks in the LDAP backend code; patches from metzeGerald Carter2003-11-141-22/+38
* Patch from Aurélien Degrémont <adegremont@idealx.com>. "entry" is dependentJeremy Allison2003-10-311-2/+4
* If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide...Jeremy Allison2003-10-301-1/+1
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will beVolker Lendecke2003-10-021-1/+1
* The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison2003-09-181-1/+19
* remove getpwnam() calls from init_sam_from_xxx().Gerald Carter2003-09-111-32/+22