summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-115/+175
* sync 3.0 branch with headJelmer Vernooij2002-08-171-41/+138
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-96/+183
* Fix up major logic reversal flaws in pdb_ldap.Andrew Bartlett2002-04-081-36/+70
* Minor fixes:Andrew Bartlett2002-03-231-8/+13
* Make ldapsam compile again.Andrew Bartlett2002-03-201-20/+0
* second step to gain free uid<->rid mappingSimo Sorce2002-03-191-1/+18
* Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce2002-03-181-0/+20
* This patch merges my private LDAP tree into HEAD.Andrew Bartlett2002-03-021-227/+642
* merge from 2.2Gerald Carter2002-03-011-2/+7
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* getpwnam -> getpwnam_alloc.Andrew Bartlett2002-01-231-1/+3
* getpwnam_alloc -> getpwnamSimo Sorce2002-01-211-9/+8
* This is another *BIG* change...Andrew Bartlett2002-01-201-3/+11
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-3/+6
* fixing compile errorGerald Carter2002-01-021-4/+4
* Actually enforce the passdb API.Andrew Bartlett2002-01-021-1/+1
* remove samlogon_userGerald Carter2001-12-311-10/+1
* some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter2001-12-311-111/+161
* util_sid.c - respect a const variabile (addedd strdup)Simo Sorce2001-12-301-1/+13
* pdb_getsampwnuid() merge from 2.2Gerald Carter2001-12-301-49/+0
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-5/+6
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-2/+1
* added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau2001-12-021-3/+12