summaryrefslogtreecommitdiffstats
path: root/lib/libutil
Commit message (Collapse)AuthorAgeFilesLines
...
* #include <sys/stat.h> for umask() prototype.davidn1997-01-291-0/+1
|
* Sort cross references.wosch1997-01-205-11/+11
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1420-20/+20
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Bump libutil.so version (2.1 -> 2.2) since a whole heap of new functionspeter1997-01-131-1/+1
| | | | | | were added with the login class stuff. This is needed since libutil.so.2.1 is what is used in RELENG_2_2 and well into the release cycle. We only bump once per release cycle as needed.
* Minor mdoc style fixes.mpp1997-01-093-50/+82
|
* Man page police.mpp1997-01-081-6/+6
|
* Various bugfixes.davidn1997-01-072-34/+42
|
* Consistency check: refs to ~/.login.conf should be ~/.login_conf.davidn1997-01-072-7/+7
|
* Commit the right version this time. :-)davidn1997-01-071-2/+2
|
* Fix for login_getclass(NULL) case.davidn1997-01-071-4/+6
|
* Fix typos pointed out by bde (thanks!).davidn1997-01-051-3/+3
|
* Don't depend only <stdio.h> bogusly including <sys/types.h>.bde1997-01-051-1/+2
| | | | | | (<sys/types.h> is a prerequisite for <login_cap.h> mainly because the latter wants to typedef rlim_t. rlim_t is typedefed in <sys/types.h> in NetBSD.)
* Add missing manpage for login.conf.davidn1997-01-051-0/+361
|
* Library functions relating to the login class capabilities database,davidn1997-01-0411-2/+2644
| | | | | including manpages. See also login_cap.h.
* Grammatical changes.alex1997-01-011-4/+4
| | | | Reviewed by: joerg
* Spelling/mdoc police.mpp1996-12-306-38/+39
|
* Finally document the interfaces found in libutil. While being here,joerg1996-12-297-2/+425
| | | | | | | | | also add the missing declaration of forkpty() to libutil.h. Btw., the calling interface for login(3) is crude. Some better abstraction is needed, perhaps similar to logwtmp(3). 2.2 candidate, but i'll wait for the spelling police first. :)
* Merge Lite2 mods, and -Wall cleaning. undelete(2) cruftsteve1996-12-141-2/+7
| | | | | | not yet implemented is protected by a define (BSD4_4_LITE) that should be removed when this call is supported by the kernel.
* Some minor man page cleanup.mpp1996-08-231-9/+10
|
* General -Wall warning cleanup, part I.jkh1996-07-122-2/+2
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Implement incremental passwd database updates. This is done by ading a '-u'guido1996-07-011-2/+8
| | | | | | | | | | | | | | option to pwd_mkdb and adding this option to utilities invoking it. Further, the filling of both the secure and insecure databases has been merged into one loop giving also a performance improvemnet. Note that I did *not* change the adduser command. I don't read perl (it is a write only language anyway). The change will drastically improve performance for passwd and friends with large passwd files. Vipw's performance won't change. In order to do that some kind of diff should be made between the old and new master.passwd and depending the amount of changes, an incremental or complete update of the databases should be agreed upon.
* If hostname > UT_HOSTSIZE, use its numeric address instead to keepache1996-06-171-4/+18
| | | | valid entries into utmp and wtmp
* If the two recently added sysctl variables exist, use those rather thanpeter1996-02-241-10/+17
| | | | | | | the statically compiled PS_STRINGS and USRSTACK variables. This prevents programs using setproctitle from coredumping if the kernel VM is increased, and stops libkvm users (w, ps, etc) from needing to be recompiled if only the VM layout changes.
* Another round of spelling fixes.mpp1996-01-301-2/+2
|
* Bump libutil revision after recent addition of setproctitle().peter1996-01-018-2/+71
| | | | | | | | Install (optional) libutil.h with prototypes for the functions and document this in the man page. minor cleanups to the various routines, include the prototype file, declare return codes etc.
* Bring in an initial version of setproctitle().. This is intended topeter1995-12-263-1/+224
| | | | | | | | | replace the dozen other various hacks in the code that do all sorts of crude things including spamming the envrionment strings with the new argv string. This version is mainly inspired by the sendmail version, with a couple of ideas taken from the NetBSD implementation as well.
* Update to 4.4lite2 (clean up includes; initialize the name of the masterbde1995-10-221-9/+10
| | | | | | pty correctly (it was broken for calls to openpty() after the first successful one)). Obtained from: 4.4lite2
* Small NIS tweak: frob pw_error() a little so that it can say eitherwpaul1995-08-131-1/+8
| | | | | | | | | 'NIS information unchanged' or '/etc/master.passwd unchanged' depending on which was is being modified (conditional on -DYP). This is to save me the trouble of writing a whole other error routine (nis_error()?) for the upcoming changes to passwd and chpass.
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Fix suspended vipw hangsache1995-03-091-9/+25
| | | | Obtained from: NetBSD
* Support for >32 PTYs.jkh1995-02-091-2/+2
| | | | Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
* Added $Id$dg1994-09-241-0/+2
|
* This commit was generated by cvs2svn to compensate for changes in r1573,rgrimes1994-05-276-0/+389
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite Lib Sourcesrgrimes1994-05-276-0/+389
|
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+148
|
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+204
OpenPOWER on IntegriCloud