]> The Tcpdump Group git mirrors - tcpdump/history - smbutil.c
Include <string.h> only if required.
[tcpdump] / smbutil.c
2020-09-06  Francois-Xavier... Remove many (762) now redundant ND_TCHECK_n() calls
2020-08-24  Denis OvsienkoRename min() and max() to ND_MIN() and ND_MAX(). [skip ci]
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-05-25  Guy HarrisMerge pull request #773 from Mister-X-/fix-reason-codes
2020-05-25  Guy HarrisMerge pull request #772 from Mister-X-/fix-status-codes
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2019-10-29  Guy HarrisFix a compiler warning.
2019-10-29  Denis OvsienkoSMB: prevent stack exhaustion
2019-09-01  Guy HarrisSquelch a compiler warning.
2019-09-01  Guy HarrisDon't use <ctype.h> macros.
2019-08-09  Guy HarrisRemove more old-compiler compensation.
2019-05-22  Guy HarrisHave unistr() return a pointer to the first byte past...
2019-05-22  Guy HarrisDon't use leftover string length values.
2019-05-20  Guy HarrisDo more bounds checking in unistr().
2019-05-19  Guy HarrisHave unistr() use a buffer passed to it, not a static...
2019-05-18  Guy HarrisAllow zero-length counted strings.
2019-05-18  Guy HarrisInclude the padding in the length we return.
2019-04-18  Guy HarrisSquelch more narrowing warnings.
2019-03-26  Francois-Xavier... Use the new GET_ macros instead of the EXTRACT_ ones
2019-03-26  Francois-Xavier... Add the ndo parameter to some functions
2019-03-24  Michael RichardsonMerge branch 'master' of https://github.com/kivinen...
2019-01-29  Guy HarrisMerge pull request #722 from aieri/issue/695
2019-01-29  Guy HarrisMerge pull request #703 from nmap/update-gitignore
2019-01-23  Antonin DécimoFix small misspellings 730/head
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-10-10  Guy HarrisClean up indentation.
2018-06-16  Francois-Xavier... Add two EXTRACT_U_1() macro calls
2018-05-20  Francois-Xavier... Add more nd_print_trunc() calls
2018-05-02  Francois-Xavier... Remove the safeputchar() function
2018-03-16  Francois-Xavier... Move some smb prototypes in smb.h
2018-02-22  Francois-Xavier... Rename some printer functions to *_print
2018-01-29  Guy HarrisAdd nd_{v}snprintf() routines/wrappers.
2018-01-21  Guy HarrisAlways include <config.h> rather than "config.h".
2018-01-21  Francois-Xavier... Use quoted include netdissect-stdinc.h instead of angle...
2018-01-07  Francois-Xavier... Update ND_PRINT() as a variadic macro
2018-01-07  Guy HarrisClean up signed vs. unsigned.
2018-01-03  Francois-Xavier... Use 'u_char *' type for input buffer pointer like in...
2018-01-02  Francois-Xavier... Use 'u_char *' type for input buffer pointer like in...
2018-01-02  Francois-Xavier... Use 'u_char *' type for input buffer pointer like in...
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-11  Francois-Xavier... Replace ND_TTEST2()/ND_TCHECK2() macros by macros using...
2017-12-10  Francois-Xavier... Use more the EXTRACT_U_1() macro (53/n)
2017-12-09  Francois-Xavier... Use more the EXTRACT_U_1() macro (52/n)
2017-12-09  Francois-Xavier... Use more the EXTRACT_U_1() macro (49/n)
2017-12-05  Francois-Xavier... Use more the EXTRACT_U_1() macro (47/n)
2017-12-04  Francois-Xavier... Use more the ND_TCHECK_1() macro
2017-12-04  Francois-Xavier... Use more the ND_TCHECK_1() macro
2017-12-03  Francois-Xavier... Use more the EXTRACT_U_1() macro (46/n)
2017-12-03  Francois-Xavier... Use more the EXTRACT_U_1() macro (43/n)
2017-12-02  Francois-Xavier... Simplify some expressions
2017-12-01  Francois-Xavier... Use more the EXTRACT_U_1() macro (40/n)
2017-12-01  Francois-Xavier... Use more the EXTRACT_U_1() macro (39/n)
2017-11-28  Francois-Xavier... Use more the ND_TCHECK_1() macro
2017-11-27  Francois-Xavier... Use more the EXTRACT_U_1() macro (31/n)
2017-11-24  Francois-Xavier... Use more ND_TCHECK_n()/ND_TTEST_n() macros
2017-11-22  Francois-Xavier... Rename EXTRACT_ macros
2017-11-22  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-11-21  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-11-18  Francois-Xavier... Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
2017-09-13  Guy HarrisCVE-2017-12893/SMB/CIFS: Add a bounds check in name_len().
2015-09-18  Francois-Xavier... Rename print_data() to smb_print_data()
2015-09-11  Francois-Xavier... libnetdissect code must include 'netdissect.h', not...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-04-02  Denis OvsienkoNDOize SMB decoder
2014-04-01  Denis OvsienkoNDOize safeputs() and safeputchar()
2014-04-01  Denis OvsienkoNDOize safeputs() and safeputchar()
2014-03-14  Denis Ovsienkojustify min()/max() macros declarations and usage
2014-02-02  Guy HarrisDo our own isascii(), isprint(), isgraph(), and toascii().
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
2010-03-09  Dmitry Eremin-Sole... Merge remote branch 'origin/master'
2010-02-24  Guy HarrisMerge branch 'cleanup' of git://github.com/krajaratnam...
2010-02-20  Kovarththanan Raja... smbutil.c: mark several structs as const
2007-07-15  guyIn print_data(), check each byte to make sure we haven...
2007-06-15  guyPick up from NetBSD a change to squelch a "should not...
2005-04-21  guySquelch some GCC 4.0 signed-vs-unsigned warnings.
2005-01-29  guySquelch a (legitimate) compiler warning.
2004-12-30  guyCheck the "status value is an NT status" flag and,...
2004-12-29  guyAdd some additional bounds checking.
2004-12-29  guyAdd format options to save the value fetched and to...
2004-12-28  guyCorrectly handle Unicode strings - skip padding to...
2004-12-28  guyCorrectly dissect LockingAndX requests - there's a...
2004-12-28  guyUse native 64-bit integer support when dissecting 64...
2004-12-27  guyGet rid of extra blanks in error message text.
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-15  guyFrom Neil Spring:
2003-08-10  guyFrom Mark Ellzey Thomas <[email protected]>: some additional
2002-09-05  guyAdd a few more GCC warnings on GCC >= 2 for ".devel...
2002-09-04  guy"localtime()" can return a null pointer on Windows...
2002-08-06  guyGet rid of some unnecessary includes (<time.h>, <netdb...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-04-26  guyAdd some casts to squelch compiler complaints (and...
2002-04-25  guyConvert some format pointers to "char *" from "u_char...
2002-04-20  guyProtect includes of <time.h> with "#ifdef TIME_WITH_SYS...
2002-01-17  guyBill Fenner's changes to clean up the SMB dissection...
2001-09-17  fennerEliminate some unused parameters.
next