Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/ether.c
Commit message (Expand)AuthorAgeFilesLines
* Use uint8_t instead of u_int8_tArthur de Jong2017-06-181-4/+4
* Query ethernet addresses in compact and long formatArthur de Jong2017-06-131-10/+22
* Make buffer size error logging consistentArthur de Jong2014-05-041-1/+4
* Centralise buffer sizesArthur de Jong2013-12-181-4/+4
* change ethernet address formatting from FIXME to noteArthur de Jong2013-01-051-4/+4
* remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong2012-12-301-2/+2
* move the action argument to NSLCD_HANDLE to the frontArthur de Jong2012-12-231-6/+3
* update C coding style to a more commonly used styleArthur de Jong2012-12-221-62/+58
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-161-2/+2
* grow all search filter buffers to 4096 bytes (thanks flavio)Arthur de Jong2012-09-141-2/+2
* make validation log messages consistentArthur de Jong2011-09-091-2/+2
* give string representations of addresses more logical namesArthur de Jong2011-09-081-12/+8
* log the request with any logged messagesArthur de Jong2010-11-071-6/+5
* tune some buffer sizes and small cleanupsArthur de Jong2010-05-071-2/+2
* give search filter escaping buffers more logical namesArthur de Jong2009-11-011-6/+6
* rename software to nss-pam-ldapdArthur de Jong2009-08-311-1/+1
* implement case-sensitive filtering for group, netgroup, p...Arthur de Jong2009-06-061-20/+12
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-291-1/+1
* initialise database modules only once after parsing configArthur de Jong2009-05-241-1/+1
* support multiple search bases, partially based on a patch...Arthur de Jong2009-05-241-5/+7
* clear up protocol description in nslcd.h, renaming NSLCD_...Arthur de Jong2009-04-191-1/+1
* don't define struct ether_addr here, it was moved to comp...Arthur de Jong2008-02-081-6/+0
* provide replacements for ether_aton_r() and ether_ntoa_r...Arthur de Jong2008-02-041-3/+1
* include stdint.hArthur de Jong2008-01-301-0/+3
* use uint8_t instead of u_int8_t because the former seems ...Arthur de Jong2008-01-301-3/+3
* use ether_ntoa_r() instead of ether_ntoa()Arthur de Jong2007-12-201-3/+6
* switch to new LDAP entry parsing code that is much simple...Arthur de Jong2007-12-091-65/+58
* first step to use the new myldap interfaceArthur de Jong2007-10-281-104/+47
* do not pass useless errnos around because they aren't use...Arthur de Jong2007-09-151-6/+3
* move the two remaining useful functions from util.c to ld...Arthur de Jong2007-09-151-1/+0
* do not flush streams: our caller closes the streams flusi...Arthur de Jong2007-09-141-3/+0
* make use of write_*ent() functions consistentArthur de Jong2007-09-141-13/+19
* remove mutex from all LDAP operations because we now have...Arthur de Jong2007-09-141-2/+0
* get rid of global session and instead pass the session as...Arthur de Jong2007-09-141-23/+16
* move base and scope handling to database specific modules...Arthur de Jong2007-09-081-9/+19
* move filters definitions to the database modules themselv...Arthur de Jong2007-09-081-15/+24
* make handling of ent_context consistent and simplerArthur de Jong2007-09-071-5/+4
* properly initialize all contextsArthur de Jong2007-09-071-1/+1
* remove the ldap-schema.[ch] files since this is now fully...Arthur de Jong2007-09-071-1/+0
* also pass search filter for the *_all() functions from th...Arthur de Jong2007-09-071-2/+5
* rename attlst stuff to attrs since that is the name of th...Arthur de Jong2007-09-071-11/+11
* move some of the filter code to the database specific mod...Arthur de Jong2007-09-071-13/+49
* include service name in attlst storage and functionsArthur de Jong2007-09-031-11/+11
* define the list of attributes to look up in searches in t...Arthur de Jong2007-07-281-25/+13
* switch to the new attribute mapping codeArthur de Jong2007-07-261-0/+1
* switch to a new interface for doing attribute mapping, sp...Arthur de Jong2007-07-241-5/+6
* 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-1/+5
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* do not allocate new memory with malloc() for each request...Arthur de Jong2006-12-271-4/+2