summaryrefslogtreecommitdiff
path: root/nss/group.c
AgeCommit message (Expand)Author
2014-10-04remove non-nslcd stuffLuke Shumaker
2013-10-29Fix a number of compiler warningsArthur de Jong
2013-01-18use the AX_TLS macro to find correct thread-local storage class compiler dire...Arthur de Jong
2012-12-23merge NSS_BYNAME and NSS_BYINT32 into NSS_BYGEN and rename to NSS_GETONEArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-12-16also no longer use NSS_BYINT32() in Solaris (fixes r1864)Arthur de Jong
2012-12-16switch protocol from host byte order to network byte order and switch use of ...Arthur de Jong
2012-10-28refactor the read_result() functions into a common macro and move all the Sol...Arthur de Jong
2012-10-28fix typo (thanks Ted C. Cheng)Arthur de Jong
2012-10-26fix buffer size checking in group by member NSS function on SolarisArthur de Jong
2012-10-26introduce ent2str() functions for each database (except ether and netgroup) a...Arthur de Jong
2012-09-15clear the *ent structs before writing fields to avoid problems with extra fie...Arthur de Jong
2012-09-03a few fixes in the Solaris group lookupsArthur de Jong
2012-09-03on Solaris store the errno value in NSS_ARGS(args)->erangeArthur de Jong
2010-12-30implement buffer checking and simplify code somewhatArthur de Jong
2010-12-16switch to a common back-end with a common constructor and destructor and put ...Arthur de Jong
2010-12-13have a more consistent naming convention for static lookup functionsArthur de Jong
2010-12-13fix assignment in if statement (was broken in r1262)Arthur de Jong
2010-10-11also try to support older Solaris releases that do not have the returnlen mem...Arthur de Jong
2010-10-10generate Solaris NSS functions using same macros that are used for Glibc, spl...Arthur de Jong
2010-10-09have one shared file handle per flavour instead of one global one (for now) a...Arthur de Jong
2010-10-09nss-pam-ldapd fixes for solaris 10 buildTed Cheng
2010-10-08re-introduce {set,get,end}**ent() file handle in Solaris code path and some o...Arthur de Jong
2010-10-04merge changes from trunkArthur de Jong
2010-10-04try to make use of UNUSED() consistentArthur de Jong
2010-10-04improve consistency of code layoutArthur de Jong
2010-10-03first attempt to split Solaris and Glibc code more and determine NSS flavour ...Arthur de Jong
2010-09-30import Solaris support developed by Ted C. Cheng of Symas Corporation merged ...Arthur de Jong
2010-09-24switch to using nss_status_t throughout the code and provide compatibility co...Arthur de Jong
2010-06-14remove some unused include statementsArthur de Jong
2009-06-06merge r934 from trunkArthur de Jong
2009-05-21refactor protocol reading and writing macros to the common directory, use mor...Arthur de Jong
2009-05-09merge r882 from trunkArthur de Jong
2009-04-19merge r834 from trunkArthur de Jong
2008-05-16remove comment about limitation that has now been removedArthur de Jong
2008-04-05correctly implement buffer handling in _nss_ldap_initgroups_dyn() to grow buf...Arthur de Jong
2008-04-05properly check the limit (as seen in nis-initgroups.c)Arthur de Jong
2008-02-01remove the nslcd2nss() function because it's not needed with the current prot...Arthur de Jong
2008-01-03only start the NSLCD_ACTION_*_ALL requests with the first call to getent() in...Arthur de Jong
2008-01-03increment value that is pointed to, not the pointer (fixes segfault)Arthur de Jong
2008-01-01enable the _nss_ldap_initgroups_dyn() function that is now implemented in nslcdArthur de Jong
2007-12-25remove NSLCD_RESULT_UNAVAIL because it's not needed anymore (the connection i...Arthur de Jong
2007-06-08implement our own stdio-like library that handles IO with a simple configurab...Arthur de Jong
2007-03-04code improvements by making type casts explicit, flagging ignored return valu...Arthur de Jong
2007-02-17add gcc attributes to some functions and parametersArthur de Jong
2007-01-17ensure that all NSS functions can be generated by the marcos in common.h and ...Arthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-16remove _nss_ldap_initgroups_dyn() from interface for now because it is curren...Arthur de Jong
2006-11-28rename LDF_ marcos to NSLCD_ macros to have a single namespaceArthur de Jong
2006-11-27get rid of nslcd-client.{c,h} and move it to nss/common.{c,h}, this ensures t...Arthur de Jong