1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/source4/smb_server
Andrew Tridgell 42c4dd1832 r3341: - don't zero the async structure (makes valgrind more useful)
- get rid of req->mid, as it isn't a safe value to use to match
  requests in the server (it is safe in the client code, as we choose
  the mid, but in the server we can't rely on other clients to choose
  the mid carefully)
(This used to be commit 938fb44351)
2007-10-10 13:04:57 -05:00
..
config.m4 r847: convert SMB SERVER SUBSYSTEM to a config.mk file 2007-10-10 12:53:55 -05:00
config.mk r3256: get rid of the unused session_claim() and session_yield() calls 2007-10-10 13:04:47 -05:00
conn.c r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new() limits 2007-10-10 13:01:55 -05:00
negprot.c r2783: got rid of the unused remote architecture detection code 2007-10-10 12:59:32 -05:00
nttrans.c r3255: - fixed 2 uninitialised data errors found with valgrind 2007-10-10 13:04:47 -05:00
password.c r3256: get rid of the unused session_claim() and session_yield() calls 2007-10-10 13:04:47 -05:00
reply.c r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs modules 2007-10-10 13:04:57 -05:00
request.c r3341: - don't zero the async structure (makes valgrind more useful) 2007-10-10 13:04:57 -05:00
search.c r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs modules 2007-10-10 13:04:57 -05:00
service.c r2751: this is a new ntvfs design which tries to solve: 2007-10-10 12:59:30 -05:00
session.c r3256: get rid of the unused session_claim() and session_yield() calls 2007-10-10 13:04:47 -05:00
sesssetup.c r3186: Use the properties of the new talloc() system to handle the auth 2007-10-10 13:04:38 -05:00
signing.c r2664: fixed the final server leak for normal operation. We now get a clean report from --leak-check 2007-10-10 12:59:19 -05:00
smb_server.c r3341: - don't zero the async structure (makes valgrind more useful) 2007-10-10 13:04:57 -05:00
smb_server.h r3341: - don't zero the async structure (makes valgrind more useful) 2007-10-10 13:04:57 -05:00
srvtime.c r1291: rename struct smbsrv_context to smbsrv_connection 2007-10-10 12:56:49 -05:00
trans2.c r3054: use talloc_zero_array_p() in a couple of places 2007-10-10 13:01:54 -05:00