aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Use fgetln(3) to read lines from configuration files (ftpusers, ftphosts.)Yaroslav Tykhiy2002-07-121-48/+78
* Add ability to only beep when mail arrives.Johan Karlsson2002-07-092-6/+27
* Remove the nanosleep calls from the spin loops in the locking code.John Polstra2002-07-065-42/+7
* The .Nm utilityPhilippe Charnier2002-07-0626-130/+195
* Make sure to reset transflag back to zero upon succesfully using sendfile()Dan Moschuk2002-07-031-0/+1
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachHajimu UMEMOTO2002-07-021-14/+12
* Remove trailing whitespaces.Maxim Konovalov2002-07-011-2/+2
* Move 'byte_count' calculation just before 'recvurg' check. It is a globalMaxim Konovalov2002-07-011-1/+5
* Implement a flag to disable directory creation for anonymous users.Matthew N. Dodd2002-07-012-3/+12
* Remove a GCC-specific command-line option. We should be using WARNS=nMark Murray2002-06-281-1/+1
* When the -p flag is specified, set an environment variable to the nameGarrett Wollman2002-06-262-12/+30
* Gut out (by default unused) cruft, and tidy up warnings.Mark Murray2002-06-263-170/+22
* Update the asm statements to use the "+" modifier instead ofJohn Polstra2002-06-244-16/+16
* Add needed include of mman.h to fix sparc64 buildworld.Jake Burkholder2002-06-241-1/+3
* The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only).Matthew Dillon2002-06-222-21/+58
* This is the same alloca() fix as was committed for i386. David O'BrienMatthew Dillon2002-06-181-5/+17
* Dillon's recent commits to the dynamic linker without running themJohn Polstra2002-06-101-1/+0
* Correct a bug in the last commit. The whole point of creating a 'done:'Matthew Dillon2002-06-102-6/+6
* In tracking down an installation seg fault with then openoffice portMatthew Dillon2002-06-102-18/+42
* Add used include of <string.h>.Garrett Wollman2002-05-301-1/+1
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-282-27/+2
* Assume __STDC__, remove non-__STDC__ code. ...Alfred Perlstein2002-05-282-24/+4
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-11/+3
* This code defined a private __P, nuke it.Alfred Perlstein2002-05-288-87/+59
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-2814-97/+17
* Don't risk catching a signal while handling a signal for a dying child, as weJuli Mallett2002-05-271-0/+8
* Include machine/ia64_cpu.h because we use ia64_mf().Marcel Moolenaar2002-05-211-0/+1
* Understand the new NGM_PPPOE_SESSIONID message and set SESSIONIDBrian Somers2002-05-141-2/+9
* Fixed CLEANFILES.Ruslan Ermilov2002-05-131-0/+2
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.Dag-Erling Smørgrav2002-05-082-43/+10
* PAMify.Dag-Erling Smørgrav2002-05-081-253/+127
* Unbreak static build and remove usage() that isn't usage().Dag-Erling Smørgrav2002-05-031-15/+8
* PAMify rexecd(8).Dag-Erling Smørgrav2002-05-022-116/+89
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-287-27/+30
* Fix handling of weak references to undefined symbols on ia64:Marcel Moolenaar2002-04-272-29/+21
* Now that local symbols aren't looked up with the symbol hash table,Marcel Moolenaar2002-04-271-10/+3
* Don't do symbol lookups for local symbols. The symbol index in theMarcel Moolenaar2002-04-271-7/+14
* Correct indent.Hajimu UMEMOTO2002-04-261-15/+15
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* When opieverify() is fail, fallback to try unix password.Hajimu UMEMOTO2002-04-161-4/+9
* Add an IPv6 support.Hajimu UMEMOTO2002-04-161-10/+23
* Make this compilable without -DOPIE.Jun Kuriyama2002-04-161-1/+1
* IPv6 support for tftp/tftpd.Hajimu UMEMOTO2002-04-111-15/+60
* Better handle the case with a network that drops packets by retryingDoug Ambrisko2002-04-091-3/+13
* Allow to compile with both GCC 2.95 and 3.1.David E. O'Brien2002-04-081-2/+3
* Fix a relocation bug in the ia64 ld.so. Weak function pointers in sharedPeter Wemm2002-04-071-3/+16
* Fix warnings.Dag-Erling Smørgrav2002-04-063-13/+13
* Minor changes to make this work on sparc64.Jake Burkholder2002-04-021-33/+46
* Include <string.h> for some prototypes, rather than depending onMike Barcroft2002-04-011-0/+1
* Add missing commas. At least I didn't miss a period.Warner Losh2002-03-182-3/+3