aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Collapse)AuthorAgeFilesLines
* Argh... also MFC rev. 1.52: spell FTP correctly and bump the date.Peter Pentchev2004-08-231-2/+2
| | | | Notes: svn path=/stable/4/; revision=134203
* MFC rev. 1.51: describe the ftp-chroot option of login.conf.Peter Pentchev2004-08-231-1/+11
| | | | Notes: svn path=/stable/4/; revision=134201
* MFC: Fix and clarify unparsable sentence.Diomidis Spinellis2004-06-151-4/+4
| | | | Notes: svn path=/stable/4/; revision=130526
* MFC:Diomidis Spinellis2004-06-152-9/+30
| | | | | | | | | Bring the description for login_getclassbyname in sync with the function's arguments. The function has as a second argument a struct passwd * pointer, not a directory name. Notes: svn path=/stable/4/; revision=130525
* MFC: r1.47 - Document login-backoff and login-retries capabilities.Murray Stokely2003-05-101-0/+5
| | | | Notes: svn path=/stable/4/; revision=114888
* Note that 'idletime' is unused on -STABLE.Murray Stokely2003-05-101-1/+5
| | | | | | | PR: docs/40952 Notes: svn path=/stable/4/; revision=114886
* MFC revision 1.15: Add vmemoryuse to the list.Tom Rhodes2003-04-291-0/+1
| | | | Notes: svn path=/stable/4/; revision=114221
* MFC: english(4) fixes, aka typos found by ispell.Jens Schweikhardt2002-12-292-2/+2
| | | | Notes: svn path=/stable/4/; revision=108396
* MFC rev 1.43: "depreciated" -> "deprecated"Sheldon Hearn2002-10-301-1/+1
| | | | Notes: svn path=/stable/4/; revision=106195
* MFC: 1.19, don't use "term" if TERM env variable presentAndrey A. Chernov2002-08-061-10/+11
| | | | Notes: svn path=/stable/4/; revision=101413
* MFC RLIMIT_VMEM resource Stage I - limit the total virtual memory use forMatthew Dillon2002-07-022-0/+2
| | | | | | | a process (exec() to be handled in Stage II). Notes: svn path=/stable/4/; revision=99274
* MFC 1.15: Return HOSTNAME_INVALIDADDR when reverse lookup is fail.Hajimu UMEMOTO2002-06-291-1/+1
| | | | Notes: svn path=/stable/4/; revision=99082
* MFC: Add missing cross-reference.Ceri Davies2002-04-231-1/+2
| | | | Notes: svn path=/stable/4/; revision=95311
* MFC 1.11: fix typo.Dima Dorfman2002-03-191-1/+1
| | | | Notes: svn path=/stable/4/; revision=92625
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-1719-42/+45
| | | | Notes: svn path=/stable/4/; revision=88037
* MFC rev1.11: Don't say "both files" while speaking of a single file.Yaroslav Tykhiy2001-11-021-1/+3
| | | | Notes: svn path=/stable/4/; revision=85851
* MFC: security fix, allow to pick only "me" class from ~/.login_confAndrey A. Chernov2001-10-212-8/+5
| | | | Notes: svn path=/stable/4/; revision=85291
* MFC login.conf.5 1.37, login_cap.c 1.23:Robert Watson2001-09-172-2/+11
| | | | | | | | | | Disable per-user .login_conf support due to incorrect merging of local and globaly settings. An alternative implementation will be developed. Reported by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl> Notes: svn path=/stable/4/; revision=83562
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-178-12/+12
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81834
* MFC 1.11-1.13Hajimu UMEMOTO2001-07-281-63/+43
| | | | | | | | | - MAXHOSTNAMELEN includes space for the NUL - Don't read past the end of the host passed to realhostname() - Simplify IPv4 mapped IPv6 address handling. Notes: svn path=/stable/4/; revision=80522
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-2213-59/+59
| | | | Notes: svn path=/stable/4/; revision=80145
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-222-4/+0
| | | | Notes: svn path=/stable/4/; revision=80140
* MFC: rev. 1.32 ("login_prompt" and "passwd_prompt" fields to /etc/login.conf)David E. O'Brien2001-05-181-22/+27
| | | | | | | rev. 1.33 (sort) Notes: svn path=/stable/4/; revision=76790
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-2/+2
| | | | Notes: svn path=/stable/4/; revision=75949
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-062-12/+12
| | | | Notes: svn path=/stable/4/; revision=73888
* MFC: r1.21: typo fixesKris Kennaway2001-03-051-2/+2
| | | | Notes: svn path=/stable/4/; revision=73607
* MFC: r1.4: $Id$ -> $FreeBSD$Kris Kennaway2001-03-051-1/+1
| | | | Notes: svn path=/stable/4/; revision=73606
* MFC: Fix up prototypes and includesKris Kennaway2001-03-051-1/+1
| | | | | | | | | | | | | | | | Covers the following revisions: libc/rpc/rpc.3 1.13 libc/stdlib/tsearch.3 1.5 libc/xdr/xdr.3 1.10 libdisk/libdisk.3 1.20 libftpio/ftpio.3 1.27 libposix1e/posix1e.3 1.11 libusb/usb.3 1.5 libutil/logout.3 1.8 Notes: svn path=/stable/4/; revision=73581
* MFC: Make realhostname*() trimdomain() properly.Brian Somers2001-02-121-29/+29
| | | | Notes: svn path=/stable/4/; revision=72412
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
| | | | Notes: svn path=/stable/4/; revision=71105
* MFC login_ok.c rev 1.8: Pass the number of bytes needed, not simply theGuy Helmer2001-01-101-2/+2
| | | | | | | | number of login time structures. Forward the name of the deny capability rather than hard-coding it in login_hostok. Notes: svn path=/stable/4/; revision=70904
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-295-73/+70
| | | | Notes: svn path=/stable/4/; revision=70483
* MFC: (fix part of rev 1.22) Eliminate the .Fx warning.Ruslan Ermilov2000-12-121-1/+1
| | | | Notes: svn path=/stable/4/; revision=69900
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-084-8/+12
| | | | Notes: svn path=/stable/4/; revision=69764
* MFC: Fix ambiguous handling of empty strings, clarify manpage.Murray Stokely2000-11-223-10/+19
| | | | Notes: svn path=/stable/4/; revision=69020
* MFC: fix accidental inliningBrian Feldman2000-10-272-13/+7
| | | | Notes: svn path=/stable/4/; revision=67675
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-10-271-0/+43
| | | | Notes: svn path=/stable/4/; revision=67672
* MFC: Actually make uu_lock_xfer() work.Brian Somers2000-10-091-5/+6
| | | | Notes: svn path=/stable/4/; revision=66896
* MFC: passwd_format documentationBrian Feldman2000-09-301-0/+4
| | | | Notes: svn path=/stable/4/; revision=66471
* MFC: login.conf password format switchingBrian Feldman2000-09-204-3/+31
| | | | Notes: svn path=/stable/4/; revision=66119
* MFC: remove gratuitous register referenceJordan K. Hubbard2000-09-201-1/+1
| | | | Notes: svn path=/stable/4/; revision=66115
* MFC: fix prototypes, add xref in man pageJordan K. Hubbard2000-09-203-2/+3
| | | | Notes: svn path=/stable/4/; revision=66114
* MFC: Move setproctitle() from libutil to libcBrian Somers2000-09-164-252/+2
| | | | | | | and bump __FreeBSD_version to 410002 to mark the occasion. Notes: svn path=/stable/4/; revision=65962
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-08-231-0/+50
| | | | Notes: svn path=/stable/4/; revision=65026
* MFC: If the format string passed to setproctitle begins with a '-'Paul Saab2000-08-012-24/+14
| | | | | | | character, skip the program name when setting the process title. Notes: svn path=/stable/4/; revision=64097
* MFC: (rev 1.8 -> 1.9) Sshd writes connected host into utmp directly.Hajimu UMEMOTO2000-07-181-7/+14
| | | | | | | | | If the connection is via IPv6, the hostname is trimed due to the length of IPv6 address. This change saves it as possible. I have a grudge against the shortage of UT_HOSTSIZE. Notes: svn path=/stable/4/; revision=63410
* MFC: make sbsize a size instead of a number.Sheldon Hearn2000-07-182-2/+2
| | | | Notes: svn path=/stable/4/; revision=63407
* MFC: fix memory leak on login_close()Tim Vanderhoek2000-06-041-0/+1
| | | | Notes: svn path=/stable/4/; revision=61231
* MFC: We should see the ai_canonname menber of the first addrinfoHajimu UMEMOTO2000-06-031-6/+6
| | | | | | | structure in the linked list. RFC2553 mentions only first. Notes: svn path=/stable/4/; revision=61224
* MFC: document sbsize.Alfred Perlstein2000-06-021-0/+1
| | | | Notes: svn path=/stable/4/; revision=61185