summaryrefslogtreecommitdiff
path: root/source3/client
AgeCommit message (Expand)AuthorFilesLines
2011-07-11s3:client: simplify readline_callback() to only use cli_echo()Stefan Metzmacher1-54/+9
2011-07-08s3:client: use an inbuf on the stack in readline_callback()Stefan Metzmacher1-2/+3
2011-07-08s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher1-16/+1
2011-07-08s3:client: close the socket if receive_smb_raw() failsStefan Metzmacher1-0/+5
2011-07-08s3:client: use cli_nt_error() in order to avoid cli_errstr()Stefan Metzmacher1-3/+8
2011-07-08s3:client: avoid cli_errstr() where we already have an NTSTATUSStefan Metzmacher1-39/+67
2011-07-08s3:clitar: avoid usage of cli_errstr()Stefan Metzmacher1-1/+2
2011-07-07s3-client: Remove use of cli_errstr()Björn Baumbach1-2/+2
2011-07-06s3:libsmb: use clistr_pull_talloc() in cli_get_fs_volume_info()Stefan Metzmacher1-3/+4
2011-07-06s3: Remove cli_errstr from cmd_posix_openVolker Lendecke1-5/+12
2011-07-06s3: Fix error logic in posix_openVolker Lendecke1-2/+2
2011-07-06s3: Remove a few uses of cli_errstrVolker Lendecke1-26/+27
2011-07-06s3: make cli_resolve_path return NTSTATUSVolker Lendecke1-36/+106
2011-07-03s3: Make cli_cm_open return NTSTATUSVolker Lendecke1-24/+38
2011-07-03s3: Read symlink information in smbclient "allinfo"Volker Lendecke1-0/+17
2011-06-24s3: Fix an error message in smbclient symlinkVolker Lendecke1-1/+1
2011-06-24s3: Use reparse point style symlinksVolker Lendecke1-18/+18
2011-06-24s3: Remove a call to cli_errstrVolker Lendecke1-2/+4
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-19/+1
2011-06-09s3-param Remove special case for lp_workgroup()Andrew Bartlett1-14/+1
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-06-01Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison1-2/+3
2011-05-29s3: Use cli_connect_nb in do_message_opVolker Lendecke1-33/+3
2011-05-18s3-client/clitar.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach1-9/+14
2011-05-06s3-includes: finally only include client.h when libsmb is used.Günther Deschner1-0/+2
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner3-0/+3
2011-05-06More const fixes... getting near the end now.Jeremy Allison1-5/+5
2011-05-05More simple const fixups.Jeremy Allison1-1/+1
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-2/+2
2011-05-04Tidy up some missing checks for NULL in strlcpy.Jeremy Allison1-1/+1
2011-05-04Convert safe_strXX to strlXXX. Clean up off-by-ones.Jeremy Allison1-31/+17
2011-05-04Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here as...Jeremy Allison1-1/+1
2011-04-29s3-client Add TALLOC_CTX argument to attrib_string().Andrew Bartlett1-2/+2
2011-04-29s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2-6/+6
2011-04-29s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2-17/+17
2011-04-29s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2-10/+10
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2-10/+10
2011-04-29s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett1-1/+1
2011-04-26s3: Use cli_writeall instead of cli_writeVolker Lendecke2-8/+17
2011-03-30s3: Use cli_ntcreate to when listing snapshotsVolker Lendecke1-1/+5
2011-03-30s3-libsmb: put namequery headers to nmblib.hGünther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner3-0/+3
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-03-30s3-trans2: only include trans2.h where needed.Günther Deschner1-0/+1
2011-03-27s3: Fix Coverity ID 83: RESOURCE_LEAKVolker Lendecke1-0/+3
2011-03-27s3: Remove two calls to cli_errstrVolker Lendecke1-4/+8
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+1
2011-03-02s3: Print all flags in "smbclient allinfo"Volker Lendecke1-1/+25
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider1-0/+1