summaryrefslogtreecommitdiffstats
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* valuesStefan Metzmacher2012-08-171-1/+1
* s3:smbd: do a clean shutdown during release_ip() after CTDB_SRVID_RELEASE_IPStefan Metzmacher2012-07-311-15/+37
* s3:smbd: use print_sockaddr() instead of client_socket_addr()Stefan Metzmacher2012-07-311-1/+1
* s3:smbd: move smbd_register_ips() next to release_ip()Stefan Metzmacher2012-07-311-27/+23
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-5/+6
* s3-auth Remove unused global_machine_account_needs_changingAndrew Bartlett2012-07-131-5/+0
* Make schedule_deferred_open_message_smb() return an indication of success.Jeremy Allison2012-06-301-4/+5
* s3:smbd: make use of smbXsrv_open for smb1/2/3Stefan Metzmacher2012-06-291-0/+10
* s3:smbd/sesssetup: implement dynamic re-authentication and expire session if ...Stefan Metzmacher2012-06-251-8/+35
* s3:smbd: make use of smbXsrv_session for smb1Stefan Metzmacher2012-06-251-2/+5
* s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher2012-06-251-3/+24