summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libcli/smb: s/TSTREAM_CLI_NP/TSTREAM_SMBXCLI_NPStefan Metzmacher2014-01-071-11/+11
* libcli/smb: move source3/libsmb/cli_np_tstream.c to tstream_smbXcli_np.cStefan Metzmacher2014-01-076-8/+7
* s3:libsmb: add a TSTREAM_CLI_NP_DESIRED_ACCESS define as collection of indivi...Stefan Metzmacher2014-01-071-2/+14
* s3:libsmb: add tstream_cli_np_ref as protection to talloc_free(smbXcli_conn)Stefan Metzmacher2014-01-071-0/+34
* s3:libsmb: do not use cli_state internally within cli_np_tstreamGregor Beck2014-01-073-97/+140
* s3:libsmb: let cli_np_tstream use smb1cli_readxGregor Beck2014-01-071-6/+9
* s3:libsmb: let cli_np_tstream use smb1cli_writexGregor Beck2014-01-071-8/+9
* s3:libsmb: let cli_np_tstream use smb1cli_closeGregor Beck2014-01-071-10/+29
* s3:libsmb: let cli_np_tstream use smb1cli_transGregor Beck2014-01-071-14/+19
* s3:libsmb: let cli_np_tstream use smb1cli_ntcreatexGregor Beck2014-01-071-11/+17
* libcli/smb: add smb1cli_readx*Gregor Beck2014-01-073-0/+238
* libcli/smb: add smb1cli_writex*Gregor Beck2014-01-073-0/+312
* libcli/smb: add smb1cli_close*Gregor Beck2014-01-073-0/+206
* libcli/smb: add smb1cli_ntcreatex*Gregor Beck2014-01-073-0/+405
* libcli/smb: move some *TRANSACT_* flags to smb_constants.hStefan Metzmacher2014-01-074-66/+34
* libcli/smb: move some FILE_* flags to smb_constants.hStefan Metzmacher2014-01-073-67/+50
* midltests: add tests with v1_enum and NDR64Stefan Metzmacher2014-01-072-0/+93
* pidl:NDR/Client: avoid useless memcpy()Stefan Metzmacher2014-01-071-3/+8
* pidl:NDR/Client: fix dcerpc_function() with [out,ref] pointersStefan Metzmacher2014-01-071-0/+14
* pidl:NDR/Client: simplify tevent_req_nterror() usageStefan Metzmacher2014-01-071-4/+2
* pidl:NDR/Client: add missing TALLOC_FREE(subreq) after dcerpc_binding_handle_...Stefan Metzmacher2014-01-071-0/+1
* pidl:Samba3/ServerNDR: skip DCERPC pipe elements and leave NULL pointers.Stefan Metzmacher2014-01-071-1/+2
* s4:librpc/rpc: update alloc_hint for each fragmentStefan Metzmacher2014-01-071-1/+1
* s4:librpc/rpc: remove unused rpc_request->ndr structureStefan Metzmacher2014-01-071-8/+0
* s4:rpc_server: don't support functions DCERPC pipes in remoted backendStefan Metzmacher2014-01-071-0/+12
* librpc/rpc: read the full header in dcerpc_read_ncacn_packet_next_vector()Stefan Metzmacher2014-01-071-3/+9
* dcerpc.idl: add DCERPC_NCACN_PAYLOAD_OFFSETStefan Metzmacher2014-01-071-0/+1
* librpc: fix possible memory leakGregor Beck2014-01-071-0/+1
* s4:librpc: fix memory leaks in dcerpc_request_recv_data()Stefan Metzmacher2014-01-071-1/+3
* s4:librpc: fix memory leak in ncacn_pull()Stefan Metzmacher2014-01-071-0/+1
* librpc/ndrdump: free some temporary memory while parsing dcerpc pipe chunksStefan Metzmacher2014-01-071-1/+6
* s4:pyrpc: fix talloc hierachie in dcerpc_InterfaceObjectStefan Metzmacher2014-01-071-37/+48
* s4:torture:spoolss_win: fix valgrind problem in test_EnumJobs()Stefan Metzmacher2014-01-071-0/+3
* samba_upgradedns: message the user if they need to change smb.confRicky Nance2014-01-071-0/+16
* doc: Modify build doc concerning missing headersGarming Sam2014-01-071-12/+7
* waf: fix a typo in an ADS error messageGarming Sam2014-01-071-1/+1
* waf: Require --without-ads-support to build without ADS supportGarming Sam2014-01-071-2/+5
* waf: Require ldap support to be specifically disabledGarming Sam2014-01-071-0/+9
* waf: Require ACL support to be specifically disabledGarming Sam2014-01-071-2/+13
* s3:rpc_client: send a dcerpc_sec_verification_trailer if neededStefan Metzmacher2014-01-073-10/+194
* s3:rpc_client: fill alloc_hint with the remaining data not the total data.Stefan Metzmacher2014-01-071-1/+1
* dcerpc.idl: add dcerpc_sec_verification_trailerStefan Metzmacher2014-01-073-1/+134
* dcerpc.idl: add documentation referencesStefan Metzmacher2014-01-071-2/+11
* librpc/ndr: add LIBNDR_FLAG_SUBCONTEXT_NO_UNREAD_BYTESStefan Metzmacher2014-01-073-0/+28
* s3:rpc_server: add support for DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2014-01-071-3/+22
* s3:rpc_client: implement DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2014-01-072-7/+41
* s3:rpc_client: handle DCERPC_AUTH_TYPE_SCHANNEL as any other gensec backendStefan Metzmacher2014-01-071-2/+2
* s3:rpc_client: add some const to rpc_api_pipe_req_send()Stefan Metzmacher2014-01-071-2/+2
* s3:rpc_client: make rpc_api_pipe_req_send/recv staticStefan Metzmacher2014-01-072-12/+2
* s3:rpc_client: talloc_zero pipe_auth_dataStefan Metzmacher2014-01-071-3/+3