summaryrefslogtreecommitdiffstats
path: root/librpc/gen_ndr/security.h
Commit message (Collapse)AuthorAgeFilesLines
* idl: removed the generated gen_ndr/ files from pidlAndrew Tridgell2010-05-041-403/+0
| | | | | Samba3 will add these to the release tarball instead. See the mail on samba-technical
* s3: Re-run make samba3-idl.Karolin Seeger2010-03-231-0/+4
| | | | Karolin
* security.idl - push generated code diffMatthias Dieter Wallnöfer2010-03-161-0/+13
|
* librpc: rerun 'make idl'Stefan Metzmacher2010-01-291-0/+3
| | | | metze
* security.idl - Add some more wellknown SIDs/RIDsMatthias Dieter Wallnöfer2009-11-271-0/+3
|
* Fixed incorrect SID for RAS Servers.Nadezhda Ivanova2009-11-171-0/+1
|
* security: re-run make samba3-idl after IDL change.Günther Deschner2009-11-031-1/+0
| | | | Guenther
* idl: added bit definition for privilege masksAndrew Tridgell2009-10-161-0/+4
| | | | | | When you have backup or restore privileges, you automatically get extra access bits in ACL interpretation. This adds definitions for the bits you get.
* Re-generated idl files with () for enum values.Jeremy Allison2009-09-171-37/+37
| | | | Jeremy.
* Check in modified generated files for systems where pidl can't run.Jeremy Allison2009-09-171-37/+37
| | | | Jeremy.
* security:idl Generated filesNadezhda Ivanova2009-09-161-0/+13
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4: Add additional well-known SID's/RID's.Andrew Kroeger2009-05-291-0/+4
| | | | | | | Information was found at http://support.microsoft.com/kb/243330 Not all well-known identifiers were included - only those necessary for enhancing the 2-letter mappings used in SDDL strings were added.
* Fix incorrect RID for KRBTGT. (was incorectly 514, should be 502)Andrew Bartlett2009-05-291-1/+1
| | | | | | | | Requires recompile of source4/kdc/* Found by Andrew Kroeger <andrew@id10ts.net> Andrew Bartlett
* Add DOMAIN_RID_KRBTGT define to security.idlAndrew Bartlett2009-05-271-0/+1
|
* s4: try to fix privileges implementation in order to pass the ↵Günther Deschner2009-05-201-1/+3
| | | | | | RPC-SAMR-USERS-PRIVILEGES test. Guenther
* Rerun pidl.Jelmer Vernooij2009-02-251-0/+2
|
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-3/+3
|
* Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij2008-12-161-0/+354
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.