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)
commit2f0a61564ae080b027d43d77428d290fd8ca017b
treee0a6d6892e148222a922582a5f75aa2412dbc70f
parent8cd0cf153e409dd49e66bd500fad8501371a83a5
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)
(This used to be commit 046653403fadfa2d42decce7048eca6321b321c6)
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