search for: http_bake_cookies

Displaying 4 results from an estimated 4 matches for "http_bake_cookies".

2013 Nov 21
2
Baking Cookies
...utside of an inline SYSAPPEND call just gives me an "Error: An undefined symbol was referenced" > > I'm using 6.02 and lpxelinux.0; Loading lpxelinux.0 over tftp, kernel/initrd over http (see below) > Hmm... I wonder if we are missing an __export in http.c: __export void http_bake_cookies(void) If you have the ability to rebuild Syslinux, could you try adding the above and see if it helps? -hpa
2013 Nov 21
0
Baking Cookies
...59:03.000000000 -0400 +++ syslinux-6.02-changed/com32/include/syslinux/pxe_api.h 2013-11-21 17:00:57.379519000 -0500 @@ -589,7 +589,7 @@ void __weak unload_pxe(uint16_t flags); uint32_t __weak dns_resolv(const char *); -uint32_t __weak SendCookies; +extern uint32_t SendCookies; void __weak http_bake_cookies(void); #endif /* _SYSLINUX_PXE_API_H */ --- syslinux-6.02/core/fs/pxe/http.c 2013-10-13 13:59:03.000000000 -0400 +++ syslinux-6.02-changed/core/fs/pxe/http.c 2013-11-21 17:18:40.026705000 -0500 @@ -121,7 +121,7 @@ return n; } -void http_bake_cookies(void) +__export void http_bake_co...
2013 Nov 20
2
Baking Cookies
I think my oven is broken, but maybe I have the recipe wrong. I've been trying to utilize the lwIP stack and dmi information to avoid iPXE use. I can do a SYSAPPEND 0x00080 and it shows up in /proc/cmdline after booting the kernel, but tcpdump is not revealing the cookies as described during HTTP calls in the documentation. Trying the magic "SENDCOOKIES" parameter outside of an
2013 Nov 20
0
Baking Cookies
...utside of an inline SYSAPPEND call just gives me an "Error: An undefined symbol was referenced" > > I'm using 6.02 and lpxelinux.0; Loading lpxelinux.0 over tftp, kernel/initrd over http (see below) > Hmm... I wonder if we are missing an __export in http.c: __export void http_bake_cookies(void) If you have the ability to rebuild Syslinux, could you try adding the above and see if it helps? -hpa