summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Wolfram now also submitted a man page for this.joerg1995-02-153-9/+146
| | | | Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
* Remove dir creating, done by mtreeache1995-02-151-7/+2
| | | | Add missing file name for cmp
* Changes for new _menu interfaceache1995-02-151-2/+2
|
* file selector, helpline, helpfile and more, with my fixesache1995-02-1522-22/+2313
| | | | Submitted by: wmbfmk@urc.tue.nl
* More DESTDIR lossage. Hopefully this will solve the case of the missing NISwpaul1995-02-151-5/+5
| | | | scripts.
* Fix losing Makefile so that it properly honors DESTDIR when installingwpaul1995-02-151-9/+8
| | | | /var/yp/Makefile and /usr/libexec/mknetid. *grumble* *mutter* *mutter*
* This commit was generated by cvs2svn to compensate for changes in r6407,jkh1995-02-1555-0/+3446
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the ISDN userland utilities. Just about ready to start shakingjkh1995-02-1555-0/+3446
| | | | this baby out in earnest..
* Export ${DESTDIR} to h2ph so that the *.ph files end up in the DESTDIRrgrimes1995-02-141-1/+1
| | | | directories instead of /usr/share/perl.
* Add missing ${DESTDIR} so that the sample dir file ends up in thergrimes1995-02-141-1/+2
| | | | correct place.
* The destructor always assumed that it would be called on objects created fromjkh1995-02-141-4/+7
| | | | | ONE constructor routine. This was bogus - there is also a system provided constructor which does not allocate a pattern buffer. Make less assumptions.
* Pass prgbox exit code to main exit codeache1995-02-132-3/+4
|
* Much better error handling added.ache1995-02-131-16/+33
|
* Add -D__BSD__ and don't write "LINUX" on a CD as default.phk1995-02-132-0/+5
|
* Try to clean up some of these nasty warnings.. This code is not justjkh1995-02-123-5/+6
| | | | twisted, it's seriously evil!
* Add mkisofs to list of targets.jkh1995-02-121-2/+2
|
* Walnut Creek's local hacks to this code. Bob says he'll clean them upjkh1995-02-122-4/+50
| | | | RSN and send them back to Eric.
* Changes to make it compile under FreeBSD.jkh1995-02-121-49/+4
|
* This commit was generated by cvs2svn to compensate for changes in r6318,jkh1995-02-1227-0/+6339
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Original virgin sources for version 1.2 of mkisofs, by Eric Youngdale ofjkh1995-02-1227-0/+6339
| | | | | | Yggdrasil Computing Inc. This is a useful concession to us CDROM mastering weenies out here. Obtained from: Yggdrasil Computing, Inc.
* Quiet `make -s'.bde1995-02-081-2/+1
|
* Hurm... I could have sworn I added usr.sbin to the top level GNUwpaul1995-02-071-1/+1
| | | | Makefile. Apparently I was mistaken. *groan*
* Support for more Sun compatible dlopen() and friends. Also added proper errorjkh1995-02-071-87/+205
| | | | | | handling. Reviewed by: gj Submitted by: Mark Diekhans <markd@grizzly.com>
* Do proper job of reaping child 'ypxfr' processes (we could sometimeswpaul1995-02-072-7/+17
| | | | | | leave a zombie lying around until the next map transfer came alone). Also fixed some minor typos on the man page.
* Removed annoying changelog entries from ypclnt.c, added usage() functionwpaul1995-02-062-61/+25
| | | | to ypxfr.c.
* Wrote manual page for ypxfr, modified Makefile to install it.wpaul1995-02-062-5/+198
|
* Wrote manual page for yppush and edited Makefile to install it.wpaul1995-02-053-24/+121
| | | | | Added conditional definition for _PATH_YP in yppush.c in case _PATH_YP isn't defined anywhere else.
* Created manual page for ypserv and changed Makefile to install it.wpaul1995-02-043-4/+286
| | | | | Also tweaked server.c to support newer versions of tcpwrapper (log_tcp.h is now tcpd.h and FROM_UNKNOWN changed to STRING_UNKNOWN).
* added *.info and *.db to the default "ignore" list in cvs to avoid obviouslyphk1995-02-041-1/+1
| | | | common mistakes.
* Created yp_mkdb(8) manual page, modified Makefile to install it.wpaul1995-02-042-5/+131
|
* Changed some comments.wpaul1995-02-041-7/+4
|
* Fixed potential Makefile glitch that could arise if /var/yp doesn't exist yet.wpaul1995-02-031-1/+2
|
* Include <sys/types.h> explicitly to get declaration of u_long forbde1995-02-031-1/+2
| | | | <netinet/in.h> - don't depend on namespace pollution in <stdio.h>.
* Fix to h2ph "undefined function" bugugen1995-02-031-6/+14
| | | | | | | i reported today earlier..tested and works OK.. ( To those who want to experience bug try running aub with old version of socket.ph and with new one or just any perl script "requiring " <sys/socket.ph> or <sys/cdefs.ph> )
* Added ${.CURDIR}s to afterinstall target.wpaul1995-02-031-7/+3
|
* Put ${.CURDIR}s in front of Makefile.yp and mknetid in the required places.wpaul1995-02-031-8/+5
| | | | Also took out uneeded BINDIR & BINMODE stuff.
* Removed reference in comments to -o option of yppasswdd: -o optionwpaul1995-02-031-2/+2
| | | | no longer exists.
* Look for files to install first in the object directory, then in thebde1995-02-022-28/+6
| | | | | | | source directory. Don't create target directories at install time. mtree already handles them correctly.
* Cleaned up and updated the yppasswdd man page to reflect FreeBSD-specificwpaul1995-02-021-70/+173
| | | | changes and new options. (more new man pages and an NIS tutorial to follow)
* Need to set a umask to avoid security problems (/var/yp/passwdwpaul1995-02-011-1/+2
| | | | world-writable).
* Cleaned up usage() -- removed bogus references to opassfile, which isn'twpaul1995-02-012-8/+3
| | | | | | used anymore (/var/yp/Makefile creates a new /var/yp/passwd file from /var/yp/master.passwd using awk, so yppasswdd doesn't have to make it anymore).
* /var/yp/Makefile doesn't create passwd file from master.passwd filewpaul1995-02-011-2/+2
| | | | | | | correctly (specified wrong fields to awk). Note that the files in question are noe the local /etc/master.passwd and /etc/passwd files: this Makefile expects there to be a seperate master.passwd file under /var/yp for NIS database creation.
* Added the yppwupdate script. This is a small shell script that yppasswddwpaul1995-02-012-0/+13
| | | | | | | executes after it finishes updating the raw master.passwd file. The script is just there to invoke /var/yp/Makefile to build new maps and yppush them. We could have yppasswdd run /var/yp/Makefile directly, but this allws a bit more flexibility: the user may decide to run some other commands too.
* Added Makefile.yp and mknetid, which are needed to rebuild NIS maps.wpaul1995-02-013-1/+358
| | | | | mknetid is a script. Both are installed by an afterinstall which as been added to the main Makefile.
* Fix reading of stack addresses from core files. USRSTACK now really isbde1995-01-311-2/+2
| | | | the (top of the) user stack.
* Added SUNDIR entry for yppushwpaul1995-01-311-2/+2
|
* Obtained from: The NYS projectwpaul1995-01-317-0/+1652
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a ported/modified version of the yppush program from the yps-0.21 package from the NYS project. This program is used to propagate updated NIS maps from an NIS master to an NIS slave. It's normally invoked by /var/yp/Makefile. This version of yppush has been modified in the following ways: - Cleared up several Linux/BSD incompatibilities, largely involving header files. - converted from GDBM to DB with extreme predjudice. (well, not really...) - removed lots of ugly debugging code that really didn't do anyone any good. - Fixed a couple of inaccurate/badly formatted error messages. - Renamed some functions to avoid collisions with certain YP routines hidden inside libc. - Small signal handling kludge: Linux has different struct sigaction that us. - Incorporated some functions from the yps-0.21 library that yppush was dependent on. Like ypxfr, this works, but could use come cleaning up.
* Added subdir entry for ypxfrwpaul1995-01-311-2/+2
|
* Obtained from: The NYS projectwpaul1995-01-317-0/+1694
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a ported/modified version of the ypxfr program from the yps-0.21 package from the NYS project. This program is normally invoked by ypserv when it receives a yppush command from an NIS master. It can also be run from the command line to grab copies of maps when initializing a slave server. This program has been hacked in the following ways: - rpcgen'ed new yp_xdr.c, yp_svc.c and yp_clnt.c files. The old ones were rather grody. - Changed certain function names (prefended a _ to them) to avoid conflicts with certain functions lurking within libc. One major problem here is that ypxfr needs to bind to a YP master in order to work correctly, but it can't use the _yp_bind function inside libc because that function only lets you bind to a domain, not a specific host. Lots of head scratching here. - Converted from GDBM to DB at gunpoint. - Removed lots of really nasty looking DEBUG code to try to reduce clutter. - Incorporated some of the library code supplied with yps-0.21 on which ypxfr was dependent. This program still needs to be cleaned up just as a matter of principle: I get all icky just looking at it sometimes.
* New Makefiles for YP server stuff.wpaul1995-01-312-0/+9
|
OpenPOWER on IntegriCloud