aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/pidl
AgeCommit message (Expand)AuthorFilesLines
2011-10-14Removed unused old_offset in mapi_dissect_struct_request.stig1-3/+0
2011-09-10DCE/RPC: FRSRPC: updates to the FRS dissectorsahlberg2-1/+71
2011-08-11Generate the MISC definitions for dcerpc and include the header file in the b...sahlberg1-0/+3
2011-08-11From Matthieu Patou <mat@matws.net>sahlberg1-0/+80
2011-08-11From Matthieu Patou <mat@matws.net>sahlberg2-0/+479
2011-06-27Remove Makefile.in when 'make maintainer-clean'.stig1-0/+3
2010-12-30Clarify that "don't make changes here" refers to the copy of Pidl, notguy1-3/+4
2010-12-30OK, I found a URL that will get you to the CPAN page for Yapp withoutguy1-8/+6
2010-12-30The rids argument to samr_GetGroupsForUser() is *not* a single RID, it'sguy2-3/+2
2010-12-30Add some white space.guy1-11/+24
2010-05-18Add epan/dissectors/dcerpc/ and epan/dissectors/pidl/ to the source distributionmorriss1-0/+73
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused va...morriss1-17/+3
2010-02-08try autogenerate lsa in preparation for updates to the lsa idl filesahlberg1-1/+1
2010-01-11Fix part of Bug 3917 "tvb_new_real_data is prone to memory leak"etxrab2-5/+2
2009-10-20Removed some unused prototypes.stig2-2/+0
2009-10-11Corrected some HF_FIELD values.stig2-6/+6
2009-10-11Change from C++ comments to C comments.stig1-2/+2
2009-10-10Introduce PROTOCOL_NAME variable in makefileskrj3-19/+25
2009-10-10Correct path to pidlkrj1-1/+1
2009-10-09explicitely cast a guin64 to int to avoid compile warningssahlberg1-2/+2
2009-10-06more updates to samr to harmonize it with sambasahlberg2-53/+13
2009-10-05Fixed a signed/unsigned warning.stig1-1/+1
2009-10-04more merges from samba samr idl filesahlberg1-67/+58
2009-10-04more merges from the samba samr idl filesahlberg1-9/+9
2009-10-04more samr updates for ndr64sahlberg1-35/+45
2009-10-04merge some changes to samr from the samba idlsahlberg2-66/+107
2009-10-03rename dissect_ndr_4or8 to dissect_ndr_uint3264 to match hte name of sahlberg1-2/+2
2009-10-03update the handmarshalled code in samr.cnf to handle ndr64 encodingsahlberg1-9/+10
2009-07-29start describing ReportEventW in the IDL and make use of the "bitmap" sahlberg1-1/+11
2009-07-29Fixup the correct names of the parameters for OpenEventLogWsahlberg1-4/+4
2009-07-29update the idl to correctly dissect the read eventlog w flags as a sahlberg1-1/+1
2009-07-28update samr.idl and remove a keyword we no longer support in pidlsahlberg1-1/+1
2009-07-28From Stefan Metzmacher :sahlberg2-0/+300
2009-06-27From Kovarththanan Rajaratnam:etxrab4-5/+5
2009-05-19From Julien Kerihuel via bug 2850:gerald4-0/+164
2008-10-03samr enhancementssahlberg1-4/+5
2008-10-03SAMR updatessahlberg2-5/+11
2008-10-02samr updatessahlberg1-20/+32
2008-10-02fix typosahlberg1-2/+2
2008-10-02enhancements to SAMRsahlberg1-25/+49
2008-10-02update to SAMRsahlberg2-165/+300
2008-10-01Call out to GPEF EFSBLOB from the LSA dissectorsahlberg1-0/+43
2008-10-01add description of PolicyServerRolesahlberg1-2/+6
2008-10-01add two more constants to the lsa_PolicyInfo enumsahlberg1-3/+6
2008-10-01update the conformance file to workaround a pidl bug/limitation for top sahlberg1-0/+26
2008-10-01add initial idl file and conformance file for LSAsahlberg2-0/+1442
2008-08-06add initial dnsserver dcerpc implementationsahlberg2-0/+499
2008-06-27Fix some warnings reported by gcc -Wshadow ... wmeier1-5/+5
2008-06-22Removed an unused static entry.stig1-1/+0
2008-04-17Don't use "%ll[doux]" to print a guint64 - use G_GINT64_MODIFIER.guy1-1/+1