summaryrefslogtreecommitdiffstats
path: root/source/smbd/uid.c
Commit message (Collapse)AuthorAgeFilesLines
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-5/+9
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2006-02-201-2/+2
| | | | macro which sets the freed pointer to NULL.
* r13316: Let the carnage begin....Gerald Carter2006-02-031-91/+40
| | | | Sync with trunk as off r13315
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2006-02-021-15/+15
| | | | | | | | by saving the UNIX token used to set a delete on close flag, and using it when doing the delete. libsmbsharemodes.so still needs updating to cope with this change. Samba4 torture tests to follow. Jeremy.
* r12916: use rpcstr_pull() instead of unistr_to_ascii() when validating share ↵Gerald Carter2006-01-131-1/+1
| | | | names
* r12312: Reformatting and a trivial change: is_share_read_only_for_user only usesVolker Lendecke2005-12-181-14/+22
| | | | | | conn->service, so there's no point in passing down the whole conn struct. Volker
* r6385: Convert checking of egid and secondary egid list intoJeremy Allison2005-04-191-0/+23
| | | | | | iterator functions so it can be used easily in a for loop. Drops duplicated code from posix_acls.c Jeremy.
* r2016: Add message to ease access-control-debugging.Günther Deschner2004-08-241-0/+1
| | | | Guenther
* r1375: When setting writable=yes in smb.conf and only allow read access in theVolker Lendecke2004-07-071-0/+7
| | | | | | | | | | | | | | security descriptor, allow read access. The code failed in this case. Jeremy, could you please cross-check this? The way I understood your code it could only work if smb.conf and secdesc said the same. This made the use of srvmgr a bit difficult.... What was your intention on how to use the share_info.tdb? The current code might check the secdesc twice, but I don't see any decent way around it that does not completely clutter the code. Volker
* r762: Fix for #1319 when security > share.Jeremy Allison2004-05-181-2/+8
| | | | Jeremy.
* r4: merge in the SAMBA_3_0 branch from cvsCVS Import User2004-04-041-12/+6
| | | | | | | | to checkout try this: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_3_0 samba-3_0-work metze
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+430
metze