elrond | 22 Mar 2007 23:32

cvs commit: tng/source/rpc_parse parse_rpc.c tng/source/rpc_server srv_pipe_netsec.c

elrond      2007/03/22 23:32:13 CET

Modified files:
   source/rpc_parse       parse_rpc.c 
   source/rpc_server      srv_pipe_netsec.c 
Log:
Enhance Netlogon Secure Channel for 64bit windows

Most of this work was to rewrite the stub creation for this
rpc encryption scheme. It now feels a lot better.

Some cleanups still could be done, but I'm happy with this
for now.

Internal-Name: netsec-stuby-2.diff

Revision  Changes    Path
1.23      +44 -0     tng/source/rpc_parse/parse_rpc.c
1.22      +38 -31    tng/source/rpc_server/srv_pipe_netsec.c

elrond | 25 Mar 2007 01:44

cvs commit: tng/source/locking locking.c tng/source/smbd open.c process.c reply.c

elrond      2007/03/25 01:44:25 CET

Modified files:
   source/locking         locking.c 
   source/smbd            open.c process.c reply.c 
Log:
Remove global_smbpid by changing is_locked

Instead of passing the current smbpid through a global into
the one single user (is_locked), just get it into it as a
parameter.

Internal-Name: remove-global_smbpid.diff

Revision  Changes    Path
1.31      +16 -9     tng/source/locking/locking.c
1.58      +2 -1      tng/source/smbd/open.c
1.37      +0 -5      tng/source/smbd/process.c
1.130     +20 -28    tng/source/smbd/reply.c

elrond | 26 Mar 2007 18:24

cvs commit: tng/source/smbd reply.c

elrond      2007/03/26 18:24:10 CEST

Modified files:
   source/smbd            reply.c 
Log:
Fix up mincount handlig in readbraw and little cleanup

After some testing, it turns out, that mincount is nearly
entirely ignored by windows. So we can ignore it as well.
;)

Also some little factoring out: readraw_send_empty()

Thanks to our testing team!

Internal-Name: readbraw-mincnt-0.diff
Internal-Name: readbraw-mincnt-1.diff

Revision  Changes    Path
1.131     +20 -21    tng/source/smbd/reply.c


Gmane