Re: getting the running patch level

2012-08-13 Thread Manolis Kiagias
On 13/08/2012 22:27, Dag-Erling Smørgrav wrote: Jason Hellenthal writes: Could I suggest... the same way that /etc/motd is already updated ? You could, but it wouldn't be very helpful, since /etc/rc.d/motd uses uname(1), which returns the kernel version. On the contrary, once /etc/issue is in

Re: Recent full disclosure post - Local DOS

2011-01-28 Thread Manolis Kiagias
On 01/28/2011 07:38 PM, Tom Judge wrote: This is an IPPROTO_TCP, TCP_NOPUSH with an optval of 0. Can you try making a far simpler program that just does: int optval, s; s = socket(PF_INET, SOCK_STREAM, 0); if (s< 0) err(1, "socket"); optval =

rtld patch for 7.2-RELEASE

2009-12-02 Thread Manolis Kiagias
Just noted that the patch posted here cannot be applied directly to 7.2-RELEASE. Just crafted this one for 7.2: http://people.freebsd.org/~manolis/rtld72.patch ___ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs