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-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
2012-07-03
s3-smbd: Remove deprecated 'share modes' option.
Andreas Schneider
1
-4
/
+0
2012-07-03
s3: Fix Coverity ID 709217 Dereference after null check
Volker Lendecke
1
-2
/
+10
2012-07-03
s3: Fix Coverity ID 709218 Uninitialized pointer read
Volker Lendecke
1
-0
/
+5
2012-07-03
s3:smbd: Include smbXsrv.h before vfs.h (in smbd.h) so that the smbXsrv struc...
Michael Adam
1
-1
/
+1
2012-07-03
s3:smbd:smb2: fix prototype of make_connection_smb2() to use smbXsrv_tcon
Michael Adam
1
-2
/
+1
2012-07-03
s3:smbd: include smbXsrv.h before smbd/proto.h to have the smbXsrv_ structs a...
Michael Adam
1
-0
/
+1
2012-07-03
s3:smbd:smb2: change smbXsrv_tcon0 to smbXsrv_tcon in smbd_smb2_request_chec...
Michael Adam
1
-1
/
+1
2012-07-03
s3:smbd:smb2: change smbXsrv_session0 to smbXsrv_session in struct user_struct.
Michael Adam
1
-1
/
+1
2012-06-30
Don't allow asynchronous creates to be canceled in SMB2.
Jeremy Allison
3
-3
/
+20
2012-06-30
Make schedule_deferred_open_message_smb() return an indication of success.
Jeremy Allison
2
-5
/
+6
2012-06-30
Make schedule_deferred_open_message_smb2() return an indication of success.
Jeremy Allison
2
-7
/
+9
2012-06-30
Allow for async opens.
Jeremy Allison
1
-4
/
+35
2012-06-30
Add new bool field async_open to struct deferred_open_record. Not used yet.
Jeremy Allison
1
-0
/
+4
2012-06-30
Fix defer_open() fuction in the open code path to cope with a NULL lck parame...
Jeremy Allison
1
-11
/
+16
2012-06-30
Add uint64_t mid field to the files_struct.
Jeremy Allison
1
-0
/
+1
2012-06-29
s3:smbd: make use of smbXsrv_open for smb1/2/3
Stefan Metzmacher
9
-141
/
+73
2012-06-29
s3:smbd: add smbXsrv_open* infrastructure
Stefan Metzmacher
3
-0
/
+1099
2012-06-29
s3: fix the logic in bsd_statvfs
Björn Jacke
1
-1
/
+1
2012-06-29
s3:smb2_server: remove max_charge check in smbd_smb2_request_verify_creditcha...
Stefan Metzmacher
1
-16
/
+0
2012-06-29
s3: merge bsd_statvfs and darwin_statvfs
Björn Jacke
1
-53
/
+31
2012-06-28
Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.
Jeremy Allison
1
-1
/
+2
2012-06-29
s3:smb2_server: make the logic in smbd_smb2_request_verify_creditcharge() sim...
Stefan Metzmacher
1
-11
/
+23
2012-06-29
s3:smb2_server: simplify smbd_smb2_request_verify_creditcharge() a bit.
Stefan Metzmacher
1
-6
/
+1
2012-06-29
s3:smb2_negprot: support SMB2_CAP_LARGE_MTU on everything but port 139
Stefan Metzmacher
1
-5
/
+8
2012-06-29
s3:smb2_server: grant extra credits for multi-credit requests
Stefan Metzmacher
1
-2
/
+10
2012-06-29
s3:smb2_server: implement credit granting similar to windows
Stefan Metzmacher
2
-19
/
+53
2012-06-29
s3:smb2_server: make sure sequence numbers don't wrap at UINT64_MAX
Stefan Metzmacher
1
-2
/
+17
2012-06-29
s3:smb2_server: make sure we don't grant more credits than we allow
Stefan Metzmacher
2
-35
/
+92
2012-06-29
s3:smb2_server: check the credit_charge against the already granted credits
Stefan Metzmacher
1
-7
/
+12
2012-06-29
s3:smb2_server: split out a smb2_validate_sequence_number() function
Stefan Metzmacher
1
-40
/
+77
2012-06-29
s3:smb2_server: clear sequence window if we got the lowest sequence id
Stefan Metzmacher
1
-2
/
+2
2012-06-29
s3:smb2_server: fix calculation of the next bitmap_offset
Stefan Metzmacher
1
-1
/
+1
2012-06-29
s3:smb2_server: remove unused and confusing DEFAULT_SMB2_MAX_CREDIT_BITMAP_FA...
Stefan Metzmacher
1
-7
/
+4
2012-06-29
s3:smb2_server: call smbd_smb2_request_validate() also in smbd_smb2_first_neg...
Stefan Metzmacher
1
-0
/
+6
2012-06-29
s3:smb2_server: start the connection with one credit granted to the client
Stefan Metzmacher
1
-1
/
+1
2012-06-28
s3: fine tune and clean up statvfs tests
Björn Jacke
1
-2
/
+2
2012-06-28
s3:smbd: change nt_open_pipe() to uint16_t pnum/fnum
Stefan Metzmacher
1
-3
/
+3
2012-06-28
s3:smb2_create: add usefull DEBUG() message
Stefan Metzmacher
1
-0
/
+3
2012-06-28
s3:smbd/files: fsp->fnum is uint64_t not int!
Stefan Metzmacher
1
-3
/
+3
2012-06-27
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
2
-2
/
+2
2012-06-26
s3: Restore async i/o with the "native" AIO interface
Volker Lendecke
2
-4
/
+1
2012-06-26
s3:smbXsrv_tcon: pass max_tcons explicitly for smbXsrv_tcon_table_init()
Stefan Metzmacher
1
-9
/
+24
[next]