summaryrefslogtreecommitdiff
path: root/source3/utils/sharesec.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-25s3:utils: Migrate sharesec to new cmdline option parserAndreas Schneider1-5/+22
2021-05-25s3:utils: Remove '-V' for '--viewsddl' from sharesecAndreas Schneider1-3/+3
2021-01-22sharesec: Simplify add_ace()Volker Lendecke1-12/+12
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-03-26sharesec: Use ARRAY_DEL_ELEMENT() in sort_acl()Volker Lendecke1-4/+2
2019-11-27s3:param: make "servicename" a substituted optionRalph Boehme1-1/+3
2019-11-26sharesec: Return NTSTATUS from delete_share_securityChristof Schmitt1-1/+2
2019-11-26sharesec: Return NTSTATUS from set_share_securityChristof Schmitt1-4/+6
2019-10-24s3: remove now unneeded call to cmdline_messaging_context()Ralph Boehme1-1/+0
2019-08-22s3: free popt context in utilsSwen Schillig1-5/+11
2019-01-28s3:utils: Use C99 initializer for poptOption in sharesecAndreas Schneider1-15/+94
2018-12-11sharesec: Use dom_sid_str_bufVolker Lendecke1-2/+4
2018-09-07s3:sharesec: Use cmdline_messaging_contextChristof Schmitt1-0/+2
2015-06-17sharesec: Use non-numerical output for sharesecChristof Schmitt1-2/+2
2015-05-07s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe1-3/+3
2015-04-25sharesec: Use common parse_ace functionChristof Schmitt1-174/+1
2015-04-25sharesec: Print ACEs in similar format as expected in inputChristof Schmitt1-12/+6
2015-04-22s3:param: remove arg save_defaults from lp_load_with_registry_shares()Michael Adam1-1/+1
2015-04-22s3:param: remove arg initialize_globals from lp_load_with_registry_shares()Michael Adam1-1/+1
2015-04-22s3:param: remove "add_ipc" parameter from lp_load_with_registry_shares().Michael Adam1-1/+1
2015-04-22s3:param: remove "global_only" parameter from lp_load_with_registry_shares().Michael Adam1-2/+1
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2014-05-29s3/sharesec: use security_ace_equal instead of sec_ace_equalDavid Disseldorp1-3/+5
2014-05-28sharesec: remove unused security descriptor print fnsDavid Disseldorp1-85/+0
2014-05-28sharesec: use NDR security descriptor print fnsDavid Disseldorp1-4/+12
2013-11-15s3-utils: Fix scanf format in sharesec.Andreas Schneider1-3/+3
2013-06-26sharesec: Implement --view-allVolker Lendecke1-1/+34
2011-09-16s3: Make sharesec optionally use sddlVolker Lendecke1-1/+76
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-02-09s3:utils enable sharesec for registry sharesChristian Ambach1-1/+2
2010-11-02s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt callsAndrew Bartlett1-2/+3
2010-11-02s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett1-1/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-3/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner1-3/+4
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-2/+2
2010-05-18s3-secdesc: use SD_REVISION from security.idl.Günther Deschner1-1/+1
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-5/+5
2010-05-18s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner1-5/+5
2010-05-18s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner1-12/+13
2010-02-14s3: last part of TYPESAFE_QSORT() conversionAndrew Tridgell1-1/+1
2009-02-23More warning fixes for Solaris.Jeremy Allison1-3/+3
2008-12-28Add -D option to sharesec util to delete the entire security descriptor.Steven Danneman1-8/+23
2008-12-28Change error messages in sharesec util to go to stderr instead of stdoutSteven Danneman1-10/+10
2008-12-28Cleaned up whitespace issues in sharesec.cSteven Danneman1-35/+39
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison1-1/+1
2008-09-15Fixed "uninitilized variable" build warningSteven Danneman1-1/+1
2007-12-15Replace sid_string_static with sid_string_tosVolker Lendecke1-5/+6