0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
edited wordlist to change layout and add more parameters and info More... over 21 years ago
got wordlist parser to work with new wordlist format More... over 21 years ago
revised and reformatted wordlist More... over 21 years ago
working with trying to load a text file from a jar. More... over 21 years ago
simple manifest file for creating an executable .jar More... over 21 years ago
preformatted word list containing descriptions for all the parameters in smb.conf. It can be manually edited as long as the syntax matches the preformatting rules. More... over 21 years ago
changed how the hashtable is poplulated. Changed from having all the values compiled in, to parsing the values from wordlist.txt. This will allow people to more easily edit the information descriptions to suit their own needs. More... over 21 years ago
moved instantiation of static class InfoTable to the load button action listener. This way it will only parse the hashtable info values from wordlist.txt when it is needed. More... over 21 years ago
added a test value into hash table More... over 21 years ago
New static class that contains and perform actions on the parameter description hashtable accessed by the info buttons. More... over 21 years ago
Quick fix for a problem with loading a malformed/blank smb.conf file (line 70) More... over 21 years ago
Referenced the static method prepareHashTable from the new InfoTable class. More... over 21 years ago
created a custom JButton to hold an extra string for finding out which info button was pressed. Added an internal action listener class to handle the info action. More... over 21 years ago
Updated information regarding project size, deleted useless test lines. More... over 21 years ago
This is just another test of cvs...pay no mind More... over 21 years ago
This is a test update of the verion.txt file More... over 21 years ago
This was a test More... over 21 years ago
added buttons for parameter information. This will be forthcoming in future cvs updates More... over 21 years ago
added new method to populate a share with minimal values More... over 21 years ago
changed function call for creating a new share. changed the blank population call to populate minimal instead of blank More... over 21 years ago
added functionality to reduce the amount of saved material to what is selected by the use preference checkbox More... over 21 years ago
created a blank global populator to be used when comparing a global to a blank global More... over 21 years ago
added more logic into panel creation changed the value of the checkboxes allowed for runtime checkbox selection More... over 21 years ago
changed the UnitIncrement on the JScrollPanes that contain the share panels. Set the values to 30. This makes scrolling the panes quite a bit easier (especially with the center mouse!!!) Also moved a few lines around...nothing major there More... over 21 years ago
created a simple search to find matches between a default share and a share read from a file. These matches are then used to fill in values in the sharepanel. When a match is not found, a blank value is inserted. More... over 21 years ago
? More... over 21 years ago
changed namePopDialog, addNewShare, and addSharePanel to work with the new share syntax using retName More... over 21 years ago
added retName method to return the name of the share More... over 21 years ago
simplified by removing redundancy deleted a blank line too More... over 21 years ago
simplified by removing redundancy More... over 21 years ago