summaryrefslogtreecommitdiff
path: root/nss/networks.c
AgeCommit message (Expand)Author
2010-10-04improve consistency of code layoutArthur de Jong
2010-10-04merge some of the changes for Solaris portability to ease merging, adding --w...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-12-28fix missing argument (problem in r1039)Arthur de Jong
2009-12-28Glibc changed the addr parameter of getnetbyaddr_r() from network-byte-order ...Arthur de Jong
2009-05-21refactor protocol reading and writing macros to the common directory, use mor...Arthur de Jong
2008-02-01do not set errno (and h_errno) if we got the last entry from get*ent() (this ...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
2007-10-21correct calls to NSLCD_ACTION_NETWORK_BYNAME and NSLCD_ACTION_NETWORK_BYADDR ...Arthur de Jong
2007-07-13flag the address family parameter as unusedArthur 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-11-28implement network name lookups on server side plus some fixes on the client sideArthur 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
2006-11-17do some refactoring in the generated code and add some documentation on gener...Arthur de Jong
2006-11-16switch to a simpler and more compact framework to generate methods (one reade...Arthur de Jong
2006-11-15implement network information lookups through NSSArthur de Jong