summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...Günther Deschner2007-10-101-1/+8
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-407/+262
* r6755: removing domain_sid() since it is not referenced anymoreGerald Carter2007-10-101-39/+0
* r6682: patch from Qiao Yang <qyang@stbernard.com> to use out own DC when gett...Gerald Carter2007-10-101-5/+8
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-1/+1
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2007-10-101-1/+2
* r5654: Fix bug 1604 -- make winbind work with more than 10 trusted domains.Volker Lendecke2007-10-101-3/+34
* r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...Volker Lendecke2007-10-101-1/+1
* r5428: Apply some const. LDAP attribs should now be declared const char *attr...Volker Lendecke2007-10-101-1/+1
* r4760: Make wbinfo --user-sids expand domain local groups. Andrew B., my testingVolker Lendecke2007-10-101-0/+62
* r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side,Günther Deschner2007-10-101-3/+20
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-11/+8
* r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> toJeremy Allison2007-10-101-32/+2
* r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter2007-10-101-12/+9
* Apply some constVolker Lendecke2004-03-301-3/+3
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-081-1/+1
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-081-2/+11
* Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett2004-01-051-11/+11
* rpc_client/cli_lsarpc.c:Andrew Bartlett2004-01-051-1/+1
* Having no members of a group is a perfectly valid (if unusual) situation.Andrew Bartlett2004-01-021-0/+7
* use samr_dispinfo(level == 1) for enumerating domain users so we can include ...Gerald Carter2003-11-271-17/+34
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-121-0/+1
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* get rid of more compiler warningsHerb Lewis2003-08-151-2/+2
* patch for domain groups with no members (rpc only) from Ken CrossGerald Carter2003-07-111-1/+1
* large change:Gerald Carter2003-06-251-16/+19
* Sequence number was not getting updated with ldap hack. Only a bug in thisJeremy Allison2003-06-241-6/+3
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-37/+3
* * set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...Gerald Carter2003-06-231-0/+178
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-211-52/+105
* Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-231-65/+85
* Patch based on work by Michael Steffens <michael_steffens@hp.com> to wrapJeremy Allison2003-02-151-65/+107
* Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison2003-01-291-5/+10
* Fix from "Ken Cross" <kcross@nssolutions.com> for enumeratingJeremy Allison2003-01-061-1/+3
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-6/+6
* merge from APP_HEAD of winbindd's domain local group fixGerald Carter2002-10-081-0/+60
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+3
* sync 3.0 branch with headJelmer Vernooij2002-08-171-3/+12
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-3/+31
* Merge of lsa lookup names/sids patch from HEAD.Tim Potter2002-04-151-5/+2
* possibly fix the 15000 user problemAndrew Tridgell2002-04-111-2/+2
* Fixed the handle leak in the connection management code (this code is crapJeremy Allison2002-04-041-2/+11
* Spelling fixes.Tim Potter2002-03-241-1/+1
* reduced memory usage in winbindd with a rpc backend by using aAndrew Tridgell2002-01-311-6/+11
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-261-5/+16
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-4/+12
* Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett2002-01-121-0/+9
* A big tidyup while thinking about getting trusted domains being re-readTim Potter2002-01-101-4/+4
* removed the start_ndx parameter from group enumerationAndrew Tridgell2001-12-111-5/+31