Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss/group.c
Commit message (Expand)AuthorAgeFilesLines
* refactor the read_result() functions into a common macro ...Arthur de Jong2012-10-281-34/+1
* fix typo (thanks Ted C. Cheng)Arthur de Jong2012-10-281-1/+1
* fix buffer size checking in group by member NSS function ...Arthur de Jong2012-10-261-1/+9
* introduce ent2str() functions for each database (except e...Arthur de Jong2012-10-261-51/+51
* clear the *ent structs before writing fields to avoid pro...Arthur de Jong2012-09-151-0/+1
* a few fixes in the Solaris group lookupsArthur de Jong2012-09-031-4/+3
* on Solaris store the errno value in NSS_ARGS(args)->erangeArthur de Jong2012-09-031-5/+5
* implement buffer checking and simplify code somewhatArthur de Jong2010-12-301-12/+17
* switch to a common back-end with a common constructor and...Arthur de Jong2010-12-161-23/+9
* have a more consistent naming convention for static looku...Arthur de Jong2010-12-131-15/+15
* fix assignment in if statement (was broken in r1262)Arthur de Jong2010-12-131-2/+2
* also try to support older Solaris releases that do not ha...Arthur de Jong2010-10-111-2/+13
* generate Solaris NSS functions using same macros that are...Arthur de Jong2010-10-101-181/+75
* have one shared file handle per flavour instead of one gl...Arthur de Jong2010-10-091-3/+6
* nss-pam-ldapd fixes for solaris 10 buildTed Cheng2010-10-091-6/+3
* re-introduce {set,get,end}**ent() file handle in Solaris ...Arthur de Jong2010-10-081-0/+5
* merge changes from trunkArthur de Jong2010-10-041-9/+14
|\
| * improve consistency of code layoutArthur de Jong2010-10-041-4/+16
* | try to make use of UNUSED() consistentArthur de Jong2010-10-041-9/+9
* | first attempt to split Solaris and Glibc code more and de...Arthur de Jong2010-10-031-101/+115
* | import Solaris support developed by Ted C. Cheng of Symas...Arthur de Jong2010-09-301-6/+228
|/
* switch to using nss_status_t throughout the code and prov...Arthur de Jong2010-09-241-8/+8
* remove some unused include statementsArthur de Jong2010-06-141-1/+0
* merge r934 from trunkArthur de Jong2009-06-061-1/+1
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-211-3/+3
* merge r882 from trunkArthur de Jong2009-05-091-1/+8
* merge r834 from trunkArthur de Jong2009-04-191-2/+2
* remove comment about limitation that has now been removedArthur de Jong2008-05-161-4/+0
* correctly implement buffer handling in _nss_ldap_initgrou...Arthur de Jong2008-04-051-21/+39
* properly check the limit (as seen in nis-initgroups.c)Arthur de Jong2008-04-051-1/+4
* remove the nslcd2nss() function because it's not needed w...Arthur de Jong2008-02-011-1/+1
* only start the NSLCD_ACTION_*_ALL requests with the first...Arthur de Jong2008-01-031-2/+3
* increment value that is pointed to, not the pointer (fixe...Arthur de Jong2008-01-031-1/+1
* enable the _nss_ldap_initgroups_dyn() function that is no...Arthur de Jong2008-01-011-5/+1
* remove NSLCD_RESULT_UNAVAIL because it's not needed anymo...Arthur de Jong2007-12-251-1/+1
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-3/+3
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-041-3/+3
* add gcc attributes to some functions and parametersArthur de Jong2007-02-171-1/+4
* ensure that all NSS functions can be generated by the mar...Arthur de Jong2007-01-171-53/+51
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* remove _nss_ldap_initgroups_dyn() from interface for now ...Arthur de Jong2006-12-161-0/+2
* rename LDF_ marcos to NSLCD_ macros to have a single name...Arthur de Jong2006-11-281-5/+5
* get rid of nslcd-client.{c,h} and move it to nss/common.{...Arthur de Jong2006-11-271-1/+0
* do some refactoring in the generated code and add some do...Arthur de Jong2006-11-171-5/+4
* switch to a simpler and more compact framework to generat...Arthur de Jong2006-11-161-30/+13
* rename nss/exports.h to nss/prototypes.hArthur de Jong2006-11-101-1/+1
* switch to using prototypes that are defined in glibc 2.3.6Arthur de Jong2006-11-101-1/+1
* use better names for our thread-local file pointerArthur de Jong2006-11-101-2/+2
* fix bogus reuse of tmpint32, introducing tmp3int32Arthur de Jong2006-11-031-5/+4
* rename LOOP to STRINGLIST as that is currently the only s...Arthur de Jong2006-11-031-8/+8