| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 236465
Submitted by: jsmith@resonatingmedia.com (maintainer)
|
|
|
|
|
| |
PR: 222936
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update brings the security/doas port up to date with upstream.
This gives us the added benefit of restricted path searching. Which
means if the admin puts a relative path in the doas.conf file, doas
will limit the number of places where the executable can be found.
This prevents users from putting malicious executables with the same
name in their custom path.
PR: 222092
Submitted by: jsmith@resonatingmedia.com (maintainer)
MFH: 2017Q3
|
|
|
|
|
|
|
|
|
|
|
| |
- Pull tarball from a GitHub release rather than a commit.
- Update license information. There is code under BSD2CLAUSE and code
under ISCL.
PR: 217176
Submitted by: jsmith@resonatingmedia.com (maintainer)
Approved by: mat, swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D9664
|
|
|
|
|
| |
PR: 214414
Submitted by: jsmith@resonatingmedia.com(maintainer)
|
|
|
|
|
| |
PR: 212975
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
This update enforces the correct uid and gid when -u switch is used.
PR: 211622
Reported by: telnetuserid@sdf.org
Submitted by: jsmith@resonatingmedia.com (maintainer)
Approved by: koobs, adamw (mentors)
Relnotes: https://github.com/slicer69/doas/releases/tag/v5.9-5
Differential Revision: https://reviews.freebsd.org/D7630
|
|
|
|
|
|
|
|
| |
properly when the user authenticates with "nopass" specified in the
doas.conf configuration file.
PR: 210851
Submitted by: jsmith@resonatingmedia.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fixed a bug where, when the user authenticates successfully as root,
only the user's effective user id (euid) becomes zero (0).
This leads to file permission errors when performing upgrades or
other file-oriented operations.
- introduced gmake as a dependency as it is needed to process upstream's
makefile.
PR: 210596
Submitted by: jsmith@resonatingmedia.com (maintainer)
|
|
|
|
| |
Reported by: mat
|
|
|
|
| |
Submitted by: @mordin_ on Twitter.
|
|
|
|
| |
Reported by: Bryan Steele (@canadianbryan on Twitter)
|
|
The doas program allows users to run commands as another user (usually
root). The doas program was written by the OpenBSD team to provide a
lightweight, simplified (and more secure) alternative to the sudo command.
Original upstream (OpenBSD) source:
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/doas/
FreeBSD version: https://github.com/slicer69/doas
NOTE: I added the two patch files to workaround issues mentioned in the PR
about hardcoding of /usr/local.
PR: 210473
Submitted by: jsmith@resonatingmedia.com
Modified by: jrm@ftfl.ca (see PR) and me (roberto)
|