1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-15 08:52:10 +05:30

Commit Graph

  • c2abee4c0c go fmt in windows files Avi Vaid 2016-07-16 12:18:03 -07:00
  • 9e96a4905d fixed issue with wincred avaid96 2016-07-16 12:09:31 -07:00
  • cf9b6df432 fixed issue with wincred avaid96 2016-07-16 12:08:55 -07:00
  • b0c64357eb fixed issue with the windows test avaid96 2016-07-16 12:07:50 -07:00
  • 5b764cc13a changes to wincred, completes list functionality in windows avaid96 2016-07-16 11:59:43 -07:00
  • b63a32e7a2 fixed another bug in the test for osx avaid96 2016-07-15 17:46:46 -07:00
  • 173fe2dbc2 fixed a bug in the test for osx avaid96 2016-07-15 17:43:52 -07:00
  • b3ebaa455d trying to the OSX test to pass on Travis, it passes locally avaid96 2016-07-15 17:32:47 -07:00
  • 029e094488 removed a semicolon and the placeholder for the error which we used to locate it. Seems like SecItemCopyMatching is giving an error for some reason- no error on local machine avaid96 2016-07-13 14:36:14 -07:00
  • 8fa18eb16c implementation on client side as well, complete with tests avaid96 2016-07-13 10:20:51 -07:00
  • 887a66459a I think OSX tests were failing because it was a list against an empty keychain, checking whether that is the case by filling it first avaid96 2016-07-12 10:23:05 -07:00
  • d2e6ed779a moved loop variable declaration to comply with c mode in travis Avi Vaid 2016-07-12 12:51:30 -04:00
  • 9557dc3c3f fixing a vet issue avaid96 2016-07-12 00:04:34 -07:00
  • 59b3d54595 added better test for list in linux Avi Vaid 2016-07-12 02:52:44 -04:00
  • 205e3b3056 cleaned up some of the osx code, added a better test for list avaid96 2016-07-11 23:34:20 -07:00
  • 7566a1e399 implemented freeing memory in secretservice and made minor edits to osxkeychain Avi Vaid 2016-07-11 19:45:37 -04:00
  • 72661b3103 Implemented list functionality for secretservice- linux Avi Vaid 2016-07-11 19:33:35 -04:00
  • 5a8fb214ed Full implementation for OSX ready avaid96 2016-07-11 10:50:44 -07:00
  • 5128fa1bad Release v0.3.0. v0.3.0 David Calavera 2016-05-31 17:41:15 -07:00
  • fee9277aa7 Merge pull request #15 from calavera/client Vincent Demeester 2016-06-01 00:08:41 +02:00
  • d80b179703 Merge pull request #16 from calavera/maintainers_file David Calavera 2016-05-31 14:52:43 -07:00
  • c4fc9c07dd Add client functions to allow integrations within other CLIs. David Calavera 2016-05-24 21:07:53 -07:00
  • 2c63e775b4 Add maintainers file. David Calavera 2016-05-27 18:19:08 -07:00
  • 00703eb6db Merge pull request #13 from calavera/export_helpers David Calavera 2016-03-24 15:56:00 -07:00
  • df8c7a02f1 Publish helper structs and methods. David Calavera 2016-03-24 15:08:17 -07:00
  • 4b8917b1cf Merge pull request #12 from calavera/export_library David Calavera 2016-03-24 13:32:25 -07:00
  • 039c315f22 Export credentials functions to be able to use them as a library. David Calavera 2016-03-24 14:52:17 -04:00
  • 6bbb56ae3c Merge pull request #11 from mgreau/fix-doc David Calavera 2016-03-18 13:21:15 -07:00
  • ec937eebe2 Update related to the move to Docker Organization Maxime Gréau 2016-03-17 00:18:01 +01:00
  • fa24bb8912 Merge pull request #10 from calavera/release_description David Calavera 2016-03-15 10:27:01 -07:00
  • 76055c2deb Add a link to the Changelog in each release. David Calavera 2016-03-14 14:04:17 -04:00
  • e68b300c17 Release v0.2.0. v0.2.0 David Calavera 2016-03-14 12:30:40 -04:00
  • 7d02ef740b Merge pull request #8 from calavera/secret_name David Calavera 2016-03-14 09:27:50 -07:00
  • bcc242e1ad Merge pull request #9 from calavera/linux_release David Calavera 2016-03-09 16:26:30 -08:00
  • 8727ffc77b Release Linux secret service binary. David Calavera 2016-03-09 16:53:27 -05:00
  • 2275377a31 Move away from password as a name. We store secrets. David Calavera 2016-03-09 15:18:48 -05:00
  • 0fb2225199 Merge pull request #7 from runcom/secretservice David Calavera 2016-03-07 09:52:48 -08:00
  • a96948acb3 secretservice: add D-Bus secret service Antonio Murdaca 2016-03-02 16:38:17 +01:00
  • 900f815cd4 Make sure we build release artifacts and they are uploaded properly. v0.1.0 David Calavera 2016-02-29 15:00:34 -05:00
  • 435c38474f Fix release scripts to point to the right artifacts. David Calavera 2016-02-29 14:09:45 -05:00
  • 7fc4f57ffa Release v0.1.0. David Calavera 2016-02-29 13:30:05 -05:00
  • a54199e479 Merge pull request #6 from calavera/releases David Calavera 2016-02-29 10:24:36 -08:00
  • 3e77c44b44 Add scripts to release tags. David Calavera 2016-02-26 19:25:37 -05:00
  • 4633d05a04 Merge pull request #4 from calavera/windows_matrix David Calavera 2016-02-23 09:50:11 -08:00
  • f41932dcc0 Add matrix to build in different windows platforms. David Calavera 2016-02-23 11:42:47 -05:00
  • c8bca3f8ac Merge pull request #3 from calavera/cleanup David Calavera 2016-02-22 16:20:03 -08:00
  • 0c4810e01f Cleanup imports and vendor dependencies. David Calavera 2016-02-22 18:00:05 -05:00
  • b643be2751 Merge pull request #1 from calavera/windows-credentials David Calavera 2016-02-22 13:26:10 -08:00
  • e5488e52dc Update TravisCI to Go 1.6. David Calavera 2016-02-22 14:00:17 -05:00
  • 0089747f93 Add appveyor configuration file. David Calavera 2016-02-19 19:39:09 -05:00
  • 03b6cfc014 Add support for Windows credential manager. David Calavera 2016-02-19 19:15:51 -05:00
  • dd7a71bb12 Fix Fatal directive formatting. David Calavera 2016-02-09 15:59:30 -08:00
  • 4b716da070 Make sure missing credentials returns the right error. David Calavera 2016-02-09 15:52:53 -08:00
  • a701e3c310 Remove extra package. David Calavera 2016-02-09 13:03:40 -08:00
  • f4a0e81b0b Implement credential programs reading from Stdin. David Calavera 2016-02-09 10:53:34 -08:00
  • de9748d6ed Remove validate test. David Calavera 2016-02-08 09:47:44 -08:00
  • 2847943b2f Move CI scripts to the Makefile. David Calavera 2016-02-08 09:39:18 -08:00
  • 21a3788372 Make travis to download dependencies. David Calavera 2016-02-08 09:36:30 -08:00
  • 7033e1459e Fix go lint issues. David Calavera 2016-02-08 09:18:57 -08:00
  • a21dbb9911 Fix release link. David Calavera 2016-02-08 08:52:27 -08:00
  • b7ffbdb74f 🌅 complete OS X keychain implementation. David Calavera 2016-02-07 17:16:54 -08:00