summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_group.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-16merges from 3.0Gerald Carter1-1/+3
2004-03-14Ok, one of the latest cleanups did too much... :-)Volker Lendecke1-29/+62
2004-03-14Fix 'getent group aliasname', this did not look in pdb.Volker Lendecke1-7/+12
2004-03-13Add alias support to winbindd_passdb. Sorry, Simo, this does not leave tooVolker Lendecke1-3/+13
2004-03-13Remove the prototype for alias support in winbind again. This will beVolker Lendecke1-115/+29
2004-03-02This adds winbind-generated groups showing up in 'getent group'. It is notVolker Lendecke1-0/+86
2004-03-01Add aliases to winbindd_getgroups().Volker Lendecke1-29/+29
2004-02-02janitor duty (merges from 3.0) and cleanup compiler warning on SuSE 9 in the ...Gerald Carter1-2/+2
2004-01-13sync HEAD with recent changes in 3.0Gerald Carter1-34/+28
2004-01-06Merge winbind from Samba 3.0 onto HEAD.Andrew Bartlett1-0/+86
2003-12-09working on packaging; also fixed some path issues in configure.in & Makefile.inGerald Carter1-2/+2
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-0/+12
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-13/+13
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-43/+220
2003-06-03* set winbind cache time to 5 minutesGerald Carter1-3/+4
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce1-18/+8
2003-04-27make winbind use idmap as well.Simo Sorce1-12/+19
2003-02-26Kill RID-only and domain+RID madness from winbind.Andrew Bartlett1-55/+59
2003-02-22Fix a DEBUG() formatting, add some more debug to our SID pulling code andAndrew Bartlett1-1/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-3/+3
2002-11-26After consultation with tpot, remove the 'winbind_domain' environmentAndrew Bartlett1-13/+0
2002-10-18NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter1-1/+1
2002-10-08merge from APP_HEADGerald Carter1-8/+49
2002-07-31Winbind updates!Andrew Bartlett1-0/+6
2002-07-14this is a trick to work around the fact that posix does not supplyAndrew Tridgell1-8/+15
2002-06-25Add a couple more DEBUG()s to winbindd.Andrew Bartlett1-4/+9
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-1/+2
2002-03-26Don't do a zero-length malloc (caught with dmalloc library).Jeremy Allison1-1/+1
2002-02-27this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell1-3/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett1-2/+2
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-24/+18
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-7/+5
2002-01-11Always query the PDC for the list of trusted domains rather than interatingTim Potter1-19/+32
2002-01-10A big tidyup while thinking about getting trusted domains being re-readTim Potter1-58/+56
2001-12-18fixed handling of empty or dead domain in wbinfo -gAndrew Tridgell1-60/+9
2001-12-11removed the start_ndx parameter from group enumerationAndrew Tridgell1-68/+42
2001-12-11got rid of start_ndx from query_user_list()Andrew Tridgell1-2/+2
2001-12-10Merge of memory leak fixes from APPLIANCE_TNG.Tim Potter1-0/+7
2001-12-09completely new winbindd cache infrastructureAndrew Tridgell1-83/+2
2001-12-06Fixed typo in fix for typo in debug. (-:Tim Potter1-1/+1
2001-12-05finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell1-5/+5
2001-12-05Fixed parse_domain_user to be bool.Jeremy Allison1-13/+3
2001-12-04added lookup_groups() to the ads backendAndrew Tridgell1-1/+1
2001-12-04moved lookup_usergroups() into the backend structureAndrew Tridgell1-10/+6
2001-12-04added a query_user backendAndrew Tridgell1-5/+4
2001-12-03added name_to_sid to the backendAndrew Tridgell1-2/+2
2001-12-03split winbindd_enum_dom_groups into the new backend structureAndrew Tridgell1-18/+6
2001-11-27Added negative caching to group lookups.Jeremy Allison1-45/+84