summaryrefslogtreecommitdiff
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
* MFC 1.3 -> 1.4: Make the default locking work with JDK and pthreads.John Polstra2000-01-281-8/+10
| | | | Notes: svn path=/stable/3/; revision=56757
* MFC 1.41 -> 1.42: Treat white space as a separator in LD_PRELOAD.John Polstra2000-01-251-3/+4
| | | | Notes: svn path=/stable/3/; revision=56567
* Sync with -current: add locking support to the dynamic linker.John Polstra2000-01-216-106/+295
| | | | Notes: svn path=/stable/3/; revision=56358
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn2000-01-171-0/+87
| | | | Notes: svn path=/stable/3/; revision=56172
* MFC: We do not support the -B option.Jeroen Ruigrok van der Werven2000-01-121-12/+1
| | | | | | | | PR: 15925 Submitted by: Thierry Herbelot Notes: svn path=/stable/3/; revision=55860
* MFC: modc(7)'fy, add required Xrs to some pages and sort SEE ALSO XrsAlexey Zelkin2000-01-072-11/+29
| | | | Notes: svn path=/stable/3/; revision=55564
* MFC: fixes for dlopen() which allow mozilla to actually work in -stable.Jordan K. Hubbard1999-12-175-109/+328
| | | | | | | /usr/bin/id ran just fine after these changes, so jdp says "ship it." :) Notes: svn path=/stable/3/; revision=54712
* MFC: bind 8.2.2.p5Peter Wemm1999-12-131-1/+5
| | | | | | | | Urged by: imp, alfred, and a whole bunch of other folks. Approved by: jkh (a few days ago) Notes: svn path=/stable/3/; revision=54554
* MFC: Document SysV-like daemon keep-alive facility.Sheldon Hearn1999-12-071-1/+11
| | | | Notes: svn path=/stable/3/; revision=54251
* Enable pppoedBrian Somers1999-11-281-1/+1
| | | | Notes: svn path=/stable/3/; revision=53833
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-11-263-0/+769
| | | | Notes: svn path=/stable/3/; revision=53726
* MFC 1.38 -> 1.39: Fix comment describing shared library searchJohn Polstra1999-11-191-1/+1
| | | | | | | order. Notes: svn path=/stable/3/; revision=53401
* STAT command sent to ftpd during file transfer was mishandled every otherMichael Haro1999-10-251-0/+1
| | | | | | | | | time. MFC: 1.58 Notes: svn path=/stable/3/; revision=52481
* MFC: correct spelling: ascii -> ASCIIAlexey Zelkin1999-09-201-1/+1
| | | | | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp Notes: svn path=/stable/3/; revision=51459
* MFC 1.37 -> 1.38: Change the warning about unrecognized entries inJohn Polstra1999-09-061-2/+2
| | | | | | | | | | the dynamic table to a debug message. PR: bin/12849 Approved by: jkh Notes: svn path=/stable/3/; revision=51024
* $Id$ -> $FreeBSD$Peter Wemm1999-08-29186-186/+186
| | | | Notes: svn path=/stable/3/; revision=50572
* MFC 1.29 -> 1.30: Fix segmentation violations in certain obscureJohn Polstra1999-08-221-6/+6
| | | | | | | cases involving failed dlopens. Notes: svn path=/stable/3/; revision=50169
* MFC: Change many asserts into normal errors. Enable format stringJohn Polstra1999-08-223-39/+65
| | | | | | | | | | | mismatch checking for _rtld_error(). map_object.c: 1.2 -> 1.3 rtld.c: 1.28 -> 1.29 rtld.h: 1.6 -> 1.7 Notes: svn path=/stable/3/; revision=50168
* MFC 1.6 -> 1.7: Mark my turf as maintainer.John Polstra1999-08-221-1/+2
| | | | Notes: svn path=/stable/3/; revision=50166
* MFC: merge correction from 1.8.Gene Stark1999-08-081-9/+5
| | | | Notes: svn path=/stable/3/; revision=49508
* MFC: apply fix from 1.7 for server looping problem.Gene Stark1999-08-081-2/+2
| | | | Notes: svn path=/stable/3/; revision=49506
* MFC 1.26 -> 1.27: Cleanup properly after a failed dlopen().John Polstra1999-07-141-38/+44
| | | | | | | | PR: bin/12471 Submitted by: Max Khon <fjoe@iclub.nsu.ru> Notes: svn path=/stable/3/; revision=48808
* MFC 1.27 -> 1.28: Bugfix for dladdr() and dlsym(RTLD_NEXT, ...).John Polstra1999-07-141-2/+2
| | | | Notes: svn path=/stable/3/; revision=48807
* MFC 1.5 -> 1.6: Handle R_ALPHA_NONE relocations.John Polstra1999-07-141-1/+4
| | | | Notes: svn path=/stable/3/; revision=48806
* MFC: Fix a couple of typos.Mike Pritchard1999-07-121-3/+3
| | | | Notes: svn path=/stable/3/; revision=48787
* MFC 1.25 -> 1.26: Make it possible to debug the _init functions.John Polstra1999-07-081-3/+3
| | | | Notes: svn path=/stable/3/; revision=48684
* MFC: Fix serious performance bug for large programs with multipleJohn Polstra1999-06-295-77/+201
| | | | | | | GOTs. Notes: svn path=/stable/3/; revision=48332
* MFC: update the SYSNOPSIS to reflect that the -l option can beMike Pritchard1999-06-281-2/+3
| | | | | | | specified more than once. Notes: svn path=/stable/3/; revision=48314
* MFC 1.24 -> 1.25: Fix reference counting problem.John Polstra1999-06-251-3/+4
| | | | | | | PR: bin/12129 Notes: svn path=/stable/3/; revision=48209
* MFC: small patch to ypxfr to allow it to run properly from cron.Bill Paul1999-05-101-4/+4
| | | | Notes: svn path=/stable/3/; revision=46930
* MFC (rev 1.26): Add -A to SYNOPSIS.Guy Helmer1999-05-041-1/+2
| | | | | | | PR: docs/10771 Notes: svn path=/stable/3/; revision=46440
* MFC: Use realhostname() and trimdomain().Brian Somers1999-05-0227-203/+126
| | | | | | | | | | main() returns int Silence egcs (yeah, I know....) Reprompt if given an empty login name in uucpd Correct errno handling in uucpd. Notes: svn path=/stable/3/; revision=46281
* MFC 1.21 -> 1.22: Initialize "__progname" and "environ" beforeJohn Polstra1999-04-281-7/+33
| | | | | | | calling _init() functions. Notes: svn path=/stable/3/; revision=46134
* MFC 1.20 -> 1.21: Give RPATH precedence over LD_LIBRARY_PATH, as perJohn Polstra1999-04-281-4/+4
| | | | | | | the ELF spec. Notes: svn path=/stable/3/; revision=46132
* MFC (1999/04/08 17:28:44 PDT):John Polstra1999-04-287-89/+99
| | | | | | | | | Isolate architecture dependencies better. Eliminate some asm(). Make the dynamic linker work if it is built as an executable. Notes: svn path=/stable/3/; revision=46131
* MFC 1.18 -> 1.19: Fix typos in comments.John Polstra1999-04-281-3/+3
| | | | Notes: svn path=/stable/3/; revision=46128
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-04-155-0/+208
| | | | Notes: svn path=/stable/3/; revision=45700
* MFC rev 1.24 - reset rlimits for ppploginPeter Wemm1999-04-071-1/+4
| | | | | | | PR: 10399 Notes: svn path=/stable/3/; revision=45417
* MFC: al=username autologin supportPeter Wemm1999-04-074-7/+27
| | | | | | | Submitted by: "Andrew J. Korty" <ajk@purdue.edu> Notes: svn path=/stable/3/; revision=45416
* MFC 1.16 -> 1.17: Resolve undefined weak references to 0.John Polstra1999-04-071-1/+13
| | | | Notes: svn path=/stable/3/; revision=45414
* MFC 1.15 -> 1.16: Handle NULL argv.John Polstra1999-04-071-2/+2
| | | | Notes: svn path=/stable/3/; revision=45413
* MFC: Correct dladdr() functionality.Nate Williams1999-03-241-7/+14
| | | | Notes: svn path=/stable/3/; revision=45019
* MFC: Install with -fschg to protect the loader from accidental removal.Nate Williams1999-03-241-2/+3
| | | | Notes: svn path=/stable/3/; revision=45017
* MFC: dladdr(3) support.Nate Williams1999-03-241-1/+47
| | | | Notes: svn path=/stable/3/; revision=45016
* MFC: .Os usageBill Fenner1999-02-152-4/+4
| | | | Notes: svn path=/stable/3/; revision=44061
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-214-772/+0
| | | | Notes: svn path=/stable/3/; revision=42951
* Oops, I missed a few more /etc/nologin references yesterday. It appearsSatoshi Asami1999-01-123-8/+8
| | | | | | | | | my check of the tree was incomplete. Sorry guys. Reported by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/head/; revision=42587
* As previously threatened, clean up the rshd -a option and make it defaultPeter Wemm1998-12-163-111/+50
| | | | | | | | | | | | | | | | | | | on rshd and rlogind. However, note that: 1: rshd used to drop a connection with -a if the hostname != ip address. This is unneeded, because iruserok() does it's own checking. It was also wrong if .rhosts had an explicit IP address in it, connections would be dropped from that host solely because the DNS was mismatched even though it was explicitly intended to work by IP address. 2: rlogind and rshd check the hostname mappings by default now because that is what goes into the utmp/wtmp and logs. If the hostname != ip address, then it uses the IP address for logging/utmp/wtmp purposes. There isn't much point logging ficticious hostnames. 3: rshd -a is now accepted (but ignored) for compatability. If you really want to make life miserable for people with bad reverse DNS, use tcpd in paranoid mode (which is questionable anyway, given DNS ttl tweaking). Notes: svn path=/head/; revision=41860
* Old stuff laying around: Don't use a function called getstr(), that hasPeter Wemm1998-12-161-6/+6
| | | | | | | | nasty consequences when the system curses is ncurses as this conflicts with a ncurses funciton and causes recursion. Notes: svn path=/head/; revision=41857
* Block for buffer overflow.Eivind Eklund1998-12-131-1/+3
| | | | Notes: svn path=/head/; revision=41734