r22209: Fix the storage of time_t -> make it 64 bits (use the
[jra/samba/.git] / source / nsswitch / winbindd_cache.c
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...
2007-10-10 Gerald Carterr11651: After talking to Jeremy, commit my winbindd...
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr9588: remove netsamlogon_cache interface...everything...
2007-10-10 Gerald Carterr9330: Remove the classic dual daemon since it was...
2007-10-10 Gerald Carterr9322: fixing debug log and ensuring that we set the...
2007-10-10 Günther Deschnerr7994: This adds support in Winbindd's "security =...
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Gerald Carterr6755: removing domain_sid() since it is not referenced...
2007-10-10 Volker Lendecker6401: Fix a debug message
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Volker Lendecker4967: Not being in any domain local groups is obviousl...
2007-10-10 Volker Lendecker4760: Make wbinfo --user-sids expand domain local...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Tim Potterr2822: Fix parameter confusion in priming of name-to...
2007-10-10 Volker Lendecker2351: Fix use of an uninitialized variable. valgrind...
2007-10-10 Volker Lendecker2001: Fix bug 1622. Thanks to Qiao Yang for the patch...
2007-10-10 Gerald Carterr991: Allow winbindd to use the domain trust account...
2007-10-10 Jeremy Allisonr535: Another memleak fix from kawasa_r@itg.hitachi...
2007-10-10 Gerald Carterr294: checking in volker's winbindd patches; tested...
2007-10-10 Volker Lendecker38: Fix caching of name->sid lookups
2004-03-30 Volker LendeckeApply some const
2004-03-22 Gerald CarterBUG 1185: use 'winbind cache time' as the reconnect...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-10 Volker LendeckeApply some const
2004-01-14 Gerald Carter* Revert to using rpc for mixed mode AD domains.
2004-01-14 Gerald Carter* Revert to using rpc for mixed mode AD domains.
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-08 Andrew BartlettThis merges in my 'always use ADS' patch. Tested on...
2004-01-08 Andrew BartlettMove more of winbind to use 'find_our_domain()' rather...
2004-01-06 Andrew BartlettMerge winbind from Samba 3.0 onto HEAD.
2004-01-06 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew BartlettAdd const.
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-12 Andrew Tridgella small include file rearrangement that doesn't affect...
next