search for: uuencod

Displaying 20 results from an estimated 90 matches for "uuencod".

Did you mean: uuencode
2003 Oct 04
1
pam problem in openssh-3.7.1p2
...-with-pam | grep PAM configure: WARNING: Make sure the path to scp is in /etc/login.conf PAM support: yes PAM is enabled. You may need to install a PAM control file Example PAM control files can be found in the contrib/ +root at alex ~/ssh/openssh-3.7.1p2+ make > /dev/null uuencode.c: In function `uuencode': uuencode.c:35: warning: implicit declaration of function `__b64_ntop' uuencode.c: In function `uudecode': uuencode.c:53: warning: implicit declaration of function `__b64_pton' session.c: In function `do_setup_env': session.c:975: warning: unused varia...
2000 Dec 27
2
implicit declaration warnings
...is is caused by the fact that if autoconf does detect the presence of some BSD capability, necessary header files and declarations may not be included (as these are assumed to be the same ~everywhere, and already included). If such capability is missing, everything will seem to be fine. E.g.: --- uuencode.c: In function `uuencode': uuencode.c:36: warning: implicit declaration of function `__b64_ntop' uuencode.c: In function `uudecode': uuencode.c:54: warning: implicit declaration of function `__b64_pton' auth-rhosts.c: In function `check_rhosts_file': auth-rhosts.c:110: warning:...
2001 Feb 17
2
Small aix patch to configure.in
The following aix patch to configure.in forces /usr/include to be searched before /usr/local/include on AIX systems only. This allows the normal include rules to untangle <login.h> from "login.h" on AIX when using the AIX cc compiler or gcc. Please see that it gets applied to the current cvs source tree. It fixes the only compile time error the current cvs tree has on aix with
2008 Apr 11
2
Ogg/Spots and Ogg/MNG
On 4/11/08, ogg.k.ogg.k at googlemail.com <ogg.k.ogg.k at googlemail.com> wrote: > how (or do you mean ogg/mng or spots) ? People want an official standard on how to embed JPEG/PNG in single stream Vorbis files, because one of the extensions/hacks of MP3 ID3 allows it. > uuencode ^_^ Hmm...
2009 Feb 23
0
amd64 installworld fails on syscons/scrnmaps
...n which I did a fresh csup to RELENG_7. I did the canonical "buildworld", "buildkernel", "installkernel" and so far so good. However, when I attempt to "installworld", I get: ===> share/syscons/scrnmaps (install) ./armscii8-2haik8.mk armscii8-2haik8.tmp uuencode armscii8-2haik8.tmp armscii8-2haik8 > armscii8-2haik8.scm uuencode: not found *** Error code 127 Stop in /usr/src/share/syscons/scrnmaps. *** Error code 1 The binary uuencode exists in /usr/bin, as do the files: armscii8-2haik8.tmp armscii8-2haik8, armscii8-2haik8.scm in /usr/obj/usr/src/shar...
2015 May 27
2
[LLVMdev] Proposal: change LNT’s regression detection algorithm and how it is used to reduce false positives
...s the number of distinct SHA1 hashes for the binaries of the following benchmarks: 7 MultiSource/Applications/aha/aha 2 MultiSource/Benchmarks/BitBench/drop3/drop3 10 MultiSource/Benchmarks/BitBench/five11/five11 7 MultiSource/Benchmarks/BitBench/uudecode/uudecode 3 MultiSource/Benchmarks/BitBench/uuencode/uuencode 5 MultiSource/Benchmarks/Trimaran/enc-rc4/rc4 11 SingleSource/Benchmarks/BenchmarkGame/n-body 2 SingleSource/Benchmarks/Shootout/ackermann Let me know if there are any specific benchmarks you would like me to test. -- Sean Silva On Wed, May 20, 2015 at 3:31 PM, Sean Silva <chisophu...
2015 May 27
0
[LLVMdev] Proposal: change LNT’s regression detection algorithm and how it is used to reduce false positives
...hashes for the binaries of the following benchmarks: > > 7 MultiSource/Applications/aha/aha > 2 MultiSource/Benchmarks/BitBench/drop3/drop3 > 10 MultiSource/Benchmarks/BitBench/five11/five11 > 7 MultiSource/Benchmarks/BitBench/uudecode/uudecode > 3 MultiSource/Benchmarks/BitBench/uuencode/uuencode > 5 MultiSource/Benchmarks/Trimaran/enc-rc4/rc4 > 11 SingleSource/Benchmarks/BenchmarkGame/n-body > 2 SingleSource/Benchmarks/Shootout/ackermann > > Let me know if there are any specific benchmarks you would like me to test. > > -- Sean Silva > > > On Wed...
2008 Oct 13
10
Album art - requirements
Hi, there was a thread a few months ago about album art, and how to embed it in an Ogg stream. The outcome was unconclusive, and kind of settled on the existing practice of adding a uuencoded image in a Vorbis comment, or similar. A better solution would be to embed those images as a separate stream, including hints as to what image represents (front cover, back cover, etc). The obvious candidate for this would be OggMNG, but it seems to be dead too. Kate streams can include PNG ima...
2003 Mar 04
0
hashing known_hosts
...o make the trust model safer. I also think this should be an optional configuration option. Something like "HashKnownHosts yes" Test code.. #include <stdio.h> #include <string.h> #include <stdlib.h> #include <openssl/evp.h> #include <openssl/sha.h> int uuencode(u_char *src, u_int srclength, char *target, size_t targsize) { return b64_ntop(src, srclength, target, targsize); } static char *pt(unsigned char *md) { int i; static char buf[80]; for (i=0; i<SHA_DIGEST_LENGTH; i++) sprintf(&(buf[i*2]),...
2007 Nov 05
5
Sending E-Mail from R
Hi, Has anyone used R to send out an email via an SMTP server? I run R from a script and would like to be able to send out an email from there also. I could shell out to an email program, but was hoping maybe someone had a package for R or a smooth way to do it. Thanks, Josh [[alternative HTML version deleted]]
2008 Apr 11
2
Ogg/Spots and Ogg/MNG
On 4/11/08, Ian Malone <ibmalone at gmail.com> wrote: > I'm still of the opinion this might be a useful thing to do (to provide the > album art and things that crazy people want to put into sound files). Ah, album art. People won't shup up about it, even though it has always been theoretically possible to embed pictures in Ogg. I hope we can establish this year how to do
2002 Feb 13
1
x509 test patch - can't compile
....c", line 499: warning: argument #3 is incompatible with prototype: prototype: pointer to uint : "./key.h", line 75 argument : pointer to int "key.c", line 501: warning: argument #3 is incompatible with prototype: prototype: pointer to char : "./uuencode.h", line 29 argument : pointer to uchar "key.c", line 679: warning: argument #2 is incompatible with prototype: prototype: pointer to const char : "./buffer.h", line 33 argument : pointer to uchar "key.c", line 741: warning: improper point...
2001 Jul 04
0
Sneek peak at what was commited.
...current form. =) 20010704 - OpenBSD CVS Sync - markus at cvs.openbsd.org 2001/06/25 08:25:41 [channels.c channels.h cipher.c clientloop.c compat.c compat.h hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h] update copyright for 2001 - markus at cvs.openbsd.org 2001/06/25 17:18:27 [ssh-keygen.1] sshd(8) will never read the private keys, but ssh(1) does; hugh at mimosa.com - provos at cvs.openbsd.org 2001/06/25 17:54:47 [auth.c auth.h auth-rsa.c] terminate secure_...
2008 Oct 01
3
quarantine mail
Hi In my mailscanner, i have mail in quarantine folder. How can I get back attachement in quarantine folder? I use mail user < message. but the attachment is just coding not the attachment thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20081001/e9a9ceb5/attachment-0004.html>
2009 Apr 07
2
Portable OpenSSH CVS install error
Hi, I did a CVS checkout this morning to patch sftp.c for Jon Grant's recent sftp request, but there seems to be an install problem on Mac OS X 10.5.6 possibly caused by recent changes to configure.ac. For example (most output pruned): % ident configure.ac configure.ac: $Id: configure.ac,v 1.419 2009/03/18 18:25:02 tim Exp $ $Revision: 1.419 $ % autoreconf % ./configure % make gcc
2001 Jun 28
1
Adding 'name' key types
...o the GSS mechanism specific *userok() methods]. The only questions, in my mind, are - how to format key names for use in authorized_keys2? I propose starting the key blob with 'name:' followed by a possibly null mechanism name, another ':' and the key name in question (uuencoded so whitespace, non-ascii characters and so on can be unambiguously present in key names). - how to deal with generic names vs. mechanism specific names? I.e., should an 'exported' GSS name be checked as a 'gss' key name type? Or should it be checked against a name type...
2016 Feb 16
2
Call for testing: OpenSSH 7.2
On Tue, Feb 16, 2016 at 01:28:42AM -0500, Jeff Wieland wrote: > The Solaris privilege code breaks building on Solaris 10. If > you let configure just do its thing, you get the following error > when compiling: > > "sandbox-solaris.c", line 22: #error: "--with-solaris-privs must be used > with the Solaris sandbox" Could you please try this patch? It adds
2008 Apr 11
4
Ogg/Spots and Ogg/MNG
On 12/04/2008, Ivo Emanuel Gon?alves <justivo at gmail.com> wrote: > On 4/11/08, Ivo Emanuel Gon?alves <justivo at gmail.com> wrote: > > > uuencode ^_^ > > > > Hmm... > > Yes! A Vorbis Comment tag called ART or ALBUMART with a Base64 string > would do the trick and it would not choke existing players. No, vorbiscomments are meant to be human-readable. Conrad.
2008 Oct 13
4
Album art - requirements
On Mon, Oct 13, 2008 at 6:40 AM, Ivo Emanuel Gon?alves <justivo at gmail.com> wrote: > A good proposal, except for the fact most album art is JPEG. Not > forgetting either that, semantically, it's pretty bizarre to have > album art in a text format. I *desperately* want to provide the cover art for my own album in PDF format. Presently I provide JPG in the MP3s; at 72 DPI it
2002 Jan 25
2
problem with read.table -- example
...longer file it reads the first column as row names, although I have not noticed any special binary symbols around line 51 either. This problem seems to happen with this particular file, I could easily read in a 12000 rows x 22 cols table. I add my problematic file (it is really small) here, in a uuencoded gziped form. What I did was: > a <- read.delim("tab20.and") Error in "row.names<-.data.frame"(*tmp*, value = row.names) : duplicate row.names are not allowed I am interested if anybody (specially on RH 7.1) is able to read the table in the same way. Thanks in adv...