summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Internal DNS resolver should check /etc/hostsJakub Hrozek2010-11-241-0/+2
* Print correct error messages for dp_err_to_string()Stephen Gallagher2010-11-241-6/+6
* Fix a typo on setup_netlink()Sumit Bose2010-11-241-1/+1
* fix typo in get_server_status()Sumit Bose2010-11-241-1/+1
* sss_client: make code thread-safeSimo Sorce2010-11-225-58/+219
* Add SIGUSR2 to reset offline statusSumit Bose2010-11-222-0/+38
* Add signal documentation to sssd(8)Stephen Gallagher2010-11-221-0/+35
* Use a more efficient host search filterSumit Bose2010-11-191-5/+6
* Fix man pageSumit Bose2010-11-191-2/+2
* Fix offline detection for LDAP auth/chpassSumit Bose2010-11-191-5/+13
* Wait for all children to exitStephen Gallagher2010-11-181-2/+61
* Add missing error codeSumit Bose2010-11-181-0/+1
* Fix authentication queue code for proxy authStephen Gallagher2010-11-181-12/+19
* Ensure that SSSD shuts down completely before restartingStephen Gallagher2010-11-181-0/+9
* Log startup errors to syslogStephen Gallagher2010-11-161-7/+9
* Fix incorrect type comparisonStephen Gallagher2010-11-151-1/+1
* Fix const cast warnings in testsStephen Gallagher2010-11-152-2/+2
* Fix const cast warning in confdb_create_ldifStephen Gallagher2010-11-151-4/+4
* Fix const cast issue with sysdb_attrs_users_from_str_listStephen Gallagher2010-11-153-11/+11
* Fix const cast warning in build_attrs_from_mapStephen Gallagher2010-11-151-3/+3
* Fix const cast warning for sysdb_update_membersStephen Gallagher2010-11-154-14/+14
* Fix cast warning for pam_sss.cStephen Gallagher2010-11-151-8/+11
* Introduce pam_verbosity config optionSumit Bose2010-11-157-11/+126
* Avoid long long in messages to PAM client use int64_tSumit Bose2010-11-153-16/+16
* Sanitize ldap attributes in the config fileStephen Gallagher2010-11-151-2/+21
* Properly document ldap_purge_cache_timeoutStephen Gallagher2010-11-152-1/+28
* Sanitize search filters in LDAP providerStephen Gallagher2010-11-154-7/+61
* Add unit tests for users and groups with odd charactersStephen Gallagher2010-11-151-0/+145
* Sanitize sysdb dn for memberof lookupStephen Gallagher2010-11-151-1/+11
* Sanitize search filters in memberOf pluginStephen Gallagher2010-11-151-2/+20
* Sanitize sysdb DN helpersStephen Gallagher2010-11-151-7/+83
* Sanitize sysdb filters in the LDAP providerStephen Gallagher2010-11-151-2/+11
* Sanitize sysdb search filters in the IPA providerStephen Gallagher2010-11-151-2/+17
* Sanitize search filters for the sysdbStephen Gallagher2010-11-151-6/+39
* Add sysdb utility function for sanitizing DNStephen Gallagher2010-11-152-0/+27
* Add utility function to sanitize LDAP/LDB filtersStephen Gallagher2010-11-153-0/+131
* Properly check the return value from semanage_commitStephen Gallagher2010-11-051-2/+2
* Review comments for namingContexts patchesSumit Bose2010-11-053-23/+17
* Handle errors during log reopening betterStephen Gallagher2010-11-052-3/+30
* Make ldap_search_base a non-mandatory optionSumit Bose2010-11-043-39/+46
* Use (default)namingContext to set empty search basesSumit Bose2010-11-044-1/+117
* Add defaultNamingContext to RootDSE attributesSumit Bose2010-11-042-0/+3
* Call krb5_child to check access permissionsSumit Bose2010-11-042-4/+129
* Make handle_child_* request publicSumit Bose2010-11-043-325/+429
* Add krb5_kuserok() access check to krb5_childSumit Bose2010-11-041-17/+73
* Make krb5_setup() publicSumit Bose2010-11-043-6/+8
* Add krb5_get_simple_upn()Sumit Bose2010-11-043-6/+30
* Add infrastructure for Kerberos access providerSumit Bose2010-11-044-26/+184
* Store krb5 auth context for other targetsSumit Bose2010-11-041-1/+2
* Don't clean up groups for which a user has it as primary GIDStephen Gallagher2010-11-041-2/+15