summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix cast in isdigit() calls.benno2020-03-162-6/+6
* fix bogus pointer/double free crash, when /etc/printcap db file is not present,mestre2019-11-081-4/+4
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-4/+4
* do not call freeaddrinfo() on a NULL pointer.eric2019-04-061-2/+3
* accept the NULL string in the proc message formatting api and simplifyeric2019-04-044-30/+37
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* synchronize resolver code with smtpderic2018-09-055-53/+63
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-4/+4
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-4/+4
* Import lpd, a re-implementation of the lpr daemon following the latesteric2018-04-2726-0/+11713