Age | Commit message (Expand) | Author |
2014-10-04 | remove non-nslcd stuff | Luke Shumaker |
2013-10-29 | Fix a number of compiler warnings | Arthur de Jong |
2013-01-18 | use the AX_TLS macro to find correct thread-local storage class compiler dire... | Arthur de Jong |
2012-12-23 | merge NSS_BYNAME and NSS_BYINT32 into NSS_BYGEN and rename to NSS_GETONE | Arthur de Jong |
2012-12-22 | update C coding style to a more commonly used style | Arthur de Jong |
2012-12-16 | also no longer use NSS_BYINT32() in Solaris (fixes r1864) | Arthur de Jong |
2012-12-16 | switch protocol from host byte order to network byte order and switch use of ... | Arthur de Jong |
2012-11-18 | properly initialise passwd.pw_class on FreeBSD to empty string (was set to NU... | Arthur de Jong |
2012-10-28 | refactor the read_result() functions into a common macro and move all the Sol... | Arthur de Jong |
2012-10-26 | introduce ent2str() functions for each database (except ether and netgroup) a... | Arthur de Jong |
2012-10-21 | fix a problem on Solaris (fixes r1793) | Arthur de Jong |
2012-10-13 | include missing definition (fixes r1793) | Arthur de Jong |
2012-10-13 | do proper range checking and replace READ_RESULT macro with read_result funct... | Arthur de Jong |
2012-09-15 | clear the *ent structs before writing fields to avoid problems with extra fie... | Arthur de Jong |
2012-09-03 | fix indenting of code | Arthur de Jong |
2012-09-03 | on Solaris store the errno value in NSS_ARGS(args)->erange | Arthur de Jong |
2010-12-16 | switch to a common back-end with a common constructor and destructor and put ... | Arthur de Jong |
2010-12-13 | have a more consistent naming convention for static lookup functions | Arthur de Jong |
2010-12-13 | fix assignment in if statement (was broken in r1262) | Arthur de Jong |
2010-10-11 | also try to support older Solaris releases that do not have the returnlen mem... | Arthur de Jong |
2010-10-10 | generate Solaris NSS functions using same macros that are used for Glibc, spl... | Arthur de Jong |
2010-10-09 | have one shared file handle per flavour instead of one global one (for now) a... | Arthur de Jong |
2010-10-09 | nss-pam-ldapd fixes for solaris 10 build | Ted Cheng |
2010-10-08 | re-introduce {set,get,end}**ent() file handle in Solaris code path and some o... | Arthur de Jong |
2010-10-04 | merge changes from trunk | Arthur de Jong |
2010-10-04 | try to make use of UNUSED() consistent | Arthur de Jong |
2010-10-04 | improve consistency of code layout | Arthur de Jong |
2010-10-03 | first attempt to split Solaris and Glibc code more and determine NSS flavour ... | Arthur de Jong |
2010-09-30 | import Solaris support developed by Ted C. Cheng of Symas Corporation merged ... | Arthur de Jong |
2010-09-24 | switch to using nss_status_t throughout the code and provide compatibility co... | Arthur de Jong |
2010-06-14 | remove some unused include statements | Arthur de Jong |
2009-05-21 | refactor protocol reading and writing macros to the common directory, use mor... | Arthur de Jong |
2008-01-03 | only start the NSLCD_ACTION_*_ALL requests with the first call to getent() in... | Arthur de Jong |
2007-06-08 | implement our own stdio-like library that handles IO with a simple configurab... | Arthur de Jong |
2007-02-17 | add gcc attributes to some functions and parameters | Arthur de Jong |
2007-01-17 | ensure that all NSS functions can be generated by the marcos in common.h and ... | Arthur de Jong |
2007-01-09 | change license from GNU Library General Public License v.2 to GNU Lesser Gene... | Arthur de Jong |
2006-11-28 | rename LDF_ marcos to NSLCD_ macros to have a single namespace | Arthur de Jong |
2006-11-27 | get rid of nslcd-client.{c,h} and move it to nss/common.{c,h}, this ensures t... | Arthur de Jong |
2006-11-17 | do some refactoring in the generated code and add some documentation on gener... | Arthur de Jong |
2006-11-16 | switch to a simpler and more compact framework to generate methods (one reade... | Arthur de Jong |
2006-11-10 | rename nss/exports.h to nss/prototypes.h | Arthur de Jong |
2006-11-10 | switch to using prototypes that are defined in glibc 2.3.6 | Arthur de Jong |
2006-11-03 | make loop macros common, create macros for expanding {set,get,end}ent() funct... | Arthur de Jong |
2006-11-02 | rename some constants and switch to a more sane naming scheme | Arthur de Jong |
2006-11-02 | rename READ_RESPONSE() macro to READ_RESPONSE_CODE() | Arthur de Jong |
2006-11-01 | always set *errnop correctly | Arthur de Jong |
2006-11-01 | implement _nss_ldap_{set,get,end}pwent() functions with thread-local opened file | Arthur de Jong |
2006-10-31 | make code consistent by adding headers, removing trailing whitespace and prop... | Arthur de Jong |
2006-10-31 | clear up protocol macros while implementing getpwuid() and {set,get,end}pwent... | Arthur de Jong |