summaryrefslogtreecommitdiffstats
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:smb2_sesssetup: make use of the smbXsrv_session infrastructureStefan Metzmacher2012-06-251-0/+9
* s3:smbd: fix warning in smbd_tevent_trace_callback() without profile supportStefan Metzmacher2012-06-221-0/+5
* s3:smbd: fix the build with the --with-profiling-data optionStefan Metzmacher2012-06-201-3/+7
* s3:smbd: remember the request_time on an incoming requestStefan Metzmacher2012-06-151-0/+4
* s3:smbd: readd START_PROFILE(smbd_idle)/END_PROFILE(smbd_idle)Stefan Metzmacher2012-06-091-0/+15
* s3:smbd: change user_struct->vuid to uint64_tStefan Metzmacher2012-06-061-1/+1
* s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher2012-06-061-1/+1
* s3-param: Use same function name for "max xmit" as lib/paramAndrew Bartlett2012-05-301-1/+1
* s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher2012-05-241-6/+43
* s3:smbd: only call file_init_global() in the parent smbdStefan Metzmacher2012-05-241-0/+4
* s3:smbd: remove unused var in smbXsrv_connection_init_tables()Stefan Metzmacher2012-05-241-2/+0
* s3:smbd: introduce struct smbXsrv_connectionStefan Metzmacher2012-05-121-0/+25
* build: Remove SMB_F* locking definesAndrew Bartlett2012-04-051-2/+2