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
Age
Commit message (
Expand
)
Author
2007-07-13
flag the address family parameter as unused
Arthur de Jong
2007-06-17
add proper support for make uninstall
Arthur de Jong
2007-06-17
support building outside the source directory
Arthur de Jong
2007-06-08
implement our own stdio-like library that handles IO with a simple configurab...
Arthur de Jong
2007-03-04
code improvements by making type casts explicit, flagging ignored return valu...
Arthur de Jong
2007-02-17
fix a few bugs found thanks to the new warnings
Arthur de Jong
2007-02-17
add gcc attributes to some functions and parameters
Arthur de Jong
2007-01-17
no longer install libc-versioned symlink and hardcode nss soname because we w...
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-10
fix netgroup lookups so that _nss_ldap_getnetgrent_r() returns NSS_STATUS_RET...
Arthur de Jong
2007-01-09
change license from GNU Library General Public License v.2 to GNU Lesser Gene...
Arthur de Jong
2007-01-08
use our own thread-local file pointer for doing requests instead of misusing ...
Arthur de Jong
2006-12-31
extract some more common macros
Arthur de Jong
2006-12-20
properly capitalize company name
Arthur de Jong
2006-12-18
only set h_errno to error value on problems and change the returned value in ...
Arthur de Jong
2006-12-17
remove trailing spaces
Arthur de Jong
2006-12-17
add note about glibc manual
Arthur de Jong
2006-12-17
fix comment as to installing libraries
Arthur de Jong
2006-12-16
remove _nss_ldap_initgroups_dyn() from interface for now because it is curren...
Arthur de Jong
2006-12-08
fix indentation
Arthur de Jong
2006-12-05
clean up build scripts to only link nslcd to OpenSSL and to cleanly create a ...
Arthur de Jong
2006-12-03
regenerate from prototypes.h
Arthur de Jong
2006-11-28
rename LDF_ marcos to NSLCD_ macros to have a single namespace
Arthur de Jong
2006-11-28
get as many files from the root directory as possible, moving all server rela...
Arthur de Jong
2006-11-28
implement network name lookups on server side plus some fixes on the client side
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-26
get rid of automount map information lookups through NSS as this is not used ...
Arthur de Jong
2006-11-25
implement server end of service name lookup and fix client end to translate b...
Arthur de Jong
2006-11-25
trip trailing whitespace
Arthur de Jong
2006-11-24
fix problem with allocated array for storing addresses, properly set h_errnop...
Arthur de Jong
2006-11-21
implement netgroup lookups, including test code
Arthur de Jong
2006-11-19
write contents of ethernet address not pointer
Arthur de Jong
2006-11-19
fix bug: the readfn() function was executed twice
Arthur de Jong
2006-11-17
implement netgroup lookups
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
implement reading of services entities
Arthur de Jong
2006-11-16
implement reading of rpc entities
Arthur de Jong
2006-11-16
implement reading of protocol entities
Arthur de Jong
2006-11-16
switch to a simpler and more compact framework to generate methods (one reade...
Arthur de Jong
2006-11-15
implement network information lookups through NSS
Arthur de Jong
2006-11-15
properly filter out empty returned address records and return NOTFOUND for en...
Arthur de Jong
2006-11-14
implement automounter maps lookups
Arthur de Jong
2006-11-14
just close the stream in case of problems instead of calling endent()
Arthur de Jong
2006-11-10
rename nss/exports.h to nss/prototypes.h
Arthur de Jong
2006-11-10
switch to using prototypes that are defined in glibc 2.3.6
Arthur de Jong
2006-11-10
implement NSS-side shadow lookups (plus test code)
Arthur de Jong
2006-11-10
implement NSS-side ethers database lookups plus test code
Arthur de Jong
2006-11-10
add test code for host database and add const to function definition
Arthur de Jong
2006-11-10
use better names for our thread-local file pointer
Arthur de Jong
2006-11-03
implement initial host database lookups NSS-side
Arthur de Jong
[next]