]> git.ipfire.org Git - thirdparty/tor.git/commit
Add a pair of wrapper functions: tor_getpwnam() and tor_getpwuid()
authorNick Mathewson <nickm@torproject.org>
Wed, 14 May 2014 17:50:43 +0000 (13:50 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 14 May 2014 17:50:43 +0000 (13:50 -0400)
commite12af2adb0919d0de6d6ba44462d9255f63fca5b
tree816b20d4a52ca5a891eabbfb9c71f6b9585a5f1b
parent747f368c6d72cc6a68bb0a12c4209c534517b656
Add a pair of wrapper functions: tor_getpwnam() and tor_getpwuid()

We'll use these to deal with being unable to access the user DB
after we install the sandbox, to fix bug 11946.
src/common/compat.c
src/common/compat.h
src/or/main.c