search for: strtonum

Displaying 20 results from an estimated 23 matches for "strtonum".

2005 Oct 14
11
[Bug 1104] Compile error "ldLL" not declared in strtonum.c under Tru64 Unix 4.0f
http://bugzilla.mindrot.org/show_bug.cgi?id=1104 Summary: Compile error "ldLL" not declared in strtonum.c under Tru64 Unix 4.0f Product: Portable OpenSSH Version: 4.2p1 Platform: Alpha OS/Version: OSF/1 Status: NEW Severity: critical Priority: P2 Component: Build system AssignedTo: bitbucket a...
2010 Nov 02
1
SFTP subsystem and umask
...that the -u parameter to the sftp-server or internal-sftp subsystem is not working correctly. For openssh-5.6p1 I believe that the problem lies in this code, starting at line 1414 in sftp-server.c: ---------------------------------------------------------- case 'u': mask = (mode_t)strtonum(optarg, 0, 0777, &errmsg); if (errmsg != NULL) fatal("Invalid umask \"%s\": %s", optarg, errmsg); (void)umask(mask); break; ---------------------------------------------------------- I think that adherence to strto...
2005 Sep 29
3
[Bug 1096] ssh-keygen broken on HPUX
...: P2 Component: ssh-keygen AssignedTo: bitbucket at mindrot.org ReportedBy: o.flebbe at science-computing.de Hi, ssh-keygen is broken on HP-UX. For instance >ssh-keygen -t dsa -b1024 Bits has bad value 1024 (too small) Reason: usage of openbsd replacement of _both_ strtonum and strtoll: The protoype of strtoll is missing from openbsd-compat.h so strtonum is miscompiled. This should affact all platforms without both "strtonum" and "strtoll". Patch appended. ------- You are receiving this mail because: ------- You are the assignee for the bug,...
2006 Apr 18
0
configure sys/audit.h WARNING
...ght. Other than that, it appears to be working. The lack of a prototype in scope for the emulated strerror() function causes a lot of warnings over printf formats. Fortunately, sizeof(char *) == sizeof(int), so it ends up working anyway, but you may want to fix that. I did have one problem with strtonum() alreays returning "too small", even if the input value is in range or ridiculously too large. E.g. ssh-keygen -b 99999 prints "Bits has bad value 99999 (too small)". I suspect this is a GCC long long bug; I'm using a truly ancient version of gcc. Changing strtonum() to us...
2006 Mar 15
0
build world failed on pflogd
...es -Wshadow -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/sbin/pflogd/../../contrib/pf/pflogd/pflogd.c /usr/src/sbin/pflogd/../../contrib/pf/pflogd/pflogd.c: In function `main': /usr/src/sbin/pflogd/../../contrib/pf/pflogd/pflogd.c:572: warning: passing arg 4 of `strtonum' from incompatible pointer type /usr/src/sbin/pflogd/../../contrib/pf/pflogd/pflogd.c:581: warning: passing arg 4 of `strtonum' from incompatible pointer type *** Error code 1 Stop in /usr/src/sbin/pflogd. *** Error code 1 Stop in /usr/src/sbin. *** Error code 1 Stop in /usr/src. *** Err...
2010 Dec 15
2
Building RPM for Openssh5.6p1 fails on RHEL 6.0
All, I am trying to build openssh-5.6p1 using the SPEC file on RHEL 6 and I am receiving this error: [root@**** SPECS]# rpmbuild -bb openssh.spec error: line 47: Unknown tag: Copyright : BSD Also, I read that the umask functionality in this one has issues. Does it work in the 5.5 source? Any help would be appreciated.
2009 Sep 11
1
Quo vadis?
Hi, In the course of my experiments with rt kernels it so happens that the gui versions of tuna built from upstream (RHEL, F11) SRPMs show wrong affinity settings for IRQ threads. Where would be a proper place to report this and get some help on other rt-related issues? Thanks, Sasha
2007 Jul 30
4
[Bug 1347] New: LLONG_MAX v LONGLONG_MAX
...Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: bitbucket at mindrot.org ReportedBy: David.Leonard at quest.com On AIX, LLONG_MAX is known as LONGLONG_MAX /data/rc/u/davidl/openssh/openssh/openbsd-compat/regress/strtonumtest.c: In function `test': /data/rc/u/davidl/openssh/openssh/openbsd-compat/regress/strtonumtest.c:32: warning: implicit declaration of function `strtonum' /data/rc/u/davidl/openssh/openssh/openbsd-compat/regress/strtonumtest.c: In function `main': /data/rc/u/davidl/openssh/openssh/ope...
2008 Jan 08
2
have configure generate header dependencies automatically
...PAT_INCLUDES@ OPENBSD=base64.o basename.o bindresvport.o daemon.o dirname.o getcwd.o getgrouplist.o getopt.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sha2.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o strtonum.o strtoll.o strtoul.o vis.o @@ -22,14 +23,14 @@ COMPAT=bsd-arc4random.o bsd-asprintf.o b PORTS=port-aix.o port-irix.o port-linux.o port-solaris.o port-tun.o port-uw.o -.c.o: +.c.o: ../config.h $(COMPAT_INCLUDES) $(CC) $(CFLAGS) $(CPPFLAGS) -c $< all: libopenbsd-compat.a -$(COMPAT):...
2005 Sep 30
20
[Bug 1047] [RELENG] Bugs planned to be fixed for the 4.3 release
http://bugzilla.mindrot.org/show_bug.cgi?id=1047 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[RELENG] Bugs planned to be |[RELENG] Bugs planned to be |fixed for the release after |fixed for the 4.3 release |4.1
2006 Feb 06
1
Compile warning report of openssh 4.3p1 on Intel Macs
...es checking for sigaction... yes checking for sigvec... yes checking for snprintf... yes checking for socketpair... yes checking for strdup... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for strmode... yes checking for strnvis... no checking for strtonum... no checking for strtoll... yes checking for strtoul... yes checking for sysconf... yes checking for tcgetpgrp... yes checking for truncate... yes checking for unsetenv... yes checking for updwtmpx... no checking for vasprintf... yes checking for vhangup... no checking for vsnprintf... yes checki...
2006 Apr 23
0
Configuration Warnings OpenSSH 4.3p2
...es checking for sigaction... yes checking for sigvec... yes checking for snprintf... yes checking for socketpair... yes checking for strdup... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for strmode... yes checking for strnvis... no checking for strtonum... no checking for strtoll... yes checking for strtoul... yes checking for sysconf... yes checking for tcgetpgrp... yes checking for truncate... yes checking for unsetenv... yes checking for updwtmpx... no checking for vasprintf... yes checking for vhangup... no checking for vsnprintf... yes checki...
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
..... yes checking for socketpair... yes checking for statfs... no checking for statvfs... yes checking for strdup... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for strmode... no checking for strnvis... no checking for strptime... yes checking for strtonum... no checking for strtoll... yes checking for strtoul... yes checking for swap32... no checking for sysconf... yes checking for tcgetpgrp... yes checking for timingsafe_bcmp... no checking for truncate... yes checking for unsetenv... yes checking for updwtmpx... no checking for user_from_uid... no...
2010 Feb 27
24
Call for testing: OpenSSH-5.4
Hi, OpenSSH 5.4 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a big release, with a number of major new features and many bug fixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH
2019 Sep 13
4
[9.0.0 Release] Release Candidate 5 is here
Hello everyone, 9.0.0-rc5 was just tagged from the release_90 branch at r371837. In the Git monorepo, it's tagged as llvmorg-9.0.0-rc5. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc5 Binaries will be added as they become available. There is only a single change from rc4 to rc5. Once more, the hope is that this will be the last release candidate and that we can
2019 Dec 14
5
LLVM 9.0.1-rc3 has been tagged
Hi, I've just tagged LLVM 9.0.1-rc3. Testers can begin testing and uploading binaries. This will be the last release candidate unless there is a major problem. I'm planning to tag the final release on Dec 19. -Tom
2019 Sep 10
15
[9.0.0 Release] Release Candidate 4 is here
Hello again, 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be added as they become available. There are not a lot of changes from rc3 to rc4, and there are again no open release blockers, so I'm hoping this will be the last
2019 Nov 23
5
LLVM 9.0.1-rc1 Release has been tagged
Hi, I've tagged the LLVM 9.0.1-rc1 release. Testers can begin testing and upload binaries. I've also updated the test-release.sh script to pull from GitHub instead of SVN, if you run into any issues with the new script, let me know. -Tom
2019 Dec 20
7
LLVM 9.0.1-final has been tagged
Hi, I've just tagged the 9.0.1-final release. Testers can begin uploading binaries. -Tom
2019 Aug 30
9
[9.0.0 Release] Release Candidate 3 is here
Hello everyone, 9.0.0-rc3 was tagged today from the release_90 branch at r370450. In the Git monorepo, it's tagged as llvmorg-9.0.0-rc3. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc3 Binaries will be added as they become available. There are currently no open release blockers, which means if nothing new comes up, the final release could ship soon and this is