diff options
author | knu <knu@FreeBSD.org> | 2001-07-14 14:01:06 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-07-14 14:01:06 +0800 |
commit | dba7fc9e601b5e1c8306f079ea42b4372f47f563 (patch) | |
tree | 6e502a67e49b29481ba219dc7af0ca2ec219c836 /japanese/samba/files | |
parent | f9e88a2fb17c532eae5aaa68717ced2757068954 (diff) | |
download | freebsd-ports-gnome-dba7fc9e601b5e1c8306f079ea42b4372f47f563.tar.gz freebsd-ports-gnome-dba7fc9e601b5e1c8306f079ea42b4372f47f563.tar.zst freebsd-ports-gnome-dba7fc9e601b5e1c8306f079ea42b4372f47f563.zip |
Update to 2.0.10-ja-1.0, which fixes the security problems addressed
in FreeBSD-SA-01:45.
PR: ports/28932
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (MAINTAINER)
Diffstat (limited to 'japanese/samba/files')
-rw-r--r-- | japanese/samba/files/patch-ca | 11 | ||||
-rw-r--r-- | japanese/samba/files/patch-eb | 19 |
2 files changed, 0 insertions, 30 deletions
diff --git a/japanese/samba/files/patch-ca b/japanese/samba/files/patch-ca deleted file mode 100644 index 52eaec56c141..000000000000 --- a/japanese/samba/files/patch-ca +++ /dev/null @@ -1,11 +0,0 @@ ---- client/client.c.orig Wed May 10 23:28:49 2000 -+++ client/client.c Mon Oct 23 00:40:14 2000 -@@ -1577,7 +1577,7 @@ - ****************************************************************************/ - static void server_fn(const char *name, uint32 m, const char *comment) - { -- printf("\t%-16.16s %s\n", name, comment); -+ printf("\t%-16.16s %s\n", unix_to_dos((char *)name, True), unix_to_dos((char *)comment, True)); - } - - /**************************************************************************** diff --git a/japanese/samba/files/patch-eb b/japanese/samba/files/patch-eb deleted file mode 100644 index f30e3acc7cf9..000000000000 --- a/japanese/samba/files/patch-eb +++ /dev/null @@ -1,19 +0,0 @@ ---- smbd/reply.c.orig Fri May 4 04:11:44 2001 -+++ smbd/reply.c Mon Jul 2 13:11:28 2001 -@@ -101,6 +101,7 @@ - trim_string( remote_machine, strlen( remote_machine )+1, - " ", sizeof( " " ), " ", sizeof( " " )); - strlower(remote_machine); -+ alpha_strcpy(remote_machine,remote_machine,sizeof(remote_machine)-1); - - fstrcpy(local_machine,name1); - len = strlen(local_machine); -@@ -111,6 +112,7 @@ - trim_string( local_machine, strlen( local_machine )+1, - " ", sizeof( " " ), " ", sizeof( " " )); - strlower(local_machine); -+ alpha_strcpy(local_machine,local_machine,sizeof(local_machine)-1); - - if (name_type == 'R') { - /* We are being asked for a pathworks session --- - |