summaryrefslogtreecommitdiffstats
path: root/libexec/rlogind
Commit message (Collapse)AuthorAgeFilesLines
* Merge r320645 from stable/11 into releng/11.1:allanjude2017-07-041-1/+10
| | | | | | | Add deprecation notices for all rcmd tools Approved by: re (gjb) Relnotes: yes
* DIRDEPS_BUILD: Update dependenciesbdrewery2016-06-141-0/+2
| | | | | Approved by: re (gjb) Sponsored by: EMC / Isilon Storage Division
* Add blacklist support to rlogindlidl2016-06-052-3/+27
| | | | | | | Reviewed by: rpaulo Approved by: rpaulo Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D6593
* MFHgjb2016-03-021-43/+23
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * rlogin(1): Replace select(2) with poll(2).pfg2016-02-261-43/+23
| | | | | | | | Obtanied from: NetBSD (CVS Rev. 1.27 - 1.28)
* | Add missing files to 'at' and 'rcmds' packages.gjb2016-02-051-0/+1
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Create a rcmds package.gjb2016-01-211-0/+1
|/ | | | Sponsored by: The FreeBSD Foundation
* Add META_MODE support.sjg2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-271-2/+1
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Merge from headsjg2014-05-081-1/+1
| |\
| * \ Merge headsjg2014-04-282-10/+2
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| | | |
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
| | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | Convert to LIBADDbapt2014-11-251-2/+1
| |_|/ |/| | | | | | | | Reduce overlinking
* | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |/ |/| | | | | from the latter.
* | Remove the 3rd clause ("advertising clause") of the BSD license asbrueffer2014-02-172-10/+2
|/ | | | | | | permitted by the University of Berkeley on July 22, 1999. Reviewed by: imp MFC after: 1 week
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-3/+4
| | | | | | | | | | The index() and rindex() functions were marked LEGACY in the 2001 revision of POSIX and were subsequently removed from the 2008 revision. The strchr() and strrchr() functions are part of the C standard. This makes the source code a lot more consistent, as most of these C files also call into other str*() routines. In fact, about a dozen already perform strchr() calls.
* Add __unusedcharnier2010-12-201-1/+1
|
* Add a new libc function: cfmakesane(3).ed2010-11-021-4/+5
| | | | | | | | | | | I've noticed various terminal emulators that need to obtain a sane default termios structure use very complex `hacks'. Even though POSIX doesn't provide any functionality for this, extend our termios API with cfmakesane(3), which is similar to the commonly supported cfmakeraw(3), except that it fills the termios structure with sane defaults. Change all code in our base system to use this function, instead of depending on <sys/ttydefaults.h> to provide TTYDEF_*.
* Remove `dead code' from rlogind.ed2010-01-131-12/+1
| | | | | | | - It shouldn't call logwtmp(). Applications like login(1) already make sure both login and logout entries are written to the storage. - There's no need to restore permissions on the pseudo-terminal, since it should be garbage collected by the kernel.
* Cook CFLAGS by the modern recipe:yar2006-07-271-1/+7
| | | | | - use WARNS; - respect MK_INET6_SUPPORT.
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-131-6/+1
| | | | | NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special for it, now.
* Spell SHUT_RDWR as SHUT_RDWR not 2 as the how argument to shutdown(2).jmallett2005-05-111-1/+1
|
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-141-2/+4
| | | | socklen_t * argument.
* Removed Kerberos remnants.ru2005-02-092-58/+6
|
* Let bsd.prog.mk set SRCS and MAN to their default values.ru2005-01-281-1/+0
|
* Sort sections.ru2005-01-181-14/+14
|
* Mechanically kill hard sentence breaks.ru2004-07-021-6/+12
|
* Fix a sign/unsigned comparison.obrien2003-05-041-5/+5
|
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-1/+1
| | | | PR: docs/37176
* The .Nm utilitycharnier2002-07-061-5/+7
|
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.des2002-05-082-43/+10
| | | | Sponsored by: DARPA, NAI Labs
* o __P removalimp2002-02-071-39/+22
| | | | | o register removal o use new style prototypes and function definitions
* Handle snprintf() returning < -1.brian2001-08-201-1/+1
|
* Handle snprintf() returning -1.brian2001-08-201-0/+2
| | | | MFC after: 2 weeks
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-1/+1
| | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms>
* Remove whitespace at EOL.dd2001-07-151-5/+5
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
|
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for libexec/ to 8.ru2001-03-201-1/+0
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-3/+1
|
* MFS: Silence compilation warnings.ru2000-12-071-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* remove trailing periods from SEE ALSO.ben2000-11-151-2/+2
|
* Removed broken PAM support from rshd(8) and rlogind(8). rshd doesru2000-10-123-174/+0
| | | | | | | not allocate a pty(4) so it is not suitable at all for interactive PAM modules. rlogind calls login(1) which is already PAM enabled. Approved by: markm
OpenPOWER on IntegriCloud