summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_cache.c
Commit message (Expand)AuthorAgeFilesLines
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-46/+40
* r9588: remove netsamlogon_cache interface...everything seems to work fine. W...Gerald Carter2007-10-101-38/+0
* r9330: Remove the classic dual daemon since it was not being used.Gerald Carter2007-10-101-12/+3
* r9322: fixing debug log and ensuring that we set the right winbind_methodsGerald Carter2007-10-101-3/+5
* r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...Günther Deschner2007-10-101-0/+8
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-52/+208
* r6755: removing domain_sid() since it is not referenced anymoreGerald Carter2007-10-101-13/+0
* r6401: Fix a debug messageVolker Lendecke2007-10-101-1/+1
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-6/+6
* r4967: Not being in any domain local groups is obviously valid...Volker Lendecke2007-10-101-1/+1
* r4760: Make wbinfo --user-sids expand domain local groups. Andrew B., my testingVolker Lendecke2007-10-101-0/+86
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-14/+14
* r2822: Fix parameter confusion in priming of name-to-sid cache. Found byTim Potter2007-10-101-1/+1
* r2351: Fix use of an uninitialized variable. valgrind is sooo useful.Volker Lendecke2007-10-101-2/+2
* r2001: Fix bug 1622. Thanks to Qiao Yang for the patch and Sven Thomsen for t...Volker Lendecke2007-10-101-1/+3
* r991: Allow winbindd to use the domain trust account passwordGerald Carter2007-10-101-0/+6
* r535: Another memleak fix from kawasa_r@itg.hitachi.co.jpJeremy Allison2007-10-101-0/+2
* r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter2007-10-101-9/+16
* r38: Fix caching of name->sid lookupsVolker Lendecke2007-10-101-1/+2
* Apply some constVolker Lendecke2004-03-301-3/+3
* BUG 1185: use 'winbind cache time' as the reconnect period when seq_num == -1...Gerald Carter2004-03-221-0/+2
* * Revert to using rpc for mixed mode AD domains.Gerald Carter2004-01-141-3/+9
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-081-1/+3
* Move more of winbind to use 'find_our_domain()' rather than the dangerousAndrew Bartlett2004-01-081-1/+1
* Add const.Andrew Bartlett2004-01-051-3/+3
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-121-0/+1
* get rid of more compiler warningsHerb Lewis2003-08-151-4/+4
* make sure to initialize the backend methods when enumerating sequence numbers...Gerald Carter2003-08-021-0/+2
* working on transtive trusts issue:Gerald Carter2003-07-311-1/+1
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-2/+2
* i guess i'm the only one this ever annyoed...Gerald Carter2003-07-101-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* Sequence number was not getting updated with ldap hack. Only a bug in thisJeremy Allison2003-06-241-1/+1
* * set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...Gerald Carter2003-06-231-7/+13
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-211-24/+116
* Add in rety loop for query_user_list (from APP_HEAD). Deals with a bugJeremy Allison2003-06-101-5/+25
* - fixed the bug that forced us not to use the winbindd cache when weAndrew Tridgell2003-06-101-35/+32
* Instrument cache with debug statements so I can have a clue as to whatJeremy Allison2003-06-101-56/+208
* * set winbind cache time to 5 minutesGerald Carter2003-06-031-9/+87
* And finally IDMAP in 3_0Simo Sorce2003-05-121-1/+6
* Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-231-67/+92
* Fix spelling of background_process.Jeremy Allison2002-10-151-2/+2
* merge from APP_HEAD of winbindd's domain local group fixGerald Carter2002-10-081-2/+73
* sync 3.0 branch with headJelmer Vernooij2002-08-171-2/+13
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-15/+40
* Fix up conversion code from old winbindd versions (some testing needed).Jeremy Allison2002-04-041-0/+31
* enable locking on the winbindd cache tdb so it can be backed up andAndrew Tridgell2002-03-151-1/+1
* removed bogus prepend_domain() call which was screwing up getpwuid()Andrew Tridgell2002-03-091-10/+2
* Removed version number from file header.Tim Potter2002-01-301-1/+1