aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.2.0_cvscvs2svn2000-11-20203-203/+203
| | | | | | | 'RELENG_4_2_0_RELEASE'. This commit was manufactured to restore the state of the 4.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: Fix to previous security fix.Kris Kennaway2000-11-203-9/+4
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=68925
* MFC: Remove broken PAM support from rlogind.Warner Losh2000-11-123-178/+1
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=68626
* MFC 1.16: Remove broken PAM support.Warner Losh2000-11-121-9/+0
| | | | Notes: svn path=/stable/4/; revision=68625
* MFC: 1.33 remove broken PAM support from rshd.c. It doens't allocateWarner Losh2000-11-121-20/+0
| | | | | | | | | a pty so it isn't suitble for interactive PAM modules. Approved by: jkh Notes: svn path=/stable/4/; revision=68624
* MFC: Fix to=auto in bootptab.Dirk Froemberg2000-11-111-6/+10
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=68593
* MFC 1.49 -> 1.50: Eliminate superfluous "Undefined symbol" errorJohn Polstra2000-11-081-2/+0
| | | | | | | | | message. Approved by: jkh Notes: svn path=/stable/4/; revision=68470
* MFC: Filter more magic environment variables, and do some string functionKris Kennaway2000-10-313-4/+11
| | | | | | | paranoia. Notes: svn path=/stable/4/; revision=68039
* MFC: Add a MAINTAINER= line so people know who to blameGregory Neil Shapiro2000-10-262-0/+4
| | | | Notes: svn path=/stable/4/; revision=67661
* MFC: Fix broken PAM with SKEY behaviour: the skey.access file checksGuido van Rooij2000-10-231-7/+8
| | | | | | | were broken because the code failed to set PAM_RHOST. Notes: svn path=/stable/4/; revision=67475
* MFC: mail.local(8) is no longer installed as a set-user-id binary.Gregory Neil Shapiro2000-10-191-2/+0
| | | | Notes: svn path=/stable/4/; revision=67328
* MFC: Style fixesGregory Neil Shapiro2000-10-112-8/+8
| | | | Notes: svn path=/stable/4/; revision=66962
* MFC: make it compile without -DNO_PAM again.Ruslan Ermilov2000-10-062-1/+5
| | | | Notes: svn path=/stable/4/; revision=66756
* MFC: add -u flag to tftpd which sets username tftpd runs asJordan K. Hubbard2000-09-232-30/+65
| | | | Notes: svn path=/stable/4/; revision=66300
* MFC: Add support for dlsym(RTLD_DEFAULT, ...).John Polstra2000-09-222-69/+97
| | | | | | | | | dlfcn.h: 1.10 -> 1.11 rtld.c: 1.48 -> 1.49 rtld.h: 1.19 -> 1.20 Notes: svn path=/stable/4/; revision=66203
* MFC 1.47 -> 1.48: Pass useful info to r_debug_state(), toJohn Polstra2000-09-221-8/+18
| | | | | | | be used by debuggers and/or trace tools. Notes: svn path=/stable/4/; revision=66202
* MFC: Honour skey.access(5) by allowing UNIX passwords when skeyaccess(3)Jordan K. Hubbard2000-09-202-5/+10
| | | | | | | has set pwok to a non-zero value. Eliminate gratuitous extern. Notes: svn path=/stable/4/; revision=66117
* MFC: get at errno properly.Jordan K. Hubbard2000-09-201-3/+4
| | | | Notes: svn path=/stable/4/; revision=66116
* MFC: Give users a way to alter the sendmail (and related utilities) buildGregory Neil Shapiro2000-09-192-0/+12
| | | | | | | environment so they can enable functionality such as SASL, LDAP, Hesiod. Notes: svn path=/stable/4/; revision=66087
* MFC: Import of sendmail 8.11.0.Gregory Neil Shapiro2000-08-272-5/+29
| | | | | | | | Includes: moving /etc/aliases to /etc/mail/aliases, removing outdated documentation, and updating freebsd.mc for new syntax. Notes: svn path=/stable/4/; revision=65133
* MFC: sprintf() -> snprintf() paranoia.Kris Kennaway2000-08-231-2/+2
| | | | Notes: svn path=/stable/4/; revision=65007
* MFC rev 1.67: use MAXLOGNAME.Sheldon Hearn2000-08-171-1/+1
| | | | Notes: svn path=/stable/4/; revision=64779
* MFC: (rev 1.66) fix `control socket: Protocol not supported'Ruslan Ermilov2000-08-171-3/+2
| | | | | | | failure in standalone mode. Notes: svn path=/stable/4/; revision=64765
* MFC: NOUUCP make flag.Paul Saab2000-08-071-1/+4
| | | | Notes: svn path=/stable/4/; revision=64339
* MFC: Add 'nc' flag to gettytab -- no carrier.Paul Saab2000-08-074-3/+7
| | | | Notes: svn path=/stable/4/; revision=64338
* MFC: [rev 1.8] Don't uselessly set MANDEPEND/MANSRC. Fix somePaul Saab2000-08-071-9/+7
| | | | | | | other style bugs. Notes: svn path=/stable/4/; revision=64337
* MFC: [rev 1.10] Spelling fix.Paul Saab2000-08-071-1/+1
| | | | Notes: svn path=/stable/4/; revision=64336
* MFC: Call init and fini functions in a proper order based on theJohn Polstra2000-07-292-106/+185
| | | | | | | | | | interdependencies of the shared libraries. Includes these revisions: rtld.c 1.47 rtld.h 1.19 Notes: svn path=/stable/4/; revision=64010
* MFC rev 1.29 -> 1.30: Make compilable without -DINET6.Hajimu UMEMOTO2000-07-291-6/+2
| | | | | | | | | | With shut up unused variable warnings. PR: bin/20225 Submitted by: Paul Herman <pherman@frenchfries.net> Notes: svn path=/stable/4/; revision=64008
* MFC: rev 1.13 (use install(1) rather than cp)David E. O'Brien2000-07-201-1/+2
| | | | Notes: svn path=/stable/4/; revision=63640
* MFC: Don't call vfprintf-like functions without a format string.Kris Kennaway2000-07-201-1/+1
| | | | Notes: svn path=/stable/4/; revision=63636
* Don't reply "not a plain file" when the requested file doesn't exist.Dag-Erling Smørgrav2000-07-181-2/+8
| | | | Notes: svn path=/stable/4/; revision=63467
* MFC: Block signals while holding the exclusive lock to avoid lockingJohn Polstra2000-07-182-3/+56
| | | | | | | | | | | | | | | | | | | against self. The revisions merged are: alpha/lockdflt.c: 1.5 -> 1.6 i386/lockdflt.c: 1.5 -> 1.6 I discussed this merge with the release engineer and we agreed that this particular merge would best be done as soon as possible, rather than waiting until just before the 4.1 code freeze when it couldn't receive the benefit of testing with the ports it is intended to fix. (It should fix Mozilla and other user threads based programs. And it should fail to break any linuxthreads based programs.) Approved by: jkh Notes: svn path=/stable/4/; revision=63370
* MFC: Use spinlocks + nanosleep for thread locking to make it workJohn Polstra2000-07-126-214/+232
| | | | | | | | | | | | | | | | | with all threads packages. Revamp data structures to allow non-exclusive locking in most cases. Deprecate dllockinit() and make it a do-nothing stub. Merges in the following deltas: src/libexec/rtld-elf/rtld.c 1.46 src/libexec/rtld-elf/rtld.h 1.18 src/libexec/rtld-elf/alpha/lockdflt.c 1.5 src/libexec/rtld-elf/alpha/rtld_machdep.h 1.4 src/libexec/rtld-elf/alpha/rtld_start.S 1.4 src/libexec/rtld-elf/i386/lockdflt.c 1.5 src/libexec/rtld-elf/i386/rtld_machdep.h 1.4 Notes: svn path=/stable/4/; revision=62998
* MFC 1.10 -> 1.11: Eliminate unaligned accesses while relocating.John Polstra2000-07-121-12/+27
| | | | Notes: svn path=/stable/4/; revision=62996
* MFC 1.19 -> 1.20: Fix .Po usage.John Polstra2000-07-121-1/+2
| | | | Notes: svn path=/stable/4/; revision=62994
* MFC 1.10 -> 1.11: Fix missing DPADDs and some style bugs.John Polstra2000-07-121-4/+5
| | | | Notes: svn path=/stable/4/; revision=62993
* MFC: clarify -S option (s/transfer/file downlod/)Ben Smithurst2000-07-111-1/+1
| | | | Notes: svn path=/stable/4/; revision=62949
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-102-0/+411
| | | | Notes: svn path=/stable/4/; revision=62923
* MFC rev 1.32: Plug the hole where rshd would bypass a proper .rhostsBrian S. Dean2000-07-101-3/+2
| | | | | | | check if the password was empty. Notes: svn path=/stable/4/; revision=62918
* MFC: rev 1.12 (save previous dynamic linker)David E. O'Brien2000-07-081-0/+12
| | | | Notes: svn path=/stable/4/; revision=62818
* MFC: 1.11Nick Sayer2000-06-301-2/+7
| | | | Notes: svn path=/stable/4/; revision=62292
* MFC: 1.19Nick Sayer2000-06-301-1/+6
| | | | Notes: svn path=/stable/4/; revision=62291
* MFC: Use the new fflagstostr and strtofflags functions in libc.Josef Karthauser2000-06-281-2/+2
| | | | Notes: svn path=/stable/4/; revision=62194
* MFC: Fixes virtual host selection from /etc/ftphosts.David Nugent2000-06-261-8/+11
| | | | | | | PR: bin/19390 Notes: svn path=/stable/4/; revision=62102
* MFC: IPv6 support.Hajimu UMEMOTO2000-06-031-10/+10
| | | | Notes: svn path=/stable/4/; revision=61225
* MFC: v1.63Nick Sayer2000-05-251-0/+31
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=60932
* MFC: minor mdoc cleanup.Mike Pritchard2000-05-241-2/+2
| | | | Notes: svn path=/stable/4/; revision=60875
* MFC: remove dead debug codeJeroen Ruigrok van der Werven2000-05-161-8/+0
| | | | Notes: svn path=/stable/4/; revision=60639
* MFC: Cross-reference ldd(1) in rtld(1) and vice versa.Sheldon Hearn2000-03-281-0/+1
| | | | Notes: svn path=/stable/4/; revision=58723