summaryrefslogtreecommitdiff
path: root/source3/smbd/share_access.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: remove redundant comment (with typo) from token_contains_name()Michael Adam2016-08-041-2/+0
* smbd: remove "only user" and "username" parametersUri Simchoni2016-05-061-18/+2
* param: rename lp function and variable from "writelist" to "write_list"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "readlist" to "read_list"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "onlyuser" to "only_user"Garming Sam2014-02-071-1/+1
* s3: Fix some blank line endingsVolker Lendecke2012-10-201-5/+5
* s3: Use talloc_stackframe in token_contains_name_in_listVolker Lendecke2012-10-201-13/+8
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-8/+11
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison2010-11-101-1/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-4/+4
* s3-smbd: remove unused sconn from token_contains_name().Günther Deschner2010-05-311-1/+0
* s3:smbd user_in_network() doesn't need sconn anymoreSimo Sorce2010-05-311-1/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
* Fix coverity CID: 932 - forward null.Jeremy Allison2009-08-211-2/+4
* s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-1/+3
* Fix bug #1254 - write list not working under share-level securityJeremy Allison2008-12-041-2/+2
* Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.Jeremy Allison2008-11-171-2/+4
* Remove the reference to current_user_info from share_access.cVolker Lendecke2008-05-251-11/+15
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-6/+6
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-3/+3
* r19010: Fix bug 4137Volker Lendecke2007-10-101-0/+4
* r18271: Big change:Gerald Carter2007-10-101-1/+1
* r17406: We need to do a translation of winbind separator -> '\\' inVolker Lendecke2007-10-101-2/+2
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+4
* r15359: Fix typoVolker Lendecke2007-10-101-1/+2
* r14075: * add support for long variable names in smb.conf in the form of %(....)Gerald Carter2007-10-101-4/+9
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-2/+2
* r13316: Let the carnage begin....Gerald Carter2007-10-101-0/+264