IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
* fix: rewrite `PolicyTree` type
* fix: rewrite parser to work with new `PolicyTree`
* fix: rewrite polformat to work with new `PolicyTree`
* fix: update test
* fix: incorect `operator==`
* style: remove unnecessary `get()`
* wip: adding ragel file `pol.rl`
* wip: init cmake
* feat: update cmake files
* fead: add empty `parser.h`
* feat: add ragel to dockerfile
* wip: `libparsepol` adding
* fix: remove unnecessary `std::move`
* chore: remove ragel from docker
* chore: remove unnecessary comments
* chore: splitting tests into different methods
* chore: use `qDebug`/`qWarning`/`qCritical` instead of `std::cout`/`std::cerr`
* chore: use `QCOMPARE` instead of `std::runtime_error`/`assert` in tests
* chore: improve test for `QTest`
* fix: `BE QWORD` -> `LE QWORD`
* fix: allow multiply value with same `keyPath` and `valueName`
* chore: replace preprocessor macros with functions
* style: adding a line between functions
* chroe: small changes
style: small fix code format
wip: use one `uint64_t` variable instead of two `uint32_t` to comparison
fix: adding `Keypath` `Valuename` and type validation into writer
* chore: separate LE and BE tests
* chore: throw exception on `REG_NONE` and invalid iconv descriptor
* style: remove `./` from includes
* style: rename some functions
`bufferToString` -> `readStringFromBuffer`, `stringToBuffer` -> `writeStringToBuffer`,
`bufferToStrings` -> `readStringsFromBuffer`,
`stringsToBuffer` -> `writeStringsFromBuffer`,
`bufferToVector` -> `readVectorFromBuffer`,
`vectorToBuffer` -> `writeVectorToBuffer`,
* chore: minimize `getType`
* chore: rename `bufferToIntegral` -> `readIntegralFromBuffer`, `integralToBuffer` -> `writeIntegralToBuffer`
* chore: add new constants and use it insted of `reinterpret_cast<iconv_t>(-1)` and `reinterpret_cast<size_t>(-1)`
* chore: remove missing `./`
* chore: add missing include
* fix: rename `LittleEngian` -> `LittleEndian`
* fix: removing unnecessary PolicyBody
* chore: make `PRegParser` final and make all methods non-virtual
* chore: remove unnecessary include
* style: rename iconv descriptors
* style: fix style
- implement classes to read files and directories
- implement routines to write files on smb shares
- remove nemofolderlist model
- add files for smb tests