search for: optio

Displaying 14 results from an estimated 14 matches for "optio".

Did you mean: option
2010 Jan 31
0
hepta valen t snugg ling initi ators optio naliz e
handc raftm an dost schem atics retyp ing poser s smoke neces sitie s nonre alist ic wooll ens verti cally bayan ihan actab ility total ises bayan ihan gauzy solon chak metas tasiz es inter surve y phosp hatid ic displ ayabl e invoi cing ridde r benig nancy eddys tone urim islan der awake ning piran dello parre l davit s displ ant losse s rubeo lar visio nal legen d
2009 May 19
1
Re: Why Firefox (under wine) print dialog doesn't have any optio
Yuri wrote: > I understand that this is probably not supported in Windows. > But I believe this is a good thing to have. > > Any thoughts? > > Yes! Your title has been truncated so nobody knows what option is missing. Please repost. What system are you using that requires you to run Firefox under wine instead of a native version of Firefox?
2001 Aug 15
0
[ossh patch] principal name/patterns in authorized_keys2
...t at FOOBAR.COM Kerberos principals, but there's no need to modify those authorized_keys2 files referencing those keys. This patch (to OpenSSH 2.9p2) adds: - ssh-ext-named key entry type for authorized_keys2 files - ssh-ext-name-pat key entry type for authorized_keys2 files - deny-access option for authorized_keys2 entries - SSH_AUTH_EXT_NAME environment variable added by sshd - SSH_AUTH_EXT_NAME_TYPE similar You'll need Simon Wilkinson's GSS-API patches for OpenSSH for this patch to be much use, or add support for Kerberos IV key names (a trivial patch, but I can't test...
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
...f.o datetime.o debug.o devPS.o devPicTeX.o deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o envir.o errors.o eval.o format.o fourier.o gram.o gram-ex.o graphics.o internet.o iosupport.o lapack.o list.o logic.o main.o match.o memory.o model.o names.o objects.o optim.o optimize.o optio ns.o par.o paste.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o random.o regex.o relop.o saveload.o scan.o seq.o size.o sort.o source.o split.o subassign.o subscript.o subset.o summary.o unique.o util.o version.o vfonts.o xxxpr.o ../unix/libunix.a ../a...
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
...f.o datetime.o debug.o devPS.o devPicTeX.o deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o envir.o errors.o eval.o format.o fourier.o gram.o gram-ex.o graphics.o internet.o iosupport.o lapack.o list.o logic.o main.o match.o memory.o model.o names.o objects.o optim.o optimize.o optio ns.o par.o paste.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o random.o regex.o relop.o saveload.o scan.o seq.o size.o sort.o source.o split.o subassign.o subscript.o subset.o summary.o unique.o util.o version.o vfonts.o xxxpr.o ../unix/libunix.a ../a...
2013 Jan 18
0
[PATCH] Add appropriate WAV channel masks for 7 and 8 channel files.
...d->channel_mask = 0x063f; } /* write the WAVE/AIFF headers if necessary */ diff --git a/src/flac/encode.c b/src/flac/encode.c index eeea08a..58cdc77 100644 --- a/src/flac/encode.c +++ b/src/flac/encode.c @@ -481,7 +481,9 @@ static FLAC__bool get_sample_info_wave(EncoderSession *e, encode_options_t optio channel_mask == 0x0037 || /* 5 channels: front left, front right, front center, back left, back right */ channel_mask == 0x0607 || /* 5 channels: front left, front right, front center, side left, side right */ channel_mask == 0x003f || /* 6 channels: front left, front ri...
2007 Mar 22
1
ChallengeResponseAuthentication defaults to no?
...ponseAuthentication is not allowed unless I explicitly set it to "yes" in the sshd_config file. I am using the same config file as I did with 4.5p1 where it was allowed by default. Also, this is OpenSSH package from sunfreeware, but I believe that both versions were compiled with the same options. Is this the intended behavior? Thank you, -Dmitry.
2001 Jul 09
0
ODP: Re: How to build R-1.3.0 under HP-UX 11.00
Thank you for advice. I my case RPC nedd to be linked with libnsl, so I used "-lnsl" option to link it, but i have still problem: /usr/bin/ld: Unsatisfied symbols: i_len (code) d_sign (code) collect2: ld returned 1 exit status Can you suggest something? Kris...
2013 Mar 01
2
[PATCH] support 7 and 8 channel wav files as input
Now that we've selected a channel mapping for 7 and 8 channel flac, the command-line encoder tools needs updating to accept wav files with compatible channel maps. -r -------------- next part --------------
2013 Mar 01
2
[PATCH] support 7 and 8 channel wav files as input
...k = 0x063f; + } } /* write the WAVE/AIFF headers if necessary */ diff --git a/src/flac/encode.c b/src/flac/encode.c index eeea08a..58cdc77 100644 --- a/src/flac/encode.c +++ b/src/flac/encode.c @@ -481,7 +481,9 @@ static FLAC__bool get_sample_info_wave(EncoderSession *e, encode_options_t optio channel_mask == 0x0037 || /* 5 channels: front left, front right, front center, back left, back right */ channel_mask == 0x0607 || /* 5 channels: front left, front right, front center, side left, side right */ channel_mask == 0x003f || /* 6 channels: front left, front ri...
2019 Apr 02
2
CMake support for Opus proposal (in addition to Autotools)
Right that I had completely missed, I have added the files and verified that it builds with CMake from the tar on Linux (out of the git repo) I am parsing the package_version file from the tarball if it exists so it should maintain the version info. //Marcus ________________________________ From: Jean-Marc Valin <jmvalin at jmvalin.ca> Sent: Tuesday, April 2, 2019 11:38 To: Marcus
2006 Mar 29
7
sshd config parser
Hi All. For various reasons, we're currently looking at extending (or even overhauling) the config parser used for sshd_config. Right now the syntax I'm looking at is a cumulative "Match" keyword that matches when all of the specified criteria are met. This would be similar the the Host directive used in ssh_config, although it's still limiting (eg you can't easily
2011 Jun 22
3
sandbox pre-auth privsep child
...onf.c =================================================================== RCS file: /var/cvs/openssh/servconf.c,v retrieving revision 1.217 diff -u -p -r1.217 servconf.c --- servconf.c 20 Jun 2011 04:43:11 -0000 1.217 +++ servconf.c 22 Jun 2011 09:17:44 -0000 @@ -280,7 +280,7 @@ fill_default_server_options(ServerOption /* Turn privilege separation on by default */ if (use_privsep == -1) - use_privsep = 1; + use_privsep = PRIVSEP_SANDBOX; #ifndef HAVE_MMAP if (use_privsep && options->compression == 1) { @@ -701,6 +701,12 @@ static const struct multistate multistat { "n...
2017 Dec 04
2
[RFC] - Deduplication of debug information in linkers (LLD)
...h-percent-prefix` to get more readable PPC > assembler output. [r319381](http://reviews.llvm.org/rL319381). > > * The ARC backend can now assemble a subset of ARC instructions. > [r319609](http://reviews.llvm.org/rL319609). > > > ## Clang commits > > * clang-format gained options to control sorting of include blocks, > allowing > groups to be sorted individually, merged and sorted, and merged and > resplit. > [r319024](http://reviews.llvm.org/rL319024). > > * A number of math libcalls/builtins are now converted to equivalent LLVM > intrinsics. [r31959...