Displaying 20 results from an estimated 20 matches for "pword".
Did you mean:
word
2017 Aug 26
2
Register Allocation and Scheduling Issues
...R_7
But the generated assembly code only uses 2 registers. How to enable it to
use all 8? Also can i control the ordering like after R_0 can i use R_5
without changes in registerinfo.td?
What changes are required here? either in scheduling or register allocation
phases?
P_2048B_LOAD_DWORD R_0, Pword ptr [rip + b]
P_2048B_LOAD_DWORD R_1, Pword ptr [rip + c]
P_2048B_VADD R_0, R_1, R_0
P_2048B_STORE_DWORD Pword ptr [rip + a], R_0
P_2048B_LOAD_DWORD R_0, Pword ptr [rip + b+2048]
P_2048B_LOAD_DWORD R_1, Pword ptr [rip + c+2048]
P_2048B_VADD R_0, R_1, R_0
P_2048B_STORE_DWORD Pword ptr [rip + a+2048]...
2005 Sep 07
1
Adding new users, changing admin pword, etc
Hello,
I've just begun a new job and have inherited a Samba server that I'm VERY
MUCH not familiar with. Using the instructions I was left, I am attempting
to add a new student:
login as: root
root@10.0.0.160's password:
Last login: Tue Sep 6 08:57:37 2005 from 10.0.12.18
[root@localhost ~]# cd /opt/IDEALX/sbin
[root@localhost sbin]# ./smbldap-useradd cbutts2011
[root@localhost
2017 Jun 25
0
AVX Scheduling and Parallelism
Hi, Zvi,
I agree. In the context of targeting the KNL, however, I'm a bit
concerned about the addressing, and specifically, the size of the
resulting encoding:
> vmovdqu32 zmm0, zmmword ptr [rax + c+401280] ;load b[401280] in
> zmm0
>
> vpaddd zmm1, zmm1, zmmword ptr [rax + b+401344]
> ; zmm1<-zmm1+b[401344]
The KNL can only
2017 Jun 25
2
AVX Scheduling and Parallelism
Hi Ahmed,
>From what can be seen in the code snippet you provided, the reuse of XMM0 and XMM1 across loop-unroll instances does not inhibit instruction-level parallelism.
Modern X86 processors use register renaming that can eliminate the dependencies in the instruction stream. In the example you provided, the processor should be able to identify the 2-vloads + vadd + vstore sequences as
2005 Mar 17
1
Last guy to get BV working outbound?
...disallow=all ; Disallow all codecs
allow=ulaw ; Allow codecs in order of preference
;
; Configuration for BroadVoice
;
register =>
508XXXXXXX@sip.broadvoice.com:pword:508XXXXXXX@sip.broadvoice.com
;
[broadvoice]
type=peer
host=sip.broadvoice.com
secret=pword
fromuser=508XXXXXXX
username=508XXXXXXX
authuser=508XXXXXXX
fromdomain=sip.broadvoice.com
context=incoming
canreinvite=no
dtmfmode=inband
qualify=yes
in extensions.conf:
[default]
exten => _81XXXXXXXXXX,...
2007 Jun 14
2
connecting to DB2 database
Hi,
i am trying to connect to a DB2 server using the DBI library.
getData <- function()
{
driver <- dbDriver("DB2")
conn <- dbConnect(driver,"server","uname","pword")
data <- dbSendquery(conn, "select etc.")
}
When I run the function, i get the error
> data <- getData()
Error in do.call(as.character(drvName), list(...)) :
could not find function "DB2"
Can anyone help me here?
Thank you
Zava
-...
2004 Dec 06
3
ADS Authentication
I'm about ready to smash my head through a wall...I could use a few answers.
1. When using security = ads, and completing net ads join, it was my
understanding that samba authenticated username/pword against ads, and
local posix accounts were nolonger needed, is this true?
2. If yes, I have not been able to get it to work. If I have a posix
user account with the same name as one in ADS, even if pwords are
different, I can log on to the samba server. If no identical posix/ADS
account exi...
2003 May 13
2
Setting up a Samba PDC to server XP pro clients
...sernames and passwords I have set
up using smbpasswd. I have added a machine trust account (or whatever
they are called) to the samba server using adduser machinename$ and
smbpasswd machinename -m. This seems to have worked because it lets me
join the XP box to the domain using root username and pword I get the
message welcome to the "clickon" domain you must reboot you computer. I
reboot the PC and when I go to log on if I change the log on to box the
clickon domain is listed and I can select it but when I try to log on to
the domain I get the message "unable to log on to the do...
2017 Aug 26
2
Error in generating Object Code for implemented assembly vector instructions
i want to emit binary code for the following implemented vector assembly
instructions.
P_256B_LOAD_DWORD R_0_R2048b_0, pword ptr [rip + b]
P_256B_LOAD_DWORD R_0_R2048b_1, pword ptr [rip + c]
P_256B_VADD R_0_R2048b_0, R_0_R2048b_1, R_0_R2048b_0
P_256B_STORE_DWORD pword ptr [rip + a], R_0_R2048b_0
I added the following lines in X86MCInstLower.cpp;
unsigned NewOpc;
switch (OutMI.getOpcode()) {
default: llvm_u...
2005 May 18
0
SIP: Failed to authenticate
Hello--
Looking for a solution. I'm using asterisk HEAD version, from a day or
two ago. Trying to register with a Metaswitch voip server via sip.
They gave me a userid, and a password. I plug it into a register command
in sip.conf:
register => 3074449999:pword@isp
[isp]
realm=voip.isp.net
auth=3074449999#c491b58f6fd6da12691fa0de86fbbcc3@voip.isp.net
type=peer
context=workline
host=voip.isp.net
username=3074449999
md5secret=c491b58f6fd6da12691fa0de86fbbcc3
; usereqphone=yes
and the logs show:
NOTICE[16299] chan_sip.c: Failed to authenticate on REGIST...
2013 May 23
1
Time for key stretching in encrypted private keys?
...ation for this
being that 128-bits of security is better than the 112 or so you get from
3DES these days. Interestingly that bug is about upgrading to AES-256, but
we ended up with AES-128. Presumably due to the Solaris crippling?
However ssh-keygen still uses a relatively weak KDF of MD5(IV[:8] . PWORD)
which makes dictionary attacks quite feasible and means you need a much
longer password to mitigate them. Seems like it might be useful if OpenSSH
at least had the option of using an encoding with some decent key
stretching to me. Is there any good reason not to, and to not have it as
the default?...
2008 Apr 18
1
element has no properties error.
....observe(''dom:loaded'', function() {
$(''submNewUser'').disable();
new Form.Observer($(''newUser''), 0.3, function(e, val) {
if(!$F(''newUsername'').blank() && !$F(''email'').blank() && $F(''pword'')
== $F(''checkPassword'')) {
$(''submNewUser'').enable();
}
});
});
would do the trick. But this throws an error:
element has no properties
var method = element.tagName.toLowerCase();
I''m guessing it has something to do with the fact that I...
2003 Mar 04
0
Problem joining samba to a samba-PDC domain
...e on
the PDC).
Added relevant machine accounts to /etc/passwd on the PDC for the "client"
samba boxes. I've made sure they include the $ at the end of the username.
Tried the smbpasswd -j ... command both with existing smbpasswd file
entries and without (for use with the -U admin%pword option to smbpasswd)
Set up the PDC's smb.conf as follows (relevant directives only):
[global]
security = user
encrypt passwords = yes
smb passwd file = /path/to/smbpasswd
add user script = /usr/sbin/useradd -d /dev/null -g machines -s /bin/false
-M %u
local master = yes
domain master = yes...
2004 Oct 26
0
Stale NFS file handle
...Fixed the "hang" problem but can't seem to work through the "Stale NFS file handle" problem. Has there been a work-around for this yet?
Problem description:
Windows 2003
RedHat 9
Samba 3.0.7
mount -t smbfs //server.name/share.name /mnt/point -o username=uname,password=pword
Seems to mount ok, however when trying to access the contents of the share, e.g. cd to the /mnt/point and ls the files, I get a "Stale NFS file handle"
Any pointers would be appreciated.
Thanks.
Mister Amazing!
---------------------------------
Do you Yahoo!?
Yahoo! Mail Addre...
2005 Mar 22
0
Still no Broadvoice Outbound. (Bump)
...order of
preference
>>>>>>>>>>;
>>>>>>>>>>; Configuration for BroadVoice
>>>>>>>>>>;
>>>>>>>>>>register =>
>>>>>>>>>>508XXXXXXX@sip.broadvoice.com:pword:508XXXXXXX@sip.broadvoice.com
>>>>>>>>>>;
>>>>>>>>>>[broadvoice]
>>>>>>>>>>type=peer
>>>>>>>>>>host=sip.broadvoice.com
>>>>>>>>>>secret=pword
>>...
2007 May 20
0
Urgent :: File Object problem
...Info")
login_form = page.forms.with.name("__TraceLogin").first
if login_form == nil
puts "The Realtor site is not available at the moment!!!"
else
#1. Login to Realtor site
login_form.Username = "154440"
login_form.Password = "jake"
login_form.PWORD = "jake"
main_page = agent.submit(login_form)
link = main_page.links.text("Find a Member")
if link==nil
puts "This account can''t login to Realtor site!!!"
else
#2. Go to search page
search_page = agent.click link
check_avai = search_pa...
2005 Jun 01
3
Windows XP Home accessing a Samba PDC
A friend of mine has asked me a question in my role as "biggest local
geek" (for very small values of "local"). Googling hasn't turned up an
answer, so does anyone here know if this is possible?
At his business, they had a mixture of XP Home, XP Pro and Win98
machines accessing a Samba server with security=user. The server has
one big everyone-read-write drive and a few
2010 Jun 08
3
Deleting extension makes it usable?
I'm fairly new to FreePBX/Asterisk/Trixbox, but have Googled myself
into submission here, so any assistance is appreciated.
We had a user with a weak SIP secret recently that allowed it to be
used by an outside user. The extension was 3799. I could see the
intruder's calls (including the destination phone numbers) in the
trixbox call report log. Because the extension was no longer used, I
2005 Mar 28
13
Asterisk@Home 0.7 released
We had added a lot to this release to our one button
install of Asterisk. Now you can have even more
features automatically installed and configured.
Asterisk 1.0.7
AMP 1-10-007
Flash Operator Panel 0.20
Redesigned WebMeetme
weather agi scripts
Midnight Commander
We have added some of our most requested features.
- Web Meetme is now installed by default and the
meetme2
2006 Apr 21
8
web services and dealing with before_filter
Hi all,
I''ve got a Rails app with a ApplicationController that looks like this:
class ApplicationController < ActionController::Base
before_filter :authorize, :except => :login
def authorize
unless session[:user]
flash[:notice] = "Please log in"
session[:jumpto] = request.parameters
redirect_to :controller =>