[SSSD] [PATCH 0/4] [REBASE-1] Introduce SSSD specific error values.

Simo Sorce simo at redhat.com
Sat Jan 12 20:29:30 UTC 2013


Rebased on master, this patchset depends on the 2 patch krb-child refactor patchset.

Simo.

Simo Sorce (4):
  Add SSSD specific error codes and definitions
  Use SSSD specific errors for offline auth
  Return ERR_INTERNAL instead of EIO
  Cleanup error message handling for krb5 child

 Makefile.am                     |    4 +-
 src/db/sysdb_ops.c              |   17 +-
 src/providers/krb5/krb5_auth.c  |  157 +++++++++-------
 src/providers/krb5/krb5_child.c |  388 ++++++++++++++++-----------------------
 src/tests/auth-tests.c          |    6 +-
 src/tests/sysdb-tests.c         |   12 +-
 src/util/auth_utils.h           |   22 ++-
 src/util/util.h                 |   10 +-
 src/util/util_errors.c          |   51 +++++
 src/util/util_errors.h          |   85 +++++++++
 10 files changed, 418 insertions(+), 334 deletions(-)
 create mode 100644 src/util/util_errors.c
 create mode 100644 src/util/util_errors.h




More information about the sssd-devel mailing list