[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2905-g0e84e3b

Derrell Lipman derrell at samba.org
Wed Jun 18 15:01:12 GMT 2008


The branch, v3-3-test has been updated
       via  0e84e3bb800cec2b63df4692afbf9c40850b108f (commit)
      from  b1e8e5d173cdaa3fb9c1fb1d9aacf8e665bc5d61 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 0e84e3bb800cec2b63df4692afbf9c40850b108f
Author: Derrell Lipman <derrell.lipman at unwireduniverse.com>
Date:   Wed Jun 18 11:00:46 2008 -0400

    Remove prototype of unimplemented smbc_chown() function.

-----------------------------------------------------------------------

Summary of changes:
 source/include/libsmbclient.h |   26 --------------------------
 1 files changed, 0 insertions(+), 26 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/libsmbclient.h b/source/include/libsmbclient.h
index 2e38944..9600264 100644
--- a/source/include/libsmbclient.h
+++ b/source/include/libsmbclient.h
@@ -1580,32 +1580,6 @@ int smbc_fstat(int fd, struct stat *st);
 int smbc_ftruncate(int fd, off_t size);
 
 
-/**@ingroup attribue
- * Change the ownership of a file or directory.
- *
- * @param url       The smb url of the file or directory to change 
- *                  ownership of.
- *
- * @param owner     I have no idea?
- *
- * @param group     I have not idea?
- *
- * @return          0 on success, < 0 on error with errno set:
- *                  - EPERM  The effective UID does not match the owner
- *                  of the file, and is not zero; or the owner or group
- *                  were specified incorrectly.
- *                  - ENOENT The file does not exist.
- *                  - ENOMEM Insufficient was available.
- *                  - ENOENT file or directory does not exist
- *
- * @todo Are we actually going to be able to implement this function
- *
- * @todo How do we abstract owner and group uid and gid?
- *
- */
-int smbc_chown(const char *url, uid_t owner, gid_t group);
-
-
 /**@ingroup attribute
  * Change the permissions of a file.
  *


-- 
Samba Shared Repository


More information about the samba-cvs mailing list