Displaying 13 results from an estimated 13 matches for "nkbj".
1999 Nov 22
1
[PATCH] A couple of small fixes for 1.2pre14.
..."x at INSTALL_ASKPASS@" = "xyes" ] ; then \
- install -d $(libdir) ; \
+ install -d $(libexecdir) ; \
install -d $(libexecdir)/ssh ; \
if [ -z "@GNOME_ASKPASS@" ] ; then \
install -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \
--
Niels Kristian Bech Jensen -- nkbj at image.dk -- http://www.image.dk/~nkbj/
----------->> Stop software piracy --- use free software! <<-----------
1999 Nov 22
1
tcp-wrappers not being used even w/ --with-tcp-wrappers
Howdy,
It seems that even when specifying the --with-tcp-wrappers configure
flag, the LIBWRAP define in config.h never gets #define'd and -lwrap
never gets added to LIBS in the Makefile. To make sure I wasn't
dealing with a stale configure file, I ran autoconf on configure.in
to roll a new configure. I also don't see anything wrong with the
--with-tcp-wrappers defined in
1999 Nov 22
0
[PATCH] Fixing a couple of glitches in configure.in (1.2.pre14.)
...pwrappers support],
[
AC_DEFINE(LIBWRAP)
@@ -293,7 +293,7 @@
)
dnl Check whether to enable MD5 passwords
-AC_ARG_WITH(md5passwords,
+AC_ARG_WITH(md5-passwords,
[ --with-md5-passwords Enable use of MD5 passwords],
[AC_DEFINE(HAVE_MD5_PASSWORDS)]
)
--
Niels Kristian Bech Jensen -- nkbj at image.dk -- http://www.image.dk/~nkbj/
----------->> Stop software piracy --- use free software! <<-----------
1999 Dec 09
1
[PATCH] Fixing a couple of small problems in Makefile.in (1.2pre17).
...ASKPASS_PROGRAM} ; \
fi
@@ -129,7 +129,6 @@
-rm -f $(mandir)/man1/ssh-keygen.1
-rm -f $(mandir)/man8/sshd.8
-rm -f $(bindir)/slogin
- -rm -f $(mandir)/man1/slogin.1
-rm -f $(mandir)/man1/slogin.1
-rm -f ${ASKPASS_PROGRAM}
-rmdir $(libexecdir)/ssh ;
--
Niels Kristian Bech Jensen -- nkbj at image.dk -- http://www.image.dk/~nkbj/
----------->> Stop software piracy --- use free software! <<-----------
2000 Mar 09
1
Bug in openssh-1.2.2p1 scp program?
...) to a file named
"user at remotehost" in the current (local) directory. To copy the files to
the wanted (remote) location you have to use this command:
scp filename(s) user at remotehost:
^
Is this a bug or a feature?
--
Niels Kristian Bech Jensen -- nkbj at image.dk -- http://www.image.dk/~nkbj/
----------->> Stop software piracy --- use free software! <<-----------
1999 Nov 25
0
ANNOUNCE: openssh-1.2pre15
...- [ssh.1 ssh.c]
postpone fork_after_authentication until command execution,
request/patch from jahakala at cc.jyu.fi via damien at ibs.com.au
plus: use daemon() for backgrounding
- Added BSD compatible install program and autoconf test, thanks to
Niels Kristian Bech Jensen <nkbj at image.dk>
- Solaris fixing, thanks to Ben Taylor <bent at clark.net>
- Merged beginnings of AIX support from Tor-Ake Fransson <torake at hotmail.com>
- Release 1.2pre15
19991124
- Merged very large OpenBSD source code reformat
- OpenBSD CVS updates
- [channels.c cipher.c...
1999 Nov 23
0
[PATCH] Adding BSD compatible install script to 1.2pre14.
...rom gcc-2.95.2)
to 1.2pre14. The script has a X-style license. The script will be used if
configure doesn't find a proper install program on the system.
Remember to run autoconf and set execute (755) permissions for install-sh
when the patch has been applied.
--
Niels Kristian Bech Jensen -- nkbj at image.dk -- http://www.image.dk/~nkbj/
----------->> Stop software piracy --- use free software! <<-----------
-------------- next part --------------
diff -urN openssh-1.2pre14.orig/Makefile.in openssh-1.2pre14/Makefile.in
--- openssh-1.2pre14.orig/Makefile.in Tue Nov 23 10:43:16...
1999 Nov 15
0
ANNOUNCE: openssh-1.2pre12
...lity from Marc G. Fournier
<marc.fournier at acadiau.ca>
- Wrote autoconf tests for __progname symbol
- RPM spec file fixes from Jim Knoble <jmknoble at pobox.com>
19991114
- Solaris compilation fixes (still imcomplete)
19991113
- Build patch from Niels Kristian Bech Jensen <nkbj at image.dk>
- Don't install config files if they already exist
- Fix inclusion of additional preprocessor directives from
acconfig.h
- Removed redundant inclusions of config.h
- Added 'Obsoletes' lines to RPM spec file
- Merged OpenBSD CVS changes:
- [bufaux.c] save a vi...
2013 Jul 22
1
[PATCH 1/1 v2] Add UFS1/2 support to Extlinux installer.
...*
+ * Clean swab support by Fare <fare at tunes.org>
+ * just hope no one is using NNUUXXI on __?64 structure elements
+ * 64-bit clean thanks to Maciej W. Rozycki <macro at ds2.pg.gda.pl>
+ *
+ * 4.4BSD (FreeBSD) support added on February 1st 1998 by
+ * Niels Kristian Bech Jensen <nkbj at image.dk> partially based
+ * on code by Martin von Loewis <martin at mira.isdn.cs.tu-berlin.de>.
+ *
+ * NeXTstep support added on February 5th 1998 by
+ * Niels Kristian Bech Jensen <nkbj at image.dk>.
+ *
+ * Write support by Daniel Pirkl <daniel.pirkl at email.cz>
+ *
+...
2013 Jul 12
2
[PATCH 001/001] Add UFS1/2 support to Extlinux installer.
...*
+ * Clean swab support by Fare <fare at tunes.org>
+ * just hope no one is using NNUUXXI on __?64 structure elements
+ * 64-bit clean thanks to Maciej W. Rozycki <macro at ds2.pg.gda.pl>
+ *
+ * 4.4BSD (FreeBSD) support added on February 1st 1998 by
+ * Niels Kristian Bech Jensen <nkbj at image.dk> partially based
+ * on code by Martin von Loewis <martin at mira.isdn.cs.tu-berlin.de>.
+ *
+ * NeXTstep support added on February 5th 1998 by
+ * Niels Kristian Bech Jensen <nkbj at image.dk>.
+ *
+ * Write support by Daniel Pirkl <daniel.pirkl at email.cz>
+ *
+...
1999 Nov 23
2
Fixes for Solaris
...me-ssh-askpass (Debian bug #50299)
- OpenBSD CVS Changes
@@ -17,6 +23,9 @@
- Only display public key comment when presenting ssh-askpass dialog
- Released 1.2pre14
+ - Configure, Make and changelog corrections from Tudor Bosman
+ <tudorb at jm.nu> and Niels Kristian Bech Jensen <nkbj at image.dk>
+
19991121
- OpenBSD CVS Changes:
- [channels.c]
@@ -60,7 +69,7 @@
- EGD uses a socket, not a named pipe. Duh.
- Fix includes in fingerprint.c
- Fix scp progress bar bug again.
- - Move scp from ${libdir}/ssh to ${libexecdir}/ssh at request of
+ - Move ssh-askpass from...
2014 May 29
3
[PATCH 0/2] UFS1/2 support series
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
Wrote the documentation below. I think it would be good to push the doc to
the wiki as soon as the UFS support gets merged.
Unix Fast File System (UFS/FFS) 1/2 on Syslinux - (usage/install)
-----
There is a confusion about the name of this file system, then I decided to
contact the author who replied:
"The name has always been
2014 May 29
3
[PATCH v2 0/2] UFS1/2 support series
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
Change since v1:
* Fix bug on dentry structure (thank you specification; btw, sarcasm), and
consequently a bug on ufs_readdir.
* Add readlink support (applied tests for symlinks whose destionation path
were stored in blk pointers and the file itself).
* Several improvements.
Wrote the documentation below. I think it would be good to