aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Relevant BUGIDs: noneThorsten Kukuk2005-09-012-2/+3
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix memory leak in pam_vprompt and adjust printf attribute. Patch from Dmitry V. Levin.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-0123-311/+442
| | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add PAM extensions pam_*prompt, pam_*error and pam_*info for usage by modules to libpam, add new pam_ext.h header file with prototypes.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-299-39/+13
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- cleanup the header files, don't include allways all other header files.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-2623-698/+2065
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Mark missing strings for translations (login and password) Fix \a problem with pot/po files
* Relevant BUGIDs:Tomas Mraz2005-08-241-41/+41
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fixed some translation errors.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-239-71/+88
| | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Change major version number back to "0". Add more patches from ALT-Linux/OWL:
* Relevant BUGIDs: noneThorsten Kukuk2005-08-1910-2/+2520
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Lot of new translations
* Relevant BUGIDs: noneThorsten Kukuk2005-08-182-0/+1300
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Add two missing files.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-183-3/+3
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Add missing files to EXTRA_DIST
* Relevant BUGIDs: noneThorsten Kukuk2005-08-181-5/+0
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Remove dead/unpackaged file
* Relevant BUGIDs: noneThorsten Kukuk2005-08-1854-46/+7761
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add gettext support.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-182-0/+6
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- let autogen.sh copy config.sub and config.guess
* Relevant BUGIDs: noneThorsten Kukuk2005-08-181-1/+1
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Add modules.map to EXTRA_DIST
* Relevant BUGIDs: noneThorsten Kukuk2005-08-181-2/+2
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Don't delete html/index.html
* Relevant BUGIDs: noneThorsten Kukuk2005-08-182-0/+9
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Add missing files to CVS
* Relevant BUGIDs: noneThorsten Kukuk2005-08-1815-47/+47
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- configure should set _GNU_SOURCE/_BSD_SOURCE
* Relevant BUGIDs: noneThorsten Kukuk2005-08-182-7/+5
| | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Be fail-close on user lookups, always log failures, not just with "debug". Based on patch for Linux-PAM-0.75 from Solar Designer.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-185-3/+3
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- This manual pages should be in section 5, not 8. Patch from ALT Linux/OWL.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-1841-45/+162
| | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Use modules.map as linker version map for all PAM modules Use /var/run for debug output instead of /tmp (Patches from ALT Linux/OWL)
* Relevant BUGIDs: noneThorsten Kukuk2005-08-183-3/+7
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix creating of lex.yy.c file, fix syntax errors in pam_conv.y
* Relevant BUGIDs: noneThorsten Kukuk2005-08-186-145/+6
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove unused files.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-1657-370/+383
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- 2. round of automake/autoconf/libtool changes
* Relevant BUGIDs: noneThorsten Kukuk2005-08-16152-3470/+27792
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Big "automake/autoconf/libtool" commit
* Relevant BUGIDs: Red Hat bz #164418Tomas Mraz2005-07-282-4/+6
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- pam_userdb: Fix regression - crash when crypt param not specified
* Relevant BUGIDs:Tomas Mraz2005-07-261-3/+6
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- sizeof(int) != sizeof(void *) on 64bit machines
* Relevant BUGIDs: mailing listThorsten Kukuk2005-07-263-4/+8
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Don't ignore return values of pam_get_item
* Relevant BUGIDs: see mailinglistThorsten Kukuk2005-07-221-0/+1
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Include sys/resource.h for the RLIMIT stuff.
* Relevant BUGIDs: noneThorsten Kukuk2005-07-222-228/+0
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove obsolete, not used files
* Relevant BUGIDs: noneThorsten Kukuk2005-07-211-0/+2
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Adjust .cvsignore
* Relevant BUGIDs: noneThorsten Kukuk2005-07-2010-89/+108
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Mark message strings for translation
* Relevant BUGIDs: noneThorsten Kukuk2005-07-2040-46/+55
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Rename _pam_aconf.h to config.h.
* Relevant BUGIDs: noneThorsten Kukuk2005-07-181-0/+1
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- document defs removage
* Relevant BUGIDs: noneThorsten Kukuk2005-07-1810-381/+0
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove obsolete files
* Relevant BUGIDs: noneThorsten Kukuk2005-07-186-175/+5
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- kill features.h inclusion in _pam_aconf.h
* Relevant BUGIDs: noneThorsten Kukuk2005-07-154-123/+367
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix AC_DEFINE usage in configure.in
* Relevant BUGIDs: noneThorsten Kukuk2005-07-151-0/+3
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix inclusion of crypt.h
* Relevant BUGIDs: noneThorsten Kukuk2005-07-152-7/+4
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove duplicate/wrong place of _pam_aconf.h inclusion
* Relevant BUGIDs: noneThorsten Kukuk2005-07-144-28/+2
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove old code which should not be used anymore
* Relevant BUGIDs: noneThorsten Kukuk2005-07-144-0/+339
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add new PAM module for setting umask
* Relevant BUGIDs: noneThorsten Kukuk2005-07-133-3/+5
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Prepare for next release
* Relevant BUGIDs:Tomas Mraz2005-07-081-6/+1
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix for LSB compliance when SELinux enabled.
* Relevant BUGIDs: mail reportThorsten Kukuk2005-07-062-2/+1
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Don't lowercase login names. Using uppercase login names is a bad idea, but people are doing it.
* Relevant BUGIDs: noneThorsten Kukuk2005-07-051-209/+63
| | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove code duplication (logging and error strings) and fix compiler warnings
* Relevant BUGIDs:Tomas Mraz2005-07-042-3/+15
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Improve the RLIMIT_NICE support so the input values are in the nice range -20..19
* Change mode datatypeSebastien Tricaud2005-07-032-1/+2
|
* Relevant BUGIDs:Tomas Mraz2005-06-224-0/+15
| | | | | | | | Purpose of commit: new feature Commit summary: --------------- pam_limits: Support new limits in linux 2.6.12
* Relevant BUGIDs: noneThorsten Kukuk2005-06-0934-321/+463
| | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix all occurrence of dereferencing type-punned pointer will break strict-aliasing rules warnings
* Relevant BUGIDs: Novell #81690Thorsten Kukuk2005-06-073-3/+8
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- If the process priority is not specified in the limits.conf file, pam_limits should not reset the current one to zero.
* Relevant BUGIDs:Tomas Mraz2005-05-273-1/+18
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- * pam_access: Add listsep option to set list element separator by Richard Shaffer
* Relevant BUGIDs:Tomas Mraz2005-05-242-29/+40
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- pam_xauth: Unset the XAUTHORITY variable when requesting user is root and target user is not