Displaying 6 results from an estimated 6 matches for "danmcd".
2016 Mar 16
6
[Bug 2553] New: 7.2p2 on server breaks GSSAPI with older clients
...Product: Portable OpenSSH
Version: 7.2p1
Hardware: amd64
OS: Solaris
Status: NEW
Severity: normal
Priority: P5
Component: Kerberos support
Assignee: unassigned-bugs at mindrot.org
Reporter: danmcd at omniti.com
I put 7.2p2 into OmniOS (an illumos distro... you don't call out
illumos yet, so I put it with Solaris for now... you need to fix that)
yesterday. A GSSAPI user has reported that their GSSAPI authentication
breaks now. Apparently I'm not the only one seeing it:
https://bug...
2009 Feb 16
3
Finishing up the contributors list as well
...king,2009-02-24 00:32:45
krgopi,Rajagopal Kunhappan,20,networking,Networking,2009-02-24 00:32:45
girishmg,Girish Moodalbail,20,networking,Networking,2009-08-24 15:16:56
eric.yu,Yu Xiangning,20,networking,Networking,2009-09-05 15:22:18
dme,David Edmondson,20,networking,Networking,2009-02-24 00:32:45
danmcd,Dan McDonald,20,networking,Networking,2009-02-24 00:32:45
carolg,Carol Gayo,20,networking,Networking,2009-02-24 00:32:45
anders,Anders Persson,20,networking,Networking,2009-09-05 15:21:03
I vote to approve the above as is.
---------------------------------------------------------------------
The...
2010 Mar 25
10
Using tun interface with dladm and flowadm
Hello,
I am a rather new user to OpenSolaris and I have been loving every minute of
it. I have spent quite a lot of time looking around for bandwidth management
features and Project Crossbow is just amazing. It is truly amazing compared
to what Linux has to offer.
I would like to use flowadm to do some bandwidth management on a tun
interface. The problem is that it is not recognized by the dladm
2006 Oct 31
0
6392589 ipsecalgs build with sgcc cores with SEGV
Author: danmcd
Repository: /hg/zfs-crypto/gate
Revision: 2a6337da4889d9ac5903e22f957cb2c15d695d6b
Log message:
6392589 ipsecalgs build with sgcc cores with SEGV
Files:
update: usr/src/lib/libipsecutil/common/algs.c
2008 Jan 23
4
Synchronous scrub?
Say I''m firing off an at(1) or cron(1) job to do scrubs, and say I want to scrub two pools sequentially
because they share one device. The first pool, BTW, is a mirror comprising of a smaller disk and a subset of a larger disk. The other pool is the remainder of the larger disk.
I see no documentation mentioning how to scrub, then wait-until-completed. I''m happy to be pointed
2010 Jan 03
2
"zpool import -f" not forceful enough?
I had to use the labelfix hack (and I had to recompile it at that) on 1/2 of an old zpool. I made this change:
/* zio_checksum(ZIO_CHECKSUM_LABEL, &zc, buf, size); */
zio_checksum_table[ZIO_CHECKSUM_LABEL].ci_func[0](buf, size, &zc);
and I''m assuming [0] is the correct endianness, since afterwards I saw it come up with "zpool import".
Unfortunately, I