client: enable allinfo and altname tab completion
[samba.git] / source3 / client / client.c
2019-06-25 David Disseldorpclient: enable allinfo and altname tab completion
2019-03-27 Volker Lendeckelibsmb: Change cli_posix_readlink to return talloc...
2019-03-20 Volker Lendeckeutils: Use cli_hardlink instead of cli_nt_hardlink
2019-01-28 Andreas Schneiders3:client: Use C99 initializer for poptOption in smbclient
2019-01-08 Volker Lendeckesmbclient: Use dom_sid_str_buf
2018-09-07 Christof Schmitts3:lib: Move popt_common_credentials to separate file
2018-09-05 Andreas Schneiders3:smbclient: Do not call cli_RNetShareEnum if SMB1...
2018-09-05 Andreas Schneidersmbclient: Fix errors printed if we can connect with...
2018-08-10 Andreas Schneiders3:client: Avoid a possible fd leak in do_get()
2018-06-26 Justin Stephensons3:client: Add --quiet option to smbclient
2018-05-12 Mathieu ParentFix spelling s/retun/return/
2018-04-05 Volker Lendeckesmbclient: Handle ENUM_DIR in "notify" command
2018-04-03 Andreas Schneiders3:client: Fix size types
2018-03-20 Andreas Schneiders3:client: Fix size types
2017-11-30 Jeremy Allisons3: client: Rename <oldname> to <link_target> in cmd_sy...
2017-11-11 Jeremy Allisonlibsmbclient: Allow server (NetApp) to return STATUS_IN...
2017-10-24 Jeremy Allisons3: smbclient: Ensure we call client_clean_name() befor...
2017-10-24 Jeremy Allisons3: client: Add new utility function client_clean_name().
2017-10-18 Richard Sharpes3:Add a utimes command to smbclient so we can set...
2017-08-18 Stefan Metzmachers3:smbclient: don't try any workgroup listing with...
2017-08-18 Stefan Metzmachers3:smbclient: improve the error messages for smbclient -L
2017-08-07 Anoop C Ssource3/client: Fix typo in help message displayed...
2017-07-18 Jeremy AllisonRevert "s3:smbclient: Allow last dos attribute to be...
2017-07-14 Steve Frenchs3:smbclient: Allow last dos attribute to be cleared
2017-07-07 Jeremy Allisons3: smbclient: Add new command deltree.
2017-07-07 Jeremy Allisons3: client: Move struct file_list code to using talloc...
2017-06-27 Stefan Metzmachers3:libsmb: remove unused 'bool show_hdr' from cli_cm_open()
2017-06-27 Stefan Metzmachers3:smbclient: remove unreliable Domain=[...] OS=[Window...
2017-06-22 Stefan Metzmachers3:client: smbclient -L can't do workgroup listing...
2017-06-17 Jeremy Allisons3: libsmb: Widen cli_state_get_tid() / cli_state_set_t...
2017-05-09 Jeremy Allisons3: client tools: Call popt_free_cmdline_auth_info...
2017-05-09 Jeremy Allisons3: client tools. Remove direct access to struct user_a...
2017-03-28 Uri Simchonismbclient: add -f option to rename command
2017-03-28 Uri Simchonis3: libsmb: add replace support to cli_rename()
2016-12-21 Stefan Metzmachers3:client: make use of cli_smb1_setup_encryption()...
2016-12-20 Stefan Metzmachers3:popt_common: let POPT_COMMON_CREDENTIALS imply logfi...
2016-12-11 Volker Lendeckesmbclient: xfile->stdio
2016-12-09 Stefan Metzmachers3:libsmb: don't pass 'passlen' to cli_tree_connect...
2016-11-20 Volker Lendeckelib: Remove global xfile.h includes
2016-11-15 Stefan Metzmachers3:client: use cli_session_setup_creds() in client...
2016-11-15 Stefan Metzmachers3:libsmb: let the callers only pass the password strin...
2016-11-15 Stefan Metzmachers3:popt_common: simplify popt_common_credentials handling
2016-11-15 Noel Powers3/client: obey 'disable netbios' smb.conf param, don...
2016-11-09 Andreas Schneiders3-client: Sync in tool cmdline help with smbclient...
2016-08-22 Jeremy Allisons3: smbclient. Ensure we don't crash by freeing uniniti...
2016-08-19 Jeremy Allisons3: smbclient: In order to get shadow copy data over...
2016-05-25 Jeremy Allisons3: smbclient: Add posix_whoami command.
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: libsmb: Rename cli_posix_getfaclXX...
2016-01-05 Uri Simchonismbclient: query disk usage relative to current directory
2015-09-18 Jeremy Allisons3: smbclient: Move cmd_setmode out of clitar.c and...
2015-07-14 Anubhav Rakshits3:client: Add "scopy" cmd to perform Server Side copy...
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/client.
2015-03-23 Volker Lendeckelib: load_case_tables() -> smb_init_locale()
2015-02-10 Jeremy Allisons3: smbclient: Allinfo leaves the file handle open.
2014-11-24 Andreas Schneiders3-smbclient: Return success if we listed the shares.
2014-06-30 Volker Lendeckelib: Align unix_timespec_to_nt_time with nt_time_to_uni...
2014-06-07 Jeremy Allisons3: libsmb : Move users of cli_dskattr to a 64-bit...
2014-05-09 Jeremy Allisons3: client : Add extra return parameter to all client...
2014-03-05 Stefan Metzmachers3:client: only limit the buffer by the given length 'n'
2014-02-19 David Disseldorpclitar: get tar context handle via helper function
2014-02-19 David Disseldorpclient: fix tar_parse_args() compiler warning
2014-02-19 Aurélien Aptelclitar.c: when returning int, always use 0 for success
2014-02-19 Aurélien Aptelclitar.c: implement basic tar creation
2014-02-19 Aurélien Aptelclient.c: fix negation in tar_to_process test
2014-02-19 Aurélien Aptelclient.c, clitar.c: rename process_tar to tar_process...
2014-02-19 Aurélien Aptelclitar.c, client.c: add flag to know if there's a tar...
2014-02-19 Aurélien Aptelclient.c: remove unused extern declaration
2014-02-19 Aurélien Aptelimplement argument parsing, split client_proto.h
2014-02-19 Aurélien Aptelclient.c: remove trailing whitespace
2014-02-08 Garming Samparam: rename lp function and variable from "cli_maxpro...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-30 Gregor Beckclient: use cli_qpathinfo3 for allinfo
2013-10-30 Gregor Beckclient: remove a write only variable
2013-09-18 Jeremy Allisons3: libsmb - 10150 - Not all OEM servers support the...
2013-09-17 Jeremy Allisons3: libsmb : Bug 10150 - Not all OEM servers support...
2013-08-21 Michael Adamclient: add missing newlines to error messages for...
2013-08-21 Jeremy AllisonAdd new "timeout" command and -t option to smbclient...
2013-08-21 Jeremy AllisonRemove restrictions on setting iosize inside smbclient...
2013-08-15 Stefan Metzmachers3:client: fix compiler warning
2013-08-15 Stefan Metzmachers3:client: use the default io size
2013-08-15 Stefan Metzmachers3:client: avoid interpret_protocol()
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-06-24 David Disseldorps3/smbclient: fix incorrect command tab completions
2013-03-06 Andreas SchneiderMake sure to set umask() before calling mkstemp().
2013-02-07 David DisseldorpBUG 9633: Recursive mget should continue on EPERM.
2012-12-06 Scott LovenbergClean up client timeout definitions [rev. 2]
2012-12-03 Andreas Schneidersmbclient: Use new samba_getpass() function.
2012-11-08 Andreas Schneiders3fs-client: Burn commandline password of client utils.
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-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-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
next