summaryrefslogtreecommitdiffstats
path: root/source4/libnet/libnet.c
Commit message (Expand)AuthorAgeFilesLines
* r19931: remove unused struct membersStefan Metzmacher2007-10-101-6/+0
* r18587: fixed a potential memory leak in libnetAndrew Tridgell2007-10-101-1/+1
* r17670: 1) Refactor libnet context structure a bit, to have rpc connectionRafal Szczesniak2007-10-101-6/+5
* r15667: Make sure the rpc pipe pointers are zeroed duringRafal Szczesniak2007-10-101-0/+8
* r15625: Partial commit of my current work. It makes libnet api functionsRafal Szczesniak2007-10-101-0/+3
* r12881: Hard-coded defaults are silly. We have smb.conf for a reason.Andrew Bartlett2007-10-101-4/+1
* r11815: A bit more comments and spaces for better readability.Rafal Szczesniak2007-10-101-0/+1
* r11813: Const-ify name resolution method list and use string listRafal Szczesniak2007-10-101-10/+1
* r11794: - fixed a valgrind error in libnet, caused by using a stack variableAndrew Tridgell2007-10-101-1/+1
* r8246: Don't try and set the element after the end off the array to NULL.Andrew Bartlett2007-10-101-1/+1
* r8076: Put name resolution methods into libnet_context. This allows libnet basedRafal Szczesniak2007-10-101-1/+16
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-12/+11
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r3478: split out some more pieces of includes.hAndrew Tridgell2007-10-101-0/+1
* r1878: implemet libnet_context_{init,destroy}Stefan Metzmacher2007-10-101-0/+45