index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-02
s3: Happy New Year 2011
Stefan Metzmacher
1
-1
/
+1
2010-12-29
s3: Allow more control over smbsock_[any_]connect
Volker Lendecke
1
-9
/
+22
2010-12-29
Fix bug #7892 - open_file_fchmod() leaves a stale lock.
Jeremy Allison
1
-2
/
+1
2010-12-28
s3: Make name_query return NTSTATUS
Volker Lendecke
1
-1
/
+3
2010-12-28
s3: Make node_status_query return NTSTATUS
Volker Lendecke
1
-5
/
+7
2010-12-28
s3: Remove an ancient typedef
Volker Lendecke
2
-3
/
+3
2010-12-23
All calls to event_add_to_select_args() call GetTimeOfDay() and
Jeremy Allison
1
-1
/
+0
2010-12-22
s3: Remove unused open_any_socket_out
Volker Lendecke
1
-2
/
+0
2010-12-22
s3: Add smbsock_any_connect
Volker Lendecke
1
-0
/
+11
2010-12-22
s3: Add an async smbsock_connect
Volker Lendecke
1
-0
/
+11
2010-12-22
s3: Add async cli_session_request
Volker Lendecke
1
-0
/
+7
2010-12-22
s3: Add some const to name_mangle()
Volker Lendecke
1
-1
/
+1
2010-12-21
My algorithm for determining whan an incoming sequence number can be allowed ...
Jeremy Allison
1
-0
/
+1
2010-12-21
Keep track of the sparse status of an open file handle. Allows bypass of
Jeremy Allison
1
-0
/
+1
2010-12-21
Added call out to a Linux-compatible fallocate() when we need to extend a file
Jeremy Allison
1
-0
/
+1
2010-12-20
From metze's work on sparse attributes. FILE_ATTRIBUTE_SPARSE is valid on get...
Jeremy Allison
1
-2
/
+1
2010-12-20
s3: Remove unused "retry" from cli_start_connection
Volker Lendecke
1
-2
/
+1
2010-12-20
s3: Remove unused "retry" from cli_full_connection
Volker Lendecke
1
-2
/
+1
2010-12-19
s3: netsamlogon_clear_cached_user only needs the SID
Volker Lendecke
1
-1
/
+1
2010-12-19
s3: Reply correctly to FSCTL_IS_VOLUME_DIRTY
Volker Lendecke
1
-0
/
+1
2010-12-18
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
3
-9
/
+18
2010-12-17
file_set_sparse needs to be a handle based call.
Jeremy Allison
1
-1
/
+1
2010-12-17
Update our attribute flags.
Jeremy Allison
1
-1
/
+6
2010-12-17
s3:smbd: add file_set_sparse() function
Björn Jacke
1
-0
/
+3
2010-12-15
s3:rpc_client: let rpc_transport_tstream_init() create read and write queue
Stefan Metzmacher
1
-4
/
+2
2010-12-15
Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd...
Jeremy Allison
1
-0
/
+5
2010-12-15
Change interface of schedule_smb2_aio_read() to allocate the return DATA_BLOB.
Jeremy Allison
1
-1
/
+2
2010-12-10
Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...
Jeremy Allison
2
-0
/
+6
2010-12-10
s3-smbd Don't send SPNEGO principal (rfc4178 hint) by default
Andrew Bartlett
1
-0
/
+1
2010-12-10
s3-libads Default to NOT using the server-supplied principal from SPNEGO
Andrew Bartlett
1
-0
/
+1
2010-12-08
libcli/auth bring ADS_IGNORE_PRINCIPAL in common
Andrew Bartlett
1
-2
/
+0
2010-12-03
Merge the two conflicting allocation codes into one function, vfs_slow_falloc...
Jeremy Allison
1
-0
/
+1
2010-12-02
Move posix_fallocate into the VFS where it belongs.
Jeremy Allison
3
-0
/
+19
2010-11-30
s3: Add cli_shadow_copy_data
Volker Lendecke
1
-0
/
+11
2010-11-28
s3: Add gencache_iterate_blobs
Volker Lendecke
1
-0
/
+3
2010-11-28
s3: Add gencache_parse
Volker Lendecke
1
-0
/
+4
2010-11-20
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
2
-7
/
+8
2010-11-17
developer: only do the C++ reserved name checking on Linux
Andrew Tridgell
1
-1
/
+1
2010-11-14
s3: Convert cli_get_posix_fs_info() to cli_trans()
Volker Lendecke
1
-9
/
+9
2010-11-14
Fix the unexpected.tdb database problem. Change nmbd to store the
Jeremy Allison
1
-0
/
+2
2010-11-11
s3: Make cli_set_ea_fnum return NTSTATUS
Volker Lendecke
1
-1
/
+3
2010-11-11
s3: Make cli_set_ea_path return NTSTATUS
Volker Lendecke
1
-1
/
+3
2010-11-11
s3: Convert cli_dfs_get_referral to cli_trans
Volker Lendecke
1
-1
/
+1
2010-11-10
Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...
Jeremy Allison
1
-1
/
+1
2010-11-10
Remove fstring from map_username. Create a more sane interface than the calle...
Jeremy Allison
1
-4
/
+4
2010-11-05
s3: Allow disabling of mdns registrations
Volker Lendecke
1
-0
/
+1
2010-11-04
s3: Remove the use of cli_send_trans from cli_get_fs_full_size_info
Volker Lendecke
1
-6
/
+6
2010-11-03
s3:util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting ter...
Michael Adam
1
-0
/
+2
2010-11-03
s3:lib/util_str: add strlen_m_ext() that takes input and output charset
Michael Adam
1
-0
/
+2
2010-11-03
s3:lib/charcnv: rename a parameter for clarity in next_codepoint_ext()
Michael Adam
1
-1
/
+1
[next]