pppd and routing table id

2010-04-28 Thread Denis Doroshenko
Hi, the pppd is horrible, but it is still usable :-) With introduction of multiple routing tables the pppd is lacking the support of that stuff. the most obvious thing is something like: Index: sys-bsd.c === RCS file: /home/cyxob/cvs

Re: enhancing i386 mbr.S

2010-02-21 Thread Denis Doroshenko
as far as i remember, MBR code is as compact as possible, since the space is limited. would it be appropriate to twist some code in order to win some space? like the following: On 2/21/10, Giuseppe Magnotta wrote: ... > movw$NDOSPART, %cx > + xorw%ax, %ax > + xorw

tcpdump privsep design

2010-01-15 Thread Denis Doroshenko
Hi! I'd like to give some colleagues possibility to analyze and dump net traffic to files, but it seems that in order to do that I need to allow them to run a piece of software as root, when the software has a possibility to write to a user-defined file and it does it as root. In this case I belie