summaryrefslogtreecommitdiff
path: root/libcli/named_pipe_auth
AgeCommit message (Expand)AuthorFilesLines
2022-01-18lib: Remove unused tstream_npa_socketpair()Volker Lendecke2-93/+0
2021-12-10librpc: Get transport out of tstream_npa_accept_existing_recv()Volker Lendecke2-0/+7
2021-12-10librpc: Add named_pipe_auth_req_info5->transportVolker Lendecke2-0/+8
2021-12-10named_pipe_auth: Bump info4 to info5Volker Lendecke2-56/+56
2021-04-01tstream: Add tstream_npa_existing_stream()Volker Lendecke2-14/+32
2021-04-01tstream_npa: Allow NULL output parametersVolker Lendecke1-7/+19
2021-04-01tstream_npa: Return named_pipe_auth_req_info4 from accept_existingVolker Lendecke2-20/+83
2021-04-01tstream_npa: Keep "named_pipe_auth_req" around in tstream_npa_accept_existing...Volker Lendecke1-13/+9
2021-03-09libcli: Simplify tstream_npa_connect_readv_done()Volker Lendecke1-2/+1
2021-03-09libcli: Add a NULL check to tstream_npaVolker Lendecke1-0/+3
2019-10-18tstream_npa: Set local server name in auth requestsSamuel Cabrero2-2/+3
2019-04-05rpc: Convert npa_tstream.c to use tstream_u32_read_sendVolker Lendecke1-187/+42
2019-04-05rpc: Add tstream_u32_readVolker Lendecke3-1/+197
2019-04-03rpc: Fix a typoVolker Lendecke1-1/+1
2019-03-22tstream_npa: Avoid an unnecessary ZERO_STRUCTPVolker Lendecke1-2/+0
2019-03-18libcli: Add a comment explaining lack of overflow checksVolker Lendecke1-0/+3
2018-05-12Fix spelling s/conection/connection/Mathieu Parent1-2/+2
2017-03-29named_pipe_auth: Rename client -> remote_client and server -> local_serverGary Lockyer2-58/+66
2015-06-05libcli/named_pipe_auth: call smb_set_close_on_exec() in tstream_npa_socketpair()Stefan Metzmacher1-0/+11
2015-06-04tstream: Make socketpair nonblockingVolker Lendecke1-5/+20
2014-01-17libcli: Fix the comment for the address.Andreas Schneider1-1/+1
2013-10-29libcli: Add tstream_npa_socketpair() function.Andreas Schneider2-0/+67
2011-07-06libcli/smb move FILE_TYPE constants in commonAndrew Bartlett1-3/+1
2011-05-02libcli/named_pipe_auth: add forward declaration in npa_tstream.h.Günther Deschner1-0/+1
2011-04-06tstream: make npa_tstream a private libraryAndrew Tridgell1-4/+5
2011-02-10libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett2-90/+62
2011-02-10libcli/named_pipe_auth Remove support for unused levels 0-2.Andrew Bartlett1-160/+83
2010-11-09raw.h is only needed in the S4 buildVolker Lendecke1-0/+2
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-4/+0
2010-09-10s3/s4:libcli/tstream - add more "char *" casts in order to suppress Solaris w...Matthias Dieter Wallnöfer1-12/+12
2010-06-21libcli/named_pipe_auth: fix error handling in _tstream_npa_connect_recv()Stefan Metzmacher1-0/+2
2010-06-21libcli/named_pipe_auth: fix memory handling for temporary dataStefan Metzmacher1-5/+6
2010-06-21s3/s4 - remove "talloc_tos()" from common code since s4 doesn't support itMatthias Dieter Wallnöfer1-1/+1
2010-06-14Fix warning messages about unused result of talloc_move. We're really talloc_...Jeremy Allison1-3/+3
2010-06-07named_pipe_auth Always lower case the incoming pipe nameAndrew Bartlett1-1/+7
2010-05-26named_pipe_auth: implement tstream_npa_accept_existing_send/recvSimo Sorce2-0/+521
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij2-6/+2
2010-04-28libcli/named_pipe_auth: we need to hide length of the message mode header fro...Stefan Metzmacher1-1/+12
2010-04-06s4-waf: removed the AUTOGENERATED markersAndrew Tridgell1-3/+0
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+9
2009-09-18libcli/named_pipe_auth: pass gssapi delegated credentials through the named pipeStefan Metzmacher2-22/+32
2009-05-10Fix an unitialized variable warningVolker Lendecke1-0/+3
2009-05-04libcli: Fix shadowed name in header alsoTim Prouty1-1/+1
2009-05-04libcli: Fix shadowed variable warningTim Prouty1-2/+2
2009-05-01libcli/named_pipe_auth: add tstream_npa_connect_send/recv()Stefan Metzmacher3-0/+1122