r24830: Add a winbindd cache validation function that does not do
[samba.git] / source / nsswitch / winbindd_cache.c
2007-10-10 Michael Adamr24830: Add a winbindd cache validation function that...
2007-10-10 Michael Adamr24829: Make use of a variable, that is available....
2007-10-10 Günther Deschnerr24801: When told to ignore the winbind cache also...
2007-10-10 Gerald Carterr24722: Squashed commit of the following:
2007-10-10 Günther Deschnerr24714: Fix confusing indent.
2007-10-10 Günther Deschnerr24438: Use dump_data_pw() instead of dump_data() on...
2007-10-10 Michael Adamr23931: Use the new tdb_validate_and_backup function...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Michael Adamr23769: Move removal of the tdb from the generic tdb_va...
2007-10-10 Michael Adamr23610: Move some winbindd_cache specific flags and...
2007-10-10 Michael Adamr23600: First step in abstracting the winbindd cache...
2007-10-10 Volker Lendecker23368: Make "winbind:rpc only" a full blown parameter...
2007-10-10 Günther Deschnerr23355: Fix some more build warnings.
2007-10-10 Jeremy Allisonr23345: Stop Coverity from getting confused.
2007-10-10 James Peachr23312: As per Volker, rename the "windbind:ads" parame...
2007-10-10 Volker Lendecker23297: This introduces the winbind:ads parameter which...
2007-10-10 Gerald Carterr23244: Fix loop with nscd and NSS recusive calls.
2007-10-10 Stefan Metzmacherr23039: merge from SAMBA_3_0_26:
2007-10-10 Michael Adamr22855: fix the build
2007-10-10 Michael Adamr22848: Fix brace alignment.
2007-10-10 Michael Adamr22847: The new validate_panic function calls exit...
2007-10-10 Michael Adamr22845: Modified and extended the winbindd cache valida...
2007-10-10 Volker Lendecker22747: Fix some C++ warnings
2007-10-10 Gerald Carterr22726: When performing an offline logon for a user...
2007-10-10 Gerald Carterr22725: * Don't try to update the sequence_number when...
2007-10-10 Gerald Carterr22710: Support one-way trusts.
2007-10-10 Gerald Carterr22708: disable saving the trusted domain list as we...
2007-10-10 Gerald Carterr22700: Add a simple wcache TRUSTDOM api for maintaing...
2007-10-10 Günther Deschnerr22643: Don't clear cached U/SID and UG/SID entries...
2007-10-10 Günther Deschnerr22636: Fix logic bug.
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Günther Deschnerr22466: Fix build warning.
2007-10-10 Jeremy Allisonr22211: Don't return a value from void functions !
2007-10-10 Jeremy Allisonr22210: Fix typo in testing for non-centry entries.
2007-10-10 Jeremy Allisonr22209: Fix the storage of time_t -> make it 64 bits...
2007-10-10 Jeremy Allisonr22207: Fill in the validation functions. Now to test...
2007-10-10 Jeremy Allisonr22206: Added boilerplate to be filled in for other...
2007-10-10 Jeremy Allisonr22205: Add some flesh to the bones of the cache valida...
2007-10-10 Jeremy Allisonr22202: Volker is clever :-). Use TDB_NOMMAP to prevent...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Stefan Metzmacherr21985: make use of string_tdb_data()
2007-10-10 Günther Deschnerr21146: Fix debug typos.
2007-10-10 Gerald Carterr20986: Commit the prototype of the nss_info plugin...
2007-10-10 Herb Lewisr20124: clean up nested extern declaration warnings
2007-10-10 Jeremy Allisonr20057: Attempt to fix connect timeouts when connected on
2007-10-10 Jeremy Allisonr19975: Deal with 2 keytypes I messed previously (DR...
2007-10-10 Jeremy Allisonr19974: Add freelist check for cache. Fix testing of...
2007-10-10 Jeremy Allisonr19958: Add check for WINBIND_OFFLINE key.
2007-10-10 Jeremy Allisonr19957: Initial framework to make winbindd robust
2007-10-10 Jeremy Allisonr19399: Now Guenther discovered one crash dereferencing...
2007-10-10 Günther Deschnerr19391: Fix crash bug within the winbind caching method.
2007-10-10 Günther Deschnerr19371: Add two missing refresh_sequence_number calls...
2007-10-10 Günther Deschnerr19206: Jeremy, for some reason storing a value-less...
2007-10-10 Jeremy Allisonr19148: Finish last nights patch - make offline
2007-10-10 Volker Lendecker18543: Fix Coverity ID#312
2007-10-10 Günther Deschnerr18511: Ops, fix the build.
2007-10-10 Günther Deschnerr18510: Protect against storing null-sids in the winbin...
2007-10-10 Jeremy Allisonr18476: Protect ourselves from bad cached creds a little
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Jeremy Allisonr18191: Fix the online/offline state handling of winbindd.
2007-10-10 Jelmer Vernooijr18188: merge 3.0-libndr branch
2007-10-10 Günther Deschnerr18167: Adding DEBUG() to winbinds refresh seqnum to...
2007-10-10 Jeremy Allisonr17618: Not using a cache version number (yet). We...
2007-10-10 Jeremy Allisonr17617: Take Andrew Bartletts excellent advice and...
2007-10-10 Jeremy Allisonr17464: Ensure we use a hash16 data type, not a string,
2007-10-10 Jeremy Allisonr17461: Ensure we never save a NULL SID mapping. |...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Günther Deschnerr16939: Still clear the winbind_cache.tdb when offline...
2007-10-10 Günther Deschnerr16790: Fix memleak.
2007-10-10 Volker Lendecker16361: Fix Klocwork ID 1731 1770 1771 1775 1796
2007-10-10 Jeremy Allisonr16284: Start fixing up gcc4 -O6 warnings on an x86_64...
2007-10-10 Günther Deschnerr16222: Fix DEBUG statements.
2007-10-10 Günther Deschnerr16221: No need for friednly error messages at log...
2007-10-10 Volker Lendecker16196: A bit of defensive programming:
2007-10-10 Günther Deschnerr15632: Remove length limitation from the winbind cache...
2007-10-10 Günther Deschnerr15428: Add "smbcontrol winbind onlinestatus" for debug...
2007-10-10 Günther Deschnerr15228: Fix -n winbind option which has become meaningl...
2007-10-10 Volker Lendecker15132: Fix some shadowed variable warnings
2007-10-10 Gerald Carterr15053: fix portabilities issues between 32-bit winbind...
2007-10-10 Günther Deschnerr14675: Protect against null sids and rids in the cache...
2007-10-10 Günther Deschnerr14674: Further cleanup for cached logins, only dump...
2007-10-10 Jeremy Allisonr14393: Fix a couple of AIX warnings.
2007-10-10 Jeremy Allisonr14282: Change centry_string to only use talloc. Should
2007-10-10 Günther Deschnerr14076: When the backends trusted_domains call comes...
2007-10-10 Volker Lendecker13984: Fix Coverity bug # 98
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Günther Deschnerr13409: No functional changes, just some DEBUG cleanup.
2007-10-10 Günther Deschnerr13377: Fix from Volker: Make offline authentication...
2007-10-10 Volker Lendecker13371: Remove an unused function
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Volker Lendecker13309: If the sid in the winbind name2sid cache is...
2007-10-10 Günther Deschnerr12788: Since we have agreed on the case of winbindd...
2007-10-10 Günther Deschnerr12787: Revert last commit that removed our logic of...
2007-10-10 Günther Deschnerr12742: Don't write null sid mappings into the winbindd...
2007-10-10 Günther Deschnerr12341: add DEBUG statement.
2007-10-10 Günther Deschnerr12193: Fix some typos.
2007-10-10 Volker Lendecker11704: methods->alternate_name is not used anymore...
2007-10-10 Gerald Carterr11652: Reinstate the netsamlogon_cache in order to...
next