Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Tags: ar1ja/kos

Tags

v43

Toggle v43's commit message

Unverified

The email in this signature doesn’t match the committer email.
43: More config options, better logging, improve security, abstractions

- Added `HAVE_SAFE_REMEMBERAUTH` config option
- Added `HAVE_REMEMBERAUTH_AUTODIR` config option
- Add the `FATAL` macro for fatal error message formatting
- Add better logging
- Improve security of permissions on directories
- Move default `kos` dir to `/var/db/kos` rather than `/var/kos`
- Cross of a TODO item

Signed-off-by: Ari Archer <[email protected]>

v42

Toggle v42's commit message

Unverified

The email in this signature doesn’t match the committer email.
42: Fix completions, improve permissions, add editorconfig

Signed-off-by: Ari Archer <[email protected]>

v41

Toggle v41's commit message

Unverified

The email in this signature doesn’t match the committer email.
Add setegid() and seteuid()

Signed-off-by: Ari Archer <[email protected]>

v40

Toggle v40's commit message

Unverified

The email in this signature doesn’t match the committer email.
Improve time verification and remove MAX_UID config option

Signed-off-by: Ari Archer <[email protected]>

v39

Toggle v39's commit message

Unverified

The email in this signature doesn’t match the committer email.
Introduce input_no_echo_internal

Signed-off-by: Ari Archer <[email protected]>

v38

Toggle v38's commit message

Unverified

The email in this signature doesn’t match the committer email.
Do a whole bunch of optimisations

Signed-off-by: Ari Archer <[email protected]>

v0.0.37

Toggle v0.0.37's commit message

Unverified

The email in this signature doesn’t match the committer email.
Fix the default config

Signed-off-by: Ari Archer <[email protected]>

v0.0.36

Toggle v0.0.36's commit message

Unverified

The email in this signature doesn’t match the committer email.
Fix a bug (see more in description)

If you have HAVE_REMEMBERAUTH enabled, it
would give you one last command to run before it removes
the auth remember file, meaning if you left your computer
there for hours, then came back and your timeout is
300s (5 minutes) you could still run a command, fixed
by checking it 2 seperate times using a macro, once in
password verification, other time in running the command,
the part where it gets removed

Signed-off-by: Ari Archer <[email protected]>

v0.0.35

Toggle v0.0.35's commit message

Unverified

The email in this signature doesn’t match the committer email.
Fix the types

Signed-off-by: Ari Archer <[email protected]>

v0.0.34

Toggle v0.0.34's commit message

Unverified

The email in this signature doesn’t match the committer email.
Add docs for preserving auth

Signed-off-by: Ari Archer <[email protected]>