Displaying 6 results from an estimated 6 matches for "bogas".
Did you mean:
bogaso
2004 Mar 08
0
Samba 3.0 as domain member server in ADS
I have tried now for allmost a week to get this thing working.
I have installed (Debian packages):
samba 3.0.2
krb5-user 1.3 (This is MIT kerberos)
krb5-config 1.6
winbind 3.0.2
I don't know if my samba is compiled with ADS but I assume it right now
- I just installed the apt-get package from the testing (sarge) debian.
My problem right now is that
root# *smbpasswd -a -m /machine_name/*
2012 Nov 30
3
[LLVMdev] [cfe-dev] UB in TypeLoc casting
...and the derived type's implicit
> >>> copy ctor is executed (so long as you remember to assign the result of
> >>> cast<SpecificTypeLoc>), if you copy, otherwise the SpecificTypeLoc's
> >>> member functions are actually invoked on a TypeLoc object - bogas, but
> >>> it works (because there's no other members in the SpecificTypeLoc
> >>> types).
> >>
> >> Yep. See also LLVM's IntrinsicInst. This kind of UB is very common and
> >> essentially harmless, but if you want to stamp it out, feel f...
2012 Dec 05
0
[LLVMdev] [cfe-dev] UB in TypeLoc casting
...ved type's implicit
>> >>> copy ctor is executed (so long as you remember to assign the result of
>> >>> cast<SpecificTypeLoc>), if you copy, otherwise the SpecificTypeLoc's
>> >>> member functions are actually invoked on a TypeLoc object - bogas, but
>> >>> it works (because there's no other members in the SpecificTypeLoc
>> >>> types).
>> >>
>> >> Yep. See also LLVM's IntrinsicInst. This kind of UB is very common
>> >> and
>> >> essentially harmless, b...
2012 Nov 29
2
[LLVMdev] [cfe-dev] UB in TypeLoc casting
...) cast to the derived type and the derived type's implicit
>> copy ctor is executed (so long as you remember to assign the result of
>> cast<SpecificTypeLoc>), if you copy, otherwise the SpecificTypeLoc's
>> member functions are actually invoked on a TypeLoc object - bogas, but
>> it works (because there's no other members in the SpecificTypeLoc
>> types).
>
> Yep. See also LLVM's IntrinsicInst. This kind of UB is very common and
> essentially harmless, but if you want to stamp it out, feel free.
>
>> Richard / Kostya: what'...
2012 Nov 30
0
[LLVMdev] [cfe-dev] UB in TypeLoc casting
...e derived type and the derived type's implicit
>>> copy ctor is executed (so long as you remember to assign the result of
>>> cast<SpecificTypeLoc>), if you copy, otherwise the SpecificTypeLoc's
>>> member functions are actually invoked on a TypeLoc object - bogas, but
>>> it works (because there's no other members in the SpecificTypeLoc
>>> types).
>>
>> Yep. See also LLVM's IntrinsicInst. This kind of UB is very common and
>> essentially harmless, but if you want to stamp it out, feel free.
>>
>>>...
2013 Feb 11
3
[LLVMdev] [cfe-dev] UB in TypeLoc casting
...;s implicit
>>> >>> copy ctor is executed (so long as you remember to assign the result of
>>> >>> cast<SpecificTypeLoc>), if you copy, otherwise the SpecificTypeLoc's
>>> >>> member functions are actually invoked on a TypeLoc object - bogas, but
>>> >>> it works (because there's no other members in the SpecificTypeLoc
>>> >>> types).
>>> >>
>>> >> Yep. See also LLVM's IntrinsicInst. This kind of UB is very common
>>> >> and
>>> >>...