Commit Graph

417 Commits

Author SHA1 Message Date
Tomas Mraz
efe5feecf9 Relevant BUGIDs:
Purpose of commit: bugfix, new feature

Commit summary:
---------------
pam_lastlog: Cleanup, fix broken logic in pam_parse,
modify wtmp by default, nowtmp option switches that off (patch by ldv)
2005-09-21 10:54:50 +00:00
Tomas Mraz
be09d6354e Relevant BUGIDs:
Purpose of commit: new feature

Commit summary:
---------------
Moved functions from pammodutil to libpam.
2005-09-21 10:00:58 +00:00
Thorsten Kukuk
627a040189 Update with new strings for translation 2005-09-20 17:10:26 +00:00
Thorsten Kukuk
c9b1eef82b Relevant BUGIDs: none
Purpose of commit: cleanup

Commit summary:
---------------

Remove no longer used file
2005-09-20 17:08:58 +00:00
Thorsten Kukuk
4b7d77643b Relevant BUGIDs: none
Purpose of commit: bugfix

Commit summary:
---------------

Add missing License file to EXTRA_DIST
2005-09-20 17:06:08 +00:00
Thorsten Kukuk
a746c87f36 Relevant BUGIDs: none
Purpose of commit: clenaup

Commit summary:
---------------

Move libprelude macros from acinclude.m4 to m4/libprelude.m4 for
easier update.
2005-09-20 16:26:26 +00:00
Thorsten Kukuk
5cfd4b5f22 Relevant BUGIDs: none
Purpose of commit: new feature

Commit summary:
---------------

Add finish translation
2005-09-20 15:40:16 +00:00
Tomas Mraz
5e5e58a843 Relevant BUGIDs:
Purpose of commit: bugfix

Commit summary:
---------------
pam_unix: Always honor nis flag on password change (by Aaron Hope)
2005-09-20 13:54:17 +00:00
Tomas Mraz
3c830a3511 Relevant BUGIDs:
Purpose of commit: cleanup

Commit summary:
---------------
Revert de-constification of pam_get_data and pam_get_item prototypes
2005-09-20 13:13:54 +00:00
Thorsten Kukuk
bff92a9c54 Relevant BUGIDs:
Purpose of commit: cleanup

Commit summary:
---------------

cleanup from ldv (forgot to commit...)
2005-09-20 12:56:03 +00:00
Thorsten Kukuk
e2284d4722 Relevant BUGIDs: none
Purpose of commit: new feature

Commit summary:
---------------

Commit missing changes for pam_echo
2005-09-20 12:54:58 +00:00
Tomas Mraz
ed7ae465dd Relevant BUGIDs: Red Hat bz 168790
Purpose of commit: bugfix

Commit summary:
---------------
pam_limits: Fix regression from RLIMIT_NICE support (wrong limit
values for other limits are applied) patch by Anton Guda
2005-09-20 12:17:01 +00:00
Thorsten Kukuk
0c3724a3e1 Relevant BUGIDs: none
Purpose of commit: new feature

Commit summary:
---------------

Add pam_echo module
2005-09-20 11:56:54 +00:00
Thorsten Kukuk
cff33b6413 Relevant BUGIDs: none
Purpose of commit: bugfix

Commit summary:
---------------

Fix missing NULL pointer check and us asprintf instead of malloc/snprintf
(from Dmitry V. Levin).
2005-09-20 08:31:27 +00:00
Tomas Mraz
ccfa4297f4 Relevant BUGIDs:
Purpose of commit: cleanup

Commit summary:
---------------
Major cleanup with bug fixes (testing of possible NULL return values)
Patch by Dmitry V. Levin (ldv)
2005-09-19 16:47:20 +00:00
Tomas Mraz
37d83de504 Relevant BUGIDs:
Purpose of commit: cleanup

Commit summary:
---------------
Added PAM_NONNULL attributes to some public API (by ldv)
Removed const qualifiers from pam_get_item, pam_get_data to comply
with spec
2005-09-19 15:58:28 +00:00
Thorsten Kukuk
4378614607 Relevant BUGIDs:
Purpose of commit: bugfix

Commit summary:
---------------

Fix compiling of libpammodutil and linking against it.
2005-09-19 14:46:07 +00:00
Thorsten Kukuk
99b64edb4e Relevant BUGIDs: none
Purpose of commit: bugfix

Commit summary:
---------------

Remove removed pam_radius.c
2005-09-19 13:21:44 +00:00
Thorsten Kukuk
4cea6dbe2f Relevant BUGIDs: none
Purpose of commit: cleanup

Commit summary:
---------------

Remove pam_radius
2005-09-19 10:03:49 +00:00
Thorsten Kukuk
e955db5fb4 Relevant BUGIDs: none
Purpose of commit: cleanup

Commit summary:
---------------

Remove obsolete docu, adjust README
2005-09-19 09:55:02 +00:00
Thorsten Kukuk
918af1e76f Relevant BUGIDs: none
Purpose of commit: cleanup

Commit summary:
---------------

Remove pam_radius module
2005-09-19 09:36:02 +00:00
Thorsten Kukuk
1a2eca1c44 Relevant BUGIDs: none
Purpose of commit: cleanup

Commit summary:
---------------

Remove pam_radius docu
2005-09-19 09:34:51 +00:00
Thorsten Kukuk
9959a32761 Relevant BUGIDs: none
Purpose of commit: bugfix

Commit summary:
---------------

Code cleanup (pam_syslog, compiler warnings)
2005-09-18 13:04:57 +00:00
Thorsten Kukuk
2258552a16 Relevant BUGIDs: none
Purpose of commit: bugfix

Commit summary:
---------------

As workaround add -fPIC -DPIC to CFLAGS
2005-09-18 13:03:49 +00:00
Thorsten Kukuk
652b57c940 Relevant BUGIDs: none
Purpose of commit: bugfix

Commit summary:
---------------

check if argument which we try to access exists
2005-09-18 10:44:25 +00:00
Thorsten Kukuk
8ec517a521 Relevant BUGIDs: none
Purpose of commit: cleanup

Commit summary:
---------------

Fix compiler warnings
2005-09-18 10:43:51 +00:00
Thorsten Kukuk
74a4f533ce Relevant BUGIDs: none
Purpose of commit: bugfix

Commit summary:
---------------

Fix code for which gcc4.1 prints warnings
2005-09-17 16:34:20 +00:00
Tomas Mraz
d8992ad33d Relevant BUGIDs:
Purpose of commit: cleanup

Commit summary:
---------------
Log nonconforming conversation function behavior (by ldv)
2005-09-17 09:16:20 +00:00
Tomas Mraz
892e8a4e2c Relevant BUGIDs:
Purpose of commit: cleanup

Commit summary:
---------------
Improved logging, code cleanup (by ldv)
2005-09-17 09:08:01 +00:00
Tomas Mraz
7d2aa22b82 Relevant BUGIDs:
Purpose of commit: cleanup

Commit summary:
---------------
Suppress unused parameters warning, sync returned error values with OpenPAM
(by ldv)
2005-09-17 09:02:06 +00:00
Tomas Mraz
1574ef8c30 Relevant BUGIDs:
Purpose of commit: cleanup

Commit summary:
---------------
Suppress unused parameters warning (by ldv)
2005-09-17 08:59:04 +00:00
Tomas Mraz
f77148f240 Relevant BUGIDs:
Purpose of commit: cleanup

Commit summary:
---------------
Suppres unused parameters warning (by ldv)
2005-09-17 08:50:29 +00:00
Tomas Mraz
9801f8fdc0 Relevant BUGIDs:
Purpose of commit: cleanup

Commit summary:
---------------
Better check the input parameters of pam_start (by ldv)
2005-09-17 08:47:39 +00:00
Tomas Mraz
c56638793e Relevant BUGIDs:
Purpose of commit: cleanup

Commit summary:
---------------
More clear deallocation (by Dmitry V. Levin - ldv)
2005-09-17 08:32:27 +00:00
Thorsten Kukuk
293ed7c5ad Relevant BUGIDs: none
Purpose of commit: cleanup

Commit summary:
---------------

Unify .so references in manual pages
2005-09-15 09:58:05 +00:00
Thorsten Kukuk
9680c130c6 Remove conv.c from translations 2005-09-15 09:55:03 +00:00
Tomas Mraz
4971040419 Relevant BUGIDs:
Purpose of commit: cleanup

Commit summary:
---------------
Use the new pam_syslog and pam_prompt helper functions. Patches by ldv.
2005-09-15 09:40:30 +00:00
Thorsten Kukuk
ef7185ddc3 Relevant BUGIDs: none
Purpose of commit: cleanup

Commit summary:
---------------

Convert pam_ftp and pam_lastlog to use pam_info/pam_syslog
2005-09-14 18:25:44 +00:00
Thorsten Kukuk
f690636933 Relevant BUGIDs: none
Purpose of commit: bugfix

Commit summary:
---------------

pam_vsyslog: Restore errno after each asprintf.
misc_conv.c: don't use special control characters, non-ascii terminal can run
into problems with them.
de.po: Translate some more strings.
*.po: Adjust translations for misc_conv.c.
2005-09-14 17:49:01 +00:00
Tomas Mraz
faf4e0e736 Relevant BUGIDs:
Purpose of commit: cleanup

Commit summary:
---------------
Call openlog only once, use syslog directly. (by ldv)
2005-09-14 15:06:04 +00:00
Tomas Mraz
5204c02838 Relevant BUGIDs:
Purpose of commit: cleanup

Commit summary:
---------------
configure is autogenerated
2005-09-14 14:49:38 +00:00
Tomas Mraz
dd97e4b002 Relevant BUGIDs:
Purpose of commit: bugfix

Commit summary:
---------------
More translatable strings in pam_cracklib.
2005-09-14 14:05:29 +00:00
Tomas Mraz
917b37b492 Relevant BUGIDs:
Purpose of commit: bugfix

Commit summary:
---------------
Workaround for sources compiled with and without libtool.
2005-09-14 14:02:00 +00:00
Thorsten Kukuk
b8b014230f Relevant BUGIDs: none
Purpose of commit: bugfix

Commit summary:
---------------

Link libpam_misc against libpam
Fix defines in pam_ext.h

Patches from Dmitry V. Levin.
2005-09-14 11:51:19 +00:00
Thorsten Kukuk
bb128fc03a Relevant BUGIDs: none
Purpose of commit: cleanup

Commit summary:
---------------

Use pam_syslog
2005-09-06 05:49:27 +00:00
Thorsten Kukuk
d6e38beb1a Relevant BUGIDs: none
Purpose of commit: cleanup

Commit summary:
---------------

Use pam_syslog
2005-09-06 05:42:28 +00:00
Thorsten Kukuk
c79b5d76d6 Relevant BUGIDs: none
Purpose of commit: cleanup

Commit summary:
---------------

Use pam_syslog
2005-09-06 05:00:42 +00:00
Thorsten Kukuk
318f05ecc5 Relevant BUGIDs: none
Purpose of commit: cleanup

Commit summary:
---------------

Replace _pam_log with pam_syslog
2005-09-05 20:17:34 +00:00
Thorsten Kukuk
6225f763fc Relevant BUGIDs: none
Purpose of commit: cleanup

Commit summary:
---------------

Remove duplicate check for NULL variable (Dmitry V. Levin)
2005-09-05 19:45:37 +00:00
Thorsten Kukuk
24d983a927 Relevant BUGIDs: none
Purpose of commit: cleanup

Commit summary:
---------------

Use pam_syslog
2005-09-05 11:53:07 +00:00