Sign in
vanadium
/
release.go.x.ref
/
757ddb4feb6032fe42a78b22c71c66a5f100d0e8
/
security
387d8a4
TBR x/ref: Rename services/security/access to security/access
by Todd Wang
· 10 years ago
59b8b69
ref: Begin consolidating environment variables into a single package.
by Asim Shankar
· 10 years ago
2896cc6
Merge "x/ref: Remove verror.Is and verror.Equal"
by Todd Wang
· 10 years ago
756772c
ref: adding copyright to the vdl files
by Jiri Simsa
· 10 years ago
8fa3876
x/ref: Remove verror.Is and verror.Equal
by Todd Wang
· 10 years ago
7f7088d
v.io/x/ref/security: Use verror instead of fmt.Errorf and errors.New
by Mike Burrows
· 10 years ago
d7616c9
ref: adding copyright headers and licensing files
by Jiri Simsa
· 10 years ago
67b8a26
vdl: adding the copyright header into the generated source code
by Jiri Simsa
· 10 years ago
e4cb344
Merge "security: Return the verror defined in the security package instead of using errors.New"
by Asim Shankar
· 10 years ago
3c134af
security: Return the verror defined in the security package instead of
by Asim Shankar
· 10 years ago
2c5d810
ipc: VCSecurityLevel->Security and no longer a stream opt.
by Suharsh Sivakumar
· 10 years ago
4a69828
testutil: Merge x/ref/test/security with x/ref/test/testutil
by Asim Shankar
· 10 years ago
5dc58e3
Merge "ref: Change more uses of "veyron"."
by Suharsh Sivakumar
· 10 years ago
9e75e7f
"x/ref": Use security.[Local/Remote]BlessingNames
by Ankur
· 10 years ago
8646ba6
ref: Change more uses of "veyron".
by Suharsh Sivakumar
· 10 years ago
94502cf
ref: Rename package ipc to rpc.
by Matt Rosencrantz
· 10 years ago
58dbbab
Merge "ref: Change the API of Authorize and BlessingNames to take a *context.T instead of a security.Call."
by Matt Rosencrantz
· 10 years ago
9e90984
test/modules/shell.go: have a single NewShell call with functional expect.Session support.
by Cosmos Nicolaou
· 10 years ago
250558f
ref: Change the API of Authorize and BlessingNames to take
by Matt Rosencrantz
· 10 years ago
d1cc6e0
ref: Changes most simple uses of veyron to vanadium.
by Suharsh Sivakumar
· 10 years ago
fdeb8cd
security: Make agent integration tests actually test something :)
by Asim Shankar
· 10 years ago
6cc759d
mgmt,identity: Use a security setup more representative of what will
by Asim Shankar
· 10 years ago
a4ac50a
ref: vdl tool generates 'generated by the vanadium tool' instead of 'veyron'.
by Suharsh Sivakumar
· 10 years ago
1381f8a
mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules
by Cosmos Nicolaou
· 10 years ago
a18a1eb
x/ref/lib/testutil tidy up: step 1
by Cosmos Nicolaou
· 10 years ago
b60efb9
TBR x/ref: ACL Rename
by Benjamin Prosnitz
· 10 years ago
42a1736
x.ref/lib/modules: comment and API improvements.
by Cosmos Nicolaou
· 10 years ago
86ba1a1
ref: devtools: Move many libraries from v.io/x/ref/lib to v.io/x/ref/profiles/internal.
by Matt Rosencrantz
· 10 years ago
f8cd36d
v.io/v.io/x/ref/security/audit: Fix test to account for use of verror in v.io/v23/security
by Mike Burrows
· 10 years ago
31f4985
ref: Make vdl generation use Call instead of Context.
by Suharsh Sivakumar
· 10 years ago
0864282
TBR: security: Use VDL support for wire<->native conversions for Discharge.
by Asim Shankar
· 10 years ago
bca4981
TBR: ref: namespace_browser: Move v.io/x/ref/tools to v.io/x/ref/cmd.
by Matt Rosencrantz
· 10 years ago
ffceefa
TBR renaming v.io/core/veyron to v.io/x/ref
by Jiri Simsa
· 10 years ago
b07ec69
security: Use VDL's mechanism for wire <-> native conversions for Blessings.
by Asim Shankar
· 10 years ago
5c7ed21
core: Rename things called *Context to *Call.
by Matt Rosencrantz
· 10 years ago
3e566f3
Merge "core: moving vlog from release.go.v23 to release.go.x.lib"
by Jiri Simsa
· 10 years ago
337af23
core: moving vlog from release.go.v23 to release.go.x.lib
by Jiri Simsa
· 10 years ago
1dcd0a9
core: Rename ServerCall to StreamServerCall.
by Matt Rosencrantz
· 10 years ago
2bf7b1e
security: Make Blessings a struct instead of an interface.
by Asim Shankar
· 10 years ago
e7fc94d
core: cleanup of GO.PACKAGE indentation and v23 tests header
by Jiri Simsa
· 10 years ago
3ad0b8a
security: Make Discharge a struct (instead of an interface).
by Asim Shankar
· 10 years ago
b1c49cd
TBR: Copyright header added. MultiPart: 4/5
by Cosmos Nicolaou
· 10 years ago
6ac9522
TBR renaming party
by Jiri Simsa
· 10 years ago
d03ac78
veyron/security/agent: do not use stderr/vlog output in test logic
by Bogdan Caprita
· 10 years ago
bc625d4
Merge "veyron/security/agent: Use already generated TestMain instead of TestHelperProcess."
by Suharsh Sivakumar
· 10 years ago
1721a44
veyron/security/agent: Use already generated TestMain instead of
by Suharsh Sivakumar
· 10 years ago
b31da59
core.go: The vdl "any" type is now generated as go *vdl.Value.
by Todd Wang
· 10 years ago
85a823e
Merge "core: Remove testutil.Init in init and use v23 test generate to generate proper TestMains."
by Suharsh Sivakumar
· 10 years ago
e83d21d
Remove old test.sh scripts.
by Cosmos Nicolaou
· 10 years ago
93dd88b
veyron/tools/mgmt: migrate test.sh to v23tests. MultiPart: 1/2
by Cosmos Nicolaou
· 10 years ago
d19c95d
core: Remove testutil.Init in init and use v23 test generate
by Suharsh Sivakumar
· 10 years ago
9f8245d
Define UnconstrainedUseCaveat in vdl
by Benjamin Prosnitz
· 10 years ago
1d29707
veyron/security/agent/server: Improve agent shutdown.
by Ryan Brown
· 10 years ago
e77f995
TBR go.core: Change IPC protocol to remove error from out-args.
by Todd Wang
· 10 years ago
8e17bff
TBR veyron2/vom: Rename NewBinaryEncoder to NewEncoder
by Todd Wang
· 10 years ago
b547ea9
naming,security: Server authorization via trusted mounttables (Part 2 of 2).
by Asim Shankar
· 10 years ago
1fcb6a3
veyron/security/agent: port test.sh to v23tests.
by Cosmos Nicolaou
· 10 years ago
d6a793b
"core": Get rid of prefix-matching on BlessingPatterns
by Ankur
· 10 years ago
b0a4df7
Merge "veyron/modules/lib/shell, veyron/security/agent/agentd: Update coments."
by Ryan Brown
· 10 years ago
81bcb3a
veyron/security/agent: Add caching to the agent.
by Ryan Brown
· 10 years ago
ff73e1f
go.core: Rename package verror2 to verror.
by Todd Wang
· 10 years ago
10a4ade
veyron/modules/lib/shell, veyron/security/agent/agentd: Update coments.
by Ryan Brown
· 10 years ago
1ce95c7
veyron2/vdl: Add native type support to Go code generation.
by Todd Wang
· 10 years ago
19da818
security: UUID based caveat registration (Step 2/3)
by Asim Shankar
· 10 years ago
dc6b360
v.io/core/veyron2/verror2: First step is making verror2.E be a struct
by Mike Burrows
· 10 years ago
b0d5dce
veyron2/vdl: Refactor go imports logic.
by Todd Wang
· 10 years ago
b7a4fcc
Merge "veyron/security/serialization: name unnamed array type"
by Sergey Rogulenko
· 10 years ago
76e1189
veyron/security/serialization: name unnamed array type
by Sergey Rogulenko
· 10 years ago
78b8b2a
"core": Get rid of "/..."-BlessingPatterns.
by Ankur
· 10 years ago
7283dd8
security: UUID-based caveat validator registration (Step 1/3).
by Asim Shankar
· 10 years ago
a1ffe86
Merge "veyron/security/agent/agentd: Fix missing panic"
by Robin Thellend
· 10 years ago
4476cc6
security/agent: Bugfix for passphrase encoded private keys.
by Asim Shankar
· 10 years ago
dd5f9e0
veyron/security/agent/agentd: Fix missing panic
by Robin Thellend
· 10 years ago
d318370
security: Reduce usage of ValidatorVOM outside the veyron2/security
by Asim Shankar
· 10 years ago
f416ac5
"core": Make go-tests pass under agent
by Ankur
· 10 years ago
975d514
Merge ""core": Make glob-patterns the default"
by Ankur
· 10 years ago
6613fc4
veyron/services/mgmt/device/impl,veyron/lib/unixfd: more close-on-exec stuff
by Bogdan Caprita
· 10 years ago
97d67a9
veyron2: Remove the Get/Set logger routines.
by Matt Rosencrantz
· 10 years ago
2b61d35
"core": Make glob-patterns the default
by Ankur
· 10 years ago
19fbf99
core: Change rt.New to veyron2.Init.
by Suharsh Sivakumar
· 10 years ago
665557a
Merge "veyron/lib/unixfd: always set close on exec on the created sockpair"
by Bogdan Caprita
· 10 years ago
b86b352
core: Rename vdlutil.Any to vdl.AnyRep.
by Todd Wang
· 10 years ago
7d54f15
core: Replace vdlutil.Register with vdl.Register.
by Todd Wang
· 10 years ago
bb37c54
veyron/lib/unixfd: always set close on exec on the created sockpair
by Bogdan Caprita
· 10 years ago
3425a90
core: Rename vom2 to vom.
by Todd Wang
· 10 years ago
f519f8f
core: Remove vom1, wiretype and old Signature.
by Todd Wang
· 10 years ago
ff7ca29
Merge "veyron2: Panic if the user tries to use the runtime when it is not set."
by Matt Rosencrantz
· 10 years ago
b378e66
veyron/security/agent: Bugfix and tests.
by Asim Shankar
· 10 years ago
99cc06e
veyron2: Panic if the user tries to use the runtime when it is not set.
by Matt Rosencrantz
· 10 years ago
a08a221
veyron/lib/modules: Use the agent for managing credentials in modules.Shell.
by Ryan Brown
· 10 years ago
40112f9
veyron2/security: Remove references to the deprecated ACL format.
by Asim Shankar
· 10 years ago
0940c44
Merge "veyron/services/identity,veyron{2}/security: Switch from vom to vom2."
by Suharsh Sivakumar
· 10 years ago
6edab56
core: Remove the NewClient and Client methods of Runtime.
by Matt Rosencrantz
· 10 years ago
a5782bc
Merge "veyron/security/agent: Fix race."
by Ryan Brown
· 10 years ago
ae774a5
veyron2/options: Make VCSecurityNone a CallOpts instead of ClientOpt.
by Suharsh Sivakumar
· 10 years ago
8ddbcc1
Merge "core: Remove Logger related methods from the Runtime and use the RuntimeX variants."
by Matt Rosencrantz
· 10 years ago
8dc9a18
veyron2/security/...
by gauthamt
· 10 years ago
d6e1d1a
veyron/services/mgmt/application: add support for per envelope acls
by Robert Kroeger
· 10 years ago
97eb540
core: Remove Logger related methods from the Runtime and use the RuntimeX variants.
by Matt Rosencrantz
· 10 years ago
5096c4b
veyron/security/flag: add a convenience method to read ACLs from flags
by Robert Kroeger
· 10 years ago
Next »