summaryrefslogtreecommitdiffstats
path: root/source/include/libsmbclient.h
Commit message (Collapse)AuthorAgeFilesLines
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-1/+15
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r14664: r13868@cabra: derrell | 2006-03-22 17:04:30 -0500Derrell Lipman2006-03-221-10/+86
| | | | | | | | Implement enhancement request 3505. Two additional features are added here. There is now a method of saving an opaque user data handle in the smbc_ context, and there is now a way to request that the context be passed to the authentication function. See examples/libsmbclient/testbrowse.c for an example of using these features.
* r11719: Remove silly #define of close -> close_fn as this borksJeremy Allison2005-11-141-7/+0
| | | | | | | any code that includes libsmbclient.h that also calls the system close() fn. Doh ! Thanks to John Terpstra for reporting this. Jeremy.
* r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison2005-11-081-0/+5
| | | | | | | | | | | | | | | | | logons work if the client gives the MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT or MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT flags. This changes the auth module interface to 2 (from 1). The effect of this is that clients can access resources as a machine account if they set these flags. This is the same as Windows (think of a VPN where the vpn client authenticates itself to a VPN server using machine account credentials - the vpn server checks that the machine password was valid by performing a machine account check with the PDC in the same was as it would a user account check. I may add in a restriction (parameter) to allow this behaviour to be turned off (as it was previously). That may be on by default. Andrew Bartlett please review this change carefully. Jeremy.
* r9540: correct comments in struct smbc_dirent (fixes bug 3030)Derrell Lipman2005-08-231-4/+4
|
* r8093: Next round. Now it compiles with --enable-socket-wrapper.Volker Lendecke2005-07-031-1/+1
| | | | Volker
* r5916: Only one C++ guard is necessary, not one around each smbc function.Tim Potter2005-03-201-261/+34
|
* r5752: implement derrell's solution for binary compatibilty in the _SMBCCTX ↵Gerald Carter2005-03-111-5/+63
| | | | structure; note that we break compat with 3.0.11 but are ok with earlier versions
* r5735: rest of derrel's patch for BUG 2308; had to move the options ↵Gerald Carter2005-03-101-1/+87
| | | | structure from the _SMBCCTX to the internals structure to maintain binary compatibility (derrel, we should talk more about this)
* r4970: Fix for bug 2092, allowing fallback after kerberos and allowJeremy Allison2005-01-241-0/+6
| | | | | gnome vfs to prevent auto-anonymous logon. Jeremy.
* r599: Bug #1178. Make the libsmbclient routines callable by C++ programs. AlsoRichard Sharpe2004-05-091-29/+264
| | | | clean up the format of the file a bit.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+1947
metze