aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Relevant BUGIDs: noneThorsten Kukuk2005-09-181-2/+6
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix compiler warnings
* Relevant BUGIDs: noneThorsten Kukuk2005-09-173-4/+4
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix code for which gcc4.1 prints warnings
* Relevant BUGIDs:Tomas Mraz2005-09-172-0/+6
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Log nonconforming conversation function behavior (by ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-171-15/+12
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Improved logging, code cleanup (by ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-171-16/+24
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Suppress unused parameters warning, sync returned error values with OpenPAM (by ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-171-5/+6
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Suppress unused parameters warning (by ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-171-18/+20
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Suppres unused parameters warning (by ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-171-13/+22
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Better check the input parameters of pam_start (by ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-171-4/+1
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- More clear deallocation (by Dmitry V. Levin - ldv)
* Relevant BUGIDs: noneThorsten Kukuk2005-09-153-3/+3
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Unify .so references in manual pages
* Remove conv.c from translationsThorsten Kukuk2005-09-1516-136/+135
|
* Relevant BUGIDs:Tomas Mraz2005-09-157-366/+279
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Use the new pam_syslog and pam_prompt helper functions. Patches by ldv.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-142-109/+22
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Convert pam_ftp and pam_lastlog to use pam_info/pam_syslog
* Relevant BUGIDs: noneThorsten Kukuk2005-09-1419-2994/+1265
| | | | | | | | | | | | | 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.
* Relevant BUGIDs:Tomas Mraz2005-09-141-23/+9
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Call openlog only once, use syslog directly. (by ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-142-28623/+1
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- configure is autogenerated
* Relevant BUGIDs:Tomas Mraz2005-09-1416-203/+1616
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- More translatable strings in pam_cracklib.
* Relevant BUGIDs:Tomas Mraz2005-09-141-0/+2
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Workaround for sources compiled with and without libtool.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-142-4/+5
| | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Link libpam_misc against libpam Fix defines in pam_ext.h Patches from Dmitry V. Levin.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-061-43/+31
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Use pam_syslog
* Relevant BUGIDs: noneThorsten Kukuk2005-09-061-25/+13
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Use pam_syslog
* Relevant BUGIDs: noneThorsten Kukuk2005-09-061-50/+34
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Use pam_syslog
* Relevant BUGIDs: noneThorsten Kukuk2005-09-051-66/+59
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace _pam_log with pam_syslog
* Relevant BUGIDs: noneThorsten Kukuk2005-09-052-7/+4
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove duplicate check for NULL variable (Dmitry V. Levin)
* Relevant BUGIDs: noneThorsten Kukuk2005-09-051-27/+17
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Use pam_syslog
* Relevant BUGIDs: noneThorsten Kukuk2005-09-052-332/+274
| | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Move pam_selinux_check.c code from pam_selinux.c to main fail. Replace syslog with pam_syslog Use pam_prompt instead of conv() functions.
* Relevant BUGIDs:Thorsten Kukuk2005-09-051-38/+27
| | | | | | | | | Purpose of commit: Commit summary: --------------- Use pam_syslog
* Relevant BUGIDs: noneThorsten Kukuk2005-09-051-24/+12
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Use pam_syslog
* Relevant BUGIDs: noneThorsten Kukuk2005-09-051-90/+64
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Use pam_syslog.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-051-46/+23
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace conv() call with pam_prompt();
* Relevant BUGIDs: noneThorsten Kukuk2005-09-051-15/+4
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace conv function call with pam_info()
* Relevant BUGIDs:Thorsten Kukuk2005-09-051-35/+39
| | | | | | | | | | Purpose of commit: Commit summary: --------------- Use pam_syslog for logging. Fix compiler warnings.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-051-85/+17
| | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace converse function with pam_info. Repalce _log_err with pam_syslog.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-051-104/+28
| | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace own conversation function with pam_info. Replace _log_err with pam_syslog.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-051-19/+11
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- use pam_syslog().
* Relevant BUGIDs: noneThorsten Kukuk2005-09-051-42/+32
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace _pam_log with pam_syslog
* Relevant BUGIDs: noneThorsten Kukuk2005-09-051-45/+38
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Use pam_syslog instead of _pam_log
* Relevant BUGIDs: noneThorsten Kukuk2005-09-041-53/+50
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace _log_err with pam_syslog
* Relevant BUGIDs: noneThorsten Kukuk2005-09-041-58/+47
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Use pam_syslog, adjust parameters to format string
* Relevant BUGIDs:Thorsten Kukuk2005-09-0417-62/+157
| | | | | | | | | | Purpose of commit: Commit summary: --------------- Remove pam_log.c, add pam_syslog.c and pam_vprompt.c for possible files with texts for translation.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-041-2/+2
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix compiling pam_prelude.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-0416-515/+137
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace _pam_system_log with pam_syslog.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-041-42/+36
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace _log_err with pam_syslog
* Relevant BUGIDs: noneThorsten Kukuk2005-09-041-10/+2
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Apply cleanup from Dmitry V. Levin
* Relevant BUGIDs: noneThorsten Kukuk2005-09-031-35/+23
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- use pam_syslog instead of _pam_log
* Relevant BUGIDs: noneThorsten Kukuk2005-09-031-30/+25
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace _log_err with pam_syslog
* Relevant BUGIDs: noneThorsten Kukuk2005-09-0312-25/+191
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add pam_syslog to unify log messages from PAM modules.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-021-0/+5
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix memory leak (patch by Dmitry V. Levin)
* Relevant BUGIDs: noneThorsten Kukuk2005-09-0221-150/+582
| | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- pam_cracklib: - Make cracklib dict path an option - Don't compile a hard path to cracklib dict, libcrack knows it better - Use pam_prompt(). With this, pam_cracklib should work again after moving to automake.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-011-0/+1
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Add missing aclocal call to autogen.sh