| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove -M from RPCCOM, it slipped in with the tirpc upgrade. | Alfred Perlstein | 2002-02-06 | 1 | -1/+1 |
| * | ANSIfy and remove some dead code. | Dag-Erling Smørgrav | 2002-02-06 | 4 | -92/+39 |
| * | Apply the following mechanical transformations in preparation for | Dag-Erling Smørgrav | 2002-02-06 | 3 | -135/+135 |
| * | balance parens. | Alfred Perlstein | 2002-02-05 | 1 | -1/+1 |
| * | For RPC v2 we need to fill in ret->xp_raddr too. INET_6 | Alfred Perlstein | 2002-02-05 | 1 | -1/+1 |
| * | Fix cc -Wall, fix rcsid warnings, add missing prototypes, | Alfred Perlstein | 2002-02-05 | 19 | -22/+37 |
| * | Do not call addrinfo on local transport adresses, if returning a | Alfred Perlstein | 2002-02-05 | 1 | -5/+25 |
| * | Switch to a self-starting allocation scheme. | Dag-Erling Smørgrav | 2002-02-05 | 1 | -10/+3 |
| * | Reindent, and add parentheses to return statements. Some functions in | Dag-Erling Smørgrav | 2002-02-05 | 8 | -1918/+1926 |
| * | Eliminate a redundant loop. | Dag-Erling Smørgrav | 2002-02-05 | 1 | -2/+1 |
| * | style: return(x) -> return (x) | Alfred Perlstein | 2002-02-05 | 1 | -2/+2 |
| * | Fix the credential handling code. | Alfred Perlstein | 2002-02-05 | 1 | -2/+24 |
| * | The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacks | Alfred Perlstein | 2002-02-05 | 1 | -6/+17 |
| * | Three times lucky: <stddef.h>, not <sys/param.h> | Dag-Erling Smørgrav | 2002-02-05 | 2 | -2/+2 |
| * | Oops, the correct header to include for NULL is <sys/param.h>. | Dag-Erling Smørgrav | 2002-02-05 | 2 | -2/+2 |
| * | ANSIfy and constify. | Dag-Erling Smørgrav | 2002-02-05 | 1 | -17/+15 |
| * | #include <sys/types.h> for NULL (hidden by Linux-PAM header pollution) | Dag-Erling Smørgrav | 2002-02-05 | 2 | -0/+4 |
| * | #include cleanup. | Dag-Erling Smørgrav | 2002-02-05 | 18 | -24/+35 |
| * | hex.c is new in libisc with 8.3.1-REL. | Jacques Vidrine | 2002-02-04 | 1 | -1/+1 |
| * | Explicitly declare (gcc internal) functions. | Mark Murray | 2002-02-04 | 1 | -0/+1 |
| * | ssh_get_authentication_connection() gets its parameters from environment | Dag-Erling Smørgrav | 2002-02-04 | 1 | -2/+24 |
| * | Protect "make buildworld" against -Werror, as this module does not | Mark Murray | 2002-02-04 | 1 | -0/+1 |
| * | Allow ldd(1) be used on shared libraries in addition to executables. | Maxim Sobolev | 2002-02-04 | 1 | -0/+7 |
| * | Add the other half of the salt-generating code. No functional | Mark Murray | 2002-02-04 | 1 | -8/+7 |
| * | Turn on fascist warning mode. | Mark Murray | 2002-02-03 | 1 | -0/+2 |
| * | WARNS=n fixes (and some stylistic issues). | Mark Murray | 2002-02-03 | 6 | -55/+91 |
| * | Remove an unnecessary #include that trips up OpenPAM. The header in question | Dag-Erling Smørgrav | 2002-02-02 | 1 | -2/+0 |
| * | Fixed world breakage in previous commit. The generated headers are in | Bruce Evans | 2002-02-02 | 1 | -1/+1 |
| * | Fixed tab lossage in vendor id and nearby style bugs in previous commit. | Bruce Evans | 2002-02-01 | 1 | -1/+4 |
| * | Fixed syntax error in previous commit. It was non-fatal because it was | Bruce Evans | 2002-02-01 | 1 | -3/+5 |
| * | Post-repocopy cleanup. | Dag-Erling Smørgrav | 2002-02-01 | 2 | -7/+1 |
| * | Complete bzip2-1.0.2 import. | Maxim Sobolev | 2002-02-01 | 5 | -15/+58 |
| * | Connect the pam_lastlog(8) and pam_login_access(8) modules to the build. | Dag-Erling Smørgrav | 2002-02-01 | 2 | -0/+4 |
| * | Return ENONAME if getaddrinfo() is called with AI_NUMERICHOST | Peter Pentchev | 2002-02-01 | 1 | -1/+1 |
| * | Fixed slipage in editor. | David E. O'Brien | 2002-02-01 | 1 | -0/+1 |
| * | Cut-n-paste in `list' mode considered harmful. | David E. O'Brien | 2002-02-01 | 2 | -5/+5 |
| * | * Remove __P and convert to ANSI prototypes. | David E. O'Brien | 2002-02-01 | 2 | -19/+17 |
| * | * Remove __P and convert to ANSI prototypes. | David E. O'Brien | 2002-02-01 | 16 | -264/+245 |
| * | * Remove 'register'. (some functions had 7+ register functions...) | David E. O'Brien | 2002-02-01 | 16 | -68/+77 |
| * | Fix SCM ID's. | David E. O'Brien | 2002-02-01 | 62 | -207/+166 |
| * | Fix minor style nit. | David E. O'Brien | 2002-01-31 | 1 | -1/+3 |
| * | Revert last commit. stdio.h include is for perror(), not strerror() | Chris D. Faulhaber | 2002-01-31 | 1 | -1/+1 |
| * | strerror(3) is in string.h, not stdio.h | Chris D. Faulhaber | 2002-01-31 | 1 | -1/+1 |
| * | Fixed world breakage due to missing include of <sys/cdefs.h> in previous | Bruce Evans | 2002-01-31 | 4 | -5/+17 |
| * | Fix FreeBSD IDs. | David E. O'Brien | 2002-01-30 | 5 | -15/+12 |
| * | Still with asbestos longjohns on, completely PAMify login(1) and remove | Dag-Erling Smørgrav | 2002-01-30 | 1 | -19/+20 |
| * | With asbestos longjohns on, integrate most of the checks normally done by | Dag-Erling Smørgrav | 2002-01-30 | 1 | -31/+101 |
| * | Move the code from pam_sm_authenticate() to pam_sm_acct_mgmt(). Simplify | Dag-Erling Smørgrav | 2002-01-30 | 2 | -62/+58 |
| * | Correct function's description. | Chris D. Faulhaber | 2002-01-29 | 1 | -1/+1 |
| * | GC code that moved to crtbrand.c. | David E. O'Brien | 2002-01-28 | 1 | -4/+0 |