Allow process.setuid() and process.setgid() to accept string names in lieu of numeric IDs
authorPeter Griess <pg@std.in>
Wed, 19 May 2010 00:40:44 +0000 (17:40 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 19 May 2010 00:41:10 +0000 (17:41 -0700)
commit2420f07e9479b5c40140e01dca53db3512b2faf4
tree89b68844bca3284e57ce292e288bc96c6957ed23
parent2663c69f8d8ea4df9fbc40b03186259186011e97
Allow process.setuid() and process.setgid() to accept string names in lieu of numeric IDs
src/node.cc
test/disabled/test-setuidgid.js [new file with mode: 0644]