]> git.cameronkatri.com Git - pw-darwin.git/shortlog
pw-darwin.git
2008-12-04 Dag-Erling... integrate from head@185615
2008-12-02 Peter WemmMerge user/peter/kinfo branch as of r185547 into head.
2008-11-23 Sean FarleyFixed style issues with variable ordering and naming...
2008-11-11 Sean Farleystyle(9) fixes.
2008-11-04 Dag-Erling... MFH (r184638): build at WARNS level 6
2008-11-04 Dag-Erling... MFH (r184633, r184635): build at WARNS level 6
2008-11-04 Dag-Erling... Avoid assigning a const char * to a char *.
2008-11-04 Dag-Erling... Committed to wrong branch.
2008-11-04 Dag-Erling... Avoid assigning a const char * to a char *.
2008-10-20 Dag-Erling... Diff reduction against Varnish, including one important...
2008-10-20 Dag-Erling... Reimplement flopen(3) using fcntl(2) locks instead...
2008-10-20 Dag-Erling... Since in_lt() and in_lts() are not static, assume that...
2008-10-20 Dag-Erling... Since setclasscpumask() is not static, assume that...
2008-10-20 Dag-Erling... Style and whitespace.
2008-08-16 Andrey A. ChernovUse arc4random_uniform() to avoid "modulo bias"
2008-07-30 John BaldwinThe original adduser/rmuser scripts in Perl used to...
2008-07-25 Brooks DavisAdd support for a new login capability, cpumask which...
2008-07-17 John BaldwinBefore updating the password database, the pw(8) utilit...
2008-07-01 John BaldwinMerge hexdump(9) to userland as hexdump(3) in libutil...
2008-05-27 Antoine Brodin- Increase the size of the salt in pw(8) from 8 to...
2008-04-23 Sean FarleyAdd four utility functions related to struct grp proces...
2008-03-16 Christian BruefferIn the description of the password field, -w was meant...
2008-02-23 Sean FarleyAdd the groupmod '-d' option to pw to allow the deletio...
2008-02-23 Sean Farleystyle(9) (verified no object changes)
2008-01-27 Mike MakonnenAdd the -M command-line option, which will set home...
2008-01-25 Mike MakonnenClarify in what formats the grouplist for the '-G'...
2007-11-18 John BirrellConstify the first argument to expand_number() so that...
2007-10-20 Mike MakonnenAllow adding a user(s) to additional groups in batch...
2007-10-19 Mike MakonnenThe POP daemon's temporary mail file has a leading...
2007-09-01 Pawel Jakub... Implement expand_number(3), which is the opposite of...
2007-08-03 Dag-Erling... Back out previous commit until I figure out why my...
2007-08-03 Dag-Erling... Use fcntl(2)-style locks instead of less-portable flock...
2007-06-14 Yaroslav TykhiyUpdate some comments, mostly regarding LOGIN_MECLASS...
2007-05-23 Dag-Erling... Nit: avoid shadowing truncate(2) with a local variable.
2007-05-23 Dag-Erling... Fix stupid braino in previous commit.
2007-05-23 Dag-Erling... If (flags & O_TRUNC), don't truncate the file until...
2007-05-10 Dag-Erling... Well gag me with a spoon... I'm so used to working...
2007-05-10 Dag-Erling... Remove superfluous unexpanded RCS tag.
2007-05-10 Dag-Erling... DTRT when O_NONBLOCK is specified.
2007-05-10 Dag-Erling... I'm tired of seeing this done incorrectly and non-porta...
2007-04-12 Ceri DaviesBump .Dd for r1.5; fix grammatical problem.
2007-04-12 Mike MakonnenSpecify the correct way to modify this file, and warn...
2007-04-12 Mike MakonnenThere are a couple of bugs in rev. 1.27:
2007-04-12 Mike MakonnenErrm... I don't see how rev. 1.26 could have possibly...
2007-03-30 Lukas ErtlDo the right thing with symlinks in the skeleton directory.
2007-03-30 Lukas ErtlAccept passwords which contain whitespace.
2007-03-30 Lukas ErtlAdd home directory creation mode to pw.conf(5) and...
2007-03-30 Lukas ErtlAdd -M argument to usage() output.
2007-03-26 Lukas ErtlIntroduce the new option -M to allow to set the permiss...
2007-03-26 Lukas ErtlCheck if the new user already exists right after enteri...
2007-01-09 Warner LoshRemove California Regent's clause 3, per letter
2007-01-09 Warner LoshPer Regents of the University of Calfornia letter,...
2006-12-05 Ceri DaviesFlush my typo fix queue for this directory.
2006-12-05 Ceri DaviesFix typos.
2006-10-09 Tom RhodesBetter mdoc(7). Bump doc date.
2006-10-09 Tom RhodesNote the naming convention of files in share/skel and...
2006-09-29 Ruslan ErmilovMarkup fixes.
2006-09-25 Dmitry MorozovskyFix bug introduced in rev 1.23:
2006-09-18 Maxim Konovalovo Fix groupadd getopt line and make 'pw groupadd -o...
2006-09-08 Thomas QuinotMinor comment fix.
2006-09-04 Thomas Quinot(pw_copy): Handle the case of a malformed line in maste...
2006-06-07 Tom RhodesAdd adding_user.8 to SEE ALSO, note that usernames...
2006-03-17 Ruslan ErmilovReimplementation of world/kernel build options. For...
2006-03-14 Andrey A. ChernovPOSIXed strtoll() (and ours one too) can set errno...
2006-03-14 Andre OppermannImport of OpenBSD's strtonum(3) which is a nicer versio...
2006-02-18 Dag-Erling... Add utility functions for checking if a given kernel...
2006-01-22 Matteo RiondatoHonour the "uuid" directive in adduser.conf
2005-08-24 Pawel Jakub... Add a family of functions for reliable pidfiles handling.
2005-08-02 Sean ChittendenCross-reference pw(8) into chpass(1), passwd(1), and...
2005-07-31 Pawel Jakub... Change /home symbolic link, so it will point to usr...
2005-05-24 Adam WeinbergerFix a particularly egregious grammar error.
2005-04-28 Robert Drehmel - Act according to the documentation (man page):
2005-04-22 Tom RhodesProperly spell default in a comment.
2005-04-09 Stefan FarfelederRemove unused variables.
2005-02-10 Stefan FarfelederThe variable `arglist' has internal linkage in pw.c...
2005-01-18 Ruslan ErmilovSort sections.
2005-01-18 Ruslan ErmilovSort sections.
2005-01-17 Ruslan ErmilovAdded the EXIT STATUS section where appropriate.
2004-12-29 Andrey A. ChernovMore NO_NIS cleanup: LINKS and MLINKS
2004-12-18 Ruslan ErmilovGrammar in a comment.
2004-11-13 Bjoern A. ZeebAdd knob NO_NIS (fka NO_YP_LIBC) and make world compile...
2004-10-03 Stefan FarfelederDon't rely on NULL being a pointer, add a cast before...
2004-09-23 Peter PentchevIn fullpath_from_shell(), move the nologin detection...
2004-08-28 Mike MakonnenAlso, match the full path to the special nologin shell.
2004-07-26 Philippe CharnierRemove useless .Pp. Typo: gcos -> gecos (as spelled...
2004-07-02 Ruslan ErmilovMechanically kill hard sentence breaks.
2004-07-02 Ruslan ErmilovMechanically kill hard sentence breaks.
2004-06-17 Robert DrehmelUse strlcpy(3) to replace the idiomatic
2004-06-17 Robert DrehmelFix a bug which occurred when the home directory given...
2004-06-13 Ruslan ErmilovAssorted markup, grammar, and spelling fixes.
2004-06-08 Christian S... Add note that rmuser will clean up any IPC mechanisms...
2004-06-06 Mike MakonnenAccept full path names in addition to base names for...
2004-06-04 Ruslan ErmilovFixed a typo.
2004-05-24 Pawel Jakub... Add humanize_number(3) to libutil for formating numbers...
2004-05-18 Stefan FarfelederDon't depend on NULL's expansion being a pointer, cast...
2004-05-11 Diomidis SpinellisBring the description for login_getclassbyname in sync...
2004-04-07 Tom RhodesThis manual page will not first appear in 4.10 as RELEN...
2004-03-30 Tom RhodesFix today's faux pas by:
2004-03-30 Tom RhodesAdd an adduser.conf manual page.
2004-03-30 Colin PercivalSychronize with reality: nologin(8) is now in /usr...
next