search for: boga

Displaying 6 results from an estimated 6 matches for "boga".

Did you mean: bog
2004 Mar 08
0
Samba 3.0 as domain member server in ADS
...ros) 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/* Failed to initialise SAM_ACCOUNT for user appboga$. Failed to modify password entry for user appboga$ Attached is a copy of my smb.conf and krb5.conf -- Med venlig hilsen - Best regards, Johan Evers Opiin Software ApS Trekronergade 126 F DK - 2500 Valby Phone : +45 7020 6393 E-mail : info@opiin.dk <mailto:info@opiin.dk> ------------...
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...
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,...
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. >> >>&g...
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 >>> >&gt...