Vincent Demeester
f853612e07
Prepare v0.4.0 release
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2017-02-16 11:19:45 +01:00
Brian Goff
69c9d2eab8
Merge pull request #38 from ebriney/mac-delete-before-adding
...
mac: delete credentials before adding them
2017-02-15 08:44:08 -05:00
ebriney
eecc09c974
mac: delete credentials before adding them to avoid already exist error ( fixes #37 )
...
Signed-off-by: ebriney <emmanuel.briney@docker.com >
2017-02-14 22:50:44 +01:00
Antonio Murdaca
f72c04f1d8
Merge pull request #25 from KingEmet/master
...
Implement client.List, change list API
2016-09-06 18:43:16 +02:00
Jake Sanders
c45d9e9e28
Implement client.List, change list API
...
[]string, []string -> map[string]string because the other APIs assume a
1:1 correspondence
Signed-off-by: Jake Sanders <jsand@google.com >
2016-09-02 15:15:12 -07:00
David Calavera
80833adff5
Merge pull request #18 from avaid96/listing
...
Implementing listing functionality across OSX, Linux and Windows
2016-07-20 13:55:38 -07:00
avaid96
f1498a0524
go fmt is all osx files and general files
...
Signed-off-by: avaid96 <avaid1996@gmail.com >
2016-07-16 12:19:47 -07:00
Avi Vaid
c2abee4c0c
go fmt in windows files
...
Signed-off-by: Avi Vaid <avaid1996@gmail.com >
2016-07-16 12:18:03 -07:00
avaid96
9e96a4905d
fixed issue with wincred
...
Signed-off-by: avaid96 <avaid1996@gmail.com >
2016-07-16 12:09:31 -07:00
avaid96
cf9b6df432
fixed issue with wincred
...
Signed-off-by: avaid96 <avaid1996@gmail.com >
2016-07-16 12:08:55 -07:00
avaid96
b0c64357eb
fixed issue with the windows test
...
Signed-off-by: avaid96 <avaid1996@gmail.com >
2016-07-16 12:07:50 -07:00
avaid96
5b764cc13a
changes to wincred, completes list functionality in windows
...
Signed-off-by: avaid96 <avaid1996@gmail.com >
2016-07-16 11:59:43 -07:00
avaid96
b63a32e7a2
fixed another bug in the test for osx
...
Signed-off-by: avaid96 <avaid1996@gmail.com >
2016-07-15 17:46:46 -07:00
avaid96
173fe2dbc2
fixed a bug in the test for osx
...
Signed-off-by: avaid96 <avaid1996@gmail.com >
2016-07-15 17:43:52 -07:00
avaid96
b3ebaa455d
trying to the OSX test to pass on Travis, it passes locally
...
Signed-off-by: avaid96 <avaid1996@gmail.com >
2016-07-15 17:32:47 -07:00
avaid96
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
...
Signed-off-by: avaid96 <avaid1996@gmail.com >
2016-07-13 14:36:14 -07:00
avaid96
8fa18eb16c
implementation on client side as well, complete with tests
...
Signed-off-by: avaid96 <avaid1996@gmail.com >
2016-07-13 10:20:51 -07:00
avaid96
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
...
Signed-off-by: avaid96 <avaid1996@gmail.com >
2016-07-12 10:52:06 -07:00
Avi Vaid
d2e6ed779a
moved loop variable declaration to comply with c mode in travis
...
Signed-off-by: Avi Vaid <avaid1996@gmail.com >
2016-07-12 12:51:30 -04:00
avaid96
9557dc3c3f
fixing a vet issue
...
Signed-off-by: avaid96 <avaid1996@gmail.com >
2016-07-12 00:04:34 -07:00
Avi Vaid
59b3d54595
added better test for list in linux
...
Signed-off-by: Avi Vaid <avaid1996@gmail.com >
2016-07-12 02:52:44 -04:00
avaid96
205e3b3056
cleaned up some of the osx code, added a better test for list
...
Signed-off-by: avaid96 <avaid1996@gmail.com >
2016-07-11 23:34:20 -07:00
Avi Vaid
7566a1e399
implemented freeing memory in secretservice and made minor edits to osxkeychain
...
Signed-off-by: Avi Vaid <avaid1996@gmail.com >
2016-07-11 19:45:37 -04:00
Avi Vaid
72661b3103
Implemented list functionality for secretservice- linux
...
Signed-off-by: Avi Vaid <avaid1996@gmail.com >
2016-07-11 19:33:35 -04:00
avaid96
5a8fb214ed
Full implementation for OSX ready
...
Signed-off-by: avaid96 <avaid1996@gmail.com >
2016-07-11 10:50:44 -07:00
David Calavera
5128fa1bad
Release v0.3.0.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
v0.3.0
2016-05-31 17:41:15 -07:00
Vincent Demeester
fee9277aa7
Merge pull request #15 from calavera/client
...
Add client functions to allow integrations within other CLIs.
2016-06-01 00:08:41 +02:00
David Calavera
d80b179703
Merge pull request #16 from calavera/maintainers_file
...
Add maintainers file.
2016-05-31 14:52:43 -07:00
David Calavera
c4fc9c07dd
Add client functions to allow integrations within other CLIs.
...
This is a simplification of how the docker engine implements
this feature, but it will be ported there once this is merged.
Signed-off-by: David Calavera <david.calavera@gmail.com >
2016-05-30 12:32:26 -07:00
David Calavera
2c63e775b4
Add maintainers file.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
2016-05-27 18:19:08 -07:00
David Calavera
00703eb6db
Merge pull request #13 from calavera/export_helpers
...
Publish helper structs and methods.
2016-03-24 15:56:00 -07:00
David Calavera
df8c7a02f1
Publish helper structs and methods.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
2016-03-24 15:08:17 -07:00
David Calavera
4b8917b1cf
Merge pull request #12 from calavera/export_library
...
Export credentials functions to be able to use them as a library.
2016-03-24 13:32:25 -07:00
David Calavera
039c315f22
Export credentials functions to be able to use them as a library.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
2016-03-24 14:52:17 -04:00
David Calavera
6bbb56ae3c
Merge pull request #11 from mgreau/fix-doc
...
Update related to the move to Docker Organization
2016-03-18 13:21:15 -07:00
Maxime Gréau
ec937eebe2
Update related to the move to Docker Organization
...
- Fix link to project releases
- Fix go command
Signed-off-by: Maxime Gréau <greaumaxime@gmail.com >
2016-03-17 00:18:01 +01:00
David Calavera
fa24bb8912
Merge pull request #10 from calavera/release_description
...
Add a link to the Changelog in each release.
2016-03-15 10:27:01 -07:00
David Calavera
76055c2deb
Add a link to the Changelog in each release.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
2016-03-14 14:04:17 -04:00
David Calavera
e68b300c17
Release v0.2.0.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
v0.2.0
2016-03-14 12:30:40 -04:00
David Calavera
7d02ef740b
Merge pull request #8 from calavera/secret_name
...
Move away from password as a name. We store secrets.
2016-03-14 09:27:50 -07:00
David Calavera
bcc242e1ad
Merge pull request #9 from calavera/linux_release
...
Release Linux secret service binary.
2016-03-09 16:26:30 -08:00
David Calavera
8727ffc77b
Release Linux secret service binary.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
2016-03-09 19:18:24 -05:00
David Calavera
2275377a31
Move away from password as a name. We store secrets.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
2016-03-09 16:16:01 -05:00
David Calavera
0fb2225199
Merge pull request #7 from runcom/secretservice
...
secretservice: add D-Bus secret service
2016-03-07 09:52:48 -08:00
Antonio Murdaca
a96948acb3
secretservice: add D-Bus secret service
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-03-07 15:03:35 +01:00
David Calavera
900f815cd4
Make sure we build release artifacts and they are uploaded properly.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
v0.1.0
2016-02-29 16:03:52 -05:00
David Calavera
435c38474f
Fix release scripts to point to the right artifacts.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
2016-02-29 14:09:45 -05:00
David Calavera
7fc4f57ffa
Release v0.1.0.
...
Initial release of Mac OS X and Windows helpers.
Start a changelog.
Signed-off-by: David Calavera <david.calavera@gmail.com >
2016-02-29 13:30:05 -05:00
David Calavera
a54199e479
Merge pull request #6 from calavera/releases
...
Add scripts to release tags.
2016-02-29 10:24:36 -08:00
David Calavera
3e77c44b44
Add scripts to release tags.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
2016-02-26 19:27:43 -05:00