Update copyright year.
[userinfo.git] / KnownBugs
blob06ea3db2e381f86b4e76f4e385afd4d1c7d697db
1 Solaris (9):
2     strftime() doesn't recognize the default '%s' time format. I'd rather keep
3     this default for other OS's. If your running Solaris, you can change the
4     default time format in config.h after running ./configure or specify an
5     alternate time format with the -t command-line option.
7 NetBSD (1.6.1):
8     The lastlog hostname length is limited. It seems to be still using utmp
9     rather than the newer utmpx. The utmp options are using utmpx though. This
10     is true for the system I was testing on. It may be using utmpx on yours.
12     Login process id gotten with KVM is untested on this OS.
14 src/mail.c:
15     Included files, subgroups and 'user@host' format in the mail alias file aren't
16     considered.
18 src/login.c:
19     WTMP support? For example: -O login.so -#3 would return the 3rd last
20     login. I haven't implemented this do to system performance issues. More of
21     an would-be enhancement than a bug though. :)