summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* sss_names_init: Report correct error code if allocation failedJakub Hrozek2012-06-131-1/+4
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-123-7/+140
* KRB5: Avoid NULL-dereference with empty keytabStephen Gallagher2012-05-221-7/+13
* Simple implementation of Netscape password warning expiration controlJoshua Roys2012-05-221-0/+8
* Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter2012-05-072-0/+145
* Remove erroneous failure message in find_principal_in_keytabStef Walter2012-05-071-1/+1
* Modify behavior of pam_pwd_expiration_warningJan Zeleny2012-05-042-0/+6
* Fix endian issue in SID conversionSumit Bose2012-05-041-0/+2
* Handle endianness issues on older systemsStephen Gallagher2012-05-021-0/+17
* SERVER: use the correct return code of sss_atomic_write_sJakub Hrozek2012-05-021-1/+1
* execv, excvp and exec_child never return EOKStef Walter2012-05-012-8/+5
* murmurhash: Relax inline requirementStephen Gallagher2012-04-241-2/+2
* Two fixes in responder subdomain codeJan Zeleny2012-04-241-1/+1
* SSH: Add support for hashed known_hostsJan Cholasta2012-04-242-3/+9
* UTIL: Add HMAC-SHA-1 functionJan Cholasta2012-04-243-0/+127
* Moved expand_homedir_template() from NSS responder to utility codeJan Zeleny2012-04-242-0/+167
* New config option for subdomainsJan Zeleny2012-04-241-0/+2
* Add conn_name to allow different names for domains and connectionsJan Zeleny2012-04-241-2/+2
* Add some utility functions for subdomainsJan Zeleny2012-04-242-0/+119
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-204-120/+89
* Move atomic io function to a separate moduleJakub Hrozek2012-04-204-43/+102
* sss_atomic_io: Do not fail reads with EPIPE if there is not enough data to readJakub Hrozek2012-04-201-1/+2
* Clean up log messages about keytab_nameStephen Gallagher2012-04-052-11/+21
* Fix off-by-one error in principal selectionJakub Hrozek2012-03-291-3/+3
* Add sss_get_cased_name_list utility functionJakub Hrozek2012-03-292-0/+41
* Always initialize the returned data in sss_krb5_princ_realm()Sumit Bose2012-03-261-0/+3
* Make the string_equal() function publicJakub Hrozek2012-03-212-0/+10
* nsssrv: add handling of memory cache group mapSimo Sorce2012-03-191-0/+10
* util: Helper headers for shared memory cacheSimo Sorce2012-03-191-0/+117
* Handle cases where UID is -1Stephen Gallagher2012-02-291-6/+1
* SSH: Add missing break statements to sss_ssh_format_pubkeyJan Cholasta2012-02-271-0/+2
* SSH: Add more debugging messagesJan Cholasta2012-02-271-0/+1
* UTIL: Add function for atomic I/OJan Cholasta2012-02-262-0/+44
* SSH: Refactor responder and client common codeJan Cholasta2012-02-262-0/+233