summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd_group.c
Commit message (Expand)AuthorAgeFilesLines
* Kill RID-only and domain+RID madness from winbind.Andrew Bartlett2003-02-261-55/+59
* Fix a DEBUG() formatting, add some more debug to our SID pulling code andAndrew Bartlett2003-02-221-1/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-3/+3
* After consultation with tpot, remove the 'winbind_domain' environmentAndrew Bartlett2002-11-261-13/+0
* NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter2002-10-181-1/+1
* merge from APP_HEADGerald Carter2002-10-081-8/+49
* Winbind updates!Andrew Bartlett2002-07-311-0/+6
* this is a trick to work around the fact that posix does not supplyAndrew Tridgell2002-07-141-8/+15
* Add a couple more DEBUG()s to winbindd.Andrew Bartlett2002-06-251-4/+9
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett2002-06-131-1/+2
* Don't do a zero-length malloc (caught with dmalloc library).Jeremy Allison2002-03-261-1/+1
* this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell2002-02-271-3/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett2002-01-261-2/+2
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-24/+18
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-181-7/+5
* Always query the PDC for the list of trusted domains rather than interatingTim Potter2002-01-111-19/+32
* A big tidyup while thinking about getting trusted domains being re-readTim Potter2002-01-101-58/+56
* fixed handling of empty or dead domain in wbinfo -gAndrew Tridgell2001-12-181-60/+9
* removed the start_ndx parameter from group enumerationAndrew Tridgell2001-12-111-68/+42
* got rid of start_ndx from query_user_list()Andrew Tridgell2001-12-111-2/+2
* Merge of memory leak fixes from APPLIANCE_TNG.Tim Potter2001-12-101-0/+7
* completely new winbindd cache infrastructureAndrew Tridgell2001-12-091-83/+2
* Fixed typo in fix for typo in debug. (-:Tim Potter2001-12-061-1/+1
* finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell2001-12-051-5/+5
* Fixed parse_domain_user to be bool.Jeremy Allison2001-12-051-13/+3
* added lookup_groups() to the ads backendAndrew Tridgell2001-12-041-1/+1
* moved lookup_usergroups() into the backend structureAndrew Tridgell2001-12-041-10/+6
* added a query_user backendAndrew Tridgell2001-12-041-5/+4
* added name_to_sid to the backendAndrew Tridgell2001-12-031-2/+2
* split winbindd_enum_dom_groups into the new backend structureAndrew Tridgell2001-12-031-18/+6
* Added negative caching to group lookups.Jeremy Allison2001-11-271-45/+84
* nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.Jeremy Allison2001-11-271-5/+5
* Removed bogus SAFE_FREE() call of talloced return data fromTim Potter2001-11-261-10/+13
* Caching user, group and domain sam handles was a stupid idea.Tim Potter2001-11-151-3/+13
* Fixed display of uninitialised buffer in debug.Tim Potter2001-11-151-2/+8
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-1/+3
* Fix for fussy Solaris compiler.Tim Potter2001-10-211-3/+1
* Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter2001-10-191-10/+13
* Converted some more functions to create and dispose of a talloc context on aTim Potter2001-10-191-21/+24
* Pass domain structure around in cache code rather than the domain name.Tim Potter2001-10-141-6/+6
* Got the rest of the group functions working. Did some reformatting (manTim Potter2001-10-101-28/+8
* Implemented sam group handle stuff. getent group now works.Tim Potter2001-10-091-63/+46
* This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter2001-10-051-6/+13
* fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce2001-10-031-5/+12
* move to SAFE_FREE()Simo Sorce2001-09-171-19/+14
* more warning fixes on solarisAndrew Tridgell2001-09-051-1/+1
* don't do pointer arithmetic on void* (some compilers can't do it)Andrew Tridgell2001-09-041-1/+1
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-3/+4