| Commit message (Expand) | Author | Age | Files | Lines |
* | pre-emptively fix a KSE/M3 problem. | julian | 2002-02-07 | 1 | -7/+14 |
* | Move the AF_LOCAL check to the AF_INET check since portmap protocol | alfred | 2002-02-06 | 1 | -5/+1 |
* | Remove NO_WERROR, now that WARNS=n is gone. | markm | 2002-02-06 | 5 | -5/+0 |
* | Comment out the WARNS= so as to not trample all over the GCC3 work. | markm | 2002-02-06 | 1 | -1/+1 |
* | remove -M from RPCCOM, it slipped in with the tirpc upgrade. | alfred | 2002-02-06 | 1 | -1/+1 |
* | ANSIfy and remove some dead code. | des | 2002-02-06 | 4 | -92/+39 |
* | Apply the following mechanical transformations in preparation for | des | 2002-02-06 | 3 | -135/+135 |
* | balance parens. | alfred | 2002-02-05 | 1 | -1/+1 |
* | For RPC v2 we need to fill in ret->xp_raddr too. INET_6 | alfred | 2002-02-05 | 1 | -1/+1 |
* | Fix cc -Wall, fix rcsid warnings, add missing prototypes, | alfred | 2002-02-05 | 19 | -22/+37 |
* | Do not call addrinfo on local transport adresses, if returning a | alfred | 2002-02-05 | 1 | -5/+25 |
* | Switch to a self-starting allocation scheme. | des | 2002-02-05 | 1 | -10/+3 |
* | Reindent, and add parentheses to return statements. Some functions in | des | 2002-02-05 | 8 | -1989/+1997 |
* | Eliminate a redundant loop. | des | 2002-02-05 | 1 | -2/+1 |
* | style: return(x) -> return (x) | alfred | 2002-02-05 | 1 | -2/+2 |
* | Fix the credential handling code. | alfred | 2002-02-05 | 1 | -2/+24 |
* | The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacks | alfred | 2002-02-05 | 1 | -6/+17 |
* | Three times lucky: <stddef.h>, not <sys/param.h> | des | 2002-02-05 | 2 | -2/+2 |
* | Oops, the correct header to include for NULL is <sys/param.h>. | des | 2002-02-05 | 2 | -2/+2 |
* | ANSIfy and constify. | des | 2002-02-05 | 1 | -17/+15 |
* | #include <sys/types.h> for NULL (hidden by Linux-PAM header pollution) | des | 2002-02-05 | 2 | -0/+4 |
* | #include cleanup. | des | 2002-02-05 | 18 | -24/+35 |
* | hex.c is new in libisc with 8.3.1-REL. | nectar | 2002-02-04 | 1 | -1/+1 |
* | Explicitly declare (gcc internal) functions. | markm | 2002-02-04 | 1 | -0/+1 |
* | ssh_get_authentication_connection() gets its parameters from environment | des | 2002-02-04 | 1 | -2/+24 |
* | Protect "make buildworld" against -Werror, as this module does not | markm | 2002-02-04 | 1 | -0/+1 |
* | Allow ldd(1) be used on shared libraries in addition to executables. | sobomax | 2002-02-04 | 1 | -0/+7 |
* | Add the other half of the salt-generating code. No functional | markm | 2002-02-04 | 1 | -8/+7 |
* | Turn on fascist warning mode. | markm | 2002-02-03 | 1 | -0/+2 |
* | WARNS=n fixes (and some stylistic issues). | markm | 2002-02-03 | 6 | -55/+91 |
* | Remove an unnecessary #include that trips up OpenPAM. The header in question | des | 2002-02-02 | 1 | -2/+0 |
* | Fixed world breakage in previous commit. The generated headers are in | bde | 2002-02-02 | 1 | -1/+1 |
* | Fixed tab lossage in vendor id and nearby style bugs in previous commit. | bde | 2002-02-01 | 1 | -1/+4 |
* | Fixed syntax error in previous commit. It was non-fatal because it was | bde | 2002-02-01 | 1 | -3/+5 |
* | Post-repocopy cleanup. | des | 2002-02-01 | 2 | -7/+1 |
* | Complete bzip2-1.0.2 import. | sobomax | 2002-02-01 | 5 | -15/+58 |
* | Connect the pam_lastlog(8) and pam_login_access(8) modules to the build. | des | 2002-02-01 | 2 | -0/+4 |
* | Return ENONAME if getaddrinfo() is called with AI_NUMERICHOST | roam | 2002-02-01 | 1 | -1/+1 |
* | Fixed slipage in editor. | obrien | 2002-02-01 | 1 | -0/+1 |
* | Cut-n-paste in `list' mode considered harmful. | obrien | 2002-02-01 | 2 | -5/+5 |
* | * Remove __P and convert to ANSI prototypes. | obrien | 2002-02-01 | 2 | -19/+17 |
* | * Remove __P and convert to ANSI prototypes. | obrien | 2002-02-01 | 16 | -264/+245 |
* | * Remove 'register'. (some functions had 7+ register functions...) | obrien | 2002-02-01 | 16 | -68/+77 |
* | Fix SCM ID's. | obrien | 2002-02-01 | 62 | -207/+166 |
* | Fix minor style nit. | obrien | 2002-01-31 | 1 | -1/+3 |
* | Revert last commit. stdio.h include is for perror(), not strerror() | jedgar | 2002-01-31 | 1 | -1/+1 |
* | strerror(3) is in string.h, not stdio.h | jedgar | 2002-01-31 | 1 | -1/+1 |
* | Fixed world breakage due to missing include of <sys/cdefs.h> in previous | bde | 2002-01-31 | 4 | -5/+17 |
* | Fix FreeBSD IDs. | obrien | 2002-01-30 | 5 | -15/+12 |
* | Still with asbestos longjohns on, completely PAMify login(1) and remove | des | 2002-01-30 | 1 | -19/+20 |