summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2009-10-12Add new SSSDConfig python APIStephen Gallagher9-0/+2111
2009-10-12LDAP provider needs to link against krb librariesRalf Haferkamp1-2/+4
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 magicPrivateGroups optionSimo Sorce7-64/+17
2009-10-09Start responders predictably after providersSimo Sorce1-52/+147
2009-10-09Remove DP processSimo Sorce15-1377/+379
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-08add description of chpass_provider option to sssd.conf man pageSumit Bose1-0/+30
2009-10-06Remove unused btreemap codeStephen Gallagher12-268/+0
2009-10-05Make dp requests more robustSimo Sorce1-36/+109
2009-10-05remove redundant talloc_freeSumit Bose1-3/+0
2009-10-05handle expired password during authenticationSumit Bose1-2/+25
2009-10-05Fix python sync operations and mem hierarchyJakub Hrozek1-397/+191
2009-10-05more documentation and test for sssd.confSumit Bose2-0/+34
2009-10-05add utility call check_and_open_readonlySumit Bose6-8/+315
2009-10-01Fix long timeout on ldap operationSimo Sorce2-5/+14
2009-10-01Fix tools sync operations and mem hierarchySimo Sorce10-319/+193
2009-10-01Initial implementation of sasl bind supportSimo Sorce7-59/+567
2009-10-01update sysdb tests to new config file versionSumit Bose1-12/+3
2009-10-01Update polish translation for 0.6.0Piotr Drąg1-73/+26
2009-09-29Fix infinite loop with empty group enumerationStephen Gallagher1-13/+15
2009-09-28Tighten up permission.Simo Sorce1-1/+12
2009-09-25Update version to 0.6.0Stephen Gallagher3-342/+278
2009-09-25add defines for large file support to standard CFLAGSSumit Bose1-0/+2
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 Bose4-24/+17
2009-09-25Convert the example config to v2 format, upgrade config on update onlyJakub Hrozek1-76/+56
2009-09-25Send debug messages to logfileJakub Hrozek14-11/+128
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 Bose5-67/+115
2009-09-25script to upgrade config to v2Jakub Hrozek2-0/+355
2009-09-25Manpages updateJakub Hrozek3-224/+193
2009-09-25Upgrade confdb to version 2Stephen Gallagher21-237/+310
2009-09-25toggle debug output of sssd_krb5_locator_plugin with an environment variableSumit Bose1-36/+55
2009-09-25Temporarily disable automatic config file rereadStephen Gallagher1-1/+7
2009-09-24added support for older MIT kerberos versionssbose7-10/+170
2009-09-24Handle suspend casesSimo Sorce1-6/+13
2009-09-23add a man page for pam_sssSumit Bose1-0/+3
2009-09-23Remove provider=filesJakub Hrozek5-90/+1
2009-09-23use getaddrinfo to resolve IP address of KDCSumit Bose1-17/+58
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-23Allow entering parent groups as FQDNJakub Hrozek8-7/+83
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher29-460/+403
2009-09-22Make configure script compatible with older python versionsStephen Gallagher1-7/+16
2009-09-21Several fixes and enhancements for config file processingStephen Gallagher1-15/+78
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek29-398/+455
2009-09-21Provide python bindings for sysdbJakub Hrozek8-0/+1534