Displaying 2 results from an estimated 2 matches for "xenitellis".
1999 Jul 01
1
SAMBA digest 2150
...kup from Win to Linux using smb
> by Glenn Burkhardt <glenn@aoi.ultranet.com>
> 4) Re: Linux can't telnet to WFW 3.11
> by "Keith G. Murphy" <keithmur@mindspring.com>
> 5) Minimal Readline support for smbclient (samba-2.0.4b)
> by Xenitellis S <S.Xenitellis@rhbnc.ac.uk>
> 6) Re: Linux can't telnet to WFW 3.11
> by "Keith G. Murphy" <keithmur@mindspring.com>
> 7) samba 2.04b on a trusted hpux 10.20 machine
> by "Norm Long" <nlong@worldvision.org>
> 8) unsubsc...
2001 Apr 07
1
samba on NetBSD - some patches
...*********************
wait for keyboard activity, swallowing network packets
****************************************************************************/
@@ -1814,7 +1811,7 @@
pstring line;
char *ptr;
-#ifdef HAVE_LIBREADLINE
+#ifdef HAVE_READLINE
/* Minimal readline support, 29Jun1999, s.xenitellis@rhbnc.ac.uk */
#ifdef PROMPTSIZE
#undef PROMPTSIZE
@@ -1828,7 +1825,7 @@
while (!feof(stdin)) {
fstring tok;
int i;
-#ifdef HAVE_LIBREADLINE
+#ifdef HAVE_READLINE
if ( temp != (char *)NULL )
{
free( temp ); /* Free memory allocated every time by readline() */
@@ -2215,7 +2212,7...