Bumped version to 1.2.0
[platform/upstream/smack.git] / tests /
2014-02-20 Jarkko SakkinenMerge branch 'v1.0.x'
2014-02-20 Jarkko SakkinenMerge remote-tracking branch 'jobol/issue94' into v1.0.x
2014-02-18 Jarkko SakkinenMerge remote-tracking branch 'jobol/addgen' into v1.0.x
2014-02-14 José Bollotests: Improved version of generator
2014-02-14 Jan Cybulskitests: Produce sorted policy with unique rule only
2014-02-14 José Bollotests: Improved formating of code
2014-02-14 José Bollotests: Adding a usage function.
2014-02-14 José Bollotests: Adding some comments
2014-02-14 José Bollotests: Correcting exit codes
2014-02-14 José Bollotests: Renaming 'r' to 'alea'
2014-02-14 José Bollotests: Changing filenames
2014-02-14 Jan Cybulskitests: Change program generating test data
2014-02-05 José BolloAdding a program generating test data.
2013-12-10 Jarkko SakkinenMerge branch 'v1.0.x'
2013-12-10 Jarkko Sakkinentests: starting point for stress testing
2011-11-10 Jarkko Sakkinenrenamed tests to utils
2011-11-10 Jarkko SakkinenInstall utilities under tests/ to bidir.
2011-11-09 Jarkko SakkinenSmackRuleSet => struct smack_accesses
2011-11-09 Jarkko SakkinenPut .gitignore files in plac
2011-11-09 Jarkko Sakkinenconfigure.ac: cleanup
2011-11-09 Jarkko Sakkinensmack.h/c -> libsmack.h/c
2011-11-08 Jarkko Sakkinensmackctl: cleaned up cipso_apply()
2011-11-08 Jarkko Sakkinensmackctl: cipso support
2011-11-04 Jarkko Sakkinensmackctl: cleaned up constants
2011-11-04 Jarkko Sakkinensmackctl: removed deprecated vars from apply()
2011-11-04 Jarkko Sakkinensmackctl: replaced opendir etc mess with nftw call.
2011-11-02 Jarkko Sakkinensmackself: fixed invalid return value on failure and...
2011-11-02 Jarkko Sakkinentests: renamed smackselflabel to smackself
2011-11-02 Brian McGillionAdd get_self_label functionality
2011-10-20 Jarkko Sakkinensmackctl: applying rules from /etc/smack/accesses.d
2011-10-20 Jarkko Sakkinensmackctl: code cleanup
2011-10-20 Jarkko Sakkinenfixed stat check of accesses file
2011-10-20 Jarkko Sakkinensmackctl: fix: strncmp to strcmp in restart check
2011-10-20 Jarkko Sakkinensmackctl: check for /etc/smack/accesses existence
2011-10-11 Jarkko Sakkinenlibsmack: noinst_PROGRAMS for tests/*
2011-10-09 Jarkko Sakkinensmackctl: check that smackfs is mounted also in stop.
2011-10-08 Jarkko Sakkinensmackctl: fixes
2011-10-08 Jarkko Sakkinensmackctl: fixed status argument check
2011-10-08 Jarkko Sakkinensmackctl: start/stop guards
2011-10-08 Jarkko SakkinenRemoved printload test. Renamed access test as smackaccess.
2011-10-08 Jarkko Sakkinensmackctl: status
2011-10-08 Jarkko Sakkinensmackctl: status
2011-10-08 Jarkko Sakkinensmackctl: initial restart
2011-10-08 Jarkko Sakkinensmackctl: initial stop
2011-10-08 Jarkko SakkinenNew test smackctl. Beginnings of a startup script repla...
2011-10-07 Jarkko SakkinenAPI cleanup.
2011-10-05 Jarkko SakkinenTest application for smack_have_access() and fixes to
2011-10-04 Jarkko SakkinenChanged smack_have_access() to take fd
2011-10-04 Jarkko SakkinenMigrated from uthash to glib. Changed API methods to...
2011-10-04 Jarkko SakkinenRemoved smack_remove* as they are not neede for
2011-10-03 Jarkko SakkinenFirst round of API clean up for preparing for 1.0
2011-03-10 Jarkko SakkinenFixed save_to_kernel unit test.
2011-03-10 Jarkko SakkinenImplemented smack_have_access() function.
2011-02-02 Jarkko SakkinenFixed libsmack deployment. Now version is only in the
2011-02-01 Jarkko SakkinenFixed tests/Makefile.am
2011-02-01 Jarkko SakkinenLink unit test to static lib in order to enable gcov...
2011-01-31 Jarkko SakkinenAPI cleanup.
2011-01-31 Jarkko Sakkinenapi fixes
2011-01-31 Jarkko SakkinenAPI cleanup for save functions
2011-01-31 Jarkko SakkinenAPI clean up for SmackRuleSet constructor
2011-01-31 Jarkko SakkinenRefine libsmack API. Variable length labels functionality
2011-01-14 Jarkko SakkinenChanged check_xattr API not to do memory allocation.
2010-12-03 Jarkko SakkinenHash calculation.
2010-12-03 Jarkko SakkinenRead rules with long labels when parameter 'labels...
2010-12-03 Jarkko SakkinenSave rules with long labels when parameter 'labels...
2010-11-29 Jarkko SakkinenIn smack_rule_set_save_to_kernel, write removed rules...
2010-11-27 Jarkko SakkinenPass label set as parameter in rule set API instead...
2010-11-27 Jarkko SakkinenChanged return value of smack_rule_set_remove() to...
2010-11-27 Jarkko Sakkinensmack_label_set_add() returns now const pointer to...
2010-11-24 Jarkko SakkinenLabelset support to xattr API.
2010-11-23 Jarkko SakkinenLabel set support to rule set API.
2010-11-23 Jarkko SakkinenLabel conversion test case.
2010-11-23 Jarkko SakkinenFixed implementation and added test cases for label...
2010-11-22 Jarkko SakkinenStreamline API once more for addition of label set...
2010-11-22 Jarkko SakkinenRemoved those parts of API that are not needed in RPM...
2010-11-18 Jarkko SakkinenSimplified smack_read_rules_from_file().
2010-11-18 Jarkko SakkinenStreamlined API.
2010-11-18 Jarkko SakkinenRemoved flags parameter from smack_write_rules_to_file...
2010-11-17 Jarkko SakkinenAllocate object and subject from heap. This is prelimin...
2010-11-17 Jarkko SakkinenFixed test cases.
2010-11-15 Jarkko Sakkinensmack_remove_user()
2010-11-15 Jarkko Sakkinensmack_add_user()
2010-11-15 Jarkko SakkinenImplemented smack_get_user_label(). Fixed bug in intern...
2010-11-15 Jarkko SakkinenSeparated tests into three suites.
2010-11-15 Jarkko Sakkinensmack_set_smackexec_to_file()
2010-11-15 Jarkko SakkinenCleaned up code. Made reading rules and users more...
2010-11-15 Jarkko SakkinenRead and write users db from file.
2010-11-13 Jarkko SakkinenAdded flags parameter to smack_set_file_smack() and
2010-11-13 Jarkko Sakkinensmack_set_proc_smack()
2010-11-13 Jarkko SakkinenFine-tuned test cases.
2010-11-13 Jarkko SakkinenAdded format parameter to the smack_write_rules() that...
2010-11-12 Jarkko SakkinenCode cleanup.
2010-11-12 Jarkko SakkinenInitial commit