Commit Graph

10 Commits

Author SHA1 Message Date
Mike Griese d86b439155
Initial release of the sudo source (#71)
Initial release of the sudo source

---------

Co-authored-by: Mike Griese <zadjii@gmail.com>
2024-05-22 18:48:06 -07:00
joadoumie ce1a3b0384
feat-github-policies: Added resourceManagement.yml to .github folder … (#61) 2024-03-05 08:08:55 -08:00
Ian Darwin 72d6ce563d
README.md: expand credit for original (#43)
* README.md: expand credit for original

Sudo was invented on Berkeley Unix on a VAX, and the current version is maintained by Todd Miller of the OpenBSD Unix project. It is thus correct to refer to the original as Unix/Linux as it is not a project originated by the Linux developers.

* Update README.md again, in ref to original sudo

Suggested by "omni" to have 'less occurrences of "Unix/Linux" in the README' - reads better this way.
2024-02-14 13:07:44 -07:00
Alex 91a1370e10
Fixed $null check for consistency, variable "$sudoOffset" typo (#17)
Fixed $null comparison for consistency and corrected a code typo, but I'm **unsure if it introduces new issues or solves them**.

`$sudoOffet` ➡️ `$sudoOffset`

```
$sudoOffset = $cmdLine.IndexOf($MI.InvocationName)
$cmdLineWithoutScript = $cmdLine.SubString($sudoOffset + 5) # Typo was here
```

Also removed unused line of code `$iam = $MI.MyCommand.ToString()`. This might be used for debugging?
2024-02-09 11:25:02 -06:00
Tushar Singh aebb8117b6
Fix references to the other repo in SUPPORT.md (#13) 2024-02-09 11:23:32 -06:00
William Animate f8f1d05910
make links in readme.md more consistent (#18)
* make links more consistant

* Update README.md

---------

Co-authored-by: andrewcrook <803618+andrewcrook@users.noreply.github.com>
2024-02-09 11:22:23 -06:00
Mike Griese 3f72f5b070
Add the issue templates that I forgot (#34) 2024-02-09 11:19:03 -06:00
TxT ba9d606f79
Fix typo in README.md (#14)
deleted instance of 'the' where it didn't belong
2024-02-09 11:17:49 -06:00
Scott Hanselman 0ea49397de
Fix some spelling errors (#12)
Co-authored-by: Aaron Wislang <asw101@users.noreply.github.com>
2024-02-08 13:24:03 -06:00
Mike Griese 64b27e4425 Initial commit to standup Sudo for Windows repo
Includes standard docs for a repo: README, LICENSE, issue templates, etc.
Also includes `sudo.ps1`, for collaborating on in the open.
2024-02-08 10:41:07 -06:00