summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BUILD: fix chmake not to generate warningPavel Reichl2015-03-021-1/+2
* PROXY: add missing space in debug messagePavel Reichl2015-02-271-2/+2
* PAM: check return value of confdb_get_stringPavel Reichl2015-02-271-0/+6
* PAM: print the pam status as string, tooJakub Hrozek2015-02-254-6/+12
* SPEC: Build python3 bindings on available platformsLukas Slebodnik2015-02-255-13/+154
* SPEC: Replace python_ macros with python2_Lukas Slebodnik2015-02-251-14/+20
* TESTS: Run python tests with all supported python versionsLukas Slebodnik2015-02-257-5/+48
* BUILD: Add possibility to build python{2,3} bindingsLukas Slebodnik2015-02-256-65/+267
* SPEC: Move python bindings to separate packagesLukas Slebodnik2015-02-251-2/+33
* SPEC: Use new convention for python packagesLukas Slebodnik2015-02-251-8/+12
* BUILD: Use python-config for detection *FLAGSLukas Slebodnik2015-02-252-33/+36
* UTIL: Remove python wrapper sss_python_unicode_from_stringLukas Slebodnik2015-02-254-24/+10
* UTIL: Remove compatibility macro PyModule_AddIntMacroLukas Slebodnik2015-02-252-6/+1
* UTIL: Remove python wrapper sss_python_set_checkLukas Slebodnik2015-02-254-15/+2
* UTIL: Remove python wrapper sss_python_set_addLukas Slebodnik2015-02-254-21/+3
* UTIL: Remove python wrapper sss_python_set_newLukas Slebodnik2015-02-254-14/+3
* BUILD: Remove detection of type Py_ssize_tLukas Slebodnik2015-02-252-19/+0
* BUILD: Remove unused variablesLukas Slebodnik2015-02-251-2/+0
* BUILD: Remove unused libraries for pysss.soLukas Slebodnik2015-02-251-7/+1
* LDAP: Conditional jump depends on uninitialised valueLukas Slebodnik2015-02-231-3/+4
* PAM: warn all services about account expirationPavel Reichl2015-02-231-2/+17
* PAM: new option pam_account_expired_messagePavel Reichl2015-02-236-5/+35
* PAM: do not reject abruptlyPavel Reichl2015-02-233-5/+130
* RESPONDERS: Warn to syslog about colliding objectsLukas Slebodnik2015-02-182-0/+18
* LDAP: Handle ENOENT better in the cleanup taskJakub Hrozek2015-02-171-9/+8
* LDAP: Add better DEBUG messages to the cleanup taskJakub Hrozek2015-02-171-0/+11
* GPO: Better debugging for gpo_child's mkdirJakub Hrozek2015-02-171-1/+6
* CONFIGURE: Do not use macro AC_PROG_MKDIR_P twiceLukas Slebodnik2015-02-171-2/+1
* sbus: add constant to represent subtreePavel Březina2015-02-173-2/+9
* IFP: simplify object path constant namesPavel Březina2015-02-176-17/+15
* sbus codegen: do not prefix getters with iface namePavel Březina2015-02-177-133/+133
* IFP: unify generated interfaces namesPavel Březina2015-02-178-214/+213
* IFP: move interface definitions from ifpsrv.c into separate filePavel Březina2015-02-174-76/+113
* sbus: remove unused 'reply as' functionsPavel Březina2015-02-173-350/+0
* sbus: use hard coded getters instead of generatedPavel Březina2015-02-1710-1437/+695
* Remove strict requirements of python2Lukas Slebodnik2015-02-138-8/+7
* SSSDConfig: Port missing parts to python3Lukas Slebodnik2015-02-132-31/+34
* SSSDConfig: Remove unused exception nameLukas Slebodnik2015-02-131-3/+3
* SELINUX: Check the return value of setuid and setgidJakub Hrozek2015-02-131-2/+12
* resolv: Fix a typoJakub Hrozek2015-02-131-1/+1
* Add user_attributes to ifp section of API schemaRob Crittenden2015-02-131-0/+1
* MONITOR: Fix double freeLukas Slebodnik2015-02-121-0/+3
* Fix warning: equality comparison with extraneous parenthesesLukas Slebodnik2015-02-114-11/+11
* RESOLV: Remove obsolete in-tree implementation of SRV and TXT parsingJakub Hrozek2015-02-1111-805/+0
* RESOLV: Add an internal function to read TTL from a DNS packetJakub Hrozek2015-02-119-5/+539
* LDAP: Rename the _res output parameter to avoid clashing with libresolv in testsJakub Hrozek2015-02-112-4/+4
* fill_id() fix LE/BE issue with wrong data typeSumit Bose2015-01-301-4/+6
* AD: use GC for SID requests as wellSumit Bose2015-01-302-10/+29
* ipa_s2n_save_objects: properly handle fully-qualified group namesSumit Bose2015-01-301-1/+1
* IPA: Resolve IPA user groups' overrideDN in non-default viewJakub Hrozek2015-01-301-8/+312