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)
commit1363ee9d65965704f716965c6cbcfc0693ca2401
tree2c33f142f62fbc5c0d11141aa02d7b641ab60a21
parent8a05c0a8843c001bdb4ac31e9ea382dd89716b55
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
(This used to be commit a67f96fbe9683b46c2149f7cb439d13f7f0e6ecd)
16 files changed:
WHATSNEW.txt
examples/libsmbclient/Makefile
examples/libsmbclient/testsmbc.c
source3/Makefile.in
source3/include/libsmb_internal.h
source3/include/libsmbclient.h
source3/libsmb/libsmb_cache.c
source3/libsmb/libsmb_context.c
source3/libsmb/libsmb_dir.c
source3/libsmb/libsmb_file.c
source3/libsmb/libsmb_path.c
source3/libsmb/libsmb_printjob.c
source3/libsmb/libsmb_server.c
source3/libsmb/libsmb_setget.c [new file with mode: 0644]
source3/libsmb/libsmb_stat.c
source3/libsmb/libsmb_xattr.c