Merge removal of unpopular winbind client environment variable.
[tprouty/samba.git] / source / nsswitch / winbindd_group.c
2002-12-20 Tim PotterMerge removal of unpopular winbind client environment...
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-11-26 Andrew BartlettAfter consultation with tpot, remove the 'winbind_domai...
2002-10-18 Gerald CarterNULL enum_local_groups for ads winbindd (temporary...
2002-10-18 Gerald CarterNULL enum_local_groups for ads winbindd (temporary...
2002-10-08 Gerald Cartermerge from APP_HEAD of winbindd's domain local group fix
2002-10-08 Gerald Cartermerge from APP_HEAD
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-07-31 Andrew BartlettWinbind updates!
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-14 Andrew Tridgellthis is a trick to work around the fact that posix...
2002-06-25 Andrew BartlettAdd a couple more DEBUG()s to winbindd.
2002-06-18 Simo Sorcemore debug classess activated
2002-06-13 Andrew BartlettLatest patch from metze <metze@metzemix.de> to move...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-26 Jeremy AllisonDon't do a zero-length malloc (caught with dmalloc...
2002-02-27 Andrew Tridgellthis allows us to support foreign SIDs in winbindd...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Andrew BartlettChange the winbind interface to use seperate 'domain...
2002-01-20 Andrew BartlettThis patch makes the 'winbind use default domain' code...
2002-01-18 Andrew BartlettThis is the 'winbind default domain' patch from Alexand...
2002-01-11 Tim PotterAlways query the PDC for the list of trusted domains...
2002-01-10 Tim PotterA big tidyup while thinking about getting trusted domai...
2001-12-18 Andrew Tridgellfixed handling of empty or dead domain in wbinfo -g
2001-12-11 Andrew Tridgellremoved the start_ndx parameter from group enumeration
2001-12-11 Andrew Tridgellgot rid of start_ndx from query_user_list()
2001-12-10 Tim PotterMerge of memory leak fixes from APPLIANCE_TNG.
2001-12-09 Andrew Tridgellcompletely new winbindd cache infrastructure
2001-12-06 Tim PotterFixed typo in fix for typo in debug. (-:
2001-12-05 Andrew Tridgellfinally worked out how to do ldap lookups by binary...
2001-12-05 Jeremy AllisonFixed parse_domain_user to be bool.
2001-12-04 Andrew Tridgelladded lookup_groups() to the ads backend
2001-12-04 Andrew Tridgellmoved lookup_usergroups() into the backend structure
2001-12-04 Andrew Tridgelladded a query_user backend
2001-12-03 Andrew Tridgelladded name_to_sid to the backend
2001-12-03 Andrew Tridgellsplit winbindd_enum_dom_groups into the new backend...
2001-11-27 Jeremy AllisonAdded negative caching to group lookups.
2001-11-27 Jeremy Allisonnsswitch/winbindd_group.c nsswitch/winbindd_user.c...
2001-11-26 Tim PotterRemoved bogus SAFE_FREE() call of talloced return data...
2001-11-15 Tim PotterCaching user, group and domain sam handles was a stupid...
2001-11-15 Tim PotterFixed display of uninitialised buffer in debug.
2001-10-31 Tim PotterAdded some extra fields to the auth_serversupplied_info...
2001-10-21 Tim PotterFix for fussy Solaris compiler.
2001-10-19 Tim PotterFixed some memory leaks introduced by connection handli...
2001-10-19 Tim PotterConverted some more functions to create and dispose...
2001-10-14 Tim PotterPass domain structure around in cache code rather than...
2001-10-10 Tim PotterGot the rest of the group functions working. Did some...
2001-10-09 Tim PotterImplemented sam group handle stuff. getent group now...
2001-10-05 Tim PotterThis is the start of a bit of a rewrite of winbindd...
2001-10-03 Simo Sorcefix some possible memleaks and not tested reallocs...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-05 Andrew Tridgellmore warning fixes on solaris
2001-09-04 Andrew Tridgelldon't do pointer arithmetic on void* (some compilers...
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-30 Gerald Cartermerge from 2.2
2001-08-30 Gerald Cartermerge from APPLIANCE_TNG
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-18 Jeremy AllisonMore Realloc fixes.
2001-08-12 Simo Sorcethis is a big global fix for the ptr = Realloc(ptr...
2001-05-08 Tim PotterMisc fixes to get winbindd working. We can now do...
2001-05-07 Tim PotterOK so I couldn't be as clever as I wanted to be with...
2001-05-07 Tim PotterPreliminary merge of winbind into HEAD. Note that...
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2000-05-12 Andrew Tridgelluse "winbind separator" in tng as well
2000-05-09 Andrew Tridgellbrought the winbindd code into head