aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-windows-common.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-23Fix a few proto_tree_add_item() encoding args.wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-3/+3
2011-06-17From Gregor Beck via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6004alagoutte1-0/+31
2011-05-18Fix some (value) mistakes in value_strings. Found by Martin's patch on the -...morriss1-44/+44
2011-05-13Delete assignment of item as it's not used. Fixes Coverity CID 869.cmaynard1-3/+2
2011-04-18Removed some unneeded assignments.stig1-1/+1
2011-01-25packet-windows-common.c:1492: warning: 'wkwn_sid2_len' may be used uninitiali...etxrab1-1/+1
2011-01-25Fix:etxrab1-2/+2
2011-01-25From Cal Turney:etxrab1-103/+211
2010-12-06From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5372 :morriss1-4/+4
2010-10-25Remove trailing space in field name.morriss1-55/+55
2010-10-22Corrected check for end of well_known_sids.stig1-1/+1
2010-10-22Fixed printing guint64 variables.stig1-6/+5
2010-10-22C++ style comments in packet-windows-common.cetxrab1-2/+2
2010-10-22From CaL Turney:etxrab1-123/+288
2010-01-26Fix some gcc -Wshadow warningswmeier1-7/+7
2009-07-30Remove more unused variables.gerald1-1/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-29/+29
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-36/+36
2009-05-05Use an emem_strbuf_t for the string for the subauthorities; it's a bitguy1-10/+6
2009-03-31From: yami <yamisoe [AT] gmail.com>: Update comment in .c file; copy same to ...wmeier1-6/+7
2009-03-22P64 changes: Fix some cases for which size_t is not requiredwmeier1-3/+2
2008-10-03the security info bitmask is 4 bytes, not 2sahlberg1-1/+1
2008-10-03SAMR updatessahlberg1-0/+79
2007-05-18this error is returned in srvsvc when a SessDel fails because no matching ses...sahlberg1-0/+1
2007-05-17add a new dos error codesahlberg1-0/+1
2007-03-23From Sebastien Tandel: sfisher1-2/+2
2006-09-23we did not have a proper WERR error table for the windows errors insterad w...sahlberg1-0/+103
2006-09-16make dissect_nt_sid return ep allocated memory and thus fix a few memory leakssahlberg1-9/+3
2006-09-05fix for bug 1054sahlberg1-0/+11
2006-08-21Squelch a compiler warning.guy1-1/+1
2006-08-19add some well known rids from s4 security.idl and code to show the name of th...sahlberg1-1/+27
2006-08-10 add missing ace revision 4 and several new types some of which contain op...sahlberg1-9/+119
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-16done:jmayer1-3/+2
2006-01-14Jaap Keuter:jmayer1-13/+9
2006-01-14We may not work with the length returned by g_snprintf, as this isjmayer1-2/+11
2005-12-22some ACEs are not used for authorization and thus do NOT contain an access ma...sahlberg1-21/+39
2005-10-04Don't ensure all the bytes of a security descriptor exist before callingguy1-23/+90
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsguy1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-08-30change one g_string_sprintf() into g_snprintf() and move one array of charac...sahlberg1-17/+12
2005-08-05More char -> const char warning fixesjmayer1-1/+1
2005-06-26Yet more constification.guy1-2/+2
2005-06-01bugfix: use g_snprintf instead of sprintf to prevent a buffer overflowulfl1-2/+2
2005-01-30add dissection of three new flags in the security descriptorsahlberg1-0/+33
2004-12-30Update a URL.guy1-1/+1
2004-12-25Again, some warnings removed.ulfl1-1/+1
2004-12-22Check for all bogus ACE lengths, i.e. all lengths < 4.guy1-8/+39