Re: Missing LIST_PREV() ?

2007-05-06 Thread Mark Murray
Hans Petter Selasky writes: > Hi, > > Why should LISTs only be forward traversable? The following piece of > code make lists backward traversable: No objection to the concept. But... > /sys/sys/queue.h: > > +#define LIST_PREV(head,elm,field) \ > + (((elm) == LIST_FIRST(head)) ? ((__typeof(elm

Re: ProPolice: best way to fill canary

2005-07-09 Thread Mark Murray
Sam Leffler writes: >I asked a certain person to add the obsd sysctl long ago but it never >happened. That would be me. And it wouldn't be the first time a ball got dropped. I'll get to it. :-] M -- Mark R V Murray What is the most interesting question you have asked? What, if any, was the ans

Re: Protection from the dreaded "rm -fr /"

2004-10-04 Thread Mark Murray
ot with the greatest possible efficiency." (Paraphrased) I've typed "rm -rf *" in the wrong place. ONCE. I learned Unix-fu from that experience. Now, if I type "rm ", I wake up. M -- Mark Murray iumop ap!sdn w,I idlaH ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: How to build lint libraries, e.g. llib-lc.ln?

2004-06-14 Thread Mark Murray
braries (e.g. llib-lc.ln) for > all the libs in "/usr/src/lib"? yes. In current use WANT_LINT= yes in /etc/make.conf. This won't work in STABLE; I haven't MFCed it. M -- Mark Murray iumop ap!sdn w,I idlaH ___ [E

Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread Mark Murray
YACINE GHANJAOUI writes: > Anyone help me how to untar a file with this extention file.tar.bz2 ? > Thanks, This is really questions@ material, but... $ tar -y M -- Mark Murray iumop ap!sdn w,I idlaH ___ [EMAIL PROTECTED] mailing lis

Re: Where is FreeBSD going?

2004-01-07 Thread Mark Murray
be done autonomously (or as autonomously as possible). You will not get paid, you may not get thanked, but you will have the satisfaction of actually getting something done, and if you like FreeBSD as much as I do, that is an end in itself! M -- Mark Murray iumop ap!sdn w,I idlaH __

Re: SVBUG what happened tonight (12-04-2003)

2003-12-05 Thread Mark Murray
t; Thank You > Jessem. > > _______ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Size-independent byte order swapping functions.

2003-11-25 Thread Mark Murray
ible here, even with weird/theoretical architectures like 256-bit machines. Doesn't it make sense just to presume that out-of-range is impossible, and recode for default "if (sizeof(x) == 1) return x;" (ignore syntax) ? M -- Mark Murray iumop ap!sdn w,I idlaH

Re: User asks: can we decouple device vendor IDs from drivers?

2003-11-01 Thread Mark Murray
ke the dynamic loading of drivers easier. I really like to concept of configuring things with vi(1), instead of with gcc :-) M -- Mark Murray iumop ap!sdn w,I idlaH ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: no subject

2003-10-22 Thread Mark Murray
maya Haddad writes: > would you help me in writing network LKM under linux kernel 2.4, small examol > e would be good. You sent this to a FreeBSD list, you need to find a Linux list instead. M -- Mark Murray iumop ap!sdn w,I idlaH ___ [EMAIL PRO

Re: building sshd

2003-10-18 Thread Mark Murray
file > 2. autoheader // got a bunch of warnings but no errors > 3. ./configure --with-pam --with-s-key// PAM was configured, but S/Key > wasn't.. dunno why yet > 4. make sshd // below are the errors I got after a bunch of warnings No. That is NOT how its built. Look at src/s

Re: replacing sendmail with qmail

2003-06-26 Thread Mark Murray
r this topic in the archives. It has been discussed VERY many times. M -- Mark Murray iumop ap!sdn w,I idlaH ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Forged subscriptions and the troll.

2003-06-03 Thread Mark Murray
Pawel Jakub Dawidek writes: > On Sun, Jun 01, 2003 at 04:46:10PM +0100, Mark Murray wrote: > +> We are currently being attacked by an individual who is attempting > +> to mass-subscribe our lists to other mailing lists. > +>=20 > +> PLEASE DO NOT RESPOND TO ANY OF THIS M

Forged subscriptions and the troll.

2003-06-02 Thread Mark Murray
Hi We are currently being attacked by an individual who is attempting to mass-subscribe our lists to other mailing lists. PLEASE DO NOT RESPOND TO ANY OF THIS MAIL! I am taking care of it. Thank you for your co-operation. :-) M -- Mark Murray iumop ap!sdn w,I idlaH

Re: The Trolls identity (was: Re: matthew dillon)

2003-02-09 Thread Mark Murray
nd if not, > you shouldn't make such accusations. He admitted to it. M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: sendmail: how to get the named of FreeBSD4.7 standards compliant ?

2003-01-13 Thread Mark Murray
choices. It's up to you to set up your own > MUA and filters to cater to your own pickiness. Amen! Can we get back on topic now, please? :-) M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Can dhclient rely on /dev/random?

2002-12-29 Thread Mark Murray
default case, and it breaks Much(tm) if you don't include it. The kernel-building individual would have had to have made a decision to not include the RNG, and as such is assumed to know what she is doing. M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: Linux compatibility and /dev/null

2002-10-17 Thread Mark Murray
is looks like a bug in the linux-base port. I'll file a PR. Indeed. Good move. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: PRNG not seeded - error in non-root ssh inside 4.6.2 jails...

2002-10-11 Thread Mark Murray
> Sorry, here is the rest: > > > > > > > > > > > > > > > > > > > > > > Here is the output of the `dd` command using urandom: > > > > > > > > > > > > > > > > > > > > >

Re: PRNG not seeded - error in non-root ssh inside 4.6.2 jails...

2002-10-11 Thread Mark Murray
t=1 | hexdump > >-C > > > > > > > > > 1+0 records in > > > > > > > > > 1+0 records out > > > > > > > > > a0 69 1a 7c 8f 32 e5 21 ae 7a 33 14 68 0b 8e a6 > >

Re: PRNG not seeded - error in non-root ssh inside 4.6.2 jails...

2002-10-10 Thread Mark Murray
gt; > > >... etc. Looking good. > > > > > > > > > > > > > $ ls -l /dev/*rand* > > > > > > > crw-r--r-- 1 root wheel2, 3 Sep 3 21:46 /dev/random > > > > > > > crw-r--r-- 1 root wheel2, 4 Sep

Re: PRNG not seeded - error in non-root ssh inside 4.6.2 jails...

2002-10-06 Thread Mark Murray
2, 4 Sep 3 21:46 /dev/urandom > > > > > > > >Also good. > > > > > > > > > > > So then, as root I ran: `chmod 0666 /dev/stdout` and then I ran > >your > > > > > >`dd` > > > > > > > command and got: &g

Re: PRNG not seeded - error in non-root ssh inside 4.6.2 jails...

2002-10-03 Thread Mark Murray
gt; > > command and got: > > > > > > > > > > $ dd if=/dev/random of=/dev/stdout bs=512 count=1 | hexdump -C > > > > > 0+0 records in > > > > > 0+0 records out > > > > > 0 bytes transferred in 0.000

Re: PRNG not seeded - error in non-root ssh inside 4.6.2 jails...

2002-10-03 Thread Mark Murray
your keyboard? I'm trying to see if /dev/random can be persuaded to give _any_ aoutput at all. Maybe do it on a vty instead of in X. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: PRNG not seeded - error in non-root ssh inside 4.6.2 jails...

2002-10-03 Thread Mark Murray
ve a ls -l /dev/*random. > > > > > however I tried that, and now when I try to ssh or scp from a non root > >user > > > inside the jail, I get: > > > > > > "Host key verification failed" > > > > > > Does anyone know why this ha

Re: PRNG not seeded - error in non-root ssh inside 4.6.2 jails...

2002-10-03 Thread Mark Murray
w why this happens, why it didn't happen prior to 4.6.2, and > how I can fix it ? The random device has not changed, but the OpenSSL code has. Maybe OpenSSL's internal PRNG is doing something naughty. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsu

Re: /dev/null sources

2002-09-17 Thread Mark Murray
") On Current (5.0+) it is in src/sys/dev/null/ and is much cleaner. :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: PC/104 for factor cpu boards running FreeBSD?

2002-08-18 Thread Mark Murray
at Walnut Creek. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: __STDC__ removal?

2002-05-27 Thread Mark Murray
STDC__", > yacc/skeleton.c:"#if defined(__cplusplus) || __STDC__", > yacc/skeleton.c:"#if defined(__cplusplus) || __STDC__", > > > -- > -Alfred Perlstein [[EMAIL PROTECTED]] > 'Instead of asking why a piece of software is using "19

Re: improved unifdef(1)

2002-04-26 Thread Mark Murray
e understood, involving > just defined(), !, &&, ||, and brackets. > > If anyone is interested I'd appreciate some testing, and it > would be nice to get it committed eventually. Ooooh! :-) Yes please! I'll look at this. M -- o Mark Murray \_ O.\_Warning: th

Re: Intel 820 RNG

2002-03-06 Thread Mark Murray
fort to get > up to speed on -CURRENT so that we can be ready to use it later this year. Also - have you looked at STABLE's /dev/urandom? M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Intel 820 RNG

2002-03-05 Thread Mark Murray
eBSD last Summer. :-) You may be pleasantly surprised :-) M (Thanks for the sources!) -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Intel 820 RNG

2002-03-04 Thread Mark Murray
em up a little and submit them as a PR, but have > not had time to. If you're interested I can send you the patches and you > can give them a try. Hi. Please send me what you have. Thanks! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send m

Re: Should pam_ssh and xdm work?

2002-01-08 Thread Mark Murray
the environment while > .xsession is being executed. > > Combinations of using "sufficient" and "required" for pam_ssh and > pam_unix do not seem to affect things. Nor should they :-) M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .s

Re: random + large IRQ's + SMP

2001-12-11 Thread Mark Murray
across several machine independant files. This has not been fixed. I could look at it (I am the author of that) and look for a solution. It may take a bit of time. > with "unsubscribe freebsd-hackers" in the body of the message -- o Mark Murray \_ FreeBSD Services Limited O

Re: pam_rootok

2001-08-26 Thread Mark Murray
> would someone (Mark ?) finally remove this: > > pam_rootok: pam_sm_authenticate: Refused; not superuser > > I think it should be sent to the debug output, not a terminal. It's > quite annoying ... Mergemaster. M -- Mark Murray Warning: this .sig is umop ap!sdn To Un

Re: pam_wheel

2001-08-08 Thread Mark Murray
it coming soon. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: blow fish

2001-03-11 Thread Mark Murray
> I think Mark Murray is still sitting on the patch I did for this very > thing. Check the -hackers mail archives. It was about 2-3 Months > ago, so it may not even patch cleanly anymore against -CURRENT. I committed this today! Apologies for the delay. M -- Mark Murray Warning:

Re: cvs commit: src/kerberos5/usr.bin Makefile src/kerberos5/usr.bin/k5su Makefile

2001-03-05 Thread Mark Murray
s build and install the krb5 programs/libraries, but ifdef'ing > the support in other programs. How does that sounds? Wonderful! If you need repo-copying done, I'm your man! -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: cvs commit: src/kerberos5/usr.bin Makefile src/kerberos5/usr.bin/k5su Makefile

2001-03-05 Thread Mark Murray
bly double-up as K4 ones, I'll fix this. (I think we are really close, BTW). M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ONTOPIC - FreeBSD vs Linux, Solaris, and NT - Not a bunch of licence Jiha...

2001-01-07 Thread Mark Murray
Hi Could you people please take this flamewar off our lists? Thanks! M > > --part1_f8.65bd20b.278a2f74_boundary > Content-Type: text/plain; charset="US-ASCII" > Content-Transfer-Encoding: 7bit > > In a message dated 1/7/2001 11:27:46 AM Pacific Standard Time, [EMAIL PROTECTED] > writes: >

Re: encrypt h/w for FreeBSD? re-post

2001-01-06 Thread Mark Murray
ike to run TLS for SMTP and postfix. The mail volumes will benefit > from hardware crypto. I really prefer to stay with Free, vs. Open. Quite. :-) Please don't ask anything more than your "quarterly query"; that way I won't have to lie to you. :-) M -- Mark Murray Warnin

Re: ssh - are you nuts?!?

2000-12-27 Thread Mark Murray
r team sends out an announcement (cryptograhically signed of course) letting folks know what identity (fingerprint) to expect. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: waiting for new files in a directory

2000-12-27 Thread Mark Murray
Actually, you can make it a lot better: If the lockfile exists, then kill -0 the PID to see if it is still live. If not, blow away the lockfile. If still alive and older than N minutes, blow away the PID and break the lock. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send ma

Re: waiting for new files in a directory

2000-12-27 Thread Mark Murray
that the lock can be blown away if needed. Works like a charm. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ssh - are you nuts?!?

2000-12-26 Thread Mark Murray
x27;s wrong. There was a time that we were very lax about confirming the server public keys. The last round of changes have all been confirmed by digital signature by well-known server administrators. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROT

Re: BSD's random.c dicey on the Alpha

2000-11-23 Thread Mark Murray
> > Anyone want to have a look at this? It's from the GNU awk maintainer. > > Without knowing which random.c it was, it's hard to judge :-) Also not > knowing what the intended use is, it's hard to recommend something. I'd guess src/lib/libc/stdlib/random.c

Re: patches for 4.x devrandom so that bind "works"

2000-11-14 Thread Mark Murray
> > Yes, it is this simple :-). > > Can you get it ready for 4.2? I'd like to see us be able to > run bind9 in the next release. Sure. I'll see if I can do it in the next couple of hours. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubsc

Re: patches for 4.x devrandom so that bind "works"

2000-11-13 Thread Mark Murray
+ } > > /* >* Even inspecting the state is privileged, since it gives a hint > > Did I miss part of the OpenBSD delta? This looks too easy. :( > > -- > -Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]] > "I have the heart of a child; I keep it in a jar on my desk." > -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Blowfish passwords

2000-10-02 Thread Mark Murray
> It patches cleanly against -STABLE and -CURRENT, and only touches > libcrypt. Take a look at it, feedback/patches are welcome, and if you > like it, maybe someone can integrate it into -CURRENT. (I don't know > whose dept. this would be -- Mark Murray perhap

Re: perlcc in current - xs_init and boot_DynaLoader

2000-08-26 Thread Mark Murray
> > If i do a perlcc test.pl i get the folllowing , in CURRENT ? > > Must i define something beforehand, or is it broken ? > > I'll take a look... Looks like perl brokenness. The missing boot_DynaLoader is in DynaLoader.a, but there is no way of linking it in. M -- Ma

Re: perlcc in current - xs_init and boot_DynaLoader

2000-08-25 Thread Mark Murray
> If i do a perlcc test.pl i get the folllowing , in CURRENT ? > Must i define something beforehand, or is it broken ? I'll take a look... M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fre

Re: A few device questions

2000-08-23 Thread Mark Murray
> a few questions: > > You should talk to Mark Murray [EMAIL PROTECTED] who has done alot of > work with the current implementation of our random device. I am currently rewriting FreeBSD's /dev/random device to use Schneier's Yarrow algorithm. Some of it is in current, and

Re: weird error messages from __COPYRIGHT macro

2000-08-16 Thread Mark Murray
__IDSTRING(). Bah. Only three things use __COPYRIGHT; ftp(d?), routed and make. None of them use \n's like you do. > I've sent private mail to Peter, who introduced this implementation of > __IDSTRING in rev 1.26 of cdefs.h. Compatibility measure? M -- Mark Murray Join the ant

Re: weird error messages from __COPYRIGHT macro

2000-08-16 Thread Mark Murray
you get a comparitive "cc -S test.c" on each box, and see what the .ident line out of test.s looks like in each case? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: weird error messages from __COPYRIGHT macro

2000-08-16 Thread Mark Murray
aybe I am. Did your _exact_ sample program fail on NetBSD in the same way that it failed on FreeBSD? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: weird error messages from __COPYRIGHT macro

2000-08-16 Thread Mark Murray
he multi-line string. You may need to double-escape the \n's (like \\n) to get them into the .ident line symbolically. (I just checked - it worked!) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: desire for ftp.internat.freebsd.org mirror

2000-04-10 Thread Mark Murray
> Why not just use cvsup? It is already installed and running on internat > and the firewall is already configured to allow it through. CVSUP only covers that which is already in CVS. The FTP stuff is what this chap is looking for. M -- Mark Murray Join the anti-SPAM movement

Re: desire for ftp.internat.freebsd.org mirror

2000-04-08 Thread Mark Murray
> > Mark Murray would know :-) > > > > I think there's a lot of stale cruft on ftp.internat.freebsd.org which > > doesn't need to be mirrored - Mark could probably tell us all which bits > > are suitable for mirroring (this should be documented somewhere

Re: openssh + krb5 (followup)

2000-03-23 Thread Mark Murray
whereas Datafellows meand Kerberos5. This would be a mistake made by OpenBSD, and one that is easy to fix. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Crypto in the kernel: where & how?

1999-12-10 Thread Mark Murray
> > ...a sys/crypt/ directory should hold their DES code. :-) >^ > Shouldn't this be crypto ? That is what I see if I look on internat > in the /usr/local/etc/cvsup/sup directory. So it should, and in the patch that I have, it is :-). M -- Mark Murray Join th

Re: Crypto in the kernel: where & how?

1999-12-10 Thread Mark Murray
> And I wonder if I can send the patches to lists to solicite > comments. Send them to me if you like :-) > By the way, all crypto stuff are put under the sys/crypto dir > in the patch. Should some of them put under sys/libkern instead? No. Please leave them in sys/crypto/ M --

Re: Crypto in the kernel: where & how?

1999-12-09 Thread Mark Murray
terior motive is to checkin netgrapph/ng_mppc.c which adds > MPPE/MPPC support for PPTP. However it's useless without an [A]RC4 > implementation. I'd like DES, arc4 and MD5/SHA for Yarrow. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send

Re: Release build

1999-10-06 Thread Mark Murray
> Does anybody know why ( i know that the directory /R/stage/trees/krb/ > does not exist , but the directory /R/stage/trees/krb4/ do exist ) ?? For some reason, your src/release/* area is not getting updated. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsub

Re: TCP sequence numbers

1999-09-01 Thread Mark Murray
e the IPSec stuff is around. I expect to be able to tweak it so that this his is not too heavy, and customisable. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: TCP sequence numbers

1999-09-01 Thread Mark Murray
0A, once the IPSec stuff is around. I expect to be able to tweak it so that this his is not too heavy, and customisable. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: KAME IPv6 and freebsd

1999-08-31 Thread Mark Murray
all passing the buck very fast nowadays. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: KAME IPv6 and freebsd

1999-08-31 Thread Mark Murray
all passing the buck very fast nowadays. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: KAME IPv6 and freebsd

1999-08-31 Thread Mark Murray
.c > src/sys/crypto/des/podd.h > src/sys/crypto/des/sk.h > src/sys/crypto/des/spr.h -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: KAME IPv6 and freebsd

1999-08-31 Thread Mark Murray
.c > src/sys/crypto/des/podd.h > src/sys/crypto/des/sk.h > src/sys/crypto/des/spr.h -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: KAME IPv6 and freebsd

1999-08-31 Thread Mark Murray
. Perhaps something similar could be invented for src/crypto? We'd need to make the distibution machinery understand that, but I don't see too much a problem there. I have no strong feelings about src/crypto/sys or src/sys/crypto. M -- Mark Murray Join the anti-SPAM movement: http://www.ca

Re: KAME IPv6 and freebsd

1999-08-30 Thread Mark Murray
contrib, but contains code that may get Americans into trouble if they export it, so I maintain a copy in South Africa (on internat.freebsd.org). I'll be very happy to work with you on this one. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to

Re: KAME IPv6 and freebsd

1999-08-30 Thread Mark Murray
. Perhaps something similar could be invented for src/crypto? We'd need to make the distibution machinery understand that, but I don't see too much a problem there. I have no strong feelings about src/crypto/sys or src/sys/crypto. M -- Mark Murray Join the anti-SPAM movement: http://www.ca

Re: KAME IPv6 and freebsd

1999-08-30 Thread Mark Murray
contrib, but contains code that may get Americans into trouble if they export it, so I maintain a copy in South Africa (on internat.freebsd.org). I'll be very happy to work with you on this one. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail

Re: Looking for good QA tests...

1999-08-26 Thread Mark Murray
serious problems. Inflicting it on "standard idiots" to check for install problems is a human-engineering aproach you could also take? Impossible to automate, though. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with &q

Re: Looking for good QA tests...

1999-08-26 Thread Mark Murray
ing" thing A regression test to make sure that the OS is not broken before you inflict it on your colleagues/engineers? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Looking for good QA tests...

1999-08-26 Thread Mark Murray
serious problems. Inflicting it on "standard idiots" to check for install problems is a human-engineering aproach you could also take? Impossible to automate, though. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "

Re: Looking for good QA tests...

1999-08-26 Thread Mark Murray
e) be well tested with a make world with NFS mounted disks, possibly using another FreeBSD box as a router for extra stress. Is this what you are looking for? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with "uns

Re: Looking for good QA tests...

1999-08-26 Thread Mark Murray
ing" thing A regression test to make sure that the OS is not broken before you inflict it on your colleagues/engineers? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Looking for good QA tests...

1999-08-26 Thread Mark Murray
e) be well tested with a make world with NFS mounted disks, possibly using another FreeBSD box as a router for extra stress. Is this what you are looking for? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubsc

Re: Mandatory locking?

1999-08-23 Thread Mark Murray
be root. Processes that require mandatory locking must revoke superuser before attempting locks. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Mandatory locking?

1999-08-23 Thread Mark Murray
be root. Processes that require mandatory locking must revoke superuser before attempting locks. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: from number to power of two

1999-08-22 Thread Mark Murray
t; So %1101 should become either %1 or %1000. Shift a bit until it becomes greater than (or less than) the number in question. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: from number to power of two

1999-08-21 Thread Mark Murray
t; So %1101 should become either %1 or %1000. Shift a bit until it becomes greater than (or less than) the number in question. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Change to /sys/net/if.c & /sys/dev/syscons/syscons.c

1999-08-21 Thread Mark Murray
> So are there any _objections_ to having the kernel match promiscuous > "enabled" messages with "disabled" counterparts? I strongly _request_ such a log message. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to

Re: Change to /sys/net/if.c & /sys/dev/syscons/syscons.c

1999-08-21 Thread Mark Murray
> So are there any _objections_ to having the kernel match promiscuous > "enabled" messages with "disabled" counterparts? I strongly _request_ such a log message. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail

Re: Kerberos 5 integration.

1999-08-17 Thread Mark Murray
> > The current rush of things crypto has piqued my interest, so I am > > hammering away quite hard these days. > > Well, would it be useful for me to commit the KERBEROS -> KERBEROS4 > changes? Er, no; please submit them to me as patches. :-) Thanks! M -- Mark M

Re: Kerberos 5 integration.

1999-08-17 Thread Mark Murray
> What is holding back the work in the userland stuff then? Time? No; the lack thereof ;-) The current rush of things crypto has piqued my interest, so I am hammering away quite hard these days. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail

Re: Kerberos 5 integration.

1999-08-17 Thread Mark Murray
FTPD should be PAMmable, likewise the r.*d's. The userland ftp and telnets can have both (Isuspect), and the r-utils also. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Kerberos 5 integration.

1999-08-17 Thread Mark Murray
> > The current rush of things crypto has piqued my interest, so I am > > hammering away quite hard these days. > > Well, would it be useful for me to commit the KERBEROS -> KERBEROS4 > changes? Er, no; please submit them to me as patches. :-) Thanks! M -- Mark M

Re: Kerberos 5 integration.

1999-08-17 Thread Mark Murray
> What is holding back the work in the userland stuff then? Time? No; the lack thereof ;-) The current rush of things crypto has piqued my interest, so I am hammering away quite hard these days. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail

Re: Kerberos 5 integration.

1999-08-17 Thread Mark Murray
FTPD should be PAMmable, likewise the r.*d's. The userland ftp and telnets can have both (Isuspect), and the r-utils also. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Kerberos 5 integration.

1999-08-17 Thread Mark Murray
> Who were the parties that were heading up the Kerberos 5 integration? > > I have questions. Me. I will be bringiong in Heimdal (when it interoperates with MIT-K5). M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd

Re: Kerberos 5 integration.

1999-08-17 Thread Mark Murray
> Who were the parties that were heading up the Kerberos 5 integration? > > I have questions. Me. I will be bringiong in Heimdal (when it interoperates with MIT-K5). M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTEC

Re: SRA+IDEA Telnet

1999-08-14 Thread Mark Murray
> Why not just wait and bring the openssl library in? Er - I do't think that will happen. Not for a while. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: SRA+IDEA Telnet

1999-08-14 Thread Mark Murray
> Why not just wait and bring the openssl library in? Er - I do't think that will happen. Not for a while. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: [Review please] (was: Re: cvs commit: src/gnu/usr.bin/man/manpath manpath.config)

1999-08-14 Thread Mark Murray
> DES, Mark, -hackers! > > How about the following patch. It adds an OPTIONAL_MANPATH directive, > which is equivalent to the MANDATORY_MANPATH, except an absence of the > directory is not considered an error. Cool! Do it, I say! M -- Mark Murray Join the anti-SPAM

Re: SRA+IDEA Telnet

1999-08-14 Thread Mark Murray
e international DES library (for > other encryption algorithms, pick a freely available implmenetation such > as the one from openssl). This makes the most sense. Thrash it out as a port, and if that works, we can bring it into both repositories. M -- Mark Murray Join the anti-SPAM movement:

Re: [Review please] (was: Re: cvs commit: src/gnu/usr.bin/man/manpath manpath.config)

1999-08-14 Thread Mark Murray
> DES, Mark, -hackers! > > How about the following patch. It adds an OPTIONAL_MANPATH directive, > which is equivalent to the MANDATORY_MANPATH, except an absence of the > directory is not considered an error. Cool! Do it, I say! M -- Mark Murray Join the anti-SPAM

Re: SRA+IDEA Telnet

1999-08-14 Thread Mark Murray
e international DES library (for > other encryption algorithms, pick a freely available implmenetation such > as the one from openssl). This makes the most sense. Thrash it out as a port, and if that works, we can bring it into both repositories. M -- Mark Murray Join the anti-SPAM movement:

  1   2   >