search for: disable_wtmpx

Displaying 6 results from an estimated 6 matches for "disable_wtmpx".

2012 Aug 16
9
[Bug 2034] New: make fails
https://bugzilla.mindrot.org/show_bug.cgi?id=2034 Priority: P5 Bug ID: 2034 Assignee: unassigned-bugs at mindrot.org Summary: make fails Severity: critical Classification: Unclassified OS: FreeBSD Reporter: kris.universe at gmail.com Hardware: amd64 Status: NEW Version: 6.0p1
2001 Apr 29
2
PATCH: UseLogin fix for 2.9p1 (w/improved last-login time)
...ource. The patch is relative to the 2.9p1 source I just grabbed out of CVS. ..wayne.. -------------- next part -------------- Index: acconfig.h --- acconfig.h 2001/04/05 17:15:08 1.110 +++ acconfig.h 2001/04/29 18:12:31 @@ -154,6 +154,12 @@ /* Define if you don't want to use wtmpx */ #undef DISABLE_WTMPX +/* Some systems need a utmpx entry for /bin/login to work */ +#undef LOGIN_NEEDS_UTMPX + +/* Some versions of /bin/login need the TERM supplied on the commandline */ +#undef LOGIN_NEEDS_TERM + /* Define if you want to specify the path to your lastlog file */ #undef CONF_LASTLOG_FILE Index: c...
2003 Dec 30
8
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From vikashb at comparexafrica.co.za 2003-12-30 16:39 ------- tried openssh-SNAP-20031223 does not compile: (cd openbsd-compat && make) gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/ssl/include -Dftruncate=chsize -I/usr/local/include -DHAVE_CONFIG_H -c
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...TMP 1 /* #undef HAVE_TIME_IN_UTMP */ /* #undef HAVE_TIME_IN_UTMPX */ /* #undef DISABLE_LOGIN */ /* #undef DISABLE_PUTUTLINE */ /* #undef DISABLE_PUTUTXLINE */ /* #undef DISABLE_LASTLOG */ /* #undef NO_SSH_LASTLOG */ /* #undef DISABLE_UTMP */ #define DISABLE_UTMPX 1 /* #undef DISABLE_WTMP */ #define DISABLE_WTMPX 1 /* #undef LOGIN_NEEDS_UTMPX */ /* #undef LOGIN_NEEDS_TERM */ /* #undef LOGIN_NO_ENDOPT */ /* #undef CONF_LASTLOG_FILE */ /* #undef CONF_UTMP_FILE */ /* #undef CONF_WTMP_FILE */ /* #undef CONF_UTMPX_FILE */ /* #undef CONF_WTMPX_FILE */ /* #undef USE_EXTERNAL_ASKPASS */ #define HAVE___PROGNAME 1 #d...
2003 Oct 28
2
Privilege separation
...-pam.o auth-sia.o md5crypt.o diff -adurN openssh-3.7.1p2.privsep/acconfig.h openssh-3.7.1p2/acconfig.h --- openssh-3.7.1p2.privsep/acconfig.h Tue Sep 16 05:52:19 2003 +++ openssh-3.7.1p2/acconfig.h Sat Oct 4 22:22:14 2003 @@ -202,6 +202,9 @@ /* Define if you don't want to use wtmpx */ #undef DISABLE_WTMPX +/* Define if you don't want to use privilege separation */ +#undef DISABLE_PRIVSEP + /* Some systems need a utmpx entry for /bin/login to work */ #undef LOGIN_NEEDS_UTMPX diff -adurN openssh-3.7.1p2.privsep/auth-bsdauth.c openssh-3.7.1p2/auth-bsdauth.c --- openssh-3.7.1p2.privsep/auth-bs...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...ec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' user_path='/bin:/usr/sbin:/sbin:/usr/bin' xauth_path='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define DISABLE_FD_PASSING 1 #define DISABLE_SHADOW 1 #define DISABLE_WTMPX 1 #define ENTROPY_TIMEOUT_MSEC 200 #define GETPGRP_VOID 1 #define GLOB_HAS_ALTDIRFUNC 1 #define HAVE_ADDR_IN_UTMP 1 #define HAVE_ADDR_IN_UTMPX 1 #define HAVE_ASPRINTF 1 #define HAVE_BASENAME 1 #define HAVE_BCOPY 1 #define HAVE_CLOCK 1 #define HAVE_CLOCK_T 1 #define HAVE_CONTROL_IN_MSGHDR 1 #define...