summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update spec file to build with Glib on RHEL 5Stephen Gallagher2011-12-121-2/+9
|
* Add sdap_connection_expire_timeout optionStephen Gallagher2011-12-129-3/+39
| | | | https://fedorahosted.org/sssd/ticket/1036
* Fix uninitialized value error in ipa_netgroups.cStephen Gallagher2011-12-121-0/+1
| | | | | | | DEBUG message can print an unitialized value if the first netgroup has no members. Coverity 12382
* Fix potential resource leak in backup_file.cStephen Gallagher2011-12-091-1/+1
|
* Fixed IPA netgroup processingJan Zeleny2011-12-093-2/+7
| | | | | | | | In case IPA netgroup had indirect member hosts, they wouldn't be detected. This patch also modifies debug messages for easier debugging in the future.
* Ignore NULL-terminator when checking UTF8-validity for netgroupsStephen Gallagher2011-12-081-1/+1
| | | | Glib fails if the NULL-terminator is included when a length is specified.
* LDAP: Fix missing break statements in force_tlsStephen Gallagher2011-12-081-6/+12
| | | | Also add a default case to protect against bad input
* LDAP provider: Error while setting the nocanon option should not be fatalJakub Hrozek2011-12-081-3/+9
| | | | https://fedorahosted.org/sssd/ticket/1100
* Add ldap_sasl_minssf optionJan Zeleny2011-12-088-1/+24
| | | | https://fedorahosted.org/sssd/ticket/1075
* Fixed incorrect return code in PAM clientJan Zeleny2011-12-081-1/+1
| | | | | | | The original return code when SSSD was not running was system_err, now it is authinfo_unavail. https://fedorahosted.org/sssd/ticket/1011
* Added sssd --version optionPavel Březina2011-12-084-3/+35
| | | | https://fedorahosted.org/sssd/ticket/953
* Always attempt to connect in sdap_async_sys_connect_doneJakub Hrozek2011-12-071-18/+6
| | | | This syncs up with Samba commit 50e30afa608dfdeae8a260730ead9761ed424dad
* Pass the correct private data into Data Provider callbackJakub Hrozek2011-12-071-1/+1
|
* Ignore NULL-terminator when checking UTF8-validityStephen Gallagher2011-12-052-4/+4
| | | | | Glib fails if the NULL-terminator is included when a length is specified.
* Fixed an error in macro for merging double linked listsJan Zeleny2011-12-051-1/+1
|
* Allow using Glib for UTF8 supportStephen Gallagher2011-12-058-50/+231
|
* Use dereference during IPA provider initgroupsJakub Hrozek2011-11-301-40/+149
| | | | https://fedorahosted.org/sssd/ticket/1099
* Fix two small bugs in group dereferencingJakub Hrozek2011-11-291-2/+5
|
* Add ipa_hbac_support_srchost option to IPA providerJan Zeleny2011-11-299-36/+165
| | | | | don't fetch all host groups if this option is false https://fedorahosted.org/sssd/ticket/1078
* IPA migration fixesJakub Hrozek2011-11-293-97/+141
| | | | | | | * use the id connection for looking up the migration flag * force TLS on the password based authentication connection https://fedorahosted.org/sssd/ticket/924
* Provide means of forcing TLS and GSSAPI enabled/disabled for sdap connectionsJakub Hrozek2011-11-295-11/+43
|
* RESPONDER: Refactor DP requests into tevent_req styleStephen Gallagher2011-11-296-427/+641
|
* LDAP: Try next failover server on any errorStephen Gallagher2011-11-291-9/+5
|
* Add -fno-strict-aliasingStephen Gallagher2011-11-281-1/+2
|
* Fixed logically dead code in netgroup processingJan Zeleny2011-11-281-1/+1
|
* Fixed uninitialized pointer read in netgroups processingJan Zeleny2011-11-281-0/+6
|
* sss_cli.h - fix: function declaration after the header guardPavel Březina2011-11-281-2/+2
|
* Fixed a typo in sysdb_upgrade_07() declarationJan Zeleny2011-11-281-1/+1
|
* Fix sdap_id_ctx/ipa_id_ctx mismatch in IPA providerJakub Hrozek2011-11-254-4/+18
| | | | | This was causing a segfault during HBAC processing and any ID lookups except for netgroups
* Fix broken build due to commit of IPA netgroup supportStephen Gallagher2011-11-231-0/+1
|
* Added IPA account info handlerJan Zeleny2011-11-234-1/+374
| | | | | Currently it is only handling netgroups by itself, other requests are forwarded to LDAP provider.
* Added support for fetching netgroups in IPA providerJan Zeleny2011-11-232-0/+993
|
* New IPA ID contextJan Zeleny2011-11-233-22/+37
|
* Added and modified options for IPA netgroupsJan Zeleny2011-11-236-31/+199
|
* Modified sdap_parse_search_base()Jan Zeleny2011-11-234-16/+14
|
* Renamed some LDAP routinesJan Zeleny2011-11-236-41/+49
| | | | | These were renamed just ot make sure they are not mistook for IPA netgroup functions.
* Set more strict permissions on keyringSimo Sorce2011-11-223-1/+29
| | | | | We want to confine access to the keyring to the current process and not let root easily peek into the keyring contents.
* Fixed unchecked value of setenv() in check_and_export_options()Jan Zeleny2011-11-221-2/+5
| | | | https://fedorahosted.org/sssd/ticket/1080
* Cleanup: Remove unused parametersJakub Hrozek2011-11-2236-185/+84
|
* SYSDB: Make ENOENT log messages less threateningStephen Gallagher2011-11-221-16/+54
| | | | | Previously, they were reported with the prefix "Error:" which caused confusion among end-users while debugging.
* Fix FTBFS related to -Werror=format-securityKrzysztof Klimonda2011-11-212-2/+2
|
* RESPONDER: Ensure that all input strings are valid UTF-8Stephen Gallagher2011-11-187-2/+53
|
* Prevent printing NULL in several places of LDAP providerJakub Hrozek2011-11-182-5/+9
|
* Use one transaction instead of two during RFC2307bis group processingJakub Hrozek2011-11-111-31/+55
| | | | https://fedorahosted.org/sssd/ticket/1054
* Squash transactions in sdap_initgr_common_storeJakub Hrozek2011-11-111-6/+25
| | | | https://fedorahosted.org/sssd/ticket/1053
* configAPI: Fix removing in old domain when saving a new domainJakub Hrozek2011-11-101-2/+2
|
* Typo fixesMarko Myllynen2011-11-102-2/+2
| | | | Fix few trivial types reported by Yuri.
* SBUS: Fix DEBUG log matchingStephen Gallagher2011-11-101-7/+8
| | | | | | This log message should only be displayed at the most verbose of log levels. Since it didn't match, it was resulting in a Coverity error warning of the printing of an uninitialized value (fd).
* Fix typos in manual pagesYuri Chornoivan2011-11-104-4/+4
|
* Fixed translation bugThorsten Scherf2011-11-081-1/+1
|