Commit Graph

  • d1fbe2509c upd woodpecker config master Thomas von Dein 2025-12-13 20:37:47 +01:00
  • 438011d341 move to codeberg github Thomas von Dein 2025-12-10 22:04:54 +01:00
  • af43ac3e98 add required mods 1.23 Thomas von Dein 2025-12-10 21:22:08 +01:00
  • 51149c746c move to codeberg (#14) T. von Dein 2025-12-10 21:14:44 +01:00
  • 2cfcb75c8b add pipelines codeberg Thomas von Dein 2025-12-10 20:58:23 +01:00
  • 002b0f0462 oops, wrong file, now this should fix #12 Thomas von Dein 2022-02-27 15:59:52 +01:00
  • e33d702bf7 first shot at fixing #12: use rijndael compatible padding in Crypt::CBC Thomas von Dein 2022-02-27 13:52:45 +01:00
  • 443b2b3432 Merge pull request #11 from pghmcfc/no-Crypt-Random T.v.Dein 2020-12-09 18:40:09 +01:00
  • e702365826 Don't need Crypt::Random if Bytes::Random::Secure is available Paul Howarth 2020-05-29 09:18:34 +01:00
  • b51bb9f89e address issue#10: in Crypt::Random mode, use integer output directly, use correct size Thomas von Dein 2017-10-04 11:44:03 +02:00
  • 32e12aa64c fixed rt.cpan.org#112975 git@daemon.de 2016-03-14 08:35:49 +01:00
  • b76bb04470 bump git@daemon.de 2016-03-14 08:35:25 +01:00
  • 71239e46ee added some meta git@daemon.de 2016-03-14 08:35:06 +01:00
  • c062fee463 fix #9 TLINDEN 2015-08-04 20:45:43 +02:00
  • 4e5879de16 internal records now associated with parent git@daemon.de 2015-05-21 11:10:42 +02:00
  • 60a94cb5a7 load file::spec git@daemon.de 2015-05-21 09:19:36 +02:00
  • 98b140dfd8 added sample git@daemon.de 2015-05-21 09:12:29 +02:00
  • e48c2c8bac write tmpfile into vault dir, if writable. added sample script, bump version git@daemon.de 2015-05-21 09:11:52 +02:00
  • dc5038d15b applied patch by ddick git@daemon.de 2015-03-24 11:22:54 +01:00
  • 766b8496c1 nx git@daemon.de 2015-02-24 10:37:35 +01:00
  • e7471e1f6f avoid blocking /dev/random on cpantesters systems git@daemon.de 2015-02-17 10:27:55 +01:00
  • 1672943fcc enhanced unittests, added pod for addrecord and newrecord, using ->new() everywhere, new parameter "create" git@daemon.de 2015-02-16 11:41:35 +01:00
  • f8308c72c4 added license to META git@daemon.de 2015-02-12 15:32:52 +01:00
  • 6597804217 re-licensed to artistic2 git@daemon.de 2015-02-12 15:18:18 +01:00
  • 2bd22cfca6 fixed issue#8, now using File::Temp git@daemon.de 2015-01-12 11:17:34 +01:00
  • c89d5c9645 added lib/Crypt/PWSafe3/PasswordPolicy.pm to MANIFEST. git@daemon.de 2013-07-07 09:55:53 +02:00
  • f66b9e9aeb added the password policy feature to the core (::Record) for easier access. git@daemon.de 2013-07-05 15:26:34 +02:00
  • ed5afed40f added parser for password policy field git@daemon.de 2013-07-05 14:58:30 +02:00
  • 6b7c33c67e 1.12 git@daemon.de 2013-07-05 11:24:10 +02:00
  • 8fc3d35628 got an error from cpan indexer: Status: Decreasing version number. I don't know why, but 1.10 contained higher versions than 1.11. weird... So I incremented them. Nothing else changed, so it is ok. git@daemon.de 2013-07-05 11:12:51 +02:00
  • 933457d49f - git@daemon.de 2013-07-05 10:11:27 +02:00
  • 2c357f7cf6 fixed cpantester problem with taintmode unlink() call, now $tmpfile is untainted before git@daemon.de 2013-07-05 10:10:21 +02:00
  • 90260e757d fixed parsing of password expire field (github issue 5+6) git@daemon.de 2013-07-05 09:39:50 +02:00
  • 0820428be8 forgot pack() format string to change to H* as well git@daemon.de 2013-06-17 12:07:50 +02:00
  • f3be7877ff forgot to change the uuid field pack format git@daemon.de 2013-06-17 12:03:28 +02:00
  • d8365f915b the unpack() formatstring for the uuid (field 0x01) "L<4" didn't return a hex string, but a number only, which is fine for most cases, but isn't a correct Data::UUID representation. Changed back to "H*". git@daemon.de 2013-06-17 11:51:13 +02:00
  • fca71efd62 fixed pack/unpack formats to use strictly little-endian values as required by database format git@daemon.de 2012-11-27 17:41:49 +01:00
  • 37b3bf567d 1.07 git@daemon.de 2012-11-20 09:34:41 +01:00
  • 83754a4a07 some test files were not cleaned after the tests Marcin Kasperski 2012-11-19 21:55:09 +01:00
  • 65856ec811 Attempts to install module on the system on which Bytes::Random::Secure was installed ended up with: Marcin Kasperski 2012-11-19 21:50:24 +01:00
  • 3d80bb1608 made Bytes::Random::Secure optional, version++ git@daemon.de 2012-11-19 11:57:15 +01:00
  • cda77bea88 Added deleterecord method and test for it. Marcin Kasperski 2012-11-18 01:34:38 +01:00
  • 3bbb724b08 (needs careful review) Marcin Kasperski 2012-11-18 00:46:34 +01:00
  • aacfeeb474 (needs review) Marcin Kasperski 2012-11-18 00:38:10 +01:00
  • 9b0a3db439 nix git@daemon.de 2012-11-15 10:53:00 +01:00
  • e5a80d508a 1.04 => 1.05 TLINDEN 2012-11-15 10:49:26 +01:00
  • fc4192f9c8 Cleaning up after tests (removing all those .out files) Marcin Kasperski 2012-11-15 09:26:18 +01:00
  • dc40f820d9 Patching previous path (File::Copy::move is even more suitable for the task, than cp+unlink, works efficiently if temp is on the same drive and reverts to cp+unlink otherwise). Marcin Kasperski 2012-11-15 09:25:59 +01:00
  • 5568a6cc1e Switching from shell cp to File::Copy. It: Marcin Kasperski 2012-11-15 09:18:27 +01:00
  • 4cf8fe6eb9 fixed rt.cpan.org#75145. rt.cpan.org#75146. TLINDEN 2012-07-20 13:40:43 +02:00
  • 5c28e1f954 first commit TLINDEN 2012-07-20 12:58:07 +02:00