similar to: Support for non-8-bit char?

Displaying 20 results from an estimated 200000 matches similar to: "Support for non-8-bit char?"

2001 Oct 10
2
integer decoder
Is anyone working on an Ogg Vorbis decoder that uses only integer arithmetic? Would it be hard to do? It will be required at some point (for example, many portable MP3 players are based on an ARM processor without the floating-point coprocessor), but I don't claim that now is the time to start work on such a thing. I'm just curious. Edmund --- >8 ---- List archives:
2024 Jul 14
1
Splitting of sshd binaries in 9.8?
I realize that the splitting of the sshd binaries is a work in progress. Nonetheless I am trying to make a diagram of the situation as of 9.8. How close have I gotten? Is it correct that currently for a basic session, binaries are run four ways? 1. A privileged binary to listen for incoming connections (66717 below) 2. A privileged session monitor to track the session, for the duration of the
2012 Nov 01
2
sftp authentication failure only as cronjob
Hi all, I have a problem using sftp which I cannot get solved even after searching all over the web, so maybe one of you has a useful hint: I want to run a simple script that puts a file on a server using sftp. Keys are setup correctly, everything works fine if I run the script from within a terminal. When I run the same script from the crontab (my personal crontab as user) the script runs fine
2004 May 11
1
openssh3.8p1 passwd -f for uid's longer than 8 char problem
Hi ! Solaris 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-60 Putty 0.53b sshd version OpenSSH_3.8p1, OpenSSL 0.9.7d 17 Mar 2004 While using passwd -f for uid 10 char long, I'm not able to logon again to change password because uid is truncated to 8 char. Incoming packet type 14 / 0x0e (SSH1_SMSG_SUCCESS) Event Log: Allocated pty Outgoing packet type 12 / 0x0c (SSH1_CMSG_EXEC_SHELL) Event
2012 Sep 09
2
Patch for ssh-keygen to allow conversion of public key to openssh format
Hi, I needed to convert a public RSA key to autorized_keys format and found ssh-keygen lacking this feature. I made the option -Q publicfile to allow an conversion like ssh-keygen -Q pubrsa.pem -y The patch is produced using unified diff and made on latest release. If you like it and can make a patch for the man-page also! Regards, /Lars -------------- next part -------------- diff -u
2000 Apr 21
2
OpenSSH and Irix?
I'd like to install openssh across an Irix cluster where I work, but its dependency on an "entropy pool" like /dev/urandom is making this problematic -- especially because EGD has issues with Irix that making it largely unusable. Obviously, the original ssh relied on its own random number generator. While this may not have provided the same degree of randomness that is provided by
2025 Apr 05
1
Increasing log levels in sshd via sshd_config(5)
Perhaps I have set something incorrectly as I seem to be unable to increase the log level for sshd(8) by setting it in sshd_config(5) # /usr/sbin/sshd -T | sort | grep log logingracetime 120 loglevel DEBUG2 permitrootlogin yes printlastlog yes syslogfacility AUTH # /usr/sbin/sshd -V OpenSSH_9.9, LibreSSL 4.1.0 # uname -s -r -m OpenBSD 7.7 arm64 # dmesg | head -n 2 OpenBSD 7.7 (GENERIC.MP)
2011 Sep 29
1
sizeof(char)
I was scanning through my config.h and noticed something that startled me a bit. The configure script actually checks what sizeof(char) is, and defines.h relies on this information. This is completely unnecessary. By definition, sizeof(char) is always 1. This is not a matter of opinion; the C standard explicitly states, in ?6.5.3.4 alinea 3, When applied to an operand that has type char,
2003 Oct 07
2
Fwd: Re: Bus Error with OpenSSH 3.7.1p2 on Solaris 8, SPARC 64-bit, YASSP
The following patch appears to fix the BUS error received on Solaris 8. This problem manifests as an immediate disconnect with no apparent cause immediately after authentication with the host. --- Darren Tucker <dtucker at zip.com.au> wrote: > Date: Tue, 30 Sep 2003 09:35:26 +1000 > From: Darren Tucker <dtucker at zip.com.au> > Subject: Re: Bus Error with OpenSSH 3.7.1p2 on
2025 May 21
1
LogLevel INFO shows few details for Certificate invalid: not yet valid / expired
On 4/5/25 15:01, Lars Nood?n wrote: > I notice that when using log level INFO it seems sshd(8) provides very > little information about failed SSH certificate log in attempts: > > Apr? 5 14:44:41 server sshd-session[51695]: error: Certificate invalid: > not yet valid > > Apr? 5 14:45:31 server sshd-session[88953]: error: Certificate invalid: > expired > >
2002 Sep 18
0
[Bug 399] New: Environment size over ~3K char prevents ssh logins
http://bugzilla.mindrot.org/show_bug.cgi?id=399 Summary: Environment size over ~3K char prevents ssh logins Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-unix-dev at mindrot.org
2001 Mar 18
2
char *getusershell();
I experienced a problem compiling openssh_cvs with IRIX 6.5.11f. % cc -version MIPSpro Compilers: Version 7.3.1.2m % cc -n32 -mips3 -O2 -OPT:Olimit=0 ..... -c auth.c cc-1515 cc: ERROR File = auth.c, Line = 100 A value of type "int" cannot be assigned to an entity of type "char *". while ((cp = getusershell()) != NULL) ^ 1 error detected in the
2025 May 22
1
LogLevel INFO shows few details for Certificate invalid: not yet valid / expired
On Wed, 21 May 2025, Lars Nood?n via openssh-unix-dev wrote: > On 4/5/25 15:01, Lars Nood?n wrote: > > I notice that when using log level INFO it seems sshd(8) provides very > > little information about failed SSH certificate log in attempts: > > > > Apr? 5 14:44:41 server sshd-session[51695]: error: Certificate invalid: > > not yet valid > > > >
2007 Feb 01
4
X forwarding: trying to forward to busy local port
Hi, Summary of my problem: Remote X forwarding is apperently randomly impossible for different display numbers. At the end of this mail you will find a recipe for how to reproduce this behaviour easily. I use SuSE 10.2 with the following openssh version: OpenSSH_4.4p1, OpenSSL 0.9.8d 28 Sep 2006 Clients (Linux and Windows (Cygwin)) connect to the server with X-Forwarding enabled
2025 Apr 05
1
LogLevel INFO shows few details for Certificate invalid: not yet valid / expired
I notice that when using log level INFO it seems sshd(8) provides very little information about failed SSH certificate log in attempts: Apr 5 14:44:41 server sshd-session[51695]: error: Certificate invalid: not yet valid Apr 5 14:45:31 server sshd-session[88953]: error: Certificate invalid: expired Likewise for invalid principals: Apr 5 14:46:56 server sshd-session[66692]: error:
2012 May 08
1
Converting a public PEM-file to OpenSSH public file format
Hi, I have made a new option i ssh-keygen, to read a public key in PEM-format and write a public key in openSSH-format. This file can be used to make the authorized_keys file. I needed this function because I made an openssh-client where the private key in a smartcard and therefore not available for ssh-keygen to make the public file.. I can make a patch for this if anyone is interested!
2010 Apr 06
3
Using OpenSSH with smart cards HOWTO
On Tue, 2010-04-06 at 15:52 +0300, Lars Nooden wrote: > You might wish to focus on sftp instead of scp. Okay, I will have a look. I had some problems: 1) I would like to store smart card information -o PKCS11Provider=/usr/lib/opensc-pkcs11.so in /etc/ssh/ssh-config. Is it possible? 2) ssh-add -s does not seem to work. Read:
2005 Apr 12
2
ssh to target, scp back to source in same session without name resolution
Dear OpenSSH-Team, First, thanks a lot for your efforts on OpenSSH, great job! I have a wish: I'd like to be able to connect from my source to a target via ssh, do some stuff on the target, and then copy back some files to the source, all within the same session and without name resolution. "Problem": I'm behind a firewall with my source host, I don't know the name or
2015 Jun 03
5
[PATCH 1/1] Updated opus_types.h to correctly support 8 and 64 bit types.
- Replaced blanket #define of 8 & 64 bit types with typedefs for each platform to match 16 & 32 bit types. - Updated existing typedefs for each platform to fix odd values and improve consistency. --- include/opus_types.h | 125 ++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 100 insertions(+), 25 deletions(-) diff --git a/include/opus_types.h
2001 Jun 02
1
ssh-keygen(1) misinfo: English prose entropy 0.6 - 1.3 b/char!
Quoth manpage: otherwise easily guessable (English prose has only 1-2 bits of entropy per word, and provides very bad passphrases). The passphrase can be Whoever wrote that manpage is either possessed of some amazing human insight to which I am not privvy, chose a very non-representative sample of English prose, or is just plain wrong. I know none of you would ever make such a glaring error,