summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Well spotted typo by Marco Berger <MARCOB@voelcker.com>Andrew Bartlett2003-05-161-1/+1
* Fix from Alex Deiter <tiamat@komi.mts.ru>Simo Sorce2003-05-161-1/+1
* readding reverted changes during idmap merge (noticed by Andrew b.)Gerald Carter2003-05-141-16/+33
* fix group mapping in LDAP under new schemaGerald Carter2003-05-141-35/+61
* *****LDAP schema changes*****Gerald Carter2003-05-141-292/+802
* Fix pointer return bug in get_unix_attributes()Tim Potter2003-05-141-1/+1
* spellingTim Potter2003-05-141-2/+2
* Fix obvious compiler warnings.Jeremy Allison2003-05-121-1/+0
* And finally IDMAP in 3_0Simo Sorce2003-05-121-114/+54
* fixing typos in debug statementsGerald Carter2003-05-121-1/+1
* As discussed on samba-technical - move to 'primaryGroupSid' insted ofAndrew Bartlett2003-05-111-17/+45
* Using /dev/urandom for determining an ldap server backoff is a waste of systemAndrew Bartlett2003-05-111-2/+6
* Fix typo.John Terpstra2003-05-101-1/+1
* Set our 'global sam name' in one place. For domain controllers, this isAndrew Bartlett2003-05-071-1/+1
* Make the version numbers ints (patch from metze)Jelmer Vernooij2003-04-301-2/+2
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-3/+3
* The caller must always set the RID on the SAM_ACCOUNT, so don't try and guessAndrew Bartlett2003-04-281-3/+1
* Guenther Deschner <gd@suse.de> notes that I missed out setting the defaultAndrew Bartlett2003-04-281-1/+3
* A new pdb_ldap!Andrew Bartlett2003-04-281-272/+718
* After a quick run with the 'weird' charset, squash a few bugs in our newAndrew Bartlett2003-04-261-5/+12
* Based on a patch by Alex Deiter <tiamat@komi.mts.ru>, make sure that we convertAndrew Bartlett2003-04-251-20/+69
* This define does not always seem to be present, so define it if need be.Andrew Bartlett2003-04-231-0/+4
* - Merge a memory leak fix from HEADAndrew Bartlett2003-04-231-11/+16
* Remove ldapsam_search_one_user_by_uid from pdb_ldap.Andrew Bartlett2003-04-221-65/+20
* This is meant to be initialised to the size of the buffer.Andrew Bartlett2003-04-221-1/+1
* Make pdb_ldap use a random factor in deciding how long we need to sleep.Andrew Bartlett2003-04-221-7/+22
* Address gcc warnings.Volker Lendecke2003-04-191-1/+5
* Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij2003-04-151-16/+4
* Fix double free on error and typoJelmer Vernooij2003-04-091-2/+1
* Ensure we don't segfault if ldap doesn't fill in the ld_error string (merge f...Andrew Bartlett2003-04-051-18/+18
* This fixes group updates in LDAP the same way as user updatesVolker Lendecke2003-03-301-77/+98
* Try to get meaningful errors out of ldap more often - get the error stringAndrew Bartlett2003-03-281-11/+38