|
|
|
@286
|
8 years |
des |
Add a couple of missing words.
|
|
|
|
@285
|
8 years |
des |
Hard sentence break.
|
|
|
|
@284
|
8 years |
des |
Add explicit section numbers to sete[gu]id() / setgroups() cross- …
|
|
|
|
@283
|
8 years |
des |
Numerous improvements inspired by comments from ru@. Mainly, this
fixes a …
|
|
|
|
@282
|
9 years |
des |
Don't build su(1) and pam_unix(8) by default; they're just examples.
|
|
|
|
@281
|
9 years |
des |
Remove an unnecessary cast, obviating the need for <stdint.h> which …
|
|
|
|
@280
|
9 years |
des |
s/accound/account/
Spotted by: rwatson
|
|
|
|
@279
|
9 years |
des |
Make the ENTER*() and RETURN*() macros safe from side-effects, and
solve …
|
|
|
|
@278
|
9 years |
des |
Prepare to release OpenPAM Eelgrass.
|
|
|
|
@277
|
9 years |
des |
I originally thought the XSSO was wrong to declare pam_get_data()'s
final …
|
|
|
|
@276
|
9 years |
des |
Tell gcc that _openpam_log() behaves like printf().
|
|
|
|
@275
|
9 years |
des |
I completely bungled the previous commit. Don't know what I was
thinking …
|
|
|
|
@274
|
10 years |
des |
Belatedly fix confusion about the layout of resp, cf. similar changes
in …
|
|
|
|
@273
|
10 years |
des |
Correct the description of the conversation function's second argument, …
|
|
|
|
@272
|
10 years |
des |
Revert the previous commit. It seemed like a good idea at the time,
but …
|
|
|
|
@271
|
10 years |
des |
Postpone Dogwood until tomorrow.
|
|
|
|
@270
|
10 years |
des |
Update the release notes and installation instructions.
|
|
|
|
@269
|
10 years |
des |
FOPEN_MAX wasn't such a reliable <stdio.h> indicator after all, so
use …
|
|
|
|
@268
|
10 years |
des |
Include all files listed in the manifest.
|
|
|
|
@267
|
10 years |
des |
Solaris needs <limits.h> for NGROUPS_MAX. Don't bother making this …
|
|
|
|
@266
|
10 years |
des |
Install headers in the right place.
|
|
|
|
@265
|
10 years |
des |
Prepare to release OpenPAM Dogwood later today.
|
|
|
|
@264
|
10 years |
des |
Use read(2) on fileno(stdin) rather than fgets(3). This make timeout …
|
|
|
|
@263
|
10 years |
des |
Constify the msg field of struct pam_message, and realign.
|
|
|
|
@262
|
10 years |
des |
Avoid side effects in macro arguments (don't I ever learn?); also
address …
|
|
|
|
@261
|
10 years |
des |
Staticize the default prompts.
|
|
|
|
@260
|
10 years |
des |
Change '-type f' to '-not -type d' to make sure we also get symlinks
and …
|
|
|
|
@259
|
10 years |
des |
Joe Marcus Clarke is a FreeBSD committer, so list his freebsd.org
address.
|
|
|
|
@258
|
10 years |
des |
Checking the return value from pam_get_item(3) isn't enough, we also
have …
|
|
|
|
@257
|
10 years |
des |
A script for removing files P4 doesn't know about.
|
|
|
|
@256
|
10 years |
des |
Streamline the distribution process.
|
|
|
|
@255
|
10 years |
des |
Have dist.sh automatically set the release date.
Touch all files in the …
|
|
|
|
@254
|
10 years |
des |
Nits.
|
|
|
|
@253
|
10 years |
des |
Update the distribution script to use configure and GNU make.
|
|
|
|
@252
|
10 years |
des |
Document the installation procedure.
|
|
|
|
@251
|
10 years |
des |
Autoconfuse.
|
|
|
|
@250
|
10 years |
des |
Paranoia: clear buffers before returning.
Submitted by: Dmitry V. Levin …
|
|
|
|
@249
|
10 years |
des |
Fix some markup issues pointed out by ru@.
|
|
|
|
@248
|
10 years |
des |
Remove debugging output.
|
|
|
|
@247
|
10 years |
des |
Include openpam_readline.3 in the tarball.
|
|
|
|
@246
|
10 years |
des |
Release documentation for OpenPAM Digitalis.
|
|
|
|
@245
|
10 years |
des |
Give up trying to keep track of what has changed and what hasn't;
just …
|
|
|
|
@244
|
10 years |
des |
The next release will be Digitalis.
|
|
|
|
@243
|
10 years |
des |
Incorporate patches from Dmitry V. Levin which improve the policy
loader, …
|
|
|
|
@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.
|
|
|
|