void function cannot return a value (besides the function called was
[tprouty/samba.git] / source / passdb / pdb_ldap.c
2003-03-19 Herb Lewisvoid function cannot return a value (besides the functi...
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-19 Jelmer VernooijPut in the new modules system. It's now used by passdb...
2003-03-19 Volker LendeckeMerge from HEAD.
2003-03-19 Volker LendeckeAdd paramter 'ldap del only sam attr'.
2003-03-19 Volker Lendeckemerge from HEAD
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-19 Volker LendeckePut group mapping into LDAP.
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-17 Volker LendeckeFix memory leak.
2003-03-17 Volker LendeckeFix memory leak.
2003-02-22 Andrew BartlettRemove 'unixsam' from the default passdb backends.
2003-02-01 Andrew BartlettMerge LDAP filter parinoia from HEAD, a few other pdb_l...
2003-02-01 Andrew BartlettMore ldap parinoia - if we ever get more than one resul...
2003-02-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-01 Andrew BartlettAlways escape ldap filter strings. Escaping code was...
2003-01-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-15 Herb Lewisinitialize acct_ctrl before using it
2003-01-15 Herb Lewisinitialize acct_ctrl variable before it is used
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-12-20 Tim PotterMerge some more FUNCTION_MACRO stuff.
2002-12-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-03 Herb Lewisuse FILE_MACRO instead of __FILE__
2002-11-26 Andrew BartlettMerge tridge's fixes to pdb_ldap (don't look for number...
2002-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-09 Jelmer VernooijBack out some of my sync changes
2002-11-09 Jelmer VernooijSync with HEAD
2002-11-08 Andrew BartlettMerge from HEAD:
2002-11-08 Andrew BartlettMake smbpasswd use the group mapping, and fix spelling...
2002-11-02 Andrew BartlettMerge of my 'ldap trust ids' patch from HEAD.
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 BartlettMerge passdb from HEAD -> 3.0
2002-11-02 Andrew BartlettReturn the result code, not false (0 == success) on...
2002-11-02 Andrew BartlettFixes for pdb_ldap:
2002-10-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-26 Andrew BartlettTry to catch up on the code I've put into HEAD that...
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-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-10-01 Andrew BartlettUpdates from Samba HEAD:
2002-10-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-27 Andrew BartlettReadd the 2.2 --with-ldapsam paramaters so as to allow...
2002-09-26 Gerald Cartersync with HEAD
2002-09-26 Simo Sorcemove all the passdb internal interface to NTSTATUS
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 Simo Sorceaddedd new (t)alloc_sub_* functions
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
next