summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-20AD: Failure to get flat name is not fatalJakub Hrozek3-68/+86
2013-09-20sdap_domain_add: remove too strict consistency checkSumit Bose1-10/+0
2013-09-20man: improve sssd-sudo manual pagePavel Březina1-2/+22
2013-09-20LDAP: Deprecate ldap_{user,group}_search_filterJakub Hrozek2-44/+12
2013-09-20MAN: Fix provider man page subtitleJakub Hrozek5-5/+5
2013-09-18AD: Download master domain info when enumeratingJakub Hrozek5-7/+211
2013-09-18LDAP: sdap_id_setup_tasks accepts a custom enum requestJakub Hrozek4-18/+29
2013-09-18AD: async request to retrieve master domain infoJakub Hrozek5-214/+417
2013-09-18BE: Log domain name to journald if availableJakub Hrozek4-0/+16
2013-09-18Add journald supportJakub Hrozek5-0/+80
2013-09-17KRB5: Call umask before mkstemp in the krb5 child codeJakub Hrozek1-0/+3
2013-09-17Do not set HAVE_SYSTEMD_LOGIN if libsystemd-login is not availableSumit Bose1-1/+1
2013-09-17nss: Wrong debug message.Michal Zidek1-1/+2
2013-09-17simple provider: obey case sensitivity for subdomain users and groupsPavel Březina1-7/+43
2013-09-17simple access test: initialize be_ctx for all testsPavel Březina1-15/+16
2013-09-17simple provider: support subdomain groupsPavel Březina1-23/+64
2013-09-17util: add find_subdomain_by_object_name()Pavel Březina2-0/+39
2013-09-17util: add find_subdomain_by_sid()Pavel Březina2-0/+35
2013-09-17simple provider: support subdomain usersPavel Březina1-5/+10
2013-09-17simple access tests: fix typosPavel Březina1-5/+5
2013-09-17util: add sss_idmap_talloc[_free]Pavel Březina8-62/+76
2013-09-16Add missing new line in DEBUG messageLukas Slebodnik1-2/+3
2013-09-16util: Use systemd-login to check user sessionsSimo Sorce4-5/+51
2013-09-13man sssd: Add note about SSS_NSS_USE_MEMCACHEMichal Zidek1-0/+8
2013-09-13Rename _SSS_MC_SPECIALMichal Zidek1-2/+2
2013-09-13IPA: Deprecate ipa_hbac_support_srchost optionOndrej Kos3-23/+11
2013-09-13MAN: Remove IPA specific LDAP settingsOndrej Kos1-218/+0
2013-09-13Bump version to track 1.12 developmentJakub Hrozek1-1/+1
2013-09-12KRB: Remove unused function parametersLukas Slebodnik1-4/+2
2013-09-12KRB: Remove unused memory contextLukas Slebodnik3-3/+3
2013-09-12TESTS: Remove unused variableJakub Hrozek1-4/+0
2013-09-12Remove unused codeJakub Hrozek2-69/+0
2013-09-11Enable printf format string checkingLukas Slebodnik2-2/+26
2013-09-11Fix formating of variables with type: gid_tLukas Slebodnik7-25/+27
2013-09-11Fix formating of variables with type: uid_tLukas Slebodnik9-18/+27
2013-09-11Fix formating of variables with type: id_tLukas Slebodnik5-7/+38
2013-09-11Use right formating to print stringLukas Slebodnik1-1/+1
2013-09-11Fix warning: data argument not used by format stringLukas Slebodnik1-2/+5
2013-09-11Fix formating of variables with ber_ typeLukas Slebodnik2-3/+4
2013-09-11Fix formating of variables with type: time_tLukas Slebodnik7-9/+10
2013-09-11Fix formating of variables with type defined in stdint.hLukas Slebodnik4-11/+14
2013-09-11Fix formating of variables with type: rlim_tLukas Slebodnik2-5/+12
2013-09-11Fix formating of variables with type: key_serial_tLukas Slebodnik2-1/+5
2013-09-11Adding new header for printf formating macrosLukas Slebodnik3-0/+34
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik33-69/+82
2013-09-11Fix formating of variables with type: ssize_tLukas Slebodnik7-10/+11
2013-09-11Use the same variable type like in struct ldb_message_elementLukas Slebodnik1-1/+1
2013-09-11Fix pointer formattingLukas Slebodnik1-5/+5
2013-09-11Fix formating of variables with type: intLukas Slebodnik3-5/+7
2013-09-11Fix formating of variables with type: unsigned longLukas Slebodnik2-2/+2