framework/security/smack.git
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-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'
2013-12-09 Jarkko SakkinenRevert "utils: use common code for apply_rules and...
2013-12-05 Jarkko SakkinenBumped version to 1.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...
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
2013-11-21 Jarkko Sakkinendoc: show version
2013-11-21 Rafal Krypadoc: fix parallel build, broken by c5e2007.
2013-11-21 Rafal Krypadebian: fix package build, broken by c5e2007.
2013-11-21 Jarkko SakkinenGenerate API documentation by using Doxygen.
2013-11-21 Rafal KrypaSolve problem with "make distcheck" breaking on systemd...
2013-11-20 Jarkko SakkinenCopy labels using get_label()
2013-11-20 Jarkko SakkinenHelper function get_label()
2013-11-19 Jarkko SakkinenUse strncpy() always copying labels.
2013-11-19 Jarkko SakkinenFixed copyright clauses.
2013-11-18 Rafał KrypaRegression fix: don't modify smack_accesses while apply...
2013-10-30 Jarkko SakkinenFix man pages
2013-10-30 Janusz KozerskiUse smack_label_length() internally instead strnlen()
2013-10-30 Janusz KozerskiFix value returned by smack_label_length()
2013-10-28 Jarkko SakkinenRemove errno assignments
2013-10-25 Jarkko SakkinenRemoved smack_label_length() API
2013-10-25 Janusz KozerskiAdd smack_label_length() function
2013-10-23 Zofia AbramowskaCleaning error logs for rules applying utilities
2013-10-23 Jarkko SakkinenAdd parameter name back to the chsmack error message
2013-10-23 José Bolloutils/chsmack: fix hazardous option parsing
2013-10-22 Jarkko SakkinenFix: accept 255 character labels
2013-10-14 Zofia AbramowskaChange apply_cipso_cb() to use proper apply_cipso_file()
2013-10-14 Jarkko SakkinenFix: allow CIPSO labels with zero categories
2013-10-14 Jarkko SakkinenDocumented order in which access rules are applied...
2013-10-14 Jarkko SakkinenFixes for doxygen errors coming from 3810596.
2013-10-14 Jarkko Sakkinenlibsmack: clean up smack_accesses_add_modify()
2013-10-14 Jarkko SakkinenCleaned up init code.
2013-10-02 Jarkko SakkinenUpdate configure.ac version and mainter information
2013-10-02 Jarkko SakkinenSet revision for v1.0.2 release
2013-09-30 Jarkko SakkinenMajor documentation cleanup.
2013-09-30 Jarkko SakkinenRemoved redundant is_smackfs_mounted().
2013-09-30 Jarkko SakkinenRevert "Avoid memory allocation while opening smackfs...
2013-08-16 Rafal KrypaAvoid memory allocation while opening smackfs files.
2013-08-16 Rafal KrypaPrevent potentially unterminated buffers while adding...
2013-06-18 Jarkko SakkinenAdded AUTHORS file.
2013-06-18 Jarkko SakkinenCleaned up command line arguments handling in chsmack.
next