Page MenuHomeFreeBSD
Feed Advanced Search

Aug 30 2020

ahsanb updated the diff for D26078: Add libroute and basic librarification of route utility.

Fix manpage by running igor on it
Fix style changes

Aug 30 2020, 9:36 AM

Aug 25 2020

ahsanb updated the diff for D26078: Add libroute and basic librarification of route utility.

Add man page

Aug 25 2020, 7:34 PM

Aug 20 2020

ahsanb updated the diff for D26078: Add libroute and basic librarification of route utility.

Fix memory leaks
Add method to get errorno

Aug 20 2020, 9:07 PM

Aug 18 2020

ahsanb updated the diff for D26078: Add libroute and basic librarification of route utility.

Add error handling for memory allocations, socket creation etc. Fix line lengths.

Aug 18 2020, 9:09 PM

Aug 16 2020

ahsanb updated the summary of D26078: Add libroute and basic librarification of route utility.
Aug 16 2020, 11:34 AM
ahsanb updated the summary of D26078: Add libroute and basic librarification of route utility.
Aug 16 2020, 11:33 AM

Aug 15 2020

ahsanb requested review of D26078: Add libroute and basic librarification of route utility.
Aug 15 2020, 12:16 PM

Jun 25 2020

ahsanb updated the diff for D25220: Add tests for "add", "change" and "delete" functionality of /sbin/route..

Replace ipv6 ULA addresses with the documentation/example ipv6 addresses

Jun 25 2020, 9:23 PM

Jun 21 2020

ahsanb updated the diff for D25220: Add tests for "add", "change" and "delete" functionality of /sbin/route..

Added the v6 tests.

Jun 21 2020, 9:15 PM

Jun 10 2020

ahsanb requested review of D25220: Add tests for "add", "change" and "delete" functionality of /sbin/route..
Jun 10 2020, 10:18 PM

Aug 19 2019

ahsanb created D21321: Add forward test for the three firewalls.
Aug 19 2019, 10:43 AM

Aug 18 2019

ahsanb added a comment to D21305: Add set ToS test for ipfw and pf.
  • wrap the comments
Aug 18 2019, 6:17 PM

Aug 17 2019

ahsanb created D21307: Add too many fragments test for pf, ipfw and ipf.
Aug 17 2019, 5:46 PM
ahsanb updated the summary of D21305: Add set ToS test for ipfw and pf.
Aug 17 2019, 2:32 PM
ahsanb created D21305: Add set ToS test for ipfw and pf.
Aug 17 2019, 2:31 PM
D21276: Move pft_ping.py and sniffer.py to the common test directory now requires review to proceed.
  • Since the NAT tests landed before this diff the merge wouldn't be possible because the NAT tests changed the common/Makefile. Created an updated diff from the new upstream.
Aug 17 2019, 2:08 PM

Aug 16 2019

ahsanb added a comment to D21276: Move pft_ping.py and sniffer.py to the common test directory.
  • Fix “replace $common_dir with ${common_dir} for consistency”
Aug 16 2019, 12:49 PM
ahsanb added a comment to D21276: Move pft_ping.py and sniffer.py to the common test directory.
  • replace $common_dir with ${common_dir} for consistency
Aug 16 2019, 10:40 AM
ahsanb added a comment to D21276: Move pft_ping.py and sniffer.py to the common test directory.
  • Add old pft_ping and sniffer.py to ObsoleteFiles.inc
Aug 16 2019, 10:37 AM
ahsanb added a comment to D21276: Move pft_ping.py and sniffer.py to the common test directory.
  • Make the pf tests use the sniffer and pft_ping tools from the common directory and hence ensure only one installation of these tools.
Aug 16 2019, 7:36 AM

Aug 15 2019

ahsanb created D21276: Move pft_ping.py and sniffer.py to the common test directory.
Aug 15 2019, 4:43 PM

Aug 14 2019

ahsanb added a comment to D21199: NAT basic test for pf, ipfw (both in-kernel and userspace) and ipf.
  • Fixed indentation for setup_tests() in nat.sh
  • Fixed indentation in common/Makefile
Aug 14 2019, 11:18 AM

Aug 13 2019

ahsanb added a comment to D21199: NAT basic test for pf, ipfw (both in-kernel and userspace) and ipf.

Fix wrong module name check for ipfw (ipfw_nat instead of ipfw)

Aug 13 2019, 6:56 AM

Aug 11 2019

ahsanb added a comment to D21199: NAT basic test for pf, ipfw (both in-kernel and userspace) and ipf.

fixed the ipfw rule loading issue

Aug 11 2019, 6:58 PM
ahsanb added inline comments to D21199: NAT basic test for pf, ipfw (both in-kernel and userspace) and ipf.
Aug 11 2019, 3:28 PM

Aug 9 2019

ahsanb retitled D21199: NAT basic test for pf, ipfw (both in-kernel and userspace) and ipf from NAT basic test for pf, ipfw (noth in-kernel and userspace) and ipf to NAT basic test for pf, ipfw (both in-kernel and userspace) and ipf.
Aug 9 2019, 5:05 PM
ahsanb created D21199: NAT basic test for pf, ipfw (both in-kernel and userspace) and ipf.
Aug 9 2019, 5:03 PM

Aug 3 2019

ahsanb added a comment to D21065: Pass/Block test for three firewalls (pf, ipfw, ipf).

check if ipf module is loaded using "kldstat -q -m ipfilter " because "kldstat -q -m ipl" doesn't work.

Aug 3 2019, 7:01 AM · GSoC Students

Jul 30 2019

D21065: Pass/Block test for three firewalls (pf, ipfw, ipf) now requires review to proceed.
  • Fix ipf check (using type ipf &> /dev/null)
Jul 30 2019, 3:37 PM · GSoC Students

Jul 29 2019

ahsanb added a comment to D21065: Pass/Block test for three firewalls (pf, ipfw, ipf).
  • Used ULA for v6 addresses
  • Changed license according to preferred license
  • For no_dad, I am taking kp's words regarding speed of the tests.
Jul 29 2019, 6:04 PM · GSoC Students

Jul 26 2019

ahsanb added a comment to D21065: Pass/Block test for three firewalls (pf, ipfw, ipf).
  • Add check for bad argument in setup_tests
  • Add atf-fail in case of wrong firewall name in firewall_config
Jul 26 2019, 7:39 PM · GSoC Students
ahsanb added a comment to D21065: Pass/Block test for three firewalls (pf, ipfw, ipf).
  • Replaced spaces with tabs
  • Created firewall_init function with firewall name as an argument
  • Modified firewall_cleanup function to take name of the firewall as an argument
  • Removed obsolete functions like ipf_init.
Jul 26 2019, 3:37 PM · GSoC Students

Jul 25 2019

ahsanb updated the diff for D21065: Pass/Block test for three firewalls (pf, ipfw, ipf).
Jul 25 2019, 6:26 PM · GSoC Students
ahsanb created D21065: Pass/Block test for three firewalls (pf, ipfw, ipf).
Jul 25 2019, 10:16 AM · GSoC Students