Displaying 10 results from an estimated 10 matches for "addkey".
2009 Jul 03
3
ffmpeg and zoneminder install problems
...tion ?subshift?:
aes.c:56: warning: initialization from incompatible pointer type
aes.c:57: warning: initialization from incompatible pointer type
aes.c: In function ?crypt?:
aes.c:84: warning: passing argument 2 of ?mix? from incompatible pointer
type
aes.c:85: warning: passing argument 1 of ?addkey? from incompatible
pointer type
aes.c:85: warning: passing argument 2 of ?addkey? from incompatible
pointer type
aes.c:85: warning: passing argument 3 of ?addkey? from incompatible
pointer type
aes.c:87: warning: passing argument 1 of ?subshift? from incompatible
pointer type
aes.c: In function...
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
...uot;+$identity+"Software\Microsoft\Outlook
Express\5.0", "Welcome Message", "0", "REG_DWORD")
; Mail
$RC =
ExistKey("HKEY_CURRENT_USER\Identities\"+$identity+"Software\Microsoft\Outlook
Express\5.0\Mail")
If $RC <> 0
AddKey("HKEY_CURRENT_USER\Identities\"+$identity+"Software\Microsoft\Outlook
Express\5.0\Mail")
EndIf
WriteValue("HKEY_CURRENT_USER\Identities\"+$identity+"Software\Microsoft\Outlook
Express\5.0\Mail", "Accounts Checked", "1", "REG_...
2012 Aug 02
1
documentation for configuring folder redirection
I believe that once you have roaming profiles configured, all you need to do
to configure folder redirection is set some registry keys. I'd like to turn
that job over to our Windows sys admin. Can someone provide me with their
favorite documentation for configuring folder redirection? Keep in mind I am
passing this link along to a Windows sys admin. Our backend is samba 3.6.3
if it
2009 Jul 30
7
arrays, loops, etc
...ory object) It would be
called something like:
gpg::keystore{ "/svn/repo/conf/pubring.gpg":
keys => ["XXXXXX", "YYYYYYY"],
}
The obvious way to deal with that array, is to use a require, or to have
the definition directly call the key function.
gpg::addkey{ $keys:
store => $keystore, #as passed in as $name
}
But, this requires that the resources be named with the keyid. Which
fails when I have multiple keystores -- they can''t both define
gpg::addkey["XXXXX"].
It''s hard to see a nice solution to this. If pupp...
2010 Jun 25
0
WG: Samba PDC and big files
...My kixkstart script:
;we redirect personal folder to the server
;we look at the registry if there isvalue that the folders has been
redirected
;zun?chst gibt es diesen Eintrag schon?
$RETURNCODE=EXISTKEY("HKEY_CURRENT_USER\tpdc")
;if not set it it in the registry
IF NOT $RETURNCODE=0
ADDKEY("HKEY_CURRENT_USER\tpdc")
;now if we set the above key we know it ist he first login and we set it.
Later on we will delete this key
ADDKEY("HKEY_CURRENT_USER\tpdc\FIRST_LOGIN")
ENDIF
;now if it ist he first login we have to do something
$RETURNCODE=EXISTKEY("HKEY_CUR...
2024 Nov 12
0
[PATCH 1/2] Add test to cover multiple server hostkeys with agent
...obalknownhostsfile' $OBJ/ssh_proxy.orig > $OBJ/ssh_proxy
+echo "UpdateHostkeys=yes" >> $OBJ/ssh_proxy
+echo "GlobalKnownHostsFile=none" >> $OBJ/ssh_proxy
+
+read -p "Doing the multiple keys (y/n)? " answer
+for k in $SSH_KEYTYPES ; do
+ verbose "Addkey type $k"
+ echo "Hostkey $OBJ/agent-key.${k}" >> $OBJ/sshd_proxy
+
+ ( printf 'localhost-with-alias ' ;
+ cat $OBJ/agent-key.$k.pub) > $OBJ/known_hosts
+done
+
+opts="-oStrictHostKeyChecking=yes -F $OBJ/ssh_proxy"
+SSH_CONNECTION=`${SSH} $opts host '...
2010 Jan 21
1
Rgeneric.py assists in rearranging generic function definitions
I've attached a script I wrote that pulls all the setGeneric definitions
out of a set of R files and puts them in a separate file, default
allGenerics.R. I thought it might help others who find themselves in a
similar situation.
The "situation" was that I had to change the order in which files in my
package were parsed; the scheme in which the generic definition is in
the
2024 Nov 12
2
[PATCH 0/2] Specify signature algorithm during server hostkeys prove
From: Maxime Rey <maximejeanrey at gmail.com>
Hello,
I've discovered an issue with sshd when it's configured to use the SSH agent
alongside multiple host keys. Specifically, this problem happens during the
hostkeys-prove-00 at openssh.com request, when the server attempts to
demonstrate ownership of the host keys by calling the agent.
The issue occurs because, while processing the
2010 Aug 05
1
Roaming profiles shared between WinXP and Win7
...Software\Microsoft\Windows\CurrentVersion\Explorer\User
Shell Folders", "Favorites", "%USERPROFILE%\Favoritos", "REG_EXPAND_SZ")
ExistKey("HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsUpdate")
If @ERROR <> 0
AddKey("HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsUpdate")
EndIf
ExistKey("HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsUpdate")
If $AutoUpdateServer<>""
If @ERROR <> 0
WriteValue("HKEY_LOCAL_...
2017 Jul 07
0
Wine release 2.12
...options.
regedit: Use notification message to clean up item data.
regedit: Remove explicit iIndent field initialization.
po: Update Russian translation.
d3drm/tests: Additional test for SetOptions().
d3drm/tests: Some tests for animation keys handling.
d3drm: Use AddKey() method internally to add all types of keys.
iphlpapi: Fix GetIfTable() trace message.
d3drm: Store frame traversal options.
d3drm: Store face color.
regedit: Remove commented out block.
d3drm: Initial support for storing animation keys.
d3drm: Implement DeleteK...