Updates!
authorAndrew Bartlett <abartlet@samba.org>
Mon, 26 Aug 2002 03:08:37 +0000 (03:08 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 26 Aug 2002 03:08:37 +0000 (03:08 +0000)
commit2560c73026ced1917a04f0e670f51ebcc984bb86
tree15268b52aebbca2359da4296f5a30c53249e8603
parent53749c1342a70d51639eecab8bbe6e402a74af93
Updates!

- Don't print an uninitialised buffer in service.c
- Change some charcnv.c functions to take smb_ucs2_t ** instead of void **
- Update NTLMv2 code to use dynamic buffers
- Update experimental SMB signing code - still more work to do
- Move sys_getgrouplist() to SAFE_FREE() and do a DEBUG() on initgroups()
  failure.

Andrew Bartlett
(This used to be commit de1964f7fa855022258a84556b266100b917444b)
source3/auth/auth_sam.c
source3/lib/charcnv.c
source3/lib/system_smbd.c
source3/libsmb/cliconnect.c
source3/libsmb/clientgen.c
source3/libsmb/clireadwrite.c
source3/libsmb/smbencrypt.c
source3/smbd/mangle_hash.c
source3/smbd/service.c