summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-26drop extra parts of package descriptions that should no longer be really ↵Arthur de Jong
relevant and update libpam-ldapd description git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1122 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-24update pam-auth-update configuration to always perform LDAP autorisation, ↵Arthur de Jong
also pass use_authtok on password modification and spell out session result handling git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1121 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-24make code more consistentArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1120 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-24fix typoArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1119 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-24don't store use_authtok because pam_get_authtok() looks at the arguments itselfArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1118 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-23update documentationArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1117 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-23include uid and gid options in default configuration fileArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1116 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-23update AC?X_PTHREAD macro and update configure script to be simpler and add ↵Arthur de Jong
some more checks git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1115 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-23use nslcd --check in init script's status commandArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1114 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-22make debug logging for pam_authz_search option a little more readableArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1113 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-20add libpam-heimdal as an alternative recommends for libnss-ldapdArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1112 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-15always clear returned buffer when performing attribute mapping (based on a ↵Arthur de Jong
patch by Nalin Dahyabhai <nalin@redhat.com>) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1111 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-14get files ready for 0.7.5 releaseArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1109 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-14switch to source format 3.0 (native)Arthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1108 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-14print uid as a longArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1107 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-14perform logging from PAM module to syslog and support the debug option to ↵Arthur de Jong
log debugging information git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1106 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-13centralise initialising functions needed for every PAM call into one functionArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1105 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-13make logging of buffer checks consistentArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1104 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-13also use PAM username instead of one from context for session open and closeArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1103 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-13replace my_pam_get_authtok() with standard pam_get_authtok() function, get ↵Arthur de Jong
rid of get_old_password() and general cleanups and simplifications git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1102 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-12make parsing configuration options global, reorganise a bit and make code ↵Arthur de Jong
more consistent and easier to read git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1101 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-12small compatibility improvementsArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1100 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-10only log "LDAP session failed" if we actually triedArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1099 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-10replace my_pam_warn() with pam_info() and pam_error() and provide ↵Arthur de Jong
replacement for pam_prompt() also using it in our pam_get_authtok() replacement git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1098 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-09get files ready for 0.7.4 releaseArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1096 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-09only log "connected to LDAP server" if the previous connect failed or we are ↵Arthur de Jong
failing over to a different server git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1095 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-09rename reconnect_maxsleeptime option to reconnect_retrytimeArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1094 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-09don't log errno if it is not set (make error less confusing)Arthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1093 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-09handle authentication searches a little differently (only try once if an ↵Arthur de Jong
authentication error is returned) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1092 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-09refactor retry timing mechanism to use time between first and last error to ↵Arthur de Jong
determin when to rerty and only try once (and don't sleep) when we have been failing for a long time git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1091 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-08fix wrapping of long line (thanks lintian)Arthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1090 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-08rename authz_search option to pam_authz_searchArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1089 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-07implement an authz_search option to test whether the user is authorisedArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1088 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-07tune some buffer sizes and small cleanupsArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1087 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-07implement test for buffer overflowArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1086 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-07fix buffer overflowArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1085 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-07have the possibility to generate HTML for manual pages (not done by default)Arthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1084 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-07use docbook elements where possibleArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1083 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-06implement a minimum_uid option for the PAM module to ignore users that have ↵Arthur de Jong
a lower numeric user id git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1082 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-05include updated filesArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1081 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-05-03also parse /etc/ldap.conf for systems that use that for NSS and PAM ↵Arthur de Jong
configuration git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1080 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-04-13don't have myldap_set_credentials() try to open a connection but have the ↵Arthur de Jong
PAM code perform a search with the new credentials so we re-use the fail-over mechanism in myldap_search() git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1079 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-04-13also have myldap_search() return an LDAP status codeArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1078 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-04-01small improvements to the test setupArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1077 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-03-20add an nss_initgroups_ignoreusers option to ignore username to group lookups ↵Arthur de Jong
for the specified users git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1076 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-03-13remove commented-oud default option because it is not implemented and we ↵Arthur de Jong
have a better mechanism now git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1075 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-02-28have less warnings when LDAP_OPT_X_TLS isn't definedArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1074 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-02-28document which attributes may be mapped with an expressionArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1073 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-02-27get files ready for 0.7.3 releaseArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1071 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-02-27add blank line for apt-listchangesArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1070 ef36b2f9-881f-0410-afb5-c4e39611909c