descriptionA local user information gatherer.
homepage URLhttps://gitlab.com/bjk/userinfo/wikis
repository URLhttps://gitlab.com/bjk/userinfo.git
ownerbjk@luxsci.net
last changeFri, 9 Oct 2020 03:54:18 +0000 (8 20:54 -0700)
last refreshSat, 11 May 2024 02:03:23 +0000 (11 04:03 +0200)
content tags
add:
README
WHAT IS IT?
-----------
Userinfo is a console utility to display a variety of information about a
local user. It uses loadable modules to perform different tasks which
separate the output with a field deliminator. Some may find it useful in shell
scripts to gather and process information which might be tedious by other
methods. It has been tested to run on Linux, FreeBSD, NetBSD, and Solaris. See
doc/README.modules for how to write your own modules and doc/uirc for an
example configuration file.

INSTALLATION
------------
Detailed information about 'configure' can be found in INSTALL otherwise just
type './configure' then edit 'config.h' to set some custom defaults and
non-standard file paths. Then type 'make' to build and 'make install' to
install. Read the manual page or see 'ui -h' for command summary.

BUGS
----
Use the Sourceforge ticking system to report bugs, submit patches or feature
requests at http://sourceforge.net/p/userinfo/tickets.

Ben Kibbey <bjk@luxsci.net>
http://userinfo.sourceforge.net/
shortlog
2020-10-09 Ben KibbeyFix potential buffer overflow.master
2018-12-22 Ben KibbeyFix another compile time warning.
2016-09-21 Ben KibbeyFix compiler warnings.
2015-01-18 Ben KibbeyBump version for development.
2015-01-18 Ben KibbeyVersion 2.5.v2.5
2015-01-15 Ben KibbeyUpdate copyright year to 2015.
2015-01-15 Ben KibbeyFix Coverity issue #102015.
2015-01-15 Ben KibbeyFix Coverity issue #102014.
2015-01-15 Ben KibbeyFix Coverity issue #102016.
2015-01-15 Ben KibbeyFix Coverity issue #102017.
2015-01-15 Ben KibbeyFix Coverity issues #102018 and #102015.
2015-01-14 Ben KibbeyFix Coverity issue #102019.
2015-01-14 Ben KibbeyFix Coverity issue #102020.
2015-01-14 Ben KibbeyFix Coverity issue #102021.
2015-01-14 Ben KibbeyFix Coverity issue #102023.
2015-01-14 Ben KibbeyBump version for development.
...
tags
9 years ago v2.5 Userinfo version 2.5.
11 years ago v2.4 Userinfo version 2.4.
13 years ago v2.3 Release
17 years ago v2.2 Release
18 years ago v2.1
heads
3 years ago master