platform/upstream/smack.git
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()
2011-10-03 Jarkko SakkinenFirst round of API clean up for preparing for 1.0
2011-08-19 Jarkko SakkinenFixed include path and versioning.
2011-08-19 Jarkko SakkinenAdded dist-bz2 option to AM_INIT_AUTOMAKE.
2011-08-19 Jarkko SakkinenRemove path parameter from apply_kernel and clear_kernel.
2011-08-10 Brian McGillionRemove the path paramater to smack_have_access
2011-08-09 Brian McGillionRemove goto and format correctly
2011-08-04 Brian McGillionadd smack_get_peer_label for sockets.
2011-07-28 Brian McGillionOnly include required dependency on uthash and use...
2011-03-10 Jarkko SakkinenRemove crappy getline() reading and replace with fgets
2011-03-10 Jarkko SakkinenFix: update mtime for global_rules.
2011-03-10 Jarkko SakkinenFixed save_to_kernel unit test.
2011-03-10 Jarkko SakkinenImplemented smack_have_access() function.
2011-02-04 Jarkko SakkinenAdjusted deployment.
2011-02-04 Jarkko SakkinenRemoved check for setxattr() and getxattr() from config...
2011-02-02 Jarkko SakkinenFixed configure.ac.
2011-02-02 Jarkko SakkinenFixed libsmack deployment. Now version is only in the
2011-02-01 Jarkko SakkinenFixed doc deployment to deploy to doc/libsmack-1.0
2011-02-01 Jarkko SakkinenFixed libsmack-1.0.pc.in
2011-02-01 Jarkko SakkinenFixed tests/Makefile.am
2011-02-01 Jarkko SakkinenFixed libsmack versioning and added pkg-config support.
2011-02-01 Jarkko SakkinenFixed version.
2011-02-01 Jarkko SakkinenLink unit test to static lib in order to enable gcov...
2011-01-31 Jarkko SakkinenRemoved libsmack.spec.in.
2011-01-31 Jarkko SakkinenAPI cleanup.
2011-01-31 Jarkko SakkinenRefactored smack_rule_set_list away for full rule set...
2011-01-31 Jarkko SakkinenAdded function smack_rule_set_list to iterate over...
2011-01-31 Jarkko SakkinenUpdated API documentation.
2011-01-31 Jarkko SakkinenUpdate documentation comments.
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 SakkinenAPI cleanup.
2011-01-31 Jarkko SakkinenRefine libsmack API. Variable length labels functionality
2011-01-26 Jarkko Sakkinenfix
2011-01-18 Jarkko SakkinenCode coverage fixes.
2011-01-18 Jarkko SakkinenRemoved smack_create_default_config_files().
2011-01-17 Jarkko SakkinenFixed invalid sizeof usage in smack_xattr.c.
2011-01-15 Jarkko SakkinenRemoved autotools generated files from the project.
2011-01-14 Jarkko SakkinenAdded smack_label_set_get_short_name()
2011-01-14 Jarkko SakkinenChanged check_xattr API not to do memory allocation.
2011-01-07 Jarkko SakkinenAdded SMACK64MMAP constant for using the corresponding
2010-12-07 Mika BostromFix package group for -devel package
2010-12-07 Mika BostromBuildRequire on uthash-devel 1.9.3+
2010-12-07 Mika BostromRevert "Use embedded uthash"
2010-12-07 Mika BostromRevert "Import uthash-1.9.3 as a 3rd-party item"
2010-12-03 Jarkko SakkinenFixed sprintf() for outputting the short label.
2010-12-03 Jarkko SakkinenHash calculation.
2010-12-03 Jarkko SakkinenCleaned up labels implementation.
2010-12-03 Jarkko SakkinenRead rules with long labels when parameter 'labels...
2010-12-03 Jarkko SakkinenSave rules with long labels when parameter 'labels...
next