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