| Age | Commit message (Expand) | Author |
| 2019-08-19 | perform osutil.LookPathDefault in user_test.go and check_snap_test.go | Jamie Strandboge |
| 2019-08-19 | also remove mockUserAdd, mockGroupAdd/Del from createUserSuite | Jamie Strandboge |
| 2019-08-19 | s/createUserSuite/ensureUserSuite/ for new user tests. Thanks mvo | Jamie Strandboge |
| 2019-08-16 | Merge branch 'mvo.7265' into snapd-users-phase0.25-5-create-snap-daemon-user | Jamie Strandboge |
| 2019-08-16 | osutil: improve getent handling and doc strings | Michael Vogt |
| 2019-08-16 | Merge branch 'mvo.7265' into snapd-users-phase0.25-5-create-snap-daemon-user | Jamie Strandboge |
| 2019-08-16 | osutil: improve comments around osutil.Find{Uid,Gid} (thanks to jdstrand) | Michael Vogt |
| 2019-08-16 | adjust EnsureUserGroup() to use IsUnknownUser/Group helpers. Thanks mvo | Jamie Strandboge |
| 2019-08-16 | osutil: add IsUnknownUser()/IsUnknownGroup() helpers. Thanks mvo | Jamie Strandboge |
| 2019-08-16 | adjust user_test.go for last commit | Jamie Strandboge |
| 2019-08-16 | Merge branch 'mvo.7265' into snapd-users-phase0.25-5-create-snap-daemon-user | Jamie Strandboge |
| 2019-08-16 | osutil: refactor find{Uid,Gid}WithGetentFallback and add more tests | Michael Vogt |
| 2019-08-16 | osutil: use "gid" var name in group id related tests | Michael Vogt |
| 2019-08-16 | osutil: unify osutil.Find{Uid,Gid} with automatic getent fallback | Michael Vogt |
| 2019-08-16 | osutil: add test for getent() malformed entries | Michael Vogt |
| 2019-08-16 | osutil: check exit code when running getent and add tests | Michael Vogt |
| 2019-08-16 | osutil: add FindUidGetent() and FindGidGetent() | Jamie Strandboge |
| 2019-08-16 | add osutil/group_test.go | Jamie Strandboge |
| 2019-08-16 | osutil: add test for getent() malformed entries | Michael Vogt |
| 2019-08-16 | osutil: check exit code when running getent and add tests | Michael Vogt |
| 2019-08-15 | osutil: run groupdel on useradd fail when extrausers is not specified | Jamie Strandboge |
| 2019-08-15 | osutil: adjust EnsureUserGroup to use Find[UG]idGetent() and add tests | Jamie Strandboge |
| 2019-08-15 | osutil: add FindUidGetent() and FindGidGetent() | Jamie Strandboge |
| 2019-08-15 | add osutil/group_test.go | Jamie Strandboge |
| 2019-08-15 | move uid/gid checks to osutil.EnsureUserGroup(). Thanks to pedronis | Jamie Strandboge |
| 2019-08-14 | Merge branch 'snapd-users-phase0.25-4-seccomp-must-support-system-usernames' ... | Jamie Strandboge |
| 2019-07-30 | osutil: wait for helper goroutine to finish in RunWithContext() | Maciej Borzecki |
| 2019-07-23 | Merge pull request #6959 from jhenstridge/ensure-tree-state | Zygmunt Krynicki |
| 2019-07-23 | osutil: update comment as requested in review. | James Henstridge |
| 2019-07-22 | osutil/user.go: add UserGroupAdd() | Jamie Strandboge |
| 2019-07-12 | osutil: add sanity checks to EnsureTreeState, and delete files on error | James Henstridge |
| 2019-06-13 | osutil: add a workaround for overlayfs apparmor as it is used on Manjaro | Zygmunt Krynicki |
| 2019-06-06 | osutil: add documentation for EnsureTreeState | James Henstridge |
| 2019-06-06 | osutil: make EnsureTreeState remove empty directories | James Henstridge |
| 2019-06-06 | osutil: add EnsureTreeState helper, for synchronising a tree of directories | James Henstridge |
| 2019-05-15 | Merge remote-tracking branch 'upstream/master' into use-builtin-lookup-user | John R. Lenton |
| 2019-05-03 | osutil: fix TestReadBuildGo test in sbuild | Michael Vogt |
| 2019-05-01 | Merge remote-tracking branch 'upstream/master' into use-builtin-lookup-user | Jamie Strandboge |
| 2019-04-30 | osutil,cmdutil: move CommandFromCore and make it use the snapd snap (if avail... | Michael Vogt |
| 2019-04-29 | osutil: update tests to workaround hexstring build ID format | Maciej Borzecki |
| 2019-04-29 | osutil: tweak build ID tests to account for too-old 'file' | Maciej Borzecki |
| 2019-04-29 | osutil: tweak ReadBuildID() comment | Maciej Borzecki |
| 2019-04-29 | osutil: log 'file' output in test | Maciej Borzecki |
| 2019-04-26 | osutil: add constants for {go,gnu}ElfNote | Michael Vogt |
| 2019-04-26 | osutil: do not use `go tool builid` in the tests, it is only available since ... | Michael Vogt |
| 2019-04-26 | osutil: use go build-id when no gnu build-id is available | Michael Vogt |
| 2019-04-24 | osutil: make IsValidUsername public and fix regex | Jamie Strandboge |
| 2019-04-19 | osutil: now that we require golang-1.10, use user.LookupGroup() | Jamie Strandboge |
| 2019-04-15 | Merge pull request #6693 from bboozzoo/bboozzoo/tweak-internal-tool-cmd | Michael Vogt |
| 2019-04-10 | osutil: add helper for checking whether a path points to an executable | Maciej Borzecki |