Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.
authorJeremy Allison <jra@samba.org>
Wed, 21 Oct 1998 16:58:34 +0000 (16:58 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 21 Oct 1998 16:58:34 +0000 (16:58 +0000)
commit6e3af45afe237790f1d7cd94ab2b22e1ca772157
treec0870e0739564cff7c19e2a900d3c701e1ebb33a
parentac9be4ddca99c5efae518a985b97fb1fb6374289
Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.
smbd/chgpasswd.c: Fixed (my) stupid bug where I was returning stack based variables. Doh !
smbd/trans2.c: Allows SETFILEINFO as well as QFILEINFO on directory handles.
Jeremy.
(This used to be commit 0b44d27d0b5cc3948a6c2d78370ccddf1a84cd80)
source3/include/proto.h
source3/rpc_client/cli_pipe.c
source3/rpc_client/cli_samr.c
source3/rpc_parse/parse_samr.c
source3/rpc_server/srv_util.c
source3/rpcclient/cmd_netlogon.c
source3/rpcclient/cmd_samr.c
source3/smbd/chgpasswd.c
source3/smbd/ipc.c
source3/smbd/password.c
source3/smbd/trans2.c