]> git.k1024.org Git - pylibacl.git/history - acl.c
Update .gitignore file
[pylibacl.git] / acl.c
2023-04-22 Iustin PopModernise the tp_dealloc functions
2023-04-22 Iustin PopConvert module and type initialisation to C99 style
2023-04-22 Iustin PopRework how acl __setstate__ handles some errors
2023-04-20 Iustin PopAdd gcov exclusion patterns for hard-to-test error...
2020-06-19 Iustin PopMerge remote-tracking branch 'github/master'
2020-06-19 Iustin PopRemove the PyType_Type assignments to _Type objects
2020-04-20 Enji CooperFix typo: HAVEL_LEVEL2
2019-12-17 Iustin PopACL init: only define the extra variables when needed
2019-12-16 Iustin PopFix bug in ACL(filedef=...) constructor
2019-12-11 Iustin PopRemove obsolete check for non-initialised Entry
2019-12-11 Iustin PopRemove forgotten debug statement
2019-12-11 Iustin PopAdd file path to error message on ACL initialisation
2019-12-11 Iustin PopFix yet another bug in ACL re-inistialisation
2019-12-11 Iustin PopImplement creating an ACL directly from serialised...
2019-12-11 Iustin PopSmall simplification in ACL_init
2019-12-05 Iustin PopMake the code Py_ssize_t clean
2019-12-05 Iustin PopChange setstate to only take bytes
2019-12-03 Iustin PopChange entry qualifier set/get behaviour
2019-11-30 Iustin PopMinor change on how error handling style in ACL_init
2019-11-29 Iustin PopConvert ACL initialisation to allow file-path objects...
2019-11-29 Iustin PopSimplify ACL.append to not duplicate Entry creation
2019-11-29 Iustin PopRaise better error message on un-owned but valid Entry...
2019-11-29 Iustin PopSimplify returning None
2019-11-29 Iustin PopSwitch ACL to be always-initialised
2019-11-29 Iustin PopApply no-unitialised-objects to Permset as well
2019-11-29 Iustin PopStop duplicating permset initialisation
2019-11-29 Iustin PopRestore setstate/getstate support
2019-11-29 Iustin PopChange Entry initialisation protocol
2019-11-29 Iustin PopStandardise on capitalised error messages
2019-11-29 Iustin PopUnify attribute deletion checks for Entry
2019-11-29 Iustin PopInclude filename in exceptions raised in delete_default
2019-11-27 Iustin PopAdd pathlib support in apply_to and has_extended
2019-11-27 Iustin PopPy3 cleanup for the module itself
2019-11-14 Iustin PopNote that ACL(text="...") needs a valid ACL to be passed
2019-03-03 Iustin PopMakefile: re-enable pypy and add pypy3
2019-03-03 Iustin PopACL creation: change how mode arguments are used
2019-03-03 Iustin PopRemove use of PyString/PyUnicode *AndDel() function
2019-03-03 Iustin PopDrop Python 2.6 and earlier support
2019-03-03 Iustin PopIncrease test coverage
2015-05-01 Iustin PopInvert get_tag_qualifier() return value meaning
2015-05-01 Iustin PopAdd cpychecker macro for exception negative results
2015-05-01 Iustin PopAdd cpychecker annotations for type/object correspondence
2015-05-01 Iustin PopBump copyright years
2015-04-30 Iustin PopUpdate my email address
2015-04-30 Iustin PopMerge remote-tracking branch 'github/master'
2014-06-28 Iustin PopSimplify a bit the module initialization
2014-06-28 Iustin PopTry to fix uid_t/gid_t usage in entry qualifiers
2014-06-24 Iustin PopFirst step towards fixing qualifier overflow
2014-06-24 Iustin PopFix error message in Entry_set_qualifier
2012-05-13 Iustin PopWorkaround another py3k compatibility issue
2012-05-13 Iustin PopRework documentation style to RST/Sphinx custom
2012-05-13 Iustin PopCleanups for RST/sphinx correctness
2012-05-12 Iustin PopUse Py_RETURN_(TRUE|FALSE) instead of explicit code
2012-05-12 Iustin PopRework a long if/else if statement
2012-05-12 Iustin PopFix more warning found by static checker
2012-05-12 Iustin PopFix critical issues found by static analyser
2009-12-27 Iustin PopFix a warning with Python 2.6
2009-12-27 Iustin PopUpdate copyright years
2009-12-27 Iustin PopAccept both unicode and string objects
2009-12-27 Iustin PopMore python 3 changes
2009-12-27 Iustin PopImport the PyInt_* defines from 3.0's intobject.h
2009-12-27 Iustin PopChange PyString usage to work with py3k
2008-06-28 Iustin PopAdd license text to source files
2008-06-28 Iustin PopDocstring updates for epydoc compatibility
2008-06-28 Iustin PopImple the acl_equiv_mode function
2008-06-27 Iustin PopImplement the acl_extended_* functions
2008-06-27 Iustin PopTry to enhance the FreeBSD support
2008-06-27 Iustin PopEnhance the unittest
2008-06-27 Iustin PopExport features as a module attributes
2007-10-08 Iustin PopDisallow cmp on ACLs
2007-10-08 Iustin PopUse the acl_cmp to implement eq and ne for ACLs
2007-10-08 Iustin PopImplement the acl_check function
2007-10-08 Iustin PopAdd constants for the acl_check function
2007-10-08 Iustin PopAdd to_any_text function
2007-10-08 Iustin PopExport the libacl TEXT_* constants under Linux
2007-10-08 Iustin PopFix a compilation warning with python2.4
2007-10-08 Iustin PopStyle changes only
2007-10-07 Iustin PopImplement acl_from_mode
2007-10-07 Iustin PopWrap lines to fit in 80-columns
2007-10-07 Iustin PopWhitespace changes
2006-12-03 Iustin Pop- Fix warnings by includin Python.h first
2002-12-29 Iustin PopFixed compilation on LEVEL1 platform (broke since after...
2002-12-29 Iustin PopAdded missing functionality (acl_calc_mask) and some...
2002-12-27 Iustin PopPrepare for release 0.2
2002-12-26 Iustin PopAdded the Permset type/object and some other naming...
2002-12-26 Iustin PopRenamed type & object names from ACLType to ACL_Type...
2002-12-26 Iustin PopRenamed some fields from ob_x to x, as per other module...
2002-12-26 Iustin PopAdded acl_entry_t type (named ACLEntryType, respectivel...
2002-12-26 Iustin PopDocumentation typo
2002-12-24 Iustin PopPrepare for first public release
2002-12-24 Iustin PopMoved to real instance creation via type()
2002-12-23 Iustin PopAddedd __setstate__ and some docs
2002-12-23 Iustin PopMany functions added, started working on level 2 support
2002-12-21 Iustin PopInitial revision