search for: writetoclient

Displaying 3 results from an estimated 3 matches for "writetoclient".

2003 Jun 02
4
quick poppassd question
...that users with valid passwords already have shell access to the system, and now nobody can try to change priveleged accounts' passwords? --- cut --- if ((pw = getpwnam (user)) == NULL) { syslog (LOG_ERR, "Unknown user, %s", user); sleep (5); WriteToClient ("500 Old password is incorrect."); exit(1); } /* begin added code */ if ((pw->pw_uid) < 1001) { syslog (LOG_ERR, "Priveleged user, %s", user); sleep (5); WriteToClient ("500 Old password is incorrect."...
2017 Mar 02
1
[ANNOUNCE] xorg-server 1.19.2
...nd: Apply output rotation for screen size       xwayland: CRTC should support all rotations       glamor: Two pass won't work on memory pixmaps       xwayland: Make sure we have a focus window       xwayland: do not set checkRepeat on master kbd Peter Hutterer (1):       os: log a bug whenever WriteToClient is called from the input thread Svitozar Cherepii (1):       xwayland: Add hack for FWXGA resolution #99574 git tag: xorg-server-1.19.2 https://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.19.2.tar.bz2 MD5:  d9f9e9f216d29f8220e76f8294507d85  xorg-server-1.19.2.tar.bz2 SHA1: da3e...
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...e-after-free in compReparentWindow Peter Hutterer (14): Xi: when creating a new master device, update barries for all clients os: return 0 from check_timers if we touched any of them xwayland: replace hardcoded function name with __func__ in error msg os: log a bug whenever WriteToClient is called from the input thread xwayland: handle button events after motion events xwayland: add tablet pad support Makefile.am: add the meson files to the tarball xfree86: build a shared lib identical to Xorg fb: remove some superfluous empty lines xfree86: up t...