summaryrefslogtreecommitdiff
path: root/server/providers
AgeCommit message (Expand)AuthorFilesLines
2009-10-22update krb5 option handling to new option schemeSumit Bose7-125/+273
2009-10-22Fix potential memory leaks in the data providerMartin Nagy1-2/+4
2009-10-22Better offline/enumeration behaviorSimo Sorce1-10/+12
2009-10-22added generic LDAP search sdap_get_generic_send/_recvSumit Bose4-0/+304
2009-10-20Start implementing ipa specific options.Simo Sorce5-7/+593
2009-10-16Always list inputs before outputsSimo Sorce1-8/+11
2009-10-16Add first basic IPA providerSimo Sorce1-0/+233
2009-10-16Move all krb5 provider init functionsSimo Sorce4-193/+261
2009-10-16Move all ldap provider init functionsSimo Sorce5-145/+202
2009-10-15Check for expired passwords in LDAP providerSumit Bose4-23/+425
2009-10-15enable debugging of krb5_childSumit Bose3-4/+142
2009-10-15more implicit provider target settingsSumit Bose1-13/+48
2009-10-15set chpass_provider implicit if not set explicitSumit Bose2-20/+60
2009-10-15Return the dp error from the providersSimo Sorce6-81/+179
2009-10-14Move ldap provider configuration into its own fileSimo Sorce6-189/+252
2009-10-14Make options parser available to all providersSimo Sorce8-294/+366
2009-10-14send a message if a backend target is not configuredSumit Bose1-12/+30
2009-10-14make sdap_id_connect_* independent of sdap_id_ctxSumit Bose3-180/+188
2009-10-13add a replacement if ldap_control_create is missingSumit Bose3-8/+7
2009-10-12fix a wrong argument to unpack_bufferSumit Bose1-18/+40
2009-10-09use the correct kerberos context for each targetSumit Bose1-4/+33
2009-10-09Remove DP processSimo Sorce7-1259/+241
2009-10-09Differentiate between search and network timeoutsSimo Sorce3-5/+7
2009-10-08add support for server side LDAP password policiesSumit Bose3-11/+125
2009-10-06Remove unused btreemap codeStephen Gallagher2-2/+0
2009-10-05remove redundant talloc_freeSumit Bose1-3/+0
2009-10-05handle expired password during authenticationSumit Bose1-2/+25
2009-10-01Fix long timeout on ldap operationSimo Sorce2-5/+14
2009-10-01Initial implementation of sasl bind supportSimo Sorce6-59/+488
2009-09-25Let backend respond while fetching large resultsSimo Sorce1-2/+11
2009-09-25remove krb5_try_simple_upn option and make it a default fallbackSumit Bose2-9/+1
2009-09-25Send debug messages to logfileJakub Hrozek2-1/+7
2009-09-25fix possible short reads in kerberos providerSumit Bose2-15/+46
2009-09-25add new config options ldap_tls_cacert and ldap_tls_cacertdirSumit Bose4-67/+72
2009-09-25Upgrade confdb to version 2Stephen Gallagher7-120/+88
2009-09-24added support for older MIT kerberos versionssbose3-7/+37
2009-09-23Remove provider=filesJakub Hrozek1-56/+0
2009-09-23Don't try to use initgroups_dyn if not availableSimo Sorce1-0/+3
2009-09-23Fix copy&paste of wrong structureSimo Sorce1-2/+2
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher8-135/+121
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek8-121/+135
2009-09-17Better handle groups w/o membersSimo Sorce1-6/+122
2009-09-17Fix copy&paste error.Simo Sorce1-4/+4
2009-09-16Check if SSL/TLS handler is already in placeSumit Bose1-1/+8
2009-09-14added child timeout handlerSumit Bose2-6/+90
2009-09-14fix the wrong usage of an offsetSumit Bose1-1/+1
2009-09-14add krb5ccache_dir and krb5ccname_template optionSumit Bose5-50/+356
2009-09-14Let the PAM client send its PIDSumit Bose2-4/+8
2009-09-14Turn ldap driver options into multitypeSimo Sorce6-194/+376
2009-09-14Make the offline status backend-globalSimo Sorce6-215/+94