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