summaryrefslogtreecommitdiff
path: root/nslcd/ether.c
AgeCommit message (Expand)Author
2014-10-04fooLuke Shumaker
2014-05-04Make buffer size error logging consistentArthur de Jong
2013-12-18Centralise buffer sizesArthur de Jong
2013-01-05change ethernet address formatting from FIXME to noteArthur de Jong
2012-12-30remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong
2012-12-23move the action argument to NSLCD_HANDLE to the frontArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-12-16switch protocol from host byte order to network byte order and switch use of ...Arthur de Jong
2012-09-14grow all search filter buffers to 4096 bytes (thanks flavio)Arthur de Jong
2011-09-09make validation log messages consistentArthur de Jong
2011-09-08give string representations of addresses more logical namesArthur de Jong
2010-11-07log the request with any logged messagesArthur de Jong
2010-05-07tune some buffer sizes and small cleanupsArthur de Jong
2009-11-01give search filter escaping buffers more logical namesArthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2009-06-06implement case-sensitive filtering for group, netgroup, passwd, protocols, rp...Arthur de Jong
2009-05-29refactor protocol reading and writing macros to the common directory, use mor...Arthur de Jong
2009-05-24initialise database modules only once after parsing configArthur de Jong
2009-05-24support multiple search bases, partially based on a patch by Leigh Wedding <l...Arthur de Jong
2009-04-19clear up protocol description in nslcd.h, renaming NSLCD_RESULT_SUCCESS to NS...Arthur de Jong
2008-02-08don't define struct ether_addr here, it was moved to compat/ether.hArthur de Jong
2008-02-04provide replacements for ether_aton_r() and ether_ntoa_r() for platforms tha...Arthur de Jong
2008-01-30include stdint.hArthur de Jong
2008-01-30use uint8_t instead of u_int8_t because the former seems to be available on m...Arthur de Jong
2007-12-20use ether_ntoa_r() instead of ether_ntoa()Arthur de Jong
2007-12-09switch to new LDAP entry parsing code that is much simpler and more readableArthur de Jong
2007-10-28first step to use the new myldap interfaceArthur de Jong
2007-09-15do not pass useless errnos around because they aren't used anymoreArthur de Jong
2007-09-14move the two remaining useful functions from util.c to ldap-nss.cArthur de Jong
2007-09-14do not flush streams: our caller closes the streams flusing themArthur de Jong
2007-09-14make use of write_*ent() functions consistentArthur de Jong
2007-09-14remove mutex from all LDAP operations because we now have a session and a con...Arthur de Jong
2007-09-14get rid of global session and instead pass the session as a parameter with ev...Arthur de Jong
2007-09-08move base and scope handling to database specific modules, gettting rid of ld...Arthur de Jong
2007-09-08move filters definitions to the database modules themselves (and already defi...Arthur de Jong
2007-09-07make handling of ent_context consistent and simplerArthur de Jong
2007-09-07properly initialize all contextsArthur de Jong
2007-09-07remove the ldap-schema.[ch] files since this is now fully implemented in the ...Arthur de Jong
2007-09-07also pass search filter for the *_all() functions from the database module in...Arthur de Jong
2007-09-07rename attlst stuff to attrs since that is the name of the parameter that is ...Arthur de Jong
2007-09-07move some of the filter code to the database specific modules to be able to r...Arthur de Jong
2007-09-03include service name in attlst storage and functionsArthur de Jong
2007-07-28define the list of attributes to look up in searches in the service modules i...Arthur de Jong
2007-07-26switch to the new attribute mapping codeArthur de Jong
2007-07-24switch to a new interface for doing attribute mapping, splitting the attribut...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-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-27do not allocate new memory with malloc() for each request with a string param...Arthur de Jong
2006-12-21rename server directory to nslcdArthur de Jong