summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | Remove useless test before free()Baptiste Daroussin2015-05-311-2/+1
| * | | | | | | | | | | | | | | | Return early in case we cannot read the configuration fileBaptiste Daroussin2015-05-311-110/+111
| * | | | | | | | | | | | | | | | Make pw_user()/pw_group() more consitent about errorsBaptiste Daroussin2015-05-312-37/+24
| * | | | | | | | | | | | | | | | Remove uneeded intermediate variableBaptiste Daroussin2015-05-311-4/+1
| * | | | | | | | | | | | | | | | Remove uneeded intermediate variableBaptiste Daroussin2015-05-311-4/+1
| * | | | | | | | | | | | | | | | Use asprintf instead of malloc + snprintf and test the memory allocationBaptiste Daroussin2015-05-311-2/+3
| * | | | | | | | | | | | | | | | Remove dead declarationBaptiste Daroussin2015-05-291-1/+0
* | | | | | | | | | | | | | | | | MFH: r282615-r283655Glen Barber2015-05-289-243/+204
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Export a list of VM objects in the system via a sysctl. The list can beJohn Baldwin2015-05-271-0/+2
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | Merge from headBaptiste Daroussin2015-03-040-0/+0
|\| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Partially revert 278642Baptiste Daroussin2015-02-131-1/+12
| * | | | | | | | | | | | | | | Use PRECIOUSPROG instead of custom code to handle schgBaptiste Daroussin2015-02-121-12/+1
* | | | | | | | | | | | | | | | Merge from HEADBaptiste Daroussin2015-02-081-15/+10
|\| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | Reintegrate head: r274132-r277384Glen Barber2015-01-193-6/+11
|\| | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-4/+2
| * | | | | | | | | | | | | | Convert to LIBADD.Brad Davis2014-11-241-2/+1
| |/ / / / / / / / / / / / /
| * / / / / / / / / / / / / 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
| |\ \ \ \ \ \ \ \ \ \ \ \