summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-netbios.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-06-20cosmetic changes and mention RFC2289 which supercedes RFC1938millert2-14/+15
2001-06-20physio(9) not physio(4)millert9-23/+23
2001-06-20physio(9) from NetBSDmillert2-2/+149
2001-06-20"hmac-sha", not "sha"angelos1-2/+2
2001-06-20we shouldn't use "/" in the beginning of the args in MANSUBDIR.mpech15-30/+30
millert@ ok
2001-06-20typo; raj@cerias.purdue.edupvalchev1-2/+2
2001-06-20move from channel_stop_listening to channel_free_all,markus5-46/+18
call channel_free_all before calling waitpid() in serverloop. fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
2001-06-20we don't use "/" in the beginning of the name in MANSUBDIRmpech1-3/+3
millert@ ok
2001-06-20comment typo. from jsyn@nthought.comniklas1-2/+2
2001-06-20syncderaadt1-1/+0
2001-06-19o Don't talk about /bin/mail vs. sendmail since we always build withmillert2-17/+4
sendmail support. o Remove misleading info in STANDARDS about the syntax being different from previous Vixie Cron versions. The flags have been this way for all versions of cron we have shipped with.
2001-06-19revert parts that were meant to be committed (June 12th commit)jasoni1-4/+5
- ok angelos@
2001-06-19clean up IP addresses in isakmpd.conf examples; ok angelos@danh1-5/+5
2001-06-19Make gcc shut up about unused rcsids.millert1-2/+2
2001-06-19If we timeout during login and the user tried to login call badlogin()millert2-15/+49
before exit. SUggested by <vii@users.sourceforge.net> Add some new login.conf variables: o login-timeout - login prompt timeout o login-tries - max login tries o login-backoff - number of attempts before backing off (and sleeping)
2001-06-19do not attach at i2o-configured adapter; pointed out by ad@netbsd.orgmickey1-2/+8
2001-06-19allocate and free at the same level.markus1-13/+8
2001-06-19disable x11-fwd if use_login is enabled; from lukem@wasabisystems.commarkus2-4/+19
2001-06-19cleanup forced command handling, from dwd@bell-labs.commarkus1-29/+34
2001-06-19Handle hardware-imposed MTU/MRU limitations.brian28-284/+877
Add an optional ``max'' specifier to ``set m[rt]u'', ie. ``set mtu max 1492'' for PPPoE. Bump the ppp version number. Add support for stateful MPPE (microsoft encryption) providing encryption compatibility with Windows 2000. Stateful encryption uses less CPU but is bad on lossy transports. The ``set mppe'' command has been expanded. If it's used with any arguments, ppp will insist on encryption, closing LCP if the other end refuses. Sponsored by: Monzoon Networks AG and FreeBSD Services Limited
2001-06-19update Wietse Venema's copyright to update copyright to ftp://ftp.porcupine.org/pub/security/logdaemon_licenseassar2-0/+30
2001-06-19update Wietse Venema's copyright to update copyright to ftp://ftp.porcupine.org/pub/security/logdaemon_licenseassar7-4/+101
2001-06-19A simple mmap regression testniklas3-2/+96
2001-06-19no way, you are on drugs. last commit revoked because it broke setuid majorlyderaadt3-30/+21
2001-06-19Add a -a flag to support other authentication types.millert2-13/+33
Probably only useful in conjunction with a remote S/Key server.
2001-06-19mop up after angelosderaadt7-8/+14
2001-06-18Clarify that if strlcat() does not find a NUL within siz byte itmillert1-2/+4
will not NUL terminate either.
2001-06-18clnt leaks; tommy@ti.comderaadt2-4/+7
2001-06-18Add sanity check for remote host boot time > current time for whenmillert1-3/+4
clocks go screwey. Similar to patch from kstailey@disclosure.com.
2001-06-18When creating temp files, use fchmod() to set the perms to be what wemillert2-10/+23
expect since the mode mkstemp() uses can be modified by the umask. This fixes a problem where vi would spin trying to create temp files, eating up inodes; reported by xyntrix@bitz.org This fix has the side effect of letting you create files with silly modes (like 0000), but that is probably OK.
2001-06-18Close PR 1864, Mhz should be written as MHz.drahn1-3/+3
2001-06-18syncderaadt14-70/+21
2001-06-18Change default transfer type from ascii to binary; closes PR 1626millert1-12/+11
Similar to patch from mpech@prosoft.org.lv
2001-06-18o move passwd.conf variables into login.confmillert10-106/+213
o no longer install passwd.conf (but it is used if it exists and the needed info is not in login.conf) o added passwordtime and minpasswordlen login.conf variables
2001-06-18more more microcode (so it does not end up installed in includes, for one)deraadt4-6/+6
2001-06-18move microcodederaadt3-5/+5
2001-06-18use cgetusedb(3)millert1-3/+5
2001-06-18kill useless include of db.hmillert1-3/+2
2001-06-18Add new cgetusedb() function to toggle reading of .db files in getcap(3).millert5-8/+49
Needed for cap_mkdb to really DRT when given several input files or an output file with a different name from the input file. cvs: ----------------------------------------------------------------------
2001-06-18compile libc with -Werror since any warnings gcc produces without extra -Wfoo directives is something we care aboutmillert1-1/+2
2001-06-18Fix a char vs. u_char problem I introduced in the last commit.millert1-2/+3
2001-06-18PalmOS fixesrees2-15/+14
2001-06-18As discussed ages ago we prefer ANSI for new code.millert1-31/+23
2001-06-18Check is sugid is allowed where we set the P_SUGID* flags.art1-19/+8
Remove the ugly hack added in last revision.
2001-06-18Add proc_cansugid used to check if a process should be allowedart2-2/+22
to raise its privileges in exec.
2001-06-18keep track of the txform/thash, and make sure that non-blocksizederaadt1-14/+20
requests do not get passed to device drivers, because some like the ubsec(4) will do really nasty things like DMA to completely random locations in memory when you do so
2001-06-18kill a debug message that makes UBSEC_DEBUG uselessderaadt1-4/+1
2001-06-18trace_req is not used anymore (was a nop).art2-13/+2
2001-06-18trace_req is a nop.art1-10/+8
rename stop -> proc_stop (stop is not a good function name).
2001-06-18oops, backwards checkderaadt1-3/+3