summaryrefslogtreecommitdiff
path: root/src/os/user
Commit message (Expand)AuthorAgeFilesLines
* os/user: skip tests that invoke Current if it returns an expected errorBryan C. Mills2023-04-212-5/+48
* os: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-074-4/+4
* Revert "os/user: lookup Linux users and groups via systemd userdb"Heschi Kreinick2023-03-237-1370/+0
* os/user: lookup Linux users and groups via systemd userdbAnanth Bhaskararaman2023-03-237-0/+1370
* os/user,net: add -fno-stack-protector to CFLAGSThan McIntosh2022-12-161-0/+1
* os/user: zero-initialize C structs returned to GoBryan C. Mills2022-12-091-16/+21
* os/user: on AIX getpwuid_r seems to return -1 on overflowIan Lance Taylor2022-12-081-0/+4
* os/user: fix buffer retry loop on macOSRuss Cox2022-12-075-1/+32
* os/user: use libc (not cgo) on macOSRuss Cox2022-11-1114-192/+266
* os/user: allocate buffers in Go memory, not C memoryIan Lance Taylor2022-11-101-91/+67
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-293-3/+3
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-4/+4
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-2810-20/+0
* all: use bytes.Cut, strings.CutRuss Cox2021-10-062-6/+2
* os/user: implement go native GroupIdsKir Kolyshkin2021-09-2110-130/+279
* os/user: simplify skipping listGroups testKir Kolyshkin2021-08-283-7/+12
* os/user: don't skip TestLookupGroup if supportedKir Kolyshkin2021-08-255-7/+20
* os/user: simplify test skip for plan9Kir Kolyshkin2021-08-222-8/+1
* os/user: implement (*User).GroupIds on solarisTobias Klauser2021-05-024-8/+8
* os/user: make user.LookupGroupId function work for large entriesAndrey Bokhanko2021-03-172-14/+75
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-2011-4/+19
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman2020-05-031-2/+2
* all: fix most of the remaining windows -d=checkptr violationsAlex Brainman2019-12-061-8/+3
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-093-10/+3
* os/user: clean error message formattingDavor Kapsa2019-09-201-1/+1
* std: remove unused bits of code all over the placeDaniel Martí2019-09-021-4/+0
* os/user: make Current return better error w/o cgo & complete environmentBrad Fitzpatrick2019-05-091-1/+11
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-1/+1
* os/user: use os.UserHomeDir for user.HomeDirLE Manh Cuong2019-03-281-7/+3
* os/user: allow build on aix/ppc64 with cgoClément Chigot2019-03-192-0/+16
* os: add AIX operating systemClément Chigot2018-10-114-5/+5
* all: fix typosYasuhiro Matsumoto2018-10-061-6/+4
* os/user: note in doc that user.Current is being cachedDavid Heuschmann2018-09-251-0/+4
* os/user: retrieve Current username from /etc/passwd, not $USERKevin Burke2018-09-092-18/+11
* all: fix typos detected by github.com/client9/misspellKazuhiro Sera2018-08-231-1/+1
* os: add js/wasm architectureRichard Musiol2018-06-011-1/+1
* os/user: fix osusergo build on SolarisBrad Fitzpatrick2018-04-161-1/+1
* cmd/dist, os/user: test os/user in osusergo mode as well, fix plan9 & windowsBrad Fitzpatrick2018-04-162-1/+17
* os/user: fix build on darwin with "osusergo" build tagKir Kolyshkin2018-04-161-0/+2
* os/user: fix build with "osusergo" build tagSebastien Binet2018-04-132-1/+2
* os/user: add a way to enforce pure Go implementationKir Kolyshkin2018-04-065-4/+16
* os/user: obtain a user GID on WindowsLubomir I. Ivanov (VMware)2018-04-042-16/+166
* os/user: clean up grammar in commentsKevin Burke2018-02-261-11/+11
* os/user: obtain a user home path on WindowsLubomir I. Ivanov (VMware)2018-02-242-17/+87
* os/user: fix darwin GetGroupIds for n > 256Kevin Burke2017-11-223-9/+48
* os/user: handle large 32-bit uid/gid values when stringifying User.Uid/GidBrad Fitzpatrick2017-11-162-2/+34
* all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger2017-10-052-2/+2
* all: prefer strings.IndexByte over strings.IndexMarvin Stenger2017-09-252-2/+2
* {net,os/user,plugin}: eliminate unnecessary C round-tripsBryan C. Mills2017-08-172-11/+10