summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_rpc.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-2/+11
2004-01-05Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett1-11/+11
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett1-1/+1
2004-01-02Having no members of a group is a perfectly valid (if unusual) situation.Andrew Bartlett1-0/+7
2003-11-27use samr_dispinfo(level == 1) for enumerating domain users so we can include ...Gerald Carter1-17/+34
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-1/+1
2003-08-15get rid of more compiler warningsHerb Lewis1-2/+2
2003-07-11patch for domain groups with no members (rpc only) from Ken CrossGerald Carter1-1/+1
2003-06-25large change:Gerald Carter1-16/+19
2003-06-24Sequence number was not getting updated with ldap hack. Only a bug in thisJeremy Allison1-6/+3
2003-06-23* s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter1-37/+3
2003-06-23* set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...Gerald Carter1-0/+178
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-52/+105
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-65/+85
2003-02-15Patch based on work by Michael Steffens <michael_steffens@hp.com> to wrapJeremy Allison1-65/+107
2003-01-29Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison1-5/+10
2003-01-06Fix from "Ken Cross" <kcross@nssolutions.com> for enumeratingJeremy Allison1-1/+3
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-6/+6
2002-10-08merge from APP_HEAD of winbindd's domain local group fixGerald Carter1-0/+60
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-2/+3
2002-08-17sync 3.0 branch with headJelmer Vernooij1-3/+12
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-3/+31
2002-04-15Merge of lsa lookup names/sids patch from HEAD.Tim Potter1-5/+2
2002-04-11possibly fix the 15000 user problemAndrew Tridgell1-2/+2
2002-04-04Fixed the handle leak in the connection management code (this code is crapJeremy Allison1-2/+11
2002-03-24Spelling fixes.Tim Potter1-1/+1
2002-01-31reduced memory usage in winbindd with a rpc backend by using aAndrew Tridgell1-6/+11
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2002-01-26Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett1-5/+16
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-4/+12
2002-01-12Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett1-0/+9
2002-01-10A big tidyup while thinking about getting trusted domains being re-readTim Potter1-4/+4
2001-12-11removed the start_ndx parameter from group enumerationAndrew Tridgell1-5/+31
2001-12-11got rid of start_ndx from query_user_list()Andrew Tridgell1-23/+39
2001-12-10robustness fixes and moved ccache location into winbindd_ads codeAndrew Tridgell1-0/+8
2001-12-10winbindd backends can now be marked "consistent" or "inconsistent"Andrew Tridgell1-0/+1
2001-12-10moved the domain sid lookup and enumeration of trusted domains intoAndrew Tridgell1-2/+46
2001-12-09completely new winbindd cache infrastructureAndrew Tridgell1-5/+9
2001-12-05moved the sequence number fetch into the backend, and fetch theAndrew Tridgell1-1/+56
2001-12-05finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell1-10/+114
2001-12-04added lookup_groups() to the ads backendAndrew Tridgell1-2/+2
2001-12-04moved lookup_usergroups() into the backend structureAndrew Tridgell1-1/+61
2001-12-04added a query_user backendAndrew Tridgell1-1/+58
2001-12-03changed query_dispinfo to query_user_listAndrew Tridgell1-5/+5
2001-12-03put sid_to_name behind the winbindd backend interfaceAndrew Tridgell1-1/+33
2001-12-03added name_to_sid to the backendAndrew Tridgell1-1/+34
2001-12-03added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell1-10/+10
2001-12-03split winbindd_enum_dom_groups into the new backend structureAndrew Tridgell1-0/+130