2019-09-24 |
Michael Richardson | keep track of beginning of buffer, and do not permit... |
blob | commitdiff | raw |
2019-09-24 |
Michael Richardson | guard against possible error in fmt string |
blob | commitdiff | raw | diff to current |
2019-08-27 |
Guy Harris | Fix a compiler warning. |
blob | commitdiff | raw | diff to current |
2019-08-27 |
Denis Ovsienko | (for 4.9.3) CVE-2018-16452/SMB: prevent stack exhaustion |
blob | commitdiff | raw | diff to current |
2017-09-03 |
Guy Harris | CVE-2017-12893/SMB/CIFS: Add a bounds check in name_len(). |
blob | commitdiff | raw | diff to current |
2015-09-18 |
Francois-Xavier... | Rename print_data() to smb_print_data() |
blob | commitdiff | raw | diff to current |
2015-09-11 |
Francois-Xavier... | libnetdissect code must include 'netdissect.h', not... |
blob | commitdiff | raw | diff to current |
2015-09-10 |
Francois-Xavier... | Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h' |
blob | commitdiff | raw | diff to current |
2015-04-22 |
Michael Richardson | Merge branch 'master' of git+ssh://bpf.tcpdump.org... |
blob | commitdiff | raw | diff to current |
2015-03-22 |
Denis Ovsienko | dismiss NETDISSECT_REWORKED macro |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Guy Harris | u_intN_t is dead, long live uintN_t. |
blob | commitdiff | raw | diff to current |
2014-04-02 |
Denis Ovsienko | NDOize SMB decoder |
blob | commitdiff | raw | diff to current |
2014-04-01 |
Denis Ovsienko | NDOize safeputs() and safeputchar() |
blob | commitdiff | raw | diff to current |
2014-04-01 |
Denis Ovsienko | NDOize safeputs() and safeputchar() |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Denis Ovsienko | justify min()/max() macros declarations and usage |
blob | commitdiff | raw | diff to current |
2014-02-02 |
Guy Harris | Do our own isascii(), isprint(), isgraph(), and toascii(). |
blob | commitdiff | raw | diff to current |
2014-01-03 |
Michael Richardson | Merge branch 'master' of git+ssh://bpf.tcpdump.org... |
blob | commitdiff | raw | diff to current |
2014-01-02 |
Denis Ovsienko | remove tcpdump's own CVS keywords |
blob | commitdiff | raw | diff to current |
2010-03-09 |
Dmitry Eremin-Sole... | Merge remote branch 'origin/master' |
blob | commitdiff | raw | diff to current |
2010-02-24 |
Guy Harris | Merge branch 'cleanup' of git://github.com/krajaratnam... |
blob | commitdiff | raw | diff to current |
2010-02-20 |
Kovarththanan Raja... | smbutil.c: mark several structs as const |
blob | commitdiff | raw | diff to current |
2007-07-15 |
guy | In print_data(), check each byte to make sure we haven... |
blob | commitdiff | raw | diff to current |
2007-06-15 |
guy | Pick up from NetBSD a change to squelch a "should not... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
guy | Squelch some GCC 4.0 signed-vs-unsigned warnings. |
blob | commitdiff | raw | diff to current |
2005-01-29 |
guy | Squelch a (legitimate) compiler warning. |
blob | commitdiff | raw | diff to current |
2004-12-30 |
guy | Check the "status value is an NT status" flag and,... |
blob | commitdiff | raw | diff to current |
2004-12-29 |
guy | Add some additional bounds checking. |
blob | commitdiff | raw | diff to current |
2004-12-29 |
guy | Add format options to save the value fetched and to... |
blob | commitdiff | raw | diff to current |
2004-12-28 |
guy | Correctly handle Unicode strings - skip padding to... |
blob | commitdiff | raw | diff to current |
2004-12-28 |
guy | Correctly dissect LockingAndX requests - there's a... |
blob | commitdiff | raw | diff to current |
2004-12-28 |
guy | Use native 64-bit integer support when dissecting 64... |
blob | commitdiff | raw | diff to current |
2004-12-27 |
guy | Get rid of extra blanks in error message text. |
blob | commitdiff | raw | diff to current |
2003-11-16 |
guy | Have the configure script arrange that the Makefile... |
blob | commitdiff | raw | diff to current |
2003-11-15 |
guy | From Neil Spring: |
blob | commitdiff | raw | diff to current |
2003-08-10 |
guy | From Mark Ellzey Thomas <[email protected]>: some additional |
blob | commitdiff | raw | diff to current |
2002-09-05 |
guy | Add a few more GCC warnings on GCC >= 2 for ".devel... |
blob | commitdiff | raw | diff to current |
2002-09-04 |
guy | "localtime()" can return a null pointer on Windows... |
blob | commitdiff | raw | diff to current |
2002-08-06 |
guy | Get rid of some unnecessary includes (<time.h>, <netdb... |
blob | commitdiff | raw | diff to current |
2002-08-01 |
risso | Added support for Win32, based on WinPcap. |
blob | commitdiff | raw | diff to current |
2002-04-26 |
guy | Add some casts to squelch compiler complaints (and... |
blob | commitdiff | raw | diff to current |
2002-04-25 |
guy | Convert some format pointers to "char *" from "u_char... |
blob | commitdiff | raw | diff to current |
2002-04-20 |
guy | Protect includes of <time.h> with "#ifdef TIME_WITH_SYS... |
blob | commitdiff | raw | diff to current |
2002-01-17 |
guy | Bill Fenner's changes to clean up the SMB dissection... |
blob | commitdiff | raw | diff to current |
2001-09-17 |
fenner | Eliminate some unused parameters. |
blob | commitdiff | raw | diff to current |
2001-06-25 |
itojun | cleanup indent for audit |
blob | commitdiff | raw | diff to current |
2001-06-25 |
itojun | more audit/style. fix a couple of signed/unsigned... |
blob | commitdiff | raw | diff to current |
2001-06-15 |
itojun | avoid strcpy |
blob | commitdiff | raw | diff to current |
2001-01-28 |
itojun | use safeputchar() instead of cook up on its own. |
blob | commitdiff | raw | diff to current |
2000-12-04 |
guy | Add a bunch of checks to make sure we don't go past... |
blob | commitdiff | raw | diff to current |
2000-09-28 |
guy | Get rid of unneeded includes of <net/if.h>. |
blob | commitdiff | raw | diff to current |
2000-09-23 |
guy | Add definitions of Ethernet types from |
blob | commitdiff | raw | diff to current |
2000-07-29 |
assar | replace bzero with memset |
blob | commitdiff | raw | diff to current |
2000-07-10 |
assar | fix typo |
blob | commitdiff | raw | diff to current |
2000-07-10 |
assar | add <time.h> |
blob | commitdiff | raw | diff to current |
2000-01-17 |
itojun | s/sprintf/snprintf/. |
blob | commitdiff | raw | diff to current |
2000-01-09 |
fenner | Unify rcsid[]'s. |
blob | commitdiff | raw | diff to current |
1999-12-22 |
itojun | * print-rt6.c: make IPv6 routing header printing work... |
blob | commitdiff | raw | diff to current |
1999-12-15 |
fenner | Include interface.h to get prototypes |
blob | commitdiff | raw | diff to current |
1999-11-21 |
assar | add config.h |
blob | commitdiff | raw | diff to current |
1999-11-21 |
assar | patches from Andrew Tridgell <[email protected]... |
blob | commitdiff | raw | diff to current |
|