summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* vfs_streams_xattr: check stream typeRalph Boehme2014-11-221-0/+6
* vfs_streams_xattr: initialize pointerRalph Boehme2014-11-211-1/+1
* vfs_streams_xattr: fix check with samba_private_attr_name()Ralph Boehme2014-11-211-3/+18
* s3:libsmb: fix some function header comments.Michael Adam2014-11-201-3/+3
* s3:smbprofile: profile async pread/pwrite/fsync syscallsStefan Metzmacher2014-11-192-0/+13
* s3:smbprofile: track connect_count and disconnect_countStefan Metzmacher2014-11-193-0/+5
* s3:smbprofile: remove unused {START,END}_PROFILE_STAMP()Stefan Metzmacher2014-11-191-19/+0
* s3:smbprofile: report idle state of 'idle_count' and 'idle_time'Stefan Metzmacher2014-11-192-9/+4
* s3:smbprofile: improve profiling for the security context switching.Stefan Metzmacher2014-11-192-4/+25
* s3:smbprofile: count all SMB1 and SMB2 requests as 'request_count'Stefan Metzmacher2014-11-193-2/+13
* s3:smb2_server: use async smbprofile macrosStefan Metzmacher2014-11-196-113/+97
* s3:smbprofile: rewrite the internal macrosStefan Metzmacher2014-11-193-1728/+686
* s3:smbd: Use "smbd profiling level"Volker Lendecke2014-11-191-6/+6
* param: add "smbd profiling level" optionVolker Lendecke2014-11-191-0/+1
* s3:smbprofile: Make "status_profile.h" a proper headerVolker Lendecke2014-11-194-6/+31
* s3:smbprofile: Make smbprofile.h includable on its ownVolker Lendecke2014-11-191-0/+2
* s3:smbd: improve writecache profilingStefan Metzmacher2014-11-194-43/+79
* s3:wscript_build: remove unused to dependency from 'smbtree' to 'PROFILE'Stefan Metzmacher2014-11-191-1/+0
* s3:smbprofile: remove unused nmbd related countersStefan Metzmacher2014-11-193-165/+1
* s3:nmbd: remove START/END_PROFILE() callsStefan Metzmacher2014-11-194-51/+11
* s3:modules: make use of END_PROFILE_BYTES() when START_PROFILE_BYTES() was usedStefan Metzmacher2014-11-191-6/+6
* s3:smbprofile: add END_PROFILE_BYTES() marcoStefan Metzmacher2014-11-191-0/+4
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-178-10/+12
* s3-proto: remove duplicate proto for add_string_to_array().Günther Deschner2014-11-171-3/+0
* dbwrap_ctdb: Pass on mutex flags to tdb_openVolker Lendecke2014-11-161-1/+2
* s3:lib: fix const warnings in popt_common.cStefan Metzmacher2014-11-151-3/+6
* s3:auth: add some const to user_in_list()Stefan Metzmacher2014-11-142-3/+3
* s3:auth: add missing auth_samba4_init() prototypeStefan Metzmacher2014-11-141-0/+3
* fsrvp: define FSRVP_E_SHADOWCOPYSET_ID_MISMATCHDavid Disseldorp2014-11-141-1/+5
* lib: Slightly simplify strupper_mVolker Lendecke2014-11-142-10/+2
* registry: Slightly simplify tdb_data_is_cstrVolker Lendecke2014-11-131-1/+1
* s3-keytab: fix keytab array NULL termination.Matt Rogers2014-11-121-2/+1
* s3:smb2_break: First test for NT_STATUS_INVALID_OPLOCK_PROTOCOL, then for in_...Volker Lendecke2014-11-121-11/+11
* s3:locking: convert brl_have_read field to brl_num_read.Volker Lendecke2014-11-115-126/+135
* s3:smbd: Don't set fsp->oplock_type before we've granted any oplocks.Jeremy Allison2014-11-111-3/+0
* s3:smbd: move all oplock granting code to grant_fsp_oplock_type()Volker Lendecke2014-11-111-29/+44
* s3:smbd: break oplocks to none with FILE_OVERWRITEVolker Lendecke2014-11-111-0/+1
* pdb_tdb: Avoid a nasty error message with ctdbVolker Lendecke2014-11-111-0/+6
* pdb_tdb: Fix a TALLOC/SAFE_FREE mixupVolker Lendecke2014-11-111-1/+1
* eventlog: Free tos talloced path.David Disseldorp2014-11-101-0/+1
* mapping_tdb: add missing talloc_free in error pathDavid Disseldorp2014-11-101-0/+1
* Use tevent_req_simple_recv_unix in a few placesVolker Lendecke2014-11-104-23/+4
* vfs_snapper: check for <linux/ioctl.h>Ralph Boehme2014-11-092-1/+3
* s3:messaging: fix conversion specifierRalph Boehme2014-11-091-2/+3
* s3:smbstatus: fix return value in print_share_mode()Stefan Metzmacher2014-11-071-1/+1
* s3:smbd: fix file corruption using "write cache size != 0"Stefan Metzmacher2014-11-061-0/+3
* smbcontrol: Use server_id_str_bufVolker Lendecke2014-11-051-11/+8
* btrfs: don't leak opened directory handleNoel Power2014-11-041-6/+16
* s3: nmbd: Ensure NetBIOS names are only 15 characters stored.Jeremy Allison2014-11-041-1/+9
* smbstatus: check for lock_path talloc failuresDavid Disseldorp2014-11-041-4/+21