head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.48 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.46 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.44 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.42 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.40 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.38 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.36 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.34 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.32 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.30 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.28 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.26 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.24 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.22 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.20 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.18 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.16 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.14 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.12 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.10 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.8 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.6 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.4 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.2 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2; locks; strict; comment @# @; 1.4 date 2004.08.17.17.32.44; author taca; state dead; branches; next 1.3; 1.3 date 2004.07.23.16.45.43; author taca; state Exp; branches; next 1.2; 1.2 date 2002.07.07.14.36.48; author taca; state dead; branches; next 1.1; 1.1 date 2002.06.28.17.14.00; author taca; state Exp; branches; next ; desc @@ 1.4 log @Update ja-samba package to 2.2.10.1.0 (samba-2.2.10-a-1.0). Changes from 2.2.9.1.0 is a fix for CAN-2004-0686 included in samba 2.2.10 though it is already applied by ja-samba-2.2.9.1.0nb1 package. This pkgsrc also contains a fix by Samba 2.2.11; smbd crash problem by Windos XP SP2 client. @ text @$NetBSD: patch-bc,v 1.3 2004/07/23 16:45:43 taca Exp $ --- smbd/filename.c.orig 2003-05-20 11:17:18.000000000 +0900 +++ smbd/filename.c @@@@ -314,7 +314,7 @@@@ BOOL unix_convert(char *name,connection_ */ if (mangle_is_mangled(start)) { - mangle_check_cache( start ); + mangle_check_cache( start, sizeof(pstring) - 1 - (start - name) ); } DEBUG(5,("New file %s\n",start)); @@@@ -472,7 +472,7 @@@@ static BOOL scan_directory(const char *p * (JRA). */ if (mangled) - mangled = !mangle_check_cache( name ); + mangled = !mangle_check_cache( name, maxlength ); /* open the directory */ if (!(cur_dir = OpenDir(conn, path, True))) { @ 1.3 log @- Fix the problem that swat authentication always fail. Noted by MORI Kouji on tech-pkg-ja mailing list. - merge security fix related change between samba 2.2.9 and 2.2.10. See http://www.samba.org/samba/whatsnew/samba-2.2.10.html or http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0686. Bump package revision. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update ja-samba package to 2.2.4.1.0 (samba-ja 2.2.4-ja-1.0). This is localized message based on samba 2.2.4. Its own feature: - Localized winbind support (though winbind isn't supported on NetBSD.) - Japanese support for resource name: file name, share name, NetBIOS name and NetBIOS user name. - Machine depended character code for file and directory name. - Japanese documents. - Internatilnalized swat. It also fixes security problem found on samba 2.2.3 and later which happens with --with-tdbsam option. (It isn't enabled on default.) @ text @d1 1 a1 1 $NetBSD: patch-bc,v 1.1 2002/06/28 17:14:00 taca Exp $ d3 4 a6 7 --- utils/status.c.orig Fri Nov 9 18:27:58 2001 +++ utils/status.c @@@@ -513,6 +513,7 @@@@ struct session_record *ptr; struct connections_data crec; pstring unixname; + pstring unixcrecname; d8 15 a22 11 if (dbuf.dsize != sizeof(crec)) return 0; @@@@ -555,7 +556,7 @@@@ add a sort at some time */ } else { printf("%-10.10s %-8s %-8s %5d %-8s (%s) %s", - crec.name, + dos_to_unix( unixcrecname, crec.name ), dos_to_unix(unixname, uidtoname(crec.uid)), gidtoname(crec.gid),(int)crec.pid, crec.machine,crec.addr, @ 1.1 log @- Add two additional fix about localization. - bump package revision. @ text @d1 1 a1 1 $NetBSD$ @