| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2001-06-20 | cosmetic changes and mention RFC2289 which supercedes RFC1938 | 2 | -14/+15 | ||
| 2001-06-20 | physio(9) not physio(4) | 9 | -23/+23 | ||
| 2001-06-20 | physio(9) from NetBSD | 2 | -2/+149 | ||
| 2001-06-20 | "hmac-sha", not "sha" | 1 | -2/+2 | ||
| 2001-06-20 | we shouldn't use "/" in the beginning of the args in MANSUBDIR. | 15 | -30/+30 | ||
| millert@ ok | |||||
| 2001-06-20 | typo; raj@cerias.purdue.edu | 1 | -2/+2 | ||
| 2001-06-20 | move from channel_stop_listening to channel_free_all, | 5 | -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-20 | we don't use "/" in the beginning of the name in MANSUBDIR | 1 | -3/+3 | ||
| millert@ ok | |||||
| 2001-06-20 | comment typo. from jsyn@nthought.com | 1 | -2/+2 | ||
| 2001-06-20 | sync | 1 | -1/+0 | ||
| 2001-06-19 | o Don't talk about /bin/mail vs. sendmail since we always build with | 2 | -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-19 | revert parts that were meant to be committed (June 12th commit) | 1 | -4/+5 | ||
| - ok angelos@ | |||||
| 2001-06-19 | clean up IP addresses in isakmpd.conf examples; ok angelos@ | 1 | -5/+5 | ||
| 2001-06-19 | Make gcc shut up about unused rcsids. | 1 | -2/+2 | ||
| 2001-06-19 | If we timeout during login and the user tried to login call badlogin() | 2 | -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-19 | do not attach at i2o-configured adapter; pointed out by ad@netbsd.org | 1 | -2/+8 | ||
| 2001-06-19 | allocate and free at the same level. | 1 | -13/+8 | ||
| 2001-06-19 | disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com | 2 | -4/+19 | ||
| 2001-06-19 | cleanup forced command handling, from dwd@bell-labs.com | 1 | -29/+34 | ||
| 2001-06-19 | Handle hardware-imposed MTU/MRU limitations. | 28 | -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-19 | update Wietse Venema's copyright to update copyright to ftp://ftp.porcupine.org/pub/security/logdaemon_license | 2 | -0/+30 | ||
| 2001-06-19 | update Wietse Venema's copyright to update copyright to ftp://ftp.porcupine.org/pub/security/logdaemon_license | 7 | -4/+101 | ||
| 2001-06-19 | A simple mmap regression test | 3 | -2/+96 | ||
| 2001-06-19 | no way, you are on drugs. last commit revoked because it broke setuid majorly | 3 | -30/+21 | ||
| 2001-06-19 | Add a -a flag to support other authentication types. | 2 | -13/+33 | ||
| Probably only useful in conjunction with a remote S/Key server. | |||||
| 2001-06-19 | mop up after angelos | 7 | -8/+14 | ||
| 2001-06-18 | Clarify that if strlcat() does not find a NUL within siz byte it | 1 | -2/+4 | ||
| will not NUL terminate either. | |||||
| 2001-06-18 | clnt leaks; tommy@ti.com | 2 | -4/+7 | ||
| 2001-06-18 | Add sanity check for remote host boot time > current time for when | 1 | -3/+4 | ||
| clocks go screwey. Similar to patch from kstailey@disclosure.com. | |||||
| 2001-06-18 | When creating temp files, use fchmod() to set the perms to be what we | 2 | -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-18 | Close PR 1864, Mhz should be written as MHz. | 1 | -3/+3 | ||
| 2001-06-18 | sync | 14 | -70/+21 | ||
| 2001-06-18 | Change default transfer type from ascii to binary; closes PR 1626 | 1 | -12/+11 | ||
| Similar to patch from mpech@prosoft.org.lv | |||||
| 2001-06-18 | o move passwd.conf variables into login.conf | 10 | -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-18 | more more microcode (so it does not end up installed in includes, for one) | 4 | -6/+6 | ||
| 2001-06-18 | move microcode | 3 | -5/+5 | ||
| 2001-06-18 | use cgetusedb(3) | 1 | -3/+5 | ||
| 2001-06-18 | kill useless include of db.h | 1 | -3/+2 | ||
| 2001-06-18 | Add new cgetusedb() function to toggle reading of .db files in getcap(3). | 5 | -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-18 | compile libc with -Werror since any warnings gcc produces without extra -Wfoo directives is something we care about | 1 | -1/+2 | ||
| 2001-06-18 | Fix a char vs. u_char problem I introduced in the last commit. | 1 | -2/+3 | ||
| 2001-06-18 | PalmOS fixes | 2 | -15/+14 | ||
| 2001-06-18 | As discussed ages ago we prefer ANSI for new code. | 1 | -31/+23 | ||
| 2001-06-18 | Check is sugid is allowed where we set the P_SUGID* flags. | 1 | -19/+8 | ||
| Remove the ugly hack added in last revision. | |||||
| 2001-06-18 | Add proc_cansugid used to check if a process should be allowed | 2 | -2/+22 | ||
| to raise its privileges in exec. | |||||
| 2001-06-18 | keep track of the txform/thash, and make sure that non-blocksize | 1 | -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-18 | kill a debug message that makes UBSEC_DEBUG useless | 1 | -4/+1 | ||
| 2001-06-18 | trace_req is not used anymore (was a nop). | 2 | -13/+2 | ||
| 2001-06-18 | trace_req is a nop. | 1 | -10/+8 | ||
| rename stop -> proc_stop (stop is not a good function name). | |||||
| 2001-06-18 | oops, backwards check | 1 | -3/+3 | ||
