Displaying 10 results from an estimated 10 matches for "rakshit".
2015 Mar 09
2
[LLVMdev] GVN PRE algorithms in LLVM
Hello everyone
I am Rakshit Singla, a third year undergrad at IIT Hyderabad, India. I
finished a basic compilers course last semester and am currently doing a
compiler optimizations course. I have been exploring LLVM for the past few
months (wrote a front-end for the Classroom Object Oriented Language and
have been studying...
2015 Mar 10
2
[LLVMdev] GVN PRE algorithms in LLVM
...rest in working on stuff, i'm happy to chat/help point out
whatever I can. Depends on what you want to do.
On Tue, Mar 10, 2015 at 4:25 AM, Rahul Jain <1989.rahuljain at gmail.com>
wrote:
> This landed in my spam folder so resending it to the list!
> On Mar 9, 2015 9:56 PM, "Rakshit Singla" <cs12b1029 at iith.ac.in> wrote:
>
>> Hello everyone
>>
>> I am Rakshit Singla, a third year undergrad at IIT Hyderabad, India. I
>> finished a basic compilers course last semester and am currently doing a
>> compiler optimizations course. I have...
2015 Aug 06
5
Netbios
Hi team,
one small query,
Is netbios-ns,netbios-dgm and netbios-ssn ports 137,138,139 need to be open
to communicate with windows from linux.
what was the use of these services??
2015 Aug 06
0
Netbios
through dns proxy
man smb.conf
Default: dns proxy = yes
>-----Oorspronkelijk bericht-----
>Van: samba [mailto:samba-bounces at lists.samba.org] Namens
>VigneshDhanraj G
>Verzonden: donderdag 6 augustus 2015 11:21
>Aan: Anubhav Rakshit
>CC: samba at lists.samba.org; samba-technical at lists.samba.org
>Onderwerp: Re: [Samba] Netbios
>
>thanks a lot guys,
>
>one more doubt i have, if i disabled the netbios how my AD
>server able to
>recognize my device name.
>
>
>
>On Thu, Aug 6, 2015 at 2:46 PM...
2015 Aug 06
1
Netbios
On Thursday 06 Aug 2015 1:24:29 PM VigneshDhanraj G wrote:
> Hi team,
>
> one small query,
>
> Is netbios-ns,netbios-dgm and netbios-ssn ports 137,138,139 need to be open
> to communicate with windows from linux.
>
Not really. It depends on what service you want to access.
> what was the use of these services??
http://ubiqx.org/cifs/NetBIOS.html
2015 Sep 01
1
[Announce] Samba 4.1.20 Available for Download
...* BUG 11320: s3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup.
o Stefan Metzmacher <metze at samba.org>
* BUG 11061: Fix logon via MS Remote Desktop.
* BUG 11081: s3:winbindd: make sure we pass a valid server to
rpccli_netlogon_sam_network_logon*().
o Anubhav Rakshit <anubhav.rakshit at gmail.com>
* BUG 11361: s3:libsmb: Fix a bug in conversion of ea list to ea array.
o Andreas Schneider <asn at samba.org>
* BUG 11403: s3-smbd: Leave sys_disk_free() if dfree command is used.
* BUG 11404: s3-auth: Fix a possible null pointer derefe...
2015 Sep 01
1
[Announce] Samba 4.1.20 Available for Download
...* BUG 11320: s3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup.
o Stefan Metzmacher <metze at samba.org>
* BUG 11061: Fix logon via MS Remote Desktop.
* BUG 11081: s3:winbindd: make sure we pass a valid server to
rpccli_netlogon_sam_network_logon*().
o Anubhav Rakshit <anubhav.rakshit at gmail.com>
* BUG 11361: s3:libsmb: Fix a bug in conversion of ea list to ea array.
o Andreas Schneider <asn at samba.org>
* BUG 11403: s3-smbd: Leave sys_disk_free() if dfree command is used.
* BUG 11404: s3-auth: Fix a possible null pointer derefe...
2015 Sep 08
0
[Announce] Samba 4.2.4 Available for Download
...afa.com>
* BUG 11427: s3-util: Compare the maximum allowed length of a
NetBIOS name.
o Stefan Metzmacher <metze at samba.org>
* BUG 11316: s3:lib: Fix some corner cases of
open_socket_out_cleanup().
* BUG 11454: Backport dcesrv_netr_DsRGetDCNameEx2 fixes.
o Anubhav Rakshit <anubhav.rakshit at gmail.com>
* BUG 11361: s3:libsmb: Fix a bug in conversion of ea list to ea array.
o Arvid Requate <requate at univention.de>
* BUG 11291: s4:rpc_server/netlogon: Fix for NetApp.
o Andreas Schneider <asn at samba.org>
* BUG 9862: s3-auth: F...
2015 Sep 08
0
[Announce] Samba 4.2.4 Available for Download
...afa.com>
* BUG 11427: s3-util: Compare the maximum allowed length of a
NetBIOS name.
o Stefan Metzmacher <metze at samba.org>
* BUG 11316: s3:lib: Fix some corner cases of
open_socket_out_cleanup().
* BUG 11454: Backport dcesrv_netr_DsRGetDCNameEx2 fixes.
o Anubhav Rakshit <anubhav.rakshit at gmail.com>
* BUG 11361: s3:libsmb: Fix a bug in conversion of ea list to ea array.
o Arvid Requate <requate at univention.de>
* BUG 11291: s4:rpc_server/netlogon: Fix for NetApp.
o Andreas Schneider <asn at samba.org>
* BUG 9862: s3-auth: F...
2014 May 02
0
What does assign method do in testing ?
*assigns* - _Any objects that are stored as instance variables in
actions for use in views._
(http://guides.rubyonrails.org/testing.html#the-four-hashes-of-the-apocalypse)
I have a code :-
test "should update line_item" do
patch :update, id:@line_item, line_item: {
cart_id:@line_item.cart_id, product_id:@line_item.product_id}
assert_redirected_to