Add README, AUTHORS and ChangeLog.
authorAndreas Schneider <asn@cryptomilk.org>
Tue, 2 Jul 2013 09:57:39 +0000 (11:57 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 2 Jul 2013 09:57:39 +0000 (11:57 +0200)
AUTHORS [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
README

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..6bb16f3
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+Andrew Tridgell <tridge@samba.org>
+Andreas Schneider <asn@samba.org>
diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/README b/README
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..dedf2df7230c528a6fce884dfe2b0c6fc7540dac 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,12 @@
+UID wrapper library
+====================
+
+This library intercepts seteuid and related calls, and simulates them
+in a manner similar to the nss_wrapper and socket_wrapper libraries.
+
+This allows you to do user switching when testing e.g. file servers.
+
+To use it set the following environment variables:
+
+LD_PRELOAD=libuid_wrapper.so
+UID_WRAPPER=1