Re: hacking tftpd to support logging of "file names transfered" to syslog

2005-09-30 Thread Whyzzi
After examining the tcpdump log, I came to the conclusion that the PXE firmware embedded in the Intel network card was too old to be trusted as reliable. For the archives then, the command I used to capture packets with tcpdump was: tcpdump -i fxp0 -n -vvv -XX > tftpbootlog.txt After updating the

Re: hacking tftpd to support logging of "file names transfered" to syslog

2005-09-29 Thread Stuart Henderson
--On 29 September 2005 15:52 -0600, Whyzzi wrote: tcpdump. ARGH! Why the hell didn't I think of that? Currently I'm ;) playing around with a couple of pre-built pxe loadable distrobutions - currently the one in question if ThinBSD (based on FreeBSD, thinstation is quite complicated, and pxelin

Re: hacking tftpd to support logging of "file names transfered" to syslog

2005-09-29 Thread Whyzzi
tcpdump. ARGH! Why the hell didn't I think of that? Currently I'm playing around with a couple of pre-built pxe loadable distrobutions - currently the one in question if ThinBSD (based on FreeBSD, thinstation is quite complicated, and pxelinux has no documentation for setup boot over pxe, other ide

Re: hacking tftpd to support logging of "file names transfered" to syslog

2005-09-29 Thread Stuart Henderson
--On 29 September 2005 14:00 -0600, Whyzzi wrote: Side Note: I would ignore this path completely if someone can offer up a native OpenBSD way of running x86 32bit diskless thin clients connecting to a native AMD64 XWindows terminal server ;) . What's the actual problem you're having? A descrip

hacking tftpd to support logging of "file names transfered" to syslog

2005-09-29 Thread Whyzzi
Using http://marc.theaimsgroup.com/?l=openbsd-bugs&m=99835734606605&w=2 as a guide, I cut and pasted by hand via a couple of xterms into tftpd.c (because quite obviously, the code has changed since the patch was released) . I know really shouldn't be messing around with this stuff. Anyway, I got th