[Javanetsim-cvs] javaNetSim wideall.policy, NONE, 1.1 TODO.txt, 1.24, 1.25
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2007-10-14 17:19:10
|
Update of /cvsroot/javanetsim/javaNetSim In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv21615 Modified Files: TODO.txt Added Files: wideall.policy Log Message: Added WAN interfaces class prototypes... Index: TODO.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/TODO.txt,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** TODO.txt 13 Oct 2007 12:57:00 -0000 1.24 --- TODO.txt 14 Oct 2007 17:19:06 -0000 1.25 *************** *** 4,16 **** *** Whole Project ! 2. Socks Proxy(old -- Nat Gateway) to external network. ! 3. ReNew Console(IOS-similar command line) and normal config files. ! 4. VPN-client/VPN-gateway (sockets, RMI and Corba mechanisms) (or PPP Client/PPP Gateway -- ??) ! 5. Second level Switches (VLAN, etc...) ! 7. Firewalls (NAT, PAT, etc) ! 8. Access-lists in Firewalls/Routers/PCs ! 9. DHCP server/clients : main engine, re-leasing. ! 10. DNS server/clents. ! 11. Wi-Fi Access-Points and Wi-Fi adapters in PCs *** Documentation/Comments --- 4,21 ---- *** Whole Project ! 1. ReNew Console(IOS-similar command line) and normal config files. ! 1.1 Rebooting devices. ! 1.2 Up/down interfaces. ! 2. VPN-client/VPN-gateway (sockets, RMI and Corba mechanisms) (or PPP Client/PPP Gateway -- ??) ! 3. DHCP server/clients : retrying/repeating transactions, re-leasing. ! 4. Socks Proxy(old -- Nat Gateway) to external network. ! 5. Network Printers ! 6. Repeaters ! 7. Ethernet fiber Lines and converters ! 8. Firewalls (NAT, PAT, etc) ! 9. Second level Switches (VLAN, etc...) ! 10. Access-lists in Firewalls/Routers/PCs ! 11. DNS server/clents. ! 12. Wi-Fi Access-Points and Wi-Fi adapters in PCs *** Documentation/Comments --- NEW FILE: wideall.policy --- grant { // Allow everything for now permission java.security.AllPermission; }; |