summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_cache.c
Commit message (Expand)AuthorAgeFilesLines
* r23244: Fix loop with nscd and NSS recusive calls.Gerald Carter2007-10-101-1/+3
* r23039: merge from SAMBA_3_0_26:Stefan Metzmacher2007-10-101-2/+1
* r22855: fix the buildMichael Adam2007-10-101-7/+5
* r22848: Fix brace alignment.Michael Adam2007-10-101-1/+1
* r22847: The new validate_panic function calls exit (instead of settingMichael Adam2007-10-101-19/+0
* r22845: Modified and extended the winbindd cache validation code:Michael Adam2007-10-101-137/+283
* r22747: Fix some C++ warningsVolker Lendecke2007-10-101-2/+2
* r22726: When performing an offline logon for a user in a trusted domain,Gerald Carter2007-10-101-0/+8
* r22725: * Don't try to update the sequence_number when offlineGerald Carter2007-10-101-3/+11
* r22710: Support one-way trusts.Gerald Carter2007-10-101-3/+11
* r22708: disable saving the trusted domain list as we want to the parent daemo...Gerald Carter2007-10-101-0/+6
* r22700: Add a simple wcache TRUSTDOM api for maintaing a completeGerald Carter2007-10-101-1/+463
* r22643: Don't clear cached U/SID and UG/SID entries when we want to logon off...Günther Deschner2007-10-101-1/+8
* r22636: Fix logic bug.Günther Deschner2007-10-101-6/+6
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-12/+22
* r22466: Fix build warning.Günther Deschner2007-10-101-1/+1
* r22211: Don't return a value from void functions !Jeremy Allison2007-10-101-1/+1
* r22210: Fix typo in testing for non-centry entries.Jeremy Allison2007-10-101-1/+1
* r22209: Fix the storage of time_t -> make it 64 bits (use theJeremy Allison2007-10-101-14/+112
* r22207: Fill in the validation functions. Now to test...Jeremy Allison2007-10-101-28/+73
* r22206: Added boilerplate to be filled in for other validation functions.Jeremy Allison2007-10-101-0/+163
* r22205: Add some flesh to the bones of the cache validation code.Jeremy Allison2007-10-101-59/+209
* r22202: Volker is clever :-). Use TDB_NOMMAP to prevent any wild pointerJeremy Allison2007-10-101-1/+4
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-12/+12
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-6/+6
* r21985: make use of string_tdb_data()Stefan Metzmacher2007-10-101-8/+5
* r21146: Fix debug typos.Günther Deschner2007-10-101-1/+1
* r20986: Commit the prototype of the nss_info plugin interface.Gerald Carter2007-10-101-1/+3
* r20124: clean up nested extern declaration warningsHerb Lewis2007-10-101-7/+6
* r20057: Attempt to fix connect timeouts when connected onJeremy Allison2007-10-101-2/+3
* r19975: Deal with 2 keytypes I messed previously (DR/DE).Jeremy Allison2007-10-101-2/+25
* r19974: Add freelist check for cache. Fix testing of entryJeremy Allison2007-10-101-19/+19
* r19958: Add check for WINBIND_OFFLINE key.Jeremy Allison2007-10-101-0/+6
* r19957: Initial framework to make winbindd robustJeremy Allison2007-10-101-0/+230
* r19399: Now Guenther discovered one crash dereferencing domain->backends,Jeremy Allison2007-10-101-1/+1
* r19391: Fix crash bug within the winbind caching method.Günther Deschner2007-10-101-0/+5
* r19371: Add two missing refresh_sequence_number calls where they are missingGünther Deschner2007-10-101-0/+3
* r19206: Jeremy, for some reason storing a value-less entry in TDB does not workGünther Deschner2007-10-101-9/+3
* r19148: Finish last nights patch - make offlineJeremy Allison2007-10-101-1/+1
* r18543: Fix Coverity ID#312Volker Lendecke2007-10-101-0/+1
* r18511: Ops, fix the build.Günther Deschner2007-10-101-1/+1
* r18510: Protect against storing null-sids in the winbind cache.Günther Deschner2007-10-101-0/+8
* r18476: Protect ourselves from bad cached creds a littleJeremy Allison2007-10-101-2/+30
* r18271: Big change:Gerald Carter2007-10-101-14/+14
* r18191: Fix the online/offline state handling of winbindd.Jeremy Allison2007-10-101-5/+3
* r18188: merge 3.0-libndr branchJelmer Vernooij2007-10-101-4/+4
* r18167: Adding DEBUG() to winbinds refresh seqnum to track down a failure.Günther Deschner2007-10-101-0/+1
* r17618: Not using a cache version number (yet). We really should...Jeremy Allison2007-10-101-1/+0
* r17617: Take Andrew Bartletts excellent advice and don't storeJeremy Allison2007-10-101-6/+38
* r17464: Ensure we use a hash16 data type, not a string,Jeremy Allison2007-10-101-3/+45