summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
...
* Fix "warning: value computed is not used".fjoe2004-02-031-1/+1
* Removed duplicate -lutil.ru2004-02-021-5/+2
* Reorder dependencies to fix static NOPAM build.ru2004-02-021-4/+4
* add missing setusershell() calls.charnier2004-01-181-0/+1
* - Build things in pure dictionary order (see sort(1)).ru2004-01-161-6/+12
* man ftpd says that "by default, anonymous users cannot modify existing files."anholt2004-01-071-1/+1
* Initialise some uninitialised variables.dfr2003-12-311-0/+2
* Document what the PAM believers failed to do (and should have),obrien2003-12-171-0/+9
* Fix dynamic linking a bit more.. enough that mozilla-firebird works if youpeter2003-12-121-3/+3
* Revert last change. ../rtld.c uses CACHE_LINE_SIZE too.peter2003-12-111-0/+2
* Only define CACHE_LINE_SIZE in one place..peter2003-12-111-2/+0
* CACHE_LINE_SIZE is 64 on athlon and amd64 chips, not 32. This shouldpeter2003-12-111-1/+1
* Fix a bug which causes wrong filename being written into the syslogsobomax2003-11-201-1/+10
* Replace all uses of the old netgraph constants NG_*LEN by the newharti2003-11-151-1/+1
* If a file to send in ASCII mode already has CRLF as end-of-line,yar2003-11-151-2/+4
* Sync comment with code's reality.tobez2003-11-141-1/+1
* Tidy up some xdrproc_t related warnings.peter2003-10-262-5/+7
* Pacify gcc warning with a Douglas Adams reference.peter2003-10-261-0/+2
* Make the warning message stand out more.tjr2003-10-111-0/+2
* Warn users that makekey may disappear in a future release now that thetjr2003-10-091-1/+6
* Use the new style struct sockaddr instead of osockaddr in system callstjr2003-09-281-4/+6
* Don't depend on IPv4-mapped IPv6 address to bind to both IPv4ume2003-09-142-76/+116
* Retire the WITH_LIBMAP compile knob; libmap is now a standard feature.mdodd2003-09-132-18/+1
* Change libmap.c:lm_init() to return a status value; 0 for successmdodd2003-09-133-5/+5
* Deal with the LOGIN_NAME_MAX issue in the NetBSD->FreeBSDobrien2003-09-111-0/+7
* Add a dependancy on 'nbsd2fbsd.h'obrien2003-09-101-0/+2
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* Eliminate last three uses of varargs.h in the tree. These three fileskan2003-09-012-2/+0
* Add a note that the -u option can be overridden by settings in login.conf(5).ceri2003-08-311-0/+2
* Remove a useless '/'.obrien2003-08-241-1/+1
* Very minor style nit: sort include files alphabetically.imp2003-08-221-1/+1
* Forgot one instance of ld-elf.so.1. Convert to ${PROG}gordon2003-08-171-1/+1
* Don't forget to honor DESTDIR. Also switch over to using PROG instead ofgordon2003-08-171-2/+2
* Don't forget to chflags noschg the existing binary so we can symlinkgordon2003-08-171-0/+5
* As long threatened, stage 2 of making a dynamically-linked root a reality.gordon2003-08-172-1/+3
* Prepend /lib to the builtin library search path in rtld.gordon2003-08-172-2/+2
* Make sure that a "make release" (more accurately the bit that makesmarkm2003-07-241-0/+2
* Ensure that for the cryptographic instances of *telnet*, the "crypto"markm2003-07-241-0/+1
* Test correct macro for "without crypto" option(s).markm2003-07-201-1/+1
* Prototype defttymode() instead of just declaring it.yar2003-07-181-1/+1
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-1614-7046/+16
* Block SIGURG while reading from the control channel.yar2003-07-091-0/+6
* Improve error handling in getline():yar2003-07-091-4/+7
* Make a malloced copy of "chrootdir" even if it points to an absoluteyar2003-07-091-3/+5
* Remove MAINTAINER= lines from individual Makefiles in favor of thegshapiro2003-07-072-4/+0
* Avoid using the global offset table to get the address of _DYNAMIC injake2003-07-042-1/+18
* Don't declare unneeded extern variables,yar2003-06-211-2/+0
* Fix warnings on 64 bit platforms.mdodd2003-06-191-9/+9
* Add function prototypes.mdodd2003-06-191-0/+2
* LD_DUMP_REL_PRE and LD_DUMP_REL_POST don't output to stderr; don'tmdodd2003-06-191-2/+2
OpenPOWER on IntegriCloud