summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-19/+1
* s3-param Remove special case for lp_workgroup()Andrew Bartlett2011-06-091-14/+1
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison2011-06-011-2/+3
* s3: Use cli_connect_nb in do_message_opVolker Lendecke2011-05-291-33/+3
* s3-client/clitar.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach2011-05-181-9/+14
* s3-includes: finally only include client.h when libsmb is used.Günther Deschner2011-05-061-0/+2
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-063-0/+3
* More const fixes... getting near the end now.Jeremy Allison2011-05-061-5/+5
* More simple const fixups.Jeremy Allison2011-05-051-1/+1
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-041-2/+2
* Tidy up some missing checks for NULL in strlcpy.Jeremy Allison2011-05-041-1/+1
* Convert safe_strXX to strlXXX. Clean up off-by-ones.Jeremy Allison2011-05-041-31/+17
* Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here as...Jeremy Allison2011-05-041-1/+1
* s3-client Add TALLOC_CTX argument to attrib_string().Andrew Bartlett2011-04-291-2/+2
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-292-6/+6
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-292-17/+17
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-292-10/+10
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-292-10/+10
* s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett2011-04-291-1/+1
* s3: Use cli_writeall instead of cli_writeVolker Lendecke2011-04-262-8/+17
* s3: Use cli_ntcreate to when listing snapshotsVolker Lendecke2011-03-301-1/+5
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-303-0/+3
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-03-301-0/+1
* s3: Fix Coverity ID 83: RESOURCE_LEAKVolker Lendecke2011-03-271-0/+3
* s3: Remove two calls to cli_errstrVolker Lendecke2011-03-271-4/+8
* s3-libsmb: only include rap client when needed.Günther Deschner2011-03-151-0/+1
* s3: Print all flags in "smbclient allinfo"Volker Lendecke2011-03-021-1/+25
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3: Eliminate sys_select from do_smb_resolve() -- untestedVolker Lendecke2011-02-281-14/+3
* s3: Eliminate sys_select from do_smb_browse() -- untestedVolker Lendecke2011-02-281-14/+4
* s3: Eliminiate sys_select_intr from client.cVolker Lendecke2011-02-281-10/+6
* s3-smbclient: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach2011-01-251-7/+9
* s3-smbclient: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach2011-01-251-5/+7
* s3: Avoid a few calls to cli_errstrVolker Lendecke2011-01-171-6/+10
* s3-smbclient: prefer dcerpc_srvsvc_X functions.Günther Deschner2011-01-131-2/+5
* s3: AllowDebugChange is goneVolker Lendecke2010-12-281-1/+0
* s3: Remove unused "retry" from cli_start_connectionVolker Lendecke2010-12-201-1/+1
* s3: Add shadow copy info to smbclient allinfoVolker Lendecke2010-11-301-0/+46
* s3: Make cli_set_ea_path return NTSTATUSVolker Lendecke2010-11-111-3/+5
* s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt callsAndrew Bartlett2010-11-021-2/+2
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-021-7/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-023-11/+5
* Fix bug #7700 - Improvement of return code of smbclientJeremy Allison2010-10-293-69/+128
* s3: Add "setea" to smbclientVolker Lendecke2010-10-241-0/+47
* s3: Add "geteas" to smbclientVolker Lendecke2010-10-241-0/+59
* s3: Convert cli_qfileinfo_basic to cli_qfileinfoVolker Lendecke2010-10-241-5/+7