updated the 3.0 branch from the head branch - ready for alpha18
[samba.git] / source3 / passdb / pdb_ldap.c
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-10 Andrew BartlettIf we get a SID from group mapping, no need to check...
2002-07-05 Andrew BartlettFix debug comment.
2002-07-03 Andrew BartlettFix the spelling in the LDAP attributes
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-06-26 Andrew BartlettAnother bug fix from metze.
2002-06-22 Andrew BartlettAdd module versioning to the passdb module system
2002-06-14 Andrew BartlettAllow non unix accounts to be added to an ldap director...
2002-06-13 Andrew BartlettLatest patch from metze <metze@metzemix.de> to move...
2002-05-26 Simo Sorcechange: pdb_getsampwrid() ->pdb_getsampwsid()
2002-05-25 Andrew BartlettOnly reterive the attributes we are actually going...
2002-05-22 Andrew BartlettUpdates for sane storage of ldap root DN passwords...
2002-05-18 Simo Sorceso here it is the code to introduce seriously debuggggi...
2002-05-18 Andrew BartlettRemove const from some functions to match the changed...
2002-05-18 Andrew BartlettA few things in this commit:
2002-05-17 Andrew BartlettMake --with-ldapsam 'go away'. This is now a standard...
2002-04-23 Andrew BartlettSpelling fixes from vance
2002-04-13 Andrew BartlettFix the compile-bug in pdb_ldap from my last patch.
2002-04-13 Andrew BartlettBetter handling of uid/gid -> RID and RID -> uid/gid...
2002-04-13 Andrew BartlettThis is the 'multiple pdb backends' patch from ctrlsoft...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-04-08 Andrew BartlettFix up major logic reversal flaws in pdb_ldap.
2002-03-23 Andrew BartlettMinor fixes:
2002-03-20 Andrew BartlettMake ldapsam compile again.
2002-03-19 Simo Sorcesecond step to gain free uid<->rid mapping
2002-03-18 Simo SorceStart to switch away from the alghorithmic uid->rid...
2002-03-02 Andrew BartlettThis patch merges my private LDAP tree into HEAD.
2002-03-01 Gerald Cartermerge from 2.2
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-23 Andrew Bartlettgetpwnam -> getpwnam_alloc.
2002-01-21 Simo Sorcegetpwnam_alloc -> getpwnam
2002-01-20 Andrew BartlettThis is another *BIG* change...
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-02 Gerald Carterfixing compile error
2002-01-02 Andrew BartlettActually enforce the passdb API.
2001-12-31 Gerald Carterremove samlogon_user
2001-12-31 Gerald Cartersome merges from 2.2. Still need to merge in changes...
2001-12-30 Simo Sorceutil_sid.c - respect a const variabile (addedd strdup)
2001-12-30 Gerald Carterpdb_getsampwnuid() merge from 2.2
2001-12-27 Gerald Cartermoving SAM_ACCOUNT to include a bit field for initialized
2001-12-04 Jean-François Mico... added a boolean to the group mapping functions to speci...
2001-12-02 Jean-François Mico... added mapping of primary gid to rid thru the group...
2001-11-09 Volker LendeckeAs pdb_ldap.c does not compile in HEAD anyway, a not...
2001-11-01 Andrew BartlettVarious post AuthRewrite cleanups, fixups and tidyups.
2001-10-29 Andrew BartlettThis commit is number 4 of 4.
2001-10-10 Gerald Cartermerge from 2.2
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-25 Jeremy AllisonFixup passdb stuff to add new nisplus and ldap backends.