summaryrefslogtreecommitdiff
path: root/source4/smbd/service_named_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* source4/smbd: replace DEBUG( with DBG_Gary Lockyer2017-10-191-13/+12
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-191-2/+4
* s4-named_pipe_auth: Rename client -> remote_client and server -> local_serverGary Lockyer2017-03-291-12/+14
* s4-smbd: Remember the original client and server IPs from the SMB connectionAndrew Bartlett2017-03-291-0/+3
* s4:server_named_pipe: make sure we use lower case pipe nameStefan Metzmacher2016-06-241-1/+1
* lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke2014-07-281-1/+1
* Use the new directory_create_or_exist_strict() function.Andreas Schneider2013-01-091-1/+1
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-2/+2
* ncalrpc: Force ncalrpc dir to be mode 755 in all usersAndrew Bartlett2011-05-081-0/+7
* Improve debug messages when creating socket directoriesAndrew Bartlett2011-05-081-1/+1
* libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett2011-02-101-125/+13
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-091-6/+6
* s4-auth Remove special case for account_sid from auth_serversupplied_infoAndrew Bartlett2011-01-201-1/+1
* s4-server: make server sockets a child of the task contextAndrew Tridgell2010-11-151-3/+5
* libcli/security Use common security.hAndrew Bartlett2010-10-121-1/+1
* s4-credentials Add explicit event context handling to Kerberos calls (only)Andrew Bartlett2010-10-111-1/+0
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4:smbd: Use tstream_npa_accept_existing to accept named pipe connectionsSimo Sorce2010-05-261-532/+161
* s4:auth Change auth_generate_session_info to take flagsAndrew Bartlett2010-05-201-0/+41
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-2/+0
* s4:service_named_pipe: use the passed client and server addressesStefan Metzmacher2010-04-271-1/+38
* s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett2010-04-141-14/+48
* s4-smb: Migrate named_pipe_server to tsocket.Andreas Schneider2010-02-261-208/+311
* s4-krb5: propogate errors from a lot more kerberos functionsAndrew Tridgell2010-02-261-1/+3
* Revert "s4-smb: Migrate named_pipe_server to tsocket."Simo Sorce2010-02-241-278/+210
* s4-smb: Migrate named_pipe_server to tsocket.Andreas Schneider2010-02-231-210/+278
* More spelling fixes across source4/Brad Hards2010-02-221-1/+1
* s4-smbd: removed unnecessary includesAndrew Tridgell2009-09-191-2/+0
* s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell2009-09-181-0/+2
* s4:service_named_pipe: accept delegated credentialsStefan Metzmacher2009-09-181-2/+98
* s4:smbd: add support for named_pipe_auth level 2 in service_named_pipe...Stefan Metzmacher2009-05-011-4/+55
* s4:service_stream: s/private/private_dataStefan Metzmacher2009-02-021-6/+6
* s4:smbd: s/private/private_dataStefan Metzmacher2009-02-021-1/+1
* s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher2009-01-211-0/+1
* s4:smbd: convert to tevent_* apiStefan Metzmacher2009-01-031-3/+3
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher2008-12-171-0/+1
* s4: smbd: implement stream_socket_named_pipe()Stefan Metzmacher2008-11-061-0/+366