platform/upstream/smack.git
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.
2011-11-10 Jarkko Sakkinenfixed distcheck
2011-11-10 Jarkko Sakkinenreverted to smack.h
2011-11-10 Jarkko Sakkinenadjusted apply/clear API
2011-11-10 Jarkko SakkinenAdjusted self label and peer label API.
2011-11-10 Jarkko SakkinenCleaned up factory methods.
2011-11-10 Jarkko Sakkinencleaned up smackaccess and made more scriptable
2011-11-10 Jarkko Sakkinenrenamed tests to utils
2011-11-10 Jarkko SakkinenInstall utilities under tests/ to bidir.
2011-11-09 Jarkko Sakkinenremoved extern keywords
2011-11-09 Jarkko SakkinenSmackRuleSet => struct smack_accesses
2011-11-09 Jarkko SakkinenAdded version script.
2011-11-09 Jarkko SakkinenPut .gitignore files in plac
2011-11-09 Jarkko Sakkinenremoved ChangeLog
2011-11-09 Jarkko Sakkinenremove AUTHORS
2011-11-09 Jarkko SakkinenFixed m4 directory handling in Makefile.am
2011-11-09 Jarkko Sakkinenconfigure.ac: cleanup
2011-11-09 Jarkko Sakkinensmack.h/c -> libsmack.h/c
2011-11-09 Jarkko Sakkinenchanged include dir to /usr/include
2011-11-09 Jarkko Sakkinenremoved README
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-03 Jarkko Sakkinenfix: close(fd) was missing from smack_rule_set_apply().
2011-11-02 Jarkko Sakkinensmackself: fixed invalid return value on failure and...
2011-11-02 Jarkko Sakkinentests: renamed smackselflabel to smackself
2011-11-02 Jarkko SakkinenReorganized and cleaned up smack.h/c.
2011-11-02 Brian McGillionAdd get_self_label functionality
2011-10-31 Brian McGillionRemove the defunct autogen script.
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-18 Brian McGillionUpdate libsmack.pc.in to reflect the new path used...
2011-10-13 Jarkko SakkinenFixed invalid return value in smack_rule_set_save(...
2011-10-11 Jarkko Sakkinenlibsmack: noinst_PROGRAMS for tests/*
2011-10-10 Jarkko Sakkinenlibsmack: fixed smack_access.
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 SakkinenFixed access_type_to_int()
2011-10-05 Jarkko SakkinenCode cleanup.
2011-10-05 Jarkko SakkinenFixed line format for /smack/load.
2011-10-05 Jarkko SakkinenFixed smack_rule_set_new to use strtok_r instead of...
2011-10-05 Jarkko SakkinenTest application for smack_have_access() and fixes to
2011-10-04 Jarkko SakkinenImplemented linked list for rules in order to remove...
2011-10-04 Jarkko SakkinenRenamed smack_get_peer_label to smack_get_socket_label.
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 SakkinenCleaned up pthread dependency and unused struct
2011-10-04 Jarkko SakkinenRemoved smack_remove* as they are not neede for
2011-10-03 Jarkko SakkinenRefactored smack_have_access to use the new kernel...
2011-10-03 Jarkko SakkinenAdded transmute support.
2011-10-03 Jarkko SakkinenCleaned up smack_get_peer_label()
next