Displaying 8 results from an estimated 8 matches for "donkin".
Did you mean:
honkin
2007 Jan 11
2
Vectored I/O for libogg
Folks, the packets I want to place in an ogg stream are concatenations
of two hunks of memory. Rather than memcopy() them into one then pass
them to libogg, I patched framing.c to accept iovecs.
The unified diff is 80 lines, minus the OS-specific stuff for defining
struct ogg_iovec_t - pretty trivial.
Is there any interest in it? Or is libogg frozen while all efforts are
concentrated on
2000 Jun 21
1
Linux sshd dumps core unless client is insecure.
..., protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
Servers:
========
Kernel 2.2.16 on a Slackware installation running sshd 1.2.2.
Kernels 2.0.33 and 2.0.35 on Debian installations running sshd 1.2.2.
--
_________________________________________________________________________
Andrew Donkin ITS.G.40, x4414
2007 Jan 02
0
Storing RTP in Ogg
On Wed, Jan 03, 2007 at 03:47:38PM +1300, Andrew Donkin wrote:
> My original plan was to store one RTP packet per ogg packet, one packet
> per page, with the granule position of the page to the arrival time
> of the RTP packet, and metadata in a custom format in the BOS packet.
That's fine. SSRC as stream serialno?
Note that by using arr...
2000 Aug 06
1
problems compiling sshd on slackware 7.x
Hi,
I tried to compile openssh-2.1.1p4 on a slackware 7.1 (and then on a
slackware 7.0). you need to supply -lcrypt because otherwise
auth-passwd.c line 135 calls the wrong crypt and sshd will never let
you log in. (took a while to figure that out.)
I tried './configure --with-libs crypt' but
configure doesn't seem to understand me ;)
checking host system type... Invalid
2002 Feb 28
2
how to disable homedirs?
Hi,
how can i disable the homedir?
I have a Domain login configuration, but do not want server based
profiles. After I add a workstation to the domain, the user profiles,
created during the first login of a domain user, on that machine are
always server based. Sure, I can change this profile to a local profile,
but I think I can change this it in the samba configuration, that all
profiles are
2002 Mar 04
1
What's wrong with accentued filenames in 2.2.3a????
Hello,
i read many many faq, docs, mailing lists archive, however smbclient
command don't work with filenames/directories of a share(under win98)
composed of accentued characters (i'm french, did you notice it with my
english level :) ).
my conf is:
-OS: linux 2.4.17 with RH 7.1
-kernel option:
CONFIG_SMB_NLS_DEFAULT=y
CONFIG_SMB_NLS_REMOTE="cp850" (cp437 tried)
2002 Feb 21
1
Authenticaton problems using winbindd
Hello everyone:
I have downloaded, compiled (with winbind) and installed samba 2.2.3.
I also have followed the directions on how to configure samba to allow
authentication of users via winbindd off of a Win PDC. However, I am still
unable to get the authentication to work at all. Below is some of my
configuration:
smb.conf: (partial)
winbind separator = +
winbind uid = 10000-20000
2007 Jan 02
2
Storing RTP in Ogg
Hello learned ogg folks, and welcome to 2007. Sadly I am back at work
already, and I'd like to seek your advice.
We need to store raw RTP packets on disk as they are received from the
network. There will be multiple streams of media--at least one audio
and one video--that all need to go in the same file. We have decided to
use ogg because it is the simplest container format that meets our