summaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-033-3/+1
| | | | Notes: svn path=/releng/4.6/; revision=99348
* 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
* MFC: Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
| | | | Notes: svn path=/stable/4/; revision=60259
* MFC: Fix some spelling errors.Mike Pritchard2000-04-231-6/+6
| | | | Notes: svn path=/stable/4/; revision=59567
* MFC: introduce .Lb macro to libraries manpages, some mdoc cleanupAlexey Zelkin2000-04-2219-127/+50
| | | | Notes: svn path=/stable/4/; revision=59519
* MFC, Return IPv4 native address for IPv4 mapped IPv6 address, even ifHajimu UMEMOTO2000-04-101-8/+23
| | | | | | | A RR is not found. Notes: svn path=/stable/4/; revision=59128
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-262/+0
| | | | Notes: svn path=/stable/4/; revision=57955
* Since crypto/openssh/login.c was changed to use realhostname_sa(),Hajimu UMEMOTO2000-03-071-13/+29
| | | | | | | | | | | | when connecting via IPv6, hostname was not recorded to utmp anymore. Because, if hostname is longer than buffer size, getnameinfo() returns with ENI_MEMORY. Reviewed by: shin Approved by: jkh Notes: svn path=/head/; revision=57789
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-023-3/+6
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57686
* Update major version.Yoshinobu Inoue2000-02-141-2/+2
| | | | | | | | | | | | | Now libutil depends on libc.so.4, so needs to update the major version. Without this, old binaries which use libutil and build with libc.so.3 will coredump on recent 4.0. Solicited comment for cvs-committers and there seems to be no objection. Approved by: jkh Notes: svn path=/head/; revision=57197
* Document mixpasswordcase here as well as in passwd.1Nik Clayton2000-02-111-0/+3
| | | | Notes: svn path=/head/; revision=57142