Go to file
Andrew Schwartzmeyer e64c8961c9 Update GetUserName tests
Note that these fail when run in a Docker container because a) the
current container's locale is not completely set, and b) getlogin()
returns null with ENOENT since /var/run/utmp is being mapped to the
host, and thus denied access from within the container.

The container needs the locale set and its own /run/utmp, see
https://lists.linuxcontainers.org/pipermail/lxc-users/2011-July/002374.html
2015-08-04 14:16:57 -07:00
host added hostutil.h, added tests for hostutil, added more cmdline options to PS host 2015-07-30 16:53:35 +02:00
impl Use icu for Unicode conversion and fix lpnSize 2015-08-04 14:16:49 -07:00
tests Update GetUserName tests 2015-08-04 14:16:57 -07:00
CMakeLists.txt Link ps against icu instead of scxcore 2015-08-04 14:14:07 -07:00
main.cpp initial commit 2015-03-05 14:58:25 -08:00