]> git.cameronkatri.com Git - pw-darwin.git/shortlog
pw-darwin.git
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-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-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-11 Peter GrehanIFC @ r238370
2012-06-20 David E. O... MFC: r237279: install filemon.h
2012-06-19 Baptiste DaroussinRevert user comparison back to user names as some user...
2012-06-06 David E. O... MFC: r236422, r236592, r236593, r236594, r236620, r2366...
2012-06-03 Joel Dahlmdoc: add missing width argument to Bl -tag.
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-04-26 Peter GrehanIFC @ r234692
2012-03-29 Eitan AdlerRemove trailing whitespace per mdoc lint warning
2012-02-25 Daniel EischenWhen using uidstart in /etc/adduser.conf, get the next
2012-02-22 Kevin LoHandle NULL return from crypt(3). Mostly from DragonFly
2012-02-14 Kevin Loreadlink len-1
2012-02-14 Kevin LoRemove unnecessary cast
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-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... Constify 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-30 Ulrich SpörleinSpelling fixes for usr.sbin/
2011-12-22 Eitan Adler- document the -l option to usermod
2011-12-17 Dimitry AndricIn usr.sbin/pw/pw_user.c, use the correct printf length...
2011-12-15 Baptiste DaroussinModify pw_copy:
2011-11-22 Peter GrehanIFC @ r227804
2011-11-06 Ed SchoutenMark the structure fields as const.
2011-09-15 Peter GrehanIFC @ r225592
2011-07-31 Xin LIBackout r223115 which potentially caused a POLA violati...
2011-06-28 Peter GrehanIFC @ r222830
2011-06-15 Xin LIDon't attempt to create the base directory when -d...
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...
2011-05-05 David E. O... Don't duplicate define the stdint types.
2011-04-12 Xin LIAdd support for IEE/IEC (and now also SI) power of...
2011-03-12 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@219553
2011-03-08 Jung-uk KimStop hard-coding default directory mode as 0777.
2011-03-06 Pawel Jakub... expand_number() needs uint64_t, declare it here if...
2011-03-05 Edward Tomasz... Add two new system calls, setloginclass(2) and getlogin...
2011-02-18 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@218816
next