search for: logintest

Displaying 16 results from an estimated 16 matches for "logintest".

Did you mean: login_set
2001 Oct 07
3
Using -lssh as shared library
...ommon.o $(LDFLAGS) $(SSH_LDFLAGS) $(LIBS) + +sftp$(EXEEXT): $(SSH_LIBS) sftp.o sftp-client.o sftp-int.o sftp-common.o sftp-glob.o + $(LD) -o $@ sftp.o sftp-client.o sftp-common.o sftp-int.o sftp-glob.o $(LDFLAGS) $(SSH_LDFLAGS) $(LIBS) # test driver for the loginrec code - not built by default -logintest: logintest.o $(LIBCOMPAT) libssh.a loginrec.o - $(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh $(LIBS) +logintest: logintest.o $(SSH_LIBS) loginrec.o + $(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o $(SSH_LDFLAGS) $(LIBS) -------------- next part -------------- diff -rNu1 ope...
2001 Nov 11
1
[PATCH] do not invoke sub-make unless the 'cd directory' succeeds
...87,7 @@ $(SSHDOBJS): config.h LIBCOMPAT=openbsd-compat/libopenbsd-compat.a $(LIBCOMPAT): always - (cd openbsd-compat; $(MAKE)) + (cd openbsd-compat && $(MAKE)) always: libssh.a: $(LIBSSH_OBJS) @@ -144,23 +144,23 @@ $(CONFIGFILES): $(CONFIGFILES_IN) clean: rm -f *.o *.a $(TARGETS) logintest config.cache config.log rm -f *.out core - (cd openbsd-compat; $(MAKE) clean) + (cd openbsd-compat && $(MAKE) clean) distclean: rm -f *.o *.a $(TARGETS) logintest config.cache config.log rm -f *.out core rm -f Makefile config.h config.status ssh_prng_cmds *~ rm -rf autom4te....
2001 Feb 10
2
SNAP 20010209 fails to compile sftp on Slackware
...$(LD) -o $@ sftp.o sftp-client.o sftp-common.o sftp-int.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) + $(LD) -o $@ sftp.o entropy.o sftp-client.o sftp-common.o sftp-int.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) # test driver for the loginrec code - not built by default logintest: logintest.o $(LIBCOMPAT) libssh.a log-client.o loginrec.o I am sure there is a better way, don't know what it may break... RGDS GARY --------------------------------------------------------------------------- Gary E. Miller Rellim 20340 Empire Ave, Suite E-3, Bend, OR 97701 gem at rellim.c...
2002 Apr 01
0
[Bug 198] New: Error getting file with sftp on old F-Secure servers
...ftp.o sftp-client.o sftp-common.o sftp-int.o sftp-glob.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) ssh-rand-helper${EXEEXT}: $(LIBCOMPAT) libssh.a ssh-rand-helper.o $(LD) -o $@ ssh-rand-helper.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) # test driver for the loginrec code - not built by default logintest: logintest.o $(LIBCOMPAT) libssh.a loginrec.o $(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh $(LIBS) $(MANPAGES): $(MANPAGES_IN) if test "$(MANTYPE)" = "cat"; then \ manpage=$(srcdir)/`echo $@ | sed 's/\.[1-9]\.out$$/\.0/'`; \ else \ manpag...
2002 Mar 26
0
[Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
...ftp.o sftp-client.o sftp-common.o sftp-int.o sftp-glob.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) ssh-rand-helper${EXEEXT}: $(LIBCOMPAT) libssh.a ssh-rand-helper.o $(LD) -o $@ ssh-rand-helper.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) # test driver for the loginrec code - not built by default logintest: logintest.o $(LIBCOMPAT) libssh.a loginrec.o $(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh $(LIBS) $(MANPAGES): $(MANPAGES_IN) if test "$(MANTYPE)" = "cat"; then \ manpage=$(srcdir)/`echo $@ | sed 's/\.[1-9]\.out$$/\.0/'`; \ else \ manpag...
2003 Nov 20
11
Problem running SSH on IBM PPC440 processor, help appreciated
Hi, Sorry to bother you on this mailing list, however I tried everything else and I am desperate to get this running. Please send me any hints you can think of. I have installed openssh-3.7.1p2 on a ppc target and trying to connect to an sshd running on a redhat 9 with openssh-3.5p1. I keep getting the error "Disconnecting: Corrupted check bytes on input" no matter what I tried. I
2016 Jan 19
2
OpenSSH portability & buildsystem fixes
...eter.o sftp.o sftp-client.o sftp-common.o sftp-glob.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) $(LIBEDIT) + $(CC) -o $@ progressmeter.o sftp.o sftp-client.o sftp-common.o sftp-glob.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) $(LIBEDIT) # test driver for the loginrec code - not built by default logintest: logintest.o $(LIBCOMPAT) libssh.a loginrec.o - $(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh $(LIBS) + $(CC) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh $(LIBS) $(MANPAGES): $(MANPAGES_IN) if test "$(MANTYPE)" = "cat"; then \ @@ -4...
2001 Feb 07
2
Patch for unformatted manpages
....1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 CONFIGFILES=sshd_config ssh_config primes @@ -67,6 +64,8 @@ FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS) +MDOC2MANCMD = $(PERL) $(srcdir)/mdoc2man.pl + all: $(TARGETS) $(CONFIGFILES) manpages: $(MANPAGES) @@ -118,8 +117,12 @@ logintest: logintest.o $(LIBCOMPAT) libssh.a log-client.o loginrec.o $(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh log-client.o $(LIBS) -$(MANPAGES) $(CONFIGFILES):: +$(CONFIGFILES):: + $(FIXPATHSCMD) $(srcdir)/$@ + +$(MANPAGES):: $(FIXPATHSCMD) $(srcdir)/$@ + $(MDOC2MANCMD) <...
2003 Sep 17
2
[Bug 644] "make clean" fails when building outside of source tree
...roth at feep.net Under OpenSSH-3.7.1p1, "make clean" fails with the following error when building outside of the source tree: roth at coredump:/scratch/os/obj> make clean rm -f *.o *.a ssh sshd ssh-add ssh-keygen ssh-keyscan ssh-keysign ssh-agent scp ssh-rand-helper sftp-server sftp logintest config.cache config.log rm -f *.out core (cd openbsd-compat && gmake clean) gmake[1]: Entering directory `/services/scratch/os/obj/openbsd-compat' rm -f *.o *.a core gmake[1]: Leaving directory `/services/scratch/os/obj/openbsd-compat' (cd regress && gmake clean) /bin/sh:...
2002 Feb 24
1
[Bug 122] sshd does not update wtmpx at end of session
http://bugzilla.mindrot.org/show_bug.cgi?id=122 ------- Additional Comments From tim at multitalents.net 2002-02-25 05:32 ------- I spent some time looking into this. Initially I did see that last was reporting users still logged in that had logged out of their ssh connection. I noticed logintest showed everything working as expected. Now I can not duplicate the problem. I didn't change any code but I did zero out wtmpx during my tests. Now I can etheir log in using rlogin or ssh and last shows the correct information after logout. ------- You are receiving this mail because: -------...
2001 May 07
1
Remake configure/config.h.in/etc.
...tus + @echo "The Makefile has changed -- please restart the make." + @false + +openbsd-compat/Makefile: openbsd-compat/Makefile.in config.status + CONFIG_FILES=openbsd-compat/Makefile CONFIG_HEADERS= ./config.status + clean: (cd openbsd-compat; $(MAKE) clean) rm -f *.o *.a $(TARGETS) logintest config.cache config.log @@ -146,12 +170,12 @@ distclean: clean (cd openbsd-compat; $(MAKE) distclean) - rm -f Makefile config.h config.status ssh_prng_cmds *~ + rm -f Makefile config.h config.h-touch config.status ssh_prng_cmds *~ mrproper: distclean veryclean: distclean - rm -f configu...
2001 Jun 06
0
snk authentication
...tp-glob.o scp-common.o $(LD) -o $@ sftp.o sftp-client.o sftp-common.o sftp-int.o sftp-glob.o scp-common.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) + +snk$(EXEEXT): $(LIBCOMPAT) snkmain.o snk.o + $(LD) -o $@ snkmain.o snk.o -lcrypto # test driver for the loginrec code - not built by default logintest: logintest.o $(LIBCOMPAT) libssh.a loginrec.o Common subdirectories: openssh-2.9p1/contrib and openssh/contrib Common subdirectories: openssh-2.9p1/openbsd-compat and openssh/openbsd-compat diff -NuBw openssh-2.9p1/readconf.c openssh/readconf.c --- openssh-2.9p1/readconf.c Tue Apr 17 14:11:37 2001...
2001 Apr 24
10
Call for testing for coming 2.9 release.
If we can get people to test their platforms against the last snapshot/cvs tree I'd be greatful. (http://www.openssh.com/portable.html) I know NeXT platform has problems. I'm going to spend tonight looking at it. Also, take a moment to see what manpage type ./configure decided for your system and if it's 'cat' please let us know. Thanks. - Ben
2020 Jul 21
11
[RFC PATCH 0/4] PAM module for ssh-agent user authentication
Hi, The main (and probably the only) use case of this PAM module is to let sudo authenticate users via their ssh-agent, therefore without having to type any password and without being tempted to use the NOPASSWD sudo option for such convenience. The principle is originally implemented by an existing module [0][1] and many pages that explain how to use it for such purpose can be found online.
2003 Jun 20
0
[PATCH] Regression test portabilization.
...=================================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/Makefile.in,v retrieving revision 1.238 diff -u -r1.238 Makefile.in --- Makefile.in 5 Jun 2003 08:53:43 -0000 1.238 +++ Makefile.in 20 Jun 2003 13:04:41 -0000 @@ -190,6 +190,7 @@ rm -f *.o *.a $(TARGETS) logintest config.cache config.log rm -f *.out core (cd openbsd-compat && $(MAKE) clean) + (cd $(srcdir)/regress && $(MAKE) $@) distclean: rm -f *.o *.a $(TARGETS) logintest config.cache config.log @@ -361,3 +362,30 @@ -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 -rm...
2001 Jul 11
0
Solaris 2.6: Undefined symbol seed_rng
...nstalled fine into my home-dir /home/eedalf. Thank you for any hints! Alex PS: Here's the full output: maas34:openssh-2.9p2 {167} make clean (cd openbsd-compat; /all/gnu/bin/make clean) rm -f *.o *.a core rm -f *.o *.a ssh sshd ssh-add ssh-keygen ssh-keyscan ssh-agent scp sftp-server sftp logintest config.cache config.log rm -f *.out core maas34:openssh-2.9p2 {168} env LDFLAGS="-L/home/eedalf/lib -ldsocks -L/opt/local/zlib-1.1.2/lib" CFLAGS=-I/opt/local/zlib-1.1.2/include ./configure --prefix=/home/eedalf --disable-suid-ssh creating cache ./config.cache checking for gcc... gcc che...