summaryrefslogtreecommitdiffstats
path: root/Todo
diff options
context:
space:
mode:
Diffstat (limited to 'Todo')
-rw-r--r--Todo25
1 files changed, 7 insertions, 18 deletions
diff --git a/Todo b/Todo
index 5f194d8..c608d37 100644
--- a/Todo
+++ b/Todo
@@ -1,27 +1,16 @@
+- a format such as {<user>} as the pwd in .cloginrc to indicate *login should
+ prompt the user for the password
- better error loggin in the looking glass
-- why do 'make distclean' & 'make dist' fail on fbsd 3.3?
- handle foundry and reback in the looking glass
- implement the bits marked unimplemented in lg.conf
-- need to strip community strings from foundry, redback
- detect 'same' vty configs
- ignoring length/width/passwd is a start, but need more
- merge clogin and jlogin into one. possible?
- rancid needs to treat the 3600s like the 7Ks and 12Ks...
-- Also, need to allow 12012s, and force 700s to not be treated like 7Ks.
+ Also, need to allow 12012s, and force 700s to not be treated like 7Ks.
- flogin (for foundry) needs more testing and should be integrated with
clogin when foundry fixes their UI.
-- check clogin. does it handle multiple addrs for 1 fqdn correctly?
- > guelah [444] clogin gw6.partan.com
- > gw6.partan.com
- > spawn telnet gw6.partan.com
- > Trying 198.6.255.57...
- > telnet: connect to address 198.6.255.57: Host is unreachable
- > telnet: connect to address 198.6.255.61: Host is unreachable
- > telnet: connect to address 198.6.255.65: Host is unreachable
- > Connected to gw6.partan.com (198.6.255.194).
- > Escape character is '^]'.
- >
- >
- > User Access Verification
- >
- > Username: ^Cguelah [445]
+- include a few -s and -x type example *login scripts.
+- add -E to *login to pass through variables to scripts
+ clogin -Evariable=something router...
+ clogin -Evariable=a,b,c [ie: an array/list which user splits]