index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: Remove 2 indentation levels
Volker Lendecke
2014-07-17
1
-11
/
+11
*
s3: smbd - Prevent file truncation on an open that fails with share mode viol...
Jeremy Allison
2014-07-17
1
-2
/
+20
*
s3: smbd: Locking - re-add pending lock records if we fail to acquire a lock ...
Jeremy Allison
2014-07-15
1
-17
/
+80
*
s3: smbd: Locking - treat lock timeout the same as any other error.
Jeremy Allison
2014-07-15
1
-53
/
+38
*
s3: smbd: Locking - add and use utility function lock_timed_out().
Jeremy Allison
2014-07-15
1
-3
/
+21
*
s3: smbd: Locking - convert to using utility macro used elsewhere.
Jeremy Allison
2014-07-15
1
-2
/
+1
*
s3:smb2_read: let smb2_sendfile_send_data() behave like send_file_readX()
Stefan Metzmacher
2014-07-15
1
-16
/
+53
*
pysmbd: improve the return of error codes in the python smbd bindings
Garming Sam
2014-07-15
1
-31
/
+27
*
s3/s4: smbd, rpc, ldap, cldap, kdc services.
Jeremy Allison
2014-07-15
1
-6
/
+10
*
smbd: Fix bug 10593
Volker Lendecke
2014-07-15
1
-1
/
+8
*
s3: smbd - fix processing of packets with invalid DOS charset conversions.
Jeremy Allison
2014-06-22
1
-2
/
+2
*
s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...
Jeremy Allison
2014-05-27
1
-42
/
+43
*
s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...
Jeremy Allison
2014-05-27
1
-70
/
+57
*
lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)
Björn Baumbach
2014-05-20
2
-3
/
+3
*
smbd: use exit_daemon() to support reporting to systemd from smbd
Alexander Bokovoy
2014-05-20
1
-25
/
+19
*
add systemd integration
Alexander Bokovoy
2014-05-20
1
-0
/
+4
*
s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...
Jeremy Allison
2014-05-19
1
-1
/
+2
*
s3: smbd: Remove open_file_fchmod().
Jeremy Allison
2014-05-19
2
-36
/
+0
*
s3: smbd: change file_set_dosmode() to use get_file_handle_for_metadata() ins...
Jeremy Allison
2014-05-19
1
-12
/
+92
*
s3: smbd : Ensure file_new doesn't call into smbXsrv_open_create() for INTERN...
Jeremy Allison
2014-05-19
2
-4
/
+15
*
s3 : smbd : Protect all possible code paths from fsp->op == NULL.
Jeremy Allison
2014-05-19
2
-0
/
+13
*
s3: smbd - smb1 - fix read of deleted memory in reply_writeclose().
Noel Power
2014-05-06
1
-11
/
+13
*
s3: messages: Implement cleanup of dead records.
Jeremy Allison
2014-04-04
1
-0
/
+7
*
s3: smbd: Fileserving share access checks.
Jeremy Allison
2014-04-01
1
-2
/
+10
*
s3:smbd: s/BUFFER_SIZE/LARGE_WRITEX_BUFFER_SIZE
Stefan Metzmacher
2014-04-01
1
-1
/
+1
*
s3:smbd: fix the maxentries calculation depending on the max_send.
Stefan Metzmacher
2014-04-01
1
-1
/
+1
*
s3:smbd: simplify maxentries calculation in reply_search()
Stefan Metzmacher
2014-04-01
1
-5
/
+4
*
s3:smbd: fix the read numtoread calculation depending on the max_send.
Stefan Metzmacher
2014-04-01
1
-9
/
+9
*
s3:smbd: fix the lockread numtoread calculation depending on the max_send.
Stefan Metzmacher
2014-04-01
1
-9
/
+9
*
s3:smbd: pass the final numtoread reply_outbuf() for the lockread reply.
Stefan Metzmacher
2014-04-01
1
-4
/
+5
*
s3:smbd: fix lockread numtoread calculation to match reply_outbuf() arguments.
Stefan Metzmacher
2014-04-01
1
-1
/
+1
*
s3:smbd: take less than SMB_BUFFER_SIZE_MIN ('500') as header overhead in ipc.c
Stefan Metzmacher
2014-04-01
1
-4
/
+6
*
s3:smbd: reject a MaxBufferSize < SMB_BUFFER_SIZE_MIN (500) in a session setu...
Stefan Metzmacher
2014-04-01
1
-6
/
+13
*
s3:smbd: use sconn->smb1.sessions.max_send = SMB_BUFFER_SIZE_MAX
Stefan Metzmacher
2014-04-01
1
-1
/
+1
*
s3:smbd: use SMB_BUFFER_SIZE_MIN/MAX to limit lp_max_xmit()
Stefan Metzmacher
2014-04-01
1
-1
/
+6
*
s3:smb2_tcon: cancel and wait for pending requests on tdis
Stefan Metzmacher
2014-04-01
1
-4
/
+79
*
s3:smb2_sesssetup: cancel and wait for pending requests on logoff
Stefan Metzmacher
2014-04-01
1
-4
/
+79
*
s3:smb2_tcon: split smbd_smb2_tdis into an async *_send/recv pair.
Jeremy Allison
2014-04-01
1
-16
/
+89
*
s3:smb2_sesssetup: split smbd_smb2_logoff into an async *_send/recv pair.
Jeremy Allison
2014-04-01
1
-20
/
+92
*
s3:smb2_lock: return RANGE_NOT_LOCKED instead of CANCELLED for logoff and tdis
Stefan Metzmacher
2014-04-01
1
-0
/
+20
*
s3:smb2_lock: fix whitespaces/tabs in smbd_smb2_lock_cancel()
Stefan Metzmacher
2014-04-01
1
-11
/
+11
*
CVE-2013-4496:samr: Remove ChangePasswordUser
Andrew Bartlett
2014-03-11
1
-254
/
+0
*
s3:smbd: avoid invalid lock_order panic triggered by "CTDB_SRVID_RELEASE_IP"
Stefan Metzmacher
2014-03-10
1
-2
/
+39
*
s3:lib/ctdbd_conn: let release_ip_handler return bool
Stefan Metzmacher
2014-03-10
1
-2
/
+4
*
s3:smbd: maintain smbd_server_connection->status
Stefan Metzmacher
2014-03-10
4
-0
/
+53
*
s3:smbd: simplify exit_server_common()
Stefan Metzmacher
2014-03-10
1
-4
/
+2
*
dfs: always call create_conn_struct with root privileges
Garming Sam
2014-02-21
1
-1
/
+30
*
s3:smb2_notify: fix use after free on long living notify requests
Stefan Metzmacher
2014-02-16
1
-0
/
+55
*
smbd: Fix an ancient oplock bug
Volker Lendecke
2014-02-14
1
-0
/
+2
*
smbd/smb2_ioctl: fail zero length copy chunk requests
David Disseldorp
2014-02-14
1
-1
/
+16
[next]