search for: logwtmp

Displaying 20 results from an estimated 35 matches for "logwtmp".

2015 Jun 02
3
[Bug 2407] New: OpenSSH uses deprecated APIs on MacOS
https://bugzilla.mindrot.org/show_bug.cgi?id=2407 Bug ID: 2407 Summary: OpenSSH uses deprecated APIs on MacOS Product: Portable OpenSSH Version: -current Hardware: All OS: Mac OS X Status: NEW Severity: normal Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at
2001 Oct 31
1
OpenSSH-3.0p1-pre-CVS: configure.ac checks for login in -lutil and -lbsd?
...es <--- #define HAVE_LIBUTIL_LOGIN ^^^^^^^^^^^^^^^^^^^^^^^^ checking for deflate in -lz... yes ... checking for libutil.h... no checking for login... (cached) no ^^^^^^^^^^^^^^^^^^^^^^ checking for logout... yes checking for updwtmp... yes checking for logwtmp... yes ... checking for getuserattr... no checking for getuserattr in -ls... no checking for login... (cached) no ^^^^^^^^^^^^^^^^^^^^^^ checking for login in -lbsd... yes <--- #define HAVE_LOGIN ^^^^^^^^^^^^^^^^^^^^^^^ checking for daemon... yes ......
2018 Mar 26
3
centos7: pptpd vpn problem: mppe_decompress[0]: FLUSHED bit not set in stateless mode!
...a router Vodafone Station (Firmware 5.4.8.1.316.1.21) On c7 I have install this: [root at s-virt tmp]# rpm -q pptpd ppppptpd-1.4.0-2.el7.x86_64ppp-2.4.5- 33.el7.x86_64 and setup all file and firewall like howto say.This now is my config: /etc/pptpd.conf:option /etc/ppp/options.pptpd/etc/pptpd.conf:logwtmp/etc/pptpd.conf:localip 192.168.11.1/etc/pptpd.conf:remoteip 192.168.11.100- 109/etc/ppp/options.pptpd:name pptpd/etc/ppp/options.pptpd:refuse- pap/etc/ppp/options.pptpd:refuse-chap/etc/ppp/options.pptpd:refuse- mschap/etc/ppp/options.pptpd:require-mschap- v2/etc/ppp/options.pptpd:require-mppe- 128/...
2000 Dec 27
2
implicit declaration warnings
...In function `syslogin_perform_login': loginrec.c:1282: warning: implicit declaration of function `login' loginrec.c: In function `syslogin_perform_logout': loginrec.c:1295: warning: implicit declaration of function `logout' loginrec.c:1299: warning: implicit declaration of function `logwtmp' --- In config.h, there are: #define HAVE___B64_NTOP 1 #define HAVE_LIBUTIL_LOGIN 1 #define HAVE_INNETGR 1 Attached patch removes the warnings about login functions BUT will break on systems that define LIBUTIL_LOGIN but don't have libutil.h (e.g. Linux). So, it's not the way to go....
2003 Sep 12
15
[Bug 637] ssh records that the user has logged out even though an sftp session is active
http://bugzilla.mindrot.org/show_bug.cgi?id=637 Summary: ssh records that the user has logged out even though an sftp session is active Product: Portable OpenSSH Version: 3.6.1p2 Platform: All OS/Version: All Status: NEW Severity: security Priority: P1 Component: ssh AssignedTo:
2000 Jul 03
0
FreeBSD 3.5-STABLE
...unction `syslogin_perform_login': loginrec.c:1256: warning: implicit declaration of function `login' loginrec.c: In function `syslogin_perform_logout': loginrec.c:1269: warning: implicit declaration of function `logout' loginrec.c:1273: warning: implicit declaration of function `logwtmp' *** Error code 1 Stop. creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking...
2002 Mar 09
0
Little cleanup for -lz
...hat for? It is required on solaris, but not on linux. But on solaris, one need to use -lsocket -lnsl in order to do any network code (i.e. BOTH libs are for BSD socket operations). Are there other platforms exists where ssh uses OTHER features/symbols from -lnsl? And from -lutil (EXCEPT login()/logwtmp()/whatether needed for sshd only)? Regards, Michael. BTW, please don't blame me: I NOT tested this patch AT ALL (but it is very trivial): right now I have no working autoconf-2. It is a big trouble -- dealing with incompatibility in autoconf. I'll have it soon. -------------- next part...
2000 Aug 09
3
Problems compiling openssh-2.1.1p2 on FreeBSD 4.0-RELEASE
...In function `syslogin_perform_login': loginrec.c:1256: warning: implicit declaration of function `login' loginrec.c: In function `syslogin_perform_logout': loginrec.c:1269: warning: implicit declaration of function `logout' loginrec.c:1273: warning: implicit declaration of function `logwtmp' *** Error code 1 Stop in /usr/local/src/openssh-2.1.1p2. Is there something I have forgotten to install, or configure? I just ran the 'configure' script with all details. The FreeBSD box is a fresh vanilla installation.
2001 Feb 13
1
configure.in reorder patch
...ntf strerror strlcat strlcpy strmode strsep strtok_r sysconf tcgetpgrp utimes vsnprintf vhangup vis waitpid _getpty __b64_ntop) -dnl Checks for time functions -AC_CHECK_FUNCS(gettimeofday time) -dnl Checks for libutil functions -AC_CHECK_HEADERS(libutil.h) -AC_CHECK_FUNCS(login logout updwtmp logwtmp) -dnl Checks for utmp functions -AC_CHECK_FUNCS(endutent getutent getutid getutline pututline setutent) -AC_CHECK_FUNCS(utmpname) -dnl Checks for utmpx functions -AC_CHECK_FUNCS(endutxent getutxent getutxid getutxline pututxline ) -AC_CHECK_FUNCS(setutxent utmpxname) - -AC_CHECK_FUNC(getusera...
2006 Jul 28
2
Kernel 2.4 in centos 4.3
Hi, I?m using centos in 4 servers that work as gateway for intranets where i work. I built a particular kernel for my needs but this kernel is 2.4.31. So i neeed to boot this kernel in centos 4.3 and centos 4.2. Can anyone help with that? I know the problem is mainly in modutils because modules cannot be loaded when kernel is loaded. Any help is very much appreciated.
2016 Dec 16
3
Call for testing: OpenSSH 7.4
...lly and passed all tests, though there were > some warnings during the build (mostly noticed just because I configured > with -Werror and then manually papered over them; not sure how important > these really are): > > - daemon() deprecated (ssh.c, sshd.c) > - utmp, login, logout, logwtmp deprecated (loginrec.c) > - sandbox_init() deprecated (sandbox-darwin.c) I don't think there's much we can do about these without abandoning earlier OS releases. > - struct monitor declared in ssh_sandbox_init() parameter list > (sandbox-darwin.c) Missing monitor.h include. Har...
2000 Aug 11
1
compiling openssh-2.1.1p4 on SPARC Solaris 8
...y... yes checking for strsep... no checking for vsnprintf... yes checking for vhangup... yes checking for _getpty... no checking for __b64_ntop... no checking for gettimeofday... yes checking for time... yes checking for login... no checking for logout... no checking for updwtmp... yes checking for logwtmp... no checking for entutent... no checking for getutent... yes checking for getutid... yes checking for getutline... yes checking for pututline... yes checking for setutent... yes checking for utmpname... yes checking for entutxent... no checking for getutxent... yes checking for getutxid... yes ch...
2001 Jun 29
1
wtmpx problem on Solaris 8 sparcv9 (64bit) environment
...+#else utmpx_write_direct(struct logininfo *li, struct utmpx *utx) +#endif { log("utmpx_write_direct: not implemented!"); return 0; @@ -1144,7 +1156,11 @@ /* write a wtmpx entry direct to the end of the file */ /* This is a slight modification of code in OpenBSD's logwtmp.c */ static int +#ifdef __sparcv9 +wtmpx_write(struct logininfo *li, struct futmpx *utx) +#else wtmpx_write(struct logininfo *li, struct utmpx *utx) +#endif { struct stat buf; int fd, ret = 1; @@ -1167,6 +1183,24 @@ return ret; } +#ifdef __sparcv9 +void +utmpx_to_futmpx...
2000 Jun 14
1
OpenSSH 2.1.1p1 on SCO Unixware 7.1.0
...at... no checking for strlcpy... no checking for vsnprintf... yes checking for vhangup... no checking for _getpty... no checking for __b64_ntop... no checking for gettimeofday... yes checking for time... yes checking for login... no checking for logout... no checking for updwtmp... yes checking for logwtmp... no checking for entutent... no checking for getutent... yes checking for getutid... yes checking for getutline... yes checking for pututline... yes checking for setutent... yes checking for utmpname... yes checking for entutxent... no checking for getutxent... yes checking for getutxid... yes ch...
2002 May 09
2
OSSH_PATH_ENTROPY_PROG' unexpected
...ing for setsockopt in -lsocket... yes checking for getspnam... yes checking for deflate in -lz... yes checking for strcasecmp... yes checking for utimes... yes checking for libutil.h... no checking for library containing login... no checking for logout... no checking for updwtmp... yes checking for logwtmp... no checking for strftime... yes checking for GLOB_ALTDIRFUNC support... no checking for gl_matchc field in glob_t... no checking whether struct dirent allocates space for d_name... no checking for libwrap... yes checking for arc4random... no checking for atexit... yes checking for b64_ntop... no...
2001 Oct 26
2
problems building on solaris 2.6
...ecking for __b64_ntop... no checking for _getpty... no checking for dirname... yes checking for libgen.h... yes checking for gettimeofday... yes checking for time... yes checking for libutil.h... no checking for login... (cached) no checking for logout... no checking for updwtmp... yes checking for logwtmp... no checking for endutent... yes checking for getutent... yes checking for getutid... yes checking for getutline... yes checking for pututline... yes checking for setutent... yes checking for utmpname... yes checking for endutxent... yes checking for getutxent... yes checking for getutxid... yes...
2010 Jun 02
1
Regression of 5616?
I'm wondering if I'm seeing a regression of 5616 with 3.4.8. I'm trying to set-up pptpd with winbind, which I'm doing on two machines on Debian lenny, and I'm trying on Debian Squeeze now. The Windows client is saying "Error 778: It was not possible to verify the identity of the server." The logs say that everything is ok, and that the client is hanging up the
2001 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
...angup... yes checking for vis... no checking for waitpid... yes checking for _getpty... no checking for __b64_ntop... no checking for gettimeofday... yes checking for time... yes checking for libutil.h... no checking for login... no checking for logout... no checking for updwtmp... yes checking for logwtmp... no checking for endutent... yes checking for getutent... yes checking for getutid... yes checking for getutline... yes checking for pututline... yes checking for setutent... yes checking for utmpname... yes checking for endutxent... yes checking for getutxent... yes checking for getutxid... yes...
2016 Dec 14
17
Call for testing: OpenSSH 7.4
Hi, OpenSSH 7.4 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains some substantial new features and a number of bugfixes. 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 is
2001 Apr 10
2
Compiling openssh 2.5.p1 on unixware 7.0.1
...for _getpty... (cached) no checking for __b64_ntop... (cached) no checking for gettimeofday... (cached) yes checking for time... (cached) yes checking for libutil.h... (cached) no checking for login... (cached) no checking for logout... (cached) no checking for updwtmp... (cached) yes checking for logwtmp... (cached) no checking for endutent... (cached) yes checking for getutent... (cached) yes checking for getutid... (cached) yes checking for getutline... (cached) yes checking for pututline... (cached) yes checking for setutent... (cached) yes checking for utmpname... (cached) yes checking for endu...