Continued revamping of libsmbclient.
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Mon, 3 Mar 2008 23:13:33 +0000 (18:13 -0500)
committerKarolin Seeger <ks@sernet.de>
Tue, 4 Mar 2008 08:02:42 +0000 (09:02 +0100)
commit046653403fadfa2d42decce7048eca6321b321c6
tree9a2a0847927f3e32b96ca105c0dec4095630033b
parent0621dfe10f1fd3d8ce04a039d2d44d6c67407746
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
(cherry picked from commit a67f96fbe9683b46c2149f7cb439d13f7f0e6ecd)
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