buildtools: Add perl vendorlib configure option.
[samba.git] / source3 /
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: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.1.6' into v4-1-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 Andreas Schneiders3-vfs: Fix stream_depot vfs module on btrfs.
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 Stefan Metzmachers3:smbd: avoid invalid lock_order panic triggered by...
2014-03-10 Stefan Metzmachers3:lib/ctdbd_conn: let release_ip_handler return bool
2014-03-10 Stefan Metzmachers3:smbd: maintain smbd_server_connection->status
2014-03-10 Stefan Metzmachers3:smbd: simplify exit_server_common()
2014-03-10 Daniel Libermans3: ldap client can return NT_STATUS_OK when an error...
2014-03-10 Christian Ambachwaf: improve iconv checks
2014-03-10 Stefan Metzmachers3:libsmb: call smbXcli_tcon_set_fs_attributes() directly
2014-03-10 Stefan Metzmachers3:libsmb: remove unused cli_state->case_sensitive
2014-03-10 Stefan Metzmachers3:libsmb: remove unused cli_state->dfsroot
2014-03-10 Stefan Metzmachers3:libsmb: add SMB2/3 support to cli_dfs_get_referral()
2014-03-10 Stefan Metzmachers3/libsmb: make use of smbXcli_tcon_is_dfs_share()
2014-03-10 Luk Claess3/libsmb: Use smbXcli_conn_dfs_supported instead of...
2014-03-10 Stefan Metzmachers3:libsmb: don't pass down FLAG_CASELESS_PATHNAMES...
2014-03-10 Stefan Metzmachers3:libsmb: call smbXcli_tcon_{get,set}_fs_attributes...
2014-03-10 Stefan Metzmacherlibcli/smb: move Filesystem Attributes defines to smb_c...
2014-03-10 Stefan Metzmachers3:libsmb: make use of smb1cli_tcon_set_values()
2014-03-10 Luk Claess3/libsmb: Use smbXcli_conn_use_unicode instead of...
2014-03-10 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-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 David Disseldorpvfs_btrfs: pass-through copy-chunk(len=0) requests
2014-02-14 David Disseldorpsmbd/smb2_ioctl: fail zero length copy chunk requests
2014-02-14 Volker Lendeckesmbd: Fix memory overwrites
2014-02-06 Volker Lendeckes3-winbind: Improve performance of wb_fill_pwent_sid2ui...
2014-02-05 Alistair Leslie... Stop use after free
2014-01-25 Jeremy Allisons3: smbpasswd - fix crashes on invalid input.
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...
2014-01-17 Jeremy Allisons3:dir - Map wire offsets to native directory cookies.
2014-01-17 Jeremy Allisons3:dir - Cope with fixed mapping of 'special' values.
2014-01-17 Jeremy Allisons3: dir - Introduce 32-bit wire versions of the 'specia...
2014-01-17 Jeremy Allisons3:dir - Introduce a function to map a directory cookie...
2014-01-17 Jeremy Allisons3:dir - In the old SMB1 search code, rename offset...
2014-01-17 Niels de Vosvfs/glusterfs: in case atime is not passed, set it...
2014-01-13 Andreas Schneiders3-passdb: Fix string duplication to pointers.
2014-01-13 Andreas Schneiders3-libads: Fix memory leaks in ads_build_path().
2014-01-13 Michael Adamshadow_copy2: add a comment explaining why we don't...
2014-01-13 Michael Adamshadow_copy2: revert expensive and unnecessary zero...
2014-01-13 Michael Adams3:modules:shadow_copy2: remove redundant documentation...
2014-01-13 Michael Adams3:modules:shadow_copy2: improve headline comment
2014-01-13 Michael Adams3:module:shadow_copy2: add my (C)
2014-01-13 Michael Adamshadow_copy2: use stored mount_point instead of recalcu...
2014-01-13 Michael Adamshadow_copy2: improve debug in shadow_copy2_convert...
2014-01-13 Michael Adamshadow_copy2: fix shadow_copy2_convert() in the classic...
2014-01-13 Michael Adamshadow_copy2: add some blank lines for visual separatio...
2014-01-13 Michael Adamshadow_copy2: initialize "converted" string to null...
2014-01-13 Michael Adamshadow_copy2: fix shadow_copy2_strip_snapshot() in...
2014-01-13 Michael Adamshadow_copy2: add some debug to shadow_copy2_strip_snap...
2014-01-13 Michael Adamshadow_copy2: add comments explaining decisions in...
2014-01-13 Michael Adamshadow_copy2: introduce shadow_copy2_snapshot_path()
2014-01-13 Michael Adamshadow_copy2: factor shadow_copy2_posix_gmt_string...
2014-01-13 Michael Adamshadow_copy2: shadow_copy2_insert_string(): do not...
2014-01-13 Michael Adamshadow_copy2: make shadow_copy2_find_snapdir() return...
2014-01-13 Michael Adamshadow_copy2: in the classical case, use configured...
2014-01-13 Michael Adamshadow_copy2: implement disk_free
2014-01-13 Michael Adamshadow_copy2: log resulting config at the end of shadow...
next