summaryrefslogtreecommitdiff
path: root/libcli/named_pipe_auth
Commit message (Expand)AuthorAgeFilesLines
* rpc: Remove named_pipe_auth_req_info6->need_idle_serverVolker Lendecke2023-05-162-67/+81
* named_pipe_auth: Bump info5 to info6Joseph Sutton2023-02-082-59/+59
* lib: Remove unused tstream_npa_socketpair()Volker Lendecke2022-01-182-93/+0
* librpc: Get transport out of tstream_npa_accept_existing_recv()Volker Lendecke2021-12-102-0/+7
* librpc: Add named_pipe_auth_req_info5->transportVolker Lendecke2021-12-102-0/+8
* named_pipe_auth: Bump info4 to info5Volker Lendecke2021-12-102-56/+56
* tstream: Add tstream_npa_existing_stream()Volker Lendecke2021-04-012-14/+32
* tstream_npa: Allow NULL output parametersVolker Lendecke2021-04-011-7/+19
* tstream_npa: Return named_pipe_auth_req_info4 from accept_existingVolker Lendecke2021-04-012-20/+83
* tstream_npa: Keep "named_pipe_auth_req" around in tstream_npa_accept_existing...Volker Lendecke2021-04-011-13/+9
* libcli: Simplify tstream_npa_connect_readv_done()Volker Lendecke2021-03-091-2/+1
* libcli: Add a NULL check to tstream_npaVolker Lendecke2021-03-091-0/+3
* tstream_npa: Set local server name in auth requestsSamuel Cabrero2019-10-182-2/+3
* rpc: Convert npa_tstream.c to use tstream_u32_read_sendVolker Lendecke2019-04-051-187/+42
* rpc: Add tstream_u32_readVolker Lendecke2019-04-053-1/+197
* rpc: Fix a typoVolker Lendecke2019-04-031-1/+1
* tstream_npa: Avoid an unnecessary ZERO_STRUCTPVolker Lendecke2019-03-221-2/+0
* libcli: Add a comment explaining lack of overflow checksVolker Lendecke2019-03-181-0/+3
* Fix spelling s/conection/connection/Mathieu Parent2018-05-121-2/+2
* named_pipe_auth: Rename client -> remote_client and server -> local_serverGary Lockyer2017-03-292-58/+66
* libcli/named_pipe_auth: call smb_set_close_on_exec() in tstream_npa_socketpair()Stefan Metzmacher2015-06-051-0/+11
* tstream: Make socketpair nonblockingVolker Lendecke2015-06-041-5/+20
* libcli: Fix the comment for the address.Andreas Schneider2014-01-171-1/+1
* libcli: Add tstream_npa_socketpair() function.Andreas Schneider2013-10-292-0/+67
* libcli/smb move FILE_TYPE constants in commonAndrew Bartlett2011-07-061-3/+1
* libcli/named_pipe_auth: add forward declaration in npa_tstream.h.Günther Deschner2011-05-021-0/+1
* tstream: make npa_tstream a private libraryAndrew Tridgell2011-04-061-4/+5
* libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett2011-02-102-90/+62
* libcli/named_pipe_auth Remove support for unused levels 0-2.Andrew Bartlett2011-02-101-160/+83
* raw.h is only needed in the S4 buildVolker Lendecke2010-11-091-0/+2
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-4/+0
* s3/s4:libcli/tstream - add more "char *" casts in order to suppress Solaris w...Matthias Dieter Wallnöfer2010-09-101-12/+12
* libcli/named_pipe_auth: fix error handling in _tstream_npa_connect_recv()Stefan Metzmacher2010-06-211-0/+2
* libcli/named_pipe_auth: fix memory handling for temporary dataStefan Metzmacher2010-06-211-5/+6
* s3/s4 - remove "talloc_tos()" from common code since s4 doesn't support itMatthias Dieter Wallnöfer2010-06-211-1/+1
* Fix warning messages about unused result of talloc_move. We're really talloc_...Jeremy Allison2010-06-141-3/+3
* named_pipe_auth Always lower case the incoming pipe nameAndrew Bartlett2010-06-071-1/+7
* named_pipe_auth: implement tstream_npa_accept_existing_send/recvSimo Sorce2010-05-262-0/+521
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-182-6/+2
* libcli/named_pipe_auth: we need to hide length of the message mode header fro...Stefan Metzmacher2010-04-281-1/+12
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-3/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+9
* libcli/named_pipe_auth: pass gssapi delegated credentials through the named pipeStefan Metzmacher2009-09-182-22/+32
* Fix an unitialized variable warningVolker Lendecke2009-05-101-0/+3
* libcli: Fix shadowed name in header alsoTim Prouty2009-05-041-1/+1
* libcli: Fix shadowed variable warningTim Prouty2009-05-041-2/+2
* libcli/named_pipe_auth: add tstream_npa_connect_send/recv()Stefan Metzmacher2009-05-013-0/+1122