2013-11-21 |
Jarkko Sakkinen | doc: show version |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Rafal Krypa | doc: fix parallel build, broken by c5e2007. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Rafal Krypa | debian: fix package build, broken by c5e2007. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Jarkko Sakkinen | Generate API documentation by using Doxygen. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Rafal Krypa | Solve problem with "make distcheck" breaking on systemd... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Jarkko Sakkinen | Copy labels using get_label() |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Jarkko Sakkinen | Helper function get_label() |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Jarkko Sakkinen | Use strncpy() always copying labels. |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Jarkko Sakkinen | Fixed copyright clauses. |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Rafał Krypa | Regression fix: don't modify smack_accesses while apply... |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Jarkko Sakkinen | Fix man pages |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Janusz Kozerski | Use smack_label_length() internally instead strnlen() |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Janusz Kozerski | Fix value returned by smack_label_length() |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Jarkko Sakkinen | Remove errno assignments |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Jarkko Sakkinen | Removed smack_label_length() API |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Janusz Kozerski | Add smack_label_length() function |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Zofia Abramowska | Cleaning error logs for rules applying utilities |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Jarkko Sakkinen | Add parameter name back to the chsmack error message |
commit | commitdiff | tree | snapshot |
2013-10-23 |
José Bollo | utils/chsmack: fix hazardous option parsing |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Jarkko Sakkinen | Fix: accept 255 character labels |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Zofia Abramowska | Change apply_cipso_cb() to use proper apply_cipso_file() |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Jarkko Sakkinen | Fix: allow CIPSO labels with zero categories |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Jarkko Sakkinen | Documented order in which access rules are applied... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Jarkko Sakkinen | Fixes for doxygen errors coming from 3810596. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Jarkko Sakkinen | libsmack: clean up smack_accesses_add_modify() |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Jarkko Sakkinen | Cleaned up init code. |
commit | commitdiff | tree | snapshot |
2013-10-02 |
Jarkko Sakkinen | Update configure.ac version and mainter information |
commit | commitdiff | tree | snapshot |
2013-10-02 |
Jarkko Sakkinen | Set revision for v1.0.2 release |
commit | commitdiff | tree | snapshot |
2013-09-30 |
Jarkko Sakkinen | Major documentation cleanup. |
commit | commitdiff | tree | snapshot |
2013-09-30 |
Jarkko Sakkinen | Removed redundant is_smackfs_mounted(). |
commit | commitdiff | tree | snapshot |
2013-09-30 |
Jarkko Sakkinen | Revert "Avoid memory allocation while opening smackfs... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Rafal Krypa | Avoid memory allocation while opening smackfs files. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Rafal Krypa | Prevent potentially unterminated buffers while adding... |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Jarkko Sakkinen | Added AUTHORS file. v1.0.1 |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Jarkko Sakkinen | Cleaned up command line arguments handling in chsmack. |
commit | commitdiff | tree | snapshot |
2013-06-16 |
Jarkko Sakkinen | Removed doc/smackd.8 from debian/smack-utils.manpages v1.0 |
commit | commitdiff | tree | snapshot |
2013-06-16 |
Jarkko Sakkinen | LIBSMACK -> LIBSMAC_1.0 in libsmack.sym |
commit | commitdiff | tree | snapshot |
2013-06-16 |
Jarkko Sakkinen | Added smackctl back. |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Jarkko Sakkinen | Documentation fixes |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Jarkko Sakkinen | Removed smackd and smackctl. |
commit | commitdiff | tree | snapshot |
2013-06-08 |
jarkkos | Merge pull request #12 from rafal-krypa/samsung |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Jarkko Sakkinen | smack_new_label_from_path fix: removed const specifier |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Jarkko Sakkinen | Added missing smack_new_label_from_path symbol to libsm... |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Jarkko Sakkinen | Return length of the label on success in smack_new_labe... |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Jarkko Sakkinen | fix: smack_new_from_path() follow parameter |
commit | commitdiff | tree | snapshot |
2013-05-31 |
Rafal Krypa | Use xattr.h from libc, not from libattr. |
commit | commitdiff | tree | snapshot |
2013-05-27 |
Jarkko Sakkinen | Added follow parameter to smack_new_label_from_path() |
commit | commitdiff | tree | snapshot |
2013-05-21 |
Jarkko Sakkinen | Added function smack_label_from_path() |
commit | commitdiff | tree | snapshot |
2013-05-21 |
Jarkko Sakkinen | Finalized cipso API. |
commit | commitdiff | tree | snapshot |
2013-05-14 |
jarkkos | Merge pull request #11 from rafal-krypa/samsung |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Rafal Krypa | libsmack: add support for modification rules. |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Rafal Krypa | libsmack: parse whole access type string, not only... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Brian McGillion | Merge pull request #10 from banada/master |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Nathaniel Chen | disable services for new systemd versions |
commit | commitdiff | tree | snapshot |
2013-03-20 |
PassionZhao | Merge pull request #9 from PassionZhao/master |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Passion,Zhao | smackcipso can't set CIPSO correctly, see the bug report: |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Brian McGillion | Merge pull request #8 from rafal-krypa/samsung |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Rafal Krypa | libsmack: check label length in smack_revoke_subject(). |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Brian McGillion | Merge pull request #7 from phmccarty/master |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Patrick McCarty | Run AM_PROG_AR to fix build with newer automake |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Rafal Krypa | libsmack: add function for setting current process... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Rafal Krypa | libsmack: add API for revoking all rules for a subject... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Rafal Krypa | Fix three compilation warnings. |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Rafal Krypa | Fix paths to upstream repositories. |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Rafal Krypa | Move definition of max label length to a single place... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Rafal Krypa | Install missing manual page links for library functions. |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Jarkko Sakkinen | Removed dso.h |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Jarkko Sakkinen | Declare smack_mnt as non-static in init.c. |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Passion,Zhao | Add support for smackfs directory: /sys/fs/smackfs/ |
commit | commitdiff | tree | snapshot |
2012-11-02 |
jarkkos | Merge pull request #2 from PassionZhao/master |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Passion,Zhao | Move cipso_free,cipso_new,cipso_apply from utils/common... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
jarkkos | Merge pull request #1 from sofar/fixes |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Auke Kok | smack.mount: "WantedBy" is illegal in [Unit] context. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Auke Kok | smack.service: provide [Install] section in systemd... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Jarkko Sakkinen | libsmack: fallback to short labels |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Brian McGillion | Update to latest Doxygen standard |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Brian McGillion | Must umount /smack before trying to remove it |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Joachim Wiedorn | Optimize init script smack.rc |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Joachim Wiedorn | Add postinst + postrm scripts for Debian to create... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Joachim Wiedorn | Update copyright file for Debian |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Joachim Wiedorn | Add libsmack1.symbols file for Debian |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Joachim Wiedorn | Full update of Debian control file |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Joachim Wiedorn | Rename Debian package name libsmack to libsmack1 |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Joachim Wiedorn | Create manpage links to existing manpages |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Brian McGillion | Fix warnings |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Brian McGillion | Utils: add debian init script and required directories |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Joachim Wiedorn | Fix some typos in manpages |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Brian McGillion | Add man pages |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Brian McGillion | Utils: Add long label support |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Brian McGillion | libsmack: Add long label support |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Brian McGillion | libsmack: Ignore blank lines in the rules files |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Brian McGillion | Init: Dynamically check systemd installation path |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Brian McGillion | Add initial debian package support |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Brian McGillion | Remove unnecessary description from perror as there... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Jarkko Sakkinen | utils: improve smackcipso so that it loads also from... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Brian McGillion | Add init scripts |
commit | commitdiff | tree | snapshot |
2011-12-15 |
jarkkos | Merge pull request #10 from brianmcgillion/master |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Brian McGillion | Improve the include guard to avoid conflicts with appli... |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Jarkko Sakkinen | fixed libsmack.sym |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Jarkko Sakkinen | libsmack: revert smack_new_label_from_self() |
commit | commitdiff | tree | snapshot |
next |