summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison2003-09-101-250/+219
* remove 'ldap trust ids' since there was no way for it to work nowGerald Carter2003-08-271-0/+5
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-3/+2
* fix bug #208; have to get the gid of the user's primary group for %GGerald Carter2003-08-061-1/+10
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-14/+14
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-12/+12
* Fix two memleaks in pdb_ldap.c.Volker Lendecke2003-07-181-1/+4
* Fix memleakVolker Lendecke2003-07-161-1/+4
* typoVolker Lendecke2003-07-161-1/+1
* Fix memleaksVolker Lendecke2003-07-151-1/+6
* moving more code around.Gerald Carter2003-07-111-478/+11
* and so it begins....Gerald Carter2003-07-071-2/+8
* Fix ldapsam_getsampwsid to correctly only say 'no such user' when indeed thereAndrew Bartlett2003-07-061-13/+13
* Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett2003-07-051-7/+9
* Fixes to our LDAP/vampire codepaths:Andrew Bartlett2003-07-051-11/+27
* This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-041-387/+393
* Patch to move functions directly from pdb_ldap.c into lib/smbldap.cAndrew Bartlett2003-06-251-718/+8
* Fix pdb_ldap segfaults, and wrong default values for ldapsam_compat.Andrew Bartlett2003-06-241-4/+3
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-1/+1
* This patch works towards to goal of common code shared between idmap_ldapAndrew Bartlett2003-06-211-261/+359
* Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce2003-06-181-9/+6
* Try to fix memory leaks found by valgrind in pdb_ldap code.Andrew Bartlett2003-06-071-3/+3
* support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1)Gerald Carter2003-06-061-9/+21
* * break out more common code used between pdb_ldap and idmap_ldapGerald Carter2003-06-061-128/+36
* working draft of the idmap_ldap code.Gerald Carter2003-06-051-282/+3
* cut-n-paste errorGerald Carter2003-05-271-1/+1
* fix bug 118; replace hard coded 'next[User|Group]Rid' attribute namesGerald Carter2003-05-271-6/+8
* fix bug #108; sambaSambaAccount string attributes are case insensitive; don't...Gerald Carter2003-05-221-2/+5