index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
sharesec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-12
lib: Make get_share_security_default static
Christof Schmitt
1
-1
/
+3
2019-11-26
sharesec: Return NTSTATUS from delete_share_security
Christof Schmitt
1
-7
/
+7
2019-11-26
sharesec: Return NTSTATUS from set_share_security
Christof Schmitt
1
-5
/
+7
2019-11-26
sharesec: Return NTSTATUS from share_info_db_init
Christof Schmitt
1
-14
/
+24
2018-08-17
lib: Pass mem_ctx to state_path()
Volker Lendecke
1
-1
/
+1
2015-07-06
sharesec: Remove error message for unmarshall_sec_desc failure
Christof Schmitt
1
-2
/
+0
2015-05-16
Convert the few instances of int32 there were to int32_t.
Richard Sharpe
1
-1
/
+1
2015-04-29
Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.
Richard Sharpe
1
-6
/
+6
2014-11-03
sharesec: don't leak state_path onto talloc tos
David Disseldorp
1
-2
/
+10
2014-02-07
dbwrap: add a dbwrap_flags argument to db_open()
Michael Adam
1
-1
/
+1
2012-08-31
Change the S3 fileserver over to se_file_access_check().
Jeremy Allison
1
-1
/
+1
2012-06-15
dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
Volker Lendecke
1
-6
/
+6
2012-06-15
dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
Volker Lendecke
1
-2
/
+2
2012-01-18
s3: Add a "lock_order" argument to db_open
Volker Lendecke
1
-1
/
+2
2011-10-11
s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return type
Michael Adam
1
-9
/
+15
2011-10-11
s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return code
Michael Adam
1
-3
/
+11
2011-10-11
s3:sharesec: convert sharesec.c to use dbwrap wrapper functions
Michael Adam
1
-18
/
+24
2011-10-11
s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...
Michael Adam
1
-2
/
+2
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-1
/
+1
2011-07-29
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
1
-0
/
+1
2011-07-26
s3:lib change default share security access mask
Christian Ambach
1
-3
/
+3
2011-07-06
s3:sharesec: return an error if get_share_security() returns NULL
Stefan Metzmacher
1
-1
/
+1
2011-07-06
s3:sharesec: also initialize pgranted if get_share_security() returns NULL
Stefan Metzmacher
1
-0
/
+3
2011-07-05
s3: Return "granted" from share_access_check
Volker Lendecke
1
-2
/
+8
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-1
/
+1
2011-05-06
s3: only include tdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-09-11
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
1
-1
/
+1
2010-08-26
s3-build: use dbwrap.h only where needed.
Günther Deschner
1
-0
/
+1
2010-05-31
s3-build: only use ndr_security.h where needed.
Günther Deschner
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-1
/
+1
2010-05-18
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
1
-9
/
+9
2010-05-18
s3-secdesc: remove "typedef struct security_acl SEC_ACL".
Günther Deschner
1
-2
/
+2
2010-05-18
s3-secdesc: remove "typedef struct security_ace SEC_ACE".
Günther Deschner
1
-3
/
+3
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-1
/
+1
2010-03-22
share_info.tdb could use non-canonicalized sharenames.
Jeremy Allison
1
-14
/
+143
2009-08-26
s3/smbd: open the share_info.tdb on startup instead of tconx
Steven Danneman
1
-1
/
+1
2009-01-01
Add iconv_convenience argument to size functions.
Jelmer Vernooij
1
-1
/
+1
2008-12-28
Make sure share_info.tdb is open before attempting to delete an entry
Steven Danneman
1
-2
/
+6
2008-10-31
Another unused variable.
Jeremy Allison
1
-1
/
+0
2008-10-31
Unify se_access_check with the S4 code. Will make
Jeremy Allison
1
-2
/
+2
2008-10-09
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
1
-4
/
+4
2008-09-08
Thanks metze for pointing out the missing extern :-)
Volker Lendecke
1
-1
/
+1
2008-09-08
Remove some duplicate code
Volker Lendecke
1
-6
/
+1
2008-08-13
fixed lots of places that paniced on a failed transaction_commit,
Andrew Tridgell
1
-1
/
+1
2008-08-13
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
1
-1
/
+1
2008-04-15
lib/sharesec.c: fix the upgrade code, db_traverse returns the number of records!
Stefan Metzmacher
1
-2
/
+4
2008-04-01
Convert dbwrap_trans_delete to NTSTATUS
Volker Lendecke
1
-2
/
+4
2008-04-01
Convert dbwrap_trans_store to NTSTATUS
Volker Lendecke
1
-4
/
+5
[next]