summaryrefslogtreecommitdiffstats
path: root/source4/pidl/lib/Parse/Pidl/Samba4.pm
Commit message (Collapse)AuthorAgeFilesLines
* Move pidl to top-level directory.Jelmer Vernooij2008-09-171-119/+0
|
* pidl: Fix missing import for fatal().Jelmer Vernooij2008-01-161-0/+1
| | | | (This used to be commit 6a9827454aaf4279ee85dc5d99d10f14e4c09eae)
* r24521: we don't yet have optional args to DeclLong()Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 66d4d6f19643454fb781cebbca2c4f4dbb94e90b)
* r24520: make use of the new ElementStars() and ArrayBrackets()Stefan Metzmacher2007-10-101-1/+1
| | | | | | | functions metze (This used to be commit fad5af2f2069993b7284e74a177b78a4b4798383)
* r24518: get rid of using ->{ORIGINAL} and move stuffStefan Metzmacher2007-10-101-25/+70
| | | | | | | into subfunctions metze (This used to be commit ff7fa11e70018e9691441d824483b803781943a7)
* r24407: $element->{ARRAY_LEN} doesn't exist...Stefan Metzmacher2007-10-101-1/+1
| | | | | | | | and a few lines above we use $element->{ORIGINAL}->{ARRAY_LEN} I assume it was just forgotten in the update. metze (This used to be commit 89ea0339b5f95b27ad0eaed430d1f264722a7e84)
* r22029: Make sure we respect $srcdir correctly for the srcdir != builddir case.James Peach2007-10-101-2/+4
| | | | (This used to be commit 0db4256a472975c5097135fa87315038a1350a72)
* r21433: Get rid of the COM support code - it's not used and unmaintained. We canJelmer Vernooij2007-10-101-3/+3
| | | | | | | | | | | always bring it back if we need to. This code was getting in the way while refactoring. Add some tests for TDR. Get rid of typedef in lib/registry/tdr_regf.idl and fix the TDR code to be able to deal with it. (This used to be commit 1ad0f99a439f0d52a735b391bf9900d50171aca5)
* r20834: No longer generate extra pointers for top-level [out] unique pointers.Jelmer Vernooij2007-10-101-26/+3
| | | | (This used to be commit b967f5851f24a4716d386fc569e384b9320b162a)
* r19790: Check in the PIDL change and the converted unixinfo and winbind ↵Volker Lendecke2007-10-101-3/+26
| | | | | | | | | | | | | | pipes without waiting for comments. This is what version control is for, and it does fix a segfault I ran into ;-) Nevertheless, Jelmer & Jerry, please take a look! Thanks, Volker (This used to be commit 10dcaf89ed07b9d5d1c89da33b50fcaadead32b2)
* r18228: Don't include Samba4-specific headers when building inside a Samba3 ↵Jelmer Vernooij2007-10-101-1/+3
| | | | | | tree. (This used to be commit d0f0d4600acad71ea4993f4e356735433d9bc5f0)
* r18227: Recognize Samba3 in-tree builds.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 5055430ddfca02a962827bbedf7fbd9987992953)
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
| | | | | | | * Move dlinklist.h, smb.h to subsystem-specific directories * Clean up ads.h and move what is left of it to dsdb/ (only place where it's used) (This used to be commit f7afa1cb77f3cfa7020b57de12e6003db7cfcc42)
* r15587: Generate stubs for the SWIG functionsJelmer Vernooij2007-10-101-2/+39
| | | | (This used to be commit 746d0a7fa7a43685e6ebb4877bb5459101e51ed1)
* r14488: Install more headers.Jelmer Vernooij2007-10-101-0/+32
Generate different #include lines in pidl depending on whether we're building inside or outside of the Samba tree (useful for 3rd-party projects). (This used to be commit 0c188833154c1fe565cb1735909e408a4a1a6049)