Re: [RFC PATCH 1/4] X.509: Fix leap year handling again

2016-01-20 Thread Rudolf Polzer
h[] array where > the value is 29, not 28. > > This is fixed by altering the table. > > Reported-by: Rudolf Polzer > Signed-off-by: David Howells > Acked-By: David Woodhouse > cc: sta...@vger.kernel.org > --- > > crypto/asymmetric_keys/x509_c

Re: [RFC PATCH 3/4] X.509: Support leap seconds

2016-01-20 Thread Rudolf Polzer
Without this patch, certain X.509 certificates will be rejected, > potentially making a kernel unbootable. > > Reported-by: Rudolf Polzer > Signed-off-by: David Howells > cc: Arnd Bergmann > cc: David Woodhouse > cc: John Stultz > --- > > crypto/asymmetric_keys/x

Re: [RFC PATCH 4/4] X.509: Handle midnight alternative notation in GeneralizedTime

2016-01-20 Thread Rudolf Polzer
e, which whilst not strictly correct don't permit much leeway in > fiddling date strings. > > Reported-by: Rudolf Polzer > Signed-off-by: David Howells > cc: David Woodhouse > cc: John Stultz > cc: Arnd Bergmann > --- > > crypto/asymmetric_keys/x509_cert_parse

PATCH: drivers/char/vt.c allows virtually locking up nonnetworked machine

2001-06-30 Thread Rudolf Polzer
There is a problem concerning chvt. A normal user can run a bash$ while [ 1 ]; do chvt 11; done which cannot be killed using the console (only remotely, virtually never on a nonnetworked multiuser machine). So I changed the kernel source code so that only the superuser may change terminals. Sin