aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--[-rwxr-xr-x]extras/fap/README.md (renamed from fap/README.md)0
-rwxr-xr-xextras/fap/database/README.md (renamed from fap/database/README.md)0
-rwxr-xr-xextras/fap/dhcpd/DHCP_protocol_breakdown.txt (renamed from fap/dhcpd/DHCP_protocol_breakdown.txt)0
-rwxr-xr-xextras/fap/dhcpd/module_craft_option.py (renamed from fap/dhcpd/module_craft_option.py)0
-rwxr-xr-xextras/fap/dhcpd/module_lease.py (renamed from fap/dhcpd/module_lease.py)0
-rwxr-xr-xextras/fap/dhcpd/server_dhcp.py (renamed from fap/dhcpd/server_dhcp.py)0
-rwxr-xr-xextras/fap/dhcpd/terminal.log (renamed from fap/dhcpd/terminal.log)0
-rwxr-xr-xextras/fap/httpd/# DEPRECATED/server_http.py (renamed from fap/httpd/# DEPRECATED/server_http.py)0
-rwxr-xr-xextras/fap/httpd/# DEPRECATED/terminal.log (renamed from fap/httpd/# DEPRECATED/terminal.log)0
-rwxr-xr-xextras/fap/httpd/README.md (renamed from fap/httpd/README.md)0
-rwxr-xr-xextras/fap/httpd/files/.gitignore (renamed from fap/httpd/files/.gitignore)0
-rw-r--r--extras/fap/httpd/httpd_root/# create_queries - DEPRECATED/create_queries.php (renamed from fap/httpd/httpd_root/# create_queries - DEPRECATED/create_queries.php)0
-rw-r--r--extras/fap/httpd/httpd_root/# create_queries - DEPRECATED/ipcalc_functions.php (renamed from fap/httpd/httpd_root/# create_queries - DEPRECATED/ipcalc_functions.php)0
-rw-r--r--extras/fap/httpd/httpd_root/# create_queries - DEPRECATED/patchlist.txt (renamed from fap/httpd/httpd_root/# create_queries - DEPRECATED/patchlist.txt)0
-rw-r--r--extras/fap/httpd/httpd_root/# create_queries - DEPRECATED/switches.txt (renamed from fap/httpd/httpd_root/# create_queries - DEPRECATED/switches.txt)0
-rw-r--r--extras/fap/httpd/httpd_root/.gitignore (renamed from fap/httpd/httpd_root/.gitignore)0
-rwxr-xr-xextras/fap/httpd/httpd_root/.htaccess (renamed from fap/httpd/httpd_root/.htaccess)0
-rwxr-xr-xextras/fap/httpd/httpd_root/ex2200.template (renamed from fap/httpd/httpd_root/ex2200.template)0
-rwxr-xr-xextras/fap/httpd/httpd_root/ex2200_secure.template (renamed from fap/httpd/httpd_root/ex2200_secure.template)0
-rw-r--r--extras/fap/httpd/httpd_root/pg_connect.php (renamed from fap/httpd/httpd_root/pg_connect.php)0
-rwxr-xr-xextras/fap/httpd/httpd_root/x.php (renamed from fap/httpd/httpd_root/x.php)0
-rw-r--r--extras/fap/logs/httpd.log (renamed from fap/logs/httpd.log)0
-rwxr-xr-xextras/fap/proof_of_concepts/distro_during_testing.config (renamed from fap/proof_of_concepts/distro_during_testing.config)0
-rwxr-xr-xextras/fap/proof_of_concepts/tg15-tech82-poc1.tar.gz (renamed from fap/proof_of_concepts/tg15-tech82-poc1.tar.gz)bin4691 -> 4691 bytes
-rw-r--r--extras/fap/tools_temp/get_info.php (renamed from fap/tools_temp/get_info.php)0
-rw-r--r--extras/misc/apache2.conf (renamed from misc/apache2.conf)0
-rw-r--r--extras/misc/varnish.vcl (renamed from misc/varnish.vcl)0
-rwxr-xr-xextras/tools/add_switches.txt.pl (renamed from tools/add_switches.txt.pl)0
-rwxr-xr-xextras/tools/deplist.sh (renamed from tools/deplist.sh)0
-rwxr-xr-xextras/tools/get_mibs.sh (renamed from tools/get_mibs.sh)0
30 files changed, 0 insertions, 0 deletions
diff --git a/fap/README.md b/extras/fap/README.md
index c8278f5..c8278f5 100755..100644
--- a/fap/README.md
+++ b/extras/fap/README.md
diff --git a/fap/database/README.md b/extras/fap/database/README.md
index 3d014d3..3d014d3 100755
--- a/fap/database/README.md
+++ b/extras/fap/database/README.md
diff --git a/fap/dhcpd/DHCP_protocol_breakdown.txt b/extras/fap/dhcpd/DHCP_protocol_breakdown.txt
index 5af2bf2..5af2bf2 100755
--- a/fap/dhcpd/DHCP_protocol_breakdown.txt
+++ b/extras/fap/dhcpd/DHCP_protocol_breakdown.txt
diff --git a/fap/dhcpd/module_craft_option.py b/extras/fap/dhcpd/module_craft_option.py
index 35e7328..35e7328 100755
--- a/fap/dhcpd/module_craft_option.py
+++ b/extras/fap/dhcpd/module_craft_option.py
diff --git a/fap/dhcpd/module_lease.py b/extras/fap/dhcpd/module_lease.py
index 0473579..0473579 100755
--- a/fap/dhcpd/module_lease.py
+++ b/extras/fap/dhcpd/module_lease.py
diff --git a/fap/dhcpd/server_dhcp.py b/extras/fap/dhcpd/server_dhcp.py
index 592e1eb..592e1eb 100755
--- a/fap/dhcpd/server_dhcp.py
+++ b/extras/fap/dhcpd/server_dhcp.py
diff --git a/fap/dhcpd/terminal.log b/extras/fap/dhcpd/terminal.log
index e865bd4..e865bd4 100755
--- a/fap/dhcpd/terminal.log
+++ b/extras/fap/dhcpd/terminal.log
diff --git a/fap/httpd/# DEPRECATED/server_http.py b/extras/fap/httpd/# DEPRECATED/server_http.py
index a9ae74c..a9ae74c 100755
--- a/fap/httpd/# DEPRECATED/server_http.py
+++ b/extras/fap/httpd/# DEPRECATED/server_http.py
diff --git a/fap/httpd/# DEPRECATED/terminal.log b/extras/fap/httpd/# DEPRECATED/terminal.log
index bedb829..bedb829 100755
--- a/fap/httpd/# DEPRECATED/terminal.log
+++ b/extras/fap/httpd/# DEPRECATED/terminal.log
diff --git a/fap/httpd/README.md b/extras/fap/httpd/README.md
index 73c5634..73c5634 100755
--- a/fap/httpd/README.md
+++ b/extras/fap/httpd/README.md
diff --git a/fap/httpd/files/.gitignore b/extras/fap/httpd/files/.gitignore
index cec9082..cec9082 100755
--- a/fap/httpd/files/.gitignore
+++ b/extras/fap/httpd/files/.gitignore
diff --git a/fap/httpd/httpd_root/# create_queries - DEPRECATED/create_queries.php b/extras/fap/httpd/httpd_root/# create_queries - DEPRECATED/create_queries.php
index 8d4bf26..8d4bf26 100644
--- a/fap/httpd/httpd_root/# create_queries - DEPRECATED/create_queries.php
+++ b/extras/fap/httpd/httpd_root/# create_queries - DEPRECATED/create_queries.php
diff --git a/fap/httpd/httpd_root/# create_queries - DEPRECATED/ipcalc_functions.php b/extras/fap/httpd/httpd_root/# create_queries - DEPRECATED/ipcalc_functions.php
index e848ef1..e848ef1 100644
--- a/fap/httpd/httpd_root/# create_queries - DEPRECATED/ipcalc_functions.php
+++ b/extras/fap/httpd/httpd_root/# create_queries - DEPRECATED/ipcalc_functions.php
diff --git a/fap/httpd/httpd_root/# create_queries - DEPRECATED/patchlist.txt b/extras/fap/httpd/httpd_root/# create_queries - DEPRECATED/patchlist.txt
index 7454441..7454441 100644
--- a/fap/httpd/httpd_root/# create_queries - DEPRECATED/patchlist.txt
+++ b/extras/fap/httpd/httpd_root/# create_queries - DEPRECATED/patchlist.txt
diff --git a/fap/httpd/httpd_root/# create_queries - DEPRECATED/switches.txt b/extras/fap/httpd/httpd_root/# create_queries - DEPRECATED/switches.txt
index c9d60d9..c9d60d9 100644
--- a/fap/httpd/httpd_root/# create_queries - DEPRECATED/switches.txt
+++ b/extras/fap/httpd/httpd_root/# create_queries - DEPRECATED/switches.txt
diff --git a/fap/httpd/httpd_root/.gitignore b/extras/fap/httpd/httpd_root/.gitignore
index e69de29..e69de29 100644
--- a/fap/httpd/httpd_root/.gitignore
+++ b/extras/fap/httpd/httpd_root/.gitignore
diff --git a/fap/httpd/httpd_root/.htaccess b/extras/fap/httpd/httpd_root/.htaccess
index 17add11..17add11 100755
--- a/fap/httpd/httpd_root/.htaccess
+++ b/extras/fap/httpd/httpd_root/.htaccess
diff --git a/fap/httpd/httpd_root/ex2200.template b/extras/fap/httpd/httpd_root/ex2200.template
index 7f3bbaf..7f3bbaf 100755
--- a/fap/httpd/httpd_root/ex2200.template
+++ b/extras/fap/httpd/httpd_root/ex2200.template
diff --git a/fap/httpd/httpd_root/ex2200_secure.template b/extras/fap/httpd/httpd_root/ex2200_secure.template
index de9bd3b..de9bd3b 100755
--- a/fap/httpd/httpd_root/ex2200_secure.template
+++ b/extras/fap/httpd/httpd_root/ex2200_secure.template
diff --git a/fap/httpd/httpd_root/pg_connect.php b/extras/fap/httpd/httpd_root/pg_connect.php
index 6808cb0..6808cb0 100644
--- a/fap/httpd/httpd_root/pg_connect.php
+++ b/extras/fap/httpd/httpd_root/pg_connect.php
diff --git a/fap/httpd/httpd_root/x.php b/extras/fap/httpd/httpd_root/x.php
index dda20f2..dda20f2 100755
--- a/fap/httpd/httpd_root/x.php
+++ b/extras/fap/httpd/httpd_root/x.php
diff --git a/fap/logs/httpd.log b/extras/fap/logs/httpd.log
index 8571480..8571480 100644
--- a/fap/logs/httpd.log
+++ b/extras/fap/logs/httpd.log
diff --git a/fap/proof_of_concepts/distro_during_testing.config b/extras/fap/proof_of_concepts/distro_during_testing.config
index 1b92507..1b92507 100755
--- a/fap/proof_of_concepts/distro_during_testing.config
+++ b/extras/fap/proof_of_concepts/distro_during_testing.config
diff --git a/fap/proof_of_concepts/tg15-tech82-poc1.tar.gz b/extras/fap/proof_of_concepts/tg15-tech82-poc1.tar.gz
index 2844b59..2844b59 100755
--- a/fap/proof_of_concepts/tg15-tech82-poc1.tar.gz
+++ b/extras/fap/proof_of_concepts/tg15-tech82-poc1.tar.gz
Binary files differ
diff --git a/fap/tools_temp/get_info.php b/extras/fap/tools_temp/get_info.php
index 84da5cf..84da5cf 100644
--- a/fap/tools_temp/get_info.php
+++ b/extras/fap/tools_temp/get_info.php
diff --git a/misc/apache2.conf b/extras/misc/apache2.conf
index 08471e0..08471e0 100644
--- a/misc/apache2.conf
+++ b/extras/misc/apache2.conf
diff --git a/misc/varnish.vcl b/extras/misc/varnish.vcl
index 754ecbc..754ecbc 100644
--- a/misc/varnish.vcl
+++ b/extras/misc/varnish.vcl
diff --git a/tools/add_switches.txt.pl b/extras/tools/add_switches.txt.pl
index 635e356..635e356 100755
--- a/tools/add_switches.txt.pl
+++ b/extras/tools/add_switches.txt.pl
diff --git a/tools/deplist.sh b/extras/tools/deplist.sh
index cd2ecc0..cd2ecc0 100755
--- a/tools/deplist.sh
+++ b/extras/tools/deplist.sh
diff --git a/tools/get_mibs.sh b/extras/tools/get_mibs.sh
index 7c8cc52..7c8cc52 100755
--- a/tools/get_mibs.sh
+++ b/extras/tools/get_mibs.sh