summaryrefslogtreecommitdiffstats
path: root/source3/libads/disp_sec.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-libndr: add ../librpc/ndr/libndr.h include in some places.Günther Deschner2011-03-311-0/+1
| | | | Guenther
* s3-includes: no point in including all security headers globally.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
| | | | Guenther
* s3-libads: move ldap posix schema defines to their own header file.Günther Deschner2010-07-011-0/+1
| | | | Guenther
* s3: remove rpc_secdes.h completely.Günther Deschner2010-06-031-0/+3
| | | | Guenther
* s3: use shared security defines.Günther Deschner2010-05-311-14/+14
| | | | Guenther
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-1/+1
| | | | Guenther
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-181-1/+1
| | | | Guenther
* s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner2010-05-181-1/+1
| | | | Guenther
* Eliminate two duplicate SEC_ACE_TYPE constants already provided byJelmer Vernooij2009-03-011-4/+4
| | | | security.idl.
* Use GUID_string rather than smb_uuid_string().Jelmer Vernooij2008-10-141-4/+4
|
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-3/+3
| | | | (This used to be commit 0a911d38b8f4be382a9df60f9c6de0c500464b3a)
* Remove some staticsVolker Lendecke2007-11-271-2/+2
| | | | (This used to be commit 1fab16ffb888cd4ec18e52d9da33976a67a5d104)
* r23869: Protect against partial security descriptors.Günther Deschner2007-10-101-8/+25
| | | | | Guenther (This used to be commit 0a96a11f01dd8c0d29fff1d97c3d666c32b33b59)
* r23842: Attempt to fix the build with LDAP.Günther Deschner2007-10-101-1/+3
| | | | | Guenther (This used to be commit efd817ae118da51058106ae97854572547e113d3)
* r23839: Try to get the attribute name from schema GUIDs or the display name fromGünther Deschner2007-10-101-6/+47
| | | | | | | | | | | | | | extended rights GUID from ad while dumping the security descriptors's aces. This would perform much better with a guid cache, but for the rare cases where it is used net ads search cn=mymachine ntSecurityDescriptor -U user%pass it should be ok for now. Guenther (This used to be commit b36913433eb74203b29f2b7d412a86e60591ea22)
* r23837: Pass ADS_STRUCT and TALLOC_CTX down to ads_disp_sd.Günther Deschner2007-10-101-6/+6
| | | | | Guenther (This used to be commit ad0a6d5703c35d48ab5bbfa8d6506d42e0cfb61d)
* r23826: Fix gpo security filtering by matching the security descriptor ace's ↵Günther Deschner2007-10-101-2/+0
| | | | | | | | | for the extended apply group policy right. Guenther (This used to be commit d832014a6fef657f484412372b5d09047552b183)
* r23820: Display security_ace_object in LDAP security descriptors for debugging.Günther Deschner2007-10-101-0/+18
| | | | | Guenther (This used to be commit 3925e85812b2aded356866925382b1beb718cd44)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r22798: Add the "apply group policy" access bit (as seen in type 0x05 ↵Günther Deschner2007-10-101-1/+4
| | | | | | | | | ALLOWED OBJECT ACEs). Guenther (This used to be commit e138cbc876e50ae25cb15c5109a42bc8b800c1ba)
* r18745: Use the Samba4 data structures for security descriptors and security ↵Jelmer Vernooij2007-10-101-7/+7
| | | | | | | | | | descriptor buffers. Make security access masks simply a uint32 rather than a structure with a uint32 in it. (This used to be commit b41c52b9db5fc4a553b20a7a5a051a4afced9366)
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-3/+3
| | | | | | | warnings. (Adds a lot of const). Andrew Bartlett (This used to be commit 3a7458f9472432ef12c43008414925fd1ce8ea0c)
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-011-3/+0
| | | | | | (i ignored the new SAMBA stuff, but the rest of this looks like it should have been merged already). (This used to be commit 3de09e5cf1f667e410ee8b9516a956860ce7290f)
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-16/+4
| | | | (This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-221-2/+1
| | | | (This used to be commit e66bdf1229ba84f64c19e817e2c4081dbbf0bee8)
* forgotten file, oopsAndrew Tridgell2002-03-101-0/+175
(This used to be commit 98196e79b733e029341578b382bdfabf3f9a0bdc)