Continued revamping of libsmbclient.
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Mon, 3 Mar 2008 23:13:33 +0000 (18:13 -0500)
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>
Mon, 3 Mar 2008 23:13:33 +0000 (18:13 -0500)
commita67f96fbe9683b46c2149f7cb439d13f7f0e6ecd
tree63f21e00134124b7173c3481d857e74a12b5b490
parent93580bce833453ba512ee436d6dfdbdcd2c53777
Continued revamping of libsmbclient.

- James suggested using gcc's "deprecated" attribute to mark the context
  structure fields to generate warnings.  This creates a scenario with the
  best of all worlds.  I'm able to move to an organization that more easily
  allows future enhancements, while avoiding any mandatory changes by
  applications.  Thanks, James!

- Updated WHATSNEW.txt so that it accurately reflects the current state of
  affairs.

Derrell
16 files changed:
WHATSNEW.txt
examples/libsmbclient/Makefile
examples/libsmbclient/testsmbc.c
source/Makefile.in
source/include/libsmb_internal.h
source/include/libsmbclient.h
source/libsmb/libsmb_cache.c
source/libsmb/libsmb_context.c
source/libsmb/libsmb_dir.c
source/libsmb/libsmb_file.c
source/libsmb/libsmb_path.c
source/libsmb/libsmb_printjob.c
source/libsmb/libsmb_server.c
source/libsmb/libsmb_setget.c [new file with mode: 0644]
source/libsmb/libsmb_stat.c
source/libsmb/libsmb_xattr.c