Displaying 20 results from an estimated 33 matches for "chagnes".
2004 Sep 28
2
Any way to disable imap on all but localhost ?
Noticed that some configuration settings like
imap_listen appear to have been removed.
Any way to accomplish this ?
-kim
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
2017 Sep 20
2
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
We have quite a lot of code in AutoUpgrade.cpp to upgrade X86 intrinsics
that have been replaced with native IR over the years. Has enough time
and/or versions passed that we can begin phasing out some of this code?
As I'm writing these we don't seem to have tests for a lot of the older
upgrades. We've done better at this in the last few years.
3.1 added upgrade for:
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
2017 Sep 20
0
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
Is there a reason why?
IE is it hard to maintain, slow, or are you just worried it will break? or
something else?
(I'm not opposed in any way, literally just want to understand the
motivation)
On Wed, Sep 20, 2017 at 12:20 PM, Craig Topper via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> We have quite a lot of code in AutoUpgrade.cpp to upgrade X86 intrinsics
> that have
2017 Mar 26
2
Custom Authentication Plugin (passdb backend)
I'm looking to create a "passdb backend" plugin so that Samba can
authenticate with our existing custom authentication system. Though I
haven't been able to locate any documentation on this, I believe it's
possible (without modifying Samba proper) for the following reasons:
- This project exists (though isn't being maintained and doesn't work
with the current
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
2017 Sep 20
2
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
Many of the older autoupgrades have no test cases because I think when we
upgraded them we just replace all the code in the tests with native IR. So
for some of the code we don't even know if it works.
I don't really want to watch the amount of code here continue to grow
indefinitely. It's pretty poorly structured and has been up against the
MSVC cascaded if/else limit a couple times.
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
2017 Sep 21
3
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
I agree with Paul that we need to formalise the compatibility policy before we start removing support for old intrinsics. Do we want a deprecation warning of some kind for the use of any intrinsic used in auto-upgrade, would that actually be useful or just a nuisance?
In the meantime I’m happy to help fix any missing test coverage.
> On 20 Sep 2017, at 22:16, Robinson, Paul via llvm-dev
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
2017 Sep 20
0
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
I think the general backward-compatibility story has been kind of vague for a while. There was some talk about it at the time of the version-numbering change, but I don't remember if it came to any kind of solid conclusion.
I think the handling of the old X86 intrinsics would want to follow the general compatibility policy, assuming we can all agree on one. There shouldn't be a special
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
2017 Sep 22
0
RFC: [X86] Can we begin removing AutoUpgrade support for x86 instrinsics added in early 3.X versions
Hi,
I believe we have a formal policy: we support every bitcode produced since
LLVM 3.0:
https://llvm.org/docs/DeveloperPolicy.html#ir-backwards-compatibility
(until we decide to uprev the version we support).
Unfortunately, the testing was only added around 3.6 or 3.7? And support is
only as good as the testing we have...
--
Mehdi
2017-09-21 0:23 GMT-07:00 Simon Pilgrim via llvm-dev <
2017 Mar 26
0
Custom Authentication Plugin (passdb backend)
...system and the capabilities it has?
While we have built a pluggable auth and passdb system, creating and
deploying custom backends has turned out to be much harder to execute
in practice than originally expected.
In particular, the auth subsystem only covers NTLM authentication, but
not password chagnes nor machine account authentication (netlogon
ServerAuthenticateX), and passdb has so many arms and lets it is quite
difficult to implement (but more practical).
Both require that you have access to the NT hash of the user's password
(MD4(utf16_le(password)).
If access to that is available,...
2004 Oct 21
2
Directshow filters update - 0.66.8063
Another update to these filters... www.illiminable.com/ogg/
Here's the chagnes...
* FLAC can now be muxed into a multi-stream file.
* Now supports both the new Ogg FLAC (1.1.1) and the old Ogg FLAC (still not
native FLAC)
* Fixed the explorer problem by removing the offending registry key at
installation
* Removed a heap of memory leaks, WMP should run a fair bit leaner no...
2004 Oct 21
2
Directshow filters update - 0.66.8063
Another update to these filters... www.illiminable.com/ogg/
Here's the chagnes...
* FLAC can now be muxed into a multi-stream file.
* Now supports both the new Ogg FLAC (1.1.1) and the old Ogg FLAC (still not
native FLAC)
* Fixed the explorer problem by removing the offending registry key at
installation
* Removed a heap of memory leaks, WMP should run a fair bit leaner no...
1998 Nov 06
0
Problems with MS Word 97 and Samba 1.9.18p10
...g Samba 1.9.18p10 yields this problem:
Any user creates a new document. They save and close that document,
everything works fine. They re-open the document, and make some changes.
They then click the close "X" on the title bar to close the document. It
prompts them to save the unsaved chagnes. When they say yes, they get an
error:
There has been a network or file permissions error. The Network connection
my be lost (\\homesrv\homes\...\testing.doc)
It has an OK button in the dialog box. After clicking ok, it prompts them
to retry the save. That works successfully.
If they choos...
2004 Oct 21
2
Directshow filters update - 0.66.8063
Another update to these filters... www.illiminable.com/ogg/
Here's the chagnes...
* FLAC can now be muxed into a multi-stream file.
* Now supports both the new Ogg FLAC (1.1.1) and the old Ogg FLAC (still not
native FLAC)
* Fixed the explorer problem by removing the offending registry key at
installation
* Removed a heap of memory leaks, WMP should run a fair bit leaner no...
2004 Oct 21
2
Directshow filters update - 0.66.8063
Another update to these filters... www.illiminable.com/ogg/
Here's the chagnes...
* FLAC can now be muxed into a multi-stream file.
* Now supports both the new Ogg FLAC (1.1.1) and the old Ogg FLAC (still not
native FLAC)
* Fixed the explorer problem by removing the offending registry key at
installation
* Removed a heap of memory leaks, WMP should run a fair bit leaner no...
2014 Jun 16
0
libpri 1.4.15 Now Available
...* --- Add control of inband audio progress indication ie to the
SETUP_ACKNOWLEDGE message.
(Closes issue AST-1338. Reported by: Tyler Stewart)
* --- Adjust T202 default value to the minimum.
(Closes issue PRI-171. Reported by: dcolombo)
For a full list of changes and descriptions of the chagnes in this
release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/libpri/ChangeLog-1.4.15
Thank you for your continued support of Asterisk!
2014 Jun 16
0
libss7 2.0.0 Now Available
...release:
* --- Major update to the library that is not backward compatible.
Special thanks to Kaloyan Kovachev for his support and persistence
in getting the patch updated and ready for release.
(Closes issue SS7-27. Reported by: adomjan)
For a full list of changes and descriptions of the chagnes in this
release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/libss7/ChangeLog-2.0.0
Thank you for your continued support of Asterisk!
2014 Jun 16
0
libpri 1.4.15 Now Available
...* --- Add control of inband audio progress indication ie to the
SETUP_ACKNOWLEDGE message.
(Closes issue AST-1338. Reported by: Tyler Stewart)
* --- Adjust T202 default value to the minimum.
(Closes issue PRI-171. Reported by: dcolombo)
For a full list of changes and descriptions of the chagnes in this
release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/libpri/ChangeLog-1.4.15
Thank you for your continued support of Asterisk!
2014 Jun 16
0
libss7 2.0.0 Now Available
...release:
* --- Major update to the library that is not backward compatible.
Special thanks to Kaloyan Kovachev for his support and persistence
in getting the patch updated and ready for release.
(Closes issue SS7-27. Reported by: adomjan)
For a full list of changes and descriptions of the chagnes in this
release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/libss7/ChangeLog-2.0.0
Thank you for your continued support of Asterisk!
2006 Aug 11
1
Samba log hell
Setup: Running Gentoo linux 2.6X kenel
Samba 3.0.23
I'm having a time getting samba working after having it working for
mnths. I did do a major update world.
That kind of update on Gentoo can involve many other apps.
At the end when adjusting files under /etc/ that may have newer
versions, I rejected the new smb.conf keeping my old config which is
still in place so the trouble may
2006 Mar 24
0
UK pri almost working
Hi all I wonder if anyone can give a little insight into this;
asterisk@home 2.2, HP Proliant gl3, sangoma A101,Cable and Wireless,
ISDN30. 10 zactive channels
Incoming calls work fine no problems tested 43 DIDs all working.
zaptel.conf
# Global data
loadzone = uk
defaultzone = uk
span=1,1,0,ccs,hdb3,crc4
bchan=1-10
dchan=16
zapata.conf
[channels]
language=en
context=from-pstn