zsh-workers
 help / color / mirror / code / Atom feed
* $watch, log and Cyrillic usernames
@ 2023-10-05 21:29 Максим
  2023-10-05 21:42 ` Bart Schaefer
  2023-10-07  2:05 ` Oliver Kiddle
  0 siblings, 2 replies; 9+ messages in thread
From: Максим @ 2023-10-05 21:29 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 813 bytes --]

Hello again. I found another bug with cyrillic usernames in zsh (again on
Cygwin, but can be reproduced on Linux)

Tested on latest master:

1. Create user "Студент" (for example, via /etc/passwd editing)
2. Create /var/run/utmp file if it is missing (may be necessary on Cygwin)
3. Login into "Студент" (via login or ssh)
4. % zsh-5.9.0.1-dev -f

% whoami
    Студент

% watch=(all); log # (everything is ok)
    root has logged on /proc/10045/fd/2 from .
    Студент has logged on pts/29 from 127.0.0.1.

% watch=(notme); log # ("Студент" record is not filtered)
    root has logged on /proc/10045/fd/2 from .
    Студент has logged on pts/29 from 127.0.0.1.

% watch=(Студент); log # ("Студент" record is missing)

Sent via Gmail

[-- Attachment #2: Type: text/html, Size: 1623 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-10-10 21:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-05 21:29 $watch, log and Cyrillic usernames Максим
2023-10-05 21:42 ` Bart Schaefer
2023-10-07  2:05 ` Oliver Kiddle
2023-10-07 16:49   ` Максим
2023-10-08  0:24     ` Oliver Kiddle
2023-10-08  6:20       ` Максим
2023-10-08 21:47   ` metafy() (was Re: $watch, log and Cyrillic usernames) Oliver Kiddle
2023-10-09  2:01     ` Bart Schaefer
2023-10-10 21:46       ` Oliver Kiddle

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).