2
0

Commit Graph

  • 4ff8cd6d90 A persistence model for the Java implementation and ability to parse in and write out export files. Maarten Billemont 2014-12-08 11:11:29 -05:00
  • 3f4558da2b Standardize on a naming scheme: cipher -> template, userName -> fullName, element -> site. Maarten Billemont 2014-12-05 17:56:50 -05:00
  • b976e79b0f Fix some mpw.c link errors. Maarten Billemont 2014-12-05 13:51:02 -05:00
  • 3d064fa68d A full test script for various inputs and a Java TestNG implementation that tests it. Maarten Billemont 2014-12-05 02:17:28 -05:00
  • 1a1e024178 Fix Java unit test expected values from C implementation's output. Maarten Billemont 2014-12-04 00:35:21 -05:00
  • 4876d62b56 Copy the string into masterPassword because the line is getting free'd. Maarten Billemont 2014-12-04 00:28:38 -05:00
  • 8006b7096f Make Java and C debug output comparable. Maarten Billemont 2014-12-03 23:36:18 -05:00
  • a82ce7310d Remove plist dependency, fix length bug, import ciphers.plist. Maarten Billemont 2014-12-03 00:42:19 -05:00
  • ae08cb62c5 Add the env variables to the usage output. Maarten Billemont 2014-12-03 00:40:54 -05:00
  • c48fba6c01 No color fixes & malloc bug in .mpw reading. Maarten Billemont 2014-12-02 20:46:53 -05:00
  • 3db25e7e3b Some more attempts at being better at memory handling + remove useless and untested cygwin stuff. Maarten Billemont 2014-11-23 14:01:10 -05:00
  • 1f7a49378b Allocate enough space for the NUL c-string delimitor. Maarten Billemont 2014-11-23 13:44:37 -05:00
  • 37ec21f5be Disable colors when output is not a terminal. Maarten Billemont 2014-11-23 13:33:09 -05:00
  • 2b8498f569 Support for patching dependencies + ARM patch for bcrypt. Maarten Billemont 2014-11-21 09:39:30 -05:00
  • 5c4fc61a12 Bump bashlib. Maarten Billemont 2014-11-21 08:15:51 -05:00
  • c0ec65bbae Make identicon color an optional feature and specify the dependency. Maarten Billemont 2014-11-21 08:06:29 -05:00
  • 78f0dcd16c Merge remote-tracking branch 'remotes/michelverhagen/windows' into windows windows Maarten Billemont 2014-11-21 07:30:07 -05:00
  • af36fa0f74 Merge branch 'master' into windows Maarten Billemont 2014-11-21 07:29:03 -05:00
  • 9ab1b2d47a Merge branch 'master' of github.com:Lyndir/MasterPassword Maarten Billemont 2014-11-21 01:31:07 -05:00
  • 17d38235a1 Initial test of identicon support. Maarten Billemont 2014-11-21 01:30:47 -05:00
  • 8912d5b8e2 Now clearing mruData when master password changes Fixed resizing issue Now using MasterPassword icon in "Add Remove Programs" Increased version number to 1.4 Michel Verhagen 2014-11-21 18:08:01 +13:00
  • 1fe3edec04 oops - syntax error in build script. Maarten Billemont 2014-11-18 15:33:19 -05:00
  • 8dd932da31 Comment on what to do when libcrypto.a is in a non-standard path for now. Maarten Billemont 2014-11-18 09:56:53 -05:00
  • 71ba6bd502 Travis still noisy? Maarten Billemont 2014-11-18 08:19:13 -05:00
  • 33eab0f199 Work around the weirdest Xcode build failure: don't output :: STUFF :: from a build script or Xcode will fail it. Maarten Billemont 2014-11-18 08:12:40 -05:00
  • 7d6f2533db work around pinf hang under Travis by forcing the TERM to dumb. Maarten Billemont 2014-11-18 07:32:17 -05:00
  • c6cd50379e exit before pinf Maarten Billemont 2014-11-18 07:23:26 -05:00
  • fb86b3bc15 exit before pinf and cp Maarten Billemont 2014-11-18 07:21:56 -05:00
  • 964b6f050b exit before java -jar. Maarten Billemont 2014-11-18 07:17:28 -05:00
  • 617923557a exit after niftyninepatch. Maarten Billemont 2014-11-18 00:11:41 -05:00
  • 719deb7926 exit in front of niftyninepatch Maarten Billemont 2014-11-18 00:11:27 -05:00
  • a51d2b5eb4 move exit down... Maarten Billemont 2014-11-18 00:10:00 -05:00
  • 1f1407f31f move exit down... Maarten Billemont 2014-11-18 00:04:12 -05:00
  • afb0a0365a move exit down a bit.. Maarten Billemont 2014-11-17 23:59:11 -05:00
  • 834434a499 exit genassets before anything useful happens - this type of debugging is really lame. You suck, Travis. Maarten Billemont 2014-11-17 23:16:55 -05:00
  • 00033eca37 Merge branch 'master' of github.com:Lyndir/MasterPassword Maarten Billemont 2014-11-17 20:15:50 -05:00
  • 574f239545 cut genassets in half to debug Travis. Maarten Billemont 2014-11-17 17:42:32 -05:00
  • 99f5dfe040 Try without exec, now will you run it, Travis? Maarten Billemont 2014-11-17 17:35:39 -05:00
  • c0e6e60a38 Revert "More debug attempts for Travis CI." Maarten Billemont 2014-11-17 17:35:08 -05:00
  • b656899532 More debug attempts for Travis CI. Maarten Billemont 2014-11-17 17:28:06 -05:00
  • dbd5265ee0 Try to debug Travis CI hang on genassets. Maarten Billemont 2014-11-17 17:12:40 -05:00
  • b533400286 Added copy to clipboard support Fixed Win8.1 installer issue Changed username to Full Name and allowed all casing Michel Verhagen 2014-11-17 23:31:40 +13:00
  • 09d67113a2 Fix deadlock when PSC's store becomes available. Maarten Billemont 2014-11-10 16:45:25 -05:00
  • f0fa350e64 Fix mixed content and bad path for setImmediate-polyfill. Maarten Billemont 2014-11-10 16:44:37 -05:00
  • 435d72a509 Read the user's name and site name from stdin if not given. Maarten Billemont 2014-11-10 12:35:31 -05:00
  • 66220ed34e Check in Michel Verhagen's initial Windows Native client. Maarten Billemont 2014-11-10 11:07:47 -05:00
  • 395f7c71a2 Switch more references to HTTPS. Maarten Billemont 2014-11-06 07:48:02 -05:00
  • 96b482d94b KCOrderedAccessorFix was forked. Maarten Billemont 2014-11-03 16:04:41 -05:00
  • c9c9aec9dd Sync mpw-js to js.masterpasswordapp.com. Maarten Billemont 2014-11-03 15:56:46 -05:00
  • 7bb79c6a1e Use HTTPS for all download links on home page. Maarten Billemont 2014-11-03 12:12:05 -05:00
  • 4b2251d4fa Support for fuzzy searching on iOS. Maarten Billemont 2014-11-03 12:11:46 -05:00
  • 1c72643aaa Move mpw-js out of the homepage. Maarten Billemont 2014-11-02 10:27:02 -05:00
  • acf9b4aec8 Fix Mac darkening & icon rounding. Maarten Billemont 2014-11-01 16:37:09 -04:00
  • 1f173d7586 Support for dark mode icon. 2.1-appstore-mac1 Maarten Billemont 2014-10-30 21:05:13 -04:00
  • 34be1eac70 Mac LoginHelper distribution configuration. Maarten Billemont 2014-10-30 00:39:56 -04:00
  • e1a9c8194c Bump xib. Maarten Billemont 2014-10-30 00:26:42 -04:00
  • e18dee2242 Also try upgrading to V2 if migrationlevel is unset but a store is available. Maarten Billemont 2014-10-30 00:18:01 -04:00
  • a38829c1e2 Match the define name to its value. Maarten Billemont 2014-10-29 21:55:18 -04:00
  • 8615f6af5d Fuzzy site name search and highlight fuzzy results. Maarten Billemont 2014-10-29 21:24:35 -04:00
  • d642cb1aee Use exposure adjust for darkening without destroying dark backgrounds. Maarten Billemont 2014-10-28 17:20:38 -04:00
  • 2be2a19fa0 Build fixes and layout improvements for Mac on Yosemite. Maarten Billemont 2014-10-28 00:53:16 -04:00
  • 0d5b51ed8d Put Mac icon into AppIconSet Maarten Billemont 2014-10-26 13:26:41 -04:00
  • c781bcf10a Move Info.plist update script into Scripts to share it between Mac and iOS. Maarten Billemont 2014-10-26 12:01:30 -04:00
  • 1c45a0df4a Don't crash if attempting to import with an invalid password type. Maarten Billemont 2014-10-26 10:54:28 -04:00
  • 6b16e4d606 Remove USM from Mac app. Maarten Billemont 2014-10-26 10:39:59 -04:00
  • e837752777 Explicitly synchronize configuration updates and warn if it fails. Maarten Billemont 2014-10-24 00:35:05 -04:00
  • 84c23fa7f6 debug genassets. Maarten Billemont 2014-10-24 00:00:51 -04:00
  • 2b0cc8ec7b Reference mpw-js from the main page + interlace the images. Maarten Billemont 2014-10-23 22:17:17 -04:00
  • 6f77e1922b Remove adwords. Maarten Billemont 2014-10-23 21:57:03 -04:00
  • 653f90c59c Force a refresh of the referenced stylesheet and js. Maarten Billemont 2014-10-23 21:35:17 -04:00
  • 3076cc3de4 A few disclaimers on mpw-js. Maarten Billemont 2014-10-23 21:25:56 -04:00
  • 15c53c06c6 Merge branch 'master' of github.com:Lyndir/MasterPassword Maarten Billemont 2014-10-23 20:10:44 -04:00
  • b3a886a6db mpw-js: A javascript implementation of Master Password. Maarten Billemont 2014-10-23 20:10:25 -04:00
  • 41ae6a5de5 Remove pushqueue/popqueue, not compatible with bash3 Maarten Billemont 2014-10-23 17:29:14 -04:00
  • 92bd2cd016 Explicitly use sha256 digests. Maarten Billemont 2014-10-23 12:03:19 -04:00
  • 4b975b5b04 Fix pkg_sha of crypt_blowfish; verified by checking the signature of the package against crypt_blowfish-1.3.tar.gz.sign Maarten Billemont 2014-10-23 00:26:07 -04:00
  • 56f04a8924 xctool gets project targets confused; specify iOS project explicitly. Maarten Billemont 2014-10-23 00:14:45 -04:00
  • 3c2b5de4b8 Fix crash when clearing the pasteboard. Maarten Billemont 2014-10-22 23:32:25 -04:00
  • 33e1492b44 clean up todo. Maarten Billemont 2014-10-22 23:21:21 -04:00
  • 9384e27247 submodules needs to be explicitly true? + fix version numbering. Maarten Billemont 2014-10-22 23:10:07 -04:00
  • a95561dd50 Re-enable submodule support in Travis; Pearl is no longer excessive. Maarten Billemont 2014-10-22 23:05:04 -04:00
  • 9d809f34d9 Remove MPCheckpoints, no longer useful. Perform pasteboard importing on a background thread. Maarten Billemont 2014-10-22 23:00:20 -04:00
  • fc21bd959f Add a tip on how to solve a build error on the Raspberry Pi. Maarten Billemont 2014-10-22 22:29:05 -04:00
  • 2de17384ff More portable digest() Maarten Billemont 2014-10-22 22:02:17 -04:00
  • 85dab50996 More robust against exceptions and a few other fixes. Maarten Billemont 2014-10-22 21:17:02 -04:00
  • bb97e8f3e8 Fix Core Data store migration code. Maarten Billemont 2014-10-22 19:52:18 -04:00
  • f3d0368a75 Don't sync .git repos. Maarten Billemont 2014-10-22 16:03:40 -04:00
  • 283d555d3b Missing site resources. Maarten Billemont 2014-10-20 19:59:02 -04:00
  • d909e64670 Add disclaimer. Maarten Billemont 2014-10-20 14:31:21 -04:00
  • 10f100186c Remove pushqueue for bash 3 compatibility. 2.1-cli1 Maarten Billemont 2014-10-20 08:51:58 -04:00
  • 2af2351ebf Make usage text a bit more obvious. Maarten Billemont 2014-10-19 00:58:13 -04:00
  • 49b3fe7913 Add support for login names and security answers to C app. Maarten Billemont 2014-10-19 00:55:26 -04:00
  • 9d926be8ae Support for pre-downloaded dependency packages and digest verification. Maarten Billemont 2014-10-18 20:56:28 -04:00
  • c3474de2ff FreeBSD build fixes. Maarten Billemont 2014-10-18 18:22:29 -04:00
  • 68b9b4e09a Fix git-svn/git checkouts of dependencies. Maarten Billemont 2014-10-18 17:13:01 -04:00
  • b810c1032b Include signed version in release package. Maarten Billemont 2014-10-18 15:56:31 -04:00
  • a4ab3c7bc9 Script to distribute C packages. Maarten Billemont 2014-10-18 15:42:49 -04:00
  • 039547b735 Check the presence of tools needed to build the C targets. Maarten Billemont 2014-10-18 15:38:51 -04:00
  • 6f741f6f2f Merge branch 'master' of github.com:Lyndir/MasterPassword Maarten Billemont 2014-10-18 15:30:58 -04:00
  • 38d4b761b7 Remove binaries. I don't intend to maintain binary distributions at this point. Maarten Billemont 2014-10-18 14:36:05 -04:00