Age | Commit message (Expand) | Author | Files | Lines |
2001-12-18 | fixed handling of empty or dead domain in wbinfo -g | Andrew Tridgell | 1 | -60/+9 |
2001-12-11 | removed the start_ndx parameter from group enumeration | Andrew Tridgell | 1 | -68/+42 |
2001-12-11 | got rid of start_ndx from query_user_list() | Andrew Tridgell | 1 | -2/+2 |
2001-12-10 | Merge of memory leak fixes from APPLIANCE_TNG. | Tim Potter | 1 | -0/+7 |
2001-12-09 | completely new winbindd cache infrastructure | Andrew Tridgell | 1 | -83/+2 |
2001-12-06 | Fixed typo in fix for typo in debug. (-: | Tim Potter | 1 | -1/+1 |
2001-12-05 | finally worked out how to do ldap lookups by binary blobs, so I can | Andrew Tridgell | 1 | -5/+5 |
2001-12-05 | Fixed parse_domain_user to be bool. | Jeremy Allison | 1 | -13/+3 |
2001-12-04 | added lookup_groups() to the ads backend | Andrew Tridgell | 1 | -1/+1 |
2001-12-04 | moved lookup_usergroups() into the backend structure | Andrew Tridgell | 1 | -10/+6 |
2001-12-04 | added a query_user backend | Andrew Tridgell | 1 | -5/+4 |
2001-12-03 | added name_to_sid to the backend | Andrew Tridgell | 1 | -2/+2 |
2001-12-03 | split winbindd_enum_dom_groups into the new backend structure | Andrew Tridgell | 1 | -18/+6 |
2001-11-27 | Added negative caching to group lookups. | Jeremy Allison | 1 | -45/+84 |
2001-11-27 | nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups. | Jeremy Allison | 1 | -5/+5 |
2001-11-26 | Removed bogus SAFE_FREE() call of talloced return data from | Tim Potter | 1 | -10/+13 |
2001-11-15 | Caching user, group and domain sam handles was a stupid idea. | Tim Potter | 1 | -3/+13 |
2001-11-15 | Fixed display of uninitialised buffer in debug. | Tim Potter | 1 | -2/+8 |
2001-10-31 | Added some extra fields to the auth_serversupplied_info structure. | Tim Potter | 1 | -1/+3 |
2001-10-21 | Fix for fussy Solaris compiler. | Tim Potter | 1 | -3/+1 |
2001-10-19 | Fixed some memory leaks introduced by connection handling rewrite, as well | Tim Potter | 1 | -10/+13 |
2001-10-19 | Converted some more functions to create and dispose of a talloc context on a | Tim Potter | 1 | -21/+24 |
2001-10-14 | Pass domain structure around in cache code rather than the domain name. | Tim Potter | 1 | -6/+6 |
2001-10-10 | Got the rest of the group functions working. Did some reformatting (man | Tim Potter | 1 | -28/+8 |
2001-10-09 | Implemented sam group handle stuff. getent group now works. | Tim Potter | 1 | -63/+46 |
2001-10-05 | This is the start of a bit of a rewrite of winbindd's connection handling. | Tim Potter | 1 | -6/+13 |
2001-10-03 | fix some possible memleaks and not tested reallocs spotted by Andreas Moroder | Simo Sorce | 1 | -5/+12 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -19/+14 |
2001-09-05 | more warning fixes on solaris | Andrew Tridgell | 1 | -1/+1 |
2001-09-04 | don't do pointer arithmetic on void* (some compilers can't do it) | Andrew Tridgell | 1 | -1/+1 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -3/+4 |
2001-08-30 | merge from 2.2 | Gerald Carter | 1 | -1/+1 |
2001-08-30 | merge from APPLIANCE_TNG | Gerald Carter | 1 | -43/+73 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -1/+1 |
2001-08-18 | More Realloc fixes. | Jeremy Allison | 1 | -3/+12 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 1 | -3/+6 |
2001-05-08 | Misc fixes to get winbindd working. We can now do a 'getent passwd' | Tim Potter | 1 | -2/+0 |
2001-05-07 | OK so I couldn't be as clever as I wanted to be with winbindd_glue.c | Tim Potter | 1 | -7/+7 |
2001-05-07 | Preliminary merge of winbind into HEAD. Note that this compiles and links | Tim Potter | 1 | -597/+774 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -3/+3 |
2000-05-12 | use "winbind separator" in tng as well | Andrew Tridgell | 1 | -3/+5 |
2000-05-09 | brought the winbindd code into head | Andrew Tridgell | 1 | -0/+763 |