Update of /cvsroot/linux-decnet/dnprogs/fal
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27671/fal
Modified Files:
directory.cc server.cc
Log Message:
Add NML to dnetd.conf
Change some initials.
Index: directory.cc
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/fal/directory.cc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** directory.cc 20 Aug 2008 12:43:59 -0000 1.8
--- directory.cc 4 Sep 2008 15:43:09 -0000 1.9
***************
*** 267,271 ****
// There may need to be more here as odd characters to seem to upset VMS
// greatly.
! // PJC: TODO - move this back into task.cc so we can do more generic
// conversions of "illegal" filenames
for (i=0; i< strlen(vmsname); i++)
--- 267,271 ----
// There may need to be more here as odd characters to seem to upset VMS
// greatly.
! // CC: TODO - move this back into task.cc so we can do more generic
// conversions of "illegal" filenames
for (i=0; i< strlen(vmsname); i++)
Index: server.cc
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/fal/server.cc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** server.cc 20 Aug 2008 12:43:59 -0000 1.6
--- server.cc 4 Sep 2008 15:43:09 -0000 1.7
***************
*** 245,249 ****
DAPLOG((LOG_DEBUG, "Remote OS is %d\n", params.remote_os));
! // PJC Warning, dodgy logic!
params.can_do_stmlf = true;
if (params.remote_os == dap_config_message::OS_RSX11M ||
--- 245,249 ----
DAPLOG((LOG_DEBUG, "Remote OS is %d\n", params.remote_os));
! // CC Warning, dodgy logic!
params.can_do_stmlf = true;
if (params.remote_os == dap_config_message::OS_RSX11M ||
|