Displaying 20 results from an estimated 33 matches for "r1.10".
Did you mean:
1.10
2000 Jul 20
2
tcltk_package
Hello...
I'm having problems getting the "tcltk" package to run
within a recently installed version of R (R1.10 for Windows95).
>library(tcltk)
Error in firstlib(which.lib.loc, package) :
TCL_LIBRARY is not set
Error in library(tcltk) : .First.lib failed
>
Having little experience with R, I apologize for the
simplicity of this question.
Jason Fisher
stormplot at
2003 Sep 16
0
[PATCH] contrib/cygwin: ssh-host-config and README file update
Hi,
could anybody with check in privileges apply the following patch to the
contrib cygwin directory? It only updates ssh-host-config to create the
*_config files matching the latest versions in the top level dir and it
updates a version number in README.
Thanks in advance,
Corinna
Index: contrib/cygwin/README
===================================================================
RCS file:
2006 Sep 18
1
BSD Auth: set child environment variables requested by login script [PATCH]
Hello,
in the BSD Authentication system the login script can request environment
variables to be set/unset. The call to auth_close() in auth-passwd.c does
change the current environment, but those changes are lost for the child
environment.
It would be really useful to add some kind of mechanism to get
those changes into the child environment. I've added two possible
solutions. Both
2004 Aug 06
1
patch for compiling on IRIX
The following patch (based off of the current CVS tree) is necessary
to compile Speex on IRIX (or any other system that doesn't include
getopt_long in the system libraries).
I would suggest further that src/getopt_win.h be renamed to getopt_long.h
since it's not just Windows that lacks getopt_long.
Michael
Index: configure.in
2003 Apr 15
1
PATCH allow_zero_gid option
Hey,
Well, that was easy :-) Patch against CVS follows:
Summary:
Created a boolean option allow_zero_gid, when set to yes it will allow
logins from users whose group id is zero. Tested with KMail 3.1.1 on
FreeBSD 4.8. I'm not sure if my method for passing the boolean via the
environment is correct, it looks a little on the ugly side.
Index: src/lib/restrict-access.c
2002 Jun 25
2
Linux 2.2 + borken mmap() round 1
The following is just a simple 'if ANON|SHARE is broken, disable
compression'. We don't have time for fancy stuff until we have time for
long term testing.
I have one friend of mine testing this. Can I get a few other people to
test. This is against --current, but maybe work against 3.3p1. Unsure.
BTW.. those on NeXT platform (if you have autoreconf) should also test
this. this
2007 Feb 24
1
Bigcrypt password patch
Hi,
we are currently in the progress of switching an HPUX mailserver to linux and
dovecot. The only issue so far is, that HPUX has bigcrypt for passwords > 8
chars. Bigcrypt uses standard libc crypt for every block of 8 chars.
The linux pam modules have a bigcrypt.c file which can be used for dovecot as
well to authenticate crypt and bigcrypt passwords.
I have used the pam bigcrypt.c code
2003 Feb 02
1
Recent messages
Dovecot seems to manage \Recent messages in a weird way. When a STATUS
command is performed in a mailbox, then the \Recent flag of its messages
disappear and latter STATUS commands report that there are no recent
messagges.
I don't know exactly the behavior of the RFC. But other imap servers
(UW-imapd, Netscape Messenger...) report the same number of recent
messages when two STATUS commands
2003 Jun 15
1
Dovecot will not run on secure kernel.
I am trying to run Dovecot on RH 7.3 with Linux kernel 2.4.20 + GrSecurity patch.
I downloaded the RPM yesterday and installed it.
When I start Dovecot the kernel reports: kernel: grsec: From 192.168.1.22: attempt to overstep process limit by (dovecot:14491) UID(0) EUID(0), parent (dovecot:23872) UID(0) EUID(0)
I have never seen this problem in the 3 years I have used GrSecurity together with a
2004 Oct 10
1
cvs build broken in auth/db-mysql.c?
After running
./configure --with-ldap --with-ssl=openssl --with-pgsql --with-mysql --without-cyrus-sasl2 --sysconfdir=/etc
(Settings taken from the debian/rules of debian package version 0.99.11-3)
of the cvs HEAD or test46 I get the following error during make:
db-mysql.o(.text+0x116): In function `db_mysql_query':
/tmp/dovecot-1.0-test46/src/auth/db-mysql.c:82: undefined reference to
2003 Mar 17
0
[Bug 65] New: Problem with error message when tcp-flags doesn't recognize a flag
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=65
Summary: Problem with error message when tcp-flags doesn't
recognize a flag
Product: iptables userspace
Version: 1.2.7a
Platform: other
OS/Version: other
Status: NEW
Severity: minor
Priority: P2
Component: iptables
2000 Aug 14
2
macOS9 patches committed
I finally got around to committing Chris Hanson's MacOS9 patches. Just though
you should know.
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2001 Jan 27
1
Patch for libogg on Darwin/Mac OS X
Pretty basic. -fno-common is required to produce dynamic shared libraries on Darwin based systems.
-tim
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ogg/configure.in,v
retrieving revision 1.10
diff -u -r1.10 configure.in
--- configure.in 2001/01/22 22:49:45 1.10
+++ configure.in 2001/01/28 03:53:05
@@
2003 Mar 03
1
vorbis patch for latest code
Here are files that need to be modified for win32 systems to compile with
the latest changes (ov_crosslap, vorbis_window) by xiphmont:
Index: include/vorbis/codec.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/codec.h,v
retrieving revision 1.42
diff -r1.42 codec.h
211a212
> extern float* vorbis_window(vorbis_dsp_state
2013 Mar 11
1
[PATCH] Portability improvements for regress/cipher-speed.sh
Hi,
Although cipher-speed.sh isn't failing, its output is useless on some
platforms. Aside from the definition of $DATA noted in a previous post
to this list, it makes assumptions about dd's status message and the
behaviour of echo.
The patch below addresses these issue, at least on RHEL.
Index: regress/cipher-speed.sh
===================================================================
2003 Aug 08
1
Help request: merging OpenBSD Kerberos change into Portable.
Hi All.
I'm looking for some help to merge an outstanding Kerberos
credential cache change from OpenBSD into Portable. I don't know enough
about Kerberos to figure out how that change should be applied for the
non-Heimdal(?) code path.
The outstanding diff is attached.
Any volunteers?
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4
2006 May 04
2
xmalloc(foo*bar) -> xcalloc(foo, bar) for Portable
Hi All.
While wandering in auth-pam.c I noticed that there's a few Portable-specific
escapees from the xmalloc(foo * bar) cleanup.
There's also a "probably can't happen" integer overflow in
ssh-rand-helper.c with the memset:
num_cmds = 64;
- entcmd = xmalloc(num_cmds * sizeof(entropy_cmd_t));
+ entcmd = xcalloc(num_cmds, sizeof(entropy_cmd_t));
2003 Nov 18
2
SIP Context from domain?
Hi,
Is it possible to pick the context of a call from chan_sip based on the
domain of the To: header of the INVUTE? I've had a quick look throught he code
and can't see anything, I want to use the voicemail virtual hosting with
chan_sip. Can the sip domain be picked out with a global in extensions.conf?
This woud also solve my problem.
If not is there any specifc reason/restriction
1999 Sep 15
0
FreeBSD Security Advisory: FreeBSD-SA-99:05.fts
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SA-99:05 Security Advisory
FreeBSD, Inc.
Topic: fts library routine vulnerability
Category: core
Module: kernel
Announced: 1999-09-15
2003 Jul 03
0
AIX cleanups: includes and arguments
Hi All.
First the questions:
Is there anything objectionable in this patch?
Is AUDIT_FAIL_AUTH appropriate for the "Reason" field?
Now the details: attached is a patch that changes some of the #includes
for AIX. It moves the AIX-specific includes to port-aix.h and adds
includes that contain the prototypes for many of the authentication
functions. The idea isto fix some warnings.