search for: lyp

Displaying 13 results from an estimated 13 matches for "lyp".

Did you mean: lp
2001 Aug 02
3
Cray patch against openssh-SNAP-20010802
...c - not needed. Add small patch to sshd.c and openbsd/ssh-cray.c to disable cray process privileges. Depending on how a cray unicos/unicosmk system is configured user could su to root without a password with out this mod. Add no_sco flag to noop check for -lrpc which assumes that their was a -lyp library. Changed ifdef around sigchld_handler to ifdef out mysignal on crays. This works around a unicos sigacton bug. Defined INADDR_LOOPBACK in entropy.c The details on all the patches: configure.in - Add work around to sco libyp assumution. sshd.c - Turn off cray process privilege...
2001 Sep 29
0
configure.in fixes for 2.9.9p2
...match, , ) -fi -if test -z "$no_libsocket" ; then - AC_CHECK_LIB(socket, main, , ) -fi +AC_CHECK_FUNC(yp_match, , AC_CHECK_LIB(nsl, yp_match)) +AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt)) dnl SCO OS3 needs this for libwrap -AC_CHECK_LIB(rpc, innetgr, LIBS="-lrpc -lyp -lrpc $LIBS" , , -lyp -lrpc) +AC_CHECK_FUNC(innetgr, , + AC_CHECK_LIB(rpc, innetgr, LIBS="-lrpc -lyp -lrpc $LIBS" , , -lyp -lrpc)) + +AC_CHECK_FUNC(getspnam, , + AC_CHECK_LIB(gen, getspnam, LIBS="$LIBS -lgen")) +AC_CHECK_FUNC(login, , + AC_CHECK_LIB(util, login, + AC_DEFIN...
2001 Jul 26
7
Updated Cray patch against openssh SNAP-20010725
...d-cray.c. Fixed cray_setup call to pass uid and login name in session.c and moved its call so that its called with root privs. Its been tested on a irix, sun, aix, unicos(SV1) and unicosmk(T3E) systems. If you are building this on a T3E you may have to edit the Makefile and edit out "-lrpc -lyp -lrpc". There a patch for sco that incorrectly assume that you have a yp library if you have a rpc library. I will submit a generic fix to this list latter since it is generic problem. I decided to go into a little more detail about the patches to each module: channels.c - Use a new...
2001 May 21
1
2.9p1 patches
...match, , ) -fi -if test -z "$no_libsocket" ; then - AC_CHECK_LIB(socket, main, , ) -fi +AC_CHECK_FUNC(yp_match, , AC_CHECK_LIB(nsl, yp_match)) +AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt)) dnl SCO OS3 needs this for libwrap -AC_CHECK_LIB(rpc, innetgr, LIBS="-lrpc -lyp -lrpc $LIBS" , , -lyp -lrpc) +AC_CHECK_FUNC(innetgr, , + AC_CHECK_LIB(rpc, innetgr, LIBS="-lrpc -lyp -lrpc $LIBS" , , -lyp -lrpc)) -AC_CHECK_LIB(gen, getspnam, LIBS="$LIBS -lgen") -AC_CHECK_LIB(z, deflate, ,AC_MSG_ERROR([*** zlib missing - please install first or check c...
2001 Nov 22
1
[PATCH]: Fix configure.ac to allow linking against PCRE on Cygwin
...IBS="$LIBS -lregex /usr/lib/textmode.o" + LIBS="$LIBS /usr/lib/textmode.o" AC_DEFINE(HAVE_CYGWIN) AC_DEFINE(USE_PIPES) AC_DEFINE(DISABLE_SHADOW) @@ -367,6 +367,17 @@ if test "x$with_tcp_wrappers" != "xno" ; AC_CHECK_LIB(rpc, innetgr, LIBS="-lrpc -lyp -lrpc $LIBS" , , -lyp -lrpc) fi fi + +case "$host" in +*-*-cygwin*) + # Check if linking agains pcre is requested, otherwise use + # regex lib on Cygwin + echo "$LIBS" | grep "pcreposix" > /dev/null 2>&1 + if test $? -ne 0 ; then + LIBS="$LI...
2001 Oct 07
3
Using -lssh as shared library
.../configure.in Wed Sep 26 02:39:38 2001 +++ openssh-2.9.9p2/configure.in Mon Oct 8 02:15:29 2001 @@ -337,2 +337,3 @@ # Checks for libraries. +AUTH_LIBS= if test -z "$no_libnsl" ; then @@ -344,8 +345,5 @@ -dnl SCO OS3 needs this for libwrap -AC_CHECK_LIB(rpc, innetgr, LIBS="-lrpc -lyp -lrpc $LIBS" , , -lyp -lrpc) - -AC_CHECK_LIB(gen, getspnam, LIBS="$LIBS -lgen") AC_CHECK_LIB(z, deflate, ,AC_MSG_ERROR([*** zlib missing - please install first or check config.log ***])) -AC_CHECK_LIB(util, login, AC_DEFINE(HAVE_LIBUTIL_LOGIN) LIBS="$LIBS -lutil") +AC_CHEC...
2001 Feb 13
1
configure.in reorder patch
...then + AC_CHECK_LIB(socket, main, + [ + if test "$saved_LIBS" = "$LIBS" ; then + LIBS="$LIBS -lsocket" + else + LIBS="$saved_LIBS -lsocket -lnsl" + fi + ] ) +fi + +dnl SCO OS3 needs this for libwrap +AC_CHECK_LIB(rpc, innetgr, LIBS="-lrpc -lyp -lrpc $LIBS" , , -lyp -lrpc) -AC_CHECK_LIB(gen, getspnam, LIBS="$LIBS -lgen") +AC_CHECK_LIB(gen, getspnam) AC_CHECK_LIB(z, deflate, ,AC_MSG_ERROR([*** zlib missing - please install first ***])) -AC_CHECK_LIB(util, login, AC_DEFINE(HAVE_LIBUTIL_LOGIN) LIBS="$LIBS -lutil")...
2001 Feb 16
7
OpenSSH 2.5.0p1
Known issues: 1) Linux 'sleep 20' -- Unfixable before 2.5.0 (known work around) 2) HP/UX signal issue -- Patched and HP/UX 11 works in v2 3) SCO 2/ Native Compiler -- Unfixable before 2.5.0 (known work around) 4) NeXTStep -- Resynced, MAX_GROUPS vs NGROUPS unresolved (not major) 5) DG/UX regcomp/regexec -- Fixed. 6) Cray signal issues -- ??? 7) Solaris '$PATH' issue -- ??
1998 Oct 15
1
Problem to map home dir
...ry. You can get it via #anonymous ftp from ftp.sco.com:/SLS/lng225b.* or ftp.uu.net:/vendors/sco # # Use this for SCO with shadow passwords. Tested on "Open enterprise 3.0" # SCO changes from Heinz Mauelshagen (mauelsha@ez.da.telekom.de) # FLAGSM = -DSCO -DSHADOW_PWD -DNETGROUP # LIBSM = -lyp -lrpc -lyp -lsec -lsocket -lcrypt_i -lintl # Use this for SCO with shadow passwords, without YP. # Tested on "Open Enterprise Server 3.0" (John Owens john@micros.com) # Also, use "CC = cc" above. # FLAGSM = -DSCO -DSHADOW_PWD # LIBSM = -lsec -lsocket -lcrypt_i # Use this for S...
1997 Feb 05
0
bliss version 0.4.0
...ZL;+L!X-3^5Y?$`WU9*44:K*\2/IT5P^7%&]9837)2KN$9LFR1M_CIXJ]+@*. Z9?6:A7J(''ES:W\FQ''[`5C\<W8H<7]3#&V(FNFL,>J''+WU49&:^+U5+[_NI[[ Z8];CU,,\(3@L1Y-*O=M+XE=VBQ/Z%4T<C?M4.GM-[9F%&#3\+R\_/TJ]P)''I Z(T=LGP,([MW6Q_24BT2AV#+]$O5B''#$.D$^$13,LYP,HZ''4IDN`\X;_N6?L% ZD.;3P(^V/,:D3%GI7*I>*CH,9,G<?YN&0U*/[$]VRJ>S_8R>\$DU:7''E%P4E ZX=^)TA2XV!<6G*R,NRS4LBC#J9_"8)TP?=[V,CK0&BKG4C4_9G-W-!=E1_^) Z>*%:;B[^PL1QGY)U3.5HK3>6&O%_C-90;0GQ_:24S;_Y+FM#1@^]QN!)_&TN Z:5+K6AVA06TJ-&::;\!=Q"/G&...
2001 Jul 16
0
No subject
...y -ldb -lm -laud 1>&5 ld: Can't locate file for: -lsocket configure: failed program was: #line 2353 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:2390: checking for innetgr in -lrpc configure:2409: cc -o conftest -g conftest.c -lrpc -lyp -lrpc -lsecurity -ldb -lm -laud 1>&5 ld: Can't locate file for: -lyp configure: failed program was: #line 2398 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a...
2002 Jul 17
13
Testing Call
Ok.. I'm starting official testing calls early this release. I'd like to have more feedback and more time for handling fixes. If people could test snapshots (http://www.openssh.org/portable.html, pick your favorate mirror and select snapshots directory) and report failures it would be useful. For those with pmake install there is regress/ which you can try out. It may help any platform
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...-D`2}i5~A|W9$TcOVQ`gmD!e>xxfyoEX#%=PVHDY%*$(~>oh10Lr#uWaKROnQZo zRmou;{zva9;YLAk0kr#|LIH#mlRoLC0j$^Kh2eNIJqbNMV!~)4NNKrNxy4$$m3ZC0 zK5|97f}hE^Fhl=(PR`$}`U0U8Dma;&D;$<Ird>Wt!kMvgLtp#kPXMg1z0(BHtCv?7 zH9GyF`7X6=mtSexPTcwzVY_Q~<CTw>UuUX%+XlvZgB5CTK=}1kKd%4p+V^`J?T|j+ z)ayPpSbR3no-Lyp?slRH3JksD$tqDexemQx2`6fXVw!YkhK18Ert%WP-+X3fZq>eb zlp7*mjVsw5k5&Sop0G9I<l0&Li#mfPyq*q|f#1-J4gtT$JCN^g>-4xvaaxYL<!UO- z&{o`{$hQ~jvM%(qC*pW8v#;95Oh2m|xKZiA?pW+?&ACHFVA#YA(ZV228}`+E-dXPA zwegjJ=`(pz<9C-{O%$gO(Ggk<VHfB}WX|rxlU;a~9f_3cqD6YKM^KR(3ZbCC;lOWd z(ojTW^C;5YYVr...