similar to: Portable OpenSSH anoncvs

Displaying 20 results from an estimated 6000 matches similar to: "Portable OpenSSH anoncvs"

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));
2006 Jul 14
2
Problems accessing CVS repository
Hi, I have persistent problems to access the OpenSSH CVS repository as anonymous user, once it has been checked out: $ cvs -d anoncvs at anoncvs.mindrot.org:/cvs co openssh [...works fine...] $ cd openssh $ cvs up cannot create_adm_p /tmp/cvs-serv5471/contrib Permission denied The same happens when trying to use the second repository: $ cvs -d anoncvs at
2004 Apr 09
1
anoncvs does not work
Does anybody now why the anoncvs access does not work? cvs -d :pserver:anoncvs@anoncvs.r-project.org:/cvs co -P R cvs [checkout aborted]: connect to anoncvs.r-project.org(128.104.176.132):2401 failed: Connection refused Is this still the issue that franz has been compromised? Also, the link to http://anoncvs.r-project.org/cgi-bin/cvsweb.cgi at http://anoncvs.r-project.org/ does not work ...
1998 Apr 30
1
Anonymous CVS access now available from anoncvs.freebsd.org
Please see: http://www.freebsd.org/handbook/anoncvs.html For full information on using ``anoncvs'' to fetch FreeBSD CVS repository (or buildable source) bits. If you're also interested in setting up your own regional AnonCVS server, please see: ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-CVS/anoncvs.shar For some setup instructions on doing this (essentially the list of steps I
2001 Jul 13
6
AnonCVS
Hi All, I would like to use anonymous cvs, but it appears not to be working (again?). There was a discussion back in Jan-Feb about whether to continue supporting it, but it seemed that Tony Rossini got it working and the discussion left off there. Did someone decide to disable it, or is it just not working properly? Here's the details: $ cvs -d
2006 Mar 29
7
sshd config parser
Hi All. For various reasons, we're currently looking at extending (or even overhauling) the config parser used for sshd_config. Right now the syntax I'm looking at is a cumulative "Match" keyword that matches when all of the specified criteria are met. This would be similar the the Host directive used in ssh_config, although it's still limiting (eg you can't easily
2003 Jun 11
2
[PATCH] Fix typos, OpenBSD + Portable
Hi. Whenever I notice a typo someplace, I fix it in a local "typo tree". Attached is 2 patches from that tree, one against OpenBSD and the other against Portable. Is it worth fixing these? -Daz. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience
2008 Apr 08
1
anoncvs.mindrot.org changes
Hi, I have just converted anoncvs.mindrot.org from using GNU CVS to OpenCVS. The latter is quite a bit nicer to run as an anoncvs server, and it doesn't require write access to the repository like GNU CVS seems to. The only visible change from this should be that checkouts of particular tags or dates should now work (I didn't know they failed until today). If you experience any
2000 Jan 05
1
anoncvs
I'm trying to do cvs -d :pserver:anoncvs@cvs.r-project.org:/home/rcvs/src login and I get "authorization failed...rejected access" with the previously advertised password (anoncvs). Has the access been changed or is anyone else having this problem? I'm not very familiar with cvs so I may be making some mistake. Paul Gilbert
2010 Sep 01
2
anoncvs.mindrot.org
Hi, Is anyone else having problems with anoncvs.mindrot.org? I do a cvs update on a semi-regular basis and it has been failing for the past few days. $ cvs up Connection closed by 116.66.166.109 cvs [update aborted]: end of file from server (consult above messages if any) $ It looks like ssh gets to the point of receiving SSH2_MSG_SERVICE_ACCEPT and then the connection is closed. I'm
2000 Nov 08
1
Minor fixes for libvorbis-1.0beta3/anoncvs 2000-11-08
Hi there, I just built libvorbis from anoncvs and found that a) some files are missing from lib/books when making dist and b) the GNU GPL instead of the LGPL is included in the package (contrary to what the README says). If you reply, please includ me in the Cc: because I'm not on the list. The missing files are: res0_160_1024_1.vqh res0_160_1024_2.vqh res0_160_1024_3.vqh
2012 Aug 10
1
Solving binary integer optimization problem
Hi, I am new to R for solving optimization problems, I have set of communication channels with limited capacity with two types of costs, fixed and variable cost. Each channel has expected gain for a single communication. I want to determine optimal number of communications for each channel maximizing ROI)return on investment) with overall budget as constraint.60000 is the budget allocated.
2003 Jan 25
1
Build failures: nanosleep on Solaris and AIX 4.2.x
Hi All. The recent changes to scp caused build failures on Solaris and AIX 4.2 which showed up on the tinderbox[1]. I mentioned the first to djm in email yesterday but I'm posting after finding the second, in case anyone else has seen similar problems. Solaris' nanosleep is in librt (or libposix4 in older versions) which is not linked. Adding them to configure works fine, however ldd
2013 May 03
1
MANOVA summary.manova(m) :" residuals have rank"
Dear All, I am trying to perform MANOVA. I have table with 504 columns(species) and 36 rows) with two grouping (season and location) Zx <- Z[c(4:504)] Zxm <- as.matrix(Z) m<- manova(Zxm~Season*location, data=Z) when I do summary.aov, I get respond for each species but summary.manova summary.manova(m) :" residuals have rank" 24<501. What can it be the reason for this error
2006 Nov 18
0
Problem accessing anoncvs2.at.openbsd.org
I was following the instructions at http://www.openssh.com/portable.html export CVSROOT=anoncvs at anoncvs2.at.openbsd.org:/openssh export CVS_RSH=/usr/bin/ssh cvs get openssh_cvs and I got the following error: cvs server: cannot find module `openssh' - ignored cvs [checkout aborted]: cannot expand modules Using the mindrot server worked just fine, but I wanted to report the problem.
2001 Feb 17
2
Important fix (sshd && binding). Portable version only.
If bind() fails we _always_ should close socket. I sent this patch while ago to djm but I still don't see this fix in openssh_cvs. diff -urN openssh-2.3.0p1.org/sshd.c openssh-2.3.0p1/sshd.c --- openssh-2.3.0p1.org/sshd.c Sat Jan 6 19:54:11 2001 +++ openssh-2.3.0p1/sshd.c Sat Jan 6 19:55:48 2001 @@ -782,10 +782,10 @@ debug("Bind to port %s on %s.", strport, ntop); /*
2001 Nov 04
2
OPIE patch for current CVS
I redid my previous OPIE patch for the current ssh tree. It seems to work fine here, and I'ld love to see it merged before the 3.0 release. Wichert. diff -x CVS -wNur ../cvs/other/openssh_cvs/Makefile.in openssh_cvs/Makefile.in --- ../cvs/other/openssh_cvs/Makefile.in Mon Oct 22 02:53:59 2001 +++ openssh_cvs/Makefile.in Sun Nov 4 01:18:19 2001 @@ -50,7 +50,7 @@ SSHOBJS= ssh.o
2001 Jan 11
2
Is anyone else getting this build error?
This is from the current CVS: % make ... In file included from config.h:629, from /home/mo/project/openssh_cvs/includes.h:20, from /home/mo/project/openssh_cvs/scp.c:77: /home/mo/project/openssh_cvs/defines.h:208: warning: redefinition of `clock_t' /usr/include/time.h:60: warning: `clock_t' previously declared here gcc -o scp scp.o -L.
2004 Aug 06
1
compilling error ices-0.2.3.tar.gz
Ooff! I am using ices2. Well that explains it then! I am new to linux and I thank you very much for your help and patience. Please just some clarification. To get cvs version of ices for mp3 streaming compatibilty with Icecast2: cvs -d :pserver:anoncvs@cvs.xiph.org:/cvs/ice login pw:anoncvs cvs -d :pserver:anoncvs@cvs.xiph.org:/cvs/ice -z 9 co ices or cvs -d
2013 Apr 23
2
Frustration to get help R users group
Dear R users/developers I requested help to solve the problem of formulating Multivariate Sample selection model by using Full Information Maximum Likelihood (FIML)estimation method. I could not get any response. I formulated the following code of FIML to analyse univariate sample selection problem. Would you please advise me where is my problem library (sem) library(nrmlepln) Selection