search for: edvin

Displaying 20 results from an estimated 20 matches for "edvin".

Did you mean: devin
2003 Nov 11
2
my samba3+ldap+SSO plan
hi: our company want to use samba3+openldap with singal sign on. we have several branches.people would travel arround head quarter and branches with their notebooks. so we don't have roaming users, but we do have roaming computers. we want to use a single domain for every site, and we want every site keep working even when wan link is broken. my plan below: 1. place
2013 Apr 02
0
[LLVMdev] LNT ClamAV - Sorting output
...ake >> it more stable. >> > > This is a virus scan and, AFAICS, depends on the order in which the INODEs > are laid out in the directory. I'm not sure there is a way to sort the > files before, I'll look into that. > Ok, that seems ideal if possible. Looping in Edvin who wrote Clamscan. :) - Danil > > >> I'm not really a fan of doing any more transformations on the output than >> we have to, because it just pushes complexity into the test suite >> infrastructure. >> > > I agree, that is the last resort. > > chee...
2008 Mar 26
2
[LLVMdev] Adding SQLite3 to llvm test-suite
On Wed, Mar 26, 2008 at 4:09 AM, Evan Cheng <evan.cheng at apple.com> wrote: > > On Mar 25, 2008, at 12:56 PM, Török Edwin wrote: > > The new package is here: > > http://edwintorok.googlepages.com/sqlite_lemon_llvmtest.tar.gz > > Anything else I should change? > > Looks good. Please commit. Should I speak with Chris about commit access? I made the change
2008 Mar 26
0
[LLVMdev] Adding SQLite3 to llvm test-suite
On Mar 26, 2008, at 12:03 AM, Török Edvin wrote: > On Wed, Mar 26, 2008 at 4:09 AM, Evan Cheng <evan.cheng at apple.com> > wrote: >> >> On Mar 25, 2008, at 12:56 PM, Török Edwin wrote: >>> The new package is here: >>> http://edwintorok.googlepages.com/sqlite_lemon_llvmtest.tar.gz >>> An...
2013 Apr 02
2
[LLVMdev] LNT ClamAV - Sorting output
On 2 April 2013 19:20, Daniel Dunbar <daniel at zuster.org> wrote: > What is it that makes the output of the program asynchronous? The output > is deterministic on Darwin, so it seems like it should be possible to make > it more stable. > This is a virus scan and, AFAICS, depends on the order in which the INODEs are laid out in the directory. I'm not sure there is a way to
2003 Nov 15
1
Samba and LDAP troubles
...users signs on? Are there any scripts for it? I have plaintext passwords in my LDAP database, and I read that Samba doesn't work with them? Does Samba take the value of passwd for authentication? Should I encrypt passwords in LDAP for Samba or leave them in plain text? TIA SEFEROVIC Edvin
2003 Nov 18
1
smbtools, existing users, etc...
...xAccount ), can anyone help me on this?? Has anyone ideas how to add the samba part of user account with already existing user database? What if my user changes his password ( by using a web php-backend ), is samba password automatically changed, or do I have to change it manually? TIA Edvin SEFEROVIC
2007 Nov 04
1
[LLVMdev] [Bug 1769] Should remove the -cee pass
On 11/4/07, bugzilla-daemon at cs.uiuc.edu <bugzilla-daemon at cs.uiuc.edu> wrote: > --- Comment #1 from Chris Lattner <sabre at nondot.org> 2007-11-04 11:45:00 --- > The release notes say "The -cee pass is known to be buggy, and may be removed > in a future release.". I think we should just do it. Oops, I should have read the "known problems" section of
2007 Nov 05
0
[LLVMdev] 'Implementing a language with LLVM' tutorial
On 11/5/07, Chris Lattner <clattner at apple.com> wrote: > Hi All, Hi, > > http://llvm.org/docs/tutorial/ Very interesting tutorial, reading it now :) > Anyone have thoughts or feedback? :) There's a typo in http://llvm.org/docs/tutorial/LangImpl5.html "the Phi node expects to have an extry" s/extry/entry/ Best regards, Edwin
2007 Oct 22
0
[LLVMdev] llvm_fcmp_ord and llvm_fcmp_uno and assembly code generation
Hi, Can you file a bugzilla on this? Thanks! Evan On Oct 19, 2007, at 3:50 AM, Török Edvin wrote: > Hi, > > The C backend in llc generates code like: > static inline int llvm_fcmp_ord(double X, double Y) { return X == X > && Y == Y; } > static inline int llvm_fcmp_uno(double X, double Y) { return X != X > || Y != Y; } > > First of all it generates...
2014 Sep 24
0
Asterisk 12.6.0 Now Available
...cleanup - REF_DEBUG reload warnings and ref leaks (Reported by Walter Doekes) * ASTERISK-23994 - res_pjsip_sdp_rtp: owner address in SDP may not be fully qualified domainname (Reported by Private Name) * ASTERISK-24147 - ARI: channel hangup crashes asterisk process (Reported by Edvin Vidmar) * ASTERISK-23997 - chan_sip: port incorrectly incremented for RTCP ICE candidates in SDP answer (Reported by Badalian Vyacheslav) * ASTERISK-24143 - pjsip: Outbound call to WebRTC UA fails to transmit ACK on received 200 OK (Reported by Aleksei Kulakov) * ASTERISK-24019 - Whe...
2014 Sep 24
0
Asterisk 12.6.0 Now Available
...cleanup - REF_DEBUG reload warnings and ref leaks (Reported by Walter Doekes) * ASTERISK-23994 - res_pjsip_sdp_rtp: owner address in SDP may not be fully qualified domainname (Reported by Private Name) * ASTERISK-24147 - ARI: channel hangup crashes asterisk process (Reported by Edvin Vidmar) * ASTERISK-23997 - chan_sip: port incorrectly incremented for RTCP ICE candidates in SDP answer (Reported by Badalian Vyacheslav) * ASTERISK-24143 - pjsip: Outbound call to WebRTC UA fails to transmit ACK on received 200 OK (Reported by Aleksei Kulakov) * ASTERISK-24019 - Whe...
2013 Apr 02
2
[LLVMdev] LNT ClamAV - Sorting output
...ectly on the command-line, instead of specifying -r inputs/. That way the order of scanning will be exactly the one specified on the command-line. Otherwise clamscan just does a readdir, so the order is entirely FS-dependent, similarly with clamd which does a sort by inode. > > Looping in Edvin who wrote Clamscan. :) Thats an overstatement, although I wrote a fair amount of libclamav :) Best regards, --Edwin
2007 Oct 19
2
[LLVMdev] llvm_fcmp_ord and llvm_fcmp_uno and assembly code generation
Hi, The C backend in llc generates code like: static inline int llvm_fcmp_ord(double X, double Y) { return X == X && Y == Y; } static inline int llvm_fcmp_uno(double X, double Y) { return X != X || Y != Y; } First of all it generates a warning by clang and gcc (with certain flags): x.cbe.c:130: warning: comparing floating point with == or != is unsafe Now, C99 provides a macro for this
2007 Nov 05
13
[LLVMdev] 'Implementing a language with LLVM' tutorial
Hi All, LLVM has long needed a tutorial for people who are interested in using it to implement their favorite language and to demonstrate how to use the JIT. To help solve this, I've put together a little tutorial that runs through the implementation and extension of a toy language here: http://llvm.org/docs/tutorial/ At this point, the tutorial is feature complete, but might
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
Hello I'd like to thank you all for helping my setup of samba3 with Ldap, here are my notes on configuring samba3 openldap on redhat 9. Hopefully this information will help all of you who are trying to preform a similar setup. -=Carl=- this can also be found at: http://www.carlweiss.com/Samba3-redhat9-openldap.html Installing Samba 3 With OpenLDAP on Redhat 9 Commands are listed in
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
...A fails to transmit ACK on received 200 OK (Reported by Aleksei Kulakov) * ASTERISK-23997 - chan_sip: port incorrectly incremented for RTCP ICE candidates in SDP answer (Reported by Badalian Vyacheslav) * ASTERISK-24147 - ARI: channel hangup crashes asterisk process (Reported by Edvin Vidmar) * ASTERISK-23994 - res_pjsip_sdp_rtp: owner address in SDP may not be fully qualified domainname (Reported by Private Name) * ASTERISK-22252 - res_musiconhold cleanup - REF_DEBUG reload warnings and ref leaks (Reported by Walter Doekes) * ASTERISK-24178 - [patch]fromdomainpor...
2007 Oct 10
1
[LLVMdev] make check fails on latest SVN version
Hi, I have run make check in llvm/test, and I got a FAIL. Also first time I run the test I ran out of space on /tmp (which is a 1G sized tmpfs). See output below. Please let me know if I should try any patches, etc. llvm[0]: Running test suite make[1]: Entering directory `/home/edwin/llvm-svn/llvm/test' ( ulimit -t 600 ; ulimit -d 512000 ; \
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...org/jira/browse/ASTERISK-23997>] - chan_sip: port incorrectly incremented for RTCP ICE candidates in SDP answer (Reported by Badalian Vyacheslav) - [ASTERISK-24147 <https://issues.asterisk.org/jira/browse/ASTERISK-24147>] - ARI: channel hangup crashes asterisk process (Reported by Edvin Vidmar) - [ASTERISK-23994 <https://issues.asterisk.org/jira/browse/ASTERISK-23994>] - res_pjsip_sdp_rtp: owner address in SDP may not be fully qualified domainname (Reported by Private Name) - [ASTERISK-22252 <https://issues.asterisk.org/jira/browse/ASTERISK-22252>] - re...
2007 Dec 18
0
PTC 0.01 / 0.2 $ global-click.info
New PTC site, pays 0.01 $ for your and referal ad view!! Upgraded members get 0.2$ for ad view! Min payout 10$!! register now! http://global-click.info/?r=eddys -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send