aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-06-042-0/+90
| | | | Notes: svn path=/stable/2.1/; revision=16112
* Patch the -stable yppasswdd so that it doesn't try to call getpwnam().Bill Paul1996-05-312-1/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem with doing this is that getpwnam() will process all the special inclusion and exclusion lines in /etc/master.passwd, including substitution. So, for example, if you have a line on your NIS master server that says: +@disallowed-users:::::::::/etc/nologin Then yppasswdd will end up with a user record that has /etc/nologin as a shell. This in turn will get propagated into /var/yp/master.passwd when an update is performed, and the user's shell will be changed to /etc/nologin, thus locking them out of the system. To fix this, yppasswdd now retrieves the user's master.passwd record directly from ypserv using a call to yp_match(). This bypasses all the inclusion/exclusion/substitution processing in getpwent(3). Note that rpc.yppasswdd in FreeBSD-current does not suffer from this problem: it digs directly into the map database files when searching for user records, which means it not only bypasses getpwent(3), it will also work even if your NIS master server isn't set up as an NIS client. I could have done something similar here, but that would have meant adding DB interface code which would have been much more complicated. Bug pointed out by: Tom Samplonius Notes: svn path=/stable/2.1/; revision=16043
* Remove extra copy of vasprintf.cJordan K. Hubbard1996-05-301-139/+0
| | | | Notes: svn path=/stable/2.1/; revision=15989
* Remove a redundant copy of vasprintf.cJordan K. Hubbard1996-05-301-139/+0
| | | | Notes: svn path=/stable/2.1/; revision=15988
* Merge from HEAD, except:Jordan K. Hubbard1996-05-29228-23241/+2624
| | | | | | | | | | | | Clients that used gnumalloc still do, despite the merge. We're not bringing phkmalloc over. Thread stuff left out. PCCARD support left out. Notes: svn path=/stable/2.1/; revision=15984
* Remove seuid bit, it's not necessary.Paul Traina1996-05-221-2/+0
| | | | Notes: svn path=/stable/2.1/; revision=15867
* Call groff directly to avoid nroff shell scriptPaul Traina1996-05-221-1/+1
| | | | | | | Submitted by: peter Notes: svn path=/stable/2.1/; revision=15866
* Invoke proper gzipJordan K. Hubbard1996-05-201-1/+1
| | | | Notes: svn path=/stable/2.1/; revision=15826
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-05-191-0/+72
| | | | Notes: svn path=/stable/2.1/; revision=15822
* Sync with HEADJordan K. Hubbard1996-05-0316-1625/+1727
| | | | Notes: svn path=/stable/2.1/; revision=15584
* Bring in changes from main branch.John Polstra1996-05-023-622/+811
| | | | | | | | | | Makefile 1.15 -> 1.18: Safer installation on a running system. rtld.1 1.2 -> 1.3: Add LD_PRELOAD, remove LD_NO_INTERN_SEARCH and LD_NOSTD_PATH. rtld.c 1.27 -> 1.33: Major speedups, code cleanups, LD_PRELOAD support. Notes: svn path=/stable/2.1/; revision=15554
* Bring in minor manual page fixups from main branch 1.7 -> 1.8.John Polstra1996-05-021-12/+12
| | | | Notes: svn path=/stable/2.1/; revision=15553
* Bring in small speedups from main branch 1.2 -> 1.3.John Polstra1996-05-021-3/+2
| | | | Notes: svn path=/stable/2.1/; revision=15552
* Bring in changes from main branch.John Polstra1996-05-024-87/+150
| | | | | | | | | | ld.c 1.29 -> 1.31: open/fopen error checking, remove LD_NOSTD_LIB ld.h 1.14 -> 1.16: prototypes for new functions in shlib.c lib.c 1.15 -> 1.16: open/fopen error checking shlib.c 1.13 -> 1.15: new functions for dynamic linker Notes: svn path=/stable/2.1/; revision=15551
* Merge with HEAD an improved Index: priority fix.Mark Murray1996-04-111-2/+7
| | | | Notes: svn path=/stable/2.1/; revision=15197
* Fix to ldconfig to handle shlibs with . in their actual names.Poul-Henning Kamp1996-04-021-10/+30
| | | | | | | Taken from -current. Notes: svn path=/stable/2.1/; revision=15000
* Bring in the fix from rev 1.4 of copyin.c (fix for infinite loop,Joerg Wunsch1996-03-181-3/+34
| | | | | | | and for sparsely stored links). Notes: svn path=/stable/2.1/; revision=14685
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-03-185-0/+266
| | | | Notes: svn path=/stable/2.1/; revision=14678
* Add libmp/libgmp to Makefile SUBDIR, after having tagged them into 2.1Peter Wemm1996-02-231-2/+2
| | | | | | | from -current. The ssh port is expecting these to be present. Notes: svn path=/stable/2.1/; revision=14229
* Bring across cvs from -current (which is at about version 1.6.3).Peter Wemm1996-02-2388-6606/+13565
| | | | | | | | | | | | | This has remote repository access via "rsh". (eg: $CVSROOT = freefall.freebsd.org:/home/ncvs) This is not quite the latest version, but it's a "known quantity". There were a few covert tagging operations done as well to bring some new files onto the -stable branch, these do not show here. Notes: svn path=/stable/2.1/; revision=14203
* Bring rcs-5.7 from -current, since probably the most common usePeter Wemm1996-02-2340-4708/+7293
| | | | | | | | | of rcs on FreeBSD systems is to read the RCS/CVS repository, which is maintained by rcs-5.7. Also, later versions of CVS get advantages from it. Notes: svn path=/stable/2.1/; revision=14200
* Update the diff tools to diffutils-2.7 as in -current. This is morePeter Wemm1996-02-2216-723/+987
| | | | | | | compatable with the more recent cvs releases with remote access. Notes: svn path=/stable/2.1/; revision=14196
* Brought in changes from main branch: added .Fx macro.Mike Pritchard1996-02-121-0/+18
| | | | Notes: svn path=/stable/2.1/; revision=14072
* Merge from HEADJordan K. Hubbard1996-02-081-2/+2
| | | | Notes: svn path=/stable/2.1/; revision=13970
* Bring in changes from HEAD: mdoc macro package updated:Mike Pritchard1996-02-012-26/+113
| | | | | | | | | Added/updated some standards for the .St macro. Updated the .Os macro to stop reporting "BSD Experimental", and taught it about FreeBSD and our various versions. Notes: svn path=/stable/2.1/; revision=13830
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-01-291-0/+67
| | | | Notes: svn path=/stable/2.1/; revision=13686
* Merge from HEAD.Jordan K. Hubbard1996-01-101-1/+1
| | | | Notes: svn path=/stable/2.1/; revision=13374
* Merge strength-reduction fix from HEAD.Jordan K. Hubbard1996-01-081-0/+5
| | | | | | | Submitted by: Richard Henderson <richard@atheist.tamu.edu> Notes: svn path=/stable/2.1/; revision=13328
* Merge changes from HEADJordan K. Hubbard1996-01-052-2/+6
| | | | Notes: svn path=/stable/2.1/; revision=13233
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-01-041-0/+388
| | | | Notes: svn path=/stable/2.1/; revision=13222
* Bring in changes from HEAD.Jordan K. Hubbard1996-01-0213-420/+187
| | | | Notes: svn path=/stable/2.1/; revision=13161
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-01-01214-0/+43768
| | | | Notes: svn path=/stable/2.1/; revision=13148
* Also merge from HEAD, just to be consistent.Jordan K. Hubbard1995-12-231-0/+3
| | | | Notes: svn path=/stable/2.1/; revision=12989
* Merge from HEAD. I need this stuff for sysinstall.Jordan K. Hubbard1995-12-237-359/+648
| | | | Notes: svn path=/stable/2.1/; revision=12988
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-10-211-0/+30
| | | | Notes: svn path=/stable/2.1/; revision=11634
* Sync with main branch.David Greenman1995-10-053-13/+39
| | | | Notes: svn path=/stable/2.1/; revision=11224
* Brought in changes from revs 1.26-1.27: print better diagnostic informationDavid Greenman1995-09-281-17/+15
| | | | | | | on failures. Notes: svn path=/stable/2.1/; revision=11045
* Sync with main branch: check major/minor numbers for truncation.David Greenman1995-09-182-5/+31
| | | | Notes: svn path=/stable/2.1/; revision=10866
* Brought in changes from revs 1.3-1.4: check major/minor numbers forDavid Greenman1995-09-181-2/+137
| | | | | | | truncation. Notes: svn path=/stable/2.1/; revision=10864
* Brought in change from rev 1.3: re-init screen after resume from <susp>/fg.David Greenman1995-09-171-0/+1
| | | | Notes: svn path=/stable/2.1/; revision=10841
* Brought in changes from rev 1.6: Give 'Index:' priority over other paths.David Greenman1995-09-171-3/+13
| | | | Notes: svn path=/stable/2.1/; revision=10840
* Brought in changes from rev 1.9: bandaid for NULL pointer dereference.David Greenman1995-09-171-2/+3
| | | | Notes: svn path=/stable/2.1/; revision=10839
* Brought in changes from main branch: updated to UUCP 1.06.1David Greenman1995-09-01226-2547/+9086
| | | | | | | Reviewed by: ache Notes: svn path=/stable/2.1/; revision=10513
* Brought in change from main branch: fix build dependency.David Greenman1995-08-311-1/+1
| | | | Notes: svn path=/stable/2.1/; revision=10503
* Brought in changes from rev 1.6: deal with failures better.David Greenman1995-08-311-2/+14
| | | | Notes: svn path=/stable/2.1/; revision=10501
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-08-309-0/+2195
| | | | Notes: svn path=/stable/2.1/; revision=10481
* Brought in change from rev 1.2: "-c" isn't optional for installation ofDavid Greenman1995-08-301-3/+3
| | | | | | | source files. Notes: svn path=/stable/2.1/; revision=10450
* Brought in change from rev 1.8: fix dependencyDavid Greenman1995-08-301-10/+8
| | | | Notes: svn path=/stable/2.1/; revision=10449
* Brought in change from rev 1.3: fix typo.David Greenman1995-08-301-1/+1
| | | | Notes: svn path=/stable/2.1/; revision=10448
* Brought in changes from main branch: add rtld.1 man page.David Greenman1995-08-301-2/+3
| | | | Notes: svn path=/stable/2.1/; revision=10447