summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/smbutil.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cast ctype functions' argument to unsigned char.mmcc2015-10-251-7/+7
| | | | ok guenther@
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* fix glitches in unused source file; ok millertderaadt2013-04-161-2/+2
|
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
|
* Since moritz@ says, ``this can't happen, because no fmt stringray2006-04-081-4/+3
| | | | | | | passed to fdata() uses a T-value not caught by the switch,'' change to a fatal error. OK jaredy@ and moritz@
* Add default case to prevent uninitialized variable usage, althoughray2006-04-071-2/+5
| | | | | | | | | moritz@ says ``this can't happen, because no fmt string passed to fdata() uses a T-value not caught by the switch.'' From NetBSD from Coverity CID 2491. OK otto@ and moritz@
* simplify buffer handling; ok hoderaadt2001-11-071-7/+7
|
* make smb printing a little closer to what it is supposedmickey2001-01-031-56/+25
| | | | | | to look like in tcpdump world. main part from: Erik Fichtner <emf@marymount.edu>. help and testing from Jakob Schlyter <jakob@crt.se>.
* smb printing; from Andrew Tridgell; via tcpdump.orgmickey2000-12-071-0/+759