]> git.cameronkatri.com Git - pw-darwin.git/history - libutil/login_cap.c
Clean up more usb related files when MK_USB == no when dealing with
[pw-darwin.git] / libutil / login_cap.c
2013-10-10 Alan SomersIFC @256277
2013-08-28 Jilles Tjoelkerlibutil: Use O_CLOEXEC for internal file descriptors...
2011-05-15 John BaldwinFirst cut to port bhyve, vmmctl, and libvmmapi to HEAD.
2011-05-14 John BaldwinFirst cut at porting the kernel portions of 221828...
2011-03-12 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@219553
2011-02-18 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@218816
2010-10-26 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@214309
2010-10-19 Jamie GrittonA new jail(8) with a configuration file, to replace...
2010-08-15 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@211344
2010-05-26 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@208557
2010-05-08 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@207793
2010-03-22 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@205454
2010-03-10 Marcel MoolenaarCreate the altix project branch. The altix project...
2009-01-05 Ulf LilleengenMerge support for CVSMode (aka. mirror mode) into csup...
2008-11-04 Dag-Erling SmørgravMFH (r184633, r184635): build at WARNS level 6
2008-11-04 Dag-Erling SmørgravAvoid assigning a const char * to a char *.
2008-11-04 Dag-Erling SmørgravCommitted to wrong branch.
2008-11-04 Dag-Erling SmørgravAvoid assigning a const char * to a char *.
2008-10-19 Ulf Lilleengen- Import the Makefile from HEAD for building csup.
2008-10-19 Ulf Lilleengen- Import the HEAD csup code which is the basis for...
2007-06-14 Yaroslav TykhiyUpdate some comments, mostly regarding LOGIN_MECLASS...
2005-04-22 Tom RhodesProperly spell default in a comment.
2004-05-11 Diomidis SpinellisBring the description for login_getclassbyname in sync...
2003-10-26 Peter Wemm(mostly) Clean up some const warnings here. The code...
2003-10-18 Mark MurrayANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.
2003-06-14 Mark MurrayTidy up. Sort headers.
2002-08-25 Philippe CharnierReplace various spelling with FALLTHROUGH which is...
2002-04-08 Ruslan ErmilovConst poisoning.
2002-03-06 Dag-Erling SmørgravRemove a bogus cast.
2001-09-30 Matthew DillonAdd __FBSDID()s to libutil
2001-09-25 Andrey A. Chernov1) Back out ~/.login_conf disable
2001-09-16 Robert WatsonDisable per-user .login_conf support due to incorrect...
2001-09-15 Robert Watsono Add a comment noting that the early setting of privil...
2001-02-06 Jeroen Ruigrok van... Fix typo: seperate -> separate.
2000-08-23 Brian FeldmanStick login_setcryptfmt() in its own file to make pulli...
2000-08-22 Brian FeldmanAdd working and easy crypt(3)-switching. Yes, we need...
2000-05-21 Tim VanderhoekFix a memory leak with lc->lc_cap in login_close().
1999-08-28 Peter Wemm$Id$ -> $FreeBSD$
1999-04-24 Andrey A. Chernovoops, add pwd!=NULL check to previous fix
1999-04-24 Andrey A. ChernovSwitch to user UID/GID before checking/reading its...
1997-06-13 David NugentAdd "break" inadvertently removed in previous update.
1997-05-11 David NugentMF2.2: bugfix in arrayize().
1997-05-10 David NugentSummary of login.conf support changes:
1997-02-27 Andrey A. Chernov"infinity" check was missed from login_getcapsize(...
1997-02-22 Peter WemmRevert $FreeBSD$ to $Id$
1997-01-30 David NugentFix free()ing block twice, remove unused function.
1997-01-29 David NugentFix typo .->, for default separators in login_getcaplist().
1997-01-29 David NugentCompleted fixes with login_getcapsize().
1997-01-29 David Nugent1) Fixed bug in free()ing internal string/array where
1997-01-14 Jordan K. HubbardMake the long-awaited change from $Id$ to $FreeBSD$
1997-01-07 David NugentVarious bugfixes.
1997-01-07 David NugentCommit the right version this time. :-)
1997-01-07 David NugentFix for login_getclass(NULL) case.
1997-01-04 David NugentLibrary functions relating to the login class capabilit...