Age | Commit message (Expand) | Author |
2003-11-26 | This is ISO C, use string concatenation, instead of bogus use of __CONCAT. | Marc Espie |
2003-10-20 | typos from Jared Yanovich; | Jason McIntyre |
2003-07-02 | protos | Theo de Raadt |
2003-07-01 | update the table contents as well as the table width | Anil Madhavapeddy |
2003-07-01 | - no need for pathnames.h, just use <paths.h> instead | Anil Madhavapeddy |
2003-06-25 | put in a proto | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-17 | %u is 11 chars, not 10; ok miod deraadt millert tedu | Peter Valchev |
2003-04-03 | Deal with files w/o a trailing newline before EOF. Found by mpech@ | Todd C. Miller |
2003-02-07 | More paranoia, make sure temp file owner matches real uid. | Todd C. Miller |
2003-02-02 | More paranoia when opening temp file; don't follow symlinks and | Todd C. Miller |
2002-07-31 | When I got removed the use of atexit() I missed the fact that edit() | Todd C. Miller |
2002-06-27 | move protos | Theo de Raadt |
2002-06-27 | There is absolutely no reason for the "tempname" or dfd variables | Todd C. Miller |
2002-06-27 | cleanup; mpech & millert ok | Theo de Raadt |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-05-29 | more snprintf | Theo de Raadt |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin |
2001-11-23 | oops. Thx mpech@ | Marc Espie |
2001-11-22 | Bad .IMPSRC. | Marc Espie |
2001-11-19 | kill more registers | Mike Pechkin |
2001-08-27 | Instead of prompting the user whether or not they wish to continue to | Todd C. Miller |
2001-08-20 | Powered by @mantoya. | Mike Pechkin |
2001-08-16 | Fix a typo and document login class field correctly. | Todd C. Miller |
2001-08-16 | extra arg to pw_mkdb | Todd C. Miller |
2001-08-16 | At Theo's request only print 'Please wait' if don't get the lock | Todd C. Miller |
2001-08-15 | Move locking of the passwd file *after* we have gotten a new password | Todd C. Miller |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt |
2000-11-26 | Update for pw_mkdb(3) interface change. All but vipw and userdel can | Todd C. Miller |
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell |
2000-10-17 | - Add a DIAGNOSTICS section explaining "the passwd file is busy". | Aaron Campbell |
2000-10-07 | Reword a sentence to correct bad grammar. | Aaron Campbell |
2000-09-26 | Do not permit non-printable characters in the passwd file; deraadt@ ok | Aaron Campbell |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell |
2000-03-23 | Change prompt string from "Location:" to "Office Location:", to disambiguate | Aaron Campbell |
2000-03-22 | Note that ``chfn'' and ``chsh'' are synonyms for ``chpass'', and reflect this | Aaron Campbell |
2000-03-21 | The BUGS section comes after HISTORY, usually. | Aaron Campbell |
2000-03-05 | Change prompt string from "Location:" to "Office Location:", to disambiguate | Aaron Campbell |
1999-12-15 | these strcpy are fine | Theo de Raadt |
1999-12-05 | Fix temp file unlinking. We use atexit() since the libutil passwd | Todd C. Miller |
1999-11-28 | Check for size change as well as change in time. Scripted changes | Hakan Olsson |
1999-09-29 | Check malloc(3) return. deraadt@ ok | Alex Feldman |
1999-08-21 | Document the YP options | Niklas Hallqvist |