summaryrefslogtreecommitdiffstats
path: root/lib/libutil/login_cap.c
Commit message (Expand)AuthorAgeFilesLines
* libutil: Use O_CLOEXEC for internal file descriptors from open().jilles2013-08-281-1/+1
* Avoid assigning a const char * to a char *.des2008-11-041-4/+5
* Update some comments, mostly regarding LOGIN_MECLASS and ~/.login_conf.yar2007-06-141-8/+18
* Properly spell default in a comment.trhodes2005-04-221-1/+1
* Bring the description for login_getclassbyname in sync with the function'sdds2004-05-111-3/+4
* (mostly) Clean up some const warnings here. The code takes some libertiespeter2003-10-261-8/+9
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.markm2003-10-181-34/+34
* Tidy up. Sort headers.markm2003-06-141-9/+8
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Const poisoning.ru2002-04-081-10/+10
* Remove a bogus cast.des2002-03-061-1/+1
* Add __FBSDID()s to libutildillon2001-09-301-2/+3
* 1) Back out ~/.login_conf disableache2001-09-251-6/+5
* Disable per-user .login_conf support due to incorrect merging of localrwatson2001-09-161-0/+3
* o Add a comment noting that the early setting of privileges for the purposerwatson2001-09-151-2/+6
* Fix typo: seperate -> separate.asmodai2001-02-061-2/+2
* Stick login_setcryptfmt() in its own file to make pulling in ofgreen2000-08-231-13/+0
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-221-0/+13
* Fix a memory leak with lc->lc_cap in login_close().hoek2000-05-211-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* oops, add pwd!=NULL check to previous fixache1999-04-241-11/+17
* Switch to user UID/GID before checking/reading its ~/.login_confache1999-04-241-1/+14
* Add "break" inadvertently removed in previous update.davidn1997-06-131-1/+3
* MF2.2: bugfix in arrayize().davidn1997-05-111-2/+2
* Summary of login.conf support changes:davidn1997-05-101-311/+517
* "infinity" check was missed from login_getcapsize(), add itache1997-02-271-1/+7
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Fix free()ing block twice, remove unused function.davidn1997-01-301-15/+1
* Fix typo .->, for default separators in login_getcaplist().davidn1997-01-291-1/+2
* Completed fixes with login_getcapsize().davidn1997-01-291-1/+2
* 1) Fixed bug in free()ing internal string/array wheredavidn1997-01-291-24/+32
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Various bugfixes.davidn1997-01-071-7/+11
* Commit the right version this time. :-)davidn1997-01-071-2/+2
* Fix for login_getclass(NULL) case.davidn1997-01-071-4/+6
* Library functions relating to the login class capabilities database,davidn1997-01-041-0/+564
OpenPOWER on IntegriCloud