Displaying 20 results from an estimated 500 matches similar to: "TOSHAG-Passdb.xml translate finished and some typo found"
2009 Aug 17
0
TOSHAG-NetworkBrowsing.xml translate finished and some typo/question found
Now, TOSHARG-NetworkBrowsing.xml translate to Japanese finished(3.4.0 base).
And some typo/question found.
<indexterm><primary>NetBIOS</primary></indexterm>
<indexterm><primary>NetBIOS</primary></indexterm>
<indexterm><primary>phasing out NetBIOS</primary></indexterm>
<indexterm><primary>n security
2009 Oct 08
3
TOSHAG-Winbind.xml translate finished and some bug found
Now, TOSHARG-VFS.xml translate to Japanese finished(3.4.0 base).
And some bug found.
<indexterm><primary>UID</primary></indexterm>
<indexterm><primary>GID</primary></indexterm>
<indexterm><primary>SID</primary></indexterm>
<indexterm><primary>idmap uid</primary></indexterm>
2009 Sep 24
0
TOSHAG-TheNetCommand.xml translate finished and some TYPO found
Now, TOSHARG-TheNetCommand.xml translate to Japanese finished(3.4.0 base).
And some typo found.
Ensure that every Windows workstation Administrator account has the same password that you
have used in the script shown in <link linkend="magicnetlogon">the Netlogon Example smb.conf
file</link>
--forgot . (period)
A share can
2009 Jul 06
1
TOSHARG-DomainMember.xml translate finish and some bug found
Now, TOSHARG-DomainMember.xml translate to Japanese finished.
and Some bug found.
<procedure>
<title>Server Manager Account Machine Account Management</title>
-------Domain?
<step><para>
From the menu select <guimenu>Computer</guimenu>.
</para></step>
When the user elects to make the
2009 Aug 03
1
TOSHAG-ChangeNotes.xml translate finished and some typo found
Now, TOSHARG-ChangeNotes.xml translate to Japanese finished(3.4.0 base).
And some typo found.
--------------------------------------------------------------------------
Assume that a group named <emphasis>developers</emphasis> exists with a UNIX GID of 782. In this
case this user does not exist in Samba's group mapping table. It would be perfectly normal for
----group?
2009 Oct 10
1
documentation bug?
Hi,
I'm thoroughly RTFM'ing in order to find out what I'm doing wrong
<http://lists.samba.org/archive/samba/2009-October/thread.html#151046>
and I noticed that links from the *Samba-HOWTO-Collection* to the
*manpages-3* don't work... the problem is that both documentation sets
are on different directories but links don't include a path (nor
absolute, nor relative).
2010 Jan 13
0
TOSHARG-CUPS-Printing.xml, AdvancedNetworkAdmin.xml, Integrating-with -Windows.xml finished and some bug
Now, TOSHARG-CUPS-Printing.xml,TOSHARG-AdvancedNetworkAdmin.xml,TOSHARG-Integrating-with-Windows.xml
translate to Japanese finished(3.4.0 base).
And some bug found.
-------------------------------------------------------------------------------
TOSHARG-CUPS-Printing.xml
The setdriver command will fail if in Samba's mind the queue is not
already there. A successful installation displys the
2009 May 12
5
TYPO: The Official Samba 3.2.x HOWTO and Reference Guide
I had translated TOSHARG into Japanese.
I found TYPO in the paragraph of "About the Cover Artwork".
The contents are as follows.
----------------------------------------------------------------------------------------
the actions of those who have travelled lifes' road before us,
------
life's
2006 Mar 16
1
Patch: patches for smbmount opton documentation ( smbmount.8.xml )
Hi,
I use samba on Linux 2.6 and 2G over size file sharing.
It seems smbmount '-o lfs' need to use with large file.
but default man page doesn't say this option.
I want to edit smbmount.8.xml for lfs and unicode option.
I believe using mount.cifs is right way on latest Linux.
But one of the implementation smb_clients tools take this
lazy option.
Is it right way to change of man page
2007 Jun 15
0
Branch 'as' - 4 commits - libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_object.c libswfdec/swfdec_player.c
libswfdec/swfdec_as_frame.c | 3 ++-
libswfdec/swfdec_as_object.c | 3 ++-
libswfdec/swfdec_player.c | 16 ++++++++++------
3 files changed, 14 insertions(+), 8 deletions(-)
New commits:
diff-tree 51bdd4e30a331ac9d4c21748097323187eed89f9 (from e415c0893f4316b99bbec0eb418b9664efee2b99)
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Jun 15 19:38:26 2007 +0200
mark the
2006 Nov 15
0
[740] trunk/wxruby2: API - Make ListCtrl#get_item return a ListCtrl item corresponding to a row and
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Sep 04
0
5 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_native_function.h
doc/Makefile.am | 1
doc/swfdec-sections.txt | 3
libswfdec/swfdec_as_array.c | 1
libswfdec/swfdec_as_boolean.c | 2
libswfdec/swfdec_as_internal.h | 4
libswfdec/swfdec_as_native_function.c | 156 ++++++++++++++++++++++++++++++++++
libswfdec/swfdec_as_native_function.h | 21 ++++
libswfdec/swfdec_as_number.c
2009 Oct 24
6
Working with ListCtrl and ListItem
Hi List,
I''m trying to get my ListCtrl to work. Currently I''ve managed to fill
my ListCtrl with items, but I think it''s not the most beautiful way:
class MyList < Wx::ListCtrl
def initialize(parent, *args)
super(parent, :style => Wx::LC_REPORT|LC_HRULES )
create_layout
fill_list
end
def create_layout
self.insert_column(0, "Name")
2007 Jul 27
1
Wx::ListItem data
Hi all,
i have a question:
i need a Wx::ListItem to wrap my content but i get a strange result...
irb(main):001:0> require ''wx''
=> true
irb(main):002:0> li = Wx::ListItem.new
=> #<Wx::ListItem:0x281610c>
irb(main):003:0> li.set_data(3)
=> nil
irb(main):004:0> li.get_data
=> 7
any hint?
thank you,
fabio.
2006 Nov 13
0
ListCtrl / ListItem
The attached patch builds upon Sean''s neat work adding the ListItem
constants.
Instead of passing a ListItem into ListCtrl#get_item, you now pass the
row and optionally the column you want info for, and get a ListItem
back. This was suggested by how wxPython works, according to the docs.
I hadn''t realised until now, but %extend does work correctly with
directors - so as
2007 Jun 15
0
Branch 'as' - 4 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_sprite.c test/trace
libswfdec/swfdec_movie.c | 5 +----
libswfdec/swfdec_player.c | 36 ++++++++++++++++++++++++++++++++++++
libswfdec/swfdec_sprite.c | 4 +++-
test/trace/trace.c | 27 ++++++++++++++++++++++++---
4 files changed, 64 insertions(+), 8 deletions(-)
New commits:
diff-tree 0b6e91a7cfe6614977c78321d3e19bf8e8035f9d (from d8b550fa5c0a47912941ab3e3bb0358fa3c481e9)
Author: Benjamin Otte
2012 Aug 30
2
[PATCH 01/11] vmci_context.patch: VMCI context list operations.
Signed-off-by: George Zhang <georgezhang at vmware.com>
---
drivers/misc/vmw_vmci/vmci_context.c | 1245 ++++++++++++++++++++++++++++++++++
drivers/misc/vmw_vmci/vmci_context.h | 174 +++++
2 files changed, 1419 insertions(+), 0 deletions(-)
create mode 100644 drivers/misc/vmw_vmci/vmci_context.c
create mode 100644 drivers/misc/vmw_vmci/vmci_context.h
diff --git
2012 Aug 30
2
[PATCH 01/11] vmci_context.patch: VMCI context list operations.
Signed-off-by: George Zhang <georgezhang at vmware.com>
---
drivers/misc/vmw_vmci/vmci_context.c | 1245 ++++++++++++++++++++++++++++++++++
drivers/misc/vmw_vmci/vmci_context.h | 174 +++++
2 files changed, 1419 insertions(+), 0 deletions(-)
create mode 100644 drivers/misc/vmw_vmci/vmci_context.c
create mode 100644 drivers/misc/vmw_vmci/vmci_context.h
diff --git
2003 Dec 11
1
Funny characters in http://www.shorewall.net/FAQ.htm
Hello Mike, Tom, (I am not sure who is working on this part)
There are some funny characters in FAQ.htm in a number of places.
I have provided a precursory analysis of this issue. It is not a big=20
deal, but something that I imagine will be worked out at some point.
I have provided a couple examples.
Is there a way I can see the xslt stylesheets?
Could they live in cvs at some point? Maybe I
2010 Nov 21
0
[ANNOUNCE] libX11 1.4.0
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
After 3 release candidates, it's finally done - libX11 1.4 is released.
As previously warned, libX11 1.4 *requires* libxcb. The Xlib 1.3 branch
continues to support the --without-xcb option for the benefit of any
remaining distributors who do not yet ship XCB in their stable releases.
Changes since the last release candidate:
Alan Coopersmith