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
/
common.h
Age
Commit message (
Expand
)
Author
2006-11-19
fix bug: the readfn() function was executed twice
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-14
just close the stream in case of problems instead of calling endent()
Arthur de Jong
2006-11-03
make loop macros common, create macros for expanding {set,get,end}ent() funct...
Arthur de Jong
2006-11-01
always set *errnop correctly
Arthur de Jong
2006-11-01
also set file pointer to NULL when closing a stream to properly handle reuse ...
Arthur de Jong
2006-10-31
make code consistent by adding headers, removing trailing whitespace and prop...
Arthur de Jong
2006-10-31
clear up protocol macros while implementing getpwuid() and {set,get,end}pwent...
Arthur de Jong
2006-10-30
return read data in struct and fix some marcos
Arthur de Jong
2006-10-25
add some basic minimal NSS code that can be generated from macros
Arthur de Jong