s3: SMB2 : Fix leak of blocking lock records in the database.
[samba.git] / source3 /
2014-07-17 Jeremy Allisons3: SMB2 : Fix leak of blocking lock records in the...
2014-07-17 Jeremy Allisons3: smb2: Simplify logic in reprocess_blocked_smb2_lock().
2014-07-17 Jeremy Allisons3: smb2: Remove unused code from remove_pending_lock().
2014-07-15 Stefan Metzmachers3:smb2_read: let smb2_sendfile_send_data() behave...
2014-07-13 Jeremy Allisons3: smbd: Locking - re-add pending lock records if...
2014-07-13 Jeremy Allisons3: smbd: Locking - treat lock timeout the same as...
2014-07-13 Jeremy Allisons3: smbd: Locking - add and use utility function lock_t...
2014-07-13 Jeremy Allisons3: smbd: Locking - convert to using utility macro...
2014-07-11 Volker Lendecketorture3: Fix bug 10687
2014-07-11 Volker Lendeckesmbd: Avoid double-free in get_print_db_byname
2014-07-11 Jeremy Allisons3: smbd: Locking, fix off-by one calculation in brl_pe...
2014-07-11 Volker Lendeckesmbstatus: Fix an uninitialized variable
2014-07-07 Jeremy Allisons3:winbindd - fix bad bugfix for bug #10280 - winbind...
2014-07-01 Jeremy Allisons3/s4: smbd, rpc, ldap, cldap, kdc services.
2014-07-01 Volker Lendeckemsg_channel: Fix a 100% CPU loop
2014-07-01 Björn Jackeautobuild: delete $NSS_MODULES in "make clean"
2014-06-23 Karolin SeegerMerge tag 'samba-4.0.19' into v4-0-test
2014-06-22 Jeremy Allisons3: smbd - fix processing of packets with invalid DOS...
2014-06-22 Jeremy Allisons3: nmbd: Fix bug 10633 - nmbd denial of service
2014-06-11 Andrew Bartlettwinbindd: Ensure we do not look at rid_array before...
2014-06-03 David Disseldorpprinting: fix purge of all print jobs
2014-05-27 Jeremy Allisons3: smb2: Move from using SBVAL to put NTTIMEs on the...
2014-05-27 Jeremy Allisons3: smb2: Move from using SBVAL to put NTTIMEs on the...
2014-05-19 Christof SchmittFSCTL_GET_SHADOW_COPY_DATA: Don't return 4 extra bytes...
2014-05-19 Christof SchmittFSCTL_GET_SHADOW_COPY_DATA: Initialize output array...
2014-05-19 Jeremy Allisons3: smbd : Fix wildcard unlink to fail if we get an...
2014-05-19 Jeremy Allisons3: smbd: Remove open_file_fchmod().
2014-05-19 Jeremy Allisons3: smbd: change file_set_dosmode() to use get_file_han...
2014-05-19 Jeremy Allisons3: smbd : Ensure file_new doesn't call into smbXsrv_op...
2014-05-19 Jeremy Allisons3 : smbd : Protect all possible code paths from fsp...
2014-05-19 Jose A. RiveraMinor typo fix in source3/wscript.
2014-05-02 Noel Powers3: smbd - smb1 - fix read of deleted memory in reply_w...
2014-04-29 Björn Baumbachlib-util: rename memdup to smb_memdup and fix all calle...
2014-04-29 Jeremy Allisons3-lib/util: fix logic inside set_namearray loops.
2014-04-29 Björn Baumbachs3-lib/util: fix read across end of namelist string
2014-04-29 Björn Baumbachs3-nmbd: reset debug settings after reading config...
2014-04-07 Jeremy Allisons3: messages: Implement cleanup of dead records.
2014-04-04 Jeremy Allisons3: smbd: Ensure we always go via getgroups_unix_user...
2014-04-01 Andreas Schneiders3-rpc_server: Fix handling of fragmented rpc requests.
2014-04-01 Gregor Becks3:rpc_server: minor refactoring of process_request_pdu()
2014-04-01 Jeremy Allisons3: smbd: Fileserving share access checks.
2014-04-01 Stefan Metzmachers3:smbd: s/BUFFER_SIZE/LARGE_WRITEX_BUFFER_SIZE
2014-04-01 Stefan Metzmachers3:smbd: fix the maxentries calculation depending on...
2014-04-01 Stefan Metzmachers3:smbd: simplify maxentries calculation in reply_search()
2014-04-01 Stefan Metzmachers3:smbd: fix the read numtoread calculation depending...
2014-04-01 Stefan Metzmachers3:smbd: fix the lockread numtoread calculation dependi...
2014-04-01 Stefan Metzmachers3:smbd: pass the final numtoread reply_outbuf() for...
2014-04-01 Stefan Metzmachers3:smbd: fix lockread numtoread calculation to match...
2014-04-01 Stefan Metzmachers3:smbd: take less than SMB_BUFFER_SIZE_MIN ('500'...
2014-04-01 Stefan Metzmachers3:smbd: reject a MaxBufferSize < SMB_BUFFER_SIZE_MIN...
2014-04-01 Stefan Metzmachers3:smbd: use sconn->smb1.sessions.max_send = SMB_BUFFER...
2014-04-01 Stefan Metzmachers3:smbd: use SMB_BUFFER_SIZE_MIN/MAX to limit lp_max_xmit()
2014-04-01 Stefan Metzmachers3:include: let CLI_BUFFER_SIZE be an alias of SMB_BUFF...
2014-04-01 Stefan Metzmachers3:param: avoid using BUFFER_SIZE to limit the lp_min_r...
2014-04-01 Stefan Metzmachers3:client: only limit the buffer by the given length 'n'
2014-04-01 Stefan Metzmachers3:torture: use CLI_BUFFER_SIZE instead of BUFFER_SIZE
2014-04-01 Stefan Metzmachers3:utils/smbfilter: use a local variable for the packet...
2014-04-01 Stefan Metzmachers3:smbd: avoid invalid lock_order panic triggered by...
2014-04-01 Stefan Metzmachers3:lib/ctdbd_conn: let release_ip_handler return bool
2014-04-01 Stefan Metzmachers3:smbd: maintain smbd_server_connection->status
2014-04-01 Stefan Metzmachers3:smbd: simplify exit_server_common()
2014-04-01 Stefan Metzmachers3:smbd: s/EVENT_FD/TEVENT_FD
2014-04-01 Stefan Metzmachers3:smb2_tcon: cancel and wait for pending requests...
2014-04-01 Stefan Metzmachers3:smb2_sesssetup: cancel and wait for pending requests...
2014-04-01 Jeremy Allisons3:smb2_tcon: split smbd_smb2_tdis into an async *_send...
2014-04-01 Jeremy Allisons3:smb2_sesssetup: split smbd_smb2_logoff into an async...
2014-04-01 Stefan Metzmachers3:smb2_lock: return RANGE_NOT_LOCKED instead of CANCEL...
2014-04-01 Stefan Metzmachers3:smb2_lock: fix whitespaces/tabs in smbd_smb2_lock_ca...
2014-04-01 Jeremy Allisons3: lib: Back-port tevent_queue_wait_send/recv -> smbd_...
2014-03-11 Stefan MetzmacherMerge tag 'samba-4.0.16' into v4-0-test
2014-03-11 Jeremy AllisonCVE-2013-6442: s3:smbcacls - ensure we don't lose an...
2014-03-11 Andrew BartlettCVE-2013-4496:samr: Remove ChangePasswordUser
2014-03-11 Stefan MetzmacherCVE-2013-4496:s3:auth: fix memory leak in the ACCOUNT_L...
2014-03-11 Andrew BartlettCVE-2013-4496:s3-samr: Block attempts to crack password...
2014-03-11 Jeremy AllisonCVE-2013-6442: s3:smbcacls - ensure we don't lose an...
2014-03-11 Andrew BartlettCVE-2013-4496:samr: Remove ChangePasswordUser
2014-03-11 Stefan MetzmacherCVE-2013-4496:s3:auth: fix memory leak in the ACCOUNT_L...
2014-03-11 Andrew BartlettCVE-2013-4496:s3-samr: Block attempts to crack password...
2014-03-10 Andreas Schneiders3-spoolssd: Don't register spoolssd if epmd is not...
2014-03-10 Gregor Becks3:winbindd: avoid directly asking a trusted domain...
2014-03-10 Gregor Becks3:winbindd: fix _wbint_LookupSids() on error
2014-03-10 Jeremy Allisons3: smbd: Ensure brl_get_locks_internal() always return...
2014-03-10 Jeremy Allisons3-printing: Fix obvious memory leak in printer_list_ge...
2014-03-10 David Disseldorprpc_client: retry open on STATUS_PIPE_NOT_AVAILABLE
2014-03-10 Daniel Libermans3: ldap client can return NT_STATUS_OK when an error...
2014-03-10 Christian Ambachwaf: improve iconv checks
2014-02-23 Jeremy Allisons3: printing: Fix problem with server taking too long...
2014-02-21 Garming Samdfs: always call create_conn_struct with root privileges
2014-02-21 Andrew Bartlettsmbd: Fix calls to create_conn_struct_cwd to be correct...
2014-02-21 Andrew Bartlettsmbd: Split create_conn_struct into a fn that does...
2014-02-16 Stefan Metzmachers3:smb2_notify: fix use after free on long living notif...
2014-02-14 Jeremy Allisons3: modules: streaminfo: As we have no VFS function...
2014-02-14 Jeremy Allisons3: vfs_dirsort module.
2014-02-14 Jeremy Allisons3: vfs_dirsort module.
2014-02-14 Volker Lendeckesmbd: Fix an ancient oplock bug
2014-02-14 Volker Lendeckesmbd: Fix memory overwrites
2014-02-13 Volker Lendeckes3-winbind: Improve performance of wb_fill_pwent_sid2ui...
2014-02-06 Alistair Leslie... Stop use after free
2014-01-17 Jeremy Allisons3:dir - Introduce a 64-bit directory offset <-> 32...
2014-01-17 Jeremy Allisons3:dir - Add a new memcache type (non-talloc) - SMB1_SE...
next