summaryrefslogtreecommitdiff
path: root/source3/utils/smbtree.c
Commit message (Expand)AuthorAgeFilesLines
* s3: utils: smbtree. Ensure we don't call cli_RNetShareEnum() on an SMB1 conne...Jeremy Allison2019-10-301-0/+5
* s3: free popt context in utilsSwen Schillig2019-08-221-0/+2
* s3:utils: Use C99 initializer for poptOption in smbtreeAndreas Schneider2019-01-281-3/+24
* s3:lib: Move popt_common_credentials to separate fileChristof Schmitt2018-09-071-1/+1
* libsmb: Give namequery.c its own headerVolker Lendecke2018-04-111-0/+1
* s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits.Jeremy Allison2017-05-091-0/+1
* s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth...Jeremy Allison2017-05-091-1/+1
* s3:popt_common: let POPT_COMMON_CREDENTIALS imply logfile and conffile loadingStefan Metzmacher2016-12-201-3/+2
* s3:popt_common: simplify popt_common_credentials handlingStefan Metzmacher2016-11-151-22/+5
* s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe2015-05-071-3/+3
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* s3:utils: avoid argv related const warningsStefan Metzmacher2014-04-021-3/+4
* smbtree: use the correct count variable from NetShareEnum result.Michael Adam2013-08-211-1/+1
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-051-1/+1
* s3fs-client: Burn commandline password of client utils.Andreas Schneider2012-11-081-0/+1
* s3:smbtree: use lp_load_global()Michael Adam2011-07-281-1/+1
* s3:smbtree: try to fix completely broken logic in get_workgroups()Stefan Metzmacher2011-07-221-15/+23
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-libsmb: only include rap client when needed.Günther Deschner2011-03-151-0/+1
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3-smbtree: prefer dcerpc_srvsvc_X functions.Günther Deschner2011-01-131-2/+5
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-3/+1
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison2009-11-121-1/+1
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-171-6/+1
* Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-141-10/+12
* Fix bug #5914 - Build failure: redefinition of struct name_listJeremy Allison2008-11-251-8/+8
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-2/+3
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-051-0/+6
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-2/+2
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Use rpccli_srvsvc_NetShareEnumAll in smbtree.Günther Deschner2008-03-101-15/+21
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Fix typos in auth change.Jeremy Allison2007-12-061-2/+2
* Get closer to building with smbmount. Move parameter line changesJeremy Allison2007-12-061-6/+8
* Getting to the home stretch for elimination of pstrings...Jeremy Allison2007-12-031-8/+17
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-3/+9
* Fixed missing in_addr -> sockaddr_storage conversion (how didJeremy Allison2007-10-251-10/+14
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-191-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-6/+6
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-17/+16
* r25402: BUG 4997 (3.2 only): Fix enumration level for smbtreeGerald Carter2007-10-101-1/+0
* r24943: Some stackframesVolker Lendecke2007-10-101-1/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij2007-10-101-2/+1
* r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke2007-10-101-1/+2
* r19450: Fix smbtree's use of netshareenum.Volker Lendecke2007-10-101-0/+5
* r18877: More WERROR/NTSTATUS bugsVolker Lendecke2007-10-101-4/+5