summaryrefslogtreecommitdiffstats
path: root/src/python
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code from python HBAC bindingsJakub Hrozek2011-08-011-4/+0
| | | | https://fedorahosted.org/sssd/ticket/935
* Fix python HBAC bindings for python <= 2.4Jakub Hrozek2011-08-011-81/+120
| | | | | | | | | | | | | | | Several parts of the HBAC python bindings did not work with old Python versions, such as the one shipped in RHEL5. The changes include: * a compatibility wrapper around python set object * PyModule_AddIntMacro compat macro * Py_ssize_t compat definition * Do not use PyUnicode_FromFormat * several function prototypes and structures used to have "char arguments where they have "const char *" in recent versions. This caused compilation warnings this patch mitigates by using the discard_const hack on python 2.4
* Fixes for python HBAC bindingsJakub Hrozek2011-08-011-12/+82
| | | | | | | | | These changes were proposed during a review: * Change the signature of str_concat_sequence() to const char * * use a getsetter for HbacRule.enabled to allow string true/false and integer 1/0 in addition to bool * fix a minor memory leak (HbacRequest.rule_name) * remove overzealous discard consts
* Provide python bindings for the HBAC evaluator libraryJakub Hrozek2011-08-011-0/+1741
|
* Python bindings for obfuscationJakub Hrozek2010-09-081-3/+180
|
* tools: remove creation of event_contextSimo Sorce2010-04-121-21/+0
| | | | | Since the sysdb is now synchronous and creates its own event context we don't need an explicit event context anymore in the tools.
* sysydb: Finally stop using a common event contextSimo Sorce2010-04-121-1/+1
| | | | This commit completes the migration to a synchronous sysdb
* sysdb: remove remaining traces of sysdb_handleSimo Sorce2010-04-121-1/+0
|
* sysdb: convert sysdb_getpwnamSimo Sorce2010-04-121-2/+2
|
* Use the sysdb synchronous transaction functionsSimo Sorce2010-04-121-35/+20
|
* sysdb: convert sysdb_delete_entryStephen Gallagher2010-04-121-41/+6
|
* Add userdel_cmd paramJakub Hrozek2010-04-061-0/+6
| | | | Fixes: #231
* Fix warnings from -Wmissing-field-initializersSumit Bose2010-03-251-4/+4
| | | | This patch removes some tab-indentations from pamsrv.c, too.
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+937
Also update BUILD.txt