summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2010-12-23All calls to event_add_to_select_args() call GetTimeOfDay() andJeremy Allison1-1/+0
2010-12-22s3: Remove unused open_any_socket_outVolker Lendecke1-2/+0
2010-12-22s3: Add smbsock_any_connectVolker Lendecke1-0/+11
2010-12-22s3: Add an async smbsock_connectVolker Lendecke1-0/+11
2010-12-22s3: Add async cli_session_requestVolker Lendecke1-0/+7
2010-12-22s3: Add some const to name_mangle()Volker Lendecke1-1/+1
2010-12-21My algorithm for determining whan an incoming sequence number can be allowed ...Jeremy Allison1-0/+1
2010-12-21Keep track of the sparse status of an open file handle. Allows bypass ofJeremy Allison1-0/+1
2010-12-21Added call out to a Linux-compatible fallocate() when we need to extend a fileJeremy Allison1-0/+1
2010-12-20From metze's work on sparse attributes. FILE_ATTRIBUTE_SPARSE is valid on get...Jeremy Allison1-2/+1
2010-12-20s3: Remove unused "retry" from cli_start_connectionVolker Lendecke1-2/+1
2010-12-20s3: Remove unused "retry" from cli_full_connectionVolker Lendecke1-2/+1
2010-12-19s3: netsamlogon_clear_cached_user only needs the SIDVolker Lendecke1-1/+1
2010-12-19s3: Reply correctly to FSCTL_IS_VOLUME_DIRTYVolker Lendecke1-0/+1
2010-12-18Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison3-9/+18
2010-12-17file_set_sparse needs to be a handle based call.Jeremy Allison1-1/+1
2010-12-17Update our attribute flags.Jeremy Allison1-1/+6
2010-12-17s3:smbd: add file_set_sparse() functionBjörn Jacke1-0/+3
2010-12-15s3:rpc_client: let rpc_transport_tstream_init() create read and write queueStefan Metzmacher1-4/+2
2010-12-15Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd...Jeremy Allison1-0/+5
2010-12-15Change interface of schedule_smb2_aio_read() to allocate the return DATA_BLOB.Jeremy Allison1-1/+2
2010-12-10Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...Jeremy Allison2-0/+6
2010-12-10s3-smbd Don't send SPNEGO principal (rfc4178 hint) by defaultAndrew Bartlett1-0/+1
2010-12-10s3-libads Default to NOT using the server-supplied principal from SPNEGOAndrew Bartlett1-0/+1
2010-12-08libcli/auth bring ADS_IGNORE_PRINCIPAL in commonAndrew Bartlett1-2/+0
2010-12-03Merge the two conflicting allocation codes into one function, vfs_slow_falloc...Jeremy Allison1-0/+1
2010-12-02Move posix_fallocate into the VFS where it belongs.Jeremy Allison3-0/+19
2010-11-30s3: Add cli_shadow_copy_dataVolker Lendecke1-0/+11
2010-11-28s3: Add gencache_iterate_blobsVolker Lendecke1-0/+3
2010-11-28s3: Add gencache_parseVolker Lendecke1-0/+4
2010-11-20Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2-7/+8
2010-11-17developer: only do the C++ reserved name checking on LinuxAndrew Tridgell1-1/+1
2010-11-14s3: Convert cli_get_posix_fs_info() to cli_trans()Volker Lendecke1-9/+9
2010-11-14Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison1-0/+2
2010-11-11s3: Make cli_set_ea_fnum return NTSTATUSVolker Lendecke1-1/+3
2010-11-11s3: Make cli_set_ea_path return NTSTATUSVolker Lendecke1-1/+3
2010-11-11s3: Convert cli_dfs_get_referral to cli_transVolker Lendecke1-1/+1
2010-11-10Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison1-1/+1
2010-11-10Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison1-4/+4
2010-11-05s3: Allow disabling of mdns registrationsVolker Lendecke1-0/+1
2010-11-04s3: Remove the use of cli_send_trans from cli_get_fs_full_size_infoVolker Lendecke1-6/+6
2010-11-03s3:util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting ter...Michael Adam1-0/+2
2010-11-03s3:lib/util_str: add strlen_m_ext() that takes input and output charsetMichael Adam1-0/+2
2010-11-03s3:lib/charcnv: rename a parameter for clarity in next_codepoint_ext()Michael Adam1-1/+1
2010-11-03s3:lib/charcnv: add next_codepoint_ext() that accepts input charset.Michael Adam1-0/+2
2010-11-02s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient contextAndrew Bartlett1-5/+0
2010-11-02s3-libsmbclient Add comments to describe the behaviour of DEBUG()Andrew Bartlett1-0/+1
2010-11-02debug Explain the behaviour of setup_logging() more clearlyAndrew Bartlett1-2/+5
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-4/+8
2010-10-29Fix bug #7700 - Improvement of return code of smbclientJeremy Allison1-3/+3