0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 09, 2024 — Dec 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
implement more detailed protocol logging (dumping the actual byte values read and written) More... about 19 years ago
get rid of nslcd-client.{c,h} and move it to nss/common.{c,h}, this ensures that all code that is needed for the nss part is in the nss directory More... about 19 years ago
fix typos More... about 19 years ago
clean up header files More... about 19 years ago
get rid of automount map information lookups through NSS as this is not used (at least not with glibc), autofs-ldap looks up the information on it's own (but does parse /etc/nsswitch.conf) More... about 19 years ago
implement server end of service name lookup and fix client end to translate between host and network byte order and to also pass protocol in request More... about 19 years ago
fix bug that always causes a READ_STRING_ALLOC to read to a variable called name More... about 19 years ago
implement rpc service on server side More... about 19 years ago
get rid of superfluous test More... about 19 years ago
only flush the stream after writing all records More... about 19 years ago
implement protocol handling (server side) More... about 19 years ago
trip trailing whitespace More... about 19 years ago
include stdio for definitions of fread(), fwrite() etc More... about 19 years ago
implement server end of host name lookups (without IPv6 support sofar) More... about 19 years ago
fix problem with allocated array for storing addresses, properly set h_errnop and check empty address (only addresses of other address family) in nss functions, not in read_hostent() More... about 19 years ago
make protocol logging a little more readable and do not use fseek() in streams because that is not supported More... about 19 years ago
only flush the stream after writing all records (not every time) and more logging consistency More... about 19 years ago
implement server end of shadow lookups More... about 19 years ago
make logging a little bit more consistent More... about 19 years ago
add extra copyright information (the exact same code was seen in glibc) More... about 19 years ago
implement netgroup lookups, including test code More... about 19 years ago
include a note about encoding of strings More... about 19 years ago
implement nslcd_ether_*() functions More... about 19 years ago
create prototypes for all server methods More... about 19 years ago
write contents of ethernet address not pointer More... about 19 years ago
add missing semicolon More... about 19 years ago
add more verbose protocol logging, including logging of errors More... about 19 years ago
ignore stale nfs files More... about 19 years ago
fix bug: the readfn() function was executed twice More... about 19 years ago
some layout changes More... about 19 years ago