Age | Commit message (Expand) | Author | Files | Lines |
2004-03-10 | Apply some const | Volker Lendecke | 1 | -3/+3 |
2004-02-08 | (merge from 3.0) | Andrew Bartlett | 1 | -1/+1 |
2004-01-13 | sync HEAD with recent changes in 3.0 | Gerald Carter | 1 | -2/+11 |
2004-01-06 | Merge winbind from Samba 3.0 onto HEAD. | Andrew Bartlett | 1 | -0/+1 |
2004-01-06 | (merge from 3.0) | Andrew Bartlett | 1 | -11/+11 |
2004-01-05 | rpc_client/cli_lsarpc.c: | Andrew Bartlett | 1 | -1/+1 |
2004-01-05 | (merge from 3.0) | Andrew Bartlett | 1 | -0/+7 |
2003-11-27 | use samr_dispinfo(level == 1) for enumerating domain users so we can include ... | Gerald Carter | 1 | -17/+34 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 1 | -1/+1 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -2/+2 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -59/+256 |
2003-03-03 | Fix "might be used uninitialised" warnings. | Jeremy Allison | 1 | -2/+2 |
2003-02-28 | fixed a crash bug in the new winbindd 'sids rule!' code | Andrew Tridgell | 1 | -1/+1 |
2003-02-26 | Kill RID-only and domain+RID madness from winbind. | Andrew Bartlett | 1 | -31/+62 |
2003-02-26 | Merge from appliance: | Tim Potter | 1 | -34/+23 |
2003-02-15 | Patch based on work by Michael Steffens <michael_steffens@hp.com> to wrap | Jeremy Allison | 1 | -65/+107 |
2003-01-29 | Use new interface for cli_samr_query_dispinfo(). | Tim Potter | 1 | -5/+10 |
2003-01-06 | Fix from "Ken Cross" <kcross@nssolutions.com> for enumerating | Jeremy Allison | 1 | -1/+3 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -6/+6 |
2002-10-08 | merge from APP_HEAD | Gerald Carter | 1 | -0/+60 |
2002-09-11 | Bugfix merge: | Tim Potter | 1 | -0/+1 |
2002-09-04 | Quietened some debugs. | Tim Potter | 1 | -2/+2 |
2002-08-05 | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 1 | -3/+12 |
2002-07-14 | this is a trick to work around the fact that posix does not supply | Andrew Tridgell | 1 | -0/+20 |
2002-06-20 | Fix from Andrew Esh for not checking return code. | Jeremy Allison | 1 | -0/+3 |
2002-06-18 | more debug classess activated | Simo Sorce | 1 | -0/+3 |
2002-05-17 | A few more trusted domains updates from mimir. | Andrew Bartlett | 1 | -2/+3 |
2002-04-14 | The cli_lsa_lookup_{names,sids} functions were returning useless | Tim Potter | 1 | -6/+4 |
2002-04-11 | possibly fix the 15000 user problem | Andrew Tridgell | 1 | -2/+2 |
2002-04-04 | Fixed the handle leak in the connection management code (this code is crap | Jeremy Allison | 1 | -2/+11 |
2002-03-24 | Spelling fixes. | Tim Potter | 1 | -1/+1 |
2002-01-31 | reduced memory usage in winbindd with a rpc backend by using a | Andrew Tridgell | 1 | -6/+11 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -1/+1 |
2002-01-26 | Back out some of the less well thought out ideas from last weeks work on | Andrew Bartlett | 1 | -5/+16 |
2002-01-20 | This patch makes the 'winbind use default domain' code interact better with | Andrew Bartlett | 1 | -4/+12 |
2002-01-12 | Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>. | Andrew Bartlett | 1 | -0/+9 |
2002-01-10 | A big tidyup while thinking about getting trusted domains being re-read | Tim Potter | 1 | -4/+4 |
2001-12-11 | removed the start_ndx parameter from group enumeration | Andrew Tridgell | 1 | -5/+31 |
2001-12-11 | got rid of start_ndx from query_user_list() | Andrew Tridgell | 1 | -23/+39 |
2001-12-10 | robustness fixes and moved ccache location into winbindd_ads code | Andrew Tridgell | 1 | -0/+8 |
2001-12-10 | winbindd backends can now be marked "consistent" or "inconsistent" | Andrew Tridgell | 1 | -0/+1 |
2001-12-10 | moved the domain sid lookup and enumeration of trusted domains into | Andrew Tridgell | 1 | -2/+46 |
2001-12-09 | completely new winbindd cache infrastructure | Andrew Tridgell | 1 | -5/+9 |
2001-12-05 | moved the sequence number fetch into the backend, and fetch the | Andrew Tridgell | 1 | -1/+56 |
2001-12-05 | finally worked out how to do ldap lookups by binary blobs, so I can | Andrew Tridgell | 1 | -10/+114 |
2001-12-04 | added lookup_groups() to the ads backend | Andrew Tridgell | 1 | -2/+2 |
2001-12-04 | moved lookup_usergroups() into the backend structure | Andrew Tridgell | 1 | -1/+61 |
2001-12-04 | added a query_user backend | Andrew Tridgell | 1 | -1/+58 |
2001-12-03 | changed query_dispinfo to query_user_list | Andrew Tridgell | 1 | -5/+5 |
2001-12-03 | put sid_to_name behind the winbindd backend interface | Andrew Tridgell | 1 | -1/+33 |