summaryrefslogtreecommitdiff
path: root/source3/lib/sharesec.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Pass mem_ctx to state_path()Volker Lendecke2018-08-171-1/+1
* sharesec: Remove error message for unmarshall_sec_desc failureChristof Schmitt2015-07-061-2/+0
* Convert the few instances of int32 there were to int32_t.Richard Sharpe2015-05-161-1/+1
* Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe2015-04-291-6/+6
* sharesec: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-2/+10
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+1
* Change the S3 fileserver over to se_file_access_check().Jeremy Allison2012-08-311-1/+1
* dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke2012-06-151-6/+6
* dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke2012-06-151-2/+2
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+2
* s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam2011-10-111-9/+15
* s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam2011-10-111-3/+11
* s3:sharesec: convert sharesec.c to use dbwrap wrapper functionsMichael Adam2011-10-111-18/+24
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam2011-10-111-2/+2
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* s3:lib change default share security access maskChristian Ambach2011-07-261-3/+3
* s3:sharesec: return an error if get_share_security() returns NULLStefan Metzmacher2011-07-061-1/+1
* s3:sharesec: also initialize pgranted if get_share_security() returns NULLStefan Metzmacher2011-07-061-0/+3
* s3: Return "granted" from share_access_checkVolker Lendecke2011-07-051-2/+8
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-111-1/+1
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-9/+9
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-181-2/+2
* s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner2010-05-181-3/+3
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-1/+1
* share_info.tdb could use non-canonicalized sharenames.Jeremy Allison2010-03-221-14/+143
* s3/smbd: open the share_info.tdb on startup instead of tconxSteven Danneman2009-08-261-1/+1
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-1/+1
* Make sure share_info.tdb is open before attempting to delete an entrySteven Danneman2008-12-281-2/+6
* Another unused variable.Jeremy Allison2008-10-311-1/+0
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-10-311-2/+2
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-4/+4
* Thanks metze for pointing out the missing extern :-)Volker Lendecke2008-09-081-1/+1
* Remove some duplicate codeVolker Lendecke2008-09-081-6/+1
* fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell2008-08-131-1/+1
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-1/+1
* lib/sharesec.c: fix the upgrade code, db_traverse returns the number of records!Stefan Metzmacher2008-04-151-2/+4
* Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke2008-04-011-2/+4
* Convert dbwrap_trans_store to NTSTATUSVolker Lendecke2008-04-011-4/+5
* sharesec: use db_open_trans()Stefan Metzmacher2008-04-011-2/+2
* Convert share_info.tdb to dbwrapVolker Lendecke2008-04-011-17/+64
* Fix a memory leakVolker Lendecke2008-03-281-0/+2
* use tdb_wipe_all() instead of tdb_wipe() - it is faster...Michael Adam2008-03-261-1/+1