summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/iface_mgr_sun.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#2618] Fixed shadowFrancis Dupont2024-06-051-3/+3
* [#3237] release changesWlodek Wencel2024-01-291-1/+1
* [#3119] use range based for loop or BOOST_FOREACHRazvan Becheriu2024-01-221-4/+3
* [#3122] 2.5.3 release changesWlodek Wencel2023-10-231-1/+1
* [#3017] create checkDetectIfaces to do persistent checksRazvan Becheriu2023-10-171-4/+0
* [#3017] added testing framework for using dummy test interfacesRazvan Becheriu2023-10-171-0/+6
* [#2434] add socket status in response to status-getAndrei Pavel2022-07-221-1/+1
* [#2388] release changesMarcin Godzina2022-04-251-1/+1
* [#1716] fixed unittestsRazvan Becheriu2022-04-091-0/+4
* [#1716] fixed compilation for bsd and sunRazvan Becheriu2022-04-061-1/+1
* [#1716] redetect interfaces and update link status on retryRazvan Becheriu2022-04-061-10/+25
* [#1716] addressed commentsRazvan Becheriu2022-04-051-1/+1
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [master] Fixing use of IfacePtr in iface_mgr_linux.cc and iface_mgr_sun.cc.Marcin Siodelski2015-03-131-21/+21
* [3736] Removed a bunch of unused functions.Marcin Siodelski2015-03-121-16/+0
* [3437] Bind socket to multicast address on Linux, not on BSD.Marcin Siodelski2014-06-231-0/+10
* [3315] Small cppcheck issue fixedTomek Mrugalski2014-02-031-1/+1
* [3288] Updated copyright headers in modified files.Marcin Siodelski2014-01-211-1/+1
* [3288] Implemented OS-specific function which opens socket on multicast.Marcin Siodelski2014-01-151-0/+23
* [2246] Another Solaris 11 compilation fixTomek Mrugalski2013-12-131-4/+4
* [2246] Solaris compilation fixTomek Mrugalski2013-12-131-2/+5
* [2246] Changes after review:Tomek Mrugalski2013-12-101-14/+12
* [2246] Interface detection code for BSD and SolarisTomek Mrugalski2013-10-221-4/+99
* [2902] Changes as a result of the review.Marcin Siodelski2013-05-211-2/+1
* [2902] Cleanup in comments.Marcin Siodelski2013-04-301-0/+2
* [2902] Added missing headers.Marcin Siodelski2013-04-261-0/+1
* [2902] DHCPv4 server will try to use 'direct response' feature if possible.Marcin Siodelski2013-04-251-5/+6
* [991] Corrected typo in the function name.Marcin Siodelski2013-04-091-1/+1
* [991] Removed garbage code for IfaceMgr on BSD.Marcin Siodelski2013-04-051-108/+0
* [991] Moved IfaceMgr::send to OS specific files.Marcin Siodelski2013-04-021-0/+59
* [991] Server responds with broadcast if direct response not supported.Marcin Siodelski2013-03-281-1/+55
* [1968] Namespace typo fixed.Tomek Mrugalski2012-05-101-1/+1
* [1968] Namespaces in iface_mgr_(os).cc fixed.Tomek Mrugalski2012-05-101-1/+3
* [1968] Added stub ifacemgr implementation for Solaris.Tomek Mrugalski2012-05-101-0/+53