search for: ukkonen

Displaying 10 results from an estimated 10 matches for "ukkonen".

2004 Aug 29
0
uidswap.c breaks ssh when originating user is root
...gid(old_gid) != -1 || setegid(old_gid) != -1)) fatal("%s: was able to restore old [e]gid", __func__); After this change also root can again use ssh-3.9p1. I hope this helps. Cheers, // jau .--- ..- -.- -.- .- .- .-.-.- ..- -.- -.- --- -. . -. / Jukka A. Ukkonen, Mawit Ltd, Finland /__ M.Sc. (sw-eng & cs) (Phone) +358-500-606-671 / Internet: Jukka.Ukkonen(a)Mawit.Com (Home) +358-9-6215-280 / Internet: ukkonen(a)nic.funet.fi v Internet: jau(a)iki.fi .--- .- ..- ...-.- .. -...
2016 Aug 26
10
[RFC] Interprocedural MIR-level outlining pass
...39;s effectively assembly-level. Ultimately, the algorithm used is general, so it can sit anywhere, but MIR was very convenient for the time being. It requires two data structures. 1. A generalized suffix tree 2. A "terminated string" 1: The generalized suffix tree is constructed using Ukkonen's linear time construction algorithm [1]. They require linear space and support linear-time substring queries. In practice, the construction time for the suffix tree is the most time consuming part, but I haven't noticed a difference in compilation time on, say, 12 MB .ll files. 2: To supp...
2016 Aug 26
2
[RFC] Interprocedural MIR-level outlining pass
...it anywhere, > > but MIR > > was very convenient for the time being. > > > > It requires two data structures. > > > > 1. A generalized suffix tree > > 2. A "terminated string" > > > > 1: The generalized suffix tree is constructed using Ukkonen's linear > > time > > construction algorithm [1]. They require linear space and support > > linear-time substring queries. In practice, the construction time for > > the > > suffix tree is the most time consuming part, but I haven't noticed a > > differen...
2014 Mar 22
3
SCTP support for the common openssh source?
Greetings, Are there any plans to import SCTP support to OpenSSH? There have been SCTP patches for OSX and FreeBSD, and those seem to work pretty decently. I guess there might quite a number of potential users for SCTP were it part of the common source tree. A second benefit of having SCTP support as a standard feature in OpenSSH for all platforms supporting SCTP would be kind of social pressure
2016 Aug 26
2
[RFC] Interprocedural MIR-level outlining pass
...it anywhere, > > but MIR > > was very convenient for the time being. > > > > It requires two data structures. > > > > 1. A generalized suffix tree > > 2. A "terminated string" > > > > 1: The generalized suffix tree is constructed using Ukkonen's linear > > time > > construction algorithm [1]. They require linear space and support > > linear-time substring queries. In practice, the construction time for > > the > > suffix tree is the most time consuming part, but I haven't noticed a > > differen...
2016 Aug 27
3
[RFC] Interprocedural MIR-level outlining pass
...> > > 2. A "terminated string" > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 1: The generalized suffix tree is constructed using > > > > > > Ukkonen's > > > > > > linear > > > > > > > > > > > > > > > > time > > > > > > > > > > > > > > > > construction algorithm [1]. They require linear space and > > > > >...
2016 Aug 29
2
[RFC] Interprocedural MIR-level outlining pass
...;>>> > >>>> > It requires two data structures. >>>> > >>>> > 1. A generalized suffix tree >>>> > 2. A "terminated string" >>>> > >>>> > 1: The generalized suffix tree is constructed using Ukkonen's linear >>>> > time >>>> > construction algorithm [1]. They require linear space and support >>>> > linear-time substring queries. In practice, the construction time for >>>> > the >>>> > suffix tree is the most time co...
2005 Jun 19
1
Speex development and manual out of sync.
Greetings, It seems that the last manual and the last reference document available from speex.org web site are seriously out of date (from 2003). This makes it hard and error prone to try using any more recent features of speex in new developments that might benefit from the undocumented new features. Are there more up-to-date documents at all? And if so, could someone put them to the web site?
2016 Aug 30
2
[RFC] Interprocedural MIR-level outlining pass
...It requires two data structures. >>>>>> > >>>>>> > 1. A generalized suffix tree >>>>>> > 2. A "terminated string" >>>>>> > >>>>>> > 1: The generalized suffix tree is constructed using Ukkonen's linear >>>>>> > time >>>>>> > construction algorithm [1]. They require linear space and support >>>>>> > linear-time substring queries. In practice, the construction time >>>>>> for >>>>>> >...
2005 Aug 25
0
A new extension/subsystem for openssh???
Howdy, A while ago it occurred to me that adding a little "glue" subsystem one could make life much easier for all those people who often need to combine ssh & rsync to update or mirror something efficiently and securely over the net. So, I came up with three little programs - ssync-server - an sshd subsystem running rsync in server mode - ssync-client - an ssh wrapper that