summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-13sss_names_init: Report correct error code if allocation failedJakub Hrozek1-1/+4
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter3-7/+140
2012-05-22KRB5: Avoid NULL-dereference with empty keytabStephen Gallagher1-7/+13
2012-05-22Simple implementation of Netscape password warning expiration controlJoshua Roys1-0/+8
2012-05-07Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter2-0/+145
2012-05-07Remove erroneous failure message in find_principal_in_keytabStef Walter1-1/+1
2012-05-04Modify behavior of pam_pwd_expiration_warningJan Zeleny2-0/+6
2012-05-04Fix endian issue in SID conversionSumit Bose1-0/+2
2012-05-02Handle endianness issues on older systemsStephen Gallagher1-0/+17
2012-05-02SERVER: use the correct return code of sss_atomic_write_sJakub Hrozek1-1/+1
2012-05-01execv, excvp and exec_child never return EOKStef Walter2-8/+5
2012-04-24murmurhash: Relax inline requirementStephen Gallagher1-2/+2
2012-04-24Two fixes in responder subdomain codeJan Zeleny1-1/+1
2012-04-24SSH: Add support for hashed known_hostsJan Cholasta2-3/+9
2012-04-24UTIL: Add HMAC-SHA-1 functionJan Cholasta3-0/+127
2012-04-24Moved expand_homedir_template() from NSS responder to utility codeJan Zeleny2-0/+167
2012-04-24New config option for subdomainsJan Zeleny1-0/+2
2012-04-24Add conn_name to allow different names for domains and connectionsJan Zeleny1-2/+2
2012-04-24Add some utility functions for subdomainsJan Zeleny2-0/+119
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek4-120/+89
2012-04-20Move atomic io function to a separate moduleJakub Hrozek4-43/+102
2012-04-20sss_atomic_io: Do not fail reads with EPIPE if there is not enough data to readJakub Hrozek1-1/+2
2012-04-05Clean up log messages about keytab_nameStephen Gallagher2-11/+21
2012-03-29Fix off-by-one error in principal selectionJakub Hrozek1-3/+3
2012-03-29Add sss_get_cased_name_list utility functionJakub Hrozek2-0/+41
2012-03-26Always initialize the returned data in sss_krb5_princ_realm()Sumit Bose1-0/+3
2012-03-21Make the string_equal() function publicJakub Hrozek2-0/+10
2012-03-19nsssrv: add handling of memory cache group mapSimo Sorce1-0/+10
2012-03-19util: Helper headers for shared memory cacheSimo Sorce1-0/+117
2012-02-29Handle cases where UID is -1Stephen Gallagher1-6/+1
2012-02-27SSH: Add missing break statements to sss_ssh_format_pubkeyJan Cholasta1-0/+2
2012-02-27SSH: Add more debugging messagesJan Cholasta1-0/+1
2012-02-26UTIL: Add function for atomic I/OJan Cholasta2-0/+44
2012-02-26SSH: Refactor responder and client common codeJan Cholasta2-0/+233
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-4/+4
2012-02-14Ensure NULL-termination in get_uid_from_pid()Stephen Gallagher1-0/+3
2012-02-07UTIL: Provide base64 encoding and decoding functionsJan Cholasta4-36/+139