summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge from headSimon J. Gerraty2015-05-260-0/+0
|\
| * Remove extendline definitionBaptiste Daroussin2015-05-101-3/+0
| * Use calloc(3) instead of malloc(3) + memset(3)Baptiste Daroussin2015-05-101-2/+4
| * The initial logic for allocating the new string was wrong, the conversionBaptiste Daroussin2015-05-101-5/+2
| * Use strndup(3) instead of malloc(3) + memcpy(3)Baptiste Daroussin2015-05-101-7/+11
| * Remove useless call to extendarrayBaptiste Daroussin2015-05-101-1/+0
| * The pwdb function is only used once to check the database rename itBaptiste Daroussin2015-05-101-10/+4
| * if the check of the pw db fails return the failed valueBaptiste Daroussin2015-05-101-37/+35
| * Some style(9) fixesBaptiste Daroussin2015-05-101-9/+16
| * Replace sprintf(3) with snprintf(3)Baptiste Daroussin2015-05-091-7/+7
| * Use snprintf(3) instead of sprintf(3)Baptiste Daroussin2015-05-091-8/+7
| * Remove now unused LNBUFSZ buffer sizeBaptiste Daroussin2015-05-091-3/+0
| * Return from the function as early as possibleBaptiste Daroussin2015-05-091-117/+116
| * Remove some uneeded headersBaptiste Daroussin2015-05-093-8/+0
| * Remove unneeded headersBaptiste Daroussin2015-05-091-8/+0
| * Replace malloc(3) + strcpy(3) + strcat(3) by asprintf(3)Baptiste Daroussin2015-05-091-3/+1
| * Use snprintf(3) instead of strcpy(3) + strncat(3)Baptiste Daroussin2015-05-091-2/+1
| * Use sbuf(9) instead of homebrewed buffered stringBaptiste Daroussin2015-05-093-62/+47
| * Partially revert 278642Baptiste Daroussin2015-02-131-1/+12
| * Use PRECIOUSPROG instead of custom code to handle schgBaptiste Daroussin2015-02-121-12/+1
| * Clean up more usb related files when MK_USB == no when dealing withEnji Cooper2015-02-040-0/+0
| |\
| * | Revert r277652Baptiste Daroussin2015-01-262-9/+2
| * | gr_equal(): Fix a crash that could occur if the first group's member listMark Johnston2015-01-251-15/+10
| * | Allow negative numbers in -u and -g optionsBaptiste Daroussin2015-01-242-2/+9
| * | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-4/+2
| * | Convert to LIBADD.Brad Davis2014-11-241-2/+1
| |/
* | Merge from head@274682Simon J. Gerraty2014-11-196-11/+129
|\|
| * Fix wrong message when using pw -V with a non existent directoryBaptiste Daroussin2014-11-121-0/+8
| * Fix renaming a group via the gr_copy functionBaptiste Daroussin2014-10-281-5/+12
| * Ensure pw userdel -u <invalid> do not try to remove rootBaptiste Daroussin2014-10-281-0/+3
| * Do not delete the group wheel when bad argument is passed to pw groupdel -gBaptiste Daroussin2014-10-281-0/+5
| * Fix a regression in pw usermod -G listBaptiste Daroussin2014-10-281-1/+19
| * When a group is renamed then the group has been invalidated for sure.Baptiste Daroussin2014-10-281-3/+6
| * Two more places where login_setcryptfmt() defaults to MD5 were missedDag-Erling Smørgrav2014-10-091-2/+2
| * - Add a test for bug 191427 where pw(8) will go into an infinite loopBrad Davis2014-10-021-0/+6
| * Convert devd's client socket to type SOCK_SEQPACKET.Alan Somers2014-08-140-0/+0
| |\
| | * IFC @266473Alan Somers2014-05-213-0/+555
| | |\
| | * \ IFC @264767Alan Somers2014-04-233-21/+527
| | |\ \
| | * \ \ IFC @256277Alan Somers2013-10-101-0/+819
| | |\ \ \
| | * \ \ \ IFC @253398Xin LI2013-07-174-81/+440
| | |\ \ \ \
| | * \ \ \ \ IFC @247348.Xin LI2013-02-2611-250/+381
| | |\ \ \ \ \
| | * \ \ \ \ \ MFCAlexander Motin2012-11-2715-88/+2200
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ MFC @ r241285Alexander Motin2012-11-273-1/+694
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ IFC @238412.Xin LI2012-07-132-6/+223
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ MFCAlexander Motin2012-05-157-24/+437
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ IFC @230489 (pending review).Xin LI2012-01-239-103/+3650
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Integrate FreeBSD/head into projects/zfsd/head as of SVN revision 224870.Justin T. Gibbs2011-08-151-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Integrate from Head into ZFSD feature branch as of revision r224141.Justin T. Gibbs2011-07-171-0/+1272
| | |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Minor style tweaks.Pedro F. Giffuni2014-08-131-0/+68
* | | | | | | | | | | | | | | Merge head from 7/28Simon J. Gerraty2014-08-194-21/+9
|\| | | | | | | | | | | | | |