Re: breakage in cliconnect or thereabouts

2003-03-09 Thread Andrew Bartlett
On Mon, 2003-03-10 at 09:55, Christopher R. Hertel wrote: > On Mon, Mar 10, 2003 at 08:20:34AM +1100, Andrew Bartlett wrote: > > On Mon, 2003-03-10 at 08:05, Ronan Waide wrote: > > > Hi folks, > > > > > > * libsmb/smb_signing.c, libsmb/smbencrypt.c, Makefile.in, > > > include/client.h, lib

Re: breakage in cliconnect or thereabouts

2003-03-09 Thread Christopher R. Hertel
On Mon, Mar 10, 2003 at 08:20:34AM +1100, Andrew Bartlett wrote: > On Mon, 2003-03-10 at 08:05, Ronan Waide wrote: > > Hi folks, > > > > * libsmb/smb_signing.c, libsmb/smbencrypt.c, Makefile.in, > > include/client.h, libsmb/cliconnect.c, libsmb/clientgen.c: > > Change the way we sign

Re: breakage in cliconnect or thereabouts

2003-03-09 Thread Andrew Bartlett
On Mon, 2003-03-10 at 08:05, Ronan Waide wrote: > Hi folks, > > * libsmb/smb_signing.c, libsmb/smbencrypt.c, Makefile.in, include/client.h, > libsmb/cliconnect.c, libsmb/clientgen.c: > Change the way we sign SMB packets, to a function pointer interface. > > The intention is to

breakage in cliconnect or thereabouts

2003-03-09 Thread Ronan Waide
Hi folks, * libsmb/smb_signing.c, libsmb/smbencrypt.c, Makefile.in, include/client.h, libsmb/cliconnect.c, libsmb/clientgen.c: Change the way we sign SMB packets, to a function pointer interface. The intention is to allow for NTLMSSP and kerberos signing of packets, but