summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-12-03Check authtok type for krb5 auth and chpassSumit Bose1-0/+12
2010-12-03Add a renew task to krb5_childSumit Bose2-1/+94
2010-12-03Send authtok_type to krb5_childSumit Bose2-2/+6
2010-12-02Set up signal handlers before initializing sysdbStephen Gallagher1-38/+38
2010-12-02Add a special filter type to handle enumerationsSumit Bose6-50/+29
2010-12-02Resend SIGTERM if child doesn't terminateStephen Gallagher1-24/+40
2010-12-02Make default SIGTERM and SIGINT handlers use teventStephen Gallagher1-1/+33
2010-12-01Add check_online method to LDAP ID providerSumit Bose4-2/+46
2010-12-01Fix offline detection in sdap_cli_connect requestSumit Bose1-0/+1
2010-12-01Run checks before resetting offline stateSumit Bose6-5/+143
2010-12-01Daemonize by defaultSumit Bose1-0/+4
2010-12-01Allow protocol fallback for SRV queriesJakub Hrozek9-12/+53
2010-11-24Internal DNS resolver should check /etc/hostsJakub Hrozek1-0/+2
2010-11-24Print correct error messages for dp_err_to_string()Stephen Gallagher1-6/+6
2010-11-24Fix a typo on setup_netlink()Sumit Bose1-1/+1
2010-11-24fix typo in get_server_status()Sumit Bose1-1/+1
2010-11-22sss_client: make code thread-safeSimo Sorce5-58/+219
2010-11-22Add SIGUSR2 to reset offline statusSumit Bose2-0/+38
2010-11-22Add signal documentation to sssd(8)Stephen Gallagher1-0/+35
2010-11-19Use a more efficient host search filterSumit Bose1-5/+6
2010-11-19Fix man pageSumit Bose1-2/+2
2010-11-19Fix offline detection for LDAP auth/chpassSumit Bose1-5/+13
2010-11-18Wait for all children to exitStephen Gallagher1-2/+61
2010-11-18Add missing error codeSumit Bose1-0/+1
2010-11-18Fix authentication queue code for proxy authStephen Gallagher1-12/+19
2010-11-18Ensure that SSSD shuts down completely before restartingStephen Gallagher1-0/+9
2010-11-16Log startup errors to syslogStephen Gallagher1-7/+9
2010-11-15Fix incorrect type comparisonStephen Gallagher1-1/+1
2010-11-15Fix const cast warnings in testsStephen Gallagher2-2/+2
2010-11-15Fix const cast warning in confdb_create_ldifStephen Gallagher1-4/+4
2010-11-15Fix const cast issue with sysdb_attrs_users_from_str_listStephen Gallagher3-11/+11
2010-11-15Fix const cast warning in build_attrs_from_mapStephen Gallagher1-3/+3
2010-11-15Fix const cast warning for sysdb_update_membersStephen Gallagher4-14/+14
2010-11-15Fix cast warning for pam_sss.cStephen Gallagher1-8/+11
2010-11-15Introduce pam_verbosity config optionSumit Bose7-11/+126
2010-11-15Avoid long long in messages to PAM client use int64_tSumit Bose3-16/+16
2010-11-15Sanitize ldap attributes in the config fileStephen Gallagher1-2/+21
2010-11-15Properly document ldap_purge_cache_timeoutStephen Gallagher2-1/+28
2010-11-15Sanitize search filters in LDAP providerStephen Gallagher4-7/+61
2010-11-15Add unit tests for users and groups with odd charactersStephen Gallagher1-0/+145
2010-11-15Sanitize sysdb dn for memberof lookupStephen Gallagher1-1/+11
2010-11-15Sanitize search filters in memberOf pluginStephen Gallagher1-2/+20
2010-11-15Sanitize sysdb DN helpersStephen Gallagher1-7/+83
2010-11-15Sanitize sysdb filters in the LDAP providerStephen Gallagher1-2/+11
2010-11-15Sanitize sysdb search filters in the IPA providerStephen Gallagher1-2/+17
2010-11-15Sanitize search filters for the sysdbStephen Gallagher1-6/+39
2010-11-15Add sysdb utility function for sanitizing DNStephen Gallagher2-0/+27
2010-11-15Add utility function to sanitize LDAP/LDB filtersStephen Gallagher3-0/+131
2010-11-05Properly check the return value from semanage_commitStephen Gallagher1-2/+2
2010-11-05Review comments for namingContexts patchesSumit Bose3-23/+17