summaryrefslogtreecommitdiff
path: root/source3/utils/smbcacls.c
Commit message (Expand)AuthorAgeFilesLines
* s3:utils: If share is NULL in smbcacls, don't print itAndreas Schneider2019-05-081-2/+2
* smbcacls: add -x argument, prints maximum accessRalph Boehme2019-03-041-0/+40
* s3:utils: Use C99 initializer for poptOption in smbcaclsAndreas Schneider2019-01-281-16/+117
* smbcacls: Use dom_sid_str_bufVolker Lendecke2018-12-201-1/+2
* s3:lib: Move popt_common_credentials to separate fileChristof Schmitt2018-09-071-1/+1
* smbcacls: no need to fetch the sd when changing ownershipRalph Boehme2017-10-071-10/+6
* s3: Fix a small spelling mistake in smbcacls.Richard Sharpe2017-09-221-1/+1
* s3/utils: smbcacls failed to detect DIRECTORIES using SMB2 (windows only)Noel Power2017-07-201-11/+3
* s3: libsmb: Correctly save and restore connection tcon in smbclient, smbcacls...Jeremy Allison2017-06-171-2/+10
* s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits.Jeremy Allison2017-05-091-0/+2
* s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth...Jeremy Allison2017-05-091-1/+1
* s3:smbcacls add prompt for passwordChristian Ambach2017-05-041-0/+1
* s3:popt_common: let POPT_COMMON_CREDENTIALS imply logfile and conffile loadingStefan Metzmacher2016-12-201-3/+2
* s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher2016-12-091-1/+1
* s3:popt_common: simplify popt_common_credentials handlingStefan Metzmacher2016-11-151-17/+2
* smbcacls: Do not read old ACL for 'set' operationChristof Schmitt2016-04-301-4/+10
* smbcacls: fix uninitialized variableUri Simchoni2016-01-201-1/+1
* s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe2015-05-071-7/+7
* smbcacls: Move sec_desc_print to common fileChristof Schmitt2015-04-251-81/+0
* smbcacls: Move print_ace and parse_ace to common fileChristof Schmitt2015-04-251-354/+0
* smbcacls: Move StringToSid to common fileChristof Schmitt2015-04-251-62/+0
* smbcacls: Move SidToString to common fileChristof Schmitt2015-04-251-85/+1
* smbcacls: Use defines for security flagsChristof Schmitt2015-04-251-9/+10
* smbcacls: Make 'numeric' a local variableChristof Schmitt2015-04-251-20/+25
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* smbcacls: parse config file argument prior to loadDavid Disseldorp2014-07-071-2/+3
* s3/smbcacls: use security_ace_equal instead of sec_ace_equalDavid Disseldorp2014-05-291-4/+5
* s3: client : Add extra return parameter to all client open calls.Jeremy Allison2014-05-091-3/+3
* s3:utils: avoid argv related const warningsStefan Metzmacher2014-04-021-2/+3
* CVE-2013-6442: s3:smbcacls - ensure we don't lose an existing ACL when settin...Jeremy Allison2014-03-111-1/+1
* s3-utils: Fix scanf format in smbacls.Andreas Schneider2013-11-151-3/+3
* s3:smbcacls: Add -m<MAX PROTOCOL> option to smbcacls.Jeremy Allison2013-08-151-0/+4
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-051-4/+3
* s3:smbcacls: add --query-security-info and --set-security-info optionsStefan Metzmacher2012-12-021-10/+55
* s3:util: fix usage of popt_burn_cmdline_password()Stefan Metzmacher2012-11-301-1/+0
* s3fs-client: Burn commandline password of client utils.Andreas Schneider2012-11-081-0/+2
* s3fs-utils: Free the popt context in smbcacls and smbquotas.Andreas Schneider2012-10-301-0/+2
* s3:utils: use cli_tree_connect() instead of cli_tcon_andx()Stefan Metzmacher2012-05-301-1/+1
* Only ask for specific permissions required when setting an ACL.Jeremy Allison2012-02-031-3/+12
* s3:utils: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-2/+2
* s3:smbcacls: fix violation of coding conventionsGregor Beck2011-10-121-1/+2
* s3:smbcacls: make get_domain_sid() staticMichael Adam2011-10-121-1/+1
* s3:smbcacls fix leaking talloc stackframce on tcon failureGregor Beck2011-10-121-2/+4
* s3:smbcacls fix possible SEGFAULTGregor Beck2011-10-121-10/+14
* s3:smbcacls add option domain-sidGregor Beck2011-10-121-5/+16
* s3:smbcacls get_domain_sid for sddl parsing/formating from lsarpcGregor Beck2011-10-121-2/+72
* s3:smbcacls pretty print acl control fieldGregor Beck2011-10-121-1/+43
* s3:smbcacls: use lp_load_global()Michael Adam2011-07-281-1/+1
* s3-utils/smbcacls.c: replace cli_query_secdesc_old()Björn Baumbach2011-07-231-3/+4
* s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old()Björn Baumbach2011-07-231-1/+1