linux-decnet-commit Mailing List for DECnet for Linux (Page 13)
Brought to you by:
chrissie_c,
ph3-der-loewe
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(15) |
Nov
(16) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(20) |
Feb
(27) |
Mar
(25) |
Apr
(12) |
May
(2) |
Jun
(6) |
Jul
(36) |
Aug
(12) |
Sep
(12) |
Oct
(16) |
Nov
(5) |
Dec
(5) |
2003 |
Jan
(8) |
Feb
(9) |
Mar
(25) |
Apr
(18) |
May
(29) |
Jun
(4) |
Jul
(1) |
Aug
|
Sep
(10) |
Oct
(5) |
Nov
(3) |
Dec
(9) |
2004 |
Jan
(17) |
Feb
|
Mar
(9) |
Apr
|
May
(4) |
Jun
(1) |
Jul
(2) |
Aug
(21) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2005 |
Jan
(5) |
Feb
|
Mar
(13) |
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
(13) |
Oct
(83) |
Nov
(2) |
Dec
|
2006 |
Jan
(21) |
Feb
(1) |
Mar
(32) |
Apr
(31) |
May
(3) |
Jun
(1) |
Jul
|
Aug
(7) |
Sep
|
Oct
(1) |
Nov
(3) |
Dec
(13) |
2007 |
Jan
(1) |
Feb
(7) |
Mar
|
Apr
(2) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(20) |
Sep
|
Oct
|
Nov
|
Dec
(7) |
2008 |
Jan
(4) |
Feb
(13) |
Mar
(24) |
Apr
(18) |
May
(10) |
Jun
|
Jul
|
Aug
(40) |
Sep
(72) |
Oct
(61) |
Nov
(9) |
Dec
(2) |
2009 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
|
Dec
(3) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
(41) |
Aug
(28) |
Sep
(2) |
Oct
(5) |
Nov
(4) |
Dec
|
2011 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Christine C. <chr...@us...> - 2008-08-19 10:37:24
|
Update of /cvsroot/linux-decnet/dnprogs/mail In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18662 Modified Files: sendvmsmail.8 Log Message: Fix typo in man page Index: sendvmsmail.8 =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/mail/sendvmsmail.8,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** sendvmsmail.8 23 Jan 2001 11:48:24 -0000 1.2 --- sendvmsmail.8 19 Aug 2008 10:37:20 -0000 1.3 *************** *** 10,14 **** Is the mail forwarding program that sends Unix mail messages to VMSmail on an OpenVMS(R) System. It should be the default destination of the "vmsmail" user. The usual way to do this ! is to create a .forward file in that user's hoem directory with the following contents: | /usr/sbin/sendvmsmail --- 10,14 ---- Is the mail forwarding program that sends Unix mail messages to VMSmail on an OpenVMS(R) System. It should be the default destination of the "vmsmail" user. The usual way to do this ! is to create a .forward file in that user's home directory with the following contents: | /usr/sbin/sendvmsmail |
From: Christine C. <chr...@us...> - 2008-05-04 14:49:07
|
Update of /cvsroot/linux-decnet/dnprogs/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16617/debian Modified Files: changelog Log Message: 2.43.2 debian release Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -r1.59 -r1.60 *** changelog 1 May 2008 07:36:05 -0000 1.59 --- changelog 4 May 2008 14:49:01 -0000 1.60 *************** *** 1,2 **** --- 1,10 ---- + dnprogs (2.43.2) unstable; urgency=low + + * Tidy soname handling on shared libraries + * Fix compiling dnroute with new kernel headers + Closes: #479081 + + -- Christine Caulfield <Chr...@go...> Sun, 04 May 2008 15:44:43 +0100 + dnprogs (2.43.1) unstable; urgency=low |
From: Christine C. <chr...@us...> - 2008-05-04 14:48:47
|
Update of /cvsroot/linux-decnet/dnprogs/dnroute In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16597/dnroute Modified Files: get_neigh.c routing_msg.c send_route.c Log Message: Fix compilation with new kernel headers. Index: get_neigh.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dnroute/get_neigh.c,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** get_neigh.c 16 Feb 2007 08:41:24 -0000 1.15 --- get_neigh.c 4 May 2008 14:48:43 -0000 1.16 *************** *** 13,16 **** --- 13,17 ---- #include <sys/types.h> + #include <linux/types.h> #include <stdio.h> #include <stdlib.h> Index: routing_msg.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dnroute/routing_msg.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** routing_msg.c 5 Apr 2006 07:17:44 -0000 1.3 --- routing_msg.c 4 May 2008 14:48:43 -0000 1.4 *************** *** 12,15 **** --- 12,17 ---- */ + #include <sys/types.h> + #include <linux/types.h> #include <stdio.h> #include <stdlib.h> Index: send_route.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dnroute/send_route.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** send_route.c 27 Apr 2006 09:00:13 -0000 1.10 --- send_route.c 4 May 2008 14:48:43 -0000 1.11 *************** *** 11,14 **** --- 11,16 ---- */ + #include <sys/types.h> + #include <linux/types.h> #include <stdio.h> #include <stdlib.h> |
From: Christine C. <chr...@us...> - 2008-05-01 07:56:40
|
Update of /cvsroot/linux-decnet/dnprogs/libdap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3694/libdap Modified Files: Makefile Log Message: Give each library its own version number... about time too! Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdap/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Makefile 9 Aug 2007 09:26:54 -0000 1.5 --- Makefile 1 May 2008 07:56:36 -0000 1.6 *************** *** 5,10 **** LIBNAME=libdap ! SHAREDLIB=$(LIBNAME).so.$(VERSION) STATICLIB=$(LIBNAME).a --- 5,12 ---- LIBNAME=libdap + LIB_MINOR_VERSION=43.0 + LIB_VERSION=$(MAJOR_VERSION).$(LIB_MINOR_VERSION) ! SHAREDLIB=$(LIBNAME).so.$(LIB_VERSION) STATICLIB=$(LIBNAME).a |
From: Christine C. <chr...@us...> - 2008-05-01 07:56:40
|
Update of /cvsroot/linux-decnet/dnprogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3694 Modified Files: Makefile.common Log Message: Give each library its own version number... about time too! Index: Makefile.common =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile.common,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -r1.45 -r1.46 *** Makefile.common 10 Apr 2008 13:31:56 -0000 1.45 --- Makefile.common 1 May 2008 07:56:36 -0000 1.46 *************** *** 57,62 **** #------------------------------------------------------------------------------ MAJOR_VERSION=2 ! MINOR_VERSION=42 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) --- 57,63 ---- #------------------------------------------------------------------------------ + #Package version MAJOR_VERSION=2 ! MINOR_VERSION=44 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) |
From: Christine C. <chr...@us...> - 2008-05-01 07:56:40
|
Update of /cvsroot/linux-decnet/dnprogs/libdnet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3694/libdnet Modified Files: Makefile Log Message: Give each library its own version number... about time too! Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdnet/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** Makefile 9 Aug 2007 09:26:54 -0000 1.8 --- Makefile 1 May 2008 07:56:36 -0000 1.9 *************** *** 20,24 **** LIBNAME=libdnet ! SHAREDLIB=$(LIBNAME).so.$(VERSION) all: libdnet.a $(SHAREDLIB) --- 20,27 ---- LIBNAME=libdnet ! LIB_MINOR_VERSION=43.0 ! LIB_VERSION=$(MAJOR_VERSION).$(LIB_MINOR_VERSION) ! ! SHAREDLIB=$(LIBNAME).so.$(LIB_VERSION) all: libdnet.a $(SHAREDLIB) |
From: Christine C. <chr...@us...> - 2008-05-01 07:56:39
|
Update of /cvsroot/linux-decnet/dnprogs/libdaemon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3694/libdaemon Modified Files: Makefile Log Message: Give each library its own version number... about time too! Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdaemon/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** Makefile 9 Aug 2007 09:26:54 -0000 1.10 --- Makefile 1 May 2008 07:56:36 -0000 1.11 *************** *** 6,11 **** LIBNAME=libdnet_daemon ! SHAREDLIB=$(LIBNAME).so.$(VERSION) STATICLIB=$(LIBNAME).a --- 6,13 ---- LIBNAME=libdnet_daemon + LIB_MINOR_VERSION=43.0 + LIB_VERSION=$(MAJOR_VERSION).$(LIB_MINOR_VERSION) ! SHAREDLIB=$(LIBNAME).so.$(LIB_VERSION) STATICLIB=$(LIBNAME).a |
From: Christine C. <chr...@us...> - 2008-05-01 07:56:39
|
Update of /cvsroot/linux-decnet/dnprogs/librms In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3694/librms Modified Files: Makefile Log Message: Give each library its own version number... about time too! Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/librms/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Makefile 9 Aug 2007 09:26:54 -0000 1.6 --- Makefile 1 May 2008 07:56:36 -0000 1.7 *************** *** 7,10 **** --- 7,12 ---- LIBNAME=librms + LIB_MINOR_VERSION=43.0 + LIB_VERSION=$(MAJOR_VERSION).$(LIB_MINOR_VERSION) EXAMPLE1=example *************** *** 12,16 **** EXAMPLES=$(EXAMPLE1) $(EXAMPLE2) ! SHAREDLIB=$(LIBNAME).so.$(VERSION) STATICLIB=$(LIBNAME).a INCLUDEFILES=rms.h fabdef.h rabdef.h --- 14,18 ---- EXAMPLES=$(EXAMPLE1) $(EXAMPLE2) ! SHAREDLIB=$(LIBNAME).so.$(LIB_VERSION) STATICLIB=$(LIBNAME).a INCLUDEFILES=rms.h fabdef.h rabdef.h |
From: Christine C. <chr...@us...> - 2008-05-01 07:36:10
|
Update of /cvsroot/linux-decnet/dnprogs/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28229/debian Modified Files: changelog Log Message: Changelog for 2.43.1 (debian-only release) Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -r1.58 -r1.59 *** changelog 29 Apr 2008 12:05:22 -0000 1.58 --- changelog 1 May 2008 07:36:05 -0000 1.59 *************** *** 1,2 **** --- 1,9 ---- + dnprogs (2.43.1) unstable; urgency=low + + * add -fdollars-in-identifiers to dapfs build, so it compiles on ARM. + Closes: #478750 + + -- Christine Caulfield <Chr...@go...> Thu, 01 May 2008 08:26:56 +0100 + dnprogs (2.43) unstable; urgency=low |
From: Christine C. <chr...@us...> - 2008-05-01 07:28:48
|
Update of /cvsroot/linux-decnet/dnprogs/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25670 Modified Files: dn_endian.h Log Message: Fix my email address. Index: dn_endian.h =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/include/dn_endian.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** dn_endian.h 27 Oct 2000 16:11:56 -0000 1.2 --- dn_endian.h 1 May 2008 07:28:41 -0000 1.3 *************** *** 1,5 **** /****************************************************************************** ! (c) 1998 P.J. Caulfield pa...@ty... ! pca...@ci... This program is free software; you can redistribute it and/or modify --- 1,5 ---- /****************************************************************************** ! (c) 1998-2008 C.H Caulfield Chr...@go... ! This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** #ifndef __BYTE_ORDER ! #error "Can't determine endianness - please inform pa...@ty... with your distribution and hardware type." #endif --- 23,27 ---- #ifndef __BYTE_ORDER ! #error "Can't determine endianness - please inform Chr...@go... with your distribution and hardware type." #endif *************** *** 52,56 **** /* it's a PDP??? */ ! #error "Unsupported endianness - please inform pa...@ty... with your distribution and hardware type." #endif #endif --- 52,56 ---- /* it's a PDP??? */ ! #error "Unsupported endianness - please inform Chr...@go... with your distribution and hardware type." #endif #endif |
From: Christine C. <chr...@us...> - 2008-05-01 07:21:47
|
Update of /cvsroot/linux-decnet/dnprogs/dapfs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23044 Modified Files: Makefile Log Message: Build with -fdollars-in-identifiers or it will fail on ARM Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dapfs/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** Makefile 2 Apr 2008 19:16:40 -0000 1.13 --- Makefile 1 May 2008 07:21:42 -0000 1.14 *************** *** 11,15 **** all: $(PROG1) ! CFLAGS=-I../include -I ../librms -Wall $(DFLAGS) $(PROG1): $(PROG1OBJS) $(DEPLIBS) --- 11,15 ---- all: $(PROG1) ! CFLAGS=-I../include -I ../librms -Wall $(DFLAGS) -fdollars-in-identifiers $(PROG1): $(PROG1OBJS) $(DEPLIBS) |
From: Christine C. <chr...@us...> - 2008-04-29 12:05:30
|
Update of /cvsroot/linux-decnet/dnprogs/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17498/debian Modified Files: changelog Log Message: 2.43 changelog Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -r1.57 -r1.58 *** changelog 10 Apr 2008 13:32:45 -0000 1.57 --- changelog 29 Apr 2008 12:05:22 -0000 1.58 *************** *** 1,2 **** --- 1,11 ---- + dnprogs (2.43) unstable; urgency=low + + * dapfs: fix editor access. + * dapfs: fix readdir so attributes don't get mixed up. fixes "find" + * dndir: fix readdir + * librms: return something(anything!) in errno when open fails. + + -- Christine Caulfield <Chr...@go...> Tue, 29 Apr 2008 13:00:11 +0100 + dnprogs (2.42) unstable; urgency=low |
From: Christine C. <chr...@us...> - 2008-04-27 13:23:46
|
Update of /cvsroot/linux-decnet/dnprogs/librms In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21028 Modified Files: getreply.cc Log Message: (slightly) improve errno returns. Index: getreply.cc =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/librms/getreply.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** getreply.cc 7 Dec 2007 11:05:03 -0000 1.6 --- getreply.cc 27 Apr 2008 13:23:42 -0000 1.7 *************** *** 51,54 **** --- 51,58 ---- if (code == 047) return code; // EOF rc->lasterror = err; + if (code == 060) + errno = EBUSY; + else + errno = ENOENT; // Bad fallback. return -1; } |
From: Christine C. <chr...@us...> - 2008-04-26 13:38:07
|
Update of /cvsroot/linux-decnet/dnprogs/dndir In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17575 Modified Files: dndir.cc Log Message: Print out data on ACK. This shouldn't make much difference here but it's more correct and broke things on dapfs! Index: dndir.cc =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dndir/dndir.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** dndir.cc 26 Jan 2006 13:32:45 -0000 1.7 --- dndir.cc 26 Apr 2008 13:38:03 -0000 1.8 *************** *** 295,313 **** case dap_message::NAME: { - if (name_pending) - { - name_pending = false; - if (show_total) total += size; - print_short(filename_width, - show_size, - show_date, - show_owner, - show_protection, - single_column, - entries_per_line, - size, - name, owner, cdt,prot, &printed); - } - dap_name_message *nm = (dap_name_message *)m; --- 295,298 ---- *************** *** 368,371 **** --- 353,370 ---- case dap_message::ACK: { + if (name_pending) + { + name_pending = false; + if (show_total) total += size; + print_short(filename_width, + show_size, + show_date, + show_owner, + show_protection, + single_column, + entries_per_line, + size, + name, owner, cdt,prot, &printed); + } } break; *************** *** 475,489 **** { case dap_message::NAME: - if (name_pending) - { - name_pending = false; - print_long(name_msg, attrib_msg, date_msg, protect_msg); - - delete name_msg; - delete protect_msg; - delete attrib_msg; - delete date_msg; - } - name_msg = (dap_name_message *)m; switch (name_msg->get_nametype()) --- 474,477 ---- *************** *** 543,546 **** --- 531,544 ---- case dap_message::ACK: + if (name_pending) + { + name_pending = false; + print_long(name_msg, attrib_msg, date_msg, protect_msg); + + delete name_msg; + delete protect_msg; + delete attrib_msg; + delete date_msg; + } break; |
From: Christine C. <chr...@us...> - 2008-04-26 13:37:25
|
Update of /cvsroot/linux-decnet/dnprogs/dapfs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17195 Modified Files: dapfs.c dapfs_dap.cc Log Message: A couple of dapfs fixes: - fix editors. by assiming that files opened with O_WRONLY create a new version. - fix find, the DIR attribute was being applied to the wrong file! Index: dapfs.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dapfs/dapfs.c,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** dapfs.c 4 Apr 2008 13:47:22 -0000 1.25 --- dapfs.c 26 Apr 2008 13:37:18 -0000 1.26 *************** *** 354,361 **** --- 354,368 ---- fab.fab$b_shr = FAB$M_GET; } + /* O_WRONLY also means CREAT (well here it does anyway) */ + if (fi->flags & O_WRONLY) + fi->flags |= O_CREAT; h->rmsh = rms_open(fullname, fi->flags, &fab); if (!h->rmsh) { int saved_errno = errno; + + if (debuglevel) + fprintf(stderr, "rms_open returned NULL, errno=%d (rmserror: %s)\n", errno, rms_openerror()); + free(h); *************** *** 388,392 **** if (debuglevel&1) ! fprintf(stderr, "dapfs_read: %s offset=%lld\n", path, offset); if (!h) { --- 395,399 ---- if (debuglevel&1) ! fprintf(stderr, "dapfs_read (%p): %s offset=%lld\n", h->rmsh, path, offset); if (!h) { *************** *** 395,398 **** --- 402,408 ---- return res; h = (struct dapfs_handle *)fi->fh; + if (debuglevel&1) + fprintf(stderr, "dapfs_read (%p)\n", h->rmsh); + } *************** *** 496,500 **** } ! syslog(LOG_DEBUG, "dapfs_write. offset=%d, (%p) fh->offset=%d\n", (int)offset, h, (int)h->offset); memset(&rab, 0, sizeof(rab)); if (offset && offset != h->offset) { --- 506,511 ---- } ! if (debuglevel) ! fprintf(stderr, "dapfs_write (%p). offset=%d, (%p) fh->offset=%d\n", h->rmsh, (int)offset, h, (int)h->offset); memset(&rab, 0, sizeof(rab)); if (offset && offset != h->offset) { *************** *** 506,516 **** res = rms_write(h->rmsh, (char *)buf, size, &rab); if (res == -1) { ! syslog(LOG_DEBUG, "rms_write returned %d, errno=%d\n", res, errno); res = -errno; } else { h->offset += size; res = size; - syslog(LOG_DEBUG, "rms_write returned 0, offset (%p) now=%d\n", h, (int)h->offset); } return res; --- 517,529 ---- res = rms_write(h->rmsh, (char *)buf, size, &rab); if (res == -1) { ! if (debuglevel) ! fprintf(stderr, "rms_write returned %d, errno=%d (rmserror: %s)\n", res, errno, rms_lasterror(h->rmsh)); res = -errno; } else { h->offset += size; + if (debuglevel) + fprintf(stderr, "rms_write returned %d, offset now=%d\n", res, (int)h->offset); res = size; } return res; *************** *** 523,527 **** if (debuglevel&1) ! fprintf(stderr, "dapfs_release: %s\n", path); if (!h) --- 536,540 ---- if (debuglevel&1) ! fprintf(stderr, "dapfs_release (%p): %s \n", h->rmsh, path); if (!h) Index: dapfs_dap.cc =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dapfs/dapfs_dap.cc,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** dapfs_dap.cc 28 Mar 2008 07:50:21 -0000 1.14 --- dapfs_dap.cc 26 Apr 2008 13:37:18 -0000 1.15 *************** *** 325,331 **** switch (m->get_type()) { ! case dap_message::NAME: ! { ! // Got a new name, send the old stuff. if (name_pending) { --- 325,330 ---- switch (m->get_type()) { ! case dap_message::ACK: ! // Got all the file info if (name_pending) { *************** *** 346,350 **** --- 345,352 ---- memset(&stbuf, 0, sizeof(stbuf)); } + break; + case dap_message::NAME: + { dap_name_message *nm = (dap_name_message *)m; |
From: Christine C. <chr...@us...> - 2008-04-10 13:32:51
|
Update of /cvsroot/linux-decnet/dnprogs/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21898/debian Modified Files: changelog Log Message: Make changelog a little more accurate Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -r1.56 -r1.57 *** changelog 10 Apr 2008 13:28:24 -0000 1.56 --- changelog 10 Apr 2008 13:32:45 -0000 1.57 *************** *** 2,6 **** * More work on dapfs. Fix crash when reading long files ! * add DH_COMPAT to get rid of debian build warnings, and error (I hope) Closes: #475196 --- 2,6 ---- * More work on dapfs. Fix crash when reading long files ! * add debian/compat to get rid of debian build warnings, and error (I hope) Closes: #475196 |
From: Christine C. <chr...@us...> - 2008-04-10 13:32:01
|
Update of /cvsroot/linux-decnet/dnprogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21466 Modified Files: Makefile Makefile.common Log Message: Get rid of DH_COMPAT from the makefile...only I use 'make deb' (slap!) Update version. Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** Makefile 4 Apr 2008 13:45:45 -0000 1.34 --- Makefile 10 Apr 2008 13:31:56 -0000 1.35 *************** *** 113,118 **** deb: rm -f Documentation/*~ Documentation/*.bak ! DH_COMPAT=5 dpkg-buildpackage -rfakeroot ! # # Dummy rule for sub-directories --- 113,117 ---- deb: rm -f Documentation/*~ Documentation/*.bak ! dpkg-buildpackage -rfakeroot # # Dummy rule for sub-directories Index: Makefile.common =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile.common,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -r1.44 -r1.45 *** Makefile.common 31 Mar 2008 07:52:09 -0000 1.44 --- Makefile.common 10 Apr 2008 13:31:56 -0000 1.45 *************** *** 58,62 **** MAJOR_VERSION=2 ! MINOR_VERSION=41 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) --- 58,62 ---- MAJOR_VERSION=2 ! MINOR_VERSION=42 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) |
From: Christine C. <chr...@us...> - 2008-04-10 13:29:27
|
Update of /cvsroot/linux-decnet/dnprogs/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20342 Added Files: compat Log Message: Add debhelper compat variable --- NEW FILE: compat --- 5 |
From: Christine C. <chr...@us...> - 2008-04-10 13:28:37
|
Update of /cvsroot/linux-decnet/dnprogs/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19715 Modified Files: changelog Removed Files: dnet-common.conffiles dnet-progs.conffiles Log Message: .conffiles files seem not to be needed Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -r1.55 -r1.56 *** changelog 2 Apr 2008 12:39:27 -0000 1.55 --- changelog 10 Apr 2008 13:28:24 -0000 1.56 *************** *** 1,2 **** --- 1,10 ---- + dnprogs (2.42) unstable; urgency=low + + * More work on dapfs. Fix crash when reading long files + * add DH_COMPAT to get rid of debian build warnings, and error (I hope) + Closes: #475196 + + -- Christine Caulfield <Chr...@go...> Thu, 10 Apr 2008 14:18:34 +0100 + dnprogs (2.41-1) unstable; urgency=low --- dnet-common.conffiles DELETED --- --- dnet-progs.conffiles DELETED --- |
From: Christine C. <chr...@us...> - 2008-04-04 13:47:27
|
Update of /cvsroot/linux-decnet/dnprogs/dapfs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2736/dapfs Modified Files: dapfs.c Log Message: A bit of tidying Index: dapfs.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dapfs/dapfs.c,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** dapfs.c 3 Apr 2008 08:38:34 -0000 1.24 --- dapfs.c 4 Apr 2008 13:47:22 -0000 1.25 *************** *** 41,45 **** #define RMS_BUF_SIZE 65536 - struct dapfs_handle { --- 41,44 ---- *************** *** 95,99 **** } ! /* FORTRAN files have a leading character that indicates carriage control */ if (fh->rat & RAT_FTN) { --- 94,98 ---- } ! /* FORTRAN files have a leading character that indicates carriage control */ if (fh->rat & RAT_FTN) { *************** *** 157,160 **** --- 156,160 ---- return 0; } + static int dapfs_utime(const char *path, struct utimbuf *u) { *************** *** 377,382 **** } - - static int dapfs_read(const char *path, char *buf, size_t size, off_t offset, struct fuse_file_info *fi) --- 377,380 ---- |
From: Christine C. <chr...@us...> - 2008-04-04 13:45:50
|
Update of /cvsroot/linux-decnet/dnprogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1879 Modified Files: Makefile Removed Files: NEWS Log Message: Remove NEWS file as it's always out of date. Use the debian/changelog instead Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** Makefile 4 Apr 2008 13:41:02 -0000 1.33 --- Makefile 4 Apr 2008 13:45:45 -0000 1.34 *************** *** 47,50 **** --- 47,51 ---- # dist: + cp debian/changelog NEWS for i in $(SUBDIRS); do cd $$i; rm -f .depend; cd ..; done if [ -L ../$(PKGNAME)-$(VERSION) ]; then rm ../$(PKGNAME)-$(VERSION); fi *************** *** 101,105 **** < rpm.spec >$(PKGNAME).spec mkdir -p BUILD RPMS/$(ARCH) ! cp README NEWS Documentation/*.README BUILD cp libvaxdata/libvaxdata.pdf BUILD rpmbuild -ba --target $(ARCH) --buildroot `pwd`/rpmbuild -v --rcfile .rpmrc $(PKGNAME).spec --- 102,107 ---- < rpm.spec >$(PKGNAME).spec mkdir -p BUILD RPMS/$(ARCH) ! cp README Documentation/*.README BUILD ! cp debian/changelog BUILD/NEWS cp libvaxdata/libvaxdata.pdf BUILD rpmbuild -ba --target $(ARCH) --buildroot `pwd`/rpmbuild -v --rcfile .rpmrc $(PKGNAME).spec --- NEWS DELETED --- |
From: Christine C. <chr...@us...> - 2008-04-04 13:41:08
|
Update of /cvsroot/linux-decnet/dnprogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32348 Modified Files: Makefile Log Message: Make SRPM Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -r1.32 -r1.33 *** Makefile 3 Apr 2008 10:07:43 -0000 1.32 --- Makefile 4 Apr 2008 13:41:02 -0000 1.33 *************** *** 33,36 **** --- 33,39 ---- rm -rf rpmbuild rm -rf RPMS + rm -rf SOURCES + rm -rf SRPMS + rm -rf BUILD rm -f .rpm* rm -f build *************** *** 63,68 **** # Make RPM package for Red Hat systems. # ! rpm: ! rm -rf rpmbuild BUILD RPMS make clean echo "%_topdir `pwd`" > .rpmmacros --- 66,71 ---- # Make RPM package for Red Hat systems. # ! rpm: ! rm -rf rpmbuild BUILD RPMS SOURCES make clean echo "%_topdir `pwd`" > .rpmmacros *************** *** 73,76 **** --- 76,81 ---- ln -sf libdnet.so.2 rpmbuild/usr/lib/libdnet.so.1 make dist + mkdir SOURCES SRPMS + cp /var/tmp/$(PKGNAME)-$(VERSION).tar.gz SOURCES install -d rpmbuild/etc/rc.d/init.d install -d rpmbuild/usr/doc *************** *** 98,102 **** cp README NEWS Documentation/*.README BUILD cp libvaxdata/libvaxdata.pdf BUILD ! rpmbuild -bb --target $(ARCH) --buildroot `pwd`/rpmbuild -v --rcfile .rpmrc $(PKGNAME).spec rm -f $(PKGNAME).spec .rpmrc .rpmmacros --- 103,107 ---- cp README NEWS Documentation/*.README BUILD cp libvaxdata/libvaxdata.pdf BUILD ! rpmbuild -ba --target $(ARCH) --buildroot `pwd`/rpmbuild -v --rcfile .rpmrc $(PKGNAME).spec rm -f $(PKGNAME).spec .rpmrc .rpmmacros |
From: Christine C. <chr...@us...> - 2008-04-04 13:27:19
|
Update of /cvsroot/linux-decnet/dnprogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26835 Modified Files: rpm.spec Log Message: Add dapfs to the RPM and fix some broken bits in it. Index: rpm.spec =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/rpm.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** rpm.spec 16 Dec 2006 15:53:01 -0000 1.14 --- rpm.spec 4 Apr 2008 13:27:10 -0000 1.15 *************** *** 3,7 **** Version: %%VERSION%% Release: 1 ! Vendor: Patrick Caulfield and The Linux DECnet Project team License: GPL Group: Networking/Utilities --- 3,7 ---- Version: %%VERSION%% Release: 1 ! Vendor: Christine Caulfield License: GPL Group: Networking/Utilities *************** *** 50,53 **** --- 50,54 ---- %%PREFIX%%/sbin/vmsmaild %%PREFIX%%/sbin/multinet + %%CONFPREFIX%%/sbin/mount.dapfs %%PREFIX%%/share/man/man1/dncopy.1.gz %%PREFIX%%/share/man/man1/dntype.1.gz *************** *** 77,80 **** --- 78,82 ---- %%PREFIX%%/share/man/man8/decnetconf.8.gz %%PREFIX%%/share/man/man8/multinet.8.gz + %%PREFIX%%/share/man/man8/mount.dapfs.8.gz /etc/rc.d/init.d/decnet /etc/decnet.proxy *************** *** 89,92 **** --- 91,100 ---- %%LIBPREFIX%%/lib/librms.so.%%VERSION%% + %config + %%CONFPREFIX%%/etc/decnet.conf.sample + %%CONFPREFIX%%/etc/dnetd.conf + + %doc README NEWS fal.README mail.README dnetd.README phone.README librms.README dapfs.README libvaxdata.pdf + %files devel %%PREFIX%%/share/man/man3/dnet_addr.3.gz *************** *** 122,134 **** /usr/include/convert_vax_data.h - - - %config %%CONFPREFIX%%/etc/decnet.conf.sample - %%CONFPREFIX%%/etc/dnetd.conf - %dir /usr/include/netdnet - %doc README NEWS fal.README mail.README dnetd.README phone.README librms.README libvaxdata.pdf - %post chkconfig --level 345 decnet on --- 130,135 ---- *************** *** 140,143 **** --- 141,146 ---- %Changelog + * Fri Apr 04 2008 Christine Caulfield <Chr...@gm...> 2.42 + Another release * Thu May 26 2006 Patrick Caulfield <pa...@ty...> - 2.37-1 First release |
From: Christine C. <chr...@us...> - 2008-04-03 10:07:48
|
Update of /cvsroot/linux-decnet/dnprogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15550 Modified Files: Makefile Log Message: Update DH_COMPAT to get rid of some warnings. Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -r1.31 -r1.32 *** Makefile 23 Mar 2008 16:15:42 -0000 1.31 --- Makefile 3 Apr 2008 10:07:43 -0000 1.32 *************** *** 106,110 **** deb: rm -f Documentation/*~ Documentation/*.bak ! DH_COMPAT=2 dpkg-buildpackage -rfakeroot # --- 106,110 ---- deb: rm -f Documentation/*~ Documentation/*.bak ! DH_COMPAT=5 dpkg-buildpackage -rfakeroot # |
From: Christine C. <chr...@us...> - 2008-04-03 08:43:37
|
Update of /cvsroot/linux-decnet/dnprogs/Documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17278 Modified Files: dapfs.README Log Message: More doc Index: dapfs.README =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Documentation/dapfs.README,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** dapfs.README 28 Mar 2008 14:20:31 -0000 1.4 --- dapfs.README 3 Apr 2008 08:43:33 -0000 1.5 *************** *** 15,19 **** - mkdir - rmdir (if the protection of the VMS directory does not have Delete set) - - chmod Other things that do not work are chmod and chown as these do not map neatly --- 15,18 ---- *************** *** 27,31 **** and use the followng syntax: ! # mount -tdapfs node <mountpoint> Here are some examples: --- 26,30 ---- and use the followng syntax: ! # mount -tdapfs node <mountpoint> [<options>] Here are some examples: *************** *** 36,39 **** --- 35,48 ---- mount -tdapfs ford /mnt/alpha -ousername=system,password=field + By default dapfs transfers files as records as this is by far the most useful + way of doing things. If you want to get a raw file from VMS (and remember, + this won't copy the file organisational metadata) then you can add -oblock to + the mount command and dapfs will send the file just as it appears on VMS. + This is also a lot quicker than record mode too. + + You can't directly mount a disk using dapfs, because it connects as a user + to VMS and everything is relative to that user's home directory + (.. doesn't work!). If you want to export a whole disk you will have to create + a user that logs into [000000] ! BUGS/ANNOYANCES *************** *** 50,54 **** the NULs should disappear. ! dapfs will probably oinly work to VMS. I will accept patches to make it work ! with other DECnet operating systems but I very much dount I will have the time ! to do it myself, sorry. \ No newline at end of file --- 59,63 ---- the NULs should disappear. ! dapfs will probably only work to VMS. I will accept patches to make it work ! with other DECnet operating systems but I very much doubt I will have the time ! to do it myself, sorry. |