summaryrefslogtreecommitdiffstats
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smbd: move sconn->smb1.negprot.* to xconn->smb1.negprot.*Stefan Metzmacher2014-08-061-1/+1
* s3:smbd: move sconn->status to xconn->transport.statusStefan Metzmacher2014-08-061-6/+9
* s3:smbd: move sconn->smb1.fde to xconn->transport.fdeStefan Metzmacher2014-08-061-9/+9
* s3:smbd: move sconn->sock to xconn->transport.sockStefan Metzmacher2014-08-061-17/+24
* s3:smbd: move sconn->nbt.* to xconn->transport.nbt.*Stefan Metzmacher2014-08-061-2/+0
* s3:smbd: avoid get_peer_addr() and use smbXsrv_connection_dbg()Stefan Metzmacher2014-08-061-7/+10
* s3:smbd: add smbXsrv_connection_dbg()Stefan Metzmacher2014-08-061-0/+23
* s3:smbd: remove unused client_get_tcp_info()Stefan Metzmacher2014-07-241-15/+0
* s3:smbd: avoid using client_get_tcp_info()Stefan Metzmacher2014-07-241-25/+17
* smbd: Use mutex instead of fcntl lock for echohandler coordinationChristof Schmitt2014-07-091-31/+161
* smbd: Store "struct deferred_open_record" instead of anonymous data on pmlVolker Lendecke2014-06-211-19/+11
* s3:smbd: avoid compiler warnings in smbd_tevent_trace_callback()Stefan Metzmacher2014-04-021-0/+5
* s3:build: remove global CLUSTER_SUPPORT defineStefan Metzmacher2014-03-241-7/+0
* s3:smbd: s/BUFFER_SIZE/LARGE_WRITEX_BUFFER_SIZEStefan Metzmacher2014-03-051-1/+1
* s3:smbd: use sconn->smb1.sessions.max_send = SMB_BUFFER_SIZE_MAXStefan Metzmacher2014-03-051-1/+1
* s3:smbd: use SMB_BUFFER_SIZE_MIN/MAX to limit lp_max_xmit()Stefan Metzmacher2014-03-051-1/+6
* s3:smbd: avoid invalid lock_order panic triggered by "CTDB_SRVID_RELEASE_IP"Stefan Metzmacher2014-02-211-2/+39
* s3:lib/ctdbd_conn: let release_ip_handler return boolStefan Metzmacher2014-02-211-2/+4
* s3:smbd: maintain smbd_server_connection->statusStefan Metzmacher2014-02-211-0/+25
* param: rename lp function and variable from "rootdir" to "root_directory"Garming Sam2014-02-071-5/+5
* param: rename lp function and variable from "srv_maxprotocol" to "server_max_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam2014-02-071-1/+1
* loadparm: rename lp[cfg]_hostsdeny to lp[cfg]_hosts_deny for consistency with...Michael Adam2014-02-031-2/+2
* loadparm: rename lp[cfg]_hostsallow to lp[cfg]_hosts_allow for consistency wi...Michael Adam2014-02-031-2/+2
* smbd: Make "num_children" available by smbcontrolVolker Lendecke2014-01-061-0/+2
* s3:smbd: avoid calling fd_is_readable() without async echo handlerStefan Metzmacher2013-12-141-11/+13
* s3:smbd react on message that client should be disconnectedChristian Ambach2013-12-121-0/+32
* s3:smb2_server: avoid calling set_current_user_info() for each requestStefan Metzmacher2013-11-271-3/+2
* smbd: Fix CID 1063259 Uninitialized scalar variableVolker Lendecke2013-08-191-0/+1
* There are tests all over the SMB1 code to check that srv_send_smb fails, but ...Richard Sharpe2013-08-031-1/+1
* smbd: Fix a const warningVolker Lendecke2013-06-111-1/+1
* smbd: Fix a const warningVolker Lendecke2013-06-111-1/+1
* smbd: Remove a pointless variableVolker Lendecke2013-05-141-2/+1
* smbd: Ignore OPEN_RETRY and BREAK_RESPONSEVolker Lendecke2013-04-261-0/+2
* s3:smbd stop working on a dead client socketChristian Ambach2013-04-191-0/+1
* s3:smbd increase a loglevelChristian Ambach2013-04-191-5/+5
* smbd: Fix signing when the async echo handler kicks inVolker Lendecke2013-04-191-1/+1
* s3:smbd: Fix off-by 4 error in wrap protection code in create_outbuf()Jeremy Allison2013-03-201-6/+11
* s3:smbd: add some const to req_is_in_chain()Stefan Metzmacher2013-03-201-1/+1
* s3-smbd/process.c: Cast pid_t result to int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* s3:smbd: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_Stefan Metzmacher2013-02-191-2/+2
* s3:smbd: s/struct fd_event/struct tevent_fdStefan Metzmacher2013-02-191-2/+2
* s3:smbd: s/EVENT_FD/TEVENT_FDStefan Metzmacher2013-02-191-4/+4
* s3:smbd: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-3/+3
* s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-3/+3
* smbd: Fix a typoVolker Lendecke2013-01-301-1/+1
* smbd: Fix bug 9549 -- Memleak in the async echo handlerVolker Lendecke2013-01-081-1/+1
* s3: Fix clear_if_first for the async echo handlerVolker Lendecke2012-12-071-1/+1
* Fix Bug 9422 - large read requests cause server to issue malformed replyVolker Lendecke2012-11-301-1/+1
* s3:smbd: don't disconnect the client when a share has "smb encrypt = required"Stefan Metzmacher2012-08-171-2/+6