2003-09-12 14:09 cjcollier * README: - added snippit for get_status - forgot to show how to exec push_splash. fixed 2003-09-12 14:01 cjcollier * get_status: - new program to scrape Status.asp for current state of the router 2003-09-12 14:00 cjcollier * WRT54G.pm: - added get_status and associated documentation - modified THANKS based on AUTHORS file - mentioned #wrt54g 2003-09-12 13:31 cjcollier * README: - added docs for push_splash 2003-09-11 23:12 cjcollier * mips/modules: - cut out the crap 2003-09-11 23:03 cjcollier * mips/modules: - these are kernel modules. Some of them don't work. 2003-09-11 23:02 cjcollier * push_dist: - pushing modules. Yay. 2003-09-11 22:28 cjcollier * push_dist: - added dmesg. Thanks for the reminder, Gerry 2003-09-11 22:21 cjcollier * TODO: A list of things to do for future release 2003-09-11 22:20 cjcollier * push_splash: Rob's push_splash code to put NoCatSplash on the router 2003-09-11 22:20 cjcollier * nocatsplash/: INSTALL, nocat.conf, splash.html, splash54g: - Rob's nocatsplash dist 2003-09-11 22:18 cjcollier * push_dist: - remote_mysh -> remote_shell - semicolon at end of a foreach block 2003-09-11 22:17 cjcollier * WRT54G.pm: - added an option to send_file to declare the file as text - added more debugging for misdirected shebang - found out why long commands weren't being exec'd 2003-09-11 22:16 cjcollier * Makefile: - added a rule for clean ;) 2003-09-11 22:15 cjcollier * LICENSE: - added mention of NoCatSplash - added mention of kernel modules 2003-09-11 22:15 cjcollier * AUTHORS: - putting each submission on its own line - added push_dist; forgot for last version - mentioned nocatsplash for Rob - added Mike Baker 2003-09-11 22:09 cjcollier * mips/strace: - strace, thanks to Mike Baker 2003-09-11 22:08 cjcollier * mips/busybox: - new busybox from Gerry 2003-09-10 07:21 cjcollier * mips/mysh: - this shell will set up the remote environment and exec the busybox shell 2003-09-10 07:20 cjcollier * wrt54g.cfg: - added remote_shell, which will be the shell used on the router 2003-09-10 07:19 cjcollier * push_dist: - building mysh locally and then sending it, saving three expensive exec_command() calls - removed superfluous mkdir /tmp/sbin 2003-09-10 07:17 cjcollier * WRT54G.pm: - in check for misdirected SheBang, checked to see if the directory was correct before correcting it.. 2003-09-09 15:33 cjcollier * AUTHORS: - added Jim Buzbee 2003-09-09 15:32 cjcollier * README: - changed the location mentioned for the distribution - added basic documentation for push_dist - made note that you can telnet to the AP after the first time you run ./start_telnet - added mention of the Wrt54gTools Wiki page - added mention of Jim's mini-dist page 2003-09-09 15:21 cjcollier * push_dist: script to create a basic distribution on the wrt 2003-09-09 15:20 cjcollier * INSTALL.fr: French Translation by Bruno Vidal 2003-09-09 15:20 cjcollier * WRT54G.pm: - added state to keep track of which directories have been created - added code to replace #!/bin/..sh with #!/tmp/bin/..sh - removed debugging print statements - added a THANKS section to the documentation - added the Wrt54gTools Wiki page to the documentation 2003-09-09 15:13 cjcollier * AUTHORS: - added translators to file 2003-08-07 16:46 cjcollier * INSTALL.es: - Spanish translation by Oscar Murillo 2003-08-04 13:57 cjcollier * ChangeLog: - updated for v0.0.5 2003-08-04 13:53 cjcollier * ChangeLog: - updated changelog for revision 0.0.5 2003-08-04 12:32 cjcollier * WRT54G.pm: - checking to see if ttcp_binary mips_faucet_binary and netcat_binary exist in new() - uppercased that annoying lower-case w 2003-08-04 12:27 cjcollier * mips/faucet: - meant to call faucet-mips mips/faucet 2003-08-04 12:27 cjcollier * mips/faucet-mips: - ick. meant to call it 'faucet' 2003-08-04 12:26 cjcollier * mips/: busybox, faucet-mips, telnetd: - moved faucet to the mips/ directory and added the binaries Gerry gave me 2003-08-04 12:25 cjcollier * LICENSE: - Moved license info from the README file to here 2003-08-04 12:24 cjcollier * start_telnet: - Created this at the suggestion of Gerry Rozema and with MUCH of his help 2003-08-04 12:23 cjcollier * AUTHORS: - added newlines between folks - wrapping long lines 2003-08-04 12:21 cjcollier * AUTHORS: - moved author information from the README file to this file 2003-08-04 12:20 cjcollier * INSTALL: - moved installation instructions from README to here. 2003-08-04 11:59 cjcollier * wrt54g.cfg: - added busybox and telnetd mips binaries - moved mips binaries to the mips/ directory - added local telnet client 2003-08-04 11:58 cjcollier * README: - split this file up a bit - Installation instructions go in INSTALL - authors went into AUTHORS - License information went in to LICENSE - added start_telnet to the Usage section - added SWN's mailing list archive to the "see also" section 2003-08-04 11:55 cjcollier * faucet-mips: - moved to mips/faucet 2003-08-03 09:40 cjcollier * ChangeLog: - updated ChangeLog 2003-08-03 09:39 cjcollier * put_file: - using new hash args 2003-08-03 09:38 cjcollier * get_shell: - moved majority of this code to WRT54G.pm 2003-08-03 09:38 cjcollier * WRT54G.pm: - added POD documentation - removed defaults for ttcp_binary, mips_faucet_binary and netcat_binary - removed checks for these files - subs now take hashes as arguments - subs now take args to over-write values set in new() 2003-08-03 08:22 cjcollier * README: - noted that this package is now under the GNU GPL 2003-08-03 08:19 cjcollier * COPYING: - Added a COPYING file so we can make this a GNU package 2003-08-02 22:23 cjcollier * ChangeLog: - Now using cvs2cl.pl to generate ChangeLog file 2003-08-02 18:58 cjcollier * ChangeLog: - added changelong info or v0.0.3 2003-08-02 18:50 cjcollier * README: - noted the change from config to wrt54g.cfg 2003-08-02 18:49 cjcollier * put_file: - using Util - parsing config file here rather than in WRT54G.pm - using the WRT54G object interface 2003-08-02 18:48 cjcollier * get_shell: - now using Util.pm - parsing config file from within scripts rather than in WRT54G.pm - using the WRT54G object interface - using $faucet_port instead of 99 2003-08-02 18:43 cjcollier * WRT54G.pm: - WRT54G.pm is now object oriented - initialization is encapsulated in the new subroutine - subs must be called as $object->sub_name(), as they expect $self as a first argument - default configuration params are set in new(), to change defaults, pass args to new() 2003-08-02 18:43 cjcollier * config, wrt54g.cfg: - removed config - added wrt54g.cfg as new config file 2003-08-02 18:35 cjcollier * Util.pm: - A basic module to implement simple stuff that doesn't belong in WRT54G.pm 2003-08-01 02:24 cjcollier * WRT54G.pm: - moved -p 10 in front of the IP address to correct a bug found by Rob 2003-08-01 01:22 cjcollier * get_shell: - removed comments 2003-08-01 01:18 cjcollier * ttcp: - removed. Source supplied 2003-08-01 01:14 cjcollier * Makefile, README, WRT54G.pm, config, faucet-mips, get_shell, put_file, ttcp, ttcp.c: - initial release 2003-08-01 01:14 cjcollier * Makefile, README, WRT54G.pm, config, faucet-mips, get_shell, put_file, ttcp, ttcp.c: Initial revision