platform/upstream/smack.git
2014-04-15 Rafal Krypalibsmack: fix smack_new_label_from_path() (regression...
2014-03-17 Rafal Krypalibsmack: fix smack_have_access() (regression in d7319c71)
2014-02-20 Jarkko SakkinenChanged library version to 1.0.4 v1.0.4
2014-02-20 Jarkko SakkinenMerge remote-tracking branch 'rafal-krypa/issue51'...
2014-02-20 Jarkko SakkinenMerge remote-tracking branch 'jobol/issue94' into v1.0.x
2014-02-18 Rafal Krypalibsmack: avoid sprintf() when printing rules in long...
2014-02-18 Rafal Krypalibsmack: enable multi-line support for writing to...
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-14 Rafal Krypadon't allocate memory in accesses_print
2014-02-14 Rafal Krypachange type of label_id back to int
2014-02-13 Rafal Krypalibsmack: merge rules with the same subject and object...
2014-02-13 Rafal Krypalibsmack: change semantics of rule allow_code and deny_code
2014-02-13 Rafal Krypalibsmack: reorganize rule lists for struct smack_accesses
2014-02-13 Rafal Krypalibsmack: shrink few rule and label struct fields
2014-02-13 Jan Cybulskilibsmack: add possibility of resizing table of labels
2014-02-13 Jan Cybulskilibsmack: implement internal hash table of labels
2014-02-13 Rafal Krypalibsmack: refactoring of label dictionary code
2014-02-13 Rafal Krypalibsmack: make local function accesses_add() static
2014-02-05 José BolloAdding a program generating test data.
2014-02-03 Jarkko SakkinenRemoved redundant AUTHORS files.
2014-01-29 José BolloFix bug in cipso written rules
2014-01-28 Jarkko Sakkinenlibsmack: lazy initialization for SmackFS mount point
2014-01-28 Jarkko Sakkinenlibsmack: close smackfs_mnt_dirfd in the library destructor
2014-01-23 Jarkko SakkinenMerge remote-tracking branch 'jsakkine/issue83' into...
2014-01-23 Jarkko Sakkinenlibsmack: fallback to 'cipso' when 'cipso2' is not...
2014-01-23 Jarkko Sakkinenlibsmack: add a common function for opening long and...
2014-01-13 Jarkko Sakkinenlibsmack: fix: fail if neither 'load' and 'load2' canno...
2014-01-13 Jarkko Sakkinenlibsmack: fix: 'accesses_print' declaration was in...
2014-01-10 Jarkko Sakkinenutils: fix error message in smackaccess
2014-01-10 Jarkko Sakkinenlibsmack: fixed label validation in smack_have_access()
2014-01-07 Rafal Krypalibsmack: use 16 bits for smack access codes instead...
2014-01-07 Rafal Krypalibsmack: change logic for detecting long labels in...
2014-01-07 Jarkko SakkinenMerge remote-tracking branch 'rafal-krypa/issue73'...
2014-01-05 Rafal KrypaUpdate .gitignore files to ignore all build-time genera...
2014-01-05 Rafal Krypalibsmack: use common code for smack_accesses_apply...
2013-12-31 Rafal Krypalibsmack: use common code for smack_accesses_add()...
2013-12-31 Rafal Krypautils: use common code for apply_rules and apply_cipso
2013-12-31 Rafal Krypalibsmack: don't define __GNU_SOURCE in the code
2013-12-31 Rafal Krypautils: fix build warnings related to smack_smackfs_path()
2013-12-31 Rafal KrypaCompile for the C99 standard.
2013-12-31 Rafal Krypaautogen.sh: fix passing arguments to configure
2013-12-20 Jarkko SakkinenMerge remote-tracking branch 'rafal-krypa/issue84'...
2013-12-18 Rafal Krypautils: drop build dependency on libattr, introduced...
2013-12-18 Jarkko Sakkinenlibsmack: fix label validation in smack_new_label_from_path
2013-12-18 Rafal KrypaAvoid memory allocation while opening smackfs files.
2013-12-18 Jan CybulskiAdd dictionary for labels
2013-12-18 José Bollolibsmack: fix a bug in validation of labels
2013-12-17 José Bollochsmack: update of the manual
2013-12-17 José Bollochsmack: refusing repeated labels
2013-12-17 José Bollochsmack: add option to remove labels
2013-12-17 José Bollochsmack: split option scan in two parts
2013-12-17 José Bollochsmack: using flags for labels
2013-12-17 José Bollochsmack: checking transmute on directories
2013-12-17 José Bollochsmack: add dereference option
2013-12-17 José Bollochsmack: exchanging order of nested blocks if/for
2013-12-17 José Bollochsmack: use of 'smack_set_label_for_path'
2013-12-17 José Bollochsmack: use of 'smack_new_label_from_path'
2013-12-17 José Bollochsmack: validation of labels
2013-12-17 José Bollochsmack: put usage string at head
2013-12-17 José Bollochsmack: using linux constants for Smack's names
2013-12-10 Jarkko Sakkinentests: starting point for stress testing
2013-12-10 José BolloFix return value of 'smack_new_label_from_path' v1.0.3.1
2013-12-09 Jarkko SakkinenRevert "utils: use common code for apply_rules and...
2013-12-05 Jarkko SakkinenBumped version to 1.0.3. v1.0.3
2013-12-05 Rafal Krypautils: use common code for apply_rules and apply_cipso
2013-12-05 Jarkko Sakkinenlibsmack: clean up redundant stuff
2013-12-05 Rafal Krypalibsmack: add support for new access mode for setting...
2013-12-05 Jarkko Sakkinenutils: common.c: invalid fprintf()
2013-12-03 Jarkko Sakkinenutils: apply access rules to load/load2 in one shot
2013-12-03 Jarkko SakkinenDo not silently ignore files when applying them in... v1.0.2
2013-12-02 Jarkko SakkinenMerge remote-tracking branch 'jsakkine/issue60' into...
2013-12-02 Jarkko SakkinenMerge remote-tracking branch 'rafal-krypa/issue70'...
2013-12-02 Rafal Krypasmackctl: fix reporting "unknown action" (regression...
2013-12-02 Rafal Krypalibsmack: fix smack_cipso_apply() failing with more...
2013-12-02 Jarkko Sakkinenlibsmack: remove redundant check for clear flag form...
2013-12-02 Jarkko Sakkinenlibsmack: remove redundant strlen() call from accesses_...
2013-12-02 Jarkko Sakkinenlibsmack: check in accesses_apply() that rule has short...
2013-12-02 Jarkko SakkinenMerge remote-tracking branch 'rafal-krypa/issue68'...
2013-12-01 Jarkko Sakkinenlibsmack: early fail in accesses_apply() if modify...
2013-11-29 Rafal Krypalibsmack: parse whole access type string, not only...
2013-11-29 Rafal Krypalibsmack: fixed segfault in get_label() (regression...
2013-11-28 Jarkko SakkinenMerge remote-tracking branch 'jsakkine/issue64' into...
2013-11-28 Jarkko Sakkinenlibsmack: fixed apply_accesses() (regression in d2283792)
2013-11-27 Jarkko Sakkinenisgx: fix: clear flag for directory parameter in smackl...
2013-11-27 Rafal Krypadebian: enable parallel build.
2013-11-27 Rafal Krypadebian: convert for multi-arch packages.
2013-11-27 Rafal Krypadebian: add build dependency on doxygen.
2013-11-27 Jarkko Sakkinenlibsmack: revert access codes
2013-11-25 Jarkko Sakkinenutils: more verbose error reporting when applying rules
2013-11-22 Zofia AbramowskaFix memory leak on smack_cipso
2013-11-22 Jarkko Sakkinenutils: fix CIPSO error messages in common.c
next