Powered by OpenBSD

CVS log for trango/Net-Telnet-Trango/scripts/update_trango.pl

[BACK] Up to [local] / trango / Net-Telnet-Trango / scripts

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.34 / (download) - annotate - [select for diffs], Wed Feb 7 23:24:39 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
CVS Tags: Net-Telnet-Trango-0-05, Net-Telnet-Trango-0-04, Net-Telnet-Trango-0-03, Net-Telnet-Trango-0-02, Net-Telnet-Trango-0-01, HEAD
Changes since 1.33: +18 -3 lines
Diff to previous 1.33 (colored)

Log failed firmware updates to stderr so cron will see it even if stdout is redirected to /dev/null

Revision 1.33 / (download) - annotate - [select for diffs], Wed Feb 7 22:07:35 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.32: +148 -132 lines
Diff to previous 1.32 (colored)

Tidy them both and make them as the same as possible so diffs can be hopefully shared.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Feb 7 19:25:05 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.31: +6 -1 lines
Diff to previous 1.31 (colored)

add the license information.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Feb 6 23:15:53 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.30: +313 -314 lines
Diff to previous 1.30 (colored)

better spacing

Revision 1.30 / (download) - annotate - [select for diffs], Tue Feb 6 23:00:31 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.29: +56 -43 lines
Diff to previous 1.29 (colored)

More generic update_trango script.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Feb 5 16:37:20 2007 UTC (17 years, 3 months ago) by mike
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

When connecting to an AP, send the SU password to all associated SUs

Revision 1.28 / (download) - annotate - [select for diffs], Fri Feb 2 22:37:24 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.27: +9 -2 lines
Diff to previous 1.27 (colored)

Check Firmware version before logging in if we can, saves some steps and
should speed stuff up slightly.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Feb 2 21:36:00 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.26: +85 -38 lines
Diff to previous 1.26 (colored)

Lots of good fixes in this one:
* fix tabs -> spaces
* more standardization on messages that are output
* allow for a complete retry of hosts that didn't work the first time
* allow passing hosts to check on the command line

Revision 1.26 / (download) - annotate - [select for diffs], Fri Feb 2 18:08:56 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.25: +9 -1 lines
Diff to previous 1.25 (colored)

Make sure we get the version information before using it.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Feb 2 17:50:09 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.24: +56 -42 lines
Diff to previous 1.24 (colored)

now reads in the hosts.xml and then gets the su info for each associated su and adds them to the list of hosts.

also changed the $fox variables to $host.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Feb 2 16:29:58 2007 UTC (17 years, 3 months ago) by mike
Branch: MAIN
Changes since 1.23: +27 -4 lines
Diff to previous 1.23 (colored)

compare uploaded file names properly

Revision 1.23 / (download) - annotate - [select for diffs], Thu Feb 1 18:44:30 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.22: +32 -27 lines
Diff to previous 1.22 (colored)

Now can update whatever type it finds in the config file.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Feb 1 17:58:33 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.21: +79 -109 lines
Diff to previous 1.21 (colored)

return,  not return undef.  it is more better gooder
and fix sudb_view so it "works"

Revision 1.21 / (download) - annotate - [select for diffs], Thu Feb 1 17:08:44 2007 UTC (17 years, 3 months ago) by mike
Branch: MAIN
Changes since 1.20: +13 -5 lines
Diff to previous 1.20 (colored)

Changed how names are figured out

Revision 1.20 / (download) - annotate - [select for diffs], Wed Jan 31 22:19:07 2007 UTC (17 years, 3 months ago) by mike
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Added a space

Revision 1.19 / (download) - annotate - [select for diffs], Wed Jan 31 22:14:26 2007 UTC (17 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.18: +15 -6 lines
Diff to previous 1.18 (colored)

add support for uploading the FPGA firmware

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jan 31 19:01:12 2007 UTC (17 years, 3 months ago) by mike
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Show the actual firmware version if it's already installed

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jan 31 18:44:27 2007 UTC (17 years, 3 months ago) by mike
Branch: MAIN
Changes since 1.16: +8 -21 lines
Diff to previous 1.16 (colored)

Fixed it so that it works.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jan 8 16:49:44 2007 UTC (17 years, 4 months ago) by mike
Branch: MAIN
Changes since 1.15: +360 -360 lines
Diff to previous 1.15 (colored)

Fixed line endings

Revision 1.15 / (download) - annotate - [select for diffs], Fri Dec 30 20:26:41 2005 UTC (18 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.14: +7 -6 lines
Diff to previous 1.14 (colored)

move new

add sulog command

add _decode_each_line and _decode_sulog

Revision 1.14 / (download) - annotate - [select for diffs], Fri Dec 30 19:26:06 2005 UTC (18 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.13: +9 -10 lines
Diff to previous 1.13 (colored)

more docs, and more changes to make it work more like Net::Telnet

Revision 1.13 / (download) - annotate - [select for diffs], Fri Dec 30 01:02:41 2005 UTC (18 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.12: +27 -19 lines
Diff to previous 1.12 (colored)

lots of documentation stubs added.  needs a lot of fleshing out still

got almost all of the commands to work with cmd().

Revision 1.12 / (download) - annotate - [select for diffs], Thu Dec 29 18:41:17 2005 UTC (18 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.11: +8 -300 lines
Diff to previous 1.11 (colored)

move rename to Net::Telnet::Trango and move into its own file.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Dec 21 02:03:30 2005 UTC (18 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

dave was STILL wrong :-)

and more better logging

Revision 1.10 / (download) - annotate - [select for diffs], Wed Dec 21 01:17:06 2005 UTC (18 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.9: +24 -11 lines
Diff to previous 1.9 (colored)

The Welcome banner is different on AP's.  tsk tsk dave.

clean up some error logging cuZ we need to know what didn't match, not what did.

make the config parser get rid of extraneous whitespace in the config file

Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 18 19:17:12 2005 UTC (18 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.8: +360 -168 lines
Diff to previous 1.8 (colored)

move to packages so I can re-use code easier.  have to split it out into different files in the future.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Nov 17 20:20:59 2005 UTC (18 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.7: +18 -5 lines
Diff to previous 1.7 (colored)

log what we are updating to

Revision 1.7 / (download) - annotate - [select for diffs], Thu Nov 17 20:09:45 2005 UTC (18 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.6: +8 -2 lines
Diff to previous 1.6 (colored)

allow for range operator, like 192.168.1-100

Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 17 00:40:06 2005 UTC (18 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.5: +10 -4 lines
Diff to previous 1.5 (colored)

add some more ip's for testing to the conf

and fix some 'die's cuZ they are bad when I don't want stuff to be fatal for EVERYthing :-)

Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 16 21:39:51 2005 UTC (18 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.4: +49 -34 lines
Diff to previous 1.4 (colored)

better logging

Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 16 21:13:39 2005 UTC (18 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.3: +92 -22 lines
Diff to previous 1.3 (colored)

now have some logging, have to make it less verbose at some point.  and dave says at some point the fpga firmware will be important

Revision 1.3 / (download) - annotate - [select for diffs], Wed Nov 16 20:48:48 2005 UTC (18 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.2: +181 -48 lines
Diff to previous 1.2 (colored)

add some files for testing, and it seems to work.  need to get some logging, but it is pretty good.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 16 05:26:37 2005 UTC (18 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.1: +185 -1 lines
Diff to previous 1.1 (colored)

a good framework so far, and add some documents to help in the future.  Plus some copies of firmware to test with

Revision 1.1 / (download) - annotate - [select for diffs], Wed Nov 16 03:28:42 2005 UTC (18 years, 6 months ago) by andrew
Branch: MAIN

a new script for dave

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>