Displaying 5 results from an estimated 5 matches for "ukp".
Did you mean:
uk
2003 Mar 09
0
Understanding windows 2000 clients
...wer portable running windows 2000. I have zero documentation to help me.
The user management is a lot more complex AND I can no longer get it
connected to my home server.
Accounts on Windows 2000 seem to have a combination of domain (machine) name
and user name. The machine has a complex id (ukp-a4puczgt39t) and there are
an Adminstrator and Guest account related to this domain. I do NOT have
access to this Administrator account.
My account (chandlera) is related to the domain I have to logon at work
(LOGICA-UK). I was able to create this account whilst I was connected to the
netwo...
2020 Apr 13
0
[PATCH 1/2] mm, treewide: Rename kzfree() to kfree_sensitive()
...9; ? &key_type_logon : &key_type_user,
key_desc + 1, NULL);
if (IS_ERR(key)) {
- kzfree(new_key_string);
+ kfree_sensitive(new_key_string);
return PTR_ERR(key);
}
@@ -2257,14 +2257,14 @@ static int crypt_set_keyring_key(struct crypt_config *cc, const char *key_string
if (!ukp) {
up_read(&key->sem);
key_put(key);
- kzfree(new_key_string);
+ kfree_sensitive(new_key_string);
return -EKEYREVOKED;
}
if (cc->key_size != ukp->datalen) {
up_read(&key->sem);
key_put(key);
- kzfree(new_key_string);
+ kfree_sensitive(new_key_string);...
2020 Apr 13
10
[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
This patchset makes a global rename of the kzfree() to kfree_sensitive()
to highlight the fact buffer clearing is only needed if the data objects
contain sensitive information like encrpytion key. The fact that kzfree()
uses memset() to do the clearing isn't totally safe either as compiler
may compile out the clearing in their optimizer. Instead, the new
kfree_sensitive() uses
2008 May 21
0
Errors in using gdb (PR#11496)
...5Y3C88c
EolEGmfQnjG9TJbzjI6lXeEJr+NCM/wWaiXHpx2xGbv6TGhH33I1dTPGFr7t9uEkEonUD9Be
70jmAAPAnOnmhx4s7Cj0osHOEKfkYqAOKfD7/IlkifDuMWixx0D0qKcLRyKRxh+0K+Zpt165
227hb9NpZNrc65x88fk5dtA7BXt15o7CXFbanYlcFE7pCod59eFshknhcP51EvXZdWSx3GpZ
sl7ppnsyfW1Kf807zbOXNdVDWSv70FFt7dUYdVa91FwcUxahG7MrdGmJKAHa0R4uuKbwZ5H5
ukP/xnuwwA5bVgPt4ZhDtOGzoyAcjkLTupAIxEdWx18wWTg6z6ARHlfi6H1/0qVWbTFfd4k3
UffaVcGbmkiPRNDeVcYeFWjHedF5p0cmPgWZ+Ug4XJaBzMNxLsr04fwk8+qz93Jc6KuUe5bJ
EqG9XB4jaO/S+G6xYF+JcXoD7aWfkbnHIDyn+ytch4Knbt4ugYDNemCkbjW044HMDYZPBJmf
sTrb4W313Zt6rn+gvUtxetnhE7STSBbQju4xMmgXpmFUL3ikWAuVrZqUuUhTZkg62Uxmlq2h
g3+RirFXV2C...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...8+uMEoYiu`0^W8Kv(<^k)S(?0j at +c{oBcu
zWo-vG&pXbR4^*a!xz<5uO?wFbN|cwLrzTgpb-nay;}7X*Uj{G5k}JhD{eQ#(bDnl<
zR|l_V4!!LTwGbV*5*o;M{InXZKr9qw4;!n`=ZIw){D}Yba7KAX!hJ>}Fv09wf<^1+
z>#ZxUq2H2~v$?;;^CJ+42p)fS9e?&by|a0G{!9zZt)blmM;l<;!mI+IT)~hh){jm^
z$Dbw5lzivG?%Ow<oVpB<&UkP|_olVd_vP0;=yz8GtFP{BydDn0#!dEUwcdW3qRbn9
zEPCF-Y}J+!@~N)mcl<sDpzO#H!GIjAX_WHQfb^4D49f*2z7C5JjS7IA%W^&p3wl57
zFqOBT?|WXNba at x+3S^SWa1MM?6yjuqa{NYO$D165fE9ja4T(Fw8l%dgI+<h7UAU9O
ze)aKson^S^cw!;5uw!8dR4|Z_{$c2T3Z5&#j4CaWM((eWIaUs|DF1oZ<A486tgm(a
zu~W^9v!r*3?<W%k9nPH!Ap)dB3b<r~...