In revision 480, I reduced the jarfile by moving java builds to their own isolated directories, avoiding propagating cross-packaged cruft (the “Free Wifi at airports” problem). Reduces unpredictable build results, ambiguous depen
Monthly Archives: January 2013
Revision 479 – Local File fallback
In this revision, I added the fallback logic so that if a file:// URL is not used, and the file looks more like a local file, look for the local file instead.
Revision 476 – Added Auto Mode to PHC
For revision 476, I wrote “made PHC “do the right thing” a bit better by dropping out some config in the bat file and activating an “auto” mode; may have issues in a “-h uri” mode”
In short, there it is: the PHC becomes “Automatic-er” and allows me to be lazier. Avoiding possible user-error is merely a stretch-goal 🙂
Consider the 7 characters:
PHC.BAT
What this does is:
- find your java.exe in a list of 12 most likely places
- if PHC-XLSX.jar is available, use it; otherwise, use PHC.jar
- runs it in “-A” or “–auto” mode
Auto Mode
Auto Mode simply does the smarter things for you, so that fewer choices are necessary:
- if
PHC-XLSX.jar
has enabled XLSX creation, buildphc.xlsx
- if any OUIs are missing, look them up, and create
phc-OUISignatureList.xml
which can be used as the basis of edits toOUISignatureList.xml
- if VMs are present, and some HBAs are not set, produce
phc-vm.csv
which can define HBA speeds based on having all HBAs under ProbeSW - pri
Revision 473
convert the simpler inittab entry to the wannabe-complex-for-koolness /etc/rc.d/init.d/so.d/damn.d/cool.d/random-long-name init config forced by CentOS-6.0
Revision 471 – Fix SFDC Password-Winch
ensure that the $2a$ / $1$ password issue in sfdc-ftpaccess.jar cannot recur
Revision 467 – Added SFDC Password-winch
added sfdc-ftpaccess.jar, a basic jar that pulls SFDC Info as FTP user/pass plaintext