Age | Commit message (Expand) | Author | Lines |
2015-10-04 | update copyright, readme, changelog and (a bit of) perltidy | Daniel Friesel | -6/+8 |
2014-10-31 | documant dump-all command | Daniel Friesel | -0/+8 |
2014-10-31 | add primitive raps2 dump-all command | Daniel Friesel | -7/+32 |
2013-09-05 | Fix smartmatch warnings on perl >= 5.018 | Daniel Friesel | -0/+2 |
2013-06-03 | replace obsolete homelinux.org domain | Daniel Friesel | -1/+1 |
2012-08-30 | update gitignore | Daniel Friesel | -5/+2 |
2012-01-05 | Raps2.pm: file_to_hash: Allow whitespace in values | Daniel Friesel | -1/+1 |
2011-08-30 | Raps2/UI.pm: Only create Term::ReadLine object when neccessary | Daniel Friesel | -2/+6 |
2011-07-25 | Release v0.530.53 | Daniel Friesel | -13/+10 |
2011-07-23 | Add ->conf tests | Daniel Friesel | -2/+5 |
2011-07-23 | Add generate_password test | Daniel Friesel | -4/+13 |
2011-07-21 | Add -C/--chrome option (shortcut for -x 'xclip -l 2') | Daniel Friesel | -5/+20 |
2011-07-21 | Make xclip command configurable (->chrome support) | Daniel Friesel | -9/+51 |
2011-07-20 | Fix pwgen usage, release v0.520.52 | Daniel Friesel | -10/+16 |
2011-07-20 | Release v0.510.51 | Daniel Friesel | -11/+27 |
2011-07-20 | raps2 add: Add -P/--paste | Daniel Friesel | -3/+14 |
2011-07-20 | Documentation updates | Daniel Friesel | -12/+93 |
2011-07-20 | raps2: Add cost/echo/pwgen options | Daniel Friesel | -8/+20 |
2011-07-20 | raps2 add: Use pwgen to generate password if the user didn't specify one | Daniel Friesel | -12/+29 |
2011-07-20 | Add a proper config file (raps2/defaults, Config::Tiny) | Daniel Friesel | -22/+65 |
2011-07-20 | Raps2.pm: Add write_config method | Daniel Friesel | -5/+19 |
2011-07-20 | Prepare for configurable key setup cost | Daniel Friesel | -23/+41 |
2011-07-20 | Use Getopt::Long | Daniel Friesel | -3/+8 |
2011-07-10 | Raps2/UI.pm: to_clipboard: Return undef if xclip fails | Daniel Friesel | -8/+15 |
2011-07-09 | raps2: Usability improvements, argument validation | Daniel Friesel | -9/+51 |
2011-07-08 | Release v0.500.50 | Daniel Friesel | -11/+17 |
2011-07-08 | ... And we don't actually need Test::Command >_> | Daniel Friesel | -1/+0 |
2011-07-08 | Declare Test::Fatal dependency | Daniel Friesel | -0/+2 |
2011-07-06 | t/29-app-raps2.t: Test ->ui / no_cli option | Daniel Friesel | -1/+3 |
2011-07-06 | Merge t/25-app-raps2-basic and t/29-app-raps2-store | Daniel Friesel | -18/+7 |
2011-07-06 | Raps2.pm: new: Add no_cli option, removes Test::MockObject build dependency | Daniel Friesel | -28/+16 |
2011-07-04 | More advanced App::Raps2 tests | Daniel Friesel | -2/+63 |
2011-07-04 | Raps2.pm: Fix internal master_password handling from new + previous sed fuckup | Daniel Friesel | -6/+7 |
2011-07-04 | Raps2.pm: new: Add master_password option | Daniel Friesel | -11/+16 |
2011-07-04 | Prepare for more advanced App::Raps2 tests | Daniel Friesel | -0/+0 |
2011-07-04 | Raps2/UI.pm: read_multiline: Can also be quit by empty line | Daniel Friesel | -1/+1 |
2011-07-04 | raps2: Simplify error checking | Daniel Friesel | -26/+31 |
2011-07-04 | Raps2.pm: pw_save: Make salt argument optional, restructure documentation whi... | Daniel Friesel | -29/+29 |
2011-07-04 | Raps2.pm: Add pw_load_info method (pw_load for unencrypted data) | Daniel Friesel | -14/+39 |
2011-07-04 | Raps2.pm: get_master_password: Accept password as optional argument | Daniel Friesel | -5/+10 |
2011-07-04 | Raps2.pm: Make file_to_hash return a hashref (consistency with pw_load) | Daniel Friesel | -22/+23 |
2011-07-04 | Move cmd_* functions into raps2, rename pw_get to pw_load and pw_add to pw_save | Daniel Friesel | -213/+186 |
2011-07-03 | Release v0.40.4 | Daniel Friesel | -9/+9 |
2011-07-03 | Raps2.pm documentation: Note that the API isn't entirely stable | Daniel Friesel | -1/+1 |
2011-07-03 | Update Changelog | Daniel Friesel | -0/+6 |
2011-06-12 | Raps2.pm: Minor documentation structure change | Daniel Friesel | -17/+41 |
2011-06-11 | Raps2.pm: pw_add / pw_get: Accept either filename or account name | Daniel Friesel | -0/+17 |
2011-06-08 | App/Raps2: Run sanity_check and load_config in new | Daniel Friesel | -8/+14 |
2011-06-07 | Raps2/Password: Accept salt for encrypt/decrypt, makes Raps2.pm less messy | Daniel Friesel | -22/+25 |
2011-06-02 | raps2: Print error message when called with an invalid action | Daniel Friesel | -0/+1 |