]> git.samba.org - samba.git/commit
r15088: Remove all time() and gettimeofday() calls out of the mainline
authorJeremy Allison <jra@samba.org>
Sat, 15 Apr 2006 04:07:10 +0000 (04:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:22 +0000 (11:16 -0500)
commit010c725b36feb1a234dce9f40b95ae5869058698
tree48ab1b420d3ca0e47677c9f88001506c3b61b16b
parenta2e2032d080804b4555df8938e53b395e3fe0b7b
r15088: Remove all time() and gettimeofday() calls out of the mainline
packet processing code. Only do these when needed (ie. in the
idle timeout code). We drop an unneccessary global here too.
Jeremy.
(This used to be commit 8272a5ab0605fcf95527143c4f909aa1008e5b94)
source3/auth/auth_sam.c
source3/include/smb.h
source3/smbd/conn.c
source3/smbd/oplock.c
source3/smbd/process.c
source3/smbd/service.c