aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-windows-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-09From Brian Caswell:gerald1-16/+16
2004-08-19MSVC++ doesn't understand that "64_bit_integer % 10000000" fits in anguy1-1/+1
2004-08-19Use "G_GINT64_CONSTANT()" for 64-bit integral constants, rather thanguy1-1/+1
2004-08-16Don't do the FILETIME->nstime_t conversion in floating point, as itguy1-13/+18
2004-08-16cast define of TIME_T_MIN and TIME_T_MAX to (time_t), as MSVC seems to have p...ulfl1-3/+3
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toguy1-0/+2332