summaryrefslogtreecommitdiffstats
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* Add vmemoryuse to the list.trhodes2003-04-261-0/+1
* Brucify.des2003-04-101-4/+8
* Correctly detect the case where a password entry was changed while we weredes2003-04-091-2/+7
* Apply the correct fix for bin/50679: don't mess around with process groupsdes2003-04-091-13/+19
* Band-aid for the "^C kills the editor" problem. I haven't yet found thedes2003-04-081-10/+6
* The .Fn functioncharnier2003-03-2412-31/+53
* Make pw_edit() use /bin/sh to interpret the EDITOR environmentdas2003-03-171-2/+12
* Re-document unimplemented capabilities that were removed in the lastdas2003-03-051-0/+57
* - Document the fact that we now use pam_passwdqc(8) to checkdas2003-03-031-58/+16
* mdoc(7) police: markup laundry.ru2003-02-231-1/+3
* Now return NULLified struct in case of empty config fileache2003-01-271-6/+9
* Handle read errorsache2003-01-271-3/+6
* Add (unsigned char) cast to ctype macrosache2003-01-191-13/+31
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* english(4) police.schweikh2002-12-272-2/+2
* Document the `label' capability.chris2002-11-221-0/+2
* Oops. Some ut_time stuff slipped through the cracks. These turned outpeter2002-11-172-2/+4
* Add LOGIN_SETMAC to the list of flags that can't be set without classrwatson2002-11-121-1/+1
* Use "deprecated" instead of "depreciated" where appropriate.sheldonh2002-10-301-1/+1
* Don't forget to '\n'-terminate new entries. This unbreaks chpass -a.des2002-10-291-1/+2
* If LOGIN_SETMAC is set and MAC is enabled in the kernel, then seerwatson2002-10-231-0/+27
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-252-2/+2
* Add LOGIN_SETMAC, which will indicate to the user context management coderwatson2002-08-161-1/+2
* Whitespace cleanup--it's not style(9), but it is consistent. Preprwatson2002-08-111-3/+3
* mdoc(7) police: spelling.ru2002-08-091-1/+1
* Add additional field 'overwrite' to login_vars. It mainly needed to handleache2002-06-281-10/+11
* Backout previous delta (addition of -I${.CURDIR}/../../sys).sobomax2002-06-261-2/+1
* Add -I${.CURDIR}/../../sys into CFLAGS, which should fix the world brokensobomax2002-06-261-1/+2
* Add documentation for vmemoryusedillon2002-06-261-0/+1
* Make libutil aware of vmemoryuse in its login.conf cap processing (akadillon2002-06-261-0/+1
* Be more clear in error messages.n_hibma2002-06-231-4/+9
* Return HOSTNAME_INVALIDADDR when reverse lookup is fail.ume2002-06-071-1/+1
* Add used include of <string.h>.wollman2002-05-301-0/+1
* If no old_pw was passed to pw_copy, compare just the name.des2002-05-081-1/+2
* Add passwd manipulation code based on parts of vipw and chpass.des2002-05-083-86/+438
* login(3) doesn't care about the controlling terminal any more.des2002-04-201-1/+1
* Fix for the sshd(8) utmp problem. Previously, login(3) would ignore the ttydes2002-04-201-3/+9
* Make mppath and masterpasswd pointers instead of arrays, and initializedes2002-04-171-2/+4
* Add a missing cross-ref.ceri2002-04-161-1/+2
* Remove bogus reference to _use_yp.des2002-04-151-9/+1
* Const poisoning.ru2002-04-086-28/+26
* Remove multi-line __P() usage.obrien2002-03-221-8/+7
* Remove __P() usage.obrien2002-03-213-66/+66
* Remove 'register' keyword.obrien2002-03-212-3/+3
* Remove a bogus cast.des2002-03-061-1/+1
* Correct a typo.dd2002-03-031-1/+1
* #include <time.h> for the definition of time functions instead ofbde2002-02-251-1/+2
* #include <stddef.h> for the definition of NULL instead of depending onbde2002-02-251-1/+3
* ANSIfy and constify.des2002-02-051-17/+15
OpenPOWER on IntegriCloud