Move rxkad/domestic/* into rxkad/ directory proper
authorSimon Wilkinson <sxw@your-file-system.com>
Sun, 25 Apr 2010 21:07:04 +0000 (22:07 +0100)
committerDerrick Brashear <shadow@dementia.org>
Mon, 26 Apr 2010 03:55:03 +0000 (20:55 -0700)
commitfbbfb51e7d997a40bf7d57150f69bfb055831a07
treea4474a251cf312ea960d682ee4107dccd997152f
parent37d2e8bfa8aa83ed592bd25cd3c7fd58f178de9a
Move rxkad/domestic/* into rxkad/ directory proper

Historically, the fcrypt code lived in its own directory, named
'domestic', so that ACLs could be used to prevent nasty foreigners
from getting access to it. Now that those days are gone, having the
domestic directory just complicates builds. Remove it, and reunite
fcrypt with the rest of the tree.

Change-Id: I2d1f66463121bbb391260b613913d76c27931429
Reviewed-on: http://gerrit.openafs.org/1836
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
15 files changed:
src/NTObjdir
src/libafs/Makefile.common.in
src/libafs/MakefileProto.OBSD.in
src/libafsrpc/Makefile.in
src/libuafs/Makefile.common.in
src/rxkad/Makefile.in
src/rxkad/NTMakefile
src/rxkad/crypt_conn.c [moved from src/rxkad/domestic/crypt_conn.c with 99% similarity]
src/rxkad/fcrypt.c [moved from src/rxkad/domestic/fcrypt.c with 100% similarity]
src/rxkad/fcrypt.h [moved from src/rxkad/domestic/fcrypt.h with 100% similarity]
src/rxkad/libafsdep
src/rxkad/rxkad_prototypes.h
src/rxkad/sboxes.h [moved from src/rxkad/domestic/sboxes.h with 100% similarity]
src/rxkad/tcrypt.c [moved from src/rxkad/domestic/tcrypt.c with 100% similarity]
src/shlibafsrpc/Makefile.in