summaryrefslogtreecommitdiffstats
path: root/m4macros (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-14[master] Added Changelog entry for #3252.Marcin Siodelski1-0/+7
2014-01-14[master] capitalize start of sentenceJeremy C. Reed1-1/+1
2014-01-14[master] some reformattingJeremy C. Reed1-39/+45
Many lines too long. Use a tab before the keyword type. Use two tabs before the committer username. This was not reviewed. No content change.
2014-01-14[master] fix some misspelling typos and punctuationJeremy C. Reed1-23/+23
I added spaces after commas also to be consistent and to be a little more readable. This was not reviewed as is minor.
2014-01-14[3252] Addressed review comments.Marcin Siodelski3-32/+63
2014-01-14[master] Add ChangeLog entry for #2335Mukund Sivaraman1-0/+4
2014-01-14[master] Add ChangeLog entry for #571Mukund Sivaraman1-0/+7
2014-01-13[master] Fixed grammar in ChangeLog entry 725.Thomas Markwalder1-1/+1
2014-01-13[master] Added ChangeLog entry 725 for Trac 3089.Thomas Markwalder1-0/+7
2014-01-13[3089] Added ticket number to commentaryThomas Markwalder2-2/+8
Added todo to dns_client.cc commentary regarding trac# 3286 and the behavior isc::dns::Message::fromWire.
2014-01-11[3089] Added commentary and corrected doxygen errorsThomas Markwalder3-11/+24
Added commentary to d2/tests/nc_test_utils.h::FauxServer Corrected doxygen errors
2014-01-10[3089] Addressed review comments.Thomas Markwalder10-30/+72
Changed DNSClient ctor to require response param be an empty pointer and clarified related commentary. Added debug log statement to log transaction start. Other minor cosmetics.
2014-01-10[master] Added ChangeLog entry for #3231.Marcin Siodelski1-0/+8
2014-01-10[3252] Removed dot at the end of section title in developer's guide.Marcin Siodelski1-1/+1
2014-01-10[3252] Created developer's guide section about error handlers in IfaceMgr.Marcin Siodelski2-1/+31
2014-01-10[3252] Updated dates in the copyright file headers.Marcin Siodelski8-8/+8
2014-01-10[3252] Install handler function for socket errors in DHCPv6 server.Marcin Siodelski3-2/+29
2014-01-10[3252] Use error handler macro for IfaceMgr::openSocket4.Marcin Siodelski2-53/+18
2014-01-10[3252] Install error handler when IPv6 sockets are being open.Marcin Siodelski5-25/+157
2014-01-10[2026] Detect Py_hash_t in ./configure and define it internally if notMukund Sivaraman5-6/+49
2014-01-09[3231] Use isRelayed instead of checking Giaddr value in DHCPv4 srv.Marcin Siodelski1-1/+1
2014-01-09[3231] Added notes explaining why new DHCPv4 server methods are static.Marcin Siodelski1-2/+14
2014-01-09[2335] Remove RRset::setName()Mukund Sivaraman10-71/+29
2014-01-09[688] Make Message::hasRRset() constMukund Sivaraman2-5/+6
2014-01-08[3231] Implemented function which checks if the v4 packet is relayed.Marcin Siodelski7-9/+108
2014-01-08[master] Added ChangeLog entry for #3251.Marcin Siodelski1-0/+9
2014-01-08[571] Don't print trailing newlines in Question::toText() output by defaultMukund Sivaraman5-14/+32
It is possible to get the old behavior by passing toText(true). Message::toText() output is unchanged.
2014-01-08[2347] Add missing <functional> includeMukund Sivaraman1-0/+1
This seems to be required on certain platforms (Visual Studio 2012) to use std::bind1st, std::not_equal_to, etc. On other platforms, it may have been transitively included.
2014-01-07[3251] Fixed IfaceMgr unit test for BSD systems.Marcin Siodelski1-2/+7
2014-01-07[3231] Corrected a typo in dhcp4_srv.hMarcin Siodelski1-1/+1
2014-01-07[3243] Fix use of serial tests harness in configure.acMukund Sivaraman1-7/+13
2014-01-07[1444] Make DATASRC_SQLITE_DROPCONN message more admin-friendlyMukund Sivaraman2-3/+5
2014-01-06[master] Add ChangeLog for #3227Mukund Sivaraman1-0/+5
2014-01-06[master] Delete trailing space and wrap ChangeLog messages to 80 columnsMukund Sivaraman1-8/+9
2014-01-03[3231] Updated bind10-guide to accomodate dynamic generation of server id.Marcin Siodelski1-12/+7
2014-01-03[3231] Removed the source address adjustment of the packet in LPF.Marcin Siodelski1-20/+0
The DHCPv4 server is now responsible for setting up a correct unicast source address for the outgoing packet. The IfaceMgr doesn't replace the broadcast address with the unicast address anymore.
2014-01-03[3231] Removed fixed server identifier option from the DHCPv4 server.Marcin Siodelski5-219/+22
2014-01-03[3231] Dynamically generate server identifier and append to server responseMarcin Siodelski5-82/+286
2014-01-02[master] Added ChangeLog entry 721 for trac3207.Thomas Markwalder1-0/+6
2014-01-02[3207] A few more minor review changes.Thomas Markwalder2-11/+2
Removed reponse packet type check from IPv6 packet_snd callout. Corrected text in user chk doxygen page.
2014-01-02[3231] Set fake interface for the incoming packet in DHCPv4 unit tests.Marcin Siodelski7-202/+283
2014-01-02[3231] Implemented test fixture class to run tests with fake interfaces.Marcin Siodelski2-0/+75
2013-12-31[3207] Some minor corrections to user_chk library dox page.Thomas Markwalder1-7/+15
2013-12-31[3207] Addressed review comments.Thomas Markwalder21-99/+346
Addressed review comments which were largely minor. Limited use of extern C linkage to only the callout functions themselves. Added a dox page describing the library. Added namespace user_chk.
2013-12-30[master] Keep generate files list sortedKean Johnston1-217/+217
2013-12-30[master] Remove obsolete usage of AC_OUTPUTKean Johnston2-92/+94
The obsolete usage of AC_OUTPUT was actually causing config.status to be executed multiple times, which is a big waste of time. Changed to use the correct AC_CONFIG_FILES and AC_CONFIG_COMMANDS macros instead.
2013-12-30[3267] Removed includes to top levelKean Johnston2-2/+0
2013-12-19[3251] Addressed review comments.Marcin Siodelski9-61/+217
2013-12-19[master] Fix ChangeLog formattingMukund Sivaraman1-1/+1
2013-12-19[3227] Return clearer message when cmdctl address+port is already in useMukund Sivaraman1-1/+12