Age | Commit message (Expand) | Author | Files | Lines |
2011-07-22 | s3:libsmb/libsmb_dir: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -2/+2 |
2011-07-06 | s3: make cli_resolve_path return NTSTATUS | Volker Lendecke | 1 | -24/+27 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
2011-04-30 | s3: Make name_resolve_bcast return sockaddr_storage | Volker Lendecke | 1 | -11/+14 |
2011-04-30 | s3: Remove ip_sevice from get_ipc_connect_master_ip | Volker Lendecke | 1 | -1/+1 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH | Andrew Bartlett | 1 | -1/+1 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 1 | -3/+3 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM | Andrew Bartlett | 1 | -5/+5 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 1 | -5/+5 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY | Andrew Bartlett | 1 | -1/+1 |
2011-04-22 | s3: Fix Coverity ID 2325, RESOURCE_LEAK | Volker Lendecke | 1 | -0/+4 |
2011-03-30 | s3-libsmb: put namequery headers to nmblib.h | Günther Deschner | 1 | -0/+1 |
2011-03-24 | s3: Fix some errno assignments in SMBC_opendir_ctx | Volker Lendecke | 1 | -13/+13 |
2011-03-24 | s3: Fix Coverity ID 2325: RESOURCE_LEAK | Volker Lendecke | 1 | -0/+4 |
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -0/+1 |
2011-01-13 | s3-libsmbclient: prefer dcerpc_srvsvc_X functions. | Günther Deschner | 1 | -4/+18 |
2010-10-29 | Fix bug #7700 - Improvement of return code of smbclient | Jeremy Allison | 1 | -11/+10 |
2010-10-27 | Fix for bug 7755 - SMBC_getdents_ctx() ignores struct alignment rules | Jeremy Allison | 1 | -6/+13 |
2010-08-05 | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 1 | -0/+1 |
2010-08-04 | s3: Convert cli_list() to return NTSTATUS | Volker Lendecke | 1 | -8/+11 |
2010-07-27 | s3: Remove a typedef (struct file_info) | Volker Lendecke | 1 | -2/+2 |
2010-01-16 | s3: Fix a crash in libsmbclient used against the OpenSolaris CIFS server | Volker Lendecke | 1 | -1/+1 |
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa... | Günther Deschner | 1 | -1/+1 |
2009-11-12 | Ensure all callers to the rpc_client/cli_pipe functions correctly | Jeremy Allison | 1 | -1/+1 |
2009-11-09 | Fix bug 6880 - cannot list workgroup servers | Jeremy Allison | 1 | -5/+14 |
2009-09-28 | Second part of fix for bug #6235 - domain enumeration breaks if master browse... | Jeremy Allison | 1 | -1/+1 |
2009-07-28 | Added prefer_ipv4 bool parameter to resolve_name(). | Jeremy Allison | 1 | -3/+3 |
2009-05-06 | Make cli_setatr async. | Jeremy Allison | 1 | -1/+1 |
2009-04-29 | Make cli_unlink async. | Jeremy Allison | 1 | -2/+2 |
2009-04-28 | Convert cli_rename to async. | Jeremy Allison | 1 | -2/+2 |
2009-04-21 | Make rmdir async. | Jeremy Allison | 1 | -2/+1 |
2009-04-21 | Make cli_mkdir async. Change it to return NTSTATUS. | Jeremy Allison | 1 | -2/+1 |
2009-03-27 | [Bug 6228] SMBC_open_ctx failure due to path resolve failure doesn't set errno | Derrell Lipman | 1 | -1/+7 |
2009-03-17 | Remove the global "struct cm_cred_struct" and associated calls, make | Jeremy Allison | 1 | -14/+23 |
2009-02-23 | More warning fixes for Solaris. | Jeremy Allison | 1 | -1/+1 |
2009-02-20 | Make libsmbclient work with DFS | Bo Yang | 1 | -2/+25 |
2009-01-16 | [Bug 6022] smbc_urlencode and smbc_urldecode were not exported | Derrell Lipman | 1 | -1/+1 |
2008-12-16 | commit b520befe6f51644d20434add9864d7a2fa30aa2e | SATOH Fumiyasu | 1 | -6/+4 |
2008-12-13 | Remove a static variable | Volker Lendecke | 1 | -6/+5 |
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 1 | -2/+3 |
2008-04-20 | Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct | Volker Lendecke | 1 | -1/+1 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-03-10 | Use rpccli_srvsvc_NetShareEnumAll in libsmbclient. | Günther Deschner | 1 | -17/+23 |
2008-03-10 | Remove insane amount of whitespace. | Günther Deschner | 1 | -368/+368 |
2008-03-03 | Continued revamping of libsmbclient. | Derrell Lipman | 1 | -15/+15 |
2008-03-01 | Additional revamped libsmbclient documentation | Derrell Lipman | 1 | -458/+472 |
2008-03-01 | Modified revamp of the libsmbclient interface. | Derrell Lipman | 1 | -35/+35 |
2008-03-01 | Initial revamp of the libsmbclient interface. | Derrell Lipman | 1 | -0/+1928 |