summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-09Fix double free on error and typoJelmer Vernooij1-2/+1
2003-04-05Ensure we don't segfault if ldap doesn't fill in the ld_error string (merge f...Andrew Bartlett1-18/+18
2003-03-30This fixes group updates in LDAP the same way as user updatesVolker Lendecke1-77/+98
2003-03-28Try to get meaningful errors out of ldap more often - get the error stringAndrew Bartlett1-11/+38
2003-03-27This is no functional change. It just makes pdb_ldap.c a bitVolker Lendecke1-24/+50
2003-03-25Must have been somewhere else last sunday...Volker Lendecke1-3/+4
2003-03-23Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke1-24/+30
2003-03-23Merge from HEAD:Volker Lendecke1-2/+2
2003-03-23Metzes change:Volker Lendecke1-4/+9
2003-03-22Never touch complicated if/else/elsif structures :-)Volker Lendecke1-23/+27
2003-03-22This changes the way we do LDAP updates. We don't use LDAP_MOD_MODIFYVolker Lendecke1-121/+175
2003-03-19void function cannot return a value (besides the function called wasHerb Lewis1-1/+1
2003-03-19Merge from HEAD.Volker Lendecke1-59/+97
2003-03-19merge from HEADVolker Lendecke1-0/+1
2003-03-19Put group mapping into LDAP.Volker Lendecke1-30/+471
2003-03-17Fix memory leak.Volker Lendecke1-0/+2
2003-02-01Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and someAndrew Bartlett1-17/+59
2003-01-15initialize acct_ctrl variable before it is usedHerb Lewis1-2/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-12-20Merge some more FUNCTION_MACRO stuff.Tim Potter1-5/+5
2002-11-26Merge tridge's fixes to pdb_ldap (don't look for number of results in aAndrew Bartlett1-17/+34
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-4/+4
2002-11-09Back out some of my sync changesJelmer Vernooij1-7/+7
2002-11-09Sync with HEADJelmer Vernooij1-7/+7
2002-11-08Merge from HEAD:Andrew Bartlett1-14/+14
2002-11-02Merge of my 'ldap trust ids' patch from HEAD.Andrew Bartlett1-36/+96
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-384/+618
2002-10-26Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett1-7/+0
2002-10-01Updates from Samba HEAD:Andrew Bartlett1-4/+19
2002-09-26sync with HEADGerald Carter1-63/+70
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-115/+175
2002-08-17sync 3.0 branch with headJelmer Vernooij1-41/+138
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-96/+183
2002-04-08Fix up major logic reversal flaws in pdb_ldap.Andrew Bartlett1-36/+70
2002-03-23Minor fixes:Andrew Bartlett1-8/+13
2002-03-20Make ldapsam compile again.Andrew Bartlett1-20/+0
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-1/+18
2002-03-18Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce1-0/+20
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett1-227/+642
2002-03-01merge from 2.2Gerald Carter1-2/+7
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett1-1/+3
2002-01-21getpwnam_alloc -> getpwnamSimo Sorce1-9/+8
2002-01-20This is another *BIG* change...Andrew Bartlett1-3/+11
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-3/+6
2002-01-02fixing compile errorGerald Carter1-4/+4
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-1/+1
2001-12-31remove samlogon_userGerald Carter1-10/+1
2001-12-31some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter1-111/+161
2001-12-30util_sid.c - respect a const variabile (addedd strdup)Simo Sorce1-1/+13