summaryrefslogtreecommitdiff
path: root/source3/lib/sharesec.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-24s3:lib: Make sure struct security_ace is fully initializedAndreas Schneider1-1/+3
2024-06-24s3:lib: Remove trailing spaces in sharesec.cAndreas Schneider1-4/+4
2020-09-12lib: Make get_share_security_default staticChristof Schmitt1-1/+3
2019-11-26sharesec: Return NTSTATUS from delete_share_securityChristof Schmitt1-7/+7
2019-11-26sharesec: Return NTSTATUS from set_share_securityChristof Schmitt1-5/+7
2019-11-26sharesec: Return NTSTATUS from share_info_db_initChristof Schmitt1-14/+24
2018-08-17lib: Pass mem_ctx to state_path()Volker Lendecke1-1/+1
2015-07-06sharesec: Remove error message for unmarshall_sec_desc failureChristof Schmitt1-2/+0
2015-05-16Convert the few instances of int32 there were to int32_t.Richard Sharpe1-1/+1
2015-04-29Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe1-6/+6
2014-11-03sharesec: don't leak state_path onto talloc tosDavid Disseldorp1-2/+10
2014-02-07dbwrap: add a dbwrap_flags argument to db_open()Michael Adam1-1/+1
2012-08-31Change the S3 fileserver over to se_file_access_check().Jeremy Allison1-1/+1
2012-06-15dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke1-6/+6
2012-06-15dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke1-2/+2
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-1/+2
2011-10-11s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam1-9/+15
2011-10-11s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam1-3/+11
2011-10-11s3:sharesec: convert sharesec.c to use dbwrap wrapper functionsMichael Adam1-18/+24
2011-10-11s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam1-2/+2
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-07-26s3:lib change default share security access maskChristian Ambach1-3/+3
2011-07-06s3:sharesec: return an error if get_share_security() returns NULLStefan Metzmacher1-1/+1
2011-07-06s3:sharesec: also initialize pgranted if get_share_security() returns NULLStefan Metzmacher1-0/+3
2011-07-05s3: Return "granted" from share_access_checkVolker Lendecke1-2/+8
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-09-11s3:auth Remove NT_USER_TOKENAndrew Bartlett1-1/+1
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-1/+1
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-9/+9
2010-05-18s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner1-2/+2
2010-05-18s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner1-3/+3
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-1/+1
2010-03-22share_info.tdb could use non-canonicalized sharenames.Jeremy Allison1-14/+143
2009-08-26s3/smbd: open the share_info.tdb on startup instead of tconxSteven Danneman1-1/+1
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-1/+1
2008-12-28Make sure share_info.tdb is open before attempting to delete an entrySteven Danneman1-2/+6
2008-10-31Another unused variable.Jeremy Allison1-1/+0
2008-10-31Unify se_access_check with the S4 code. Will makeJeremy Allison1-2/+2
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison1-4/+4
2008-09-08Thanks metze for pointing out the missing extern :-)Volker Lendecke1-1/+1
2008-09-08Remove some duplicate codeVolker Lendecke1-6/+1
2008-08-13fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell1-1/+1
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-1/+1
2008-04-15lib/sharesec.c: fix the upgrade code, db_traverse returns the number of records!Stefan Metzmacher1-2/+4