0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Dec 09, 2024 — Dec 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
get rid of more code that would check if the socket was changed from under us by our caller More... almost 19 years ago
get rid of rebinding-on-fork() logic as our threading model is very predictable More... almost 19 years ago
write a final result code of NSLCD_RESULT_NOTFOUND for netgroup lookups More... almost 19 years ago
fix netgroup lookups so that _nss_ldap_getnetgrent_r() returns NSS_STATUS_RETURN if there are no more entries to return but there was a first entry More... almost 19 years ago
change license from GNU Library General Public License v.2 to GNU Lesser General Public License v.2.1 with permission from Luke Howard More... almost 19 years ago
use our own thread-local file pointer for doing requests instead of misusing the data field in the __netgrent struct More... almost 19 years ago
add a provide line for libnss-ldap so we can seamlessly replace it (it should provide the same functionality) More... almost 19 years ago
only modify nsswitch databases we support, leave everything else alone (e.g. automount) More... almost 19 years ago
change description in init script More... almost 19 years ago
if the string to write is NULL, write an empty string More... almost 19 years ago
ensure that all arrays that are allocated in the buffer are now aligned to the pointer size More... almost 19 years ago
extract some more common macros More... almost 19 years ago
get rid of a few warnings More... almost 19 years ago
update to newer version again (got lost in r205) More... almost 19 years ago
get rid of debug() function and call log_log() instead More... almost 19 years ago
do not allocate new memory with malloc() for each request with a string parameter but use a buffer allocated on the stack instead (this simplifies free()-ing the buffer(s) in case of problems) More... almost 19 years ago
get rid of NSS_BUFSIZ, rename _nss_ldap_oc_check() to has_objectclass(), redo _nss_ldap_escape_string() with simpler logic and slightly different signature and redid layout of some code More... almost 19 years ago
get files ready for 0.1 release More... almost 19 years ago
fix name of configuration file and update date and version number More... almost 19 years ago
remove last keyword and disable keyword expansion More... almost 19 years ago
make list of source files a little clearer More... almost 19 years ago
change reference to directory name More... almost 19 years ago
rename server directory to nslcd More... almost 19 years ago
add code for generating ChangeLog and add initial ChangeLog More... almost 19 years ago
change trunk location in repository to match package name More... almost 19 years ago
normalize copyright headers More... almost 19 years ago
update copyright file with current copyright information More... almost 19 years ago
properly capitalize company name More... almost 19 years ago
fix wrapping More... almost 19 years ago
integrate remaining parts in documentation More... almost 19 years ago