Age | Commit message (Expand) | Author | Files | Lines |
2013-06-11 | smbd: Fix a const warning | Volker Lendecke | 1 | -1/+1 |
2013-06-11 | smbd: Fix a const warning | Volker Lendecke | 1 | -1/+1 |
2013-05-14 | smbd: Remove a pointless variable | Volker Lendecke | 1 | -2/+1 |
2013-04-26 | smbd: Ignore OPEN_RETRY and BREAK_RESPONSE | Volker Lendecke | 1 | -0/+2 |
2013-04-19 | s3:smbd stop working on a dead client socket | Christian Ambach | 1 | -0/+1 |
2013-04-19 | s3:smbd increase a loglevel | Christian Ambach | 1 | -5/+5 |
2013-04-19 | smbd: Fix signing when the async echo handler kicks in | Volker Lendecke | 1 | -1/+1 |
2013-03-20 | s3:smbd: Fix off-by 4 error in wrap protection code in create_outbuf() | Jeremy Allison | 1 | -6/+11 |
2013-03-20 | s3:smbd: add some const to req_is_in_chain() | Stefan Metzmacher | 1 | -1/+1 |
2013-03-15 | s3-smbd/process.c: Cast pid_t result to int for GNU/Solaris build | Andrew Bartlett | 1 | -1/+1 |
2013-02-19 | s3:smbd: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_ | Stefan Metzmacher | 1 | -2/+2 |
2013-02-19 | s3:smbd: s/struct fd_event/struct tevent_fd | Stefan Metzmacher | 1 | -2/+2 |
2013-02-19 | s3:smbd: s/EVENT_FD/TEVENT_FD | Stefan Metzmacher | 1 | -4/+4 |
2013-02-19 | s3:smbd: s/struct timed_event/struct tevent_timer | Stefan Metzmacher | 1 | -3/+3 |
2013-02-19 | s3:smbd: s/struct event_context/struct tevent_context | Stefan Metzmacher | 1 | -3/+3 |
2013-01-30 | smbd: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2013-01-08 | smbd: Fix bug 9549 -- Memleak in the async echo handler | Volker Lendecke | 1 | -1/+1 |
2012-12-07 | s3: Fix clear_if_first for the async echo handler | Volker Lendecke | 1 | -1/+1 |
2012-11-30 | Fix Bug 9422 - large read requests cause server to issue malformed reply | Volker Lendecke | 1 | -1/+1 |
2012-08-17 | s3:smbd: don't disconnect the client when a share has "smb encrypt = required" | Stefan Metzmacher | 1 | -2/+6 |
2012-08-17 | s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* values | Stefan Metzmacher | 1 | -1/+1 |
2012-07-31 | s3:smbd: do a clean shutdown during release_ip() after CTDB_SRVID_RELEASE_IP | Stefan Metzmacher | 1 | -15/+37 |
2012-07-31 | s3:smbd: use print_sockaddr() instead of client_socket_addr() | Stefan Metzmacher | 1 | -1/+1 |
2012-07-31 | s3:smbd: move smbd_register_ips() next to release_ip() | Stefan Metzmacher | 1 | -27/+23 |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 1 | -5/+6 |
2012-07-13 | s3-auth Remove unused global_machine_account_needs_changing | Andrew Bartlett | 1 | -5/+0 |
2012-06-30 | Make schedule_deferred_open_message_smb() return an indication of success. | Jeremy Allison | 1 | -4/+5 |
2012-06-29 | s3:smbd: make use of smbXsrv_open for smb1/2/3 | Stefan Metzmacher | 1 | -0/+10 |
2012-06-25 | s3:smbd/sesssetup: implement dynamic re-authentication and expire session if ... | Stefan Metzmacher | 1 | -8/+35 |
2012-06-25 | s3:smbd: make use of smbXsrv_session for smb1 | Stefan Metzmacher | 1 | -2/+5 |
2012-06-25 | s3:smbd: make use of smbXsrv_tcon for smb1 | Stefan Metzmacher | 1 | -3/+24 |
2012-06-25 | s3:smb2_sesssetup: make use of the smbXsrv_session infrastructure | Stefan Metzmacher | 1 | -0/+9 |
2012-06-22 | s3:smbd: fix warning in smbd_tevent_trace_callback() without profile support | Stefan Metzmacher | 1 | -0/+5 |
2012-06-20 | s3:smbd: fix the build with the --with-profiling-data option | Stefan Metzmacher | 1 | -3/+7 |
2012-06-15 | s3:smbd: remember the request_time on an incoming request | Stefan Metzmacher | 1 | -0/+4 |
2012-06-09 | s3:smbd: readd START_PROFILE(smbd_idle)/END_PROFILE(smbd_idle) | Stefan Metzmacher | 1 | -0/+15 |
2012-06-06 | s3:smbd: change user_struct->vuid to uint64_t | Stefan Metzmacher | 1 | -1/+1 |
2012-06-06 | s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct' | Stefan Metzmacher | 1 | -1/+1 |
2012-05-30 | s3-param: Use same function name for "max xmit" as lib/param | Andrew Bartlett | 1 | -1/+1 |
2012-05-24 | s3:smbd: remove global 'smbd_server_conn' !!! | Stefan Metzmacher | 1 | -6/+43 |
2012-05-24 | s3:smbd: only call file_init_global() in the parent smbd | Stefan Metzmacher | 1 | -0/+4 |
2012-05-24 | s3:smbd: remove unused var in smbXsrv_connection_init_tables() | Stefan Metzmacher | 1 | -2/+0 |
2012-05-12 | s3:smbd: introduce struct smbXsrv_connection | Stefan Metzmacher | 1 | -0/+25 |
2012-04-05 | build: Remove SMB_F* locking defines | Andrew Bartlett | 1 | -2/+2 |
2012-04-03 | s3-smbd: Inline init_modules() into only caller | Andrew Bartlett | 1 | -1/+3 |
2012-03-29 | Start to add truncate checks on all uses of strlcpy(). Reading lwn | Jeremy Allison | 1 | -1/+3 |
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 1 | -11/+11 |
2012-03-22 | Fix bug 8823 - source3/smbd/process.c:smb_dump seems to have a memory leak. | Jeremy Allison | 1 | -3/+8 |
2012-03-10 | s3: Add smb_request_done | Volker Lendecke | 1 | -58/+95 |
2012-03-10 | s3: Remove unused smb_request->done | Volker Lendecke | 1 | -6/+0 |