summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* As pdb_ldap.c does not compile in HEAD anyway, a not-compiled mergeVolker Lendecke2001-11-091-2/+6
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-011-2/+2
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-6/+6
* merge from 2.2Gerald Carter2001-10-101-11/+32
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-251-0/+1014