Package libcontrol++: Information

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

Source package: libcontrol++
Version: 0.14.0-alt1
Latest version according to Repology
Build time:  Oct 16, 2018, 08:34 AM in the task #214229
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 (x86_64, i586, aarch64)

Maintainer: Alexey Appolonov

List of contributors:
Alexey Appolonov


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

Last changed


Oct. 13, 2018 Alexey Appolonov 0.14.0-alt1
- Writting error messages by the ref instead of outputting;
- More secure way of TFilePerm data access and modification;
- New classes TFileACL and TGroupOfFilesACL;
- Ability to check permission/ACL completeness;
- Set of ACL-related functions;
- Function that forms TFilePerm object for a file;
- Functions to get user id/name and group id/name;
- Modified TPrinter class;
- Modified conf-related classes;
- New common functions - CompareFilenames, Subvector and RemoveEmptyElements;
- Text-processing functions are grouped into the 'text' section;
- Sets-related functions are grouped into the 'sets' section.
Sept. 30, 2018 Alexey Appolonov 0.13.0-alt1
- New section for printing functionality;
- API changes (CutExtension, FormatFilePath and GetHomeDir functions);
- Ability to get feedback while changing permissions;
- Function that gets the intersection of two vectors;
- Function that gets vector that consist of elements of first given vector
  that are not presented in the second given vector;
- Function that gets sector of the conf by given name;
- Ability to clean DOM of the TConf object;
- Ability to add message at the top when rewriting conf;
- Various small modifications.
Sept. 10, 2018 Alexey Appolonov 0.12.0-alt1
- New section for the filestat-related functions;
- Function for opening the dir and performing the operation inside of it;
- Ability to call the function for the dir or all the files of the dir;
- Ability to add new assgn to the conf DOM and to the conf file;
- Ability to rewrite conf file completely according to DOM;
- Functions for checking/cutting an extension of a filename;
- Function for forming vector of names of all the sectors of the conf file;
- Function for determining special reference dirs;
- Function for converting string to lowercase;
- Lots of small fixes and improvements.