]> git.cameronkatri.com Git - pw-darwin.git/shortlog
pw-darwin.git
2015-05-31 Baptiste DaroussinRemove useless cast in printf and printf-like functions:
2015-05-31 Baptiste DaroussinCast -1 to uid_t and bump WARNING level to 3
2015-05-31 Baptiste DaroussinMove cleanup functions to the right place
2015-05-31 Baptiste DaroussinRemove useless test before free()
2015-05-31 Baptiste DaroussinReturn early in case we cannot read the configuration...
2015-05-31 Baptiste DaroussinMake pw_user()/pw_group() more consitent about errors
2015-05-31 Baptiste DaroussinRemove uneeded intermediate variable
2015-05-31 Baptiste DaroussinRemove uneeded intermediate variable
2015-05-31 Baptiste DaroussinUse asprintf instead of malloc + snprintf and test...
2015-05-29 Baptiste DaroussinRemove dead declaration
2015-05-27 John BaldwinExport a list of VM objects in the system via a sysctl...
2015-05-10 Baptiste DaroussinRemove extendline definition
2015-05-10 Baptiste DaroussinUse calloc(3) instead of malloc(3) + memset(3)
2015-05-10 Baptiste DaroussinThe initial logic for allocating the new string was...
2015-05-10 Baptiste DaroussinUse strndup(3) instead of malloc(3) + memcpy(3)
2015-05-10 Baptiste DaroussinRemove useless call to extendarray
2015-05-10 Baptiste DaroussinThe pwdb function is only used once to check the databa...
2015-05-10 Baptiste Daroussinif the check of the pw db fails return the failed value
2015-05-10 Baptiste DaroussinSome style(9) fixes
2015-05-09 Baptiste DaroussinReplace sprintf(3) with snprintf(3)
2015-05-09 Baptiste DaroussinUse snprintf(3) instead of sprintf(3)
2015-05-09 Baptiste DaroussinRemove now unused LNBUFSZ buffer size
2015-05-09 Baptiste DaroussinReturn from the function as early as possible
2015-05-09 Baptiste DaroussinRemove some uneeded headers
2015-05-09 Baptiste DaroussinRemove unneeded headers
2015-05-09 Baptiste DaroussinReplace malloc(3) + strcpy(3) + strcat(3) by asprintf(3)
2015-05-09 Baptiste DaroussinUse snprintf(3) instead of strcpy(3) + strncat(3)
2015-05-09 Baptiste DaroussinUse sbuf(9) instead of homebrewed buffered string
2015-02-13 Baptiste DaroussinPartially revert 278642
2015-02-12 Baptiste DaroussinUse PRECIOUSPROG instead of custom code to handle schg
2015-02-04 Enji CooperClean up more usb related files when MK_USB == no when...
2015-01-26 Baptiste DaroussinRevert r277652
2015-01-25 Mark Johnstongr_equal(): Fix a crash that could occur if the first...
2015-01-24 Baptiste DaroussinAllow negative numbers in -u and -g options
2014-11-25 Baptiste DaroussinConvert to usr.bin/ to LIBADD
2014-11-24 Brad DavisConvert to LIBADD.
2014-11-12 Baptiste DaroussinFix wrong message when using pw -V with a non existent...
2014-10-28 Baptiste DaroussinFix renaming a group via the gr_copy function
2014-10-28 Baptiste DaroussinEnsure pw userdel -u <invalid> do not try to remove...
2014-10-28 Baptiste DaroussinDo not delete the group wheel when bad argument is...
2014-10-28 Baptiste DaroussinFix a regression in pw usermod -G list
2014-10-28 Baptiste DaroussinWhen a group is renamed then the group has been invalid...
2014-10-09 Dag-Erling... Two more places where login_setcryptfmt() defaults...
2014-10-02 Brad Davis- Add a test for bug 191427 where pw(8) will go into...
2014-08-14 Alan SomersConvert devd's client socket to type SOCK_SEQPACKET.
2014-08-13 Pedro F. GiffuniMinor style tweaks.
2014-06-27 Mateusz Guzikpw: fix up deletion of users from groups
2014-06-20 Baptiste DaroussinFix changing the username
2014-06-20 Baptiste DaroussinRemoved compatibility with pre FreeBSD 2.2 pw_mkdb...
2014-06-20 Baptiste Daroussinuse .Mt to mark up email addresses consistently (part2)
2014-05-21 Alan SomersIFC @266473
2014-05-06 Warner LoshUse src.opts.mk in preference to bsd.own.mk except...
2014-04-23 Alan SomersIFC @264767
2014-04-22 Baptiste DaroussinSimplify reading pw.conf(5) by using getline(3)
2014-03-13 Devin TeskeFix pw(8) deletion of group "username" on userdel even...
2014-03-06 Julian ElischerPart 2 of bug 187310.. had to commit separately due...
2014-03-06 Julian ElischerStop pw(8) from segfaulting when given certain input
2014-02-08 Joel Dahlmdoc: minor paragraph fixes.
2013-10-10 Alan SomersIFC @256277
2013-08-28 Jilles Tjoelkerlibutil: Use O_CLOEXEC for internal file descriptors...
2013-07-17 Xin LIIFC @253398
2013-07-04 Dag-Erling... Fall back to sha512 if passwd_format is not set.
2013-07-03 Dag-Erling... There is no reason to disallow setting the password...
2013-06-29 Tim KientzleFix -Wunsequenced warning
2013-05-13 Joel Dahlmdoc sweep
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-01 Daniel EischenPrevent a null pointer dereference in pw userdel when...
2013-01-17 Neel NatuIFC @ r245509
2013-01-16 Eitan AdlerRemove unused variables
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-09 Neel NatuIFC @ r245178
2013-01-06 Mateusz Guzikpw: free group returned by gr_add
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 DaroussinSimplify vnextgrent and vnextpwent reusing pw_scan...
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 DaroussinFix a regression in "pw group show" introduced r242349:
2012-12-27 Baptiste DaroussinSimplify the code by using the new gr_add function
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-26 Baptiste DaroussinSimplify copying of group members by using memcpy
2012-12-26 Baptiste DaroussinFix off-by-one error in memory allocation: j entries...
2012-12-26 Baptiste DaroussinIn case of the deletion of a user those whole database...
2012-12-26 Baptiste DaroussinFix creating a user and adding it to a group
2012-12-05 Eitan AdlerSimplify string duplication: use strdup instead of...
2012-12-05 Eitan AdlerAvoid overflowing the file buffer
2012-12-05 Eitan AdlerUse strdup instead of malloc + strcpy
2012-12-05 Eitan AdlerAvoid overflow of file buffer
next