|
|
|
@242
|
10 years |
des |
Cross-reference openpam_{get,set}_option(3).
|
|
|
|
@241
|
10 years |
des |
Continue improving the new configuration parser, particularly error …
|
|
|
|
@240
|
10 years |
des |
Overhaul the configuration parser. This adds support for continuation …
|
|
|
|
@239
|
10 years |
des |
Don't include DESTDIR in BINDIR and LIBDIR; OTOH, provide a default …
|
|
|
|
@238
|
10 years |
des |
Use RTLD_NOW where available, and define it to RTLD_LAZY otherwise.
|
|
|
|
@237
|
10 years |
des |
Note that OpenPAM now builds on most glibc-based Linux platforms.
|
|
|
|
@236
|
10 years |
des |
Remove trailing semicolons from macros.
|
|
|
|
@235
|
10 years |
des |
No need to explicitly clear pointers now that we use FREE().
|
|
|
|
@234
|
10 years |
des |
Return code paranoia: compare against 0 instead of -1.
Suggested …
|
|
|
|
@233
|
10 years |
des |
Two more cases of asprintf(3) replacing malloc(3) + sprintf(3).
|
|
|
|
@232
|
10 years |
des |
With one single exception (where the pointer is obviously being …
|
|
|
|
@231
|
10 years |
des |
Whitespace cleanup.
|
|
|
|
@230
|
10 years |
des |
Revert part of previous commit; openpam_log(3) doesn't really need
this …
|
|
|
|
@229
|
10 years |
des |
Reorganize. Document. Replace malloc() + sprintf() with asprintf().
|
|
|
|
@228
|
10 years |
des |
Tweak the function-locating regexp to handle the slightly special
case of …
|
|
|
|
@227
|
10 years |
des |
NOLIST doesn't actually do anything, and hasn't for quite a while.
|
|
|
|
@226
|
10 years |
des |
Allow libpam to build on Linux.
|
|
|
|
@225
|
10 years |
des |
Make this build on glibc systems.
Submitted by: Dmitry V. Levin …
|
|
|
|
@224
|
10 years |
des |
Add #include <grp.h> which I missed due to namespace pollution.
Submitted …
|
|
|
|
@223
|
10 years |
des |
Add Dmitry Levin (patches and fruitful conversation)
|
|
|
|
@222
|
10 years |
des |
Correct old paste-o.
Submitted by: Dmitry V. Levin <ldv@…>
|
|
|
|
@221
|
10 years |
des |
Update copyright dates for files that have changed this year. Also
change …
|
|
|
|
@220
|
10 years |
des |
Update portability status.
|
|
|
|
@219
|
10 years |
des |
OpenBSD doesn't create libpam.so at build time, and FreeBSD ignores the …
|
|
|
|
@218
|
10 years |
des |
Build everything (rather than just the man pages) so the release
will fail …
|
|
|
|
@217
|
10 years |
des |
Credit Mike Petullo <mike@…> for his OpenBSD patches.
|
|
|
|
@216
|
10 years |
des |
Use RTLD_LAZY rather than RTLD_NOW (which apparently isn't supported
on …
|
|
|
|
@215
|
10 years |
des |
Support su'ing to another user with arguments. Drop privs in the
child …
|
|
|
|
@214
|
10 years |
des |
Propagate version numbers and installation directories throughout
the tree …
|
|
|
|
@213
|
10 years |
des |
Roll OpenPAM Dianthus.
|
|
|
|
@212
|
10 years |
des |
Change the contact address to des@….
|
|
|
|
@211
|
10 years |
des |
Constify the return value from pam_getenv(3). This violates XSSO,
but I …
|
|
|
|
@210
|
10 years |
des |
If compiled with -DDEBUG, enable debugging right before calling a
module …
|
|
|
|
@209
|
10 years |
des |
Add a global variable controlling the output of debugging messages.
This …
|
|
|
|
@208
|
10 years |
des |
Avoid dereferencing an unitialized dl handle. Also, add a cast to
avoid a …
|
|
|
|
@207
|
10 years |
des |
Some compilers (gcc at least) promote the integer literal 0x80000000
to …
|
|
|
|
@206
|
10 years |
des |
Variable initialization issues.
|
|
|
|
@205
|
10 years |
des |
Avoid a NULL pointer dereference if PAM_CONV is non-NULL but its
conv …
|
|
|
|
@204
|
10 years |
des |
Apparently, nobody ever uses pam_getenv(3), because nobody has ever …
|
|
|
|
@203
|
10 years |
des |
Nothing beats being an idiot! Avoid passing expressions with side
effects …
|
|
|
|
@202
|
10 years |
des |
If the saved effective uid is the same as the current effective uid,
just …
|
|
|
|
@201
|
10 years |
des |
If a set of saved credentials already exists when we are called, log
a …
|
|
|
|
@200
|
10 years |
des |
More debugging macros: ENTERI() (item type), ENTERN() (int),
ENTERS() …
|
|
|
|
@199
|
10 years |
des |
#include <stddef.h> is sufficient to define size_t, and is far more …
|
|
|
|
@198
|
10 years |
des |
#include <sys/types.h> (for size_t) against my better judgement.
Solaris …
|
|
|
|
@197
|
10 years |
des |
Release OpenPAM Daffodil.
|
|
|
|
@196
|
10 years |
des |
Credit Juli Mallett for her many contributions.
|
|
|
|
@195
|
10 years |
des |
Document dependency on <sys/types.h> (for size_t)
|
|
|
|
@194
|
10 years |
des |
On second thought, use RETURNS() since environment variables are
strings.
|
|
|
|
@193
|
10 years |
des |
Use RETURNP() rather than RETURNC().
|
|
|
|
@192
|
10 years |
des |
Have prompt() return NULL if EOF occurred on stdin, instead of acting
as …
|
|
|
|
@191
|
10 years |
des |
Fix a typo in the active version of RETURNC(), and a cosmetic nit
in the …
|
|
|
|
@190
|
10 years |
des |
Credit Mikko Työläjärvi for his patch (see change 23072)
|
|
|
|
@189
|
10 years |
des |
Fix typo in debugging macro.
Submitted by: Mikko Tyolajarvi …
|
|
|
|
@188
|
10 years |
des |
OpenPAM Cyclamen is ready to roll.
|
|
|
|
@187
|
10 years |
des |
Instrument entry and exit points.
|
|
|
|
@186
|
10 years |
des |
Record which primitive is currently executing before calling the
service …
|
|
|
|
@185
|
10 years |
des |
Declare _pam_func_name and _pam_err_name.
Add a member to the pam_handle …
|
|
|
|
@184
|
10 years |
des |
Add an array containing the API names for the PAM primitives.
|
|
|
|
@183
|
10 years |
des |
Add an array of symbolic names for the PAM error codes.
Fix a minor style …
|
|
|
|
@182
|
10 years |
des |
Add a counter to the error code enumeration.
|
|
|
|
@181
|
10 years |
des |
Bring up to date, this file hasn't been updated in nearly eight months.
|
|
|
|
@180
|
10 years |
des |
Prepare for the next release (Cyclamen).
|
|
|
|
@179
|
10 years |
des |
Credit eric@ for his assistance with MacOS.
|
|
|
|
@178
|
10 years |
des |
The pam_dummy module is dead.
|
|
|
|
@177
|
10 years |
des |
Remove the pam_dummy module; it serves no discernible purpose.
|
|
|
|
@176
|
10 years |
des |
Whitespace nit.
|
|
|
|
@175
|
10 years |
des |
Make the log level default to PAM_LOG_ERROR.
|
|
|
|
@174
|
11 years |
des |
Support /usr/local/etc/pam.conf, for completeness' sake.
Sponsored …
|
|
|
|
@173
|
11 years |
des |
Grammar nit + reorder entries.
|
|
|
|
@172
|
11 years |
des |
#include <security/pam_appl.h> to get a prototype for pam_get_user().
…
|
|
|
|
@171
|
11 years |
des |
Build all man pages when rolling a release.
|
|
|
|
@170
|
11 years |
des |
Write message to stdout, not stderr.
Submitted by: jmallett
Sponsored …
|
|
|
|
@169
|
11 years |
des |
Formatting nit.
|
|
|
|
@168
|
11 years |
des |
Bite the bullet and move PAM_{,OLD}AUTHTOK_PROMPT to make room for …
|
|
|
|
@167
|
11 years |
des |
Don't forget the sample pam_unix module.
|
|
|
|
@166
|
11 years |
des |
Release checklist.
|
|
|
|
@165
|
11 years |
des |
OpenPAM Citronella.
|
|
|
|
@164
|
11 years |
des |
Add the PAM_REPOSITORY item (from Solaris 9).
Sponsored by: DARPA, NAI …
|
|
|
|
@163
|
11 years |
des |
s/pam_info/pam_error/ in documentation.
|
|
|
|
@162
|
11 years |
des |
List Darren J. Moffat and Gary Winiger, both of Sun Microsystems.
Reformat …
|
|
|
|
@161
|
11 years |
des |
Implement the "binding" control flag (from Solaris 9)
Sponsored …
|
|
|
|
@160
|
11 years |
des |
Include <sys/types.h> to define size_t.
|
|
|
|
@159
|
11 years |
des |
Define struct pam_repository (from Solaris 9). Note that the PAM
headers …
|
|
|
|
@158
|
11 years |
des |
Don't treat PAM_NEW_AUTHTOK_REQD as an error.
Try to emulate Solaris more …
|
|
|
|
@157
|
11 years |
des |
DBA update and minor whitespace fixes.
|
|
|
|
@156
|
11 years |
des |
Start a new paragraph after a list.
|
|
|
|
@155
|
11 years |
des |
A working bare-bones pam_unix module (authentication only). Should
work …
|
|
|
|
@154
|
11 years |
des |
Make this actually work...
Sponsored by: DARPA, NAI Labs
|
|
|
|
@153
|
11 years |
des |
Split the summar page in two (one for the standard API, one for …
|
|
|
|
@152
|
11 years |
des |
Revamp the man page generation process. Delete the generated man pages
as …
|
|
|
|
@151
|
11 years |
des |
Conditionalize debugging messages in !STDC, !GNUC case.
|
|
|
|
@150
|
11 years |
des |
Roll OpenPAM Cinquefoil.
Sponsored by: DARPA, NAI Labs
|
|
|
|
@149
|
11 years |
des |
Add openpam_nullconv.3
|
|
|
|
@148
|
11 years |
des |
Regenerate.
|
|
|
|
@147
|
11 years |
des |
GCC 3 is upon us.
Sponsored by: DARPA, NAI Labs
|
|
|
|
@146
|
11 years |
des |
Add openpam_nullconv(3)
|
|
|
|
@145
|
11 years |
des |
Add documentation.
Sponsored by: DARPA, NAI Labs
|
|
|
|
@144
|
11 years |
des |
Add support for marking up variable names and values.
|
|
|
|
@143
|
11 years |
des |
Silly me forgot to update the version macros when I rolled Cinnamon.
I …
|
|
|
|