s3:ctdb library: fix the build against older ctdb versions
[samba.git] / source3 / client /
2012-09-25 Andrew Bartlettclient: Fix talloc_stackframe() free order assertion...
2012-09-10 Christian Ambachs3:client use more access bits for snapshot display
2012-08-13 Salvador I. GonzalezFix smbclient/tarmode panic on connecting to Windows...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-07-19 Andrew Bartletts3-param: Make lp_name_resolve_order() return a list
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-17 Rusty Russellsource3/client/client.c: fix stackframe leak.
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_protocol
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_remote_name
2012-05-11 Jeremy AllisonFix bug #8922.
2012-04-16 Volker Lendeckes3: Fix smbclient notify against Windows
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove sys_closedir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_opendir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_open wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_creat wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_lseek wrapper
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-22 Christian Ambachs3:client correct a wording
2012-03-22 Volker Lendeckes3: Add "notify" cmd to smbclient
2012-02-16 Christopher R. Her... Rename obscure defined constants.
2012-01-31 Stefan Metzmachers3:client: ignore SMBecho errors (the server may not...
2012-01-31 Stefan MetzmacherRevert "Fix bug #8139 - smbclient fails if server does...
2012-01-30 Jeremy AllisonFix bug #8139 - smbclient fails if server does not...
2012-01-25 Volker LendeckeIntroduce dump_data_file
2012-01-03 Masafumi Nakayamas3-cli: fix bug 563, >8GB tar on BE machines
2011-12-04 Jeremy AllisonMove the callers that need to use the new cli_open...
2011-12-04 Jeremy AllisonRename cli_open -> cli_openx. Prelude to replacing...
2011-12-02 Jeremy AllisonEnsure we map our own Samba return of ERRSRV, ERRunknownsmb
2011-12-02 Jeremy AllisonConvert smbclient to using NtCreateX by preference...
2011-12-01 Jeremy AllisonAdd the "backup" toggle command to smbclient. In order...
2011-11-24 Stefan Metzmachers3:client: make use of cli_tree_connect()
2011-11-03 Stefan Metzmachers3:client: s/Undefined/SMB_SIGNING_DEFAULT/
2011-09-29 BramBug 7551: Return error of cli_push when 'put - /some...
2011-09-13 Stefan Metzmachers3:clitar: remove unused/not existing extern variables
2011-09-08 Stefan Metzmachers3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_con...
2011-08-02 Stefan Metzmachers3:client: make use of cli_state_protocol()
2011-07-28 Michael Adams3:smbspool: use lp_load_client()
2011-07-28 Michael Adams3:smbclient: use lp_load_client()
2011-07-23 Björn Baumbachs3-client/client.c: replace cli_query_secdesc_old()
2011-07-23 Björn Baumbachs3-libsmb: rename cli_query_secdesc() to cli_query_secd...
2011-07-23 Björn Baumbachs3-client/clitar.c: replace cli_read_old() with cli_read()
2011-07-22 Stefan Metzmachers3:client: make use of cli_state_remote_name()
2011-07-22 Michael Adams3:smbclient: print nt status code when smb echo fails
2011-07-22 Michael Adams3:smbclient: add a "tdis" command to view and change...
2011-07-22 Michael Adams3:smbclient: add a "tdis" command to do a tree disconn...
2011-07-22 Michael Adams3:smbclient: add a "tcon" command to do a tree connect...
2011-07-22 Michael Adams3:smbclient: add "logoff" command to close the session
2011-07-21 Stefan Metzmachers3:libsmb: move cli->vuid to cli->smb1.uid and hide...
2011-07-20 Björn Baumbachs3-libsmb: replace cli_read() with cli_read_old()
2011-07-19 Jeremy AllisonFirst part of fix for bug 8310 - toupper_ascii() is...
2011-07-11 Stefan Metzmachers3:client: simplify readline_callback() to only use...
2011-07-08 Stefan Metzmachers3:client: use an inbuf on the stack in readline_callback()
2011-07-08 Stefan Metzmachers3:libsmb: remove unused enum smb_read_errors infrastru...
2011-07-08 Stefan Metzmachers3:client: close the socket if receive_smb_raw() fails
2011-07-08 Stefan Metzmachers3:client: use cli_nt_error() in order to avoid cli_err...
2011-07-08 Stefan Metzmachers3:client: avoid cli_errstr() where we already have...
2011-07-08 Stefan Metzmachers3:clitar: avoid usage of cli_errstr()
2011-07-07 Björn Baumbachs3-client: Remove use of cli_errstr()
2011-07-06 Stefan Metzmachers3:libsmb: use clistr_pull_talloc() in cli_get_fs_volum...
2011-07-06 Volker Lendeckes3: Remove cli_errstr from cmd_posix_open
2011-07-06 Volker Lendeckes3: Fix error logic in posix_open
2011-07-06 Volker Lendeckes3: Remove a few uses of cli_errstr
2011-07-06 Volker Lendeckes3: make cli_resolve_path return NTSTATUS
2011-07-03 Volker Lendeckes3: Make cli_cm_open return NTSTATUS
2011-07-03 Volker Lendeckes3: Read symlink information in smbclient "allinfo"
2011-06-24 Volker Lendeckes3: Fix an error message in smbclient symlink
2011-06-24 Volker Lendeckes3: Use reparse point style symlinks
2011-06-24 Volker Lendeckes3: Remove a call to cli_errstr
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-param Remove special case for lp_workgroup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-01 Jeremy AllisonChange sys_getcd() to take no arguments and always...
2011-05-29 Volker Lendeckes3: Use cli_connect_nb in do_message_op
2011-05-18 Björn Baumbachs3-client/clitar.c: Fix cli_errstr() usage (part of...
2011-05-06 Günther Deschners3-includes: finally only include client.h when libsmb...
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-05-05 Jeremy AllisonMore const fixes... getting near the end now.
2011-05-05 Jeremy AllisonMore simple const fixups.
2011-05-04 Jeremy AllisonFix warning messages caused by addition of null check...
2011-05-04 Jeremy AllisonTidy up some missing checks for NULL in strlcpy.
2011-05-04 Jeremy AllisonConvert safe_strXX to strlXXX. Clean up off-by-ones.
2011-05-04 Jeremy AllisonChange safe_strcpy_base to strlcpy_base. Note the size...
2011-04-29 Andrew Bartletts3-client Add TALLOC_CTX argument to attrib_string().
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
2011-04-26 Volker Lendeckes3: Use cli_writeall instead of cli_write
2011-03-30 Volker Lendeckes3: Use cli_ntcreate to when listing snapshots
2011-03-29 Günther Deschners3-libsmb: put namequery headers to nmblib.h
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-03-29 Günther Deschners3-trans2: only include trans2.h where needed.
2011-03-27 Volker Lendeckes3: Fix Coverity ID 83: RESOURCE_LEAK
next