platform/upstream/smack.git
2013-08-16 Rafal KrypaPrevent potentially unterminated buffers while adding...
2013-06-18 Jarkko SakkinenAdded AUTHORS file. v1.0.1
2013-06-18 Jarkko SakkinenCleaned up command line arguments handling in chsmack.
2013-06-16 Jarkko SakkinenRemoved doc/smackd.8 from debian/smack-utils.manpages v1.0
2013-06-16 Jarkko SakkinenLIBSMACK -> LIBSMAC_1.0 in libsmack.sym
2013-06-16 Jarkko SakkinenAdded smackctl back.
2013-06-13 Jarkko SakkinenDocumentation fixes
2013-06-13 Jarkko SakkinenRemoved smackd and smackctl.
2013-06-08 jarkkosMerge pull request #12 from rafal-krypa/samsung
2013-06-03 Jarkko Sakkinensmack_new_label_from_path fix: removed const specifier
2013-06-03 Jarkko SakkinenAdded missing smack_new_label_from_path symbol to libsm...
2013-06-03 Jarkko SakkinenReturn length of the label on success in smack_new_labe...
2013-06-03 Jarkko Sakkinenfix: smack_new_from_path() follow parameter
2013-05-31 Rafal KrypaUse xattr.h from libc, not from libattr.
2013-05-27 Jarkko SakkinenAdded follow parameter to smack_new_label_from_path()
2013-05-21 Jarkko SakkinenAdded function smack_label_from_path()
2013-05-21 Jarkko SakkinenFinalized cipso API.
2013-05-14 jarkkosMerge pull request #11 from rafal-krypa/samsung
2013-03-26 Rafal Krypalibsmack: add support for modification rules.
2013-03-26 Rafal Krypalibsmack: parse whole access type string, not only...
2013-03-26 Brian McGillionMerge pull request #10 from banada/master
2013-03-22 Nathaniel Chendisable services for new systemd versions
2013-03-20 PassionZhaoMerge pull request #9 from PassionZhao/master
2013-03-07 Passion,Zhaosmackcipso can't set CIPSO correctly, see the bug report:
2013-02-19 Brian McGillionMerge pull request #8 from rafal-krypa/samsung
2013-02-18 Rafal Krypalibsmack: check label length in smack_revoke_subject().
2013-01-08 Brian McGillionMerge pull request #7 from phmccarty/master
2013-01-07 Patrick McCartyRun AM_PROG_AR to fix build with newer automake
2012-12-12 Rafal Krypalibsmack: add function for setting current process...
2012-12-12 Rafal Krypalibsmack: add API for revoking all rules for a subject...
2012-12-12 Rafal KrypaFix three compilation warnings.
2012-12-12 Rafal KrypaFix paths to upstream repositories.
2012-12-12 Rafal KrypaMove definition of max label length to a single place...
2012-12-12 Rafal KrypaInstall missing manual page links for library functions.
2012-11-08 Jarkko SakkinenRemoved dso.h
2012-11-08 Jarkko SakkinenDeclare smack_mnt as non-static in init.c.
2012-11-08 Passion,ZhaoAdd support for smackfs directory: /sys/fs/smackfs/
2012-11-02 jarkkosMerge pull request #2 from PassionZhao/master
2012-11-02 Passion,ZhaoMove cipso_free,cipso_new,cipso_apply from utils/common...
2012-10-29 jarkkosMerge pull request #1 from sofar/fixes
2012-10-24 Auke Koksmack.mount: "WantedBy" is illegal in [Unit] context.
2012-10-24 Auke Koksmack.service: provide [Install] section in systemd...
2012-09-26 Jarkko Sakkinenlibsmack: fallback to short labels
2012-09-06 Brian McGillionUpdate to latest Doxygen standard
2012-05-09 Brian McGillionMust umount /smack before trying to remove it
2012-05-09 Joachim WiedornOptimize init script smack.rc
2012-05-09 Joachim WiedornAdd postinst + postrm scripts for Debian to create...
2012-05-09 Joachim WiedornUpdate copyright file for Debian
2012-05-09 Joachim WiedornAdd libsmack1.symbols file for Debian
2012-05-09 Joachim WiedornFull update of Debian control file
2012-05-09 Joachim WiedornRename Debian package name libsmack to libsmack1
2012-05-09 Joachim WiedornCreate manpage links to existing manpages
2012-05-07 Brian McGillionFix warnings
2012-05-07 Brian McGillionUtils: add debian init script and required directories
2012-05-06 Joachim WiedornFix some typos in manpages
2012-05-04 Brian McGillionAdd man pages
2012-05-02 Brian McGillionUtils: Add long label support
2012-05-02 Brian McGillionlibsmack: Add long label support
2012-05-02 Brian McGillionlibsmack: Ignore blank lines in the rules files
2012-05-02 Brian McGillionInit: Dynamically check systemd installation path
2012-04-25 Brian McGillionAdd initial debian package support
2012-04-25 Brian McGillionRemove unnecessary description from perror as there...
2012-04-25 Jarkko Sakkinenutils: improve smackcipso so that it loads also from...
2012-02-06 Brian McGillionAdd init scripts
2011-12-15 jarkkosMerge pull request #10 from brianmcgillion/master
2011-12-15 Brian McGillionImprove the include guard to avoid conflicts with appli...
2011-12-13 Jarkko Sakkinenfixed libsmack.sym
2011-12-13 Jarkko Sakkinenlibsmack: revert smack_new_label_from_self()
2011-12-11 Jarkko Sakkinenutils: stdin support for smackload
2011-12-11 Jarkko Sakkinenutils: cleaned up common code for applying rules.
2011-12-10 Jarkko SakkinenAdded smack_get_self_label().
2011-12-10 Jarkko SakkinenAdded smack_set_self_label().
2011-11-30 Jarkko SakkinenFix: common.h was not part of the dist.
2011-11-16 Jarkko Sakkinenutils/Makefile.am: fixed installation path.
2011-11-15 jarkkosMerge pull request #5 from brianmcgillion/master
2011-11-15 Brian McGillionMerge branch 'master' of https://github.com/jarkkos...
2011-11-15 Brian McGillionlibsmack: Fix missing extern qualifier
2011-11-15 jarkkosMerge pull request #4 from brianmcgillion/ac028f67ba540...
2011-11-15 Brian McGillionMerge branch 'master' of https://github.com/jarkkos...
2011-11-15 Jarkko Sakkinenlibsmack: fixed smack.h installation path
2011-11-15 Brian McGillionMerge branch 'master' of github.com:brianmcgillion...
2011-11-15 Brian McGillionchsmack: Add chsmack from smackutils
2011-11-15 Brian McGillionchsmack: Add chsmack from smackutils
2011-11-15 jarkkosMerge pull request #2 from brianmcgillion/master
2011-11-15 Brian McGillionutils: Fix the coding conventions
2011-11-11 jarkkosMerge pull request #1 from brianmcgillion/master
2011-11-11 Brian McGillionMerge branches
2011-11-11 Brian McGillionBootstrap with autogen
2011-11-11 Jarkko Sakkinenfixed package information
2011-11-11 Brian McGillionAdd initial daemon
2011-11-11 Jarkko Sakkinenlibsmack: smack_accesses_new_from_file -> smack_accesse...
2011-11-11 Jarkko Sakkinensmackctl: fixed a memory leak in cipso_free()
2011-11-11 Brian McGillionAdd smackcipso
2011-11-11 Brian McGillionAdd usage
2011-11-11 Brian McGillionCreate smackload based on libsmack
2011-11-11 Brian McGillionCreate common files for shared util components
2011-11-10 Brian McGillionBootstrap with autogen
2011-11-10 Jarkko SakkinenAdded forgotten -Wall -Wextra compilation options and...
2011-11-10 Jarkko SakkinenRest of the libsmack specific to libsmack/Makefile.am
2011-11-10 Jarkko SakkinenMoved libsmack.pc.in under libsmack directory.
next