r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb.
authorAndrew Bartlett <abartlet@samba.org>
Sun, 23 Oct 2005 22:20:42 +0000 (22:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:45:11 +0000 (13:45 -0500)
commitc9d5d8e45dd7b7c99b6cf35b087bc18012f31222
tree69345d2a531b6ed9497790ffca0743a3247b3fde
parent3a9f2291ae6e96a715f463899957c6c598fc7627
r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb.
I'm sure this will not be the final resting place, but it will do for
now.

Use the cracknames code in auth/ for creating a server_info given a
principal name only (should avoid assumtions about spliting a
user@realm principal).

Andrew Bartlett
source/auth/auth_sam.c
source/auth/gensec/gensec_gssapi.c
source/auth/gensec/gensec_krb5.c
source/dsdb/config.mk
source/dsdb/samdb/cracknames.c [moved from source/rpc_server/drsuapi/drsuapi_cracknames.c with 92% similarity]
source/include/structs.h
source/kdc/pac-glue.c
source/rpc_server/config.mk
source/rpc_server/drsuapi/dcesrv_drsuapi.c