Displaying 20 results from an estimated 20 matches for "martinson".
2006 Jul 22
6
two factor authentication
Are there any plans on the table to add native support for two-factor
authentication, such as password *and* public key?
Visa PCI standards require two-factor authentication for remote access
and if password+key was available in openssh it would be much easier
to maintain and support than a full-blown vpn with all the
cross-platform compatibility issues that come with one.
Thanks!
Jacob
2005 Jan 25
3
graphing
Does anyone know what Martin used to generate the graphs in the HTB user guide?
http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm
Thanks!
-Jacob
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2005 Jan 27
1
question about filter priorities and "tc -d filter show" output
The interface is setup like this:
# tc qdisc del dev eth0 root
# tc qdisc add dev eth0 root handle 1: htb default 2
# tc class add dev eth0 parent 1: classid 1:2 htb rate 20mbit ceil 20mbit
If I add a second class and a filter to send traffic to it like this:
# tc class add dev eth0 parent 1: classid 1:130 htb rate 1Mbit ceil 1Mbit
# tc filter add dev eth0 protocol ip parent 1:0 prio 130 u32
2015 Nov 27
0
Wine release 1.8-rc2
...as 1.5: failure to process 64-bit FairplayKD.sys driver IRPs due to incorrect alignment/packing of I/O manager structures
39665 dinput: MotoGP 3 demo fails to accept key presses to control the driver.
----------------------------------------------------------------
Changes since 1.8-rc1:
Adam Martinson (1):
kernel32/tests: Add tests for closing named pipes with CloseHandle.
Akihiro Sagawa (1):
po: Update Japanese translation.
Alex Henrie (1):
po: Update Catalan translation.
Alexandre Julliard (10):
winex11: Fix a copy&paste typo in the initial position of a window....
2014 Aug 22
0
Wine release 1.7.25
...k 1.10 'dumpcap.exe' tool crashes on unimplemented function wpcap.dll.pcap_findalldevs
37094 Wireshark 1.10 'dumpcap.exe' tool crashes on unimplemented function wpcap.dll.pcap_open_live
----------------------------------------------------------------
Changes since 1.7.24:
Adam Martinson (1):
ntdll: Implement FILE_PIPE_INFORMATION for NtQueryInformationFile.
Alexandre Julliard (1):
kernel32: Add detection of fake dlls when determining a binary type.
Andrei Sl?voiu (1):
wined3d: Replace vendor specific callbacks with generic code that uses vendor specific arrays....
2003 Oct 20
3
Problem with "add user script"
Problem - smbpasswd does not seem to be recognizing my "add user script"
option to automatically create Unix users when adding a samba user.
I am running Samba version 2.2.8a (from source) on a Linux (Redhat 8.0)
system.
Relevant lines from smb.conf:
[global]
server string=Samba Server
netbios name = smbpdc
security = user
domain logons=yes
domain master = yes
2010 Nov 26
0
Wine release 1.3.8
...nted function wininet.dll.InternetShowSecurityInfoByURL
25285 qedit/mediadet tests fail on most 64-bit machines
25294 Lemony Snicket's "A Series of Unfortunate Events" installer crashes
----------------------------------------------------------------
Changes since 1.3.7:
Adam Martinson (22):
msxml3: Store the DLL instance handle.
msxml3: Add our own xmlFirstElementChild() for older libxml2 versions.
msxml3: Add urn:schemas-microsoft-com:datatypes schema.
msxml3/tests: XDR schema tests.
msxml3: XDR schema support.
msxml3: Use built-in urn:schema...
2011 Jan 07
0
Wine release 1.3.11
...rdware acceleration)
25491 BearShare: Fails to install
25512 Watchtower Library 2010 crashes after splash screen
25678 'Wine reg add' with longer hive name error
25704 Movie Collection
----------------------------------------------------------------
Changes since 1.3.10:
Adam Martinson (1):
configure: Fix OpenCL includes on systems with only CL/cl.h.
Alexandre Julliard (58):
ntdll: Use the getdents64 system call on all Linux platforms.
ntdll: Use the futex system calls on all Linux platforms.
ntdll: Use the gettid system call on all Linux platforms....
2011 Jun 10
0
Wine release 1.3.22
...Office 2007 SP2 installer reports success but fails to install some components
27400 SecuROM 4.x/5.x helper driver needs ntoskrnl.exe.IoSetThreadHardErrorMode stub
27411 Dark Fall crashes on launch
----------------------------------------------------------------
Changes since 1.3.21:
Adam Martinson (1):
ole32: Don't call IDropTarget::QueryInterface() in RegisterDragDrop().
Alasdair Sinclair (1):
comctl32/tab: Fully initialize itemData to fix x64 test failure.
Alexandre Julliard (46):
winapi: Support optional parameters for stubs.
widl: Don't output callback c...
2010 Oct 29
0
Wine release 1.3.6
...DLL 'SHLWAPI.DLL'"
24871 Floppy diskette label and serial number not reported
24895 msxml4 installer crashes in 2nd dialog in msi_dialog_create_radiobutton
24929 FreeBSD build broken
----------------------------------------------------------------
Changes since 1.3.5:
Adam Martinson (14):
msxml3: Add a function to initialize xmlDoc->_private data.
msxml3: IXMLDOMSchemaCollection/XMLSchemaCache backend.
msxml3/tests: Internal schema doc storage tests.
msxml3: Implement schema_cache_get_length().
msxml3: Implement schema_cache_remove().
msx...
2011 Jul 22
0
Wine release 1.3.25
...doen't start (fixme:wininet:InternetSetOptionW Option 38 STUB)
27832 Iexplore crash in nsio.c (regression)
27840 winecfg crashes when using Royale (WindXP MCE) style
27866 Second Disk problem
----------------------------------------------------------------
Changes since 1.3.24:
Adam Martinson (2):
msxml3: Don't cause an assert failure if the datatypes schema doesn't load.
msxml3: Don't include libxml/parser.h twice.
Akihiro Sagawa (7):
po: Update Japanese translation.
po: Add message contexts for 'Restore' and update Japanese translation....
2011 May 13
0
Wine release 1.3.20
...d into ^Q ^Y characters
27132 Crash in MSI_RecordSetStringW when embedding RTF with NUL character into an MSI with Wix
27137 Mass Effect 2 demo: can no longer enter game (menu items are unclickable)
----------------------------------------------------------------
Changes since 1.3.19:
Adam Martinson (3):
wined3d: Fix an oops/crash in context_destroy_gl_resources().
d3d9: Use D3DQUERYTYPE instead of HRESULT in IDirect3DQuery9Impl_GetType().
msxml3: Don't add a <?xml...?> decl in domdoc_get_xml().
Akihiro Sagawa (4):
appwiz.cpl: Update Japanese translation....
2010 Oct 15
0
Wine release 1.3.5
...24714 ProteoWizard: Unhandled marshal type 7
24722 LibreOffice 3.3.0 Beta misses msvcr90 func/var
24726 Everquest 2 extended: solid blue color where waterfall should be in character select screen
----------------------------------------------------------------
Changes since 1.3.4:
Adam Martinson (5):
msxml3: Stub domdoc_get_readyState().
msxml3/tests: Tests for domdoc_validate().
msxml3: Partial stub domdoc_validate().
msxml3: XSLPattern support.
msxml3: Prevent a memory leak if domdoc creation fails.
Akihiro Sagawa (4):
cryptui: Add Japanese translatio...
2011 Dec 16
0
Wine release 1.3.35
...39;t connect
29343 Bloxx It's launcher is missing some background visuals
29353 pwsafe (3.xx) crashes
29356 Internet Explorer 8's content advisor shows small icons with a black background
----------------------------------------------------------------
Changes since 1.3.34:
Adam Martinson (1):
ntdll: Properly set flags in NtCreateNamedPipe().
Akihiro Sagawa (2):
po: Update Japanese translation.
cmd: Improve the message when the volume has no label.
Alex Henrie (4):
user32: If a dialog has no tab-accessible controls, set focus to first control (with tests)....
2010 Oct 01
0
Wine release 1.3.4
...gs if run in background
24496 Format Factory crashes after displaying the installer splash screen
24527 The Rise of Atlantis fails to start
24536 environ is NULL under Wine but not on real Windows
----------------------------------------------------------------
Changes since 1.3.3:
Adam Martinson (5):
msxml3/tests: Prevent a double-free in test_get_ownerDocument().
msxml3: Implement SelectionNamespaces property.
msxml3: Move domdoc properties into their own struct.
msxml3: Expose the XML parser SAX callback interface.
msxml3: Implement preserveWhiteSpace proper...
2011 Jun 24
0
Wine release 1.3.23
...sc 4.x: first opcode byte of kernel32.DebugBreak() API entry must not be "int 3" (0xCC) (Rainbow Six: Vegas 2 fails on startup)
27583 PowerPC/Sparc builds broken in dlls/d3dx9_36/tests/mesh.c
----------------------------------------------------------------
Changes since 1.3.22:
Adam Martinson (4):
msxml3: Create CLSID_XMLHTTP when requested.
msxml3: SysAllocString*() automatically allocates a terminating NULL.
msxml3: Fix a couple incorrect uses of VariantChangeType().
msxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().
Akihiro Sagawa (1):
po: Updat...
2010 Nov 12
0
Wine release 1.3.7
...ires d3dx9_36.dll
25081 Automation broken in AutoCAD
25090 Winedbg: input characters are not displayed
25111 Firefox 4 Beta 7: Starts but doesn't render the program (menu/toolbars/browserarea)
----------------------------------------------------------------
Changes since 1.3.6:
Adam Martinson (11):
configure: Add a check/define for xmlSchemaSetValidStructuredErrors().
msxml3: Add a function to validate a tree against a schema cache.
msxml3: Add error code defines.
configure: Add a check for xmlDocProperties.
msxml3: Implement domdoc schema validation....
2010 Dec 10
0
Wine release 1.3.9
...er the intro video
25401 WSAStringToAddress doesn't update lpAddressLength on success
25424 Windows Live Photo Gallery [for XP] fails to install
25468 Windows Live Movie Maker fails to install
----------------------------------------------------------------
Changes since 1.3.8:
Adam Martinson (1):
msxml3/domdoc: Add a ref to the schema cache in copy_properties().
Alexander Morozov (6):
crypt32: Add a stub enveloped message implementation.
wincrypt.h: Define some enveloped message callback functions.
crypt32: Save some info needed for creating enveloped messages....
2011 May 27
0
Wine release 1.3.21
...27175 Desperados demo freezes in a matter of seconds
27209 Builtin IE fails to load some pages, floods err:wininet:HTTP_ReceiveRequestData No data reported!
27287 Chrome (game) crashes on launch
----------------------------------------------------------------
Changes since 1.3.20:
Adam Martinson (3):
msxml3/domdoc: Properly handle character encoding in doparse().
msxml3/domdoc: Add support for VT_ARRAY|VT_UI1 in domdoc_load().
ole32/tests: IDropTarget::QueryInterface() shouldn't be called.
Akihiro Sagawa (3):
winedbg: Add Japanese resource.
winecfg: Updat...