search for: utmpx_perform_login

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

2016 Jan 19
2
OpenSSH portability & buildsystem fixes
...size_t len in openbsd-compat/strptime.c is unused and causes a warning. It's used below by code that's commented out and the variable should be commented out too. * utimes in openbsd-compat has char * for the path parameter but that's supposed to be const char *. * loginrec.c in utmpx_perform_login does a call to utmpx_write_direct with a parameter named ut, but such a variable does not exist, that was probably supposed to be utx. Though that code isn't implemented so not that important. * DESTDIR is not inherited from the environment in the makefiles, but instead assigned to th...
2002 Jul 18
2
[Bug 345] w (uptime) command still indicates user is logged in after logout
http://bugzilla.mindrot.org/show_bug.cgi?id=345 stevesk at pobox.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Lutz.Jaenicke at aet.TU- | |Cottbus.DE ------- Additional Comments From stevesk at
2010 Feb 27
24
Call for testing: OpenSSH-5.4
Hi, OpenSSH 5.4 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a big release, with a number of major new features and many bug fixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH