summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2012-11-21MONITOR: Fix off-by-one error in add_string_to_listJakub Hrozek1-1/+4
2012-11-19Refactor the way subdomain accounts are savedSimo Sorce1-1/+1
2012-11-19SERVER: Check the return value of waitpidJakub Hrozek1-11/+27
2012-11-14Always start PAC responder if IPA ID provider is configuredSumit Bose1-0/+6
2012-11-14Add string_in_list() and add_string_to_list() with testsSumit Bose2-0/+69
2012-11-12Only build extract_and_send_pac on platforms that support itJakub Hrozek2-0/+118
2012-11-12Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek1-0/+42
2012-11-08util_lock.c: sss_br_lock_file accepted invalid parameter valueMichal Zidek2-3/+7
2012-11-06util: Added new file util_lock.cMichal Zidek2-0/+87
2012-11-06exit original process after sssd is initializedPavel Březina2-2/+30
2012-11-06fix indendation, coding style and debug levels in server.cPavel Březina1-110/+114
2012-11-06add SSSDBG_IMPORTANT_INFO macroPavel Březina1-0/+1
2012-10-29Include talloc log in our debug facilityMichal Zidek2-5/+15
2012-10-26Make sub-domains case-insensitiveSumit Bose1-1/+1
2012-10-26sss_parse_name_for_domains: always return the canonical domain nameSumit Bose1-2/+7
2012-10-26Add replacement for krb5_find_authdata()Sumit Bose2-0/+19
2012-10-12Only call krb5_set_trace_callback on platforms that support itJakub Hrozek2-4/+18
2012-10-12Collect krb5 trace on high debug levelsJakub Hrozek2-0/+19
2012-10-02remove left over principal selectionPavel Březina2-106/+0
2012-10-02monitor: create pid file after all responders are startedPavel Březina1-0/+1
2012-10-01Use flat name for master domain as wellSumit Bose1-1/+2
2012-10-01Add new option default_domain_suffixSumit Bose1-11/+41
2012-09-24sss_cache tool invalidates records in memory cache.Michal Zidek1-0/+2
2012-09-20Add provider specific default regular expressionsSumit Bose1-0/+62
2012-09-07Out-of-bounds read fix in hmac-sha-1Ondrej Kos1-1/+3
2012-09-04Check flat names when searching for sub-domains as wellSumit Bose1-1/+3
2012-09-04SSH: Add support for OpenSSH-style public keysJan Cholasta1-13/+37
2012-09-04SSH: Simplify public key formatting functionJan Cholasta2-40/+9
2012-09-04SSH: Return error code in SSH utility functionsJan Cholasta2-17/+40
2012-08-23Fix: IPv6 address with square brackets doesn't work.Michal Zidek2-0/+32
2012-08-23Consolidation of functions that make realm upper-caseOndrej Kos2-0/+24
2012-08-21Unbreak build on RHEL5: replace ldap_destroy() with ldap_unbind_ext()Pavel Březina1-1/+1
2012-08-21Close LDAP connection when unable to install TLSPavel Březina1-13/+13
2012-08-16Fix compilation error in Python murmurhash bindingsJakub Hrozek1-0/+2
2012-07-23Extend category support in SELinux user mapsJan Zeleny1-6/+24
2012-07-23Added some DEBUG statements into SELinux related codeJan Zeleny1-4/+24
2012-07-18Modify priority evaluation in SELinux user mapsJan Zeleny2-6/+45
2012-07-09Check for errors from krb5_unparse_nameStephen Gallagher1-1/+8
2012-07-06Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8Stef Walter2-151/+0
2012-06-29DEBUG: Log to syslog if we are unable to open a debug fdStephen Gallagher1-0/+5
2012-06-26libcrypto fully implementedGeorge McCollister4-9/+442
2012-06-21Fix re_expression matching with subdomainsJan Zeleny1-15/+19
2012-06-21UTILS: Fix segfault due to sss_parse_name_for_domainsStephen Gallagher1-7/+10
2012-06-20Move some debug lines to new debug log levelsStef Walter2-5/+5
2012-06-18Fix typo breaking DIR cache detectionStephen Gallagher1-2/+0
2012-06-15KRB5: Auto-detect DIR cache support in configureStephen Gallagher2-2/+18
2012-06-15Fix compilation on older little-endian systemsStephen Gallagher1-1/+2
2012-06-14Use Kerberos context in KRB5_DEBUGJakub Hrozek1-0/+8
2012-06-14Add support for storing credential caches in the DIR: back endJakub Hrozek2-20/+4
2012-06-14Residual util functionsJakub Hrozek2-0/+102