summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_group.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-3/+3
2002-12-20Merge removal of unpopular winbind client environment variable.Tim Potter1-13/+0
2002-10-18NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter1-1/+1
2002-10-08merge from APP_HEAD of winbindd's domain local group fixGerald Carter1-8/+49
2002-08-17sync 3.0 branch with headJelmer Vernooij1-0/+6
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-13/+29
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
2001-11-27nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.Jeremy Allison1-5/+5
2001-11-26Removed bogus SAFE_FREE() call of talloced return data fromTim Potter1-10/+13
2001-11-15Caching user, group and domain sam handles was a stupid idea.Tim Potter1-3/+13
2001-11-15Fixed display of uninitialised buffer in debug.Tim Potter1-2/+8
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter1-1/+3
2001-10-21Fix for fussy Solaris compiler.Tim Potter1-3/+1
2001-10-19Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter1-10/+13
2001-10-19Converted some more functions to create and dispose of a talloc context on aTim Potter1-21/+24
2001-10-14Pass domain structure around in cache code rather than the domain name.Tim Potter1-6/+6
2001-10-10Got the rest of the group functions working. Did some reformatting (manTim Potter1-28/+8
2001-10-09Implemented sam group handle stuff. getent group now works.Tim Potter1-63/+46
2001-10-05This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter1-6/+13
2001-10-03fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce1-5/+12
2001-09-17move to SAFE_FREE()Simo Sorce1-19/+14
2001-09-05more warning fixes on solarisAndrew Tridgell1-1/+1
2001-09-04don't do pointer arithmetic on void* (some compilers can't do it)Andrew Tridgell1-1/+1
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-3/+4
2001-08-30merge from 2.2Gerald Carter1-1/+1
2001-08-30merge from APPLIANCE_TNGGerald Carter1-43/+73
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-08-18More Realloc fixes.Jeremy Allison1-3/+12
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-3/+6