Timeline


and

03/14/02:

21:46 Changeset in openpam [97] by des
Blah, fix formatting bug in previous revision.
21:23 Changeset in openpam [96] by des
Release documentation for OpenPAM Centaury. Sponsored by: DARPA, NAI Labs
20:54 Changeset in openpam [95] by des
Suppress debug logs unless DEBUG is defined. Sponsored by: DARPA, NAI …
20:36 Changeset in openpam [350] by des
OpenPAM Centaury is out.

03/07/02:

20:22 Changeset in openpam [94] by des
Fix a number of bugs in the module cache: - Don't log dlopen() failures, …
18:12 Changeset in openpam [93] by des
s/Technologies/Technology/ in copyright, and regenerate docs.
13:09 Changeset in openpam [92] by des
s/PAM_REINITIALISE_CRED/PAM_REINITIALIZE_CRED/ Sponsored by: DARPA, NAI …
12:57 Changeset in openpam [91] by des
Add missing #include <string.h>

03/05/02:

14:38 Changeset in openpam [90] by des
Release documentation for OpenPAM Celandine.
14:37 Changeset in openpam [89] by des
Regenerate.
14:37 Changeset in openpam [88] by des
Correct markup nit. Sponsored by: DARPA, NAI Labs
14:20 Changeset in openpam [87] by des
Move most of the dynamic loader code into a separate file, and add support …
13:46 Changeset in openpam [349] by des
Add Celandine to distfiles.
13:44 Changeset in openpam [348] by des
Newest release is Celandine.

02/26/02:

04:05 Changeset in openpam [86] by des
$Id$ -> $P4$ + regenerate man pages.

02/25/02:

17:37 Changeset in openpam [85] by des
I was a little quick when I originally wrote this: the code only supported …

02/24/02:

01:45 Changeset in openpam [84] by des
Use $Id$ here, not $FreeBSD$.

02/23/02:

18:09 Changeset in openpam [83] by des
Previous change description should have mentioned: - run service modules …
18:07 Changeset in openpam [82] by des
Clear PAM_AUTHTOK after running the service modules. Sponsored by: DARPA, …
18:06 Changeset in openpam [81] by des
- pam_sm_chauthtok() can return PAM_TRY_AGAIN. - "sufficient" should not …
18:03 Changeset in openpam [80] by des
Document PAM_TRY_AGAIN as a valid return value (cf. XSSO pp. 72-73) …

02/22/02:

22:37 Changeset in openpam [79] by des
Release documentation for OpenPAM Cantaloupe. Sponsored by: DARPA, NAI …
22:36 Changeset in openpam [78] by des
Distribute more files.
22:30 Changeset in openpam [77] by des
Regenerate.
22:20 Changeset in openpam [347] by des
Unfuck dist-install.
22:11 Changeset in openpam [346] by des
Document the release of Cantaloupe.
22:04 Changeset in openpam [76] by des
Whitespace nit.
22:04 Changeset in openpam [75] by des
Respect echo_pass, try_first_pass, use_first_pass options. Sponsored …
21:33 Changeset in openpam [74] by des
Add openpam_get_option() and openpam_set_option(). Sponsored by: DARPA, …
21:22 Changeset in openpam [73] by des
Don't claim a function conforms to XSSO when it doesn't. Sponsored …
20:35 Changeset in openpam [72] by des
Mask signals while prompting the user (except for SIGINT and SIGTSTP), and …

02/20/02:

15:35 Changeset in openpam [71] by des
Oops, don't build openpam_static() unless OPENPAM_STATIC_MODULES is …
15:33 Changeset in openpam [70] by des
Move the linker set stuff into a separate file, and rename the linker set …
15:26 Changeset in openpam [69] by des
Move PAM_NUM_ITEMS from openpam_impl.h to pam_constants.h so it doesn't go …
15:22 Changeset in openpam [68] by des
Allow the PAM_AUTHTOK_PROMPT item to override the prompt specified by the …
00:22 Changeset in openpam [67] by des
Terminate the environment list, and log the number of variables. …

02/18/02:

19:36 Changeset in openpam [66] by des
Include gendoc.pl in the distribution. Sponsored by: DARPA, NAI Labs
19:35 Changeset in openpam [65] by des
List new man pages, and add a target that regenerates the pages. …
19:34 Changeset in openpam [64] by des
Regenerate, now with actual content. Sponsored by: DARPA, NAI Labs
19:31 Changeset in openpam [63] by des
Add in-line documentation. Some functions still lack descriptions. …
19:08 Changeset in openpam [62] by des
Teach gendoc to parse a simple syntax for inline documentation. Sponsored …
12:26 Changeset in openpam [61] by des
The proper use of PAM_SYMBOL_ERR is to indicate an invalid argument to …

02/13/02:

13:21 Changeset in openpam [60] by des
Log allocation failures. Sponsored by: DARPA, NAI Labs
02:51 Changeset in openpam [59] by des
Release documentation for OpenPAM Caliopsis. Sponsored by: DARPA, NAI …
02:19 Changeset in openpam [58] by des
Check *authtok - pam_get_item(3) will succeed even if the item is NULL. …
02:17 Changeset in openpam [57] by des
pam_get_item(3) expects a const void , not a const void *. Also check …
02:16 Changeset in openpam [345] by des
Netscape-friendly logos.
02:16 Changeset in openpam [56] by des
Add a missing 'continue' in the code for the PAM_SUCCESS case. Add more …
02:14 Changeset in openpam [55] by des
Initialize tmp to NULL so that items can be cleared as intended. Don't …
02:12 Changeset in openpam [54] by des
Constify the last argument. Sponsored by: DARPA, NAI Labs
02:10 Changeset in openpam [344] by des
Calamite -> Caliopsis
00:43 Changeset in openpam [53] by des
Log a debug message before calling the service function. Accept …
00:41 Changeset in openpam [52] by des
Oops, previous commit would cause sprintf() to overrun the malloc()ed …
00:39 Changeset in openpam [51] by des
Trim whitespace off the end of the format string, and add exactly one …
00:37 Changeset in openpam [50] by des
Sort the function names in the correct order (which is not the …
00:34 Changeset in openpam [49] by des
Fix an off-by-one bug that would in some circumstances trim off the last …

02/12/02:

22:42 Changeset in openpam [48] by des
Fix a showstopping NULL dereference in pam_set_item(3). Sponsored …
21:34 Changeset in openpam [343] by des
Move the wget stage into a separate target.
21:33 Changeset in openpam [342] by des
Correct misspelling of xml:lang.
16:37 Changeset in openpam [341] by des
Forced commit: previous commit added namespace and language attributes.
16:34 Changeset in openpam [340] by des
* empty log message *
Note: See TracTimeline for information about the timeline view.