index
:
~lukeshu/hackers-nslcd
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nss
/
aliases.c
Age
Commit message (
Expand
)
Author
2008-01-03
only start the NSLCD_ACTION_*_ALL requests with the first call to getent() in...
Arthur de Jong
2007-06-08
implement our own stdio-like library that handles IO with a simple configurab...
Arthur de Jong
2007-01-17
ensure that all NSS functions can be generated by the marcos in common.h and ...
Arthur de Jong
2007-01-09
change license from GNU Library General Public License v.2 to GNU Lesser Gene...
Arthur de Jong
2006-11-28
rename LDF_ marcos to NSLCD_ macros to have a single namespace
Arthur de Jong
2006-11-27
get rid of nslcd-client.{c,h} and move it to nss/common.{c,h}, this ensures t...
Arthur de Jong
2006-11-17
do some refactoring in the generated code and add some documentation on gener...
Arthur de Jong
2006-11-16
switch to a simpler and more compact framework to generate methods (one reade...
Arthur de Jong
2006-11-10
rename nss/exports.h to nss/prototypes.h
Arthur de Jong
2006-11-10
use better names for our thread-local file pointer
Arthur de Jong
2006-11-03
rename LOOP to STRINGLIST as that is currently the only supported format
Arthur de Jong
2006-11-03
make loop macros common, create macros for expanding {set,get,end}ent() funct...
Arthur de Jong
2006-11-02
rename some constants and switch to a more sane naming scheme
Arthur de Jong
2006-11-02
rename READ_RESPONSE() macro to READ_RESPONSE_CODE()
Arthur de Jong
2006-11-01
always set *errnop correctly
Arthur de Jong
2006-10-31
implement reading of alias information through getaliasbyname()
Arthur de Jong
2006-10-31
make code consistent by adding headers, removing trailing whitespace and prop...
Arthur de Jong
2006-10-25
add some basic minimal NSS code that can be generated from macros
Arthur de Jong