Fix some (value) mistakes in value_strings. Found by Martin's patch on the -dev...
[obnox/wireshark/wip.git] / epan / dissectors / packet-windows-common.c
2011-05-18 morrissFix some (value) mistakes in value_strings. Found...
2011-05-13 cmaynardDelete assignment of item as it's not used. Fixes...
2011-04-18 stigRemoved some unneeded assignments.
2011-01-25 etxrabpacket-windows-common.c:1492: warning: 'wkwn_sid2_len...
2011-01-25 etxrabFix:
2011-01-25 etxrabFrom Cal Turney:
2010-12-06 morrissFrom Yaniv Kaul via https://bugs.wireshark.org/bugzilla...
2010-10-25 morrissRemove trailing space in field name.
2010-10-22 stigCorrected check for end of well_known_sids.
2010-10-22 stigFixed printing guint64 variables.
2010-10-22 etxrabC++ style comments in packet-windows-common.c
2010-10-22 etxrabFrom CaL Turney:
2010-01-26 wmeierFix some gcc -Wshadow warnings
2009-07-30 geraldRemove more unused variables.
2009-07-07 stigChanged flags_set_truth -> tfs_set_notset
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-05 guyUse an emem_strbuf_t for the string for the subauthorit...
2009-03-31 wmeierFrom: yami <yamisoe [AT] gmail.com>: Update comment...
2009-03-22 wmeierP64 changes: Fix some cases for which size_t is not...
2008-10-03 sahlbergthe security info bitmask is 4 bytes, not 2
2008-10-03 sahlbergSAMR updates
2007-05-18 sahlbergthis error is returned in srvsvc when a SessDel fails...
2007-05-17 sahlbergadd a new dos error code
2007-03-23 sfisherFrom Sebastien Tandel:
2006-09-23 sahlbergwe did not have a proper WERR error table for the windo...
2006-09-16 sahlbergmake dissect_nt_sid return ep allocated memory and...
2006-09-05 sahlbergfix for bug 1054
2006-08-21 guySquelch a compiler warning.
2006-08-19 sahlbergadd some well known rids from s4 security.idl and code...
2006-08-10 sahlberg add missing ace revision 4 and several new types...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-01-16 jmayerdone:
2006-01-14 jmayerJaap Keuter:
2006-01-14 jmayerWe may not work with the length returned by g_snprintf...
2005-12-22 sahlbergsome ACEs are not used for authorization and thus do...
2005-10-04 guyDon't ensure all the bytes of a security descriptor...
2005-09-17 guyMove some headers for stuff defined by a dissector...
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-08-30 sahlbergchange one g_string_sprintf() into g_snprintf() and...
2005-08-05 jmayerMore char -> const char warning fixes
2005-06-26 guyYet more constification.
2005-06-01 ulflbugfix: use g_snprintf instead of sprintf to prevent...
2005-01-30 sahlbergadd dissection of three new flags in the security descr...
2004-12-30 guyUpdate a URL.
2004-12-25 ulflAgain, some warnings removed.
2004-12-22 guyCheck for all bogus ACE lengths, i.e. all lengths < 4.
2004-12-09 geraldFrom Brian Caswell:
2004-08-19 guyMSVC++ doesn't understand that "64_bit_integer % 100000...
2004-08-19 guyUse "G_GINT64_CONSTANT()" for 64-bit integral constants...
2004-08-16 guyDon't do the FILETIME->nstime_t conversion in floating...
2004-08-16 ulflcast define of TIME_T_MIN and TIME_T_MAX to (time_t...
2004-08-03 guyMove a bunch of stuff that's more Windows-related than...