summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Initialize len before looping to read the pidfileStephen Gallagher2010-06-171-1/+1
* Standardize on correct spelling of "principal" for krb5Stephen Gallagher2010-06-168-19/+19
* Remove references to the DP service from the SSSDConfig API testsStephen Gallagher2010-06-162-6/+0
* Handle (ignore) unknown options in get_domain() and get_service()Stephen Gallagher2010-06-163-10/+72
* Add ldap_force_upper_case_realm to example AD configStephen Gallagher2010-06-141-0/+1
* Print correct return codeJakub Hrozek2010-06-141-1/+1
* Check closedir call in find_uidJakub Hrozek2010-06-141-4/+9
* Potential memory leak in _nss_sss_*_r()Jakub Hrozek2010-06-142-0/+5
* Fix potential resource leak in copy_tree_ctx()Jakub Hrozek2010-06-141-2/+10
* Don't segfault if ldap_access_filter is unspecifiedStephen Gallagher2010-06-141-12/+13
* Fix invalid talloc_move in groupshowJakub Hrozek2010-06-141-1/+7
* get_uid_from_pid should use fstat rather than lstatJakub Hrozek2010-06-141-11/+11
* Properly null-terminate socket pathStephen Gallagher2010-06-141-2/+4
* Remove the -g option from useraddJakub Hrozek2010-06-142-93/+2
* Undocument the krb5_changepw_principal optionJakub Hrozek2010-06-145-20/+3
* Addressing initialization issues.Dmitri Pal2010-06-101-6/+6
* Make sure to close varargs before returning from a functionStephen Gallagher2010-06-102-3/+2
* Eliminate unused variable from pc_init_timeout()Stephen Gallagher2010-06-101-4/+0
* Check return code of hash_delete in proxy_child_destructorStephen Gallagher2010-06-101-1/+7
* Properly check that the timeout event was created for cleanup/enumStephen Gallagher2010-06-102-2/+46
* 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