Commit Graph

15 Commits

Author SHA1 Message Date
Ben Kofman e5ce5c6ccf
Update versions.md (#77)
* Update versions.md

Contributing code link is pointed to same directory (docs), but the contributing document is one directory higher.

Change '.' to '..'

* Update versions.md

* Update versions.md

* Update versions.md

revert changes from last commit
2024-05-29 15:05:52 -05:00
Rara 44f1a9c01f
Fix typo in main.rs comment (#84)
Co-authored-by: Austin <c23444946@mytudublin.ie>
2024-05-29 14:30:41 -05:00
Ikko Eltociear Ashimine 4a9581e9fb
docs: update tests.ipynb (#79)
conscise -> concise
2024-05-29 14:30:20 -05:00
Jordi Adoumie 90edcaa04d
Update README.md (#76)
Remove no longer relevant text from the introduction of the README.
2024-05-24 07:30:57 -05:00
Jordi Adoumie fbdcb21602
Update README.md (#74)
It turns out we missed this in the initial source drop.
2024-05-23 12:40:55 -05:00
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