summaryrefslogtreecommitdiff
path: root/src/os/user
Commit message (Expand)AuthorAgeFilesLines
* os/user: fake Current on AndroidElias Naur2017-03-082-5/+14
* os/user: use the stubs fallback for AndroidElias Naur2017-03-072-14/+4
* os/user: add non-cgo versions of Lookup, LookupIdKevin Burke2017-03-044-41/+292
* os/user: add Go implementation of LookupGroup, LookupGroupIdKevin Burke2017-02-273-8/+216
* os/user: rename group cgo fileKevin Burke2017-02-271-0/+0
* os/user: cache the result of user.CurrentSameer Ajmani2017-02-062-1/+27
* os/user: document the difference between Username and NameKevin Burke2017-01-071-14/+22
* os/user: don't create C function mygetgrouplistIan Lance Taylor2016-05-103-8/+21
* os/user: wrap getgrnam_r to fix type issuesRoss Light2016-04-061-1/+6
* os/user: allow LookupGroupId to fail during testRuss Cox2016-03-151-1/+5
* os/user: fix formatting of error group lookup messageBrad Fitzpatrick2016-03-141-1/+1
* os/user: make OS-specific getgrouplist callsRoss Light2016-03-086-37/+110
* os/user: skip Current test on androidBrad Fitzpatrick2016-03-082-2/+5
* os/user: make Current work without cgoBrad Fitzpatrick2016-03-072-4/+48
* os/user: add LookupGroup, LookupGroupId, and User.GroupIds functionsRoss Light2016-03-078-73/+437
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* os/user: don't depend on _SC_GETPW_R_SIZE_MAX on LinuxDominik Honnef2015-08-211-11/+8
* os/user: small fixes for SolarisAram Hăvărneanu2015-05-061-2/+12
* build: move package sources from src/pkg to srcRuss Cox2014-09-087-0/+489