summaryrefslogtreecommitdiff
path: root/nss/common.c
AgeCommit message (Expand)Author
2014-10-04remove non-nslcd stuffLuke Shumaker
2013-02-27add missing include statement for NULL definitionArthur de Jong
2013-02-23define and export an _nss_ldap_version symbolArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2010-06-14implement a global symbol inside the NSS module to allow applications to disa...Arthur de Jong
2009-05-21refactor protocol reading and writing macros to the common directory, use mor...Arthur de Jong
2008-06-06increase write buffer size in nslcd to free up threads earlier and increase t...Arthur de Jong
2008-05-16grow the read buffer maximum size to 2Mbyte to allow for groups with about 15...Arthur de Jong
2008-04-26increase time out values because now nslcd will error out more quickly if the...Arthur de Jong
2008-02-12implement resizable I/O buffers and tune buffer sizes to normal requestsArthur de Jong
2008-02-01remove the nslcd2nss() function because it's not needed with the current prot...Arthur de Jong
2008-01-27when including stdint.h check if we actually have itArthur de Jong
2007-12-25remove NSLCD_RESULT_UNAVAIL because it's not needed anymore (the connection i...Arthur de Jong
2007-09-23some small improvements to the code based on some source code checksArthur 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-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-08fix indentationArthur 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-02rename some constants and switch to a more sane naming schemeArthur de Jong
2006-10-31make code consistent by adding headers, removing trailing whitespace and prop...Arthur de Jong
2006-10-31clear up protocol macros while implementing getpwuid() and {set,get,end}pwent...Arthur de Jong
2006-10-25add some basic minimal NSS code that can be generated from macrosArthur de Jong