aboutsummaryrefslogtreecommitdiff
path: root/src/os/user/lookup_unix.go
AgeCommit message (Expand)Author
2021-08-25os/user: don't skip TestLookupGroup if supportedKir Kolyshkin
2021-03-17os/user: make user.LookupGroupId function work for large entriesAndrey Bokhanko
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-11os: add AIX operating systemClément Chigot
2018-06-01os: add js/wasm architectureRichard Musiol
2018-04-06os/user: add a way to enforce pure Go implementationKir Kolyshkin
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-03-04os/user: add non-cgo versions of Lookup, LookupIdKevin Burke
2017-02-27os/user: add Go implementation of LookupGroup, LookupGroupIdKevin Burke
2017-02-27os/user: rename group cgo fileKevin Burke
2016-04-06os/user: wrap getgrnam_r to fix type issuesRoss Light
2016-03-14os/user: fix formatting of error group lookup messageBrad Fitzpatrick
2016-03-08os/user: make OS-specific getgrouplist callsRoss Light
2016-03-07os/user: add LookupGroup, LookupGroupId, and User.GroupIds functionsRoss Light
2016-03-02all: single space after period.Brad Fitzpatrick
2015-08-21os/user: don't depend on _SC_GETPW_R_SIZE_MAX on LinuxDominik Honnef
2015-05-06os/user: small fixes for SolarisAram Hăvărneanu
2014-09-08build: move package sources from src/pkg to srcRuss Cox