similar to: [Bug 1037] Not all valid usernames are accepted by skuid

Displaying 20 results from an estimated 500 matches similar to: "[Bug 1037] Not all valid usernames are accepted by skuid"

2015 Sep 18
1
file names format for c32 files
On 18/09/2015 15:23, Ady via Syslinux wrote: > >> On Fri, Sep 18, 2015 at 02:01:32PM +0300, Ady via Syslinux wrote: >>>> >>>> We have pxechn.c32 working with pxelinux.0 to switch between the two >>>> system, but pxechn.c32 under Uefi come up with the folowing error >>> >>> >>> @Developers, please consider using 8.3
2014 May 28
1
[Bug 952] New: Wrong output with set intervals and skgid/skuid
https://bugzilla.netfilter.org/show_bug.cgi?id=952 Summary: Wrong output with set intervals and skgid/skuid Product: nftables Version: unspecified Platform: x86_64 OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy:
2018 Jan 04
9
[Bug 1210] New: nftables gets confused by user namespaces when meta skuid is used
https://bugzilla.netfilter.org/show_bug.cgi?id=1210 Bug ID: 1210 Summary: nftables gets confused by user namespaces when meta skuid is used Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: critical Priority: P5 Component: nft
2020 Mar 06
1
Re: [PATCH nbdkit 2/4] server: Add nbdkit_shutdown() call.
On 3/4/20 9:17 AM, Richard W.M. Jones wrote: > Plugins and filters may call this to initiate an asynchronous shutdown > of the server. This would only be used in the connected phase — > plugins should still call exit(3) directly for configuration failure. > > It is equivalent to sending a kill signal to self, but it's cleaner to > have an API for this and better for
2006 Jan 19
0
Question about d_ino used in scp.c
Hi, There's exactly one usage of the dirent.d_ino member in the whole project, which is in the readdir loop in scp.c, like this: while (readdir) { if (d_ino == 0) continue; [...] } This loop is basically taken from rcp.c as far as I can see. However, I have two problems here. - First, I have no idea why and when readdir should return an entry with a 0 inode number. Is
2024 Feb 28
0
[PATCH 1/1] stddef.h: add wchar_t type definition
Syslinux fail to build with gnu-efi >= 3.0.16 with error: In file included from /host/i686-buildroot-linux-gnu/sysroot/usr/include/efi/efi.h:44, from /build/syslinux-6.03/efi/efi.h:23, from /build/syslinux-6.03/efi/adv.h:4, from /build/syslinux-6.03/efi/adv.c:29:
2015 Sep 18
2
file names format for c32 files
On Fri, Sep 18, 2015 at 02:01:32PM +0300, Ady via Syslinux wrote: > > > > We have pxechn.c32 working with pxelinux.0 to switch between the two > > system, but pxechn.c32 under Uefi come up with the folowing error > > > @Developers, please consider using 8.3 file names format for c32 files > instead of such a long file name. Example of such a long file name? So
2009 Dec 25
2
[openssh-portable] utmpx and ut_name
Hello OpenSSH hackers, The last couple of weeks I've been figuring out how hard it is to replace FreeBSD's <utmp.h> with <utmpx.h>. I don't think utmpx is perfect, but at least it's better than what we have now and at least it has gone through some form of standardisation. I noticed POSIX says the following [1]: | The <utmpx.h> header shall define the utmpx
2014 Dec 16
2
Replace atoi and atol with strtol strtoul:Need Help
Hello , I came across this function *HtmlParser::decode_entities(string &s)* in *xapian-application/omega/htmlparse.cc* which basically does is extract hex value if any or extract number.For extracting number atoi is used and value returned by it is stored in variable "val" , I think so replacing atoi with strtoul would be useful here as number can have larger value although the
2016 May 01
3
E-mail advice sought
On 04/30/2016 08:56 PM, Gordon Messmer wrote: > On Sat, Apr 30, 2016 at 12:44 PM, Alice Wonder <alice at domblogger.net> wrote: >> >> For e-mail sent to people, yes. >> >> But for what usernames are allowed when creating an account, I don't see why >> blacklisting characters that are not allowed in a username is a standards >> problem. > >
2016 May 01
0
E-mail advice sought
On Sat, Apr 30, 2016 at 12:44 PM, Alice Wonder <alice at domblogger.net> wrote: > > For e-mail sent to people, yes. > > But for what usernames are allowed when creating an account, I don't see why > blacklisting characters that are not allowed in a username is a standards > problem. That's not how the RFC rules are defined. But, rather than argue that point at
2016 May 01
0
E-mail advice sought
Am 01.05.2016 um 06:43 schrieb Alice Wonder <alice at domblogger.net>: > On 04/30/2016 08:56 PM, Gordon Messmer wrote: >> On Sat, Apr 30, 2016 at 12:44 PM, Alice Wonder <alice at domblogger.net> wrote: >>> >>> For e-mail sent to people, yes. >>> >>> But for what usernames are allowed when creating an account, I don't see why
2016 May 01
0
E-mail advice sought
On 05/01/2016 05:10 AM, Alice Wonder wrote: > On 05/01/2016 01:57 AM, Leon Fauster wrote: >> Am 01.05.2016 um 06:43 schrieb Alice Wonder <alice at domblogger.net>: >>> On 04/30/2016 08:56 PM, Gordon Messmer wrote: >>>> On Sat, Apr 30, 2016 at 12:44 PM, Alice Wonder >>>> <alice at domblogger.net> wrote: >>>>> >>>>>
2016 May 01
3
E-mail advice sought
On 05/01/2016 01:57 AM, Leon Fauster wrote: > Am 01.05.2016 um 06:43 schrieb Alice Wonder <alice at domblogger.net>: >> On 04/30/2016 08:56 PM, Gordon Messmer wrote: >>> On Sat, Apr 30, 2016 at 12:44 PM, Alice Wonder <alice at domblogger.net> wrote: >>>> >>>> For e-mail sent to people, yes. >>>> >>>> But for what
2008 Nov 15
2
[PATCH] Don't strip two leading slashes from paths.
rsync 3.0.4 will transform a path like '//machine/share/dir' to '/machine/share/dir' when the --protect flag is provided. This causes a problem with Cygwin, where the two leading slashes are meaningful (access of a remote Windows share). [[[ % rsync -s localhost://tela/downloads rsync: link_stat "/tela/downloads" failed: No such file or directory (2) rsync error: some
2015 Feb 09
5
Re: Patchable build problems on OS X 10.10
On Friday 06 February 2015 10:03:37 Richard W.M. Jones wrote: > On Thu, Feb 05, 2015 at 10:53:06PM +0000, Margaret Lewicka wrote: > > Hello, > > > > I'm attempting to create a Homebrew formula to get libguestfs to > > compile on Mac OS X. I've managed to achieve success with several > > monkey patches, but since Homebrew's policy is to contact
2017 Sep 01
0
I have corrected a dead link in the treering documentation
Martin Maechler writes: > There may be one small problem: IIUC, the wayback machine is a > +- private endeavor and really great and phantastic but it does > need (US? tax deductible) donations, https://archive.org/donate/, > to continue thriving. > This makes me hesitate a bit to link to it within the "base R" > documentation. But that may be wrong -- and I should
2007 Dec 17
4
Home Theater Thing
I checked Best Buy again. The second system I recommended is in stock at the Best Buy in Warwick. It's on sale for $353. :) http://www.bestbuy.com/site/olspage.jsp?skuId=8254569&type=product&id=1169512522677 I'm thinking about getting out of Dodge today to unwind so if you pick it up early today I can come up and help you install it and then just come home later in the day.
2014 Jul 10
2
[Bug 965] New: Deleting rules using "position" keyword deletes all rules for chain
https://bugzilla.netfilter.org/show_bug.cgi?id=965 Summary: Deleting rules using "position" keyword deletes all rules for chain Product: nftables Version: unspecified Platform: x86_64 OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: nft
2008 Apr 08
3
Username case mangling -- Linux username is mixed-case, Samba returns lower-case
I have a problem that I first observed when I upgraded from 3.0.24 to 3.0.28 and is, I believe, related to the introduction of the "printjob username" configuration parameter. I print via CUPS and the Cups-PDF driver wants to know the Linux username (so it can put the PDF in the proper location). The problem is that "printjob username = %U" results in a lowercase username