Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 0.8.14 release0.8.14Arthur de Jong2014-03-161-2/+2
* implement a -n, --nofork option to run in the foreground ...Arthur de Jong2013-08-181-2/+9
* various typo and other comment fixes (4b01125, b0785de, b...Arthur de Jong2013-04-282-4/+4
* to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonical...Arthur de Jong2012-11-132-2/+3
* use $(top_srcdir)/nslcd.h instead of $< to avoid problems...Arthur de Jong2012-10-131-1/+1
* change the default value of sasl_canonicalize to yes (tha...Arthur de Jong2012-08-311-1/+1
* introduce a sasl_canonicalize option that will now, by de...Arthur de Jong2012-08-142-0/+12
* on startup have the gid option default to the primary gro...Arthur de Jong2012-07-201-10/+9
* avoid setting tls_randfile twice and remove fixed FIXME (...Arthur de Jong2012-07-151-3/+0
* set the pynslcd process name if possibleArthur de Jong2012-07-151-0/+6
* support getting pam_password_prohibit_message from config...Arthur de Jong2012-07-151-1/+2
* rename internal pam_authz_search to pam_authz_searchesArthur de Jong2012-07-152-4/+4
* properly set most LDAP options from configurationArthur de Jong2012-07-151-2/+40
* ensure that cache.py is installed (thanks Jon Severinsson)Arthur de Jong2012-07-071-2/+2
* implement PAM authorisation check using pam_authz_search ...Arthur de Jong2012-05-041-3/+57
* ignore user-supplied DN for PAM requests and don't send i...Arthur de Jong2012-05-041-25/+24
* move expression handling to own moduleArthur de Jong2012-05-044-140/+187
* ensure search also works without attribute mapArthur de Jong2012-05-041-1/+3
* small code style improvementsArthur de Jong2012-05-041-18/+22
* allow the pam_authz_search option to be specified multipl...Arthur de Jong2012-05-041-3/+2
* support the upper and lower functions in attribute mappin...Arthur de Jong2012-03-161-2/+17
* refactor some of the attribute mapping code to introduce ...Arthur de Jong2012-03-163-39/+118
* implement a getpeercred() functionArthur de Jong2012-03-161-2/+7
* implement a naive offline cacheArthur de Jong2012-01-2913-4/+516
* small simplification in group lookups (member attributes ...Arthur de Jong2012-01-291-13/+9
* split the result handling into a convert() and write() stepArthur de Jong2012-01-2912-114/+111
* formatting fixesArthur de Jong2012-01-201-1/+2
* add missing Python modules to tarballArthur de Jong2012-01-201-2/+2
* user the logging framework, handle exceptions properly an...Arthur de Jong2012-01-0614-121/+130
* remove some information from config that we don't expect ...Arthur de Jong2011-12-291-9/+0
* support for reading the configuration file (not all optio...Arthur de Jong2011-12-285-23/+254
* move the state variables (from command line) from the con...Arthur de Jong2011-12-282-18/+23
* fall back to trying to authenticate with provided passwor...Arthur de Jong2011-12-281-0/+4
* never request group members for GroupByMemberRequestArthur de Jong2011-12-281-1/+1
* instead of modifying attmap, modify attribute listArthur de Jong2011-12-281-3/+3
* fix references to attmap (broken in r1571)Arthur de Jong2011-12-282-9/+2
* make logging more consistent and remove test bases from s...Arthur de Jong2011-12-275-8/+10
* PEP8 fixesArthur de Jong2011-12-279-24/+37
* define the search separately from the requestArthur de Jong2011-12-1212-105/+153
* move check of required attributes and other common tests ...Arthur de Jong2011-12-1213-185/+184
* get rid of automake warningArthur de Jong2011-08-291-1/+1
* replace last traces of groupOfUniqueNamesArthur de Jong2011-08-051-1/+1
* switch to using the member attribute by default instead o...Arthur de Jong2011-08-031-6/+6
* simplify request handling by passing read parameters arou...Arthur de Jong2011-05-1313-178/+144
* implement attribute mapping functionality and do some ref...Arthur de Jong2011-05-0115-291/+417
* remove unneeded importArthur de Jong2011-05-011-1/+0
* pass dn and attributes to functions separatelyArthur de Jong2011-05-0112-28/+18
* small code improvementsArthur de Jong2011-05-013-10/+9
* set maxdays to -1 to indicate no expiry (instead of a lon...Arthur de Jong2011-04-291-1/+1
* put standard library imports before application imports a...Arthur de Jong2011-04-2813-53/+40