aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Allow a NOPIC "make world" to complete.Mark Murray2003-05-111-1/+1
* Mrege from crypto telnet with "make unifdef". This gets a bunch ofMark Murray2003-05-117-29/+29
* Exclude rtld-elf for amd64. More porting is still needed.Peter Wemm2003-05-081-1/+4
* Rethink the way we count module references. Simply followingAlexander Kabaev2003-05-081-18/+30
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extraMark Murray2003-05-051-1/+1
* Use __FBSDID vs. rcsid[].David E. O'Brien2003-05-045-20/+10
* Fix signed/unsigned comparison warnings.David E. O'Brien2003-05-043-8/+9
* Fix a sign/unsigned comparison.David E. O'Brien2003-05-041-5/+5
* Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.Ruslan Ermilov2003-05-011-1/+1
* Remove 80386 bandaids from code repocopied from i386. rtld_start.S stillPeter Wemm2003-04-301-78/+4
* Remove redundant strlen checks, do not check the sameAlexander Kabaev2003-04-301-23/+24
* Don't clobber Kerberos5 telnet(1) and telnetd(8) with non-crypto versions.Ruslan Ermilov2003-04-301-3/+3
* Add back # accidentally deleted in 1.54Warner Losh2003-04-271-1/+1
* This is no longer needed after tw is gone.Warner Losh2003-04-2710-1381/+1
* properly refuse a connection in the -c case if the client ip's subdirectoryBill Fumerola2003-04-191-5/+6
* Code cleanups and sanity checking for config file parser.Matthew N. Dodd2003-04-101-19/+52
* Dynamic object dependency mapping: libmap.Matthew N. Dodd2003-04-075-5/+238
* MFp4 @27667: WARNS=5 cleanup on i386.Juli Mallett2003-04-035-15/+17
* Mark bits that do not require an object directory as such.Ruslan Ermilov2003-04-011-0/+1
* Update the description of the -u option to mention that IP_PORTRANGE_HIGHMike Silbersack2003-03-251-6/+9
* Clean up some warnings that don't result in a change in the object file:David Malone2003-03-201-17/+20
* Fix for ia64/48024 - ensure function pointer equality across elfArun Sharma2003-03-191-52/+77
* Run a revision of the devstat interface:Poul-Henning Kamp2003-03-151-4/+5
* Update to current devstat API.Poul-Henning Kamp2003-03-151-6/+6
* Free obj->priv field in obj_free functions. This field is NULLAlexander Kabaev2003-03-141-0/+1
* No need to zero fill memory, mmapped anonymously. Kernel willAlexander Kabaev2003-03-146-15/+1
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-1/+1
* mdoc(7) police: expand contraction.Ruslan Ermilov2003-02-231-1/+1
* Do not remove object from the lists at the unref_dag() stage.Alexander Kabaev2003-02-171-8/+26
* Add #include <sys/resource.h>Poul-Henning Kamp2003-02-161-0/+1
* Remove <sys/dkstat.h> #includePoul-Henning Kamp2003-02-161-1/+0
* Advertize rtld(1) as ld.so(1) in manual pages worldAlexey Zelkin2003-02-132-1/+3
* Fix a typo in rtld_dirname.Alexander Kabaev2003-02-131-1/+1
* Implement dlinfo() function.Alexander Kabaev2003-02-132-32/+262
* Add missing include files I forgot about in previous commit.Alexander Kabaev2003-02-131-0/+2
* Remove /usr/lib/elf from a default search path.Alexander Kabaev2003-02-133-19/+17
* Kill unnecessary vertical whitespace.Yaroslav Tykhiy2003-02-111-1/+0
* Use LOG_AUTHPRIV to hide the username attempted during an invalid loginYaroslav Tykhiy2003-02-111-1/+5
* When unloading dependencies make sure they are removed from all theAlexander Kabaev2003-02-101-9/+10
* Add FBSDID. udp/bootps -> bootps/udp. Use err(3).Philippe Charnier2003-02-054-46/+41
* Allow "~/" in pathnames to work for a chrooted user.Yaroslav Tykhiy2003-02-051-2/+4
* Let tilde expansion be done even if a file/directory doesn't exist yet.Yaroslav Tykhiy2003-02-041-35/+98
* RFC 959 doesn't list reply code 550 as a valid responce to STOR/STOU,Yaroslav Tykhiy2003-02-041-1/+1
* Add OPIE and PAM libs to the mix.David E. O'Brien2003-02-021-0/+4
* OPIE and PAM bits to agument LukeMftpd.David E. O'Brien2003-02-021-0/+153
* Let real users access special files through FTPYaroslav Tykhiy2003-01-311-3/+13
* When searching for a unique file name in guniquefd(),Yaroslav Tykhiy2003-01-291-0/+4
* Add a new option to ftpd(8), "-h", to disable printing anyYaroslav Tykhiy2003-01-293-6/+25
* Give the code around chroot(2)/chdir(2) a major overhaul byYaroslav Tykhiy2003-01-294-41/+101
* Actually extract the second field from a line in ftpchroot(5)Yaroslav Tykhiy2003-01-271-15/+17