aboutsummaryrefslogtreecommitdiff
path: root/src/os/user
AgeCommit message (Expand)Author
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-02-26os: add available godoc linkcui fliter
2023-09-12all: fix Microsoft linksqmuntal
2023-08-31os/user: use correct size for initial call in retryWithBufferIan Lance Taylor
2023-04-21os/user: skip tests that invoke Current if it returns an expected errorBryan C. Mills
2023-04-07os: add wasip1 supportJohan Brandhorst-Satzkorn
2023-03-23Revert "os/user: lookup Linux users and groups via systemd userdb"Heschi Kreinick
2023-03-23os/user: lookup Linux users and groups via systemd userdbAnanth Bhaskararaman
2022-12-16os/user,net: add -fno-stack-protector to CFLAGSThan McIntosh
2022-12-09os/user: zero-initialize C structs returned to GoBryan C. Mills
2022-12-08os/user: on AIX getpwuid_r seems to return -1 on overflowIan Lance Taylor
2022-12-07os/user: fix buffer retry loop on macOSRuss Cox
2022-11-11os/user: use libc (not cgo) on macOSRuss Cox
2022-11-10os/user: allocate buffers in Go memory, not C memoryIan Lance Taylor
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-21os/user: implement go native GroupIdsKir Kolyshkin
2021-08-28os/user: simplify skipping listGroups testKir Kolyshkin
2021-08-25os/user: don't skip TestLookupGroup if supportedKir Kolyshkin
2021-08-22os/user: simplify test skip for plan9Kir Kolyshkin
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