Package libcontrol++: Information

  • Default inline alert: Version in the repository: 0.32.0-alt1

Source package: libcontrol++
Version: 0.17.1-alt1
Latest version according to Repology
Build time:  Dec 16, 2018, 02:23 PM in the task #217225
Report package bug
License: GPLv3
Summary: control++ common classes and functions library
Description: 
control++ is a simple system configuration tool
that allows administrator to change system ulimits,
set permission modes and, in perspective,
perform other administrative operations.

List of rpms provided by this srpm:
libcontrol++ (x86_64, i586, aarch64)
libcontrol++-devel (noarch)

Maintainer: Alexey Appolonov

List of contributors:
Alexey Appolonov


    1. gcc-c++
    2. libacl-devel

Last changed


Dec. 10, 2018 Alexey Appolonov 0.17.1-alt1
- Simple line (not "left part - tie symbols - right part" structure)
  can be printed with LineEnd method of TPrinter.
Nov. 30, 2018 Alexey Appolonov 0.17.0-alt1
- Ability to check controversy between the permission modes;
- Ability to get all names of variables of the ini-file section;
- New interface of the GetUserId and GetGroupId functions;
- Fixed determination of the 'blacklist' section of the permissions
  description file;
- List section of the permissions description file is any kind of list
  not just 'list';
- Sections 'blacklist' & 'whitelist' of the permissions description file
  are considered recursive type.
Nov. 18, 2018 Alexey Appolonov 0.16.0-alt1
- TFileMode as common interface for TFilePerm and TFileACL classes;
- TGroupOfFilesMode for handling params of a group of files;
- TSectorType for determining and storing sector types of a mode description;
- Ability to check if file is a dir.