summaryrefslogtreecommitdiff
path: root/usr.sbin/edquota
AgeCommit message (Collapse)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2008-06-24sort flags in synopsis to match "usage:" and style(9)Igor Sobrado
2007-10-17- Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) byTheo de Raadt
temporarily restoring default behaviour. This is not 100% ideal. But this fixes editor handling in mail... bah, it is really unfortunate that got broken - refactor the restoration code as well, to make it simpler ok ray
2007-08-31Copy editit() from sendbug, synchronizing editor calling code.Ray Lai
OK otto, millert, beck, mbalmer, deraadt.
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
and synopsis of commands lots of good ideas by jmc@ ok jmc@
2007-05-31convert to new .Dd format;Jason McIntyre
2006-10-18do not name FILE * variables "fd" since it is confusingTheo de Raadt
2006-04-02use SEEK_* for lseek()Theo de Raadt
2005-11-12more asprintf; ok dhill@mindcry.orgTheo de Raadt
2005-04-01these commands said "blocks" when they meant "KBytes" (they even calculatedTheo de Raadt
it so). pointed out by janc@cyberspace.org, pr 3956
2004-03-09type, Marek BlaszkowskiTed Unangst
2003-06-26strict proto cleanupsTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-25replace an unbounded %s in a sscanf with a bounded oneAnil Madhavapeddy
ok millert@
2003-04-02strlcpy; millert okTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-02-01typos;Jason McIntyre
chat(8): removed reference to uucico(8) ok deraadt@
2002-09-06cope with INITQFNAMES without a ;Theo de Raadt
2002-09-06no ; after INITQFNAMESTheo de Raadt
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-05-29more snprintfTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵Todd C. Miller
POSIX counterparts.
2001-01-15Revert previous patch (I should stop believing Theo, esp. when he'sAngelos D. Keromytis
intoxicated). Thanks to Paul Janzen for pointing this out.
2001-01-14Handle quotas over 4G, PR 1534 (bob@prophecy.lu)Angelos D. Keromytis
2000-12-21Deal with quotas over 4G correctly; also, tidy a bit and be a touch morePaul Janzen
paranoid with some buffers.
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
1999-06-15change getentry() args to solve problemTheo de Raadt
1999-06-15Check return value of getentry() for -1, not < 0 since it returnsTodd C. Miller
an unsigned value; jon@oaktree.co.uk
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-01-03fix overflow; bdeTheo de Raadt
1998-11-08usr.sbin/ man page repairs, a-iAaron Campbell
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.
1998-05-18MAXPATHLEN not MAXPATHLEN+1Theo de Raadt
1998-03-22Don't assume all-numeric names are id's, look up as a name inTodd C. Miller
passwd first. Noted by Solar Designer <solar@FALSE.COM>
1997-09-21$OpenBSD$Theo de Raadt
1997-08-20Some KNF and use warn/err.Todd C. Miller
1997-06-30Wall. uid & gid are not perfect .. but that is OKTheo de Raadt
1997-01-28repair quotactl() typesTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1996-09-16_PATH_TMP -> _PATH_TMPFILETodd C. Miller
1996-09-01fix warningsTheo de Raadt
1996-08-29type fixesTheo de Raadt
1996-06-19do not use system() to start $EDITOR, but fake system() ourselvesTheo de Raadt
1996-06-06do not forget to unlink tmpfilTheo de Raadt
1996-06-06system() $EDITOR safelyTheo de Raadt