Define some fcns & vars as static...
[metze/wireshark/wip.git] / epan / dissectors / packet-dcerpc-samr.c
2009-12-19 Guy HarrisFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-10-09 Ronnie Sahlbergexplicitely cast a guin64 to int to avoid compile warnings
2009-10-07 Anders BromanReverting previous patch as requested by Ronnie.
2009-10-07 Anders BromanMake the windows build compile again.
2009-10-07 Ronnie Sahlbergnew samr compiled as a test by the samba4 pidl compile...
2009-10-06 Ronnie Sahlbergmore updates to samr to harmonize it with samba
2009-10-04 Anders BromanAtemt to fix compilation of samr for Windows.
2009-10-04 Ronnie Sahlbergmore merges from samba samr idl file
2009-10-04 Ronnie Sahlbergmore merges from the samba samr idl file
2009-10-04 Ronnie Sahlbergmore samr updates for ndr64
2009-10-04 Ronnie Sahlbergmerge some changes to samr from the samba idl
2009-10-03 Ronnie Sahlbergrename dissect_ndr_4or8 to dissect_ndr_uint3264 ...
2009-10-03 Ronnie Sahlbergadd a helper that supports decoding either a 16 or...
2009-10-03 Ronnie Sahlbergupdate the handmarshalled code in samr.cnf to handle...
2009-10-03 Ronnie Sahlberga new samr dissector, created using samba PIDL with...
2009-10-03 Ronnie Sahlbergupdate the alignment for UserInfo so it handles either...
2009-07-28 Ronnie Sahlbergupdate samr.idl and remove a keyword we no longer suppo...
2009-07-28 Ronnie Sahlbergregenerate SAMR using the new version of pidl
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2008-10-03 Ronnie Sahlbergsamr enhancements
2008-10-03 Ronnie SahlbergSAMR updates
2008-10-02 Ronnie Sahlbergsamr updates
2008-10-02 Ronnie Sahlbergenhancements to SAMR
2008-10-02 Ronnie Sahlbergupdate to SAMR
2007-10-02 Ronnie Sahlbergremove a test for null that we dont need since the...
2007-08-28 Ronnie Sahlbergrename dcerpc_smb_store_pol_name to dcerpc_store_polhn...
2007-07-09 Ronnie Sahlbergdissect lsa_Strings correctly in the samr dissector
2007-07-09 Ronnie Sahlbergthe sidtype is a 32bit enum not a standard enum
2007-07-09 Ronnie Sahlbergmake all rids use a single hf filter field
2007-07-09 Ronnie Sahlbergrename all policy handles in samr to have a name that...
2007-07-07 Ronnie Sahlbergadd the new pidl created SAMR dissector
2007-04-23 Guy HarrisAdd some GCC warnings to the standard set, and add...
2007-03-23 Stephen FisherFix about 150 warnings new to gcc 4.0 in the error...
2007-01-09 Gerald CombsMove cryptography code to epan/crypt.
2006-09-16 Ronnie Sahlbergmake SAMR not rely on dcv->private_data being persisten...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-02-16 Guy HarrisUse the new "proto_tree_add_*_format_value" routines.
2005-10-04 Guy HarrisGet rid of an unused variable.
2005-10-04 Guy HarrisDon't ensure all the bytes of a security descriptor...
2005-08-19 Luis Ontanonsome ememification
2005-08-14 Jörg MayerSome 'no previous declararion' warning fixes
2005-08-08 Ulf Lampingvarious code cleanup:
2005-07-26 Jörg Mayerchar -> const char warning fixes
2005-07-24 Guy HarrisConstify to remove a bunch of warnings. Add some casts...
2005-06-26 Ulf Lampingpacket-dcerpc-samr.c(2795) : warning C4090: '=' : diffe...
2005-06-15 Gerald CombsIn sam_dissect_SAM_SECURITY_DESCRIPTOR_data(), throw...
2005-06-14 Gerald CombsFrom Steve Grubb:
2005-03-25 Ronnie Sahlbergupdates to SAMR
2005-01-28 Ronnie Sahlbergolder MS DCE/RPC interfaces often use a construct that...
2004-09-27 Guy HarrisMove the DES, MD4, MD5, and RC4 source files and header...
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-08-31 Ronnie Sahlbergbreak out the nt decryption and password handling into...
2004-08-03 Guy HarrisMove a bunch of stuff that's more Windows-related than...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.