summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_secdes.h
Commit message (Collapse)AuthorAgeFilesLines
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-0/+7
| | | | Jeremy.
* Move over to RELEASE branch.Jeremy Allison2002-02-011-1/+1
| | | | Jeremy.
* Makefile.in: Build smbcacls by default.Jeremy Allison2001-02-231-1/+1
| | | | | | | | utils/smbcacls.c: Andrew's fixes from HEAD. include/rpc_secdes.h: rpc_parse/parse_sec.c: Change undoc to ptr 'cos that's what it is. lib/util_sid.c: Andrew's fixes from HEAD. Jeremy.
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-0/+4
| | | | | | | | | | | | | | | | | | | This will probably break 2.2 for a while. Do *NOT* checkout unless you like core dumps. This is the first merge of the TNG SAMR code into 2.2. It will eventually give us a wonderful PDC, but maybe painful in the short term. It had to be done however, and this touches almost every file (mostly just removing the OLD_NT_DOMAIN) stuff. I removed some SAMR functionality from rpcclient that would no longer compile. Also changed fstring to 256 bytes to better match an NT pathname. Jeremy.
* lib/system.c: Fix for pw caching.Jeremy Allison2001-01-311-0/+2
| | | | | | srv_samr.c: Fix for pw caching. smbd/nttrans2.c: Allow create call to set ACLs. Jeremy.
* Big merge to sync up appliance-head and 2.2.Jeremy Allison2001-01-081-0/+10
| | | | Jeremy.
* Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-051-1/+19
| | | | | above this layer. Jeremy.
* Tidied up security rights definitions.Jeremy Allison2000-08-101-4/+0
| | | | Jeremy.
* Changed the sec desc access checks to match the spec. Needs testing.Jeremy Allison2000-08-081-3/+0
| | | | Jeremy.
* Cause printer SD's to be displayed correctly (full control).Jeremy Allison2000-06-081-2/+4
| | | | Jeremy.
* security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton2000-05-271-3/+3
|
* more mergingAndrew Tridgell2000-05-101-1/+6
| | | | | it is now at the stage that winbindd can compile in the head branch, but not link
* Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison2000-02-291-0/+11
| | | | Jeremy.
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-6/+1
|
* reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1999-08-031-1/+2
| | | | | | | | | simplest method to get rpcclient's reggetsec command working. the buffers passed as arguments in do_reg_get_key_sec() do need to be locally allocated not dynamically allocated, as two calls to reg_get_key_sec() are needed. on the first, the server fills in the size of the security descriptor buffer needed. on the second, the server fills in the security descriptor buffer.
* added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1999-02-231-3/+1
|
* security descriptors.Luke Leighton1998-11-121-11/+17
| | | | kanji const char* warnings.
* security descriptor info, provided by jean-francoisLuke Leighton1998-11-111-12/+41
|
* clearing up security descriptorLuke Leighton1998-11-111-3/+2
|
* oops!Luke Leighton1998-11-101-0/+102