summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide a mechanism for dumping relocation information.mdodd2003-06-194-0/+116
* Move MD function prototypes together.mdodd2003-06-191-4/+8
* Fix warnings; no parameters in function prototypes.mdodd2003-06-192-3/+3
* Avoid a NULL pointer dereference.mdodd2003-06-181-1/+2
* - Use the initial terminal mode instead of the current modeyar2003-06-182-73/+64
* Include libmap.h for prototypes.mdodd2003-06-181-0/+1
* - Add support for DT_FLAGS.mdodd2003-06-183-1/+21
* More correctly spell "-static" as "NOSHARED?=YES"dougb2003-06-171-1/+3
* Improve the manpage language a bit.yar2003-06-171-1/+1
* Link named-xfer -static. This is the only binary that needs to bedougb2003-06-171-1/+1
* If ftpd is run with an -h option (hide host-specific info,)yar2003-06-161-8/+8
* fix a couple typos in the commentsjmg2003-06-151-2/+2
OpenPOWER on IntegriCloud