| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify code. Also verbose logging, verbose overridable error reporting. | Mark Murray | 2001-08-10 | 1 | -5/+10 |
* | Verbose logging, overridable verbose error reporting. | Mark Murray | 2001-08-10 | 3 | -2/+18 |
* | Module clean-up. Verbose logging, Overridable verbose error reporting, | Mark Murray | 2001-08-10 | 1 | -26/+21 |
* | Verbosely (overridable) report failure to the user. | Mark Murray | 2001-08-10 | 1 | -0/+4 |
* | Use the FreeBSD pam_prompt() interface to the conversation function | Mark Murray | 2001-08-10 | 1 | -79/+62 |
* | Verbosely report errors to the user (overridable), and make sure | Mark Murray | 2001-08-10 | 1 | -3/+15 |
* | mdoc(7) police: join split punctuation to macro calls. | Ruslan Ermilov | 2001-08-10 | 11 | -20/+21 |
* | Include string.h for the strlen() prototype to quiet a warning. | John Baldwin | 2001-08-10 | 1 | -0/+1 |
* | mdoc(7) police: fixed the "new sentence" bogons. | Ruslan Ermilov | 2001-08-10 | 3 | -3/+3 |
* | Fix broken logic so that this actually works for the superuser. | Mark Murray | 2001-08-10 | 1 | -5/+21 |
* | Rework this to prevent a nasty problem involving different modules' | Mark Murray | 2001-08-10 | 1 | -42/+34 |
* | Declare the new user-error reporting macro. | Mark Murray | 2001-08-10 | 2 | -6/+18 |
* | Add a routine for providing feedback via the conversation mechanism | Mark Murray | 2001-08-10 | 1 | -24/+58 |
* | mdoc(7) police: protect trailing full stops of abbreviations | Ruslan Ermilov | 2001-08-10 | 11 | -11/+11 |
* | Fixed style bugs (dot `.' at the end of error and warning messages). | Ruslan Ermilov | 2001-08-10 | 1 | -22/+22 |
* | Markup nits: use diagnostic type lists for error and warning messages. | Ruslan Ermilov | 2001-08-10 | 1 | -21/+17 |
* | mdoc(7) police: add xref to intro(2). | Ruslan Ermilov | 2001-08-10 | 1 | -0/+1 |
* | o Remove some misleading and incomplete information about search | Mike Barcroft | 2001-08-09 | 1 | -11/+8 |
* | o Various mdoc fixes. | Mike Barcroft | 2001-08-09 | 1 | -10/+50 |
* | Fix xrefs. | Maxim Sobolev | 2001-08-09 | 1 | -1/+1 |
* | Use the ``.Rv -std'' mdoc(7) macro in appropriate cases. | Yaroslav Tykhiy | 2001-08-09 | 66 | -291/+66 |
* | Tiny markup fix: `to' isn't a variable | Yaroslav Tykhiy | 2001-08-09 | 1 | -1/+2 |
* | A minor markup fix: | Yaroslav Tykhiy | 2001-08-09 | 1 | -2/+3 |
* | Fix markup and a couple of thinkos. | Dima Dorfman | 2001-08-09 | 1 | -13/+13 |
* | typo: patched->matched | Mike Heffner | 2001-08-09 | 1 | -1/+1 |
* | mdoc(7) police: expand plain text xrefs. | Ruslan Ermilov | 2001-08-08 | 13 | -13/+33 |
* | Urge the reader to start using getaddrinfo(3) and getnameinfo(3) | Ruslan Ermilov | 2001-08-08 | 1 | -0/+14 |
* | mdoc(7) police: remove whitespace at EOL. | Ruslan Ermilov | 2001-08-08 | 1 | -1/+1 |
* | mdoc(7) police: markup nits. | Ruslan Ermilov | 2001-08-08 | 1 | -16/+11 |
* | Update ptrace(2) re: PT_READ_U and PT_WRITE_U | Peter Wemm | 2001-08-08 | 1 | -45/+0 |
* | mdoc(7) police: | Ruslan Ermilov | 2001-08-07 | 23 | -116/+83 |
* | More spelling fixes. | Ruslan Ermilov | 2001-08-07 | 1 | -3/+3 |
* | mdoc(7) police: sort xrefs. | Ruslan Ermilov | 2001-08-07 | 1 | -1/+1 |
* | mdoc(7) police: markup nits. | Ruslan Ermilov | 2001-08-07 | 1 | -1/+2 |
* | printed current sequence number of the SA. accordingly, changed | Hajimu UMEMOTO | 2001-08-06 | 1 | -7/+9 |
* | varargs -> stdarg | Dima Dorfman | 2001-08-05 | 1 | -2/+2 |
* | Fix style/consistency in Makefile and repair static module building. | Mark Murray | 2001-08-04 | 2 | -5/+4 |
* | Don't clobber CFLAGS | Mark Murray | 2001-08-04 | 1 | -1/+1 |
* | Add some features to libdevstat, and overhaul the interface a bit: | Thomas Moestl | 2001-08-04 | 5 | -195/+1220 |
* | Fix the bug where this modulke was not checking the priamry GID, only | Mark Murray | 2001-08-04 | 1 | -24/+11 |
* | Don't clobber the default for CFLAGS. | Bruce Evans | 2001-08-03 | 1 | -1/+2 |
* | In getclnthandle(), if the address is found in the cache we need | Ian Dowse | 2001-08-02 | 1 | -2/+5 |
* | With the S/KEY removal, this is no longer buildable or necessary. | Mark Murray | 2001-08-02 | 2 | -102/+0 |
* | Don't try to make pam_ssh module if NO_OPENSSH is set. | Mark Murray | 2001-08-02 | 1 | -1/+1 |
* | Add opieaccess(5) functionality under the INSECURE_OPIE .ifdef. | Mark Murray | 2001-08-02 | 1 | -1/+2 |
* | Fix a cryptoless world by disconnecting libmp from the build when there is no | Maxim Sobolev | 2001-08-02 | 1 | -1/+5 |
* | Repair the get/set UID() stuff so this works in both su(1) and login(1) | Mark Murray | 2001-08-02 | 1 | -3/+3 |
* | mdoc(7) police: remove hard sentence breaks. | Dima Dorfman | 2001-08-01 | 1 | -4/+4 |
* | MFS: in HISTORY section, fix release number of first appearance | Sheldon Hearn | 2001-08-01 | 4 | -4/+4 |
* | Fix broken Fn calls; Fn doesn't take a manual page section as an | Sheldon Hearn | 2001-08-01 | 1 | -5/+5 |