libsmbclient
Todo List

Global smbc_chmod (const char *url, mode_t mode)

Actually implement this fuction?

Are errno values complete and correct?

Global smbc_getdents (unsigned int dh, struct smbc_dirent *dirp, int count)

Are errno values complete and correct?

Add example code so people know how to parse buffers.

Global smbc_lseek (int fd, off_t offset, int whence)

Are all the whence values really supported?

Are errno values complete and correct?

Global smbc_lseekdir (int fd, off_t offset)
In what does the reture and errno values mean?

Global smbc_rename (const char *ourl, const char *nurl)
Are we going to support copying when urls are not on the same share? I say no... NOTE. I agree for the moment.

Global smbc_rmdir (const char *durl)
Are errno values complete and correct?

Global smbc_unlink (const char *furl)
Are errno values complete and correct?

Global smbc_unlink_print_job (const char *purl, int id)
what errno values are possible here?
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines