search for: ebcdic

Displaying 20 results from an estimated 45 matches for "ebcdic".

2020 Jun 16
2
RFC: Adding support for the z/OS platform to LLVM and clang
...e > via llvm-dev > Sent: Tuesday, June 16, 2020 8:51 AM > To: Corentin <corentin.jabot at gmail.com> > Cc: llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] RFC: Adding support for the z/OS platform to LLVM and > clang > > > > 2) Add patches to Clang to allow EBCDIC and ASCII (ISO-8859-1) > > > encoded > > > input source files. This would be done at the file open time to allow > the > > rest of Clang to operate as if the source was UTF-8 and so require no > > changes downstream. Feedback on this plan is welcome from the Clang...
2004 Jul 22
3
ebcdic problem in bufaux.c
...f Openssh 3.5p1. There are a couple of new lines in buffer_get_bignum2() that are causing me problems: if (len > 0 && (bin[0] & 0x80)) fatal("buffer_get_bignum2: negative numbers not supported"); The "& 0x80" check is not relevant in ebcdic. Does anyone know why this check was added? What are the consequences of removing it? Does anyone have any idea how I could get the same result as this check in ebcdic? Thank You, Greg Lambert __________________________________ Do you Yahoo!? Vote for the stars of Yahoo!'s n...
2011 Sep 09
1
1 TByte (99,5%) data missing on rsync backup???
...+++++ home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/CWI.so 2011/09/09 03:36:13 [5910] >f+++++++++ home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/DEC-MCS.so 2011/09/09 03:36:13 [5910] >f+++++++++ home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/EBCDIC-AT-DE-A.so 2011/09/09 03:36:13 [5910] >f+++++++++ home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/EBCDIC-AT-DE.so 2011/09/09 03:36:13 [5910] >f+++++++++ home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/EBCDIC-CA-FR.so 2011/09/09 03:36:13 [5910] >f+++++++++ ho...
1998 Jul 24
1
Anybody want EBCDIC Support for Samba 1.9.18?
We've ported samba 1.9.18p1 to OS/390 Unix (nee MVS), and it seems to be very much in demand among the mainframe folks. We'd like to integrate our changes back into the mainline development stream. Our changes consist entirely of patches to ensure that the code works on an EBCDIC system, as well as a new facility that allows for ASCII/EBCDIC data conversion on the fly for files identified as "text" so that data can be shared between clients and people that log directly onto the server. Any takers? - David -- David J. Fiander | Mortice Kern Systems Inc...
2020 Jun 10
9
RFC: Adding support for the z/OS platform to LLVM and clang
...e z/OS platform to LLVM and Clang. Our goal is to have a viable C and C++ LLVM compiler and runtime library that generates code for, and runs on z/OS. Long term, we expect to have a compiler and library that supports the platform more fully. We intend to support the native character encoding (EBCDIC), file system - z/OS UNIX System Services (z/OS UNIX) files and datasets, addressing modes (31-bit and 64-bit, and possibly 24-bit), different floating and fixed point formats, systems programming capabilities, language co-processors, and generating code output in the z/OS object file formats (...
2010 Apr 29
1
EBCDIC
Does R have package/function that can read a file that has been downloaded from a mainframe in EBCDIC format? Thanks, Mike [[alternative HTML version deleted]]
2002 Nov 21
0
smbclient connection problem from MVS to Windows suspect EBCDIC to ASCII conversion problem
...from a UNIX box will connect with no errors. I'm not in front of the machine at the moment but the error that I see implies that soem systems require all UPPER CASE passwords and service specifications. I thought that this might be a password mangling issue created by the transformation of EBCDIC characters into ASCII. SO I set about installing L0phtcrack on the target server in order that I might capture the incoming crededtials. I then set the password on the share to "PASSWORD" (chosen to be easy to crack), and "hey presto" when I run the test the crack fails which I...
2003 Dec 19
2
SSH for OS/390 (ODBC SSH-Tunneling to OS/390)
...that is providing the ODBC listener on the Mainframe side says they can provide SSL encryption as an alternative, but there are no SSL-enabled ODBC drivers on the distributed side that we can find. We hoped we could use SSH-tunneling, but it appears the only 'obvious' implementation has EBCDIC-ASCII issues, and so can't handle binary (now, I don't know for sure that ODBC is binary, but I'm hedging my bets.) I saw on a website that you have been looking at this, and I was wondering if you have implemented it to a level which we can try it out, or can point us in the right di...
2004 May 04
0
Character, Codepage Problems?
...v from http://freshmeat.net/projects/libiconv/ for better charset compatibility! : : AIX has the integrated command iconv: root@cosct-srv >lslpp -L | grep -i iconv bos.iconv.com 5.1.0.50 C F Common Language to Language bos.iconv.de_DE 5.1.0.0 C F EBCDIC & ASCII Language bos.iconv.ucs.com 5.1.0.50 C F Unicode Base Converters for bos.iconv.ucs.ebcdic 5.1.0.0 C F Unicode Converters for EBCDIC bos.iconv.ucs.pc 5.1.0.0 C F Unicode Converters for bos.rte.iconv 5.1.0.25 C...
2020 Oct 02
2
[RFC] Adding a char set converter to Support library
Hi! On z/OS, there is the need to convert strings from EBCDIC to UTF-8 and vice versa. Using the POSIX iconv functions has some challenges, so I created a small wrapper around this functionality to get the same result on all platforms. This functionality is required for reading and writing GOFF object files and can also be used in the frontend. I put up t...
2020 Oct 02
2
[RFC] Adding a char set converter to Support library
...a char set converter to Support library As far as I remember, libiconv is under LGPL. Will this cause any troubles? On Fri, Oct 2, 2020 at 7:13 PM Kai Peter Nacke via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi! > > On z/OS, there is the need to convert strings from EBCDIC to UTF-8 and > vice versa. > Using the POSIX iconv functions has some challenges, so I created a small > wrapper > around this functionality to get the same result on all platforms. This > functionality > is required for reading and writing GOFF object files and can also be used...
2001 Nov 16
1
OpenSSH 2.9.9.p2 port to IBM OS/390 Unix System Services
...Unix Systems Services on IBM mainframes running OS/390. I have a version which seems to work with SSH 1 and 2, and most of the ancillary programs seem to work as well. I'd really like to see the changes (which mostly have to do with deciding which things need to be translated between ASCII and EBCDIC) incorporated into the source base. What is the best way to go about this? What does the release schedule (if such a thing exists) look like? Richard Shapiro rashapiro83 at alum.mit.edu
2016 Nov 24
17
[Bug 2643] New: Can not ssh with tr_TR.UTF-8 locale (Bad configuration options)
https://bugzilla.mindrot.org/show_bug.cgi?id=2643 Bug ID: 2643 Summary: Can not ssh with tr_TR.UTF-8 locale (Bad configuration options) Product: Portable OpenSSH Version: 7.3p1 Hardware: amd64 OS: Linux Status: NEW Severity: major Priority: P5 Component: ssh
2020 Jun 11
2
RFC: Adding support for the z/OS platform to LLVM and clang
...org> > Date: 10.06.2020 23:52 > Subject: [EXTERNAL] Re: [llvm-dev] RFC: Adding support for the z/OS > platform to LLVM and clang > > On Wed, Jun 10, 2020 at 3:11 PM Kai Peter Nacke via llvm-dev <llvm- > dev at lists.llvm.org> wrote: > 2) Add patches to Clang to allow EBCDIC and ASCII (ISO-8859-1) encoded > input source files. This would be done at the file open time to allow the > rest of Clang to operate as if the source was UTF-8 and so require no > changes downstream. Feedback on this plan is welcome from the Clang > community. > Is there a stat...
2003 Oct 08
4
OS/390 openssh
Hello Steve, Hello OpenSSH-portable developers, I am building OpenSSH for our (EBCDIC-based) BS2000 mainframe operating system, and I noticed you do the same for OS/390. Because my initial ssh port was based on IBM's OSS port (ssh-1.2.2 or some such), I thought it was fair enough to help with a little co-operation; we might come up with a unified EBCDIC patch which could be con...
2005 Apr 18
0
ESS 5.2.7 released
...eanup)', called from ess-quit, now depends on the new customizable variable `ess-S-quit-kill-buffers-p' which defaults to `nil'. Consequently, the question _"Delete all buffers associated with ..?"_ will not be asked anymore by default. * ESS[SAS] - ess-ebcdic-to-ascii-search-and-replace will now work with the `recode' application as well which is available on many platforms * ESS[S] (incl. R): Name completion for slots of S4 objects now works! Changes/New Features in 5.2.4: * The documentation now includes an overview of ho...
2008 Jan 25
1
OpenSSH for OS/390
...ve been trying to compile OpenSSH_4.7p1 for OS/390 and got really stuck. IBM released a build of v3.8.1p1 several years ago, but I do not know whether anyone else has ever managed to compile it for OS/390 or OS/z. The first problem is that the build apparently performs ssh transport exchange using EBCDIC character encoding instead of ASCII (which breaks RFC 4253) and I am not sure how to do the conversion properly so that it will not corrupt truely binary data. The second problem is that connection fails even for ssh client and deamon that belong to the same build. Here is the output of sshd (the...
2017 Nov 28
2
[PATCH v4] s390/virtio: add BSD license to virtio-ccw
The original intent of the virtio header relicensing from 2008 was to make sure anyone can implement compatible devices/drivers. The virtio-ccw was omitted by mistake. We have an ack from the only contributor as well as the maintainer from IBM, so it's not too late to fix that. Make it dual-licensed with GPLv2, as the whole kernel is GPL2. Acked-by: Christian Borntraeger <borntraeger at
2017 Nov 28
2
[PATCH v4] s390/virtio: add BSD license to virtio-ccw
The original intent of the virtio header relicensing from 2008 was to make sure anyone can implement compatible devices/drivers. The virtio-ccw was omitted by mistake. We have an ack from the only contributor as well as the maintainer from IBM, so it's not too late to fix that. Make it dual-licensed with GPLv2, as the whole kernel is GPL2. Acked-by: Christian Borntraeger <borntraeger at
2020 Feb 24
5
IBM C/C++ and Fortran compilers to adopt LLVM open source infrastructure
<div class="socmaildefaultfont" dir="ltr" style="font-family:Arial, Helvetica, sans-serif;font-size:9pt" ><div dir="ltr" >Hi all,</div> <div dir="ltr" >I'm very excited to be able to share this with everyone. </div> <div dir="ltr" > </div> <div dir="ltr" >IBM announced this