| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't pass a pointer to a 'long' to a function that expects an 'int *'. | das | 2004-02-16 | 1 | -2/+2 |
* | Add the '-h hostname' to usage(), too. | roam | 2004-02-13 | 1 | -1/+3 |
* | Document the '-h hostname' option, which seems to have been present | roam | 2004-02-10 | 1 | -7/+14 |
* | NULL looks better than (char *)0 unless we're passing | yar | 2004-02-07 | 1 | -1/+1 |
* | Deny attempts to rename a file from guest users if the policy | yar | 2004-02-07 | 1 | -0/+4 |
* | perror_reply() should not be used where errno isn't meaningful. | yar | 2004-02-07 | 1 | -1/+5 |
* | Work around a bug in some clients by never returning raw directory | yar | 2004-02-07 | 1 | -1/+8 |
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | ru | 2004-02-05 | 1 | -2/+2 |
* | Removed unnecessary dependencies on librpcsvc. | ru | 2004-02-04 | 1 | -2/+2 |
* | Put libdevstat before libkvm, because the former depends on the latter. | ru | 2004-02-04 | 1 | -2/+2 |
* | - Added the NOPAM knob, for consistency with ${.CURDIR}/../ftpd. | ru | 2004-02-04 | 1 | -3/+9 |
* | Fix "warning: value computed is not used". | fjoe | 2004-02-03 | 1 | -1/+1 |
* | Removed duplicate -lutil. | ru | 2004-02-02 | 1 | -5/+2 |
* | Reorder dependencies to fix static NOPAM build. | ru | 2004-02-02 | 1 | -4/+4 |
* | add missing setusershell() calls. | charnier | 2004-01-18 | 1 | -0/+1 |
* | - Build things in pure dictionary order (see sort(1)). | ru | 2004-01-16 | 1 | -6/+12 |
* | man ftpd says that "by default, anonymous users cannot modify existing files." | anholt | 2004-01-07 | 1 | -1/+1 |
* | Initialise some uninitialised variables. | dfr | 2003-12-31 | 1 | -0/+2 |
* | Document what the PAM believers failed to do (and should have), | obrien | 2003-12-17 | 1 | -0/+9 |
* | Fix dynamic linking a bit more.. enough that mozilla-firebird works if you | peter | 2003-12-12 | 1 | -3/+3 |
* | Revert last change. ../rtld.c uses CACHE_LINE_SIZE too. | peter | 2003-12-11 | 1 | -0/+2 |
* | Only define CACHE_LINE_SIZE in one place.. | peter | 2003-12-11 | 1 | -2/+0 |
* | CACHE_LINE_SIZE is 64 on athlon and amd64 chips, not 32. This should | peter | 2003-12-11 | 1 | -1/+1 |
* | Fix a bug which causes wrong filename being written into the syslog | sobomax | 2003-11-20 | 1 | -1/+10 |
* | Replace all uses of the old netgraph constants NG_*LEN by the new | harti | 2003-11-15 | 1 | -1/+1 |
* | If a file to send in ASCII mode already has CRLF as end-of-line, | yar | 2003-11-15 | 1 | -2/+4 |
* | Sync comment with code's reality. | tobez | 2003-11-14 | 1 | -1/+1 |
* | Tidy up some xdrproc_t related warnings. | peter | 2003-10-26 | 2 | -5/+7 |
* | Pacify gcc warning with a Douglas Adams reference. | peter | 2003-10-26 | 1 | -0/+2 |
* | Make the warning message stand out more. | tjr | 2003-10-11 | 1 | -0/+2 |
* | Warn users that makekey may disappear in a future release now that the | tjr | 2003-10-09 | 1 | -1/+6 |
* | Use the new style struct sockaddr instead of osockaddr in system calls | tjr | 2003-09-28 | 1 | -4/+6 |
* | Don't depend on IPv4-mapped IPv6 address to bind to both IPv4 | ume | 2003-09-14 | 2 | -76/+116 |
* | Retire the WITH_LIBMAP compile knob; libmap is now a standard feature. | mdodd | 2003-09-13 | 2 | -18/+1 |
* | Change libmap.c:lm_init() to return a status value; 0 for success | mdodd | 2003-09-13 | 3 | -5/+5 |
* | Deal with the LOGIN_NAME_MAX issue in the NetBSD->FreeBSD | obrien | 2003-09-11 | 1 | -0/+7 |
* | Add a dependancy on 'nbsd2fbsd.h' | obrien | 2003-09-10 | 1 | -0/+2 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -1/+1 |
* | Eliminate last three uses of varargs.h in the tree. These three files | kan | 2003-09-01 | 2 | -2/+0 |
* | Add a note that the -u option can be overridden by settings in login.conf(5). | ceri | 2003-08-31 | 1 | -0/+2 |
* | Remove a useless '/'. | obrien | 2003-08-24 | 1 | -1/+1 |
* | Very minor style nit: sort include files alphabetically. | imp | 2003-08-22 | 1 | -1/+1 |
* | Forgot one instance of ld-elf.so.1. Convert to ${PROG} | gordon | 2003-08-17 | 1 | -1/+1 |
* | Don't forget to honor DESTDIR. Also switch over to using PROG instead of | gordon | 2003-08-17 | 1 | -2/+2 |
* | Don't forget to chflags noschg the existing binary so we can symlink | gordon | 2003-08-17 | 1 | -0/+5 |
* | As long threatened, stage 2 of making a dynamically-linked root a reality. | gordon | 2003-08-17 | 2 | -1/+3 |
* | Prepend /lib to the builtin library search path in rtld. | gordon | 2003-08-17 | 2 | -2/+2 |
* | Make sure that a "make release" (more accurately the bit that makes | markm | 2003-07-24 | 1 | -0/+2 |
* | Ensure that for the cryptographic instances of *telnet*, the "crypto" | markm | 2003-07-24 | 1 | -0/+1 |
* | Test correct macro for "without crypto" option(s). | markm | 2003-07-20 | 1 | -1/+1 |