readding reverted changes during idmap merge (noticed by Andrew b.)
[tprouty/samba.git] / source / passdb / pdb_ldap.c
2003-05-14 Gerald Carterreadding reverted changes during idmap merge (noticed...
2003-05-14 Gerald Carterfix group mapping in LDAP under new schema
2003-05-14 Gerald Cartersyncing LDAP schema changes with Samba_3_0
2003-05-14 Tim PotterFix pointer return bug in get_unix_attributes()
2003-05-14 Tim Potterspelling
2003-05-12 Jeremy AllisonFix compiler warnings.
2003-05-12 Gerald Carterfixing typos in debug statements
2003-04-29 Simo SorceThis is a nice rewrite:
2003-04-29 Andrew BartlettMerge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as...
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-27 Simo Sorceprepare to get _nua out of the door (but back in from...
2003-04-16 Andrew BartlettThis code is no longer referenced - moved to the new...
2003-04-09 Jelmer VernooijFix double free on error and typo
2003-04-03 Jim McDonoughThe ldap idmap backend from Anthony Liguori (aliguori...
2003-04-02 Andrew BartlettFix a crash bug if LDAP doesn't fill in ld_error.
2003-03-30 Volker LendeckeThis fixes group updates in LDAP the same way as user...
2003-03-28 Andrew BartlettMerge from HEAD - get better error strings from the...
2003-03-27 Volker LendeckeThis is no functional change. It just makes pdb_ldap...
2003-03-25 Volker LendeckeApply metze's change correctly this time. Playing ...
2003-03-23 Volker LendeckeImplement abartlet's suggestion to add attribs to ldap...
2003-03-23 Volker LendeckeThis adds 'ldap delete dn' as the recommended parameter
2003-03-23 Volker LendeckeMetzes change:
2003-03-22 Volker LendeckeNever touch complicated if/else/elsif structures :-)
2003-03-22 Volker LendeckeThis changes the way we do LDAP updates. We don't use...
2003-03-20 Jelmer VernooijUse True, not TRUE and False, not FALSE
2003-03-20 Volker LendeckeMerge Herb's change.
2003-03-19 Jelmer VernooijPut in the new modules system. It's now used by passdb...
2003-03-19 Volker LendeckeAdd paramter 'ldap del only sam attr'.
2003-03-19 Volker LendeckeHey -- there is an error code NT_STATUS_CANNOT_DELETE :-)
2003-03-19 Volker LendeckeIf we fail, return an error code :-)
2003-03-19 Volker LendeckePut group mapping into LDAP.
2003-03-17 Volker LendeckeFix memory leak.
2003-02-22 Andrew BartlettRemove 'unixsam' from the default passdb backends.
2003-02-01 Andrew BartlettMore ldap parinoia - if we ever get more than one resul...
2003-02-01 Andrew BartlettAlways escape ldap filter strings. Escaping code was...
2003-01-15 Herb Lewisinitialize acct_ctrl before using it
2003-01-14 Andrew BartlettFix some debug lines, and add a bit more info to help...
2003-01-14 Andrew Tridgellclearer debug message when the user is already in the...
2003-01-02 Andrew BartlettBIG patch...
2002-12-03 Herb Lewisuse FILE_MACRO instead of __FILE__
2002-11-24 Andrew BartlettMove from NT_STATUS_UNSUCCESSFUL to NT_STATUS_NO_SUCH_U...
2002-11-20 Andrew Tridgellfixed a number of places where we can try to free a...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-08 Andrew BartlettMake smbpasswd use the group mapping, and fix spelling...
2002-11-02 Andrew BartlettClean up this a little - add comments describing a...
2002-11-02 Andrew BartlettAdd a 'ldap trust ids' option that lets pdb_ldap check...
2002-11-02 Andrew BartlettReturn the result code, not false (0 == success) on...
2002-11-02 Andrew BartlettFixes for pdb_ldap:
2002-10-26 Andrew BartlettOne more step towards to better PDC.
2002-10-21 Volker LendeckeThis moves the group mapping API into the passdb backend.
2002-10-17 Volker LendeckeRevert changes
2002-10-16 Volker LendeckeNo functional change. I'm trying to understand pdb_ldap...
2002-10-12 Andrew BartlettNice *big* patch from metze.
2002-10-12 Andrew BartlettWe already set LDAPv3 at connect time, no need to set...
2002-09-27 Andrew BartlettReadd the 2.2 --with-ldapsam paramaters so as to allow...
2002-09-26 Simo Sorcemove all the passdb internal interface to NTSTATUS
2002-09-25 Andrew BartlettThis patch from "Stefan (metze) Metzmacher" <metze...
2002-09-25 Andrew BartlettIf adding a user to ldap, make sure we have the 'accoun...
2002-08-06 Andrew BartlettTry to bind with LDAPv3 if possible.
2002-08-05 Andrew BartlettTry to make this easier to debug - display the username...
2002-07-30 Andrew BartlettThese are not critical errors, they should not be a...
2002-07-27 Andrew BartlettUpdate the rebind code in pdb_ldap.
2002-07-26 Gerald Carterfix parameters for ldap_set_rebind_proc() from OpenLDAP 2.1
2002-07-21 Tim PotterName get and set dir drive functions consistently.
2002-07-14 Simo Sorceaddedd new (t)alloc_sub_* functions
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-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...
next