|
|
@261
|
17 years |
Dag-Erling Smørgrav |
Staticize the default prompts.
|
|
|
@260
|
17 years |
Dag-Erling Smørgrav |
Change '-type f' to '-not -type d' to make sure we also get symlinks …
|
|
|
@259
|
17 years |
Dag-Erling Smørgrav |
Joe Marcus Clarke is a FreeBSD committer, so list his freebsd.org
address.
|
|
|
@258
|
17 years |
Dag-Erling Smørgrav |
Checking the return value from pam_get_item(3) isn't enough, we also …
|
|
|
@257
|
17 years |
Dag-Erling Smørgrav |
A script for removing files P4 doesn't know about.
|
|
|
@256
|
17 years |
Dag-Erling Smørgrav |
Streamline the distribution process.
|
|
|
@255
|
17 years |
Dag-Erling Smørgrav |
Have dist.sh automatically set the release date.
Touch all files in …
|
|
|
@254
|
17 years |
Dag-Erling Smørgrav |
Nits.
|
|
|
@253
|
17 years |
Dag-Erling Smørgrav |
Update the distribution script to use configure and GNU make.
|
|
|
@252
|
17 years |
Dag-Erling Smørgrav |
Document the installation procedure.
|
|
|
@251
|
17 years |
Dag-Erling Smørgrav |
Autoconfuse.
|
|
|
@250
|
17 years |
Dag-Erling Smørgrav |
Paranoia: clear buffers before returning.
Submitted by: Dmitry V. …
|
|
|
@249
|
17 years |
Dag-Erling Smørgrav |
Fix some markup issues pointed out by ru@.
|
|
|
@248
|
17 years |
Dag-Erling Smørgrav |
Remove debugging output.
|
|
|
@247
|
17 years |
Dag-Erling Smørgrav |
Include openpam_readline.3 in the tarball.
|
|
|
@246
|
17 years |
Dag-Erling Smørgrav |
Release documentation for OpenPAM Digitalis.
|
|
|
@245
|
17 years |
Dag-Erling Smørgrav |
Give up trying to keep track of what has changed and what hasn't;
just …
|
|
|
@244
|
17 years |
Dag-Erling Smørgrav |
The next release will be Digitalis.
|
|
|
@243
|
17 years |
Dag-Erling Smørgrav |
Incorporate patches from Dmitry V. Levin which improve the policy …
|
|
|
@242
|
17 years |
Dag-Erling Smørgrav |
Cross-reference openpam_{get,set}_option(3).
|
|
|
@241
|
17 years |
Dag-Erling Smørgrav |
Continue improving the new configuration parser, particularly error …
|
|
|
@240
|
17 years |
Dag-Erling Smørgrav |
Overhaul the configuration parser. This adds support for continuation …
|
|
|
@239
|
17 years |
Dag-Erling Smørgrav |
Don't include DESTDIR in BINDIR and LIBDIR; OTOH, provide a default …
|
|
|
@238
|
17 years |
Dag-Erling Smørgrav |
Use RTLD_NOW where available, and define it to RTLD_LAZY otherwise.
|
|
|
@237
|
17 years |
Dag-Erling Smørgrav |
Note that OpenPAM now builds on most glibc-based Linux platforms.
|
|
|
@236
|
17 years |
Dag-Erling Smørgrav |
Remove trailing semicolons from macros.
|
|
|
@235
|
17 years |
Dag-Erling Smørgrav |
No need to explicitly clear pointers now that we use FREE().
|
|
|
@234
|
17 years |
Dag-Erling Smørgrav |
Return code paranoia: compare against 0 instead of -1.
Suggested …
|
|
|
@233
|
17 years |
Dag-Erling Smørgrav |
Two more cases of asprintf(3) replacing malloc(3) + sprintf(3).
|
|
|
@232
|
17 years |
Dag-Erling Smørgrav |
With one single exception (where the pointer is obviously being …
|
|
|
@231
|
17 years |
Dag-Erling Smørgrav |
Whitespace cleanup.
|
|
|
@230
|
17 years |
Dag-Erling Smørgrav |
Revert part of previous commit; openpam_log(3) doesn't really need …
|
|
|
@229
|
17 years |
Dag-Erling Smørgrav |
Reorganize. Document. Replace malloc() + sprintf() with asprintf().
|
|
|
@228
|
17 years |
Dag-Erling Smørgrav |
Tweak the function-locating regexp to handle the slightly special
case …
|
|
|
@227
|
17 years |
Dag-Erling Smørgrav |
NOLIST doesn't actually do anything, and hasn't for quite a while.
|
|
|
@226
|
17 years |
Dag-Erling Smørgrav |
Allow libpam to build on Linux.
|
|
|
@225
|
17 years |
Dag-Erling Smørgrav |
Make this build on glibc systems.
Submitted by: Dmitry V. Levin …
|
|
|
@224
|
17 years |
Dag-Erling Smørgrav |
Add #include <grp.h> which I missed due to namespace pollution.
…
|
|
|
@223
|
17 years |
Dag-Erling Smørgrav |
Add Dmitry Levin (patches and fruitful conversation)
|
|
|
@222
|
17 years |
Dag-Erling Smørgrav |
Correct old paste-o.
Submitted by: Dmitry V. Levin <ldv@…>
|
|
|
@221
|
17 years |
Dag-Erling Smørgrav |
Update copyright dates for files that have changed this year. Also …
|
|
|
@220
|
17 years |
Dag-Erling Smørgrav |
Update portability status.
|
|
|
@219
|
17 years |
Dag-Erling Smørgrav |
OpenBSD doesn't create libpam.so at build time, and FreeBSD ignores …
|
|
|
@218
|
17 years |
Dag-Erling Smørgrav |
Build everything (rather than just the man pages) so the release
will …
|
|
|
@217
|
17 years |
Dag-Erling Smørgrav |
Credit Mike Petullo <mike@…> for his OpenBSD patches.
|
|
|
@216
|
17 years |
Dag-Erling Smørgrav |
Use RTLD_LAZY rather than RTLD_NOW (which apparently isn't supported …
|
|
|
@215
|
17 years |
Dag-Erling Smørgrav |
Support su'ing to another user with arguments. Drop privs in the …
|
|
|
@214
|
17 years |
Dag-Erling Smørgrav |
Propagate version numbers and installation directories throughout
the …
|
|
|
@213
|
17 years |
Dag-Erling Smørgrav |
Roll OpenPAM Dianthus.
|
|
|
@212
|
17 years |
Dag-Erling Smørgrav |
Change the contact address to des@….
|
|
|
@211
|
17 years |
Dag-Erling Smørgrav |
Constify the return value from pam_getenv(3). This violates XSSO,
but …
|
|
|
@210
|
17 years |
Dag-Erling Smørgrav |
If compiled with -DDEBUG, enable debugging right before calling a …
|
|
|
@209
|
17 years |
Dag-Erling Smørgrav |
Add a global variable controlling the output of debugging messages. …
|
|
|
@208
|
17 years |
Dag-Erling Smørgrav |
Avoid dereferencing an unitialized dl handle. Also, add a cast to …
|
|
|
@207
|
17 years |
Dag-Erling Smørgrav |
Some compilers (gcc at least) promote the integer literal 0x80000000 …
|
|
|
@206
|
17 years |
Dag-Erling Smørgrav |
Variable initialization issues.
|
|
|
@205
|
17 years |
Dag-Erling Smørgrav |
Avoid a NULL pointer dereference if PAM_CONV is non-NULL but its
conv …
|
|
|
@204
|
17 years |
Dag-Erling Smørgrav |
Apparently, nobody ever uses pam_getenv(3), because nobody has ever …
|
|
|
@203
|
17 years |
Dag-Erling Smørgrav |
Nothing beats being an idiot! Avoid passing expressions with side …
|
|
|
@202
|
17 years |
Dag-Erling Smørgrav |
If the saved effective uid is the same as the current effective uid, …
|
|
|
@201
|
17 years |
Dag-Erling Smørgrav |
If a set of saved credentials already exists when we are called, log
a …
|
|
|
@200
|
17 years |
Dag-Erling Smørgrav |
More debugging macros: ENTERI() (item type), ENTERN() (int),
ENTERS() …
|
|
|
@199
|
17 years |
Dag-Erling Smørgrav |
#include <stddef.h> is sufficient to define size_t, and is far more …
|
|
|
@198
|
17 years |
Dag-Erling Smørgrav |
#include <sys/types.h> (for size_t) against my better judgement. …
|
|
|
@197
|
17 years |
Dag-Erling Smørgrav |
Release OpenPAM Daffodil.
|
|
|
@196
|
17 years |
Dag-Erling Smørgrav |
Credit Juli Mallett for her many contributions.
|
|
|
@195
|
17 years |
Dag-Erling Smørgrav |
Document dependency on <sys/types.h> (for size_t)
|
|
|
@194
|
17 years |
Dag-Erling Smørgrav |
On second thought, use RETURNS() since environment variables are
strings.
|
|
|
@193
|
17 years |
Dag-Erling Smørgrav |
Use RETURNP() rather than RETURNC().
|
|
|
@192
|
17 years |
Dag-Erling Smørgrav |
Have prompt() return NULL if EOF occurred on stdin, instead of acting …
|
|
|
@191
|
17 years |
Dag-Erling Smørgrav |
Fix a typo in the active version of RETURNC(), and a cosmetic nit
in …
|
|
|
@190
|
17 years |
Dag-Erling Smørgrav |
Credit Mikko Työläjärvi for his patch (see change 23072)
|
|
|
@189
|
17 years |
Dag-Erling Smørgrav |
Fix typo in debugging macro.
Submitted by: Mikko Tyolajarvi …
|
|
|
@188
|
17 years |
Dag-Erling Smørgrav |
OpenPAM Cyclamen is ready to roll.
|
|
|
@187
|
17 years |
Dag-Erling Smørgrav |
Instrument entry and exit points.
|
|
|
@186
|
17 years |
Dag-Erling Smørgrav |
Record which primitive is currently executing before calling the …
|
|
|
@185
|
17 years |
Dag-Erling Smørgrav |
Declare _pam_func_name and _pam_err_name.
Add a member to the …
|
|
|
@184
|
17 years |
Dag-Erling Smørgrav |
Add an array containing the API names for the PAM primitives.
|
|
|
@183
|
17 years |
Dag-Erling Smørgrav |
Add an array of symbolic names for the PAM error codes.
Fix a minor …
|
|
|
@182
|
17 years |
Dag-Erling Smørgrav |
Add a counter to the error code enumeration.
|
|
|
@181
|
17 years |
Dag-Erling Smørgrav |
Bring up to date, this file hasn't been updated in nearly eight months.
|
|
|
@180
|
17 years |
Dag-Erling Smørgrav |
Prepare for the next release (Cyclamen).
|
|
|
@179
|
17 years |
Dag-Erling Smørgrav |
Credit eric@ for his assistance with MacOS.
|
|
|
@178
|
17 years |
Dag-Erling Smørgrav |
The pam_dummy module is dead.
|
|
|
@177
|
17 years |
Dag-Erling Smørgrav |
Remove the pam_dummy module; it serves no discernible purpose.
|
|
|
@176
|
17 years |
Dag-Erling Smørgrav |
Whitespace nit.
|
|
|
@175
|
17 years |
Dag-Erling Smørgrav |
Make the log level default to PAM_LOG_ERROR.
|
|
|
@174
|
17 years |
Dag-Erling Smørgrav |
Support /usr/local/etc/pam.conf, for completeness' sake.
Sponsored …
|
|
|
@173
|
17 years |
Dag-Erling Smørgrav |
Grammar nit + reorder entries.
|
|
|
@172
|
17 years |
Dag-Erling Smørgrav |
#include <security/pam_appl.h> to get a prototype for pam_get_user().
…
|
|
|
@171
|
17 years |
Dag-Erling Smørgrav |
Build all man pages when rolling a release.
|
|
|
@170
|
17 years |
Dag-Erling Smørgrav |
Write message to stdout, not stderr.
Submitted by: jmallett
Sponsored …
|
|
|
@169
|
17 years |
Dag-Erling Smørgrav |
Formatting nit.
|
|
|
@168
|
17 years |
Dag-Erling Smørgrav |
Bite the bullet and move PAM_{,OLD}AUTHTOK_PROMPT to make room for …
|
|
|
@167
|
17 years |
Dag-Erling Smørgrav |
Don't forget the sample pam_unix module.
|
|
|
@166
|
17 years |
Dag-Erling Smørgrav |
Release checklist.
|
|
|
@165
|
17 years |
Dag-Erling Smørgrav |
OpenPAM Citronella.
|
|
|
@164
|
17 years |
Dag-Erling Smørgrav |
Add the PAM_REPOSITORY item (from Solaris 9).
Sponsored by: DARPA, …
|
|
|
@163
|
17 years |
Dag-Erling Smørgrav |
s/pam_info/pam_error/ in documentation.
|
|
|
@162
|
17 years |
Dag-Erling Smørgrav |
List Darren J. Moffat and Gary Winiger, both of Sun Microsystems. …
|
|
|