- 28 Aug, 2017 2 commits
-
-
Leigh B Stoller authored
for a proper solution at some point.
-
Leigh B Stoller authored
-
- 26 Aug, 2017 2 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
- 24 Aug, 2017 3 commits
- 23 Aug, 2017 24 commits
-
-
Mike Hibler authored
-
Leigh B Stoller authored
stuff in them.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
since there are elabinelab experiments running. Convert a few DB queries to use the Interface and Node libraries. More to do.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Also clean up silly code.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
arguments. Add -i option to dump out interface/wire info for existing management interface.
-
Leigh B Stoller authored
iface syntax and prints out in iface syntax (-i option).
-
Leigh B Stoller authored
1. Get rid of direct queries to wires and interfaces, use library. 2. Allow node:iface on the command line for ports. 3. Add -i option to print out results in node:iface. Eventually we want to flush card.port output, but lets wait on that for a while. 4. Switch from card,port to iface lookups. 5. The DB change adds iface to the port_counters table, no longer using card,port. Eventually flush them.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
no need to ever use card,port since we never actually put that into into the ptop file.
-
Leigh B Stoller authored
which is always cause of perl hashes. Some cases do not matter, so just added some sorts to those, others are conditionalized.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 22 Aug, 2017 1 commit
-
-
Leigh B Stoller authored
although need to come back to this once I figure out what the right thing to do is.
-
- 21 Aug, 2017 7 commits
-
-
David Johnson authored
m2crypto's default SSLServer.handle_error function was just printing to stdout; that is an easy fix. However, what is hard is associating the Exception with a client_address due to the socket/M2Crypto.SSL.Connection abstraction abuse. Lots of stuff happens in Connection.accept(), and if an Exception is raised in there, no client_address is returned to the caller (i.e. handle_request()). m2crypto does a real disservice by overlaying the socket API and thus masking so many customization points that any real user would want to use.
-
David Johnson authored
Bump the SSL accept phase to 3 seconds to be a tad more gracious to legitimately-slow clients. Also restore the default SSL timeout to None (i.e. whatever the underlying default timeout is).
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
Did this before I realized how DoneIfEdited worked, but it seems like a useful function to have for something someday.
-
- 19 Aug, 2017 1 commit
-
-
David Johnson authored
-