search for: expound

Displaying 20 results from an estimated 69 matches for "expound".

2010 Jul 01
4
(no subject)
Jean-Mark, Tim, Could either of you expound on the following comment in cwrs.c? /*If _k==0, the following do-while loop will overflow the buffer.*/ ---------------------------------------------------------------- ...because the following do-loop does overflow the buffer when k=126 k=2; do _u[k]=(k<<1)-1; while...
2018 Dec 20
3
Authentication Problem
...SHINGTON, > Nairobi,KE > +254 7 3200 0004/+254 7 2274 3223 > "Oh, the cruft.", grep ^[^#] :-) > > > Dovecot hashes the client sent password using the same salt and compares > the result. > --- > Aki Tuomi > At the expense of sounding stupid, could you please expound on the sequence? :) -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20181220/037a8749...
2018 Jan 05
3
SFTP chroot: Writable root
On Fri, 2018-01-05 at 16:00 +1030, David Newall wrote: > On 05/01/18 02:44, Thomas G?ttler wrote: > > I set up a chroot sftp server [...] > > Is there a way to get both? > > > > - chroot > > > > - writable root > > The source code (sftpd.c) seems to require that the root directory > be > owned by root and not group or world writable, so I
2018 Dec 20
1
Authentication Problem
On Thu, 20 Dec 2018, Joseph Tam wrote: >> At the expense of sounding stupid, could you please expound on the >> sequence? :) If you want the nitty details (Starting at bottom of page 18) https://tools.ietf.org/html/rfc2831 Joseph Tam <jtam.home at gmail.com>
2006 Jan 08
6
Persistent session cookies?
It seems Rails sessions by default only last, well, a browsing session. If the Rails app keeps track of logged-in state by sessions, that state doesn''t survive restarting the browser. How best to change this behaviour, to make the session cookie live forever, or at least beyond browser restarts? It was suggested to me on IRC to combine sessions with code to generate a unique id and
2012 Feb 10
1
colnames documentation
...TRUE) # NULL -- since we didn't change the default colnames(x, do.NULL = FALSE) # "col1" "col2" "col3" This doesn't really seem to square with the documentation which reads: do.NULL: logical. Should this create names if they are ?NULL?? The details section expounds and says: If ?do.NULL? is ?FALSE?, a character vector (of length ?NROW(x)? or ?NCOL(x)?) is returned in any case, prepending ?prefix? to simple numbers, if there are no dimnames or the corresponding component of the dimnames is ?NULL?. But I have to admit that I don't really g...
2004 Mar 02
1
VP3 Format Doc, v0.4
...ved Theora Differences Appendix to its own section entitled "Theora Specification" - added Appendix: Quantization Matrices And Scale Factors - added Appendix: DCT Coefficient VLC Tables <p>I have now made the Theora spec more than a footnote in the document (though I still have not expounded much upon that section). Happy reading... -- -Mike Melanson --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'theora-dev-request@xiph.org' containing only the word 'u...
2005 Jun 16
3
[LLVMdev] ELF / COFF Summary
...bject file for any kind of examination purpose (at least, not for a long while). 2. We will support .so/.dll and .o/.obj file output. There will be no support for .exe or .a output. 3. The interface will deal with ELF and COFF output separately with separate interfaces for them. 4. If Chris will expound on his design for the way to implement TargetMachine::addPassesToEmitObject, that sounds like a good way to go. However, doesn't this mean the ELF/COFF interfaces should be at the same level? I'm looking at the X86/X86CodeEmitter.cpp file and the various methods for emitting instructions/bl...
2010 Sep 07
3
zpool create using whole disk - do I add "p0"? E.g. c4t2d0 or c42d0p0
I have seen conflicting examples on how to create zpools using full disks. The zpool(1M) page uses "c0t0d0" but OpenSolaris Bible and others show "c0t0d0p0". E.g.: zpool create tank raidz c0t0d0 c0t1d0 c0t2d0 c0t3d0 c0t4d0 c0t5d0 zpool create tank raidz c0t0d0p0 c0t1d0p0 c0t2d0p0 c0t3d0p0 c0t4d0p0 c0t5d0p0 I have not been able to find any discussion on whether (or when) to
2013 Nov 01
9
package conflict resolution method:
Hello, list: I have two puppet modules that are unrelated to each other, but both have (unrelated) Python scripts that parse YAML. As such, both have a block like the following in their manifests for the PyYAML script dependency: package { ''PyYAML'': ensure => installed, } If I try and include both modules on the same server this causes an obvious
2005 Jun 17
0
[LLVMdev] ELF / COFF Summary
...long while). Sounds good. > 2. We will support .so/.dll and .o/.obj file output. There will be no > support for .exe or .a output. Sounds good. > 3. The interface will deal with ELF and COFF output separately with > separate interfaces for them. Sounds good. > 4. If Chris will expound on his design for the way to implement > TargetMachine::addPassesToEmitObject, that sounds like a good way to go. > However, doesn't this mean the ELF/COFF interfaces should be at the same > level? I'm looking at the X86/X86CodeEmitter.cpp file and the various > methods for emit...
2020 Apr 09
2
CentOS 7 : broken dependencies
> On Thu, 9 Apr 2020 at 08:40, Simon Matter via CentOS <centos at centos.org> > wrote: > >> > On Thu, Apr 09, 2020 at 11:06:45AM +0200, Nicolas Kovacs wrote: >> >> Which leads me to the more general question of: enable CR on a >> >> production >> >> server, yes or no? >> > >> > Not on production. Only for testing.
2004 Sep 10
9
Should FLAC join Xiph?
...t.html . I think Emmett is here now so correct any of this if it's wrong.) I've been talking a little with Emmett Plant and Monty about this. If it were to happen, it would mean the following: 1. FLAC would benefit from the increased visibility from the association. Emmett can probably expound more upon this point. Anyway, hopefully this will mean it's popularity will rise, not just with users but also with developers of other tools. 2. The core libraries would become BSD-licensed. I've been really 50/50 on this ever since I submitted the question to Slashdot (see http://ask.sl...
2020 Apr 09
0
CentOS 7 : broken dependencies
...the short nature was the MUST do and end up with replicating things which the original poster did not expect. Or sometimes happens someone does believe that it is as simple as they stated and no matter what they turn on CR for every system (or turn off all updates or whatever simple solution they expound as being the one true solution.) That said, I should have asked what you meant by that versus going for a high-horse response on my own. I apologize. -- Stephen J Smoogen.
2018 Dec 20
0
Authentication Problem
On Thu, 20 Dec 2018, Odhiambo Washington wrote: > At the expense of sounding stupid, could you please expound on the > sequence? :) In a nutshell, during protocol handshake, the server gives the client a random string (nonce). Both the server and client performs a cryptographic hash of nonce+password, and the client tells the server the result of the hash, and the server compares the client's resu...
2018 Dec 20
1
Authentication Problem
Nice to get to hear this. However, the password is not stored in clear text here. How then does it work? On Fri, Dec 21, 2018, 00:58 Joseph Tam <jtam.home at gmail.com wrote: > On Thu, 20 Dec 2018, Odhiambo Washington wrote: > > > At the expense of sounding stupid, could you please expound on the > > sequence? :) > > In a nutshell, during protocol handshake, the server gives the client > a random string (nonce). Both the server and client performs a > cryptographic hash of nonce+password, and the client tells the server > the result of the hash, and the server c...
2006 Oct 31
0
6262586 truss should print data written/read for sendmsg/recvmsg
Author: ja97890 Repository: /hg/zfs-crypto/gate Revision: 4e8bdca5612d8e39ecb94db81ca5272fe9872d89 Log message: 6262586 truss should print data written/read for sendmsg/recvmsg Files: update: usr/src/cmd/truss/actions.c update: usr/src/cmd/truss/expound.c
2004 Sep 10
0
Should FLAC join Xiph?
On Thu, Nov 21, 2002 at 01:39:40AM -0800, Josh Coalson wrote: > 1. FLAC would benefit from the increased visibility from the association. > Emmett can probably expound more upon this point. Anyway, hopefully this > will mean it's popularity will rise, not just with users but also with > developers of other tools. I agree that a relationship with Xiph.org would have a positive impact on both communities, for both developers and users. > 2. The core...
2006 Feb 28
0
Rolled my own alternative to trigger function with OLD/NEW
...delete_cache(''...'') # I wrote my own alternative to expire_fragment that actually works in models. Grumble... end end protected def get_old(value) @old[value] unless @old.nil? end def set_old(key, value) (@old ||= {})[key] = value end end Feel free to expound on it! I tested it out and didn''t get any nil errors (I''m still shaky with nils - I guess get_old defaults to false if @old[value] is nil?). I''m also clueless why making the get/set_old functions to private causes an error. Joe -- Posted via http://www.ruby-forum.co...
2004 Sep 10
0
Should FLAC join Xiph?
...w so correct any of this if it's > wrong.) > > I've been talking a little with Emmett Plant and Monty about > this. If it were to happen, it would mean the following: > > 1. FLAC would benefit from the increased visibility from the > association. Emmett can probably expound more upon this point. > Anyway, hopefully this will mean it's popularity will rise, > not just with users but also with developers of other tools. > > 2. The core libraries would become BSD-licensed. I've been really > 50/50 on this ever since I submitted the question to Sl...