Commit Graph

  • 9ba966445f fixup! tlimoncelli@stackexchange.com 2015-06-02 11:12:15 -04:00
  • 24ee6b3923 NEW: blacbox_decrypt_all_files: A wrapper around blackbox_postdeploy which sets up the gpg-agent. tlimoncelli@stackexchange.com 2015-06-02 11:11:27 -04:00
  • 6392a475e5 Merge pull request #79 from appropriate/clean-cat-output Tom Limoncelli 2015-06-02 10:51:05 -04:00
  • 6489733299 Fix, GnuPG 2.1 keyring default extension is '.kbx' José Luis Lafuente 2015-05-26 12:28:45 +02:00
  • 9a0905a139 Send non-file output from blackbox_cat to STDERR Mike Dillon 2015-05-14 09:36:13 -07:00
  • fbbadd658c Merge pull request #78 from johnmichel/master Tom Limoncelli 2015-05-13 15:01:50 -04:00
  • 56232aafc8 Fix issue on OS X when creating a temporary file John Michel 2015-05-13 14:17:38 -04:00
  • d960a59904 Merge pull request #77 from pombreda/patch-1 Tom Limoncelli 2015-05-10 14:57:09 -04:00
  • c3fa7a8261 Fixed Minute typo Philippe Ombredanne 2015-05-10 09:41:01 +02:00
  • 4a5787cad8 Add support for using the commands outside of a repo. tlimoncelli@stackexchange.com 2015-05-01 15:44:09 +00:00
  • ba503c33a4 Merge pull request #71 from dorfsmay/readme-add-dependency Tom Limoncelli 2015-04-06 09:30:06 -04:00
  • 7604c10be2 Add a dependency to build deb packages. Yves Dorfsman 2015-04-04 11:08:16 -06:00
  • 05edc204ae Merge branch 'salekseev-feature_p4_support' tlimoncelli@stackexchange.com 2015-04-01 11:41:24 -04:00
  • 123cad5e41 MERGE tlimoncelli@stackexchange.com 2015-04-01 11:41:06 -04:00
  • ccc9a42bef Merge pull request #69 from gburiola/master Tom Limoncelli 2015-04-01 11:37:34 -04:00
  • 74c0481f10 Merge pull request #70 from rictorres/patch-1 Tom Limoncelli 2015-04-01 11:36:06 -04:00
  • 26dc0c2c57 Fix typo on README Ricardo Torres 2015-04-01 17:11:54 +02:00
  • 7bbf1a4040 use which Luis Buriola 2015-04-01 15:56:28 +01:00
  • 9a7365dbf1 added bin/blackbox_whatsnew Luis Buriola 2015-04-01 12:20:01 +01:00
  • 6185f50942 Adding Perforce to README Stas Alekseev 2015-03-24 10:39:36 -04:00
  • caf7402a03 Adding support for perforce vcs. Stas Alekseev 2015-03-23 15:07:26 -04:00
  • 08ece7bd60 Merge pull request #65 from quarkslab/improve-diff-display Tom Limoncelli 2015-03-23 10:30:40 -04:00
  • cbf0139cf5 [fix] Modify files loop to improve diff display Charles Prost 2015-03-23 14:13:13 +01:00
  • ea72a7cd04 Merge pull request #64 from onyxraven/use_agent Tom Limoncelli 2015-03-22 09:42:00 -04:00
  • 120f3cb42b use agent for encrypt-decrypt Justin Hart 2015-03-20 17:38:35 -07:00
  • a154c7546a Merge pull request #62 from quarkslab/fix-blackbox-diff Tom Limoncelli 2015-03-20 15:12:06 -04:00
  • 9bfb3e964f Merge pull request #63 from quarkslab/clean-ifs Tom Limoncelli 2015-03-20 15:11:41 -04:00
  • 5fe2ecb15e [clean] Add blackbox_diff to README Charles Prost 2015-03-20 09:42:30 +01:00
  • 3b76c6c936 [clean] Remove useless IFS save Charles Prost 2015-03-20 09:40:42 +01:00
  • d5a82166f3 tools/confidence_test.sh: Test that locked out user can't decrypt. tlimoncelli@stackexchange.com 2015-03-19 15:02:05 -07:00
  • 124f265825 Merge pull request #61 from quarkslab/fix-support_filenames-with-space Tom Limoncelli 2015-03-19 14:21:29 -07:00
  • ff50a7a30f Merge pull request #60 from quarkslab/dev-diff Tom Limoncelli 2015-03-19 14:16:16 -07:00
  • 1debbd918b [add] Add blackbox_diff script Charles Prost 2015-02-26 17:34:49 +01:00
  • a7b8c32da0 [clean] Improve display for filenames with spaces Charles Prost 2015-03-19 10:59:37 +01:00
  • f78d25b004 [clean] Restore IFS for 'blackbox_postdeploy' Charles Prost 2015-03-19 10:55:37 +01:00
  • d8fb3e855d [fix] Support filenames with space for 'blackbox_shred_all_files' Charles Prost 2015-03-19 10:42:29 +01:00
  • 08b0103136 [fix] Support filenames with space for 'blackbox_update_all_files' Charles Prost 2015-03-19 10:37:55 +01:00
  • 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 tlimoncelli@stackexchange.com 2015-03-10 21:16:27 +00:00
  • ccba841cd8 Merge pull request #56 from jw35/avoid-needing-path Tom Limoncelli 2015-03-09 07:59:09 -04:00
  • 6817724205 Merge pull request #54 from enricopulatzo/patch-1 Tom Limoncelli 2015-03-09 07:58:41 -04:00
  • fcaceab817 'make confidence' assumes source in ~/gitwork/blackbox. Fixes #58 tlimoncelli@stackexchange.com 2015-03-09 07:56:37 -04:00
  • b35c09609b Avoid needing blackbox scripts on $PATH Jon Warbrick 2015-03-08 19:59:55 +00:00
  • e2defec756 docs: correct typo in example Josh Peters 2015-03-06 20:29:50 -06:00
  • 65a1c938ab Merge pull request #53 from Gnouc/master Tom Limoncelli 2015-03-06 08:57:49 -05:00
  • faa40c71c7 Add Debian instructions tlimoncelli@stackexchange.com 2015-03-06 13:51:53 +00:00
  • 90dc874d56 Register new file now work with space in filename. LE Manh Cuong 2015-03-06 11:33:39 +07:00
  • c474e1f0a8 rename tlimoncelli@stackexchange.com 2015-03-05 22:20:13 +00:00
  • 8d1d09b454 Remove irrelevant error check v1.20150318 v1.20150304 tlimoncelli@stackexchange.com 2015-03-04 18:23:12 -05:00
  • d7a3c791e9 Merge pull request #49 from law/master Tom Limoncelli 2015-03-04 16:18:34 -05:00
  • f505eb96dc Merge branch 'Gnouc-master' tlimoncelli@stackexchange.com 2015-03-04 15:27:56 -05:00
  • 19532b82d5 Issue 50: LE Manh Cuong 2015-03-03 09:31:09 +07:00
  • 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' Lee Whalen 2015-03-01 14:58:09 -08:00
  • 2591c768e7 Fixing issues with Makefile per PR feedback Lee Whalen 2015-03-01 14:37:07 -08:00
  • b183931cf5 adding rudimentary debian package building support Lee Whalen 2015-02-28 20:44:28 -08:00
  • 9c9691c5d6 BUG: "make confidence" should work on Mac OS X tlimoncelli@stackexchange.com 2015-02-28 08:18:26 -06:00
  • a9562e73d6 "make confidence" should work on mac (partial implementation) tlimoncelli@stackexchange.com 2015-02-28 07:58:08 -06:00
  • 5baec75e4b Merge pull request #47 from Gnouc/master Tom Limoncelli 2015-02-28 07:56:57 -06:00
  • 5428aed2d7 Fix many bugs for unquote variables. LE Manh Cuong 2015-02-27 01:01:48 +07:00
  • 971b6bf63a Merge pull request #45 from unixorn/add-antigen-zgen-instructions Tom Limoncelli 2015-02-24 14:33:38 -05:00
  • f8016871f5 Add antigen and zgen instructions Joe Block 2015-02-24 11:22:29 -08:00
  • 65d11ff6d5 Merge pull request #44 from jpluscplusm/patch-1 Tom Limoncelli 2015-02-24 11:45:35 -05:00
  • d380b43ab7 Fix typo in Readme JCM 2015-02-24 16:29:11 +00:00
  • d6fc4b1dac NEWS: Blackbox is now available via MacPorts! tlimoncelli@stackexchange.com 2015-02-24 11:06:57 -05:00
  • b8881d7bff Refine the upgrade procedure tlimoncelli@stackexchange.com 2015-02-22 13:31:27 -05:00
  • 19facd35da Better MacPorts release flow. tlimoncelli@stackexchange.com 2015-02-22 11:25:42 -05:00
  • ee3b6612ff - Add blackbox_list_files to RPM and MacPorts packages. - Makefile should not require DESTDIR variable. v1.20150222 tlimoncelli@stackexchange.com 2015-02-16 16:17:30 +00:00
  • 7cfb47c09b blackbox_list_files: Only list files. No extra text. (Makes it easier to work with grep and other utilities) tlimoncelli@stackexchange.com 2015-02-16 16:16:40 +00:00
  • f18a6a0a8a README.md: Add list of commands. tlimoncelli@stackexchange.com 2015-02-16 11:09:40 -05:00
  • 503b26d354 blackbox_update_all_files: Clarify comment. tlimoncelli@stackexchange.com 2015-02-16 11:09:28 -05:00
  • 27df8eadf0 Merge pull request #42 from jrodriguezjr/master Tom Limoncelli 2015-02-16 10:59:28 -05:00
  • 79ae5d33ab Merge pull request #43 from cyberbob25/master Tom Limoncelli 2015-02-16 10:56:39 -05:00
  • 63b5dc9de4 Fixed parameter expansion in _blackbox_common.sh for EDITOR Bryan Roberts 2015-02-15 11:52:34 -05:00
  • d4fd6cf8ed Removed check for EDITOR from blackbox_edit Bryan Roberts 2015-02-15 11:40:00 -05:00
  • e5028b0fdb Removed blackbox_view since blackbox_cat already exists Bryan Roberts 2015-02-15 02:36:11 -05:00
  • 9b5af9f85c Added EDITOR default to _blackbox_common.sh Bryan Roberts 2015-02-15 02:35:03 -05:00
  • a95a5ef629 Fixed argument for deletion Bryan Roberts 2015-02-15 02:22:41 -05:00
  • 0e5fdf6fa3 Added EDITOR default to blackbox_edit; Created blackbox_view Bryan Roberts 2015-02-14 20:00:34 -05:00
  • 1c69a11cdf Changing default umask. Joe Rodriguez Jr 2015-02-11 13:47:00 -06:00
  • 28b8c413c0 Make file executable. Joe Rodriguez Jr 2015-02-11 08:40:16 -06:00
  • 86fe5ae352 More securely quote $BB_FILES tlimoncelli@stackexchange.com 2015-02-10 18:54:47 -05:00
  • bb6e7e3451 List files that BlackBox is tracking Joe Rodriguez Jr 2015-02-10 16:08:19 -06:00
  • de3ec22655 mk_rpm_fpmdir: Many improvements: configurable epoch, description, vendor tlimoncelli@stackexchange.com 2015-02-04 20:19:09 +00:00
  • 511d59e7bb Clean up MacPorts configuration v1.20150216 v1.20150203 tlimoncelli@stackexchange.com 2015-02-03 12:34:15 -05:00
  • a772aea1d7 First attempt at a MacPorts config tlimoncelli@stackexchange.com 2015-02-03 12:18:01 -05:00
  • ca3d319c82 RELEASE_ENGINEERING.TXT: Fix typo tlimoncelli@stackexchange.com 2015-02-03 11:12:52 -05:00
  • 9c6525161c Makefile: fix manifest name tlimoncelli@stackexchange.com 2015-01-29 16:43:26 -05:00
  • ce5174691d Rework package build to use mk_rpm_fpmdir new filenames tlimoncelli@stackexchange.com 2015-01-28 22:13:34 +00:00
  • 992b8f773d Merge pull request #40 from neuroid/makefile-fix Tom Limoncelli 2015-01-27 08:00:58 -05:00
  • 767751c24a Fix unterminated quoted string Lukasz Kawczynski 2015-01-27 10:39:30 +00:00
  • 3f9d2a3044 Clarify docs tlimoncelli@stackexchange.com 2015-01-26 20:30:06 +00:00
  • d4012bfeac NEW: RELEASE_ENGINEERING.TXT tlimoncelli@stackexchange.com 2015-01-26 20:26:05 +00:00
  • 9f7792a629 Fix syntax error: blackbox_edit: line 12: conditional binary operator expected v1.20151110 tal@whatexit.org 2015-01-26 13:45:44 -05:00
  • 9634e2424a Fix if expression tlimoncelli@stackexchange.com 2015-01-14 16:10:45 +00:00
  • 2dd4c51635 Merge pull request #38 from rtkwgray/master Tom Limoncelli 2015-01-14 11:00:30 -05:00
  • beefbfb912 - Fix blackbox commands so that they work when called with absolute paths. - Fix confidence_test.sh so that it's not hardcoded to a specific dev environment path. Warren Gray 2015-01-13 14:42:58 -05:00
  • 3f36d28798 Update README.md release tlimoncelli@stackexchange.com 2015-01-09 19:01:56 +00:00
  • 537c6846ae Merge pull request #37 from millerjl1701/master Tom Limoncelli 2015-01-06 17:33:10 -05:00
  • d4d5d3dd4a Update rpm_filelist.txt Jeffrey Miller 2015-01-06 14:46:18 -06:00
  • 9173e4d78c merge tal@whatexit.org 2015-01-05 18:18:24 -05:00
  • ed44987165 Merge pull request #35 from benhc123/patch-1 Tom Limoncelli 2015-01-01 12:32:22 -05:00