aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Link pf to the build and install:Max Laier2004-03-081-0/+5
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-4/+4
* Add skeleton build dirs for pf userland:Max Laier2004-02-281-0/+12
* Do not depend on existence of _end symbol in obj_from_addr, useAlexander Kabaev2004-02-251-8/+1
* Don't pass a pointer to a 'long' to a function that expects an 'int *'.David Schultz2004-02-161-2/+2
* Add the '-h hostname' to usage(), too.Peter Pentchev2004-02-131-1/+3
* Document the '-h hostname' option, which seems to have been presentPeter Pentchev2004-02-101-7/+14
* NULL looks better than (char *)0 unless we're passingYaroslav Tykhiy2004-02-071-1/+1
* Deny attempts to rename a file from guest users if the policyYaroslav Tykhiy2004-02-071-0/+4
* perror_reply() should not be used where errno isn't meaningful.Yaroslav Tykhiy2004-02-071-1/+5
* Work around a bug in some clients by never returning raw directoryYaroslav Tykhiy2004-02-071-1/+8
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* Removed unnecessary dependencies on librpcsvc.Ruslan Ermilov2004-02-041-2/+2
* Put libdevstat before libkvm, because the former depends on the latter.Ruslan Ermilov2004-02-041-2/+2
* - Added the NOPAM knob, for consistency with ${.CURDIR}/../ftpd.Ruslan Ermilov2004-02-041-3/+9
* Fix "warning: value computed is not used".Max Khon2004-02-031-1/+1
* Removed duplicate -lutil.Ruslan Ermilov2004-02-021-5/+2
* Reorder dependencies to fix static NOPAM build.Ruslan Ermilov2004-02-021-4/+4
* add missing setusershell() calls.Philippe Charnier2004-01-181-0/+1
* - Build things in pure dictionary order (see sort(1)).Ruslan Ermilov2004-01-161-6/+12
* man ftpd says that "by default, anonymous users cannot modify existing files."Eric Anholt2004-01-071-1/+1
* Initialise some uninitialised variables.Doug Rabson2003-12-311-0/+2
* Document what the PAM believers failed to do (and should have),David E. O'Brien2003-12-171-0/+9
* Fix dynamic linking a bit more.. enough that mozilla-firebird works if youPeter Wemm2003-12-121-3/+3
* Revert last change. ../rtld.c uses CACHE_LINE_SIZE too.Peter Wemm2003-12-111-0/+2
* Only define CACHE_LINE_SIZE in one place..Peter Wemm2003-12-111-2/+0
* CACHE_LINE_SIZE is 64 on athlon and amd64 chips, not 32. This shouldPeter Wemm2003-12-111-1/+1
* Fix a bug which causes wrong filename being written into the syslogMaxim Sobolev2003-11-201-1/+10
* Replace all uses of the old netgraph constants NG_*LEN by the newHartmut Brandt2003-11-151-1/+1
* If a file to send in ASCII mode already has CRLF as end-of-line,Yaroslav Tykhiy2003-11-151-2/+4
* Sync comment with code's reality.Anton Berezin2003-11-141-1/+1
* Tidy up some xdrproc_t related warnings.Peter Wemm2003-10-262-5/+7
* Pacify gcc warning with a Douglas Adams reference.Peter Wemm2003-10-261-0/+2
* Make the warning message stand out more.Tim J. Robbins2003-10-111-0/+2
* Warn users that makekey may disappear in a future release now that theTim J. Robbins2003-10-091-1/+6
* Use the new style struct sockaddr instead of osockaddr in system callsTim J. Robbins2003-09-281-4/+6
* Don't depend on IPv4-mapped IPv6 address to bind to both IPv4Hajimu UMEMOTO2003-09-142-76/+116
* Retire the WITH_LIBMAP compile knob; libmap is now a standard feature.Matthew N. Dodd2003-09-132-18/+1
* Change libmap.c:lm_init() to return a status value; 0 for successMatthew N. Dodd2003-09-133-5/+5
* Deal with the LOGIN_NAME_MAX issue in the NetBSD->FreeBSDDavid E. O'Brien2003-09-111-0/+7
* Add a dependancy on 'nbsd2fbsd.h'David E. O'Brien2003-09-101-0/+2
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Eliminate last three uses of varargs.h in the tree. These three filesAlexander Kabaev2003-09-012-2/+0
* Add a note that the -u option can be overridden by settings in login.conf(5).Ceri Davies2003-08-311-0/+2
* Remove a useless '/'.David E. O'Brien2003-08-241-1/+1
* Very minor style nit: sort include files alphabetically.Warner Losh2003-08-221-1/+1
* Forgot one instance of ld-elf.so.1. Convert to ${PROG}Gordon Tetlow2003-08-171-1/+1
* Don't forget to honor DESTDIR. Also switch over to using PROG instead ofGordon Tetlow2003-08-171-2/+2
* Don't forget to chflags noschg the existing binary so we can symlinkGordon Tetlow2003-08-171-0/+5
* As long threatened, stage 2 of making a dynamically-linked root a reality.Gordon Tetlow2003-08-172-1/+3