summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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