search for: b64_pton

Displaying 11 results from an estimated 11 matches for "b64_pton".

2003 Jan 13
0
SX-6 port of openssh, configure problems
When we were porting OpenSSH on SX, we had similar problem. And when we did #undef HAVE_B64_NTOP in config.h, we faced linking problem as b64_pton() multiply defined, in base64.c and in libc.a. So we modified configure to check both the functions b64_pton() and b64_ntop(). But we gave priority to native function if available. Following are the diffs of three files we changed 1. configure (line modified) 5949c5949 < for ac_func in arc4ran...
2003 Mar 31
2
basename() in libgen
IRIX 6.5 has the basename() function in libgen. SYNOPSIS cc [flag ...] file ... -lgen [library ...] #include <libgen.h> char *basename (char *path); -- ayamura
2012 Nov 28
1
Build error of NSD4 on Debian Squeeze
Hello World, I am trying to build NSD4 on Debian Squeeze and I get the following errors when running `make`. ``` $ pwd /home/wiz/src/nsd/tags/NSD_4_0_0_imp_5 $ make [... output omitted ...] gcc -g -O2 -o nsd-checkconf answer.o axfr.o buffer.o configlexer.o configparse acket.o query.o rbtree.o radtree.o rdata.o region-allocator.o tsig.o tsig-opens 4_pton.o b64_ntop.o -lcrypto configparser.o: In
2001 Feb 17
2
Small aix patch to configure.in
The following aix patch to configure.in forces /usr/include to be searched before /usr/local/include on AIX systems only. This allows the normal include rules to untangle <login.h> from "login.h" on AIX when using the AIX cc compiler or gcc. Please see that it gets applied to the current cvs source tree. It fixes the only compile time error the current cvs tree has on aix with
2001 Sep 28
0
openssh-2.9.9p2 subscript violation problems with ctype macros
...enbsd-compat/base64.c,v retrieving revision 2.9.9.2 retrieving revision 2.9.9.2.0.1 diff -pu -r2.9.9.2 -r2.9.9.2.0.1 --- openbsd-compat/base64.c 2001/01/31 21:52:03 2.9.9.2 +++ openbsd-compat/base64.c 2001/09/28 18:48:11 2.9.9.2.0.1 @@ -199,7 +199,8 @@ b64_ntop(u_char const *src, size_t srcle int b64_pton(char const *src, u_char *target, size_t targsize) { - int tarindex, state, ch; + int tarindex, state; + unsigned char ch; char *pos; state = 0; =================================================================== RCS file: openbsd-compat/inet_aton.c,v retrieving revision 2.9.9.2 retrieving re...
2003 Sep 17
5
problems with 3.7.1p1 on IRIX (again)
Hi, I've seen a few messages re. problems with 3.7.1p1 on IRIX 6.5... I'm using 6.5.19 and having no trouble compiling, installing and starting, but sshd just closes the connection with no explanation. debug/verbose modes don't seem to give any clues. Darren Tucker suggested defining BROKEN_GETADDRINFO in config.h, but I find that compilation then fails (assuming I've implemented
2003 Jun 22
2
Problem with Configure
...gwtmp... yes checking for strftime... yes checking for GLOB_ALTDIRFUNC support... yes checking for gl_matchc field in glob_t... no checking whether struct dirent allocates space for d_name... yes checking for arc4random... no checking for __b64_ntop... yes checking for b64_ntop... no checking for __b64_pton... yes checking for b64_pton... no checking for basename... no checking for bcopy... yes checking for bindresvport_sa... no checking for clock... yes checking for fchmod... yes checking for fchown... yes checking for freeaddrinfo... yes checking for futimes... no checking for gai_strerror... yes ch...
2006 Feb 06
1
Compile warning report of openssh 4.3p1 on Intel Macs
...NC support... no checking for gl_matchc field in glob_t... no checking whether struct dirent allocates space for d_name... yes checking for /proc/pid/fd directory... no checking for arc4random... yes checking for asprintf... yes checking for b64_ntop... no checking for __b64_ntop... no checking for b64_pton... no checking for __b64_pton... no checking for bcopy... yes checking for bindresvport_sa... yes checking for clock... yes checking for closefrom... no checking for dirfd... no checking for fchmod... yes checking for fchown... yes checking for freeaddrinfo... yes checking for futimes... yes checki...
2006 Apr 23
0
Configuration Warnings OpenSSH 4.3p2
...gl_matchc field in glob_t... no checking whether struct dirent allocates space for d_name... yes checking for /proc/pid/fd directory... no checking for libwrap... yes checking for arc4random... yes checking for asprintf... yes checking for b64_ntop... no checking for __b64_ntop... yes checking for b64_pton... no checking for __b64_pton... yes checking for bcopy... yes checking for bindresvport_sa... yes checking for clock... yes checking for closefrom... no checking for dirfd... no checking for fchmod... yes checking for fchown... yes checking for freeaddrinfo... yes checking for futimes... yes check...
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
...ross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME checking for /proc/pid/fd directory... yes checking for arc4random... no checking for arc4random_buf... no checking for arc4random_uniform... no checking for asprintf... no checking for b64_ntop... no checking for __b64_ntop... yes checking for b64_pton... no checking for __b64_pton... yes checking for bcopy... yes checking for bindresvport_sa... yes checking for clock... yes checking for closefrom... no checking for dirfd... yes checking for fchmod... yes checking for fchown... yes checking for freeaddrinfo... yes checking for fstatvfs... yes che...
2003 Jun 24
20
[Bug 601] configure script doesen't setup preprocessor flags properly
...ime... yes checking for GLOB_ALTDIRFUNC support... no checking for gl_matchc field in glob_t... no checking whether struct dirent allocates space for d_name... no checking for s/key support... yes checking for arc4random... no checking for __b64_ntop... no checking for b64_ntop... no checking for __b64_pton... no checking for b64_pton... no checking for basename... no checking for bcopy... yes checking for bindresvport_sa... no checking for clock... yes checking for fchmod... yes checking for fchown... yes checking for freeaddrinfo... no checking for futimes... no checking for gai_strerror... no check...