| Commit message (Expand) | Author | Age | Files | Lines |
* | Also filter shadow entries by validnames | Arthur de Jong | 2017-06-18 | 1 | -11/+24 |
* | Fix and clarify a few comments | Arthur de Jong | 2017-06-18 | 1 | -1/+1 |
* | Make buffer size error logging consistent | Arthur de Jong | 2014-05-04 | 1 | -1/+4 |
* | Update shadow.c to resolve pwdLastSet issue | joshuashire | 2014-01-25 | 1 | -1/+1 |
* | Centralise buffer sizes | Arthur de Jong | 2013-12-18 | 1 | -5/+5 |
* | Increase password buffer size | Bersl | 2013-08-28 | 1 | -1/+1 |
* | Return partial shadow information to non-root users | Arthur de Jong | 2013-08-21 | 1 | -6/+7 |
* | move update_lastchange() function from shadow to pam code | Arthur de Jong | 2013-03-01 | 1 | -66/+0 |
* | check result of set_tolist() to ensure that memory alloca... | Arthur de Jong | 2013-01-12 | 1 | -1/+6 |
* | remove the ldc_ prefix from struct ldap_config fields | Arthur de Jong | 2012-12-30 | 1 | -2/+2 |
* | move the action argument to NSLCD_HANDLE to the front | Arthur de Jong | 2012-12-23 | 1 | -4/+2 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -156/+159 |
* | grow all search filter buffers to 4096 bytes (thanks flavio) | Arthur de Jong | 2012-09-14 | 1 | -2/+2 |
* | implement extra range checking of all numeric values | Arthur de Jong | 2012-05-20 | 1 | -4/+4 |
* | make whether or not to do case-sensitive filtering config... | Arthur de Jong | 2012-03-13 | 1 | -1/+1 |
* | Use an explicit base of 10 for strtouid()/strtogid()/strt... | Jakub Hrozek | 2011-09-30 | 1 | -3/+3 |
* | make validation log messages consistent | Arthur de Jong | 2011-09-09 | 1 | -13/+13 |
* | check errno after calls to strtol() to ensure that number... | Arthur de Jong | 2011-08-27 | 1 | -0/+19 |
* | make buffer sizes consistent, grow gidNumber buffer to ho... | Arthur de Jong | 2011-07-02 | 1 | -4/+4 |
* | check shadow properties (similarly to what pam_unix does)... | Arthur de Jong | 2011-04-30 | 1 | -3/+37 |
* | move code for getting shadow expiry properties to a separ... | Arthur de Jong | 2011-04-30 | 1 | -36/+37 |
* | set maxdays to -1 to indicate no expiry (instead of a lon... | Arthur de Jong | 2011-04-29 | 1 | -1/+1 |
* | fix descriptions of files | Arthur de Jong | 2011-03-23 | 1 | -1/+1 |
* | allow attribute mapping with an expression for the userPa... | Arthur de Jong | 2010-12-28 | 1 | -2/+3 |
* | try to update the shadowLastChange attribute of a user on... | Arthur de Jong | 2010-12-26 | 1 | -0/+66 |
* | log the request with any logged messages | Arthur de Jong | 2010-11-07 | 1 | -4/+3 |
* | tune some buffer sizes and small cleanups | Arthur de Jong | 2010-05-07 | 1 | -2/+2 |
* | implement attribute mapping using shell-like expressions | Arthur de Jong | 2009-12-28 | 1 | -54/+35 |
* | fix log message | Arthur de Jong | 2009-12-27 | 1 | -1/+1 |
* | give search filter escaping buffers more logical names | Arthur de Jong | 2009-11-01 | 1 | -3/+3 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | implement case-sensitive filtering for group, netgroup, p... | Arthur de Jong | 2009-06-06 | 1 | -27/+18 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-29 | 1 | -1/+1 |
* | initialise database modules only once after parsing config | Arthur de Jong | 2009-05-24 | 1 | -1/+1 |
* | support multiple search bases, partially based on a patch... | Arthur de Jong | 2009-05-24 | 1 | -5/+7 |
* | clear up protocol description in nslcd.h, renaming NSLCD_... | Arthur de Jong | 2009-04-19 | 1 | -1/+1 |
* | partial support for reading AD date format for pwdLastSet... | Arthur de Jong | 2008-04-05 | 1 | -12/+48 |
* | fix incorrect references to attribute map entries | Arthur de Jong | 2007-12-31 | 1 | -3/+3 |
* | rewrite GET_OPTIONAL_DATE() as an extension to GET_OPTION... | Arthur de Jong | 2007-12-20 | 1 | -20/+4 |
* | switch to new LDAP entry parsing code that is much simple... | Arthur de Jong | 2007-12-09 | 1 | -108/+134 |
* | first step to use the new myldap interface | Arthur de Jong | 2007-10-28 | 1 | -88/+51 |
* | do not pass useless errnos around because they aren't use... | Arthur de Jong | 2007-09-15 | 1 | -5/+2 |
* | move the two remaining useful functions from util.c to ld... | Arthur de Jong | 2007-09-15 | 1 | -1/+0 |
* | do not flush streams: our caller closes the streams flusi... | Arthur de Jong | 2007-09-14 | 1 | -2/+0 |
* | make use of write_*ent() functions consistent | Arthur de Jong | 2007-09-14 | 1 | -17/+24 |
* | remove mutex from all LDAP operations because we now have... | Arthur de Jong | 2007-09-14 | 1 | -2/+0 |
* | get rid of global session and instead pass the session as... | Arthur de Jong | 2007-09-14 | 1 | -31/+16 |
* | move base and scope handling to database specific modules... | Arthur de Jong | 2007-09-08 | 1 | -6/+15 |
* | move filters definitions to the database modules themselv... | Arthur de Jong | 2007-09-08 | 1 | -12/+31 |
* | make handling of ent_context consistent and simpler | Arthur de Jong | 2007-09-07 | 1 | -5/+4 |