libelektra icon indicating copy to clipboard operation
libelektra copied to clipboard

Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.

Results 225 libelektra issues
Sort by recently updated
recently updated
newest added

The `kdbGet` optimization to do nothing if everything is unchanged seems to have a bug: If we remove the config file, the resolver will return 0. In the case of...

bug

- [ ] shell recorder link on website, more examples - [ ] restructure web site (Docu/Dev split does not make sense as it is) - [ ] intro dev...

documentation
cm2022s

Running `make install`, when the `fuse` tool is built, creates files inside the source directory. At the very least these files should be part of `.gitignore`, but ideally the shouldn't...

bug
build

## Basics - [X] Short descriptions of your changes are in the release notes (added as entry in `doc/news/_preparation_next_release.md` which contains `_(my name)_`) **Please always add something to the release...

libs/tools/src/plugin.cpp should also check for the presence and consistency of the "commit" function.

## Basics - [ ] Short descriptions of your changes are in the release notes (added as entry in `doc/news/_preparation_next_release.md` which contains `_(my name)_`) **Please always add something to the...

Idea: allow skipping keys in ksLookup using metadata `skip`. this way we could avoid returning unwanted keys to the user (preloaded keys to allow mmap/opmphm optimizations)

proposal

The title says it all. To avoid confusion (*) we should rename the default (file-based) backend plugin `backend` to `filebackend`. (*) confusion between "a backend plugin" (any of the possible...

proposal

Currently, when you change `/sw/kdb/current/plugins` you might forget to add `sync` which will might lead to data loss on later crashes (no fsync() after writing to configuration file). We could...

usability

Elektra should make sure that following global plugins are always mounted: - [ ] spec plugin - [ ] all plugins that were already there before Furthermore following plugins should...

enhancement
lang/cpp
lang/c