summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* IPA: Add get-domains targetSumit Bose2012-04-248-0/+445
|
* data provider: added subdomainsSumit Bose2012-04-247-4/+197
|
* Check sub-domains in nss_cmd_get{pwuid|grgid}_search()Sumit Bose2012-04-241-4/+26
|
* Ask for subdomains in responder in the first request after startupJan Zeleny2012-04-241-0/+30
|
* Retrieve subdomains if there is a request for fully qualified userJan Zeleny2012-04-243-31/+192
|
* Modified responder_get_domain()Jan Zeleny2012-04-2413-22/+51
| | | | Now it checks for subdomains as well as for the domain itself
* Responder part of the subdomain retrieval workJan Zeleny2012-04-247-0/+392
|
* Add conn_name to allow different names for domains and connectionsJan Zeleny2012-04-245-4/+6
|
* Add some utility functions for subdomainsJan Zeleny2012-04-243-0/+120
|
* Sysdb routines for subdomainsJan Zeleny2012-04-245-81/+852
|
* Fix typo: retreiving->retrievingYuri Chornoivan2012-04-201-1/+1
|
* Get the RootDSE after binding if not successfull beforeJakub Hrozek2012-04-201-26/+104
| | | | https://fedorahosted.org/sssd/ticket/1258
* Two manual pages fixesMarco Pizzoli2012-04-202-1/+3
|
* Test RFC2307bis and RFC2307 option mapsJakub Hrozek2012-04-201-0/+28
| | | | | | | https://fedorahosted.org/sssd/ticket/1281 Only user, group and autofs maps are different. Services and netgroups are using the same map.
* Warn on 'make update-po' if there are manpages not listed in po4a.cfgJakub Hrozek2012-04-201-0/+7
| | | | https://fedorahosted.org/sssd/ticket/1219
* Document sss_tools betterJakub Hrozek2012-04-209-0/+35
| | | | https://fedorahosted.org/sssd/ticket/917
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-2015-313/+236
| | | | https://fedorahosted.org/sssd/ticket/1209
* Move atomic io function to a separate moduleJakub Hrozek2012-04-205-52/+111
| | | | | | We'll be using it on various places of the SSSD. The function is in its own file to allow using just the one piece without having to drag in the whole util.c module.
* sss_atomic_io: Do not fail reads with EPIPE if there is not enough data to readJakub Hrozek2012-04-202-1/+208
| | | | Also adds a unit test for sss_atomic_io()
* sdap_check_aliases must not error when detects the same userJakub Hrozek2012-04-201-13/+31
| | | | https://fedorahosted.org/sssd/ticket/1307
* Make the monitor SIGKILL time configurableJakub Hrozek2012-04-206-3/+43
| | | | https://fedorahosted.org/sssd/ticket/1119
* Free controls in sdap_rebind_procJakub Hrozek2012-04-201-4/+6
|
* proxy: new option proxy_fast_aliasJakub Hrozek2012-04-207-43/+143
|
* proxy: Canonicalize user and group namesJakub Hrozek2012-04-201-312/+354
| | | | https://fedorahosted.org/sssd/ticket/1249
* MAN: document the hostid and autofs providersJakub Hrozek2012-04-181-0/+60
|
* MAN: timeout can be specified for services, tooJakub Hrozek2012-04-181-14/+13
|
* Fixed minor memory leak in ldap providerJan Zeleny2012-04-181-0/+1
|
* Fixed memory context in sdap_fill_memberships()Jan Zeleny2012-04-181-1/+1
|
* Removed unused function sysdb_attrs_users_from_ldb_vals()Jan Zeleny2012-04-182-51/+0
|
* Removed unused block of code is sdap_fill_memberships()Jan Zeleny2012-04-181-57/+29
|
* Removed a block of dead code in sdap_async_groups.cJan Zeleny2012-04-181-20/+1
|
* sss_cache: Better error reportingJakub Hrozek2012-04-181-37/+94
| | | | | | | | | | * Print usage when no options are given * Report skipped entries * Print error message when a nonexistent domain is selected https://fedorahosted.org/sssd/ticket/1301 https://fedorahosted.org/sssd/ticket/1305 https://fedorahosted.org/sssd/ticket/1306
* autofs: Raise the maximum key length to PATH_MAXJakub Hrozek2012-04-181-2/+4
| | | | https://fedorahosted.org/sssd/ticket/1300
* sss_cache: support invalidating services and autofs mapsJakub Hrozek2012-04-182-9/+162
| | | | https://fedorahosted.org/sssd/ticket/1170
* Add sysdb_set_service_attr and sysdb_set_autofsmap_attrJakub Hrozek2012-04-184-0/+68
|
* sudo api: check sss_status instead of errnop in sss_sudo_send_recv_generic()Pavel Březina2012-04-181-2/+4
|
* Remove the "command" option from documentationJakub Hrozek2012-04-181-16/+0
| | | | | | It is a low-level developer option not indended to be consumed by users https://fedorahosted.org/sssd/ticket/1174
* Fix erronous reference to the 'allow' access_providerStef Walter2012-04-181-1/+1
| | | | | | | | * Should be 'permit' instead https://fedorahosted.org/sssd/ticket/1295 Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* pam_sss: improve error handling in SELinux codeJakub Hrozek2012-04-181-3/+5
|
* MAN: Add ldap_sasl_minssf to the manpageStephen Gallagher2012-04-181-0/+16
|
* MAN: Improve ldap_disable_paging documentationStephen Gallagher2012-04-181-1/+4
|
* Do not call sdap_auth if not neededJakub Hrozek2012-04-181-7/+11
|
* Prevent printing NULL from DEBUG messagesJakub Hrozek2012-04-1810-55/+77
|
* man: document that referral chasing might bring performance penaltyJakub Hrozek2012-04-181-0/+8
| | | | https://fedorahosted.org/sssd/ticket/1265
* autofs: load the correct optionJakub Hrozek2012-04-161-1/+1
|
* Remove forgotten DEBUG messageJakub Hrozek2012-04-131-2/+0
|
* netlink integration: ensure that interface name is NULL-terminatedJakub Hrozek2012-04-091-1/+2
| | | | | | In the unlikely case that the interface name was IFNAMSIZ bytes long or longer, strncpy wouldn't NULL-terminate the buffer. Copy one byte less to ensure the buffer is NULL-terminated.
* Fix regression in SSSDConfig.pyJakub Hrozek2012-04-051-1/+1
| | | | https://fedorahosted.org/sssd/ticket/1291
* Clean up log messages about keytab_nameStephen Gallagher2012-04-054-20/+37
| | | | | | | | | There were many places where we were printing (null) to the logs because a NULL keytab name tells libkrb5 to use its configured default instead of a particular path. This patch should clean up all uses of this to print "default" in the logs. https://fedorahosted.org/sssd/ticket/1288
* Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTIONJakub Hrozek2012-04-054-12/+16
| | | | https://fedorahosted.org/sssd/ticket/1271