2
0

Commit Graph

  • c0fea076b9 Release 2.1-cli2 Maarten Billemont 2014-12-21 23:50:41 -0500
  • b779ff5d1c Added C tests for mpw_tests.xml 2.1-cli2 Maarten Billemont 2014-12-21 23:45:19 -0500
  • 73c10906e3 Some better memory maintenance. Maarten Billemont 2014-12-21 12:37:21 -0500
  • 0ccd545dd4 More restructuring and rewriting of the C code. Maarten Billemont 2014-12-20 14:30:34 -0500
  • 49da0b47c7 Complete an initial rewrite/restructure of mpw.c Maarten Billemont 2014-12-20 00:21:03 -0500
  • 672b28a5b7 Restructure, split up mpw cli from mpw core. Maarten Billemont 2014-12-19 23:15:32 -0500
  • 2dbada3c7c Update build script to install header files in a shared include path, akin to how ObjC does. Maarten Billemont 2014-12-19 09:00:38 -0500
  • 3dbc105fbd Update C code for inclusion in ObjC and update scrypt to colin's latest code. Maarten Billemont 2014-12-19 00:03:54 -0500
  • 43d55211b0 Revert "Revert accidentally committed changes." Maarten Billemont 2014-12-18 17:47:38 -0500
  • f170e9df69 Update Java GUI. Maarten Billemont 2014-12-17 00:44:48 -0500
  • 1fbb6b0754 Clear the password input field and pop a warning when entering bad master password. Maarten Billemont 2014-12-17 00:31:34 -0500
  • 4c526d6f08 Fixed a bug causing exceptions loading maximum security passwords. Maarten Billemont 2014-12-17 00:15:33 -0500
  • a62ae8c757 Revert accidentally committed changes. Maarten Billemont 2014-12-16 23:07:31 -0500
  • f2eb53569b Use ~/.mpwrc since ~/.mpw is used by other tools.. Maarten Billemont 2014-12-16 22:14:52 -0500
  • c2a6a3d035 Full ability to load, add and autocomplete sites from history. Maarten Billemont 2014-12-16 22:13:11 -0500
  • 97dcc65eac Update install scripts for new env var names. Maarten Billemont 2014-12-16 08:54:58 -0500
  • 1bd76dbb61 Read avatar from user export and allow user to modify it by clicking the picture. Maarten Billemont 2014-12-12 17:25:32 -0500
  • 0fdf894bf0 Fix issue with passing context in Java algorithm and test case. Maarten Billemont 2014-12-12 10:54:28 -0500
  • 19202e07d4 Merge branch 'master' of github.com:Lyndir/MasterPassword Maarten Billemont 2014-12-12 10:14:09 -0500
  • 84b624aea2 WIP - integrate user and site storage through export files into Java Swing GUI. Maarten Billemont 2014-12-11 20:35:19 -0500
  • c7ac5087b3 Fix test cases loginName, securityAnswer and securityAnswer_context Maarten Billemont 2014-12-10 10:34:55 -0500
  • 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 -0500
  • 3f4558da2b Standardize on a naming scheme: cipher -> template, userName -> fullName, element -> site. Maarten Billemont 2014-12-05 17:56:50 -0500
  • b976e79b0f Fix some mpw.c link errors. Maarten Billemont 2014-12-05 13:51:02 -0500
  • 3d064fa68d A full test script for various inputs and a Java TestNG implementation that tests it. Maarten Billemont 2014-12-05 02:17:28 -0500
  • 1a1e024178 Fix Java unit test expected values from C implementation's output. Maarten Billemont 2014-12-04 00:35:21 -0500
  • 4876d62b56 Copy the string into masterPassword because the line is getting free'd. Maarten Billemont 2014-12-04 00:28:38 -0500
  • 8006b7096f Make Java and C debug output comparable. Maarten Billemont 2014-12-03 23:36:18 -0500
  • a82ce7310d Remove plist dependency, fix length bug, import ciphers.plist. Maarten Billemont 2014-12-03 00:42:19 -0500
  • ae08cb62c5 Add the env variables to the usage output. Maarten Billemont 2014-12-03 00:40:54 -0500
  • c48fba6c01 No color fixes & malloc bug in .mpw reading. Maarten Billemont 2014-12-02 20:46:53 -0500
  • 3db25e7e3b Some more attempts at being better at memory handling + remove useless and untested cygwin stuff. Maarten Billemont 2014-11-23 14:01:10 -0500
  • 1f7a49378b Allocate enough space for the NUL c-string delimitor. Maarten Billemont 2014-11-23 13:44:37 -0500
  • 37ec21f5be Disable colors when output is not a terminal. Maarten Billemont 2014-11-23 13:33:09 -0500
  • 2b8498f569 Support for patching dependencies + ARM patch for bcrypt. Maarten Billemont 2014-11-21 09:39:30 -0500
  • 5c4fc61a12 Bump bashlib. Maarten Billemont 2014-11-21 08:15:51 -0500
  • c0ec65bbae Make identicon color an optional feature and specify the dependency. Maarten Billemont 2014-11-21 08:06:29 -0500
  • 78f0dcd16c Merge remote-tracking branch 'remotes/michelverhagen/windows' into windows windows Maarten Billemont 2014-11-21 07:30:07 -0500
  • af36fa0f74 Merge branch 'master' into windows Maarten Billemont 2014-11-21 07:29:03 -0500
  • 9ab1b2d47a Merge branch 'master' of github.com:Lyndir/MasterPassword Maarten Billemont 2014-11-21 01:31:07 -0500
  • 17d38235a1 Initial test of identicon support. Maarten Billemont 2014-11-21 01:30:47 -0500
  • 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 +1300
  • 1fe3edec04 oops - syntax error in build script. Maarten Billemont 2014-11-18 15:33:19 -0500
  • 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 -0500
  • 71ba6bd502 Travis still noisy? Maarten Billemont 2014-11-18 08:19:13 -0500
  • 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 -0500
  • 7d6f2533db work around pinf hang under Travis by forcing the TERM to dumb. Maarten Billemont 2014-11-18 07:32:17 -0500
  • c6cd50379e exit before pinf Maarten Billemont 2014-11-18 07:23:26 -0500
  • fb86b3bc15 exit before pinf and cp Maarten Billemont 2014-11-18 07:21:56 -0500
  • 964b6f050b exit before java -jar. Maarten Billemont 2014-11-18 07:17:28 -0500
  • 617923557a exit after niftyninepatch. Maarten Billemont 2014-11-18 00:11:41 -0500
  • 719deb7926 exit in front of niftyninepatch Maarten Billemont 2014-11-18 00:11:27 -0500
  • a51d2b5eb4 move exit down... Maarten Billemont 2014-11-18 00:10:00 -0500
  • 1f1407f31f move exit down... Maarten Billemont 2014-11-18 00:04:12 -0500
  • afb0a0365a move exit down a bit.. Maarten Billemont 2014-11-17 23:59:11 -0500
  • 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 -0500
  • 00033eca37 Merge branch 'master' of github.com:Lyndir/MasterPassword Maarten Billemont 2014-11-17 20:15:50 -0500
  • 574f239545 cut genassets in half to debug Travis. Maarten Billemont 2014-11-17 17:42:32 -0500
  • 99f5dfe040 Try without exec, now will you run it, Travis? Maarten Billemont 2014-11-17 17:35:39 -0500
  • c0e6e60a38 Revert "More debug attempts for Travis CI." Maarten Billemont 2014-11-17 17:35:08 -0500
  • b656899532 More debug attempts for Travis CI. Maarten Billemont 2014-11-17 17:28:06 -0500
  • dbd5265ee0 Try to debug Travis CI hang on genassets. Maarten Billemont 2014-11-17 17:12:40 -0500
  • 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 +1300
  • 09d67113a2 Fix deadlock when PSC's store becomes available. Maarten Billemont 2014-11-10 16:45:25 -0500
  • f0fa350e64 Fix mixed content and bad path for setImmediate-polyfill. Maarten Billemont 2014-11-10 16:44:37 -0500
  • 435d72a509 Read the user's name and site name from stdin if not given. Maarten Billemont 2014-11-10 12:35:31 -0500
  • 66220ed34e Check in Michel Verhagen's initial Windows Native client. Maarten Billemont 2014-11-10 11:07:47 -0500
  • 395f7c71a2 Switch more references to HTTPS. Maarten Billemont 2014-11-06 07:48:02 -0500
  • 96b482d94b KCOrderedAccessorFix was forked. Maarten Billemont 2014-11-03 16:04:41 -0500
  • c9c9aec9dd Sync mpw-js to js.masterpasswordapp.com. Maarten Billemont 2014-11-03 15:56:46 -0500
  • 7bb79c6a1e Use HTTPS for all download links on home page. Maarten Billemont 2014-11-03 12:12:05 -0500
  • 4b2251d4fa Support for fuzzy searching on iOS. Maarten Billemont 2014-11-03 12:11:46 -0500
  • 1c72643aaa Move mpw-js out of the homepage. Maarten Billemont 2014-11-02 10:27:02 -0500
  • acf9b4aec8 Fix Mac darkening & icon rounding. Maarten Billemont 2014-11-01 16:37:09 -0400
  • 1f173d7586 Support for dark mode icon. 2.1-appstore-mac1 Maarten Billemont 2014-10-30 21:05:13 -0400
  • 34be1eac70 Mac LoginHelper distribution configuration. Maarten Billemont 2014-10-30 00:39:56 -0400
  • e1a9c8194c Bump xib. Maarten Billemont 2014-10-30 00:26:42 -0400
  • e18dee2242 Also try upgrading to V2 if migrationlevel is unset but a store is available. Maarten Billemont 2014-10-30 00:18:01 -0400
  • a38829c1e2 Match the define name to its value. Maarten Billemont 2014-10-29 21:55:18 -0400
  • 8615f6af5d Fuzzy site name search and highlight fuzzy results. Maarten Billemont 2014-10-29 21:24:35 -0400
  • d642cb1aee Use exposure adjust for darkening without destroying dark backgrounds. Maarten Billemont 2014-10-28 17:20:38 -0400
  • 2be2a19fa0 Build fixes and layout improvements for Mac on Yosemite. Maarten Billemont 2014-10-28 00:53:16 -0400
  • 0d5b51ed8d Put Mac icon into AppIconSet Maarten Billemont 2014-10-26 13:26:41 -0400
  • c781bcf10a Move Info.plist update script into Scripts to share it between Mac and iOS. Maarten Billemont 2014-10-26 12:01:30 -0400
  • 1c45a0df4a Don't crash if attempting to import with an invalid password type. Maarten Billemont 2014-10-26 10:54:28 -0400
  • 6b16e4d606 Remove USM from Mac app. Maarten Billemont 2014-10-26 10:39:59 -0400
  • e837752777 Explicitly synchronize configuration updates and warn if it fails. Maarten Billemont 2014-10-24 00:35:05 -0400
  • 84c23fa7f6 debug genassets. Maarten Billemont 2014-10-24 00:00:51 -0400
  • 2b0cc8ec7b Reference mpw-js from the main page + interlace the images. Maarten Billemont 2014-10-23 22:17:17 -0400
  • 6f77e1922b Remove adwords. Maarten Billemont 2014-10-23 21:57:03 -0400
  • 653f90c59c Force a refresh of the referenced stylesheet and js. Maarten Billemont 2014-10-23 21:35:17 -0400
  • 3076cc3de4 A few disclaimers on mpw-js. Maarten Billemont 2014-10-23 21:25:56 -0400
  • 15c53c06c6 Merge branch 'master' of github.com:Lyndir/MasterPassword Maarten Billemont 2014-10-23 20:10:44 -0400
  • b3a886a6db mpw-js: A javascript implementation of Master Password. Maarten Billemont 2014-10-23 20:10:25 -0400
  • 41ae6a5de5 Remove pushqueue/popqueue, not compatible with bash3 Maarten Billemont 2014-10-23 17:29:14 -0400
  • 92bd2cd016 Explicitly use sha256 digests. Maarten Billemont 2014-10-23 12:03:19 -0400
  • 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 -0400
  • 56f04a8924 xctool gets project targets confused; specify iOS project explicitly. Maarten Billemont 2014-10-23 00:14:45 -0400
  • 3c2b5de4b8 Fix crash when clearing the pasteboard. Maarten Billemont 2014-10-22 23:32:25 -0400
  • 33e1492b44 clean up todo. Maarten Billemont 2014-10-22 23:21:21 -0400