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