]> git.cameronkatri.com Git - pw-darwin.git/shortlog
pw-darwin.git
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-19 Simon J. GerratyMerge from head@274682
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-19 Simon J. GerratyMerge head from 7/28
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-08 Simon J. GerratyMerge from head
2014-05-06 Warner LoshUse src.opts.mk in preference to bsd.own.mk except...
2014-04-28 Simon J. GerratyMerge head
2014-04-27 Simon J. GerratyMerge head
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-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-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-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... Sync with HEAD.
2013-02-07 David E. O... Correct the r242545 sync with head@242525.
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
2012-12-05 Eitan AdlerRemove useless check for NULL prior to free.
2012-12-04 Neel NatuIFC @r243836
2012-11-27 Alexander MotinMFC
2012-11-27 Alexander MotinMFC @ r241285
2012-11-20 Baptiste DaroussinIn NIS mode first chmod(2) the temporary file and...
2012-11-20 Baptiste Daroussinonly rename(2) after chmod(2) has succeed
2012-11-20 Baptiste DaroussinCorrectly set the password file mode after renaming...
2012-11-20 Baptiste Daroussinchange mode the group file to 0644 after a successfull...
2012-11-17 Neel NatuIFC @ r243164
2012-11-15 Eitan AdlerAvoid possible null deref if ypclnt_new returns null
2012-11-11 Neel NatuIFC @ r242684
2012-11-04 Simon J. GerratySync from head
2012-10-30 Baptiste DaroussinTeach pw(8) about how to use pw/gr API to reduce code...
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-10-01 Baptiste DaroussinDo not treat empty name as an uid 0
2012-10-01 Baptiste DaroussinRemove useless atoi(3), previous strspn(3) makes sure...
2012-09-28 Kevin LoMake sure that each va_start has one and only one match...
2012-09-15 Isabell LongRemove a reference to CVS and to freefall from a user...
2012-07-13 Xin LIIFC @238412.
2012-07-11 Peter GrehanIFC @ r238370
next