aboutsummaryrefslogtreecommitdiff
path: root/src/os/user
AgeCommit message (Expand)Author
2021-05-02os/user: implement (*User).GroupIds on solarisTobias Klauser
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
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-20os/user: clean error message formattingDavor Kapsa
2019-09-02std: remove unused bits of code all over the placeDaniel Martí
2019-05-09os/user: make Current return better error w/o cgo & complete environmentBrad Fitzpatrick
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-03-28os/user: use os.UserHomeDir for user.HomeDirLE Manh Cuong
2019-03-19os/user: allow build on aix/ppc64 with cgoClément Chigot
2018-10-11os: add AIX operating systemClément Chigot
2018-10-06all: fix typosYasuhiro Matsumoto
2018-09-25os/user: note in doc that user.Current is being cachedDavid Heuschmann
2018-09-09os/user: retrieve Current username from /etc/passwd, not $USERKevin Burke
2018-08-23all: fix typos detected by github.com/client9/misspellKazuhiro Sera
2018-06-01os: add js/wasm architectureRichard Musiol
2018-04-16os/user: fix osusergo build on SolarisBrad Fitzpatrick
2018-04-16cmd/dist, os/user: test os/user in osusergo mode as well, fix plan9 & windowsBrad Fitzpatrick
2018-04-16os/user: fix build on darwin with "osusergo" build tagKir Kolyshkin
2018-04-13os/user: fix build with "osusergo" build tagSebastien Binet
2018-04-06os/user: add a way to enforce pure Go implementationKir Kolyshkin
2018-04-04os/user: obtain a user GID on WindowsLubomir I. Ivanov (VMware)
2018-02-26os/user: clean up grammar in commentsKevin Burke
2018-02-24os/user: obtain a user home path on WindowsLubomir I. Ivanov (VMware)
2017-11-22os/user: fix darwin GetGroupIds for n > 256Kevin Burke
2017-11-16os/user: handle large 32-bit uid/gid values when stringifying User.Uid/GidBrad Fitzpatrick
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-08-17{net,os/user,plugin}: eliminate unnecessary C round-tripsBryan C. Mills
2017-03-08os/user: fake Current on AndroidElias Naur
2017-03-07os/user: use the stubs fallback for AndroidElias Naur
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
2017-02-06os/user: cache the result of user.CurrentSameer Ajmani
2017-01-07os/user: document the difference between Username and NameKevin Burke
2016-05-10os/user: don't create C function mygetgrouplistIan Lance Taylor
2016-04-06os/user: wrap getgrnam_r to fix type issuesRoss Light
2016-03-15os/user: allow LookupGroupId to fail during testRuss Cox
2016-03-14os/user: fix formatting of error group lookup messageBrad Fitzpatrick
2016-03-08os/user: make OS-specific getgrouplist callsRoss Light
2016-03-08os/user: skip Current test on androidBrad Fitzpatrick
2016-03-07os/user: make Current work without cgoBrad Fitzpatrick
2016-03-07os/user: add LookupGroup, LookupGroupId, and User.GroupIds functionsRoss Light
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-08-21os/user: don't depend on _SC_GETPW_R_SIZE_MAX on LinuxDominik Honnef