[request-sponsor] Sponsor for enhancement 6322280

2009-01-06 Thread casper....@sun.com
Correct, NIS has a protocol limitation which limits you to 1024. The netid map is used to associate groups to users. For local things you might need to grow the group lines but then you can create valid group files which cannot be imported in NIS. Casper

[request-sponsor] Seeking sponsor for ksh93-integration update2 work...

2009-02-16 Thread casper....@sun.com
>CR #6800113 ("We need a /usr/xpg4/bin/printf utility for SUS >conformance") Is there a incompatibility between xpg4 printf and /usr/bin/printf? Casper

[request-sponsor] Seeking sponsor for ksh93-integration update2 work...

2009-02-17 Thread casper....@sun.com
> >- The only difference between /usr/bin/printf and /usr/xpg4/bin/printf >is > that /usr/bin/printf's "%s" precision option counts in screen columns > for SystemV backwards compatibity (e.g. a "screen column" means a > character which only spans one column - there are multibyte characters > w

[request-sponsor] Requesting sponsor for CR #6807179 ("ksh93 does unneccesary |libc::getpwnam()| lookups for ~(modifer)pattern patterns")

2009-02-19 Thread casper....@sun.com
> >Hi! > > > >This is a sponsor request to fix CR #6807179 ("ksh93 does unneccesary >|libc::getpwnam()| lookups for ~(modifer)pattern patterns") > >My contributor ID is "OS0025". > >Webrev can be found at >http://cr.opensolaris.org/~gisburn/ksh93_integration_cr_6807179_001/ >(matching ksh93 te

[request-sponsor] Requesting sponsor for CR #6807179 ("ksh93 does unneccesary |libc::getpwnam()| lookups for ~(modifer)pattern patterns")

2009-02-25 Thread casper....@sun.com
>Casper.Dik at Sun.COM wrote: >> >This is a sponsor request to fix CR #6807179 ("ksh93 does unneccesary >> >|libc::getpwnam()| lookups for ~(modifer)pattern patterns") >> > >> >My contributor ID is "OS0025". >> > >> >Webrev can be found at >> >http://cr.opensolaris.org/~gisburn/ksh93_integration_c

[request-sponsor] Requesting sponsor for CR #6807179 ("ksh93 does unneccesary |libc::getpwnam()| lookups for ~(modifer)pattern patterns")

2009-02-25 Thread casper....@sun.com
>Casper.Dik at Sun.COM writes: >> So, if I can have some codereviewers then I can putback this change to >> build 110. > >The 'suggested fix' in CR 6807179 doesn't seem to match this fix -- it >includes a new test for the getpwnam problem, plus some other changes >to alias.c. Is the webrev out of

[request-sponsor] Request Sponsor Bug : 6638873 :usermod -m could optimize the move

2008-02-12 Thread casper....@sun.com
>Avinash Joshi wrote: >> I just wanted to know how to rename a directory. >> For moving the dir, there is a built in function ret = >> move_dir(pstruct->pw_dir, dir, logname); which is defined in >> usr/src/cmd/oamuser/user/movedir.c >> >> Is there a similar function that renames a directory? >

[request-sponsor] BUG 5007142 Add ntohll and htonll to sys/byteorder.h

2008-02-14 Thread casper....@sun.com
>On Thu, Feb 14, 2008 at 08:04:57PM +0530, Rishi M Nair wrote: >> --- byteorder.h.orig Tue Oct 2 19:44:36 2007 >> +++ byteorder.h Thu Feb 14 17:53:39 2008 >> @@ -50,6 +50,17 @@ >> #include >> #endif >> >> +#ifndef htonll >> +#ifdef _BIG_ENDIAN >> +#define htonll(x) (x) >> +#define nto

[request-sponsor] Adding status support to dd

2007-04-05 Thread casper....@sun.com
>This is prob. overkill in this situation... since the main loop >will only do stdio just before exiting, it could set >signal handlers to SIG_IGN before doing any IO which should >prevent any problems from arising. Why not use snprintf and write? Casper

[request-sponsor] Adding status support to dd

2007-04-05 Thread casper....@sun.com
>Note that SA_RESTART must be set; otherwise dd from a pipe or other slow >device will return an error condition. I also like Casper's suggestion >to use sprintf and write to stderr, since sprintf is now >async-signal-safe. Note also that there are three gettext()s of constant strings; these sh

[request-sponsor] request sponsor for #4890717

2006-10-04 Thread casper....@sun.com
>Hello, > >request sponsor for #4890717 want append-only files. > >I have a working prototype where the administrator can put a zfs fs >into "append only" mode by setting the zfs "appendonly" property to >"on" using zfs(1M). > >"append only" mode in this case means > >1. Applications can only appe

[request-sponsor] request sponsor for #4890717

2006-10-05 Thread casper....@sun.com
>We're having some discussions about various ways of implementing "append >only". There are some requirements around Sarbanes-Oxley about >append-only *files*, and the possibility of using ACLs to specify >append-only permissions. However, there may also be some use cases for >append-only *f

[request-sponsor] request sponsor for #4890717

2006-10-05 Thread casper....@sun.com
>"Every day we are archiving documents. At the end of the day we want >to freeze the filesystem. Would it be possible to add a time-lock >property to ZFS? Could this be extended to still allow new files to be >added to the locked file system , but not allowing to add/modify files >(ZFS ACL's could

[request-sponsor] request for sponsor to add synaptics support

2006-10-22 Thread casper....@sun.com
>I am told that there may be a synaptics driver in casper's frkit. If >so, I've not checked it out yet. Our driver just behaves as a vuid >module. (Casper, can you comment on this?) That driver replaced the Xorg mouse_drv.so module. >We also have a very nice Tcl/Tk configuration and test UI, t

[request-sponsor] request for sponsor to add synaptics support

2006-10-23 Thread casper....@sun.com
>Well, I've never _seen_ a Ferrari laptop. But our systems have a 4 >scroll buttons, plus the normal 3 buttons, giving a total of 7 buttons. >They all work. Pretty much like the Ferrari. >> The reason why I originally id my driver was the ability to use the >> buttons then the next feature was

[request-sponsor] request for sponsor to add synaptics support

2006-10-23 Thread casper....@sun.com
>Yes, our driver supports that. > >> I very much like that feature and implemented it in my driver. >> >> Also, do your scroll buttons auto-repeat? (I know that the touchpad >> does not so you have to fake it) >> > >I have to check into that, because I'm not sure. The last feature request I

[request-sponsor] request for sponsor to add synaptics support

2006-10-23 Thread casper....@sun.com
>Our driver supports it. Excellent. (These are all feature requests I got and (partially) implemented for my driver, so I htink they're important for customers) Casper

[request-sponsor] request for sponsor to add synaptics support

2006-10-24 Thread casper....@sun.com
>On Mon 23 Oct 2006 at 05:40PM, Casper.Dik at Sun.COM wrote: >> >> >> >Our driver supports it. >> >> Excellent. >> >> (These are all feature requests I got and (partially) implemented for >> my driver, so I htink they're important for customers) > >So Casper, you're sponsoring this, right? C

[security-discuss] sync as non privileged user (Was Re: [request-sponsor] 4967733 and 6400646)

2006-10-30 Thread casper....@sun.com
>Why, other than the returning an error we already have 5 such privileges >in the basic set. Now in each of those cases (proc_info, proc_session, >proc_fork, proc_exec, file_link_any) there is a way to return an error >for sync(2) but there is for 'lockfs -f'. And it's exactly what the basic

[request-sponsor] 6344436 FIXed

2008-01-03 Thread casper....@sun.com
>/solarisws/usr/src/cmd/mv/mv.c > >this problem exist for unix domain sockets since 'mknod' cannot be used to >create socket files. > >fix is, to check whether the file is a unix domain socket or not. > >note :value for S_IFSOCK = c000(hex) 'socketfile' >_

[request-sponsor] request-sponsor(BUG ID(s): 6569630,6604676

2008-01-24 Thread casper....@sun.com
> >Bug ID Number1 : *6569630* >synopsis: Vi cannot append text to named buffers >category : *utility >s*ubcategory : *editor >*description : In Single Unix Specification version 2 and 3 vi is required >that if a named buffer is specified with an upper-case letter, then the >text from a yank

[request-sponsor] Request Sponsor for 6613349

2008-01-29 Thread casper....@sun.com
>> My personal stance on this one is that it'd be a good idea to report the >> mountpoint instead of the device major/minor. What did you have in mind ? > >Here's what I was thinking: > >--- a/usr/src/uts/common/os/exec.c Mon Oct 08 20:24:50 2007 -0700 >+++ b/usr/src/uts/common/os/exec.c

[request-sponsor] [ksh93-integration-discuss] Requesting sponsor for CR #6451262 ("RFE:

2007-09-01 Thread casper....@sun.com
>On 9/1/07, Roland Mainz wrote: >> "Richard L. Hamilton" wrote: >> >> > > This is a sponsor request to implement the RFE/CR >> > > #6451262 ("RFE: >> > > /usr/bin/sleep should support floating-point values" >> > > - > >considering that /usr/gnu/bin/sleep already does that, how important >it is to

[request-sponsor] Request Sponsor for: 6536837 (add -z option to zlogin)

2007-03-25 Thread casper....@sun.com
> >I'd like to request a sponsor for this enhancement: > >=== >*Synopsis*: zlogin: Add a "-z zonename" option >http://bt2ws.central.sun.com/CrPrint?id=6536837 > > >*Change Request ID*: 6536837 > >*Synopsis*: zlogin: Add a "-z zonename" option > > Product: solaris > Category: opensolaris > Subca

[request-sponsor] Request Sponsor for: 6536837 (add -z option to zlogin)

2007-03-25 Thread casper....@sun.com
> * But I am suggesting we add a "-z" option so that: > >zlogin -z THEHOST [other commands] > >...is equivalent to: > >zlogin THEHOST [other commands] How are you supposed to make this work? How do you propose to make it work, given that the following should work: zlogin

[request-sponsor] Request Sponsor for: 6536837 (add -z option to zlogin)

2007-03-25 Thread casper....@sun.com
> >> * But I am suggesting we add a "-z" option so that: >> >>zlogin -z THEHOST [other commands] >> >>...is equivalent to: >> >>zlogin THEHOST [other commands] > > >How are you supposed to make this work? > > >How do you propose to make it work, given that the following should work: >

[request-sponsor] Requesting sponsor for CR 4912090: pfzsh should exist

2007-12-12 Thread casper....@sun.com
>I threw pfzsh together yesterday afternoon using the SFW framework, and >would like to request a sponsor to evaluate my work and help me get it >integrated. > >I note that the CR is currently assigned to Casper Dik and so he is >CC'd, but I don't expect that he will necessarily volunteer for the

[request-sponsor] Can this be a fix for Bug-6490935?

2007-12-27 Thread casper....@sun.com
>Hi Carol, > >Now , I have come to know that Ctrl-D doesnot generate a signal but signals >EOF. >So , i made the following changes in the code again. > >* > >char *getresponse(char *oldval) >{ >

[request-sponsor] Requesting sponsor for CR# 6488593 ("/etc/profile should set TMPDIR to /tmp/$LOGNAME/") ...

2006-11-02 Thread casper....@sun.com
>Darren J Moffat wrote: >> Roland Mainz wrote: >>> Hi! >>> >>> >>> >>> Requesting sponsor for CR# 6488593 ("/etc/profile should set TMPDIR to >>> /tmp/$LOGNAME/") - patch is included in the RFE... >> >> This will I believe need an ARC case since it is a change in default >> behaviour. It a

[request-sponsor] Requesting sponsor for CR# 6488593 ("/etc/profile should set TMPDIR to /tmp/$LOGNAME/") ...

2006-11-02 Thread casper....@sun.com
>Yeah, you'll notice that if you try to su to root and run installers >that run pkgadd internally. I use this method, and the StarOffice 8 >installer failed quite mysteriously until I realized it was just an >instance of that problem and reset TMPDIR to something else. This, unfortunately, ki

[security-discuss] sync as non privileged user (Was Re: [request-sponsor] 4967733 and 6400646)

2006-11-03 Thread casper....@sun.com
>> Assuming we do steps 1 and 2 above, do we get into any problems with >> POSIX compliance if the default basic privilege set does not include >> PRIV_SYS_SYNC? There is no such thing as a "default basic set". There's a "basic set" and there's the "default set" users get when they login; they

[shell-discuss] Re: [request-sponsor] Requesting sponsor for CR# 6488593("/etc/profile should set TMPDIR to /tmp/$LOGNAME/") ...

2006-11-04 Thread casper....@sun.com
>Casper.Dik at Sun.COM wrote: >> >> >Yeah, you'll notice that if you try to su to root and run installers >> >that run pkgadd internally. I use this method, and the StarOffice 8 >> >installer failed quite mysteriously until I realized it was just an >> >instance of that problem and reset TMPDIR

[shell-discuss] Re: [request-sponsor] Requesting sponsor for CR#6488593("/etc/profile should set TMPDIR to /tmp/$LOGNAME/") ...

2006-11-04 Thread casper....@sun.com
>I disagree. The flat layout in /tmp for all temporary files of all users >is very very annoying for both admins and users. I doubt mode 1777 is >"insecure" (yes, you can always craft a case where it goes wrong...). Why? I hard ever look in /tmp. OTOH, GNOME already dumps 3 or four temporary di

[request-sponsor] 1218270 *cat*: cat reports errors in a non-standard fashion

2006-11-07 Thread casper....@sun.com
>hello, > >i'm looking for a sponsor for the CR mentioned in the subject. a patch >can be found here: > > http://itanic.attenuate.org/~river/1218270.diff > >my contributor agreement # is OS0050. I'll take it (this behaviour just happened to bite me again yesterday) Casper

[request-sponsor] telnet(1) cannot handle more than 15 fds

2006-05-03 Thread casper....@sun.com
>Due to the 32-bit ABI's stdio file descriptor limit, an interposer is >being used to F_DUPFD non-stdio file descriptors to 256 and above. This >mitigates a problem with 3rd party modules and plugins that use >fopen(3C), et al. streams in processes such as Apache HTTP Server that >open a large num

libast.so and /usr/lib/extendedFILE.so / was: Re: [request-sponsor] telnet(1) cannot handle more than 15 fds

2006-05-13 Thread casper....@sun.com
>Casper.Dik at Sun.COM wrote: >> >Due to the 32-bit ABI's stdio file descriptor limit, an interposer is >> >being used to F_DUPFD non-stdio file descriptors to 256 and above. This >> >mitigates a problem with 3rd party modules and plugins that use >> >fopen(3C), et al. streams in processes such as

[request-sponsor] request sponsor for 6410382

2006-12-06 Thread casper....@sun.com
>Requesting a sponsor for 6410382 ZFS rename should update ->v_path. I'll take this, but I think it may not be as simple as the bug report suggests. Is the individual filesystem layer not the wrong place to do this? (We end up doing it in ZFS, UFS, NFS, tmpfs, etc; why is this not done in fop_

[request-sponsor] Re: 6317146: syseventd refuses to use custom configuration files on nfs v

2005-12-12 Thread casper....@sun.com
>> On Thu, Sep 01, 2005 at 11:18:50AM -0700, J?rgen Keil wrote: >> >> > See http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6317146 >> > >> > The workaround section contains the suggested fix. >> >> I've got this one. > >This request for sponser can now be canceled. snv_28 includes