Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | RETURN VALUES, not RETURN VALUE | 2001-07-13 | 1 | -2/+2 | ||
| | ||||||
* | Make the list of required #includes match reality. | 2001-07-13 | 5 | -5/+10 | ||
| | ||||||
* | Plug memory leak in pw_copy(); millert@ ok | 2001-07-11 | 1 | -2/+3 | ||
| | ||||||
* | correct type on last arg to execl(); nordin@cse.ogi.edu | 2001-07-09 | 1 | -4/+4 | ||
| | ||||||
* | o move passwd.conf variables into login.conf | 2001-06-18 | 1 | -2/+13 | ||
| | | | | | | o no longer install passwd.conf (but it is used if it exists and the needed info is not in login.conf) o added passwordtime and minpasswordlen login.conf variables | |||||
* | proto; S@mSmith.net | 2001-06-10 | 1 | -2/+4 | ||
| | ||||||
* | new license from Wietse; permits modification. This code is derived from | 2001-06-03 | 2 | -5/+23 | ||
| | | | | | logdaemon, so this applies: ftp://ftp.porcupine.org/pub/security/logdaemon_license | |||||
* | please alpha | 2001-02-05 | 1 | -2/+3 | ||
| | ||||||
* | move utmp to large format, usernames to 32 chars; downsj | 2001-01-31 | 1 | -1/+1 | ||
| | ||||||
* | libutil.h -> util.h | 2001-01-07 | 1 | -2/+2 | ||
| | ||||||
* | Fix a problem introduced by the printf format sweep. Passing a NULL | 2001-01-02 | 1 | -4/+8 | ||
| | | | | | pw_error() is prefectly legal but now we have to check for it explicity (it was handled implicitly before since warn(name) would become warn(NULL)). | |||||
* | MLINK check_expire.3 -> login_check_expire.3 | 2000-11-27 | 1 | -1/+2 | ||
| | ||||||
* | first cut at a man page for login_check_expire() | 2000-11-27 | 2 | -4/+71 | ||
| | ||||||
* | login_check_expire(3), a helper function for use with BSD authentication. | 2000-11-26 | 3 | -5/+197 | ||
| | | | | | This lives in libutil because it uses pw_lock(3) and friends. Needs a man page (soon!). | |||||
* | Add a username argument to pw_mkdb to match 'pwd_mkdb -u username'. | 2000-11-26 | 4 | -12/+21 | ||
| | | | | Crank the shlib major number due to the interface change. | |||||
* | shorten, now it fits in -Tps | 2000-11-10 | 1 | -2/+2 | ||
| | ||||||
* | Arguments to .Dt macros should be all-caps. | 2000-09-17 | 1 | -2/+2 | ||
| | ||||||
* | Fix typo in NAME section; loict@bougon.net. While I'm here, capitalify the | 2000-09-17 | 1 | -7/+7 | ||
| | | | | | | argument to .Dt, and move the BUGS section to the end like most man pages. This is my 1000th commit since joining the OpenBSD dev team. | |||||
* | typo | 2000-08-02 | 1 | -3/+3 | ||
| | ||||||
* | close fd for pw_lck on exec, okay deraadt@ | 2000-08-01 | 1 | -2/+6 | ||
| | ||||||
* | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | 2000-06-30 | 1 | -3/+3 | ||
| | | | | | | | | | 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). | |||||
* | Document device lookup semantics. | 2000-05-01 | 1 | -1/+10 | ||
| | ||||||
* | crank minor | 2000-04-30 | 1 | -1/+1 | ||
| | ||||||
* | Add OPENDEV_BLCK | 2000-04-30 | 1 | -2/+3 | ||
| | ||||||
* | Add OPENDEV_BLCK flag for opening the block devices (the character | 2000-04-30 | 2 | -37/+40 | ||
| | | | | | | | | | | | | | device is opened by default). Don't open the file w/o adding a /dev/ prefix unless the file has a '/' in it. This prevents problems where someone says "disklabel sd0" with a file called "sd0" in the cwd. The OPENDEV_DRCT flag has been deprecated as it is the the default behavior and always has been. Add checks for >= MAXPATHLEN and return ENAMETOOLONG in that case. | |||||
* | Mostly punctuation fixes. | 2000-04-15 | 3 | -17/+17 | ||
| | ||||||
* | Trailing whitespace begone! | 2000-04-12 | 1 | -8/+8 | ||
| | ||||||
* | no need to spec the link path | 2000-03-28 | 1 | -6/+1 | ||
| | ||||||
* | Do not leave `(' characters dangling at the end of lines; instead, use the | 2000-03-06 | 1 | -3/+3 | ||
| | | | | appropriate mdoc macros to handle these cases. | |||||
* | In Unix land we prefer "whitespace" to "white space" or "white-space". At | 2000-03-04 | 1 | -2/+2 | ||
| | | | | least, this is the impression I get from looking at a lot of Perl docs. | |||||
* | update header requirements; bde | 2000-01-05 | 1 | -1/+2 | ||
| | ||||||
* | say how long the buffer needs to be | 1999-12-06 | 1 | -2/+3 | ||
| | ||||||
* | add man page for login_fbtab() | 1999-11-11 | 2 | -3/+44 | ||
| | ||||||
* | Typo fixes. | 1999-09-23 | 1 | -2/+2 | ||
| | ||||||
* | crank minor; costa forgot | 1999-09-21 | 1 | -1/+1 | ||
| | ||||||
* | Add opendisk from NetBSD. | 1999-09-21 | 10 | -5/+285 | ||
| | | | | Add OpenBSD tags to files | |||||
* | appropiate -> appropriate; inspired by it being misspelled in a NetBSD commit | 1999-09-16 | 1 | -2/+2 | ||
| | | | | message :-) | |||||
* | Remove a lie. We don't skip /dev/ttyv* since our pcvt uses /dev/ttyC*. | 1999-08-23 | 1 | -10/+3 | ||
| | ||||||
* | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | 1999-08-17 | 2 | -5/+5 | ||
| | ||||||
* | fix bad English, spelling, grammar, comma splices, etc. | 1999-07-21 | 1 | -15/+17 | ||
| | ||||||
* | insert a missing .El macro | 1999-07-20 | 1 | -2/+3 | ||
| | ||||||
* | Added fparseln from NetBSD. | 1999-07-20 | 5 | -5/+385 | ||
| | | | | ok deraadt@ | |||||
* | - remove all trailing whitespace | 1999-07-09 | 2 | -9/+9 | ||
| | | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||||
* | when using `-' as a negative sign, escape it with a backslash so troff knows | 1999-07-07 | 3 | -5/+5 | ||
| | | | | it's not supposed to be a hyphen/dash | |||||
* | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | 1999-07-07 | 2 | -4/+4 | ||
| | | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||||
* | remove redundant .Pp macros | 1999-07-02 | 2 | -18/+26 | ||
| | ||||||
* | capitalize the acronym ID | 1999-06-05 | 1 | -6/+6 | ||
| | ||||||
* | or'ing -> OR'ing | 1999-05-27 | 1 | -2/+2 | ||
| | ||||||
* | permit threaded use; jb@freebsd | 1999-05-24 | 1 | -3/+3 | ||
| | ||||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 1 | -3/+3 | ||
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. |