]> git.cameronkatri.com Git - pw-darwin.git/history - libutil
Revert "Set chpass to 755 too"
[pw-darwin.git] / libutil /
2021-05-02 Cameron KatriRecommit everything, add chpass, improve history (excep...
2020-11-18 Stefan EßerAdd function getlocalbase() to libutil.
2020-11-15 Scott LongRevert the whole getlocalbase() set of changes while...
2020-11-14 Scott LongFix a problem with r367686 related to the use of ssize_...
2020-11-14 Scott LongAdd the library function getlocalbase and its manual...
2020-06-20 Piotr Pawel StefaniakMake vipw error message less cryptic
2020-06-20 Piotr Pawel Stefaniaklibutil: remove extraneous ": " from error messages
2018-07-26 Ian LeporeMake pw_scan(3) more compatible with getpwent(3) et...
2018-05-23 John BaldwinUse __SCCSID() for SCCS IDs.
2017-11-26 Pedro F. Giffunilib: further adoption of SPDX licensing ID tags.
2017-11-20 Pedro F. GiffuniGeneral further adoption of SPDX licensing ID tags.
2017-08-04 Enji CooperMFhead@r322057
2017-08-04 Mariusz ZaborskiIntroduce the flopenat(3) function.
2017-04-21 Pedro F. Giffunilib: initial use of reallocarray(3).
2017-02-28 Warner LoshRenumber copyright clause 4
2016-12-01 Conrad MeyerRemove a death threat from the FreeBSD sources
2016-11-28 Dag-Erling SmørgravUse malloc()ed buffers instead of stack buffers in...
2016-11-24 Dimitry AndricMerge ^/head r309106 through r309117.
2016-11-24 Dag-Erling SmørgravAdd a warning against modifying this code without under...
2016-11-19 Dimitry AndricMerge ^/head r308491 through r308841.
2016-11-18 Alan SomersSpeed up pw operations that edit /etc/group or /etc...
2016-05-18 Pedro F. Giffunilibutil: minor spelling fixes.
2016-05-01 Ed SchoutenRemove useless calls to basename().
2015-09-12 Baptiste DaroussinMerge from head
2015-08-11 Alexander V. ChernikovMFP r276712.
2015-08-08 Alexander V. ChernikovMFP r274553:
2015-07-02 Renato BotelhoWhen passwd or group information is changed (by pw...
2015-06-13 Simon J. GerratyAdd META_MODE support.
2015-06-04 Baptiste Daroussinrevert r283969,283970 not needed anymore after r283981
2015-06-03 Baptiste DaroussinAdd a pw_mkdb2(3) function which does the same thing...
2015-05-28 Glen BarberMFH: r282615-r283655
2015-05-27 John BaldwinExport a list of VM objects in the system via a sysctl...
2015-05-27 Simon J. GerratyMerge sync of head
2015-05-26 Simon J. GerratyMerge from head
2015-02-08 Baptiste DaroussinMerge from HEAD
2015-02-04 Enji CooperClean up more usb related files when MK_USB == no when...
2015-01-25 Mark Johnstongr_equal(): Fix a crash that could occur if the first...
2014-11-19 Simon J. GerratyMerge from head@274682
2014-11-04 Alexander V. ChernikovSync to HEAD@r274095.
2014-10-28 Baptiste DaroussinFix renaming a group via the gr_copy function
2013-10-10 Alan SomersIFC @256277
2013-09-05 Simon J. GerratyMerge from head
2013-08-28 Jilles Tjoelkerlibutil: Use O_CLOEXEC for internal file descriptors...
2013-07-17 Xin LIIFC @253398
2013-04-12 Simon J. Gerratysync from head
2013-03-09 Diane Brucecommit correct tested fix for gr_util.c
2013-03-07 Diane BruceCleanup gr_add() so it does not leak mem
2013-02-26 Xin LIIFC @247348.
2013-02-08 David E. O'BrienSync with HEAD.
2013-01-17 Neel NatuIFC @ r245509
2013-01-13 Mateusz Guziklibutil: fix typo in comment for gr_fini.
2013-01-13 Mateusz Guziklibutil: utilize strsep instead of strcat in a loop...
2013-01-13 Mateusz Guziklibutil: move group_line_format into the scop of its...
2013-01-13 Mateusz Guziklibutil: eliminate 'found' variable in gr_equal
2013-01-04 Neel NatuIFC @ r244983.
2012-12-28 Baptiste DaroussinSimplify pointing dst after the end of all the gr_mem...
2012-12-28 Baptiste Daroussinerrno = ENOMEM was supposed to be removed not return...
2012-12-28 Baptiste Daroussinmalloc() sets errno to ENOMEM already.
2012-12-28 Baptiste DaroussinDo not leave parts of the new group uninitialized in...
2012-12-27 Baptiste Daroussinavoid arithmetic on uintptr_t
2012-12-27 Baptiste Daroussincast to uintptr_t to properly calculate offset
2012-12-27 Baptiste DaroussinAdd O_CLOEXEC to flopen
2012-12-27 Baptiste Daroussingr_dup: simplify duplication of group
2012-12-27 Baptiste Daroussin- Clean up previous gr_add use malloc instead of calloc
2012-12-27 Baptiste DaroussinNew gr_add function to provide a clean and safe method...
2012-12-27 Baptiste DaroussinUse flopen(3) instead of open(2) + flock(2)
2012-12-04 Neel NatuIFC @r243836
2012-11-27 Alexander MotinMFC
2012-11-20 Baptiste Daroussinonly rename(2) after chmod(2) has succeed
2012-11-20 Baptiste Daroussinchange mode the group file to 0644 after a successfull...
2012-11-11 Neel NatuIFC @ r242684
2012-11-04 Simon J. GerratySync from head
2012-10-29 Baptiste Daroussinbackout r242319, racy and not done in the right place
2012-10-29 Baptiste Daroussinmake pw_init and gr_init fail if the specified master...
2012-07-13 Xin LIIFC @238412.
2012-07-11 Peter GrehanIFC @ r238370
2012-06-20 David E. O'BrienMFC: r237279: install filemon.h
2012-06-19 Baptiste DaroussinRevert user comparison back to user names as some user...
2012-05-15 Alexander MotinMFC
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-04-26 Peter GrehanIFC @ r234692
2012-02-10 Ed SchoutenDetect file modification properly by using tv_nsec.
2012-01-26 Guy HelmerConsensus between bde and pjd seemed to be that if...
2012-01-26 Guy HelmerMake the comments consistent (capitalization, punctuati...
2012-01-26 Guy HelmerRestore the parenthesis that are necessary around the...
2012-01-23 Xin LIIFC @230489 (pending review).
2012-01-16 Guy HelmerFix more disorder in prototypes and constants.
2012-01-12 Guy HelmerMove struct pidfh definition into pidfile.c, and leave...
2012-01-12 Guy HelmerMore prototype formatting fixes, struct member formatti...
2012-01-11 Guy HelmerFix prototype formatting (indentation, long lines,...
2012-01-11 Guy HelmerFix namespace issues with prototype parameter names.
2012-01-11 Guy HelmerFix forward structure declaration and prototype disorder.
2012-01-11 Pawel Jakub DawidekConstify arguments.
2012-01-10 Guy HelmerAdd pidfile_fileno() to obtain the file descriptor...
2012-01-05 Baptiste DaroussinAdd new pw_make_v7 to make a passwd line (in v7 format...
2012-01-04 Sean BrunoIFC to head to catch up the bhyve branch
2011-12-15 Baptiste DaroussinModify pw_copy:
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-05-12 Stanislav Sedov- Commit work from libprocstat project. These patches...
next