summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Check the correct variable for NULL after creating timerStephen Gallagher2010-06-103-4/+4
* Don't leak directory access resources on errors in directory_list()Stephen Gallagher2010-06-101-0/+8
* Properly handle missing originalMemberOf entry in initgroupsStephen Gallagher2010-06-101-0/+1
* Avoid potential NULL dereferenceStephen Gallagher2010-06-101-3/+5
* Fixing NULL dereferencing in ini_configDmitri Pal2010-06-101-24/+34
* Memory leak in case of empty valueDmitri Pal2010-06-102-0/+44
* Fix misuse of errno in find_uid.cStephen Gallagher2010-06-101-17/+26
* Properly handle read() and write() throughout the SSSDStephen Gallagher2010-06-109-42/+131
* Add a missing free()Sumit Bose2010-06-091-0/+1
* Add a missing breakSumit Bose2010-06-091-0/+1
* Add a missing initializerSumit Bose2010-06-091-1/+1
* Add a missing return valueSumit Bose2010-06-091-0/+1
* Add missing break to switch statementJakub Hrozek2010-06-091-0/+1
* Allow ldap_access_filter values wrapped in parenthesesStephen Gallagher2010-06-092-3/+21
* Avoid a potential double-freeSumit Bose2010-06-091-0/+1
* Change default min_id to 1Stephen Gallagher2010-06-094-9/+16
* Disable connection callbacks when going onlineStephen Gallagher2010-06-093-0/+27
* Fix Incorrect NULL check in get_server_common()Jakub Hrozek2010-06-091-1/+1
* Fix potential NULL dereference in fail_over.cJakub Hrozek2010-06-091-2/+5
* Fix potential NULL dereference in sss_groupshowJakub Hrozek2010-06-091-0/+2
* Fix realm_str dereferenceJakub Hrozek2010-06-091-1/+1
* Fix typo in Makefile.amStephen Gallagher2010-06-091-1/+1
* Skip empty attributes with warningJakub Hrozek2010-06-091-0/+4
* Fix broken build against older versions of OpenLDAPStephen Gallagher2010-06-062-2/+12
* Initialize pam_data in Kerberos child.Sumit Bose2010-06-061-1/+1
* Man page fixesJakub Hrozek2010-06-062-2/+6
* Fix typo in MakefileStephen Gallagher2010-06-021-1/+1
* Use sysdb_attrs_get_string_array() instead of sysdb_attrs_get_el()Sumit Bose2010-06-021-23/+12
* Add sysdb_attrs_get_string_array()Sumit Bose2010-06-022-0/+35
* Compare full service nameSumit Bose2010-06-021-1/+2
* Fix handling of ccache file when going offlineSumit Bose2010-06-022-32/+77
* Update sv translationGöran Uddeborg2010-06-021-36/+32
* Updating sv translationGöran Uddeborg2010-05-271-62/+53
* Release SSSD version 1.2.0sssd-1_2_0Stephen Gallagher2010-05-2415-129/+129
* Support password changes in chpass_provider = proxyStephen Gallagher2010-05-241-5/+73
* Fix queuing bug in proxy providerStephen Gallagher2010-05-241-5/+7
* Display name of PAM action in pam_print_data()Stephen Gallagher2010-05-241-1/+22
* Use new schema for HBAC service checksSumit Bose2010-05-232-22/+812
* Check ipaEnabledFlagSumit Bose2010-05-231-5/+23
* Proxy provider PAM handling in child processStephen Gallagher2010-05-234-148/+1561
* Fix error reporting for be_pam_handlerStephen Gallagher2010-05-231-1/+1
* Make data provider id_callback publicStephen Gallagher2010-05-232-2/+3
* Move parse_args() to utilSumit Bose2010-05-233-100/+101
* Do not modify IPA_DOMAIN when setting Kerberos realmSumit Bose2010-05-231-6/+20
* Remove signal event if child was terminated by a signalSumit Bose2010-05-232-6/+29
* Update uk translationYuri Chornoivan2010-05-231-7/+6
* Remove bash-isms from configure macrosPetter Reinholdtsen2010-05-213-14/+14
* Copy-edit and format review sssd.confDavid O'Brien2010-05-211-18/+27
* Add enumerate details to the manpage and examplesStephen Gallagher2010-05-202-3/+21
* Copy pam data from DBus messageSumit Bose2010-05-203-54/+75