]> git.cameronkatri.com Git - pw-darwin.git/shortlog
pw-darwin.git
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-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
2012-06-19 Baptiste DaroussinRevert user comparison back to user names as some user...
2012-06-03 Joel Dahlmdoc: add missing width argument to Bl -tag.
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-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-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... 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-08-15 Justin T. GibbsIntegrate FreeBSD/head into projects/zfsd/head as of...
2011-07-31 Xin LIBackout r223115 which potentially caused a POLA violati...
2011-07-17 Justin T. GibbsIntegrate from Head into ZFSD feature branch as of...
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
2011-02-04 Jung-uk KimDo not let pw.conf(5) or -M option affect creation...
2010-12-11 Joel DahlRemove the advertising clause from UCB copyrighted...
2010-10-26 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@214309
2010-10-19 Jamie GrittonA new jail(8) with a configuration file, to replace...
2010-10-08 Ulrich Spörleinmdoc: drop redundant .Pp and .LP calls
2010-10-05 Jung-uk KimRevert the unrelated patch crept in the previous commit.
2010-10-05 Jung-uk KimPrefer pmap_unmapbios() over pmap_unmapdev(). The...
2010-08-16 Dag-Erling... Old patch I had lying around: clean up and use stpcpy...
2010-08-15 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@211344
2010-08-14 Dag-Erling... Simplify expand_number() by combining the (unrolled...
2010-05-26 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@208557
2010-05-13 Ulrich Spörleinmdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS...
2010-05-11 Ulrich Spörleinmdoc: remove stray and
next