Displaying 4 results from an estimated 4 matches for "theself".
Did you mean:
themself
2012 Oct 02
1
[LLVMdev] Error prone default memory capturing convention of blocks.
...blocks for a while and found that current behavior is error prone. So I am going to propose to you the better one.
Motivation:
1) The __weak variables in blocks are very common pattern. So having any implicit default behavior makes thing worse.
2) Some stupid mistakes like:
__weak typeof (self) theSelf = self;
...^ {
theSelf.blabla = ..
....
[self blabla]; // ups, calling self directly is an error
_ivar = … // or implicit call to self.
}
Retain cycles are very hard to find. I am not saying about trivial ones, that compiler can find, or the Leaks tool. Recently I have 3 retain cycl...
2006 Mar 11
4
Looking for a Freelancer!
I am looking for a Freelancer proficient in Ruby and AXAJ. Please contact me for further details. Thanks!
2023 Oct 27
1
Samba AD DC: users cannot change expired passwords
Op 27-10-2023 om 11:49 schreef Rowland Penny via samba:
> On Fri, 27 Oct 2023 10:44:51 +0200
> Kees van Vloten via samba <samba at lists.samba.org> wrote:
>
>> Hi Andrew,
>>
>> Op 27-10-2023 om 02:22 schreef Andrew Bartlett:
>>> I'm sorry to say that from here you really need to work closely
>>> with a Samba developer (eg via a commercial
2023 Oct 29
1
Samba AD DC: users cannot change expired passwords
...asswd) should
> > > > allow accessonly to the password change service, and password
> > > > changes over SAMRcan be done as one user (eg a service user) to
> > > > change the passwordof another.
> > > I am not sure that it does not work on MS-AD because theself-
> > > service-password application has some options for this:
> > > # Active Directory mode# true: use unicodePwd as password field#
> > > false: LDAPv3 standard behavior$ad_mode = true;# Force account
> > > unlock when password is changed$ad_options['force_...