aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
...
* Sort sections.Ruslan Ermilov2005-01-1814-94/+94
* 64-bit clean + WARNS=6:Xin LI2005-01-142-5/+4
* Restore these files to make ldconfig(8) happy.Tom Rhodes2005-01-114-0/+504
* Remove a.out runtime linker. It doesn't build and was removed from theTom Rhodes2005-01-1113-4456/+0
* Replace err(3) calls when in daemon mode by syslog(3), too.Yaroslav Tykhiy2005-01-101-4/+8
* NOPAM -> NO_PAMRuslan Ermilov2004-12-212-2/+2
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-213-3/+3
* Do a small style(9) fix before I'm hacking the code itself.Yaroslav Tykhiy2004-12-161-1/+0
* free(3) is void already.Yaroslav Tykhiy2004-12-161-1/+1
* Never emit a message to stderr: use syslog instead.Yaroslav Tykhiy2004-12-121-9/+15
* Implement a dummy atomic_cmpset_32(). It should be safe to use it in rtld asOlivier Houchard2004-11-231-0/+11
* When looking for a virtual host to handle the connection,Yaroslav Tykhiy2004-11-221-2/+3
* Calling pam_chauthtok() isn't really needed sinceYaroslav Tykhiy2004-11-221-7/+3
* Don't log the chroot dir on every command since it's constant for a session.Yaroslav Tykhiy2004-11-221-9/+8
* Always log remote IP.Yaroslav Tykhiy2004-11-221-13/+9
* Treat host name buffers consistently.Yaroslav Tykhiy2004-11-221-12/+23
* Make chrootdir global and use it in log messagesYaroslav Tykhiy2004-11-181-9/+4
* Nitpicking on style(9) and whitespace.Yaroslav Tykhiy2004-11-181-13/+13
* Use __FBSDID.Yaroslav Tykhiy2004-11-184-8/+12
* Don't say, "file: permission denied," if the operationYaroslav Tykhiy2004-11-181-1/+1
* Use uniform punctuation, capitalization, and language styleYaroslav Tykhiy2004-11-182-45/+44
* Apply __printflike() to the appendf() prototype so the compilerYaroslav Tykhiy2004-11-181-1/+1
* Fix perror_reply() vs. reply() usage.Yaroslav Tykhiy2004-11-182-3/+3
* '\n' needs not to appear in reply() strings.Yaroslav Tykhiy2004-11-181-3/+3
* Log pathname arguments to ftp commands as the user specified them;Yaroslav Tykhiy2004-11-181-33/+55
* Use S_ISDIR() macro instead of a hand-rolled test.Yaroslav Tykhiy2004-11-181-1/+1
* getcwd() won't leave a error string in the buffer, unlike getwd().Yaroslav Tykhiy2004-11-181-1/+1
* Use POSIX functions instead of legacy ones:Yaroslav Tykhiy2004-11-171-2/+2
* Kill more unneeded casts found.Yaroslav Tykhiy2004-11-172-4/+4
* Remove 80386 support from the ELF run time linker.John Baldwin2004-11-162-163/+0
* Don't invent ways of capitalization orthogonal to the English grammar.Yaroslav Tykhiy2004-11-151-2/+2
* RFC 959 states that the following codes should be usedYaroslav Tykhiy2004-11-151-3/+5
* So do it like we do in usr.bin/tip/tip/Makefile. ;)Ruslan Ermilov2004-11-141-0/+2
* Revert previous commit. As ru explains:Jens Schweikhardt2004-11-141-1/+1
* Avoid an (ignored) error by invoking chflags on the link target, not theJens Schweikhardt2004-11-141-1/+1
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-131-2/+7
* Using off_t to pass a block size is obvious overkill.Yaroslav Tykhiy2004-11-131-2/+2
* Kill ancient casts to integral types left from the K&R era.Yaroslav Tykhiy2004-11-133-9/+9
* Remove these unused files before any other archs include the same bogusJohn Baldwin2004-11-126-1057/+0
* The 32 bit compatability ld-elf32.so.1 cannot use i386_set_ldt() whenPeter Wemm2004-11-061-0/+6
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-032-2/+4
* Fix logxfer() by using realpath(3) instead of playing with getwd(3).Yaroslav Tykhiy2004-11-031-4/+8
* Replace the last occurence of (long long) and %qd withYaroslav Tykhiy2004-11-021-2/+2
* Implement TLS relocations for powerpc.Suleiman Souhlal2004-11-022-3/+73
* Do the TLS offset allocations before relocations, as otherwise thereSuleiman Souhlal2004-11-021-11/+11
* OpenPAM allows passing a NULL "pamh" to pam_strerror() to indicateYaroslav Tykhiy2004-11-011-2/+5
* - Stop shadowing global "pamh" by a local variable in auth_pam().Yaroslav Tykhiy2004-10-301-9/+15