summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* This is no functional change. It just makes pdb_ldap.c a bitVolker Lendecke2003-03-271-24/+50
* Must have been somewhere else last sunday...Volker Lendecke2003-03-251-3/+4
* Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke2003-03-231-24/+30
* Merge from HEAD:Volker Lendecke2003-03-231-2/+2
* Metzes change:Volker Lendecke2003-03-231-4/+9
* Never touch complicated if/else/elsif structures :-)Volker Lendecke2003-03-221-23/+27
* This changes the way we do LDAP updates. We don't use LDAP_MOD_MODIFYVolker Lendecke2003-03-221-121/+175
* void function cannot return a value (besides the function called wasHerb Lewis2003-03-191-1/+1
* Merge from HEAD.Volker Lendecke2003-03-191-59/+97
* merge from HEADVolker Lendecke2003-03-191-0/+1
* Put group mapping into LDAP.Volker Lendecke2003-03-191-30/+471
* Fix memory leak.Volker Lendecke2003-03-171-0/+2
* Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and someAndrew Bartlett2003-02-011-17/+59
* initialize acct_ctrl variable before it is usedHerb Lewis2003-01-151-2/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* Merge some more FUNCTION_MACRO stuff.Tim Potter2002-12-201-5/+5
* Merge tridge's fixes to pdb_ldap (don't look for number of results in aAndrew Bartlett2002-11-261-17/+34
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-4/+4
* Back out some of my sync changesJelmer Vernooij2002-11-091-7/+7
* Sync with HEADJelmer Vernooij2002-11-091-7/+7
* Merge from HEAD:Andrew Bartlett2002-11-081-14/+14
* Merge of my 'ldap trust ids' patch from HEAD.Andrew Bartlett2002-11-021-36/+96
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-384/+618
* Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett2002-10-261-7/+0
* Updates from Samba HEAD:Andrew Bartlett2002-10-011-4/+19
* sync with HEADGerald Carter2002-09-261-63/+70