aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-samr.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-30The rids argument to samr_GetGroupsForUser() is *not* a single RID, it'sguy1-2/+5
2010-10-30Add an SVN Id to these PIDL-generated dissectors. A patch to PIDL will be se...morriss1-0/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-23/+23
2009-10-09explicitely cast a guin64 to int to avoid compile warningssahlberg1-2/+2
2009-10-07Reverting previous patch as requested by Ronnie.etxrab1-3/+2
2009-10-07Make the windows build compile again.etxrab1-2/+3
2009-10-07new samr compiled as a test by the samba4 pidl compiler from mainlinesahlberg1-7/+2
2009-10-06more updates to samr to harmonize it with sambasahlberg1-230/+177
2009-10-04Atemt to fix compilation of samr for Windows.etxrab1-2/+7
2009-10-04more merges from samba samr idl filesahlberg1-486/+504
2009-10-04more merges from the samba samr idl filesahlberg1-11/+92
2009-10-04more samr updates for ndr64sahlberg1-129/+181
2009-10-04merge some changes to samr from the samba idlsahlberg1-337/+812
2009-10-03rename dissect_ndr_4or8 to dissect_ndr_uint3264 to match hte name of sahlberg1-4/+4
2009-10-03add a helper that supports decoding either a 16 or 32 bit integer based sahlberg1-2/+2
2009-10-03update the handmarshalled code in samr.cnf to handle ndr64 encodingsahlberg1-5/+5
2009-10-03a new samr dissector, created using samba PIDL with ndr64 supportsahlberg1-45/+45
2009-10-03update the alignment for UserInfo so it handles either NDR or NDR64.sahlberg1-1/+1
2009-07-28update samr.idl and remove a keyword we no longer support in pidlsahlberg1-555/+555
2009-07-28regenerate SAMR using the new version of pidlsahlberg1-555/+555
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-555/+555
2008-10-03samr enhancementssahlberg1-32/+48
2008-10-03SAMR updatessahlberg1-15/+18
2008-10-02samr updatessahlberg1-260/+369
2008-10-02enhancements to SAMRsahlberg1-58/+136
2008-10-02update to SAMRsahlberg1-1027/+2382
2007-10-02remove a test for null that we dont need since the variable can not be sahlberg1-3/+1
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_namesahlberg1-16/+46
2007-07-09dissect lsa_Strings correctly in the samr dissectorsahlberg1-10/+80
2007-07-09the sidtype is a 32bit enum not a standard enumsahlberg1-5/+5
2007-07-09make all rids use a single hf filter fieldsahlberg1-807/+864
2007-07-09rename all policy handles in samr to have a name that describes the type sahlberg1-359/+176
2007-07-07add the new pidl created SAMR dissectorsahlberg1-4080/+12683
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-12/+12
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.sfisher1-1/+0
2007-01-09Move cryptography code to epan/crypt.gerald1-40/+40
2006-09-16make SAMR not rely on dcv->private_data being persistent any more and use dcv...sahlberg1-96/+246
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-9/+9
2006-02-16Use the new "proto_tree_add_*_format_value" routines.guy1-2/+1
2005-10-04Get rid of an unused variable.guy1-1/+0
2005-10-04Don't ensure all the bytes of a security descriptor exist before callingguy1-3/+2
2005-08-19some ememificationlego1-28/+18
2005-08-14Some 'no previous declararion' warning fixesjmayer1-2/+2
2005-08-08various code cleanup:ulfl1-8/+4
2005-07-26char -> const char warning fixesjmayer1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-1/+1
2005-06-26packet-dcerpc-samr.c(2795) : warning C4090: '=' : different 'const' qualifiersulfl1-3/+3
2005-06-15In sam_dissect_SAM_SECURITY_DESCRIPTOR_data(), throw an exception if wegerald1-0/+3
2005-06-14From Steve Grubb:gerald1-4/+4
2005-03-25updates to SAMRsahlberg1-2/+46