Displaying 11 results from an estimated 11 matches for "ftp_readdir".
2013 Jun 10
2
[5.10] PXE + dhcp opts 209, 210 and path issues in tftp/http
On Sat, 08 Jun, at 11:57:34AM, Gene Cumm wrote:
> To minimize impact and convey the extent of the change, perhaps change to
> ';' immediately and make another release, probably 5.20 and this week.
This chunk of ftp_readdir() caught my eye,
} else if ((p = strchr(buf, ';'))) {
/* VMS/Multinet format */
if (p > buf+4 && !memcmp(p-4, ".DIR", 4)) {
type = 'd';
p -= 4;
} else {
type = 'f';
}
*p = '\0';
name = buf;
Now, I...
2015 Feb 09
5
extlinux installer build failed
...nc.o
lwip/src/core/pbuf.o lwip/src/core/sys.o lwip/src/api/netdb.o
lwip/src/api/tcpip.o lwip/src/api/sockets.o lwip/src/api/netbuf.o
lwip/src/api/netifapi.o lwip/src/api/err.o lwip/src/api/api_msg.o
lwip/src/api/api_lib.o lwip/src/arch/sys_arch.o fs/pxe/core.o
fs/pxe/dnsresolv.o fs/pxe/ftp.o fs/pxe/ftp_readdir.o fs/pxe/gpxeurl.o
fs/pxe/http.o fs/pxe/http_readdir.o fs/pxe/idle.o fs/pxe/isr.o
fs/pxe/tcp.o
ranlib liblpxelinux.a
nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
-DHEXDATE="0x54d7efa1" \
-Di386 \
-I/sources/syslinux-6.03/core/ \
-l ldlinux.lsr -o ldlin...
2015 Feb 09
0
extlinux installer build failed
...buf.o lwip/src/core/sys.o lwip/src/api/netdb.o
> lwip/src/api/tcpip.o lwip/src/api/sockets.o lwip/src/api/netbuf.o
> lwip/src/api/netifapi.o lwip/src/api/err.o lwip/src/api/api_msg.o
> lwip/src/api/api_lib.o lwip/src/arch/sys_arch.o fs/pxe/core.o
> fs/pxe/dnsresolv.o fs/pxe/ftp.o fs/pxe/ftp_readdir.o fs/pxe/gpxeurl.o
> fs/pxe/http.o fs/pxe/http_readdir.o fs/pxe/idle.o fs/pxe/isr.o
> fs/pxe/tcp.o
> ranlib liblpxelinux.a
>
> nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
> -DHEXDATE="0x54d7efa1" \
> -Di386 \
> -I/sources/syslinux-6...
2015 Feb 09
1
extlinux installer build failed
...sys.o lwip/src/api/netdb.o
> > lwip/src/api/tcpip.o lwip/src/api/sockets.o lwip/src/api/netbuf.o
> > lwip/src/api/netifapi.o lwip/src/api/err.o lwip/src/api/api_msg.o
> > lwip/src/api/api_lib.o lwip/src/arch/sys_arch.o fs/pxe/core.o
> > fs/pxe/dnsresolv.o fs/pxe/ftp.o fs/pxe/ftp_readdir.o
> > fs/pxe/gpxeurl.o fs/pxe/http.o fs/pxe/http_readdir.o fs/pxe/idle.o
> > fs/pxe/isr.o fs/pxe/tcp.o
> > ranlib liblpxelinux.a
> >
> > nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
> > -DHEXDATE="0x54d7efa1" \
> > -Di3...
2013 Jun 10
0
[5.10] PXE + dhcp opts 209, 210 and path issues in tftp/http
On 06/10/2013 06:35 AM, Matt Fleming wrote:
> On Sat, 08 Jun, at 11:57:34AM, Gene Cumm wrote:
>> To minimize impact and convey the extent of the change, perhaps change to
>> ';' immediately and make another release, probably 5.20 and this week.
>
> This chunk of ftp_readdir() caught my eye,
>
> } else if ((p = strchr(buf, ';'))) {
> /* VMS/Multinet format */
> if (p > buf+4 && !memcmp(p-4, ".DIR", 4)) {
> type = 'd';
> p -= 4;
> } else {
> type = 'f';
> }
>...
2013 Jun 08
3
[5.10] PXE + dhcp opts 209, 210 and path issues in tftp/http
On 06/07/2013 03:34 PM, Ady wrote:
>
> If I may...
>
> Most Linux distros are not using 5.xx yet. From the point of view of
> the final user, there are still few new features in 5.xx in
> comparison with 4.xx. Before this issue affects more users, and
> perhaps even turning into more difficult maintenance and patches, it
> may be better to suffer a relatively
2013 Jun 29
0
Syslinux 6.00 released
.../core//fs/ext2/bmap.o
/tmp/syslinux/efi64/efi/../core/fs/pxe/pxe.o
/tmp/syslinux/efi64/efi/../core/fs/pxe/tftp.o
/tmp/syslinux/efi64/efi/../core/fs/pxe/urlparse.o
/tmp/syslinux/efi64/efi/../core/fs/pxe/dhcp_option.o
/tmp/syslinux/efi64/efi/../core/fs/pxe/ftp.o
/tmp/syslinux/efi64/efi/../core/fs/pxe/ftp_readdir.o
/tmp/syslinux/efi64/efi/../core/fs/pxe/http.o
/tmp/syslinux/efi64/efi/../core/fs/pxe/http_readdir.o
/tmp/syslinux/efi64/com32/lib/memcpy.o
/tmp/syslinux/efi64/com32/lib/memset.o
/tmp/syslinux/efi64/com32/lib/memcmp.o
/tmp/syslinux/efi64/com32/lib/printf.o
/tmp/syslinux/efi64/com32/lib/strncmp.o
/...
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
...= \
$(addprefix $(SRC)/fs/pxe/, dhcp_option.c pxe.c tftp.c urlparse.c bios.c)
LPXELINUX_CSRC = $(CORE_PXE_CSRC) \
- $(shell find $(SRC)/lwip -name '*.c' -print) \
+ $(shell find $(SRC)/lwip -name '*.c' -print | sort) \
$(addprefix $(SRC)/fs/pxe/, \
core.c dnsresolv.c ftp.c ftp_readdir.c gpxeurl.c http.c \
http_readdir.c idle.c isr.c tcp.c)
PXELINUX_CSRC = $(CORE_PXE_CSRC) \
- $(shell find $(SRC)/legacynet -name '*.c' -print)
+ $(shell find $(SRC)/legacynet -name '*.c' -print | sort)
LPXELINUX_OBJS = $(subst $(SRC)/,,$(LPXELINUX_CSRC:%.c=%.o))
PXELINUX_O...
2013 Mar 28
1
Makefile race condition with parallel make
.../src/core/tcp_out.o ./lwip/src/api/api_lib.o ./lwip/src/api/netdb.o ./lwip/src/api/tcpip.o ./lwip/src/api/err.o ./lwip/src/api/sockets.o ./lwip/src/api/netifapi.o ./lwip/src/api/netbuf.o ./lwip/src/api/api_msg.o ./lwip/src/arch/sys_arch.o ./fs/pxe/core.o ./fs/pxe/dnsresolv.o ./fs/pxe/ftp.o ./fs/pxe/ftp_readdir.o ./fs/pxe/gpxeurl.o ./fs/pxe/http.o ./fs/pxe/http_readdir.o ./fs/pxe/idle.o ./fs/pxe/isr.o ./fs/pxe/tcp.o
ar: ./fs/pxe/dhcp_option.o: No such file or directory
make[1]: *** [liblpxelinux.a] Error 1
Scanning back through the build log showed that earlier in the build it
built fs/pxe/dhcp_option.o,...
2013 Jun 29
6
Syslinux 6.00 released
On Sat, 29 Jun, at 01:57:58AM, Igor Sverkos wrote:
> Hi,
>
> Matt Fleming wrote:
> > On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote:
> >> Thanks - now it crashes later ...
> >
> > What crash are you seeing?
> >
> >> I don't have the ia64 files which are needed for a complete binary. But
> >> maybe that's only my special
2015 Sep 24
0
[PATCH] com32/disk: add UEFI support
...turn -1;
+ ret = memcmp(buf, rb, count * diskinfo->bps);
+ free(rb);
+ return ret ? -1 : 0;
+}
diff --git a/efi/Makefile b/efi/Makefile
index bbf23f2..0c18d14 100644
--- a/efi/Makefile
+++ b/efi/Makefile
@@ -42,6 +42,7 @@ CORE_OBJS += $(addprefix $(OBJ)/../core/, \
fs/pxe/ftp.o fs/pxe/ftp_readdir.o fs/pxe/http.o fs/pxe/http_readdir.o)
LIB_OBJS = $(addprefix $(objdir)/com32/lib/,$(CORELIBOBJS)) \
+ $(addprefix $(objdir)/com32/lib/,$(LIBOTHER_OBJS)) \
$(LIBEFI)
CSRC = $(wildcard $(SRC)/*.c)
diff --git a/efi/check-gnu-efi.sh b/efi/check-gnu-efi.sh
index 7d99e9a..67fe67d 100755
--- a/ef...