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
/
process.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-20
"userdom_struct" does not need "full_name" anymore -- unused
Volker Lendecke
1
-2
/
+0
2009-01-20
s3:smbd: call message_dispatch() before processing incoming PDUs
Stefan Metzmacher
1
-0
/
+6
2009-01-16
remove the old chain_reply code
Volker Lendecke
1
-214
/
+4
2009-01-16
Correctly calculate the offset for read&x
Volker Lendecke
1
-0
/
+19
2009-01-16
Add a new implementation of chain_reply
Volker Lendecke
1
-0
/
+217
2009-01-10
Fix a type-punned error
Volker Lendecke
1
-1
/
+1
2009-01-10
Fix a C++ warning
Volker Lendecke
1
-2
/
+2
2009-01-09
s3:smbd: handle incoming smb requests via event handlers
Stefan Metzmacher
1
-108
/
+155
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-31
/
+1
2009-01-05
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
1
-10
/
+17
2009-01-04
Fix bug #6009 - Setting "min receivefile size = 1" breaks writes.
Jeremy Allison
1
-1
/
+1
2008-12-31
Replace "goto again" by "return NT_STATUS_RETRY" in receive_message_or_smb
Volker Lendecke
1
-11
/
+13
2008-12-19
Remove the direct inbuf reference from construct_reply_common()
Volker Lendecke
1
-8
/
+11
2008-11-08
Make "construct_reply_common" static
Volker Lendecke
1
-1
/
+3
2008-11-05
Fix the build
Volker Lendecke
1
-1
/
+1
2008-11-04
Make "inbuf" a talloc child of "smb_request" for normal smb requests
Volker Lendecke
1
-3
/
+2
2008-11-04
Add construct_reply_common_req wrapper
Volker Lendecke
1
-0
/
+5
2008-11-04
Trigger (and fix) a bug in Samba3 making smbd an infinite data source
Volker Lendecke
1
-0
/
+1
2008-11-02
Remove some inbuf references by adding "cmd" to smb_request
Volker Lendecke
1
-4
/
+3
2008-11-02
Remove a bunch of direct inbuf references by adding "vwv" to smb_request
Volker Lendecke
1
-0
/
+1
2008-11-01
Remove a bunch of direct inbuf references by adding "buf" to smb_request
Volker Lendecke
1
-0
/
+1
2008-11-01
Add a "buflen" struct member to smb_request
Volker Lendecke
1
-2
/
+3
2008-11-01
Remove unused extern declaration
Volker Lendecke
1
-2
/
+0
2008-10-19
"fn_new"->"fn" in smb_messages[], we got beyond that :-)
Volker Lendecke
1
-3
/
+3
2008-10-19
Use a direct compare instead of calling strncmp in valid_smb_header
Volker Lendecke
1
-1
/
+5
2008-10-19
Move the global hosts_allow() check out of the processing loop
Volker Lendecke
1
-19
/
+22
2008-10-14
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
1
-1
/
+1
2008-10-13
Remove smb_np_struct
Volker Lendecke
1
-1
/
+0
2008-10-13
Remove the chain_fsp global
Volker Lendecke
1
-1
/
+2
2008-10-03
Simply our main loop processing. A lot :-). Correctly use events for all the ...
Jeremy Allison
1
-184
/
+9
2008-09-01
Fix Coverity ID 587
Volker Lendecke
1
-1
/
+1
2008-08-10
fix smb_len calculation for chained requests
Volker Lendecke
1
-3
/
+5
2008-08-10
Fix andx offset calculation for more than 2 chained requests
Volker Lendecke
1
-1
/
+7
2008-06-28
Factor out create_outbuf, creating an outbuf just given an inbuf
Volker Lendecke
1
-9
/
+20
2008-05-28
Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses
Jeremy Allison
1
-3
/
+1
2008-05-20
Fix bug #5477 - recvfile code was broken.
Jeremy Allison
1
-8
/
+4
2008-05-05
Remove "userdom_struct user" from "struct user_struct"
Volker Lendecke
1
-1
/
+7
2008-04-14
Fix some "ignoring asprintf result" warnings
Volker Lendecke
1
-5
/
+6
2008-03-31
Ok, final move of this code :-). I think I've found the correct
Jeremy Allison
1
-9
/
+9
2008-03-31
Move the message_dispatch() call after the check for errno on
Jeremy Allison
1
-11
/
+11
2008-03-31
Reduce the race condition in Samba4 in RAW-RENAME test. We rename a file
Jeremy Allison
1
-0
/
+9
2008-03-10
Convert secrets_lock_trust_account_password to talloc
Volker Lendecke
1
-4
/
+7
2008-02-05
Fix a couple of "might be used uninitialized" warnings.
Jeremy Allison
1
-2
/
+2
2008-02-02
Remove smb_read_error global
Volker Lendecke
1
-7
/
+0
2008-02-02
Remove dependency on get_srv_read_error() from main loop
Volker Lendecke
1
-49
/
+20
2008-02-02
Convert receive_message_or_smb to NTSTATUS
Volker Lendecke
1
-36
/
+43
2008-02-02
Make get_srv_read_error static to process.c
Volker Lendecke
1
-1
/
+1
2008-02-02
read_socket_with_timeout_ntstatus->read_socket_with_timeout
Volker Lendecke
1
-3
/
+2
2008-02-02
Convert receive_smb_talloc to NTSTATUS
Volker Lendecke
1
-33
/
+28
2008-02-02
Convert receive_smb_raw_talloc to NTSTATUS
Volker Lendecke
1
-61
/
+29
[next]