summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* debug: print fatal and critical errors if debug level is unresolvedMichal Zidek2012-11-271-1/+4
* MONITOR: Fix off-by-one error in add_string_to_listJakub Hrozek2012-11-211-1/+4
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-191-1/+1
* SERVER: Check the return value of waitpidJakub Hrozek2012-11-191-11/+27
* Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek2012-11-151-0/+42
* Only build extract_and_send_pac on platforms that support itJakub Hrozek2012-11-152-0/+118
* Always start PAC responder if IPA ID provider is configuredSumit Bose2012-11-141-0/+6
* Add string_in_list() and add_string_to_list() with testsSumit Bose2012-11-142-0/+69
* util_lock.c: sss_br_lock_file accepted invalid parameter valueMichal Zidek2012-11-112-3/+7
* util: Added new file util_lock.cMichal Zidek2012-11-062-0/+87
* exit original process after sssd is initializedPavel Březina2012-11-062-2/+30
* fix indendation, coding style and debug levels in server.cPavel Březina2012-11-061-110/+114
* add SSSDBG_IMPORTANT_INFO macroPavel Březina2012-11-061-0/+1
* Make sub-domains case-insensitiveSumit Bose2012-11-051-1/+1
* sss_parse_name_for_domains: always return the canonical domain nameSumit Bose2012-11-051-2/+7
* Add replacement for krb5_find_authdata()Sumit Bose2012-11-052-0/+19
* Only call krb5_set_trace_callback on platforms that support itJakub Hrozek2012-10-122-4/+18
* Collect krb5 trace on high debug levelsJakub Hrozek2012-10-122-0/+19
* remove left over principal selectionPavel Březina2012-10-022-106/+0
* monitor: create pid file after all responders are startedPavel Březina2012-10-021-0/+1
* Use flat name for master domain as wellSumit Bose2012-10-011-1/+2
* Add new option default_domain_suffixSumit Bose2012-10-011-11/+41
* sss_cache tool invalidates records in memory cache.Michal Zidek2012-09-241-0/+2
* Add provider specific default regular expressionsSumit Bose2012-09-201-0/+62
* Out-of-bounds read fix in hmac-sha-1Ondrej Kos2012-09-071-1/+3
* Check flat names when searching for sub-domains as wellSumit Bose2012-09-041-1/+3
* SSH: Add support for OpenSSH-style public keysJan Cholasta2012-09-041-13/+37
* SSH: Simplify public key formatting functionJan Cholasta2012-09-042-40/+9
* SSH: Return error code in SSH utility functionsJan Cholasta2012-09-042-17/+40
* Fix: IPv6 address with square brackets doesn't work.Michal Zidek2012-08-232-0/+32
* Consolidation of functions that make realm upper-caseOndrej Kos2012-08-232-0/+24
* Unbreak build on RHEL5: replace ldap_destroy() with ldap_unbind_ext()Pavel Březina2012-08-211-1/+1
* Close LDAP connection when unable to install TLSPavel Březina2012-08-211-13/+13
* Fix compilation error in Python murmurhash bindingsJakub Hrozek2012-08-161-0/+2
* Extend category support in SELinux user mapsJan Zeleny2012-07-231-6/+24
* Added some DEBUG statements into SELinux related codeJan Zeleny2012-07-231-4/+24
* Modify priority evaluation in SELinux user mapsJan Zeleny2012-07-182-6/+45
* Check for errors from krb5_unparse_nameStephen Gallagher2012-07-091-1/+8
* Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8Stef Walter2012-07-062-151/+0
* DEBUG: Log to syslog if we are unable to open a debug fdStephen Gallagher2012-06-291-0/+5
* libcrypto fully implementedGeorge McCollister2012-06-264-9/+442
* Fix re_expression matching with subdomainsJan Zeleny2012-06-211-15/+19
* UTILS: Fix segfault due to sss_parse_name_for_domainsStephen Gallagher2012-06-211-7/+10
* Move some debug lines to new debug log levelsStef Walter2012-06-202-5/+5
* Fix typo breaking DIR cache detectionStephen Gallagher2012-06-181-2/+0
* KRB5: Auto-detect DIR cache support in configureStephen Gallagher2012-06-152-2/+18
* Fix compilation on older little-endian systemsStephen Gallagher2012-06-151-1/+2
* Use Kerberos context in KRB5_DEBUGJakub Hrozek2012-06-141-0/+8
* Add support for storing credential caches in the DIR: back endJakub Hrozek2012-06-142-20/+4
* Residual util functionsJakub Hrozek2012-06-142-0/+102