Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup of DC enumeration in get_dcs() | Steven Danneman | 2008-09-04 | 1 | -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_entry | Volker Lendecke | 2008-06-07 | 1 | -1/+2 |
| | |||||
* | Make the gencache based conncache use talloc_tos() | Volker Lendecke | 2008-06-07 | 1 | -11/+15 |
| | |||||
* | Negative conn cache uses gencache | Marc VanHeyningen | 2008-06-07 | 1 | -129/+189 |
| | |||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r18533: Ensure we clear out the failed connection cache for an entire | Jeremy Allison | 2007-10-10 | 1 | -0/+28 |
| | | | | | domain when going back online. Jeremy. | ||||
* | r13316: Let the carnage begin.... | Gerald Carter | 2007-10-10 | 1 | -14/+22 |
| | | | | Sync with trunk as off r13315 | ||||
* | r13238: Fix from Qiao Yang <qyang@stbernard.com> to ensure we | Jeremy Allison | 2007-10-10 | 1 | -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 Allison | 2007-10-10 | 1 | -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 Allison | 2007-10-10 | 1 | -2/+0 |
| | | | | | | Meadows" <jameadows@webopolis.com>. Jeremy. | ||||
* | fix typo in debug log | Gerald Carter | 2003-07-16 | 1 | -1/+1 |
| | |||||
* | * fix typos in a few debug statements | Gerald Carter | 2003-06-25 | 1 | -1/+1 |
| | | | | | * check negative connection cache before ads_try_connect() in ads_find_dc() | ||||
* | forgot one file | Gerald Carter | 2003-06-25 | 1 | -0/+158 |