summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
* A nice little security fix. Things must be rough in moscow...phk1994-10-221-0/+5
| | | | Submitted by: dima@demos.su (Dima Ruban)
* Add xtend.jkh1994-10-221-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r3779,jkh1994-10-229-0/+1228
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * The X-10 demon. From 1.1.5.1.jkh1994-10-229-0/+1228
| |
* | Figured it out, misapplied a patch, ftpd now works again.pst1994-10-221-1/+1
| |
* | Fix broken command parser (fall back 10 yards and scratch head).pst1994-10-221-1/+1
| |
* | Include most of the logdaemon v4.4 S/key changespst1994-10-193-4/+5
| |
* | Extend message format to user@offset[:file]ache1994-10-152-11/+42
| | | | | | | | Obtained from: FreeBSD 1.x
* | Updated to changes in struct vmmeter. There is a slight bogosity here:dg1994-10-151-5/+5
| | | | | | | | "pageins/outs" now refers to vnode paging.
* | Clean up makefilepst1994-09-301-3/+6
| |
* | make rexecd link against skeyaccess, not authfilepst1994-09-301-2/+2
| |
* | Move bootp & related stuffpst1994-09-301-1/+1
| |
| |
| \
*-. \ This commit was generated by cvs2svn to compensate for changes in r3229,pst1994-09-3050-0/+10253
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * | Rearrange bootpdpst1994-09-306-0/+287
| | | |
| * | | Rearrange bootpdpst1994-09-3044-0/+9966
| / /
* | | This commit was generated by cvs2svn to compensate for changes in r3227,pst1994-09-302-0/+687
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Rearrange bootppst1994-09-302-0/+687
| | |
* | | Use new skey access routinespst1994-09-291-7/+2
| | |
* | | First level of changes for bringing in eBones (kerberos).csgr1994-09-293-12/+29
| | | | | | | | | | | | | | | | | | | | | | | | - Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile, and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions, and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY DEFINE ONE OF THESE. - Make Makefiles kerberos-aware.
* | | Tighen up rexecd(8) security (see manual page for details).pst1994-09-292-16/+58
| | | | | | | | | | | | | | | | | | | | | Rexecd is a crock, it never should have been written, however make it so that people who have a need to run it don't hurt themselves so badly. Obtained from: Ideas obtained from logdaemon 4.3 from Wietse Venema
* | | Forget it. pcnfsd is too ugly for words because of the hand editedpst1994-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | rpc files and other cruft. It's not important enough to have it in the source distribution and I don't feel comfortable with this, as it's below the standards of CSRG. Disable & remove pcnfsd. Either I'll rewrite this so it can all be generated with rpcgen or stuff it in ports and let it rot there.
* | | Port rpc.pcnfsd to FreeBSD and enablepst1994-09-281-1/+1
| | |
* | | Fixed bug where /etc/ftpusers was ineffective. Caused by the wrongdg1994-09-201-1/+1
| | | | | | | | | | | | pointer being passed to strcmp(). Bug noticed by Matthew Green.
* | | Add LDDESTDIR to ld command.swallace1994-09-181-2/+6
| | | | | | | | | | | | Add -I${DESTDIR}/usr/include to cpp command.
* | | Fix from John Kohl:dg1994-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | /usr/libexec/getty doesn't properly interpret the '%d' escape. It tries to use %P to get AM or PM, but instead all it gets is "P". Submitted by: John Kohl
* | | Unmap hints file when finished with it, so that it can go awaybde1994-09-151-1/+21
| | | | | | | | | | | | | | | | | | | | | completely when ldconfig unlinks it. If init is shared, then the referenced unlinked copy of the hints file created by running ldconfig in /etc/rc caused the file system to be unclean after every reboot.
* | | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
| | |
* | | Removed bugfiler.paul1994-09-091-1/+1
| | | | | | | | | | | | Submitted by: Paul Richards
* | | Don't define KLUDGELINEMODE.csgr1994-09-051-1/+2
| | | | | | | | | | | | | | | | | | (If you do, you will have problems trying to telnet into a FreeBSD-2.0 box from a Sun, and I WANT TO DO THAT.) Submitted by: Geoff
* | | Ignore SIGQUITs, cause getty dumps core on garbadge from modem lineache1994-08-291-1/+1
| | |
* | | Add dependencies on libraries to DPADD. Someday this should be donebde1994-08-281-2/+3
| | | | | | | | | | | | | | | | | | automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries.
* | | add: rpc.rstatd rpc.rusersd rpc.rwalldcsgr1994-08-281-1/+2
| | | | | | | | | | | | Submitted by: Geoff.
* | | This commit was generated by cvs2svn to compensate for changes in r2341,csgr1994-08-283-0/+286
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | rwalld from FreeBSD 1.1.5.1csgr1994-08-283-0/+286
| | | | | | | | | | | | | | | | | | | | Reviewed by: Geoff Submitted by: Christopher G. Demetriou
* | | | This commit was generated by cvs2svn to compensate for changes in r2337,csgr1994-08-284-0/+578
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | rusersd from FreeBSD 1.1.5.1csgr1994-08-284-0/+578
| | | | | | | | | | | | | | | | | | | | Reviewed by: geoff. Submitted by: John Brezak
* | | | This commit was generated by cvs2svn to compensate for changes in r2334,csgr1994-08-284-0/+647
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | rstatd -- from FreeBSD-1.1.5.1, with changes for 4.4-Lite kvm interface.csgr1994-08-284-0/+647
| / / | | | | | | | | | | | | Original rstatd by John Brezak Submitted by: Geoff.
* | | Install ld.so immutable.wollman1994-08-261-1/+2
| | |
* | | Whoops - forgot to add this guy.jkh1994-08-261-0/+339
| | | | | | | | | | | | | | | Reviewed by: Submitted by: jkh
* | | Replace this with the 1.1.5.1 getty. David says that the 4.4 version is toojkh1994-08-269-238/+163
| | | | | | | | | | | | | | | broken to live. Submitted by: jkh
* | | Add -DBSD4.2 and -DBSDINETD so uucpd makes sense. Further correct aguido1994-08-232-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | warning at compil time. This actually makes uucpd at tcp port 540 work, so slippers can poll over tcp. Reviewed by: Submitted by: guido
* | | Add back atrunjkh1994-08-231-1/+1
| | | | | | | | | | | | Submitted by: jkh
* | | Implement fbtab ala SunSO.guido1994-08-225-4/+111
| | | | | | | | | | | | | | | | | | Could not compile it (on thud) because ttychar.h was still broken. Reviewed by: Submitted by: guido
* | | Add skey supportguido1994-08-212-2/+13
| | | | | | | | | | | | | | | Reviewed by: Submitted by: guido
* | | Put skey support to ftpdguido1994-08-211-0/+23
| | | | | | | | | | | | | | | Reviewed by: Submitted by: guido
* | | Put skey support in ftpd.guido1994-08-212-3/+25
| | | | | | | | | | | | | | | Reviewed by: Submitted by: guido
* | | LDADD= -lcryptcsgr1994-08-201-0/+2
| | | | | | | | | | | | Submitted by: Geoff
* | | LDADD= -lcryptcsgr1994-08-203-2/+4
| | | | | | | | | | | | Submitted by: Geoff
* | | Plug already known security hole. (Brought over from 1.1.5):guido1994-08-151-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed security problem with telnetd, which allowed telnet -l -hcert.org localhost to change the user's host in utmp. Thanks to Matthew Green <mrgreen@@mame.mu.oz.au> for showing me this one. Reviewed by: karl, guido Submitted by: mrgreen@@mame.mu.oz.au
OpenPOWER on IntegriCloud