summaryrefslogtreecommitdiff
path: root/source3/utils/smbtree.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-26utils/smbtree: do not crash with no password (-N)Douglas Bagnall1-2/+7
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+0
2023-10-25s3:utils: Call gfree_all() before exit in smbtreeAndreas Schneider1-5/+6
2021-09-10smbtree: don't ignore unknown optionsRalph Boehme1-1/+11
2021-07-16s3:utils: Use better error message for smbtreeAndreas Schneider1-1/+8
2021-05-28s3:utils: Migrate smbtree to new cmdline option parserAndreas Schneider1-16/+25
2020-04-18utils: Convert smbtree to use libsmbclientVolker Lendecke1-301/+165
2020-04-18smbtree: Add "fail:" target, more failure paths with followVolker Lendecke1-4/+7
2020-04-08smbtree: Align integer typesVolker Lendecke1-1/+1
2020-04-08libsmb: Move get_ipc_connect_master_ip_bcast() to smbtree.cVolker Lendecke1-0/+45
2020-04-01s3/utils: Fix double free error with smbtreeNoel Power1-1/+0
2019-10-30s3: utils: smbtree. Ensure we don't call cli_RNetShareEnum() on an SMB1 conne...Jeremy Allison1-0/+5
2019-08-22s3: free popt context in utilsSwen Schillig1-0/+2
2019-01-28s3:utils: Use C99 initializer for poptOption in smbtreeAndreas Schneider1-3/+24
2018-09-07s3:lib: Move popt_common_credentials to separate fileChristof Schmitt1-1/+1
2018-04-11libsmb: Give namequery.c its own headerVolker Lendecke1-0/+1
2017-05-09s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits.Jeremy Allison1-0/+1
2017-05-09s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth...Jeremy Allison1-1/+1
2016-12-20s3:popt_common: let POPT_COMMON_CREDENTIALS imply logfile and conffile loadingStefan Metzmacher1-3/+2
2016-11-15s3:popt_common: simplify popt_common_credentials handlingStefan Metzmacher1-22/+5
2015-05-07s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe1-3/+3
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2014-04-02s3:utils: avoid argv related const warningsStefan Metzmacher1-3/+4
2013-08-21smbtree: use the correct count variable from NetShareEnum result.Michael Adam1-1/+1
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner1-1/+1
2012-11-08s3fs-client: Burn commandline password of client utils.Andreas Schneider1-0/+1
2011-07-28s3:smbtree: use lp_load_global()Michael Adam1-1/+1
2011-07-22s3:smbtree: try to fix completely broken logic in get_workgroups()Stefan Metzmacher1-15/+23
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+1
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider1-0/+1
2011-01-13s3-smbtree: prefer dcerpc_srvsvc_X functions.Günther Deschner1-2/+5
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-3/+1
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-11-12Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison1-1/+1
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison1-6/+1
2008-12-14Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke1-10/+12
2008-11-25Fix bug #5914 - Build failure: redefinition of struct name_listJeremy Allison1-8/+8
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-2/+3
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner1-0/+6
2008-04-20Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke1-2/+2
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-1/+1
2008-03-10Use rpccli_srvsvc_NetShareEnumAll in smbtree.Günther Deschner1-15/+21
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-06Fix typos in auth change.Jeremy Allison1-2/+2
2007-12-06Get closer to building with smbmount. Move parameter line changesJeremy Allison1-6/+8
2007-12-03Getting to the home stretch for elimination of pstrings...Jeremy Allison1-8/+17
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-3/+9
2007-10-25Fixed missing in_addr -> sockaddr_storage conversion (how didJeremy Allison1-10/+14