The following commit has been merged in the master branch:
commit fbbfb51e7d997a40bf7d57150f69bfb055831a07
Author: Simon Wilkinson <[email protected]>
Date:   Sun Apr 25 22:07:04 2010 +0100

    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 <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 src/NTObjdir                     |    1 -
 src/libafs/Makefile.common.in    |    5 +-
 src/libafs/MakefileProto.OBSD.in |    1 -
 src/libafsrpc/Makefile.in        |    8 +-
 src/libuafs/Makefile.common.in   |   13 +-
 src/rxkad/Makefile.in            |   18 +---
 src/rxkad/NTMakefile             |   10 +-
 src/rxkad/crypt_conn.c           |  119 +++++++++++++++++
 src/rxkad/domestic/crypt_conn.c  |  119 -----------------
 src/rxkad/domestic/fcrypt.c      |  260 --------------------------------------
 src/rxkad/domestic/fcrypt.h      |   37 ------
 src/rxkad/domestic/sboxes.h      |  121 ------------------
 src/rxkad/domestic/tcrypt.c      |  180 --------------------------
 src/rxkad/fcrypt.c               |  260 ++++++++++++++++++++++++++++++++++++++
 src/rxkad/fcrypt.h               |   37 ++++++
 src/rxkad/libafsdep              |    6 +-
 src/rxkad/rxkad_prototypes.h     |    4 +-
 src/rxkad/sboxes.h               |  121 ++++++++++++++++++
 src/rxkad/tcrypt.c               |  180 ++++++++++++++++++++++++++
 src/shlibafsrpc/Makefile.in      |    4 +-
 20 files changed, 746 insertions(+), 758 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to