summaryrefslogtreecommitdiff
path: root/smbutil.c
Commit message (Expand)AuthorAgeFilesLines
* smbutil.c: mark several structs as constKovarththanan Rajaratnam2010-02-201-2/+2
* In print_data(), check each byte to make sure we haven't gone past theguy2007-07-151-1/+7
* Pick up from NetBSD a change to squelch a "should not happen"guy2007-06-151-1/+4
* Squelch some GCC 4.0 signed-vs-unsigned warnings.guy2005-04-211-2/+5
* Squelch a (legitimate) compiler warning.guy2005-01-291-2/+2
* Check the "status value is an NT status" flag and, if it is, treat theguy2004-12-301-6/+887
* Add some additional bounds checking.guy2004-12-291-16/+46
* Add format options to save the value fetched and to later use that valueguy2004-12-291-31/+133
* Correctly handle Unicode strings - skip padding to put them on a 2-byteguy2004-12-281-19/+20
* Correctly dissect LockingAndX requests - there's a flag bit thatguy2004-12-281-1/+17
* Use native 64-bit integer support when dissecting 64-bit integers inguy2004-12-281-38/+32
* Get rid of extra blanks in error message text.guy2004-12-271-12/+12
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* From Mark Ellzey Thomas <mark@ackers.net>: some additionalguy2003-08-101-2/+6
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-13/+13
* "localtime()" can return a null pointer on Windows; if I rememberguy2002-09-041-2/+12
* Get rid of some unnecessary includes (<time.h>, <netdb.h>, and <ctype.h>guy2002-08-061-4/+1
* Added support for Win32, based on WinPcap.risso2002-08-011-8/+2
* Add some casts to squelch compiler complaints (and remove potentialguy2002-04-261-6/+6
* Convert some format pointers to "char *" from "u_char *", and some dataguy2002-04-251-6/+9
* Protect includes of <time.h> with "#ifdef TIME_WITH_SYS_TIME".guy2002-04-201-1/+3
* Bill Fenner's changes to clean up the SMB dissection somewhat and to addguy2002-01-171-27/+68
* Eliminate some unused parameters.fenner2001-09-171-25/+25
* cleanup indent for audititojun2001-06-251-234/+256
* more audit/style. fix a couple of signed/unsigned mixup,itojun2001-06-251-390/+413
* avoid strcpyitojun2001-06-151-28/+28
* use safeputchar() instead of cook up on its own.itojun2001-01-281-2/+2
* Add a bunch of checks to make sure we don't go past the end of theguy2000-12-041-20/+80
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* Add definitions of Ethernet types fromguy2000-09-231-2/+1
* replace bzero with memsetassar2000-07-291-2/+2
* fix typoassar2000-07-101-2/+2
* add <time.h>assar2000-07-101-1/+2
* s/sprintf/snprintf/.itojun2000-01-171-4/+4
* Unify rcsid[]'s.fenner2000-01-091-0/+5
* * print-rt6.c: make IPv6 routing header printing work with new 2292bisitojun1999-12-221-11/+11
* Include interface.h to get prototypesfenner1999-12-151-9/+9
* add config.hassar1999-11-211-0/+4
* patches from Andrew Tridgell <tridge@linuxcare.com> to add decoding of SMB pa...assar1999-11-211-0/+689