Justin Hart
120f3cb42b
use agent for encrypt-decrypt
2015-03-20 17:41:55 -07:00
Tom Limoncelli
a154c7546a
Merge pull request #62 from quarkslab/fix-blackbox-diff
...
Add blackbox_diff to README
2015-03-20 15:12:06 -04:00
Tom Limoncelli
9bfb3e964f
Merge pull request #63 from quarkslab/clean-ifs
...
Remove all IFS saves
2015-03-20 15:11:41 -04:00
Charles Prost
5fe2ecb15e
[clean] Add blackbox_diff to README
2015-03-20 09:58:15 +01:00
Charles Prost
3b76c6c936
[clean] Remove useless IFS save
2015-03-20 09:40:42 +01:00
tlimoncelli@stackexchange.com
d5a82166f3
tools/confidence_test.sh: Test that locked out user can't decrypt.
2015-03-19 15:02:05 -07:00
Tom Limoncelli
124f265825
Merge pull request #61 from quarkslab/fix-support_filenames-with-space
...
Modify several scripts to support or improve support for filenames with space
2015-03-19 14:21:29 -07:00
Tom Limoncelli
ff50a7a30f
Merge pull request #60 from quarkslab/dev-diff
...
Add blackbox_diff script
2015-03-19 14:16:16 -07:00
Charles Prost
1debbd918b
[add] Add blackbox_diff script
2015-03-19 14:38:29 +01:00
Charles Prost
a7b8c32da0
[clean] Improve display for filenames with spaces
2015-03-19 11:04:45 +01:00
Charles Prost
f78d25b004
[clean] Restore IFS for 'blackbox_postdeploy'
2015-03-19 10:55:37 +01:00
Charles Prost
d8fb3e855d
[fix] Support filenames with space for 'blackbox_shred_all_files'
2015-03-19 10:53:49 +01:00
Charles Prost
08b0103136
[fix] Support filenames with space for 'blackbox_update_all_files'
2015-03-19 10:52:21 +01:00
tlimoncelli@stackexchange.com
225d38ee11
BACKWARDS INCOMPATIBLE CHANGES:
...
* Using $BASEDIR to pass the location of the repo hasn't worked for a
while. It has been removed. Simply cd into the vcs repo before
running a command.
BUG FIXES:
* .gitignore was being created in subdirectories instead of VCS root.
MINOR CHANGES
* _blackbox_common.sh: Replace change_to_root with change_to_vcs_root
* confidence_test.sh: Added more assertions and tests.
v1.20150609
2015-03-10 21:16:27 +00:00
Tom Limoncelli
ccba841cd8
Merge pull request #56 from jw35/avoid-needing-path
...
Avoid needing blackbox scripts on $PATH
2015-03-09 07:59:09 -04:00
Tom Limoncelli
6817724205
Merge pull request #54 from enricopulatzo/patch-1
...
docs: correct typo in example
2015-03-09 07:58:41 -04:00
tlimoncelli@stackexchange.com
fcaceab817
'make confidence' assumes source in ~/gitwork/blackbox. Fixes #58
2015-03-09 07:56:37 -04:00
Jon Warbrick
b35c09609b
Avoid needing blackbox scripts on $PATH
...
blackbox_edit and blackbox_cat use other blackbox scripts internally,
but assume that they will be found on $PATH. In testing it's useful to
be able to run these scripts by pathname without first putting them on
$PATH, and all the other scripts work just fine in these circumstances.
This edit fixes this by prefixing all references to other scripts in
blackbox_edit and blackbox_cat with ${blackbox_home}, which is conveniently
set as part of sourcing _blackbox_common.sh.
2015-03-08 19:59:55 +00:00
Josh Peters
e2defec756
docs: correct typo in example
...
the example flow used blackbox_edit (which uses the $EDITOR) but the author meant blackbox_edit_start (since the next step is editing the file in an external editor)
2015-03-06 20:29:50 -06:00
Tom Limoncelli
65a1c938ab
Merge pull request #53 from Gnouc/master
...
Register new file now work with space in filename.
2015-03-06 08:57:49 -05:00
tlimoncelli@stackexchange.com
faa40c71c7
Add Debian instructions
2015-03-06 13:51:53 +00:00
LE Manh Cuong
90dc874d56
Register new file now work with space in filename.
2015-03-06 11:33:39 +07:00
tlimoncelli@stackexchange.com
c474e1f0a8
rename
2015-03-05 22:20:13 +00:00
tlimoncelli@stackexchange.com
8d1d09b454
Remove irrelevant error check
v1.20150304
v1.20150318
2015-03-04 18:23:12 -05:00
Tom Limoncelli
d7a3c791e9
Merge pull request #49 from law/master
...
adding rudimentary debian package building support
2015-03-04 16:18:34 -05:00
tlimoncelli@stackexchange.com
f505eb96dc
Merge branch 'Gnouc-master'
2015-03-04 15:27:56 -05:00
LE Manh Cuong
19532b82d5
Issue 50:
...
- Fix forgetting unquotes command substitution in function vcs_relative_path.
- Using old test instead of new test in Makefile.
- Fix some variables for Bob in "confidence_test.sh".
2015-03-03 09:31:09 +07:00
Lee Whalen
6e32500adc
Mangling Makefile to make better sense - generates .deb inputfile list from the RPM list, and does so for each run of 'make packages-deb'
2015-03-01 14:58:09 -08:00
Lee Whalen
2591c768e7
Fixing issues with Makefile per PR feedback
2015-03-01 14:37:07 -08:00
Lee Whalen
b183931cf5
adding rudimentary debian package building support
2015-02-28 20:44:28 -08:00
tlimoncelli@stackexchange.com
9c9691c5d6
BUG: "make confidence" should work on Mac OS X
2015-02-28 08:18:26 -06:00
tlimoncelli@stackexchange.com
a9562e73d6
"make confidence" should work on mac (partial implementation)
2015-02-28 07:58:30 -06:00
Tom Limoncelli
5baec75e4b
Merge pull request #47 from Gnouc/master
...
Fix many bugs for unquote variables.
2015-02-28 07:56:57 -06:00
LE Manh Cuong
5428aed2d7
Fix many bugs for unquote variables.
2015-02-27 01:09:59 +07:00
Tom Limoncelli
971b6bf63a
Merge pull request #45 from unixorn/add-antigen-zgen-instructions
...
Add antigen and zgen instructions
2015-02-24 14:33:38 -05:00
Joe Block
f8016871f5
Add antigen and zgen instructions
2015-02-24 11:27:13 -08:00
Tom Limoncelli
65d11ff6d5
Merge pull request #44 from jpluscplusm/patch-1
...
Fix typo in Readme
2015-02-24 11:45:35 -05:00
JCM
d380b43ab7
Fix typo in Readme
2015-02-24 16:29:11 +00:00
tlimoncelli@stackexchange.com
d6fc4b1dac
NEWS: Blackbox is now available via MacPorts!
2015-02-24 11:06:57 -05:00
tlimoncelli@stackexchange.com
b8881d7bff
Refine the upgrade procedure
2015-02-22 13:31:27 -05:00
tlimoncelli@stackexchange.com
19facd35da
Better MacPorts release flow.
2015-02-22 11:25:42 -05:00
tlimoncelli@stackexchange.com
ee3b6612ff
- Add blackbox_list_files to RPM and MacPorts packages.
...
- Makefile should not require DESTDIR variable.
v1.20150222
2015-02-16 16:17:30 +00:00
tlimoncelli@stackexchange.com
7cfb47c09b
blackbox_list_files: Only list files. No extra text. (Makes it easier to work with grep and other utilities)
2015-02-16 16:16:40 +00:00
tlimoncelli@stackexchange.com
f18a6a0a8a
README.md: Add list of commands.
2015-02-16 11:09:58 -05:00
tlimoncelli@stackexchange.com
503b26d354
blackbox_update_all_files: Clarify comment.
2015-02-16 11:09:58 -05:00
Tom Limoncelli
27df8eadf0
Merge pull request #42 from jrodriguezjr/master
...
List files that BlackBox is tracking
2015-02-16 10:59:28 -05:00
Tom Limoncelli
79ae5d33ab
Merge pull request #43 from cyberbob25/master
...
Added EDITOR default to _blackbox_common.sh
2015-02-16 10:56:39 -05:00
Bryan Roberts
63b5dc9de4
Fixed parameter expansion in _blackbox_common.sh for EDITOR
2015-02-15 11:52:34 -05:00
Bryan Roberts
d4fd6cf8ed
Removed check for EDITOR from blackbox_edit
2015-02-15 11:40:00 -05:00
Bryan Roberts
e5028b0fdb
Removed blackbox_view since blackbox_cat already exists
2015-02-15 02:36:11 -05:00