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
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-25
s3:smb2_server: simplify the talloc_pool handling for smbd_smb2_request
Stefan Metzmacher
2
-39
/
+4
2012-07-24
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
3
-0
/
+3
2012-07-24
param: Make the 'unicode' parameter common
Andrew Bartlett
1
-1
/
+5
2012-07-24
Fix unused variable.
Jeremy Allison
1
-1
/
+0
2012-07-24
Fix compiler warning.
Jeremy Allison
1
-1
/
+1
2012-07-23
Fix problem found by Andrew Bartlett - correctly check encrypted flag.
Jeremy Allison
1
-2
/
+6
2012-07-23
s3:smb2_tcon: reject access to shares mark as "smb encrypt = required"
Stefan Metzmacher
1
-0
/
+8
2012-07-23
s3:smbd: if a fsp has fsp->deferred_close, clients shouldn't be able to use it
Stefan Metzmacher
1
-2
/
+18
2012-07-19
Move everything to use the common pidfile functions.
Jeremy Allison
2
-2
/
+4
2012-07-19
Make the s3 pidfile use the common code inside lib/util/pidfile.c
Jeremy Allison
1
-1
/
+1
2012-07-19
Move source4/smbd/pidfile into lib/util in preparation for making it in common.
Jeremy Allison
2
-2
/
+2
2012-07-19
lib/param: bring lp_smb_ports() into common by making it a list everywhere
Andrew Bartlett
1
-21
/
+10
2012-07-19
s3-aio: Panic if we try to close a fsp with outstanding aio requests
Volker Lendecke
3
-18
/
+15
2012-07-18
s3-smb2: Postpone close_file until all aio is handled
Volker Lendecke
1
-0
/
+52
2012-07-18
s3-smb1: Postpone close_file until all aio is handled
Volker Lendecke
2
-1
/
+86
2012-07-18
s3: Slightly simplify reply_close()
Volker Lendecke
1
-25
/
+13
2012-07-18
s3-aio: Make the strict sync after write async
Volker Lendecke
1
-18
/
+103
2012-07-18
s3: Add a _nosync version of smb2_write_complete
Volker Lendecke
2
-7
/
+25
2012-07-18
s3-vfs: async fsync
Volker Lendecke
1
-0
/
+62
2012-07-18
s3: Fix the build
Volker Lendecke
1
-0
/
+1
2012-07-18
s3: Make us survive base-delaywrite with aio enabled
Volker Lendecke
1
-0
/
+4
2012-07-18
s3: Move the aio_pthread read/write functionality to vfs_default
Volker Lendecke
1
-0
/
+6
2012-07-18
s3-aio: Remove unused VFS functions and more
Volker Lendecke
3
-133
/
+0
2012-07-18
s3: Add vfs_aio_posix
Volker Lendecke
3
-6
/
+0
2012-07-18
s3: Make smbd/aio.c not depend on aio.h anymore
Volker Lendecke
1
-72
/
+20
2012-07-18
s3: Remove the unused completion handling from aio.c
Volker Lendecke
3
-344
/
+1
2012-07-18
s3: Properly handle shutdown with the _send/_recv based aio
Volker Lendecke
5
-119
/
+105
2012-07-18
s3: Use SMB_VFS_PWRITE_SEND in schedule_smb2_aio_write
Volker Lendecke
1
-5
/
+55
2012-07-18
s3: Use SMB_VFS_PREAD_SEND in schedule_smb2_aio_read
Volker Lendecke
1
-5
/
+61
2012-07-18
s3: Use SMB_VFS_PWRITE_SEND in schedule_aio_write_and_X
Volker Lendecke
1
-3
/
+113
2012-07-18
s3: Use SMB_VFS_PREAD_SEND in schedule_aio_read_and_X
Volker Lendecke
1
-3
/
+76
2012-07-18
s3-vfs: async pread
Volker Lendecke
1
-0
/
+64
2012-07-18
s3-vfs: async pwrite
Volker Lendecke
1
-0
/
+65
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
24
-161
/
+181
2012-07-13
s3: Make us survive smb2.lock.rw-shared with aio enabled
Volker Lendecke
1
-1
/
+1
2012-07-13
s3-auth Remove unused global_machine_account_needs_changing
Andrew Bartlett
1
-5
/
+0
2012-07-12
Set fsp->initial_allocation_size before calling open_file_ntcreate().
Jeremy Allison
1
-0
/
+5
2012-07-12
Make sure we reset fsp->initial_allocation_size to zero if we didn't create t...
Jeremy Allison
1
-0
/
+2
2012-07-12
Add an optimization to pthread aio writes to also do fsync if requested.
Jeremy Allison
2
-0
/
+10
2012-07-12
s3: Make us survive base-delaywrite with aio enabled
Volker Lendecke
1
-0
/
+4
2012-07-12
s3: Factor out "mark_file_modified"
Volker Lendecke
2
-25
/
+43
2012-07-10
Cope with a (non-security) open race we've had for ever as NTCreateX isn't at...
Jeremy Allison
1
-0
/
+25
2012-07-10
Now we have a guaranteed indication of a file being created, use it to set th...
Jeremy Allison
1
-12
/
+8
2012-07-10
Add function fd_open_atomic() which uses O_CREAT|O_EXCL to return a guarantee...
Jeremy Allison
1
-4
/
+107
2012-07-10
Simplify the logic in open_file() some more.
Jeremy Allison
1
-48
/
+36
2012-07-09
Simplify the logic in open_file().
Jeremy Allison
1
-22
/
+15
2012-07-09
Make check_same_stat() and check_same_dev_ino() common functions.
Jeremy Allison
2
-31
/
+0
2012-07-09
Factor out check_same_dev_ino() from check_same_stat() so it can be called se...
Jeremy Allison
1
-2
/
+15
2012-07-05
s3: evaluate MNT_QUOTA and MNT_RDONLY in statvfs also on darwin
Björn Jacke
1
-1
/
+1
2012-07-04
s3: if we know a file is immutable, report it to be readonly
Björn Jacke
1
-0
/
+6
[next]