summaryrefslogtreecommitdiffstats
path: root/source/libsmb/conncache.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup of DC enumeration in get_dcs()Steven Danneman2008-09-041-1/+1
| | | | | | | | | | | This is a fix for a few small inefficiencies/bugs in the get_dcs() path. * because the third add_one_dc_unique() loop was outside the ADS check all DCs returned from the non-sitename lookup were being tacked onto the dc_name_ip list twice. * add_one_dc_unique() now checks if the given IP address already exists before adding it to the list, making the returned list actually unique * added more thorough doxygen comment headers
* Fix a crash in add_failed_connection_entryVolker Lendecke2008-06-071-1/+2
|
* Make the gencache based conncache use talloc_tos()Volker Lendecke2008-06-071-11/+15
|
* Negative conn cache uses gencacheMarc VanHeyningen2008-06-071-129/+189
|
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
|
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r18533: Ensure we clear out the failed connection cache for an entireJeremy Allison2007-10-101-0/+28
| | | | | domain when going back online. Jeremy.
* r13316: Let the carnage begin....Gerald Carter2007-10-101-14/+22
| | | | Sync with trunk as off r13315
* r13238: Fix from Qiao Yang <qyang@stbernard.com> to ensure weJeremy Allison2007-10-101-2/+3
| | | | | | always update the failed time when we are adding a failed connection. Jeremy.
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2007-10-101-2/+1
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r1326: Modification to get_dc_list to check negative cache. From "Joe ↵Jeremy Allison2007-10-101-2/+0
| | | | | | Meadows" <jameadows@webopolis.com>. Jeremy.
* fix typo in debug logGerald Carter2003-07-161-1/+1
|
* * fix typos in a few debug statementsGerald Carter2003-06-251-1/+1
| | | | | * check negative connection cache before ads_try_connect() in ads_find_dc()
* forgot one fileGerald Carter2003-06-251-0/+158