summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-19smbd: Fix CID 1063259 Uninitialized scalar variableVolker Lendecke1-0/+1
2013-08-03There are tests all over the SMB1 code to check that srv_send_smb fails, but ...Richard Sharpe1-1/+1
2013-06-11smbd: Fix a const warningVolker Lendecke1-1/+1
2013-06-11smbd: Fix a const warningVolker Lendecke1-1/+1
2013-05-14smbd: Remove a pointless variableVolker Lendecke1-2/+1
2013-04-26smbd: Ignore OPEN_RETRY and BREAK_RESPONSEVolker Lendecke1-0/+2
2013-04-19s3:smbd stop working on a dead client socketChristian Ambach1-0/+1
2013-04-19s3:smbd increase a loglevelChristian Ambach1-5/+5
2013-04-19smbd: Fix signing when the async echo handler kicks inVolker Lendecke1-1/+1
2013-03-20s3:smbd: Fix off-by 4 error in wrap protection code in create_outbuf()Jeremy Allison1-6/+11
2013-03-20s3:smbd: add some const to req_is_in_chain()Stefan Metzmacher1-1/+1
2013-03-15s3-smbd/process.c: Cast pid_t result to int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-02-19s3:smbd: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_Stefan Metzmacher1-2/+2
2013-02-19s3:smbd: s/struct fd_event/struct tevent_fdStefan Metzmacher1-2/+2
2013-02-19s3:smbd: s/EVENT_FD/TEVENT_FDStefan Metzmacher1-4/+4
2013-02-19s3:smbd: s/struct timed_event/struct tevent_timerStefan Metzmacher1-3/+3
2013-02-19s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher1-3/+3
2013-01-30smbd: Fix a typoVolker Lendecke1-1/+1
2013-01-08smbd: Fix bug 9549 -- Memleak in the async echo handlerVolker Lendecke1-1/+1
2012-12-07s3: Fix clear_if_first for the async echo handlerVolker Lendecke1-1/+1
2012-11-30Fix Bug 9422 - large read requests cause server to issue malformed replyVolker Lendecke1-1/+1
2012-08-17s3:smbd: don't disconnect the client when a share has "smb encrypt = required"Stefan Metzmacher1-2/+6
2012-08-17s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* valuesStefan Metzmacher1-1/+1
2012-07-31s3:smbd: do a clean shutdown during release_ip() after CTDB_SRVID_RELEASE_IPStefan Metzmacher1-15/+37
2012-07-31s3:smbd: use print_sockaddr() instead of client_socket_addr()Stefan Metzmacher1-1/+1
2012-07-31s3:smbd: move smbd_register_ips() next to release_ip()Stefan Metzmacher1-27/+23
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-5/+6
2012-07-13s3-auth Remove unused global_machine_account_needs_changingAndrew Bartlett1-5/+0
2012-06-30Make schedule_deferred_open_message_smb() return an indication of success.Jeremy Allison1-4/+5
2012-06-29s3:smbd: make use of smbXsrv_open for smb1/2/3Stefan Metzmacher1-0/+10
2012-06-25s3:smbd/sesssetup: implement dynamic re-authentication and expire session if ...Stefan Metzmacher1-8/+35
2012-06-25s3:smbd: make use of smbXsrv_session for smb1Stefan Metzmacher1-2/+5
2012-06-25s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher1-3/+24
2012-06-25s3:smb2_sesssetup: make use of the smbXsrv_session infrastructureStefan Metzmacher1-0/+9
2012-06-22s3:smbd: fix warning in smbd_tevent_trace_callback() without profile supportStefan Metzmacher1-0/+5
2012-06-20s3:smbd: fix the build with the --with-profiling-data optionStefan Metzmacher1-3/+7
2012-06-15s3:smbd: remember the request_time on an incoming requestStefan Metzmacher1-0/+4
2012-06-09s3:smbd: readd START_PROFILE(smbd_idle)/END_PROFILE(smbd_idle)Stefan Metzmacher1-0/+15
2012-06-06s3:smbd: change user_struct->vuid to uint64_tStefan Metzmacher1-1/+1
2012-06-06s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher1-1/+1
2012-05-30s3-param: Use same function name for "max xmit" as lib/paramAndrew Bartlett1-1/+1
2012-05-24s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher1-6/+43
2012-05-24s3:smbd: only call file_init_global() in the parent smbdStefan Metzmacher1-0/+4
2012-05-24s3:smbd: remove unused var in smbXsrv_connection_init_tables()Stefan Metzmacher1-2/+0
2012-05-12s3:smbd: introduce struct smbXsrv_connectionStefan Metzmacher1-0/+25
2012-04-05build: Remove SMB_F* locking definesAndrew Bartlett1-2/+2
2012-04-03s3-smbd: Inline init_modules() into only callerAndrew Bartlett1-1/+3
2012-03-29Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison1-1/+3
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-11/+11
2012-03-22Fix bug 8823 - source3/smbd/process.c:smb_dump seems to have a memory leak.Jeremy Allison1-3/+8