summaryrefslogtreecommitdiff
path: root/smbutil.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-1/+1
* Have a common routine for converting dates and times to strings.Guy Harris2023-02-021-11/+5
* smbutil.c: Fix the strftime buffer sizeFrancois-Xavier Le Bail2023-01-281-1/+1
* smbutil.c: Replace obsolete function call (asctime)Ege Çetin2023-01-011-2/+5
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-32/+0
* Rename min() and max() to ND_MIN() and ND_MAX(). [skip ci]Denis Ovsienko2020-08-241-1/+1
* Fix a compiler warning.Guy Harris2019-10-291-5/+29
* SMB: prevent stack exhaustionDenis Ovsienko2019-10-291-1/+8
* Squelch a compiler warning.Guy Harris2019-09-011-2/+2
* Don't use <ctype.h> macros.Guy Harris2019-09-011-8/+10
* Remove more old-compiler compensation.Guy Harris2019-08-081-4/+4
* Have unistr() return a pointer to the first byte past the end of the string.Guy Harris2019-05-221-41/+23
* Don't use leftover string length values.Guy Harris2019-05-221-0/+22
* Do more bounds checking in unistr().Guy Harris2019-05-201-33/+81
* Have unistr() use a buffer passed to it, not a static buffer.Guy Harris2019-05-181-22/+16
* Allow zero-length counted strings.Guy Harris2019-05-181-5/+5
* Include the padding in the length we return.Guy Harris2019-05-171-0/+4
* Squelch more narrowing warnings.Guy Harris2019-04-181-6/+6
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-56/+56
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-6/+6
* Fix small misspellingsAntonin Décimo2019-01-231-1/+1
* Clean up indentation.Guy Harris2018-10-101-1/+1
* Add two EXTRACT_U_1() macro callsFrancois-Xavier Le Bail2018-06-161-2/+2
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-201-4/+2
* Remove the safeputchar() functionFrancois-Xavier Le Bail2018-05-021-1/+1
* Move some smb prototypes in smb.hFrancois-Xavier Le Bail2018-03-161-1/+1
* Rename some printer functions to *_printFrancois-Xavier Le Bail2018-02-221-2/+2
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-4/+4
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-45/+45
* Clean up signed vs. unsigned.Guy Harris2018-01-061-19/+44
* Use 'u_char *' type for input buffer pointer like in most similar casesFrancois-Xavier Le Bail2018-01-031-3/+3
* Use 'u_char *' type for input buffer pointer like in most similar casesFrancois-Xavier Le Bail2018-01-021-1/+1
* Use 'u_char *' type for input buffer pointer like in most similar casesFrancois-Xavier Le Bail2018-01-021-1/+1
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-4/+4
* Use more the EXTRACT_U_1() macro (53/n)Francois-Xavier Le Bail2017-12-101-2/+2
* Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail2017-12-091-6/+6
* Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail2017-12-091-2/+2
* Use more the EXTRACT_U_1() macro (47/n)Francois-Xavier Le Bail2017-12-051-1/+1
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-1/+1
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-10/+10
* Use more the EXTRACT_U_1() macro (46/n)Francois-Xavier Le Bail2017-12-031-1/+1
* Use more the EXTRACT_U_1() macro (43/n)Francois-Xavier Le Bail2017-12-031-5/+6
* Simplify some expressionsFrancois-Xavier Le Bail2017-12-021-4/+4
* Use more the EXTRACT_U_1() macro (40/n)Francois-Xavier Le Bail2017-12-011-1/+1
* Use more the EXTRACT_U_1() macro (39/n)Francois-Xavier Le Bail2017-12-011-5/+5
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-11-281-3/+3
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-1/+1
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-19/+19