Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(158)

Issue 4667066: code review 4667066: syscall: Parse and encode SCM_RIGHTS and SCM_CREDENTIALS. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by albert.strasheim
Modified:
13 years, 9 months ago
Reviewers:
CC:
rsc, agl1, mikio, golang-dev
Visibility:
Public.

Description

syscall: Parse and encode SCM_RIGHTS and SCM_CREDENTIALS.

Patch Set 1 #

Patch Set 2 : diff -r 9f12086322e5 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 9f12086322e5 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r f45a563c817e https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r f45a563c817e https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r f45a563c817e https://go.googlecode.com/hg/ #

Total comments: 4

Patch Set 7 : diff -r f45a563c817e https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r f45a563c817e https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -2 lines) Patch
M src/pkg/syscall/Makefile View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/syscall/sockcmsg_linux.go View 1 2 3 4 5 6 1 chunk +38 lines, -0 lines 0 comments Download
M src/pkg/syscall/sockcmsg_unix.go View 1 2 3 4 5 6 7 3 chunks +50 lines, -2 lines 0 comments Download

Messages

Total messages: 13
albert.strasheim
Hello rsc@golang.org, agl@golang.org, mikioh.mikioh@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 10 months ago (2011-07-07 10:11:46 UTC) #1
albert.strasheim
Hello all On 2011/07/07 10:11:46, albert.strasheim wrote: > Hello mailto:rsc@golang.org, mailto:agl@golang.org, mailto:mikioh.mikioh@gmail.com (cc: > mailto:golang-dev@googlegroups.com), ...
13 years, 10 months ago (2011-07-07 10:14:12 UTC) #2
mikio
Hi, On Thu, Jul 7, 2011 at 7:11 PM, <fullung@gmail.com> wrote: > Description: > syscall: ...
13 years, 10 months ago (2011-07-07 12:00:57 UTC) #3
albert.strasheim
PTAL. On 2011/07/07 12:00:57, mikioh wrote: > Hi, > > On Thu, Jul 7, 2011 ...
13 years, 10 months ago (2011-07-07 13:18:22 UTC) #4
agl1
http://codereview.appspot.com/4667066/diff/10003/src/pkg/syscall/sockcmsg_linux.go File src/pkg/syscall/sockcmsg_linux.go (right): http://codereview.appspot.com/4667066/diff/10003/src/pkg/syscall/sockcmsg_linux.go#newcode13 src/pkg/syscall/sockcmsg_linux.go:13: func UnixCredentials(ucred *Ucred) []byte { Exported functions should have ...
13 years, 10 months ago (2011-07-07 13:48:13 UTC) #5
albert.strasheim
On 2011/07/07 13:48:13, agl1 wrote: > http://codereview.appspot.com/4667066/diff/10003/src/pkg/syscall/sockcmsg_linux.go#newcode14 > src/pkg/syscall/sockcmsg_linux.go:14: buf := make([]byte, > CmsgSpace(SizeofUcred)) > ...
13 years, 10 months ago (2011-07-07 14:06:30 UTC) #6
agl1
On Thu, Jul 7, 2011 at 10:06 AM, <fullung@gmail.com> wrote: > http://groups.google.com/group/golang-dev/browse_thread/thread/88af59679c872973 > > Not ...
13 years, 10 months ago (2011-07-07 14:32:08 UTC) #7
mikio
http://codereview.appspot.com/4667066/diff/10003/src/pkg/syscall/Makefile File src/pkg/syscall/Makefile (right): http://codereview.appspot.com/4667066/diff/10003/src/pkg/syscall/Makefile#newcode41 src/pkg/syscall/Makefile:41: sockcmsg_linux.go\ pls move up (sorted by filename).
13 years, 10 months ago (2011-07-07 15:51:04 UTC) #8
albert.strasheim
Hello On 2011/07/07 15:51:04, mikioh wrote: > http://codereview.appspot.com/4667066/diff/10003/src/pkg/syscall/Makefile > File src/pkg/syscall/Makefile (right): > > http://codereview.appspot.com/4667066/diff/10003/src/pkg/syscall/Makefile#newcode41 ...
13 years, 10 months ago (2011-07-07 16:08:01 UTC) #9
albert.strasheim
PTAL. On 2011/07/07 14:32:08, agl1 wrote: > On Thu, Jul 7, 2011 at 10:06 AM, ...
13 years, 10 months ago (2011-07-07 19:25:40 UTC) #10
rsc
LGTM
13 years, 9 months ago (2011-07-13 22:51:50 UTC) #11
albert.strasheim
ping? On 2011/07/13 22:51:50, rsc wrote: > LGTM
13 years, 9 months ago (2011-07-18 15:21:01 UTC) #12
rsc
13 years, 9 months ago (2011-07-18 15:22:04 UTC) #13
*** Submitted as http://code.google.com/p/go/source/detail?r=4217a71283f9 ***

syscall: Parse and encode SCM_RIGHTS and SCM_CREDENTIALS.

R=rsc, agl, mikioh.mikioh
CC=golang-dev
http://codereview.appspot.com/4667066

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b