summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r395: BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) to fixGerald Carter1-0/+2
2007-10-10r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter1-0/+3
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-0/+1
2004-03-30Apply some constVolker Lendecke1-3/+3
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-1/+2
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett1-1/+1
2003-12-31Forgot to commit this for the 'get our primary domain' change.Andrew Bartlett1-0/+1
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-1/+0
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+1
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-0/+1
2003-06-10- fixed the bug that forced us not to use the winbindd cache when weAndrew Tridgell1-1/+4
2003-05-23Bug 83: fixes for building when $srcdir != $builddir from David LeeTim Potter1-1/+1
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-9/+30
2003-04-07Winbind merges from HEAD:Andrew Bartlett1-1/+1
2003-03-24(merge from HEAD)Andrew Bartlett1-0/+2
2003-02-28*Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limitJeremy Allison1-10/+11
2003-02-19Merge from HEAD: We don't need this any more, setenv() is in replace.c nowAndrew Bartlett1-14/+0
2002-10-08merge from APP_HEAD of winbindd's domain local group fixGerald Carter1-1/+7
2002-10-04* merge native_mode flag in winbindd_domain struct from app-headGerald Carter1-0/+1
2002-08-17sync 3.0 branch with headJelmer Vernooij1-1/+7
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+3
2002-04-10Moved definition of winbind username/password secrets into secrets.hTim Potter1-6/+0
2002-02-15Winbind cleanup.Andrew Bartlett1-0/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-11Always query the PDC for the list of trusted domains rather than interatingTim Potter1-17/+26
2001-12-19added trusted realm support to ADS authenticationAndrew Tridgell1-0/+1
2001-12-11Modify winbindd to use authenticated user info from secrets.tdb when makingTim Potter1-0/+5
2001-12-11removed the start_ndx parameter from group enumerationAndrew Tridgell1-3/+2
2001-12-11got rid of start_ndx from query_user_list()Andrew Tridgell1-3/+2
2001-12-10winbindd backends can now be marked "consistent" or "inconsistent"Andrew Tridgell1-2/+4
2001-12-10moved the domain sid lookup and enumeration of trusted domains intoAndrew Tridgell1-0/+11
2001-12-09completely new winbindd cache infrastructureAndrew Tridgell1-1/+3
2001-12-05moved the sequence number fetch into the backend, and fetch theAndrew Tridgell1-0/+3
2001-12-05added very basic ads connection cacheingAndrew Tridgell1-0/+1
2001-12-05finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell1-5/+17
2001-12-04added lookup_groups() to the ads backendAndrew Tridgell1-2/+3
2001-12-04moved lookup_usergroups() into the backend structureAndrew Tridgell1-0/+5
2001-12-04added a query_user backendAndrew Tridgell1-0/+7
2001-12-03changed query_dispinfo to query_user_listAndrew Tridgell1-3/+3
2001-12-03put sid_to_name behind the winbindd backend interfaceAndrew Tridgell1-0/+6
2001-12-03added name_to_sid to the backendAndrew Tridgell1-0/+5
2001-12-03split winbindd_enum_dom_groups into the new backend structureAndrew Tridgell1-1/+4
2001-12-01The beginnings of alternative backends for winbinddAndrew Tridgell1-1/+23
2001-11-21Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison1-1/+1
2001-10-19Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter1-1/+0
2001-10-19Converted some more functions to create and dispose of a talloc context on aTim Potter1-0/+1
2001-10-12Removed some unused code from the recent cleanup.Tim Potter1-10/+2
2001-10-05This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter1-13/+9
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-4/+0