index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
sharesec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Add a "lock_order" argument to db_open
Volker Lendecke
2012-01-18
1
-1
/
+2
*
s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return type
Michael Adam
2011-10-11
1
-9
/
+15
*
s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return code
Michael Adam
2011-10-11
1
-3
/
+11
*
s3:sharesec: convert sharesec.c to use dbwrap wrapper functions
Michael Adam
2011-10-11
1
-18
/
+24
*
s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...
Michael Adam
2011-10-11
1
-2
/
+2
*
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
2011-07-29
1
-1
/
+1
*
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
2011-07-29
1
-0
/
+1
*
s3:lib change default share security access mask
Christian Ambach
2011-07-26
1
-3
/
+3
*
s3:sharesec: return an error if get_share_security() returns NULL
Stefan Metzmacher
2011-07-06
1
-1
/
+1
*
s3:sharesec: also initialize pgranted if get_share_security() returns NULL
Stefan Metzmacher
2011-07-06
1
-0
/
+3
*
s3: Return "granted" from share_access_check
Volker Lendecke
2011-07-05
1
-2
/
+8
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
s3-build: use dbwrap.h only where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-build: only use ndr_security.h where needed.
Günther Deschner
2010-05-31
1
-0
/
+1
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-1
/
+1
*
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
2010-05-18
1
-9
/
+9
*
s3-secdesc: remove "typedef struct security_acl SEC_ACL".
Günther Deschner
2010-05-18
1
-2
/
+2
*
s3-secdesc: remove "typedef struct security_ace SEC_ACE".
Günther Deschner
2010-05-18
1
-3
/
+3
*
s3: Remove use of iconv_convenience.
Jelmer Vernooij
2010-05-18
1
-1
/
+1
*
share_info.tdb could use non-canonicalized sharenames.
Jeremy Allison
2010-03-22
1
-14
/
+143
*
s3/smbd: open the share_info.tdb on startup instead of tconx
Steven Danneman
2009-08-26
1
-1
/
+1
*
Add iconv_convenience argument to size functions.
Jelmer Vernooij
2009-01-01
1
-1
/
+1
*
Make sure share_info.tdb is open before attempting to delete an entry
Steven Danneman
2008-12-28
1
-2
/
+6
*
Another unused variable.
Jeremy Allison
2008-10-31
1
-1
/
+0
*
Unify se_access_check with the S4 code. Will make
Jeremy Allison
2008-10-31
1
-2
/
+2
*
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
2008-10-09
1
-4
/
+4
*
Thanks metze for pointing out the missing extern :-)
Volker Lendecke
2008-09-08
1
-1
/
+1
*
Remove some duplicate code
Volker Lendecke
2008-09-08
1
-6
/
+1
*
fixed lots of places that paniced on a failed transaction_commit,
Andrew Tridgell
2008-08-13
1
-1
/
+1
*
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
2008-08-13
1
-1
/
+1
*
lib/sharesec.c: fix the upgrade code, db_traverse returns the number of records!
Stefan Metzmacher
2008-04-15
1
-2
/
+4
*
Convert dbwrap_trans_delete to NTSTATUS
Volker Lendecke
2008-04-01
1
-2
/
+4
*
Convert dbwrap_trans_store to NTSTATUS
Volker Lendecke
2008-04-01
1
-4
/
+5
*
sharesec: use db_open_trans()
Stefan Metzmacher
2008-04-01
1
-2
/
+2
*
Convert share_info.tdb to dbwrap
Volker Lendecke
2008-04-01
1
-17
/
+64
*
Fix a memory leak
Volker Lendecke
2008-03-28
1
-0
/
+2
*
use tdb_wipe_all() instead of tdb_wipe() - it is faster...
Michael Adam
2008-03-26
1
-1
/
+1
*
util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().
Michael Adam
2008-03-25
1
-1
/
+1
*
use talloc_tos() in share_access_check()
Volker Lendecke
2008-01-10
1
-8
/
+3
*
Remove tiny code duplication
Volker Lendecke
2007-12-29
1
-1
/
+1
*
Some C++ fixes
Volker Lendecke
2007-12-21
1
-3
/
+7
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
1
-2
/
+2
*
Make share_info_db_init static
Volker Lendecke
2007-12-05
1
-1
/
+1
*
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
2007-11-01
1
-2
/
+2
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-7
/
+7
*
r25564: Pass sharename to delete_share_security()
Volker Lendecke
2007-10-10
1
-6
/
+8
[next]