summaryrefslogtreecommitdiff
path: root/source3/utils/sharesec.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-4/+16
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-7/+7
2007-10-10r24943: Some stackframesVolker Lendecke1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21417: Janitor for Herb. Make sure sharesec.c is functionallyJeremy Allison1-127/+319
2007-10-10r19669: set_share_security does not need a mem_ctx passedVolker Lendecke1-1/+1
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-8/+8
2007-10-10r17032: I thought I had already merged this from trunk:Volker Lendecke1-1/+2
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-0/+414