Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss/networks.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for networks lookup under SolarisArthur de Jong2015-03-221-1/+1
* Allow configuration of NSS and PAM namesArthur de Jong2015-01-191-7/+7
* Use right h_errnop for retrying with larger bufferNalin Dahyabhai2014-03-021-1/+1
* Fix crash when retrieving large networks entriesLukas Slebodnik2014-03-021-2/+0
* Fix a number of compiler warningsArthur de Jong2013-10-291-1/+1
* use the AX_TLS macro to find correct thread-local storage...Arthur de Jong2013-01-181-2/+2
* merge NSS_BYNAME and NSS_BYINT32 into NSS_BYGEN and renam...Arthur de Jong2012-12-231-10/+10
* update C coding style to a more commonly used styleArthur de Jong2012-12-221-75/+78
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-161-4/+3
* refactor the read_result() functions into a common macro ...Arthur de Jong2012-10-281-34/+1
* introduce ent2str() functions for each database (except e...Arthur de Jong2012-10-261-44/+52
* clear the *ent structs before writing fields to avoid pro...Arthur de Jong2012-09-151-0/+1
* on Solaris store the errno value in NSS_ARGS(args)->erangeArthur de Jong2012-09-031-4/+4
* remove unused variableArthur de Jong2011-08-141-4/+3
* switch to a common back-end with a common constructor and...Arthur de Jong2010-12-161-24/+10
* have a more consistent naming convention for static looku...Arthur de Jong2010-12-131-13/+13
* 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-176/+52
* have one shared file handle per flavour instead of one gl...Arthur de Jong2010-10-091-5/+4
* nss-pam-ldapd fixes for solaris 10 buildTed Cheng2010-10-091-7/+13
* re-introduce {set,get,end}**ent() file handle in Solaris ...Arthur de Jong2010-10-081-3/+5
* merge changes from trunkArthur de Jong2010-10-041-5/+9
|\
| * improve consistency of code layoutArthur de Jong2010-10-041-4/+14
| * merge some of the changes for Solaris portability to ease...Arthur de Jong2010-10-041-8/+8
* | try to make use of UNUSED() consistentArthur de Jong2010-10-041-8/+8
* | first attempt to split Solaris and Glibc code more and de...Arthur de Jong2010-10-031-56/+85
* | import Solaris support developed by Ted C. Cheng of Symas...Arthur de Jong2010-09-301-4/+212
|/
* switch to using nss_status_t throughout the code and prov...Arthur de Jong2010-09-241-7/+7
* remove some unused include statementsArthur de Jong2010-06-141-1/+0
* fix missing argument (problem in r1039)Arthur de Jong2009-12-281-1/+1
* Glibc changed the addr parameter of getnetbyaddr_r() from...Arthur de Jong2009-12-281-5/+7
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-211-2/+2
* do not set errno (and h_errno) if we got the last entry f...Arthur de Jong2008-02-011-8/+0
* 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-8/+3
* correct calls to NSLCD_ACTION_NETWORK_BYNAME and NSLCD_AC...Arthur de Jong2007-10-211-3/+3
* flag the address family parameter as unusedArthur de Jong2007-07-131-1/+1
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-5/+5
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-041-4/+4
* add gcc attributes to some functions and parametersArthur de Jong2007-02-171-1/+2
* ensure that all NSS functions can be generated by the mar...Arthur de Jong2007-01-171-77/+42
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* implement network name lookups on server side plus some f...Arthur de Jong2006-11-281-3/+6
* 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-6/+5
* switch to a simpler and more compact framework to generat...Arthur de Jong2006-11-161-2/+2
* implement network information lookups through NSSArthur de Jong2006-11-151-0/+188