1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

24 Commits

Author SHA1 Message Date
Derrell Lipman
fa0294ddbf r6157: 'editorial changes' to example code 2007-10-10 10:56:25 -05:00
Derrell Lipman
a3bd496c92 r6151: additional examples/tests for libsmbclient 2007-10-10 10:56:25 -05:00
Derrell Lipman
994694f7f2 r6149: Fixes bugs #2498 and 2484.
1. using smbc_getxattr() et al, one may now request all access control
   entities in the ACL without getting all other NT attributes.
2. added the ability to exclude specified attributes from the result set
   provided by smbc_getxattr() et al, when requesting all attributes,
   all NT attributes, or all DOS attributes.
3. eliminated all compiler warnings, including when --enable-developer
   compiler flags are in use.  removed -Wcast-qual flag from list, as that
   is specifically to force warnings in the case of casting away qualifiers.

Note: In the process of eliminating compiler warnings, a few nasties were
      discovered.  In the file libads/sasl.c, PRIVATE kerberos interfaces
      are being used; and in libsmb/clikrb5.c, both PRIAVE and DEPRECATED
      kerberos interfaces are being used.  Someone who knows kerberos
      should look at these and determine if there is an alternate method
      of accomplishing the task.
2007-10-10 10:56:24 -05:00
Derrell Lipman
e1df648ea1 r6126: added utility for testing smbc_stat() 2007-10-10 10:56:23 -05:00
Derrell Lipman
15736b97c8 r6108: Added smbsh/smbwrapper for Linux to example/libsmbclient tree; provided more complete libsmbclient testbrowse utility 2007-10-10 10:56:22 -05:00
Gerald Carter
3aac1e549e missed some of Derrel's changes -
cvs2svn Import User
73ffc394b5 This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Richard Sharpe
a6457e1c81 Apply some more of Derrell Lipman's changes. -
Gerald Carter
309a9a4caf merge from 3.0 -
Richard Sharpe
b92fd87b24 Update Makefile ... -
Richard Sharpe
d761175f13 Add this to samba-head. -
Richard Sharpe
af42af75a4 Add testacl.c ... from Derrell Lipman. -
Richard Sharpe
600e056a33 Apply the changes that Derrell Lipman supplied ... -
Richard Sharpe
1f115c95d6 Apply these patches as well ... not sure if they all build. They don't on
FreeBSD 4.3. They might on Linux.
-
Gerald Carter
adb98e7b7c trying to get HEAD building again. If you want the code
prior to this merge, checkout HEAD_PRE_3_0_0_BETA_3_MERGE
-
Richard Sharpe
73ef6d35bb Fix some uncleanness with testsmbc.c -
Tim Potter
81bfd9a4d9 Sync with HEAD. The -L/usr/local/lib bit looks a bit dodgy though. -
Tim Potter
db3901827f Sync with HEAD. -
Richard Sharpe
0674d5a2b0 One more small fix in tree.c -
Richard Sharpe
b0772a1a05 Fix some problems with tree.c reported by users. -
Jelmer Vernooij
7aad086c9a testsmbc should only be in examples -
Richard Sharpe
93c45024cd Make sure we compile with gcc by default. -
Richard Sharpe
9627bace72 Add a static linking target to the examples Makefile so I can test out static linking ... -
Richard Sharpe
950821d69c Adding an examples directory for libsmbclient to the head branch along with
a simple Makefile and a small README ...
-