r21845: Refactor the sessionsetupX code a little to allow us
authorJeremy Allison <jra@samba.org>
Thu, 15 Mar 2007 19:18:18 +0000 (19:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:37 +0000 (12:18 -0500)
commitedccfc91928c323f18febb7b90e41e0ddbfd8c7c
tree6c248659e046489cf13780effb9c82564010d95c
parent3cb9ce7668c72c14e602986e5764ab5194a9ce10
r21845: Refactor the sessionsetupX code a little to allow us
to return a NT_STATUS_TIME_DIFFERENCE_AT_DC error to
a client when there's clock skew. Will help people
debug this. Prepare us for being able to return the
correct sessionsetupX "NT_STATUS_MORE_PROCESSING_REQUIRED"
error with associated krb5 clock skew error to allow
clients to re-sync time with us when we're eventually
able to be a KDC.
Jeremy.
(This used to be commit c426340fc79a6b446033433b8de599130adffe28)
source3/configure.in
source3/include/includes.h
source3/libads/kerberos_verify.c
source3/libads/krb5_errs.c
source3/libsmb/clikrb5.c
source3/smbd/sesssetup.c