| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | With asbestos longjohns on, integrate most of the checks normally done by | des | 2002-01-30 | 1 | -32/+102 |
* | Move the code from pam_sm_authenticate() to pam_sm_acct_mgmt(). Simplify | des | 2002-01-30 | 2 | -62/+58 |
* | Correct function's description. | jedgar | 2002-01-29 | 1 | -1/+1 |
* | GC code that moved to crtbrand.c. | obrien | 2002-01-28 | 1 | -4/+0 |
* | Do not try to convert to char already converted C monetary locale members. | ache | 2002-01-28 | 2 | -28/+40 |
* | o return EINVAL if acl_to_text() have been sent a NULL acl. ... | jedgar | 2002-01-26 | 1 | -1/+6 |
* | Use ctime_r to build the timestamp for syslog, so that we don't | dwmalone | 2002-01-25 | 1 | -2/+2 |
* | Add libfetch.so.2 from a 17-Dec-2001 4.5-RC (releng4) build. | obrien | 2002-01-24 | 2 | -0/+456 |
* | WARNS=4 fixes. Protect with NO_WERROR for the modules that have | markm | 2002-01-24 | 21 | -127/+138 |
* | PAM modules shouldn't call putenv(); pam_putenv() is sufficient. The | des | 2002-01-24 | 1 | -1/+0 |
* | Change the order in which pam_sm_open_session() updates the logs. This | des | 2002-01-24 | 2 | -25/+14 |
* | Correctly interpret PAM_RHOST being unset as an indicator of a local | des | 2002-01-24 | 1 | -3/+2 |
* | Correctly interpret PAM_RHOST being unset as an indicator of a local | des | 2002-01-24 | 1 | -1/+5 |
* | Style nits. | des | 2002-01-24 | 1 | -2/+2 |
* | get __time_load_locale() prototype from include file, rather than declare | phantom | 2002-01-24 | 1 | -3/+2 |